From 3575502168bc05bf8aed2a091bbdd3d46142352b Mon Sep 17 00:00:00 2001 From: sneak Date: Mon, 20 May 2024 04:47:45 -0700 Subject: [PATCH] latest --- data/beta_air_cards.json | 16885 ++++ data/beta_air_elite_magic_cards.json | 376 + data/beta_air_elite_minion_cards.json | 2550 + data/beta_air_elite_site_cards.json | 228 + data/beta_air_exceptional_aura_cards.json | 602 + data/beta_air_exceptional_magic_cards.json | 1763 + data/beta_air_exceptional_minion_cards.json | 2932 + data/beta_air_exceptional_site_cards.json | 1214 + data/beta_air_ordinary_aura_cards.json | 189 + data/beta_air_ordinary_magic_cards.json | 1615 + data/beta_air_ordinary_minion_cards.json | 2558 + data/beta_air_ordinary_site_cards.json | 680 + data/beta_air_unique_magic_cards.json | 602 + data/beta_air_unique_minion_cards.json | 976 + data/beta_air_unique_site_cards.json | 626 + cards.json => data/beta_cards.json | 0 data/beta_earth_cards.json | 16729 ++++ data/beta_earth_elite_aura_cards.json | 189 + data/beta_earth_elite_magic_cards.json | 641 + data/beta_earth_elite_minion_cards.json | 2363 + data/beta_earth_elite_site_cards.json | 189 + data/beta_earth_exceptional_magic_cards.json | 937 + data/beta_earth_exceptional_minion_cards.json | 3376 + data/beta_earth_exceptional_site_cards.json | 1814 + data/beta_earth_ordinary_aura_cards.json | 228 + data/beta_earth_ordinary_magic_cards.json | 1389 + data/beta_earth_ordinary_minion_cards.json | 2745 + data/beta_earth_ordinary_site_cards.json | 680 + data/beta_earth_unique_aura_cards.json | 189 + data/beta_earth_unique_magic_cards.json | 376 + data/beta_earth_unique_minion_cards.json | 867 + data/beta_earth_unique_site_cards.json | 774 + data/beta_fire_cards.json | 16807 ++++ data/beta_fire_elite_magic_cards.json | 1163 + data/beta_fire_elite_minion_cards.json | 1989 + data/beta_fire_elite_site_cards.json | 376 + data/beta_fire_exceptional_aura_cards.json | 415 + data/beta_fire_exceptional_magic_cards.json | 1202 + data/beta_fire_exceptional_minion_cards.json | 2854 + data/beta_fire_exceptional_site_cards.json | 801 + data/beta_fire_ordinary_aura_cards.json | 376 + data/beta_fire_ordinary_magic_cards.json | 1693 + data/beta_fire_ordinary_minion_cards.json | 2706 + data/beta_fire_ordinary_site_cards.json | 680 + data/beta_fire_unique_aura_cards.json | 189 + data/beta_fire_unique_magic_cards.json | 563 + data/beta_fire_unique_minion_cards.json | 789 + data/beta_fire_unique_site_cards.json | 1039 + data/beta_none_cards.json | 15679 +++ data/beta_none_elite_artifact_cards.json | 3859 + data/beta_none_elite_avatar_cards.json | 937 + data/beta_none_elite_site_cards.json | 1950 + .../beta_none_exceptional_artifact_cards.json | 2511 + data/beta_none_exceptional_site_cards.json | 602 + data/beta_none_ordinary_artifact_cards.json | 376 + data/beta_none_ordinary_avatar_cards.json | 703 + data/beta_none_unique_artifact_cards.json | 3072 + data/beta_none_unique_avatar_cards.json | 189 + data/beta_none_unique_site_cards.json | 1498 + data/beta_water_cards.json | 16698 ++++ data/beta_water_elite_aura_cards.json | 376 + data/beta_water_elite_magic_cards.json | 602 + data/beta_water_elite_minion_cards.json | 2176 + data/beta_water_elite_site_cards.json | 228 + data/beta_water_exceptional_aura_cards.json | 415 + data/beta_water_exceptional_magic_cards.json | 1654 + data/beta_water_exceptional_minion_cards.json | 2628 + data/beta_water_exceptional_site_cards.json | 1214 + data/beta_water_ordinary_aura_cards.json | 376 + data/beta_water_ordinary_magic_cards.json | 1241 + data/beta_water_ordinary_minion_cards.json | 2745 + data/beta_water_ordinary_site_cards.json | 680 + data/beta_water_unique_aura_cards.json | 189 + data/beta_water_unique_magic_cards.json | 376 + data/beta_water_unique_minion_cards.json | 976 + data/beta_water_unique_site_cards.json | 852 + data/cards.json | 80450 ++++++++++++++++ fetch_api.sh | 70 - main.go | 69 +- 79 files changed, 246233 insertions(+), 82 deletions(-) create mode 100644 data/beta_air_cards.json create mode 100644 data/beta_air_elite_magic_cards.json create mode 100644 data/beta_air_elite_minion_cards.json create mode 100644 data/beta_air_elite_site_cards.json create mode 100644 data/beta_air_exceptional_aura_cards.json create mode 100644 data/beta_air_exceptional_magic_cards.json create mode 100644 data/beta_air_exceptional_minion_cards.json create mode 100644 data/beta_air_exceptional_site_cards.json create mode 100644 data/beta_air_ordinary_aura_cards.json create mode 100644 data/beta_air_ordinary_magic_cards.json create mode 100644 data/beta_air_ordinary_minion_cards.json create mode 100644 data/beta_air_ordinary_site_cards.json create mode 100644 data/beta_air_unique_magic_cards.json create mode 100644 data/beta_air_unique_minion_cards.json create mode 100644 data/beta_air_unique_site_cards.json rename cards.json => data/beta_cards.json (100%) create mode 100644 data/beta_earth_cards.json create mode 100644 data/beta_earth_elite_aura_cards.json create mode 100644 data/beta_earth_elite_magic_cards.json create mode 100644 data/beta_earth_elite_minion_cards.json create mode 100644 data/beta_earth_elite_site_cards.json create mode 100644 data/beta_earth_exceptional_magic_cards.json create mode 100644 data/beta_earth_exceptional_minion_cards.json create mode 100644 data/beta_earth_exceptional_site_cards.json create mode 100644 data/beta_earth_ordinary_aura_cards.json create mode 100644 data/beta_earth_ordinary_magic_cards.json create mode 100644 data/beta_earth_ordinary_minion_cards.json create mode 100644 data/beta_earth_ordinary_site_cards.json create mode 100644 data/beta_earth_unique_aura_cards.json create mode 100644 data/beta_earth_unique_magic_cards.json create mode 100644 data/beta_earth_unique_minion_cards.json create mode 100644 data/beta_earth_unique_site_cards.json create mode 100644 data/beta_fire_cards.json create mode 100644 data/beta_fire_elite_magic_cards.json create mode 100644 data/beta_fire_elite_minion_cards.json create mode 100644 data/beta_fire_elite_site_cards.json create mode 100644 data/beta_fire_exceptional_aura_cards.json create mode 100644 data/beta_fire_exceptional_magic_cards.json create mode 100644 data/beta_fire_exceptional_minion_cards.json create mode 100644 data/beta_fire_exceptional_site_cards.json create mode 100644 data/beta_fire_ordinary_aura_cards.json create mode 100644 data/beta_fire_ordinary_magic_cards.json create mode 100644 data/beta_fire_ordinary_minion_cards.json create mode 100644 data/beta_fire_ordinary_site_cards.json create mode 100644 data/beta_fire_unique_aura_cards.json create mode 100644 data/beta_fire_unique_magic_cards.json create mode 100644 data/beta_fire_unique_minion_cards.json create mode 100644 data/beta_fire_unique_site_cards.json create mode 100644 data/beta_none_cards.json create mode 100644 data/beta_none_elite_artifact_cards.json create mode 100644 data/beta_none_elite_avatar_cards.json create mode 100644 data/beta_none_elite_site_cards.json create mode 100644 data/beta_none_exceptional_artifact_cards.json create mode 100644 data/beta_none_exceptional_site_cards.json create mode 100644 data/beta_none_ordinary_artifact_cards.json create mode 100644 data/beta_none_ordinary_avatar_cards.json create mode 100644 data/beta_none_unique_artifact_cards.json create mode 100644 data/beta_none_unique_avatar_cards.json create mode 100644 data/beta_none_unique_site_cards.json create mode 100644 data/beta_water_cards.json create mode 100644 data/beta_water_elite_aura_cards.json create mode 100644 data/beta_water_elite_magic_cards.json create mode 100644 data/beta_water_elite_minion_cards.json create mode 100644 data/beta_water_elite_site_cards.json create mode 100644 data/beta_water_exceptional_aura_cards.json create mode 100644 data/beta_water_exceptional_magic_cards.json create mode 100644 data/beta_water_exceptional_minion_cards.json create mode 100644 data/beta_water_exceptional_site_cards.json create mode 100644 data/beta_water_ordinary_aura_cards.json create mode 100644 data/beta_water_ordinary_magic_cards.json create mode 100644 data/beta_water_ordinary_minion_cards.json create mode 100644 data/beta_water_ordinary_site_cards.json create mode 100644 data/beta_water_unique_aura_cards.json create mode 100644 data/beta_water_unique_magic_cards.json create mode 100644 data/beta_water_unique_minion_cards.json create mode 100644 data/beta_water_unique_site_cards.json create mode 100644 data/cards.json delete mode 100755 fetch_api.sh diff --git a/data/beta_air_cards.json b/data/beta_air_cards.json new file mode 100644 index 0000000..a82470f --- /dev/null +++ b/data/beta_air_cards.json @@ -0,0 +1,16885 @@ +[ + { + "id": "clm4i2b9g000124v58zow8ddd", + "slug": "apprentice_wizard", + "name": "Apprentice Wizard", + "hotscore": 6992, + "guardian": { + "id": "clq39xt5h0000sh27d4ujwgaj", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal new to power", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nGenesis → Draw a spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4i2b9g000124v58zow8ddd" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fm2p0005s67p3d50vkcg", + "slug": "bet_apprentice_wizard_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/apprentice_wizard.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4i2b9g000124v58zow8ddd", + "setCardId": "clot8fm000003s67popttvs61", + "setCard": { + "id": "clot8fm000003s67popttvs61", + "slug": "bet_apprentice_wizard", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i2b9g000124v58zow8ddd", + "meta": { + "id": "clq39xtje0002sh275j6b2g1s", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal new to power", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nGenesis → Draw a spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fm000003s67popttvs61" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fm580007s67p53i84k6g", + "slug": "bet_apprentice_wizard_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/apprentice_wizard-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4i2b9g000124v58zow8ddd", + "setCardId": "clot8fm000003s67popttvs61", + "setCard": { + "id": "clot8fm000003s67popttvs61", + "slug": "bet_apprentice_wizard", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i2b9g000124v58zow8ddd", + "meta": { + "id": "clq39xtje0002sh275j6b2g1s", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal new to power", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nGenesis → Draw a spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fm000003s67popttvs61" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i2oi7000324v58b690ywt", + "slug": "alp_apprentice_wizard_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/apprentice_wizard.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4i2b9g000124v58zow8ddd", + "setCardId": "clm4i2m1g000224v533ol2uhz", + "setCard": { + "id": "clm4i2m1g000224v533ol2uhz", + "slug": "alp_apprentice_wizard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i2b9g000124v58zow8ddd", + "meta": { + "id": "clq39xt9c0001sh27ab0krzhc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal new to power", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nGenesis → Draw a spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i2m1g000224v533ol2uhz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i364q000524v5f894cx4r", + "slug": "alp_apprentice_wizard_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/apprentice_wizard-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4i2b9g000124v58zow8ddd", + "setCardId": "clm4i2m1g000224v533ol2uhz", + "setCard": { + "id": "clm4i2m1g000224v533ol2uhz", + "slug": "alp_apprentice_wizard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i2b9g000124v58zow8ddd", + "meta": { + "id": "clq39xt9c0001sh27ab0krzhc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal new to power", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nGenesis → Draw a spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i2m1g000224v533ol2uhz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i2z8m000424v58pitauv6", + "slug": "alp_apprentice_wizard_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/apprentice_wizard-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4i2b9g000124v58zow8ddd", + "setCardId": "clm4i2m1g000224v533ol2uhz", + "setCard": { + "id": "clm4i2m1g000224v533ol2uhz", + "slug": "alp_apprentice_wizard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i2b9g000124v58zow8ddd", + "meta": { + "id": "clq39xt9c0001sh27ab0krzhc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal new to power", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nGenesis → Draw a spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i2m1g000224v533ol2uhz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lke470000e0v51se735fl", + "slug": "blink", + "name": "Blink", + "hotscore": 9901, + "guardian": { + "id": "clq39yblw003qsh27dyxoxeft", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "\r\nOrdinary Magic of tactical transmission", + "subType": "", + "rulesText": "An ally teleports to a location it’s nearby. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lke470000e0v51se735fl" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g120008ps67prymcyt1q", + "slug": "bet_blink_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/blink.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4lke470000e0v51se735fl", + "setCardId": "clot8g10d008ns67p6ipzm6ae", + "setCard": { + "id": "clot8g10d008ns67p6ipzm6ae", + "slug": "bet_blink", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lke470000e0v51se735fl", + "meta": { + "id": "clq39ybvi003ssh276ylyn32x", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "\r\nOrdinary Magic of tactical transmission", + "subType": "", + "rulesText": "An ally teleports to a location it’s nearby. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g10d008ns67p6ipzm6ae" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g13j008rs67ps8jxp5ft", + "slug": "bet_blink_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/blink-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4lke470000e0v51se735fl", + "setCardId": "clot8g10d008ns67p6ipzm6ae", + "setCard": { + "id": "clot8g10d008ns67p6ipzm6ae", + "slug": "bet_blink", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lke470000e0v51se735fl", + "meta": { + "id": "clq39ybvi003ssh276ylyn32x", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "\r\nOrdinary Magic of tactical transmission", + "subType": "", + "rulesText": "An ally teleports to a location it’s nearby. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g10d008ns67p6ipzm6ae" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lkpfr0002e0v5eehc1pxh", + "slug": "alp_blink_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/blink.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4lke470000e0v51se735fl", + "setCardId": "clm4lkn2f0001e0v5dk1f0500", + "setCard": { + "id": "clm4lkn2f0001e0v5dk1f0500", + "slug": "alp_blink", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lke470000e0v51se735fl", + "meta": { + "id": "clq39ybo8003rsh27h39bw9c8", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "\nOrdinary Magic of tactical transmission", + "subType": "", + "rulesText": "An ally teleports to a location it’s nearby. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lkn2f0001e0v5dk1f0500" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ll71a0004e0v5136obq4l", + "slug": "alp_blink_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/blink-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4lke470000e0v51se735fl", + "setCardId": "clm4lkn2f0001e0v5dk1f0500", + "setCard": { + "id": "clm4lkn2f0001e0v5dk1f0500", + "slug": "alp_blink", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lke470000e0v51se735fl", + "meta": { + "id": "clq39ybo8003rsh27h39bw9c8", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "\nOrdinary Magic of tactical transmission", + "subType": "", + "rulesText": "An ally teleports to a location it’s nearby. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lkn2f0001e0v5dk1f0500" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ll0f00003e0v5bmqofsgc", + "slug": "alp_blink_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/blink-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4lke470000e0v51se735fl", + "setCardId": "clm4lkn2f0001e0v5dk1f0500", + "setCard": { + "id": "clm4lkn2f0001e0v5dk1f0500", + "slug": "alp_blink", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lke470000e0v51se735fl", + "meta": { + "id": "clq39ybo8003rsh27h39bw9c8", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "\nOrdinary Magic of tactical transmission", + "subType": "", + "rulesText": "An ally teleports to a location it’s nearby. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lkn2f0001e0v5dk1f0500" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4i37h7000624v59n1k2o1r", + "slug": "blood_ravens", + "name": "Blood Ravens", + "hotscore": 601, + "guardian": { + "id": "clq39xtp70003sh27tm0c6bcm", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A cruel conspiracy of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Airborne\r\n \r\nDamage dealt by Blood Ravens' strikes heals you.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4i37h7000624v59n1k2o1r" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fmfy000cs67p2fwssh1g", + "slug": "bet_blood_ravens_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/blood_ravens.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Dark wings bring dark winds.", + "cardId": "clm4i37h7000624v59n1k2o1r", + "setCardId": "clot8fmef000as67pogg80n4d", + "setCard": { + "id": "clot8fmef000as67pogg80n4d", + "slug": "bet_blood_ravens", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i37h7000624v59n1k2o1r", + "meta": { + "id": "clq39xtxc0005sh275qsi412j", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A cruel conspiracy of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Airborne\r\n \r\nDamage dealt by Blood Ravens' strikes heals you.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fmef000as67pogg80n4d" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fmhh000es67pyqv90od5", + "slug": "bet_blood_ravens_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/blood_ravens-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Dark wings bring dark winds.", + "cardId": "clm4i37h7000624v59n1k2o1r", + "setCardId": "clot8fmef000as67pogg80n4d", + "setCard": { + "id": "clot8fmef000as67pogg80n4d", + "slug": "bet_blood_ravens", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i37h7000624v59n1k2o1r", + "meta": { + "id": "clq39xtxc0005sh275qsi412j", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A cruel conspiracy of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Airborne\r\n \r\nDamage dealt by Blood Ravens' strikes heals you.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fmef000as67pogg80n4d" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i3f00000824v5hl17e6io", + "slug": "alp_blood_ravens_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/blood_ravens.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Dark wings bring dark winds.", + "cardId": "clm4i37h7000624v59n1k2o1r", + "setCardId": "clm4i3dns000724v55rnu148n", + "setCard": { + "id": "clm4i3dns000724v55rnu148n", + "slug": "alp_blood_ravens", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i37h7000624v59n1k2o1r", + "meta": { + "id": "clq39xtrj0004sh27531yuyiq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A cruel conspiracy of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Airborne\n\nDamage dealt by Blood Ravens' strikes heals you.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i3dns000724v55rnu148n" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i3lrj000924v59jp80lys", + "slug": "alp_blood_ravens_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/blood_ravens-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Dark wings bring dark winds.", + "cardId": "clm4i37h7000624v59n1k2o1r", + "setCardId": "clm4i3dns000724v55rnu148n", + "setCard": { + "id": "clm4i3dns000724v55rnu148n", + "slug": "alp_blood_ravens", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i37h7000624v59n1k2o1r", + "meta": { + "id": "clq39xtrj0004sh27531yuyiq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A cruel conspiracy of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Airborne\n\nDamage dealt by Blood Ravens' strikes heals you.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i3dns000724v55rnu148n" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ll8dp0005e0v524z83iwv", + "slug": "browse", + "name": "Browse", + "hotscore": 5808, + "guardian": { + "id": "clq39yc1h003tsh27zyzmdenl", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic to probe the possible", + "subType": "", + "rulesText": "Look at your next seven spells. Put one in your hand and the rest on the bottom of your spellbook in any order.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 3, + "cardId": "clm4ll8dp0005e0v524z83iwv" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g1cu008ws67p54tghlcj", + "slug": "bet_browse_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/browse.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4ll8dp0005e0v524z83iwv", + "setCardId": "clot8g1b3008us67pfdkeickc", + "setCard": { + "id": "clot8g1b3008us67pfdkeickc", + "slug": "bet_browse", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ll8dp0005e0v524z83iwv", + "meta": { + "id": "clq39yc9k003vsh27n8ckq5v6", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic to probe the possible", + "subType": "", + "rulesText": "Look at your next seven spells. Put one in your hand and the rest on the bottom of your spellbook in any order.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 3, + "setCardId": "clot8g1b3008us67pfdkeickc" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g1eg008ys67p13xlq724", + "slug": "bet_browse_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/browse-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4ll8dp0005e0v524z83iwv", + "setCardId": "clot8g1b3008us67pfdkeickc", + "setCard": { + "id": "clot8g1b3008us67pfdkeickc", + "slug": "bet_browse", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ll8dp0005e0v524z83iwv", + "meta": { + "id": "clq39yc9k003vsh27n8ckq5v6", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic to probe the possible", + "subType": "", + "rulesText": "Look at your next seven spells. Put one in your hand and the rest on the bottom of your spellbook in any order.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 3, + "setCardId": "clot8g1b3008us67pfdkeickc" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4llfmd0007e0v5dqw9ae07", + "slug": "alp_browse_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/browse.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4ll8dp0005e0v524z83iwv", + "setCardId": "clm4lle2t0006e0v5069egvdk", + "setCard": { + "id": "clm4lle2t0006e0v5069egvdk", + "slug": "alp_browse", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ll8dp0005e0v524z83iwv", + "meta": { + "id": "clq39yc3t003ush27zg113pzf", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic to probe the possible", + "subType": "", + "rulesText": "Look at your next seven spells. Put one in your hand and the rest on the bottom of your spellbook in any order.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 3, + "setCardId": "clm4lle2t0006e0v5069egvdk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4llmrm0008e0v5hu5rd7ni", + "slug": "alp_browse_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/browse-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4ll8dp0005e0v524z83iwv", + "setCardId": "clm4lle2t0006e0v5069egvdk", + "setCard": { + "id": "clm4lle2t0006e0v5069egvdk", + "slug": "alp_browse", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ll8dp0005e0v524z83iwv", + "meta": { + "id": "clq39yc3t003ush27zg113pzf", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic to probe the possible", + "subType": "", + "rulesText": "Look at your next seven spells. Put one in your hand and the rest on the bottom of your spellbook in any order.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 3, + "setCardId": "clm4lle2t0006e0v5069egvdk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4i3s0v000a24v51h751n6p", + "slug": "candlemas_monks", + "name": "Candlemas Monks", + "hotscore": 774, + "guardian": { + "id": "clq39xu310006sh27if6i1nkf", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals at night’s last service", + "subType": "Mortal", + "rulesText": "Deathrite → Proceed to the end phase.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4i3s0v000a24v51h751n6p" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fms6000js67p3i097uzw", + "slug": "bet_candlemas_monks_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/candlemas_monks.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "“If Candlemas be fair and bright, winter has another fight. If Candlemas brings cloud and rain, winter shall not come again.“", + "cardId": "clm4i3s0v000a24v51h751n6p", + "setCardId": "clot8fmqh000hs67phtyi1chl", + "setCard": { + "id": "clot8fmqh000hs67phtyi1chl", + "slug": "bet_candlemas_monks", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i3s0v000a24v51h751n6p", + "meta": { + "id": "clq39xuaz0008sh270tn82d5s", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals at night’s last service", + "subType": "Mortal", + "rulesText": "Deathrite → Proceed to the end phase.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fmqh000hs67phtyi1chl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fmtp000ls67p2b9prn39", + "slug": "bet_candlemas_monks_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/candlemas_monks-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "“If Candlemas be fair and bright, winter has another fight. If Candlemas brings cloud and rain, winter shall not come again.“", + "cardId": "clm4i3s0v000a24v51h751n6p", + "setCardId": "clot8fmqh000hs67phtyi1chl", + "setCard": { + "id": "clot8fmqh000hs67phtyi1chl", + "slug": "bet_candlemas_monks", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i3s0v000a24v51h751n6p", + "meta": { + "id": "clq39xuaz0008sh270tn82d5s", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals at night’s last service", + "subType": "Mortal", + "rulesText": "Deathrite → Proceed to the end phase.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fmqh000hs67phtyi1chl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i3z3r000c24v5aeevg39p", + "slug": "alp_candlemas_monks_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/candlemas_monks.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "“If Candlemas be fair and bright, winter has another fight. If Candlemas brings cloud and rain, winter shall not come again.“", + "cardId": "clm4i3s0v000a24v51h751n6p", + "setCardId": "clm4i3xrj000b24v5dckj5pjh", + "setCard": { + "id": "clm4i3xrj000b24v5dckj5pjh", + "slug": "alp_candlemas_monks", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i3s0v000a24v51h751n6p", + "meta": { + "id": "clq39xu5d0007sh27jsiat5ic", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals at night’s last service ", + "subType": "Mortal", + "rulesText": "Deathrite → Proceed to the end phase.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i3xrj000b24v5dckj5pjh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i46bu000d24v56max2lcm", + "slug": "alp_candlemas_monks_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/candlemas_monks-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "“If Candlemas be fair and bright, winter has another fight. If Candlemas brings cloud and rain, winter shall not come again.“", + "cardId": "clm4i3s0v000a24v51h751n6p", + "setCardId": "clm4i3xrj000b24v5dckj5pjh", + "setCard": { + "id": "clm4i3xrj000b24v5dckj5pjh", + "slug": "alp_candlemas_monks", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i3s0v000a24v51h751n6p", + "meta": { + "id": "clq39xu5d0007sh27jsiat5ic", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals at night’s last service ", + "subType": "Mortal", + "rulesText": "Deathrite → Proceed to the end phase.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i3xrj000b24v5dckj5pjh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4llt560009e0v53ng34npu", + "slug": "chain_lightning", + "name": "Chain Lightning", + "hotscore": 2033, + "guardian": { + "id": "clq39ycfe003wsh27vzwo79e5", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of arcing current", + "subType": "", + "rulesText": "Deal 2 damage to target unit nearby. Any number of times, you may spend ② to additionally target a new unit nearby the previous one.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4llt560009e0v53ng34npu" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g1ng0093s67pvwiogi5q", + "slug": "bet_chain_lightning_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/chain_lightning.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4llt560009e0v53ng34npu", + "setCardId": "clot8g1lx0091s67pfczrjqqn", + "setCard": { + "id": "clot8g1lx0091s67pfczrjqqn", + "slug": "bet_chain_lightning", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4llt560009e0v53ng34npu", + "meta": { + "id": "clq39ycp6003ysh274v5sxyqu", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of arcing current", + "subType": "", + "rulesText": "Deal 2 damage to target unit nearby. Any number of times, you may spend ② to additionally target a new unit nearby the previous one.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g1lx0091s67pfczrjqqn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g1p00095s67pwn3oe4ul", + "slug": "bet_chain_lightning_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/chain_lightning-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4llt560009e0v53ng34npu", + "setCardId": "clot8g1lx0091s67pfczrjqqn", + "setCard": { + "id": "clot8g1lx0091s67pfczrjqqn", + "slug": "bet_chain_lightning", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4llt560009e0v53ng34npu", + "meta": { + "id": "clq39ycp6003ysh274v5sxyqu", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of arcing current", + "subType": "", + "rulesText": "Deal 2 damage to target unit nearby. Any number of times, you may spend ② to additionally target a new unit nearby the previous one.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g1lx0091s67pfczrjqqn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lm065000be0v57th73h3z", + "slug": "alp_chain_lightning_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/chain_lightning.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4llt560009e0v53ng34npu", + "setCardId": "clm4llyt7000ae0v56enk0mmz", + "setCard": { + "id": "clm4llyt7000ae0v56enk0mmz", + "slug": "alp_chain_lightning", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4llt560009e0v53ng34npu", + "meta": { + "id": "clq39ychq003xsh272pxfc1z4", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of arcing current", + "subType": "", + "rulesText": "Deal 2 damage to target unit nearby. Any number of times, you may spend ② to additionally target a new unit nearby the previous one.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4llyt7000ae0v56enk0mmz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lmdt8000de0v58tsu4zqw", + "slug": "alp_chain_lightning_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/chain_lightning-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4llt560009e0v53ng34npu", + "setCardId": "clm4llyt7000ae0v56enk0mmz", + "setCard": { + "id": "clm4llyt7000ae0v56enk0mmz", + "slug": "alp_chain_lightning", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4llt560009e0v53ng34npu", + "meta": { + "id": "clq39ychq003xsh272pxfc1z4", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of arcing current", + "subType": "", + "rulesText": "Deal 2 damage to target unit nearby. Any number of times, you may spend ② to additionally target a new unit nearby the previous one.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4llyt7000ae0v56enk0mmz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lm72u000ce0v5g3iffa5q", + "slug": "alp_chain_lightning_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/chain_lightning-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4llt560009e0v53ng34npu", + "setCardId": "clm4llyt7000ae0v56enk0mmz", + "setCard": { + "id": "clm4llyt7000ae0v56enk0mmz", + "slug": "alp_chain_lightning", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4llt560009e0v53ng34npu", + "meta": { + "id": "clq39ychq003xsh272pxfc1z4", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of arcing current", + "subType": "", + "rulesText": "Deal 2 damage to target unit nearby. Any number of times, you may spend ② to additionally target a new unit nearby the previous one.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4llyt7000ae0v56enk0mmz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lmeyt000ee0v5078qcoa6", + "slug": "chaos_twister", + "name": "Chaos Twister", + "hotscore": 4001, + "guardian": { + "id": "clq39ycv9003zsh27mq9n2tqi", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of orbital dexterity", + "subType": "", + "rulesText": "Place target minion on the back of your hand, then blow it off from a height of at least one foot. Deal damage equal to its power to each unit atop the site it lands on, including itself.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4lmeyt000ee0v5078qcoa6" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g1yj009as67phjowkead", + "slug": "bet_chaos_twister_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/chaos_twister.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4lmeyt000ee0v5078qcoa6", + "setCardId": "clot8g1x10098s67p1fisdu6y", + "setCard": { + "id": "clot8g1x10098s67p1fisdu6y", + "slug": "bet_chaos_twister", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lmeyt000ee0v5078qcoa6", + "meta": { + "id": "clq39yd3d0041sh27s83c549g", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of orbital dexterity", + "subType": "", + "rulesText": "Place target minion on the back of your hand, then blow it off from a height of at least one foot. Deal damage equal to its power to each unit atop the site it lands on, including itself.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g1x10098s67p1fisdu6y" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g200009cs67pshgth5zg", + "slug": "bet_chaos_twister_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/chaos_twister-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4lmeyt000ee0v5078qcoa6", + "setCardId": "clot8g1x10098s67p1fisdu6y", + "setCard": { + "id": "clot8g1x10098s67p1fisdu6y", + "slug": "bet_chaos_twister", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lmeyt000ee0v5078qcoa6", + "meta": { + "id": "clq39yd3d0041sh27s83c549g", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of orbital dexterity", + "subType": "", + "rulesText": "Place target minion on the back of your hand, then blow it off from a height of at least one foot. Deal damage equal to its power to each unit atop the site it lands on, including itself.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g1x10098s67p1fisdu6y" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lmm4f000ge0v5fy2e85mi", + "slug": "alp_chaos_twister_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/chaos_twister.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4lmeyt000ee0v5078qcoa6", + "setCardId": "clm4lmkry000fe0v56edmd953", + "setCard": { + "id": "clm4lmkry000fe0v56edmd953", + "slug": "alp_chaos_twister", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lmeyt000ee0v5078qcoa6", + "meta": { + "id": "clq39ycxl0040sh27g0z3fpdw", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of orbital dexterity", + "subType": "", + "rulesText": "Place target minion on the back of your hand, then blow it off from a height of at least one foot. Deal damage equal to its power to each unit atop the site it lands on, including itself.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4lmkry000fe0v56edmd953" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lmsw7000he0v55xhtaggo", + "slug": "alp_chaos_twister_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/chaos_twister-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4lmeyt000ee0v5078qcoa6", + "setCardId": "clm4lmkry000fe0v56edmd953", + "setCard": { + "id": "clm4lmkry000fe0v56edmd953", + "slug": "alp_chaos_twister", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lmeyt000ee0v5078qcoa6", + "meta": { + "id": "clq39ycxl0040sh27g0z3fpdw", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of orbital dexterity", + "subType": "", + "rulesText": "Place target minion on the back of your hand, then blow it off from a height of at least one foot. Deal damage equal to its power to each unit atop the site it lands on, including itself.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4lmkry000fe0v56edmd953" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pzd8m00xje0v5b8l2f1rd", + "slug": "cloud_city", + "name": "Cloud City", + "hotscore": 5985, + "guardian": { + "id": "clq3a1h7v00rash27ov9mggf9", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site aloft and ever-fleeting", + "subType": "", + "rulesText": "(A)(A)(A) — Once on your turn, this site may fly to a nearby void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4pzd8m00xje0v5b8l2f1rd" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ij1k01r8s67p4yqs9crz", + "slug": "bet_cloud_city_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cloud_city.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4pzd8m00xje0v5b8l2f1rd", + "setCardId": "clot8ij0201r6s67p7xx6dg88", + "setCard": { + "id": "clot8ij0201r6s67p7xx6dg88", + "slug": "bet_cloud_city", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pzd8m00xje0v5b8l2f1rd", + "meta": { + "id": "clq3a1hhh00rcsh27t4ged88y", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site aloft and ever-fleeting", + "subType": "", + "rulesText": "(A)(A)(A) — Once on your turn, this site may fly to a nearby void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ij0201r6s67p7xx6dg88" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ij3101ras67p8dk4x0gw", + "slug": "bet_cloud_city_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cloud_city-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4pzd8m00xje0v5b8l2f1rd", + "setCardId": "clot8ij0201r6s67p7xx6dg88", + "setCard": { + "id": "clot8ij0201r6s67p7xx6dg88", + "slug": "bet_cloud_city", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pzd8m00xje0v5b8l2f1rd", + "meta": { + "id": "clq3a1hhh00rcsh27t4ged88y", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site aloft and ever-fleeting", + "subType": "", + "rulesText": "(A)(A)(A) — Once on your turn, this site may fly to a nearby void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ij0201r6s67p7xx6dg88" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pzk0g00xle0v5ggud8m9r", + "slug": "alp_cloud_city_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cloud_city.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4pzd8m00xje0v5b8l2f1rd", + "setCardId": "clm4pzipb00xke0v5atbg9h4z", + "setCard": { + "id": "clm4pzipb00xke0v5atbg9h4z", + "slug": "alp_cloud_city", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pzd8m00xje0v5b8l2f1rd", + "meta": { + "id": "clq3a1ha400rbsh27ak22j8a2", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site aloft and ever-fleeting", + "subType": "", + "rulesText": "(A)(A)(A) — Once on your turn, this site may fly to a nearby void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4pzipb00xke0v5atbg9h4z" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pzwzw00xne0v5bfboaaxf", + "slug": "alp_cloud_city_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cloud_city-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4pzd8m00xje0v5b8l2f1rd", + "setCardId": "clm4pzipb00xke0v5atbg9h4z", + "setCard": { + "id": "clm4pzipb00xke0v5atbg9h4z", + "slug": "alp_cloud_city", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pzd8m00xje0v5b8l2f1rd", + "meta": { + "id": "clq3a1ha400rbsh27ak22j8a2", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site aloft and ever-fleeting", + "subType": "", + "rulesText": "(A)(A)(A) — Once on your turn, this site may fly to a nearby void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4pzipb00xke0v5atbg9h4z" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pzr7q00xme0v5c23a2cet", + "slug": "alp_cloud_city_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cloud_city-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4pzd8m00xje0v5b8l2f1rd", + "setCardId": "clm4pzipb00xke0v5atbg9h4z", + "setCard": { + "id": "clm4pzipb00xke0v5atbg9h4z", + "slug": "alp_cloud_city", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pzd8m00xje0v5b8l2f1rd", + "meta": { + "id": "clq3a1ha400rbsh27ak22j8a2", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site aloft and ever-fleeting", + "subType": "", + "rulesText": "(A)(A)(A) — Once on your turn, this site may fly to a nearby void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4pzipb00xke0v5atbg9h4z" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4i4bva000e24v590ikehcs", + "slug": "cloud_spirit", + "name": "Cloud Spirit", + "hotscore": 1380, + "guardian": { + "id": "clq39xugz0009sh27hpek93tw", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Spirit chases the wind", + "subType": "Spirit", + "rulesText": "Airborne, Movement +2", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4i4bva000e24v590ikehcs" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fn4z000qs67pxb8zvv6l", + "slug": "bet_cloud_spirit_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cloud_spirit.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Children sense beings that we cannot,\r\nin innocence seeing what wisdom forgot.", + "cardId": "clm4i4bva000e24v590ikehcs", + "setCardId": "clot8fn2y000os67pjuxbz3mk", + "setCard": { + "id": "clot8fn2y000os67pjuxbz3mk", + "slug": "bet_cloud_spirit", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i4bva000e24v590ikehcs", + "meta": { + "id": "clq39xur0000bsh27ysl48sb5", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Spirit chases the wind", + "subType": "Spirit", + "rulesText": "Airborne, Movement +2", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fn2y000os67pjuxbz3mk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fn6i000ss67paeq5u090", + "slug": "bet_cloud_spirit_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cloud_spirit-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Children sense beings that we cannot,\r\nin innocence seeing what wisdom forgot.", + "cardId": "clm4i4bva000e24v590ikehcs", + "setCardId": "clot8fn2y000os67pjuxbz3mk", + "setCard": { + "id": "clot8fn2y000os67pjuxbz3mk", + "slug": "bet_cloud_spirit", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i4bva000e24v590ikehcs", + "meta": { + "id": "clq39xur0000bsh27ysl48sb5", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Spirit chases the wind", + "subType": "Spirit", + "rulesText": "Airborne, Movement +2", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fn2y000os67pjuxbz3mk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i4jio000g24v54a5w3sah", + "slug": "alp_cloud_spirit_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cloud_spirit.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Children sense beings that we cannot,\nin innocence seeing what wisdom forgot.", + "cardId": "clm4i4bva000e24v590ikehcs", + "setCardId": "clm4i4i5u000f24v57pwieb65", + "setCard": { + "id": "clm4i4i5u000f24v57pwieb65", + "slug": "alp_cloud_spirit", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i4bva000e24v590ikehcs", + "meta": { + "id": "clq39xujd000ash279gn3ryoq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Spirit chases the wind", + "subType": "Spirit", + "rulesText": "Airborne, Movement +2", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i4i5u000f24v57pwieb65" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i4wcy000i24v5gr7o31kk", + "slug": "alp_cloud_spirit_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cloud_spirit-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Michal Nagypál", + "flavorText": "Children sense beings that we cannot,\nin innocence seeing what wisdom forgot.", + "cardId": "clm4i4bva000e24v590ikehcs", + "setCardId": "clm4i4i5u000f24v57pwieb65", + "setCard": { + "id": "clm4i4i5u000f24v57pwieb65", + "slug": "alp_cloud_spirit", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i4bva000e24v590ikehcs", + "meta": { + "id": "clq39xujd000ash279gn3ryoq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Spirit chases the wind", + "subType": "Spirit", + "rulesText": "Airborne, Movement +2", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i4i5u000f24v57pwieb65" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i4qv3000h24v56dlehq88", + "slug": "alp_cloud_spirit_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cloud_spirit-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Children sense beings that we cannot,\nin innocence seeing what wisdom forgot.", + "cardId": "clm4i4bva000e24v590ikehcs", + "setCardId": "clm4i4i5u000f24v57pwieb65", + "setCard": { + "id": "clm4i4i5u000f24v57pwieb65", + "slug": "alp_cloud_spirit", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i4bva000e24v590ikehcs", + "meta": { + "id": "clq39xujd000ash279gn3ryoq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Spirit chases the wind", + "subType": "Spirit", + "rulesText": "Airborne, Movement +2", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i4i5u000f24v57pwieb65" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4i4xhx000j24v583v67p05", + "slug": "daperyll_vampire", + "name": "Daperyll Vampire", + "hotscore": 4243, + "guardian": { + "id": "clq39xuwp000csh27dst31osm", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Undead with a sanguine desire", + "subType": "Undead", + "rulesText": "Airborne\r\n\r\nDamage dealt by Daperyll Vampire's strikes heals you.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4i4xhx000j24v583v67p05" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fngq000xs67py78ao229", + "slug": "bet_daperyll_vampire_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/daperyll_vampire.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4i4xhx000j24v583v67p05", + "setCardId": "clot8fnf7000vs67p91anpv3k", + "setCard": { + "id": "clot8fnf7000vs67p91anpv3k", + "slug": "bet_daperyll_vampire", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i4xhx000j24v583v67p05", + "meta": { + "id": "clq39xv4r000esh271fqazen8", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Undead with a sanguine desire", + "subType": "Undead", + "rulesText": "Airborne\r\n\r\nDamage dealt by Daperyll Vampire's strikes heals you.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fnf7000vs67p91anpv3k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fni9000zs67p1pf09zlr", + "slug": "bet_daperyll_vampire_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/daperyll_vampire-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4i4xhx000j24v583v67p05", + "setCardId": "clot8fnf7000vs67p91anpv3k", + "setCard": { + "id": "clot8fnf7000vs67p91anpv3k", + "slug": "bet_daperyll_vampire", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i4xhx000j24v583v67p05", + "meta": { + "id": "clq39xv4r000esh271fqazen8", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Undead with a sanguine desire", + "subType": "Undead", + "rulesText": "Airborne\r\n\r\nDamage dealt by Daperyll Vampire's strikes heals you.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fnf7000vs67p91anpv3k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i550c000l24v56684cigv", + "slug": "alp_daperyll_vampire_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/daperyll_vampire.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4i4xhx000j24v583v67p05", + "setCardId": "clm4i53ob000k24v51z5s7mdq", + "setCard": { + "id": "clm4i53ob000k24v51z5s7mdq", + "slug": "alp_daperyll_vampire", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i4xhx000j24v583v67p05", + "meta": { + "id": "clq39xuyy000dsh27ipai6w06", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Undead with a sanguine desire", + "subType": "Undead", + "rulesText": "Airborne\n\nDamage dealt by Daperyll Vampire's strikes heals you.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i53ob000k24v51z5s7mdq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i5bxo000m24v5cezibx4j", + "slug": "alp_daperyll_vampire_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/daperyll_vampire-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4i4xhx000j24v583v67p05", + "setCardId": "clm4i53ob000k24v51z5s7mdq", + "setCard": { + "id": "clm4i53ob000k24v51z5s7mdq", + "slug": "alp_daperyll_vampire", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i4xhx000j24v583v67p05", + "meta": { + "id": "clq39xuyy000dsh27ipai6w06", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Undead with a sanguine desire", + "subType": "Undead", + "rulesText": "Airborne\n\nDamage dealt by Daperyll Vampire's strikes heals you.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i53ob000k24v51z5s7mdq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pzy4800xoe0v5e9gm0p58", + "slug": "dark_tower", + "name": "Dark Tower", + "hotscore": 14740, + "guardian": { + "id": "clq3a1hoa00rdsh27ty4zzf8b", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of contemplation", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Dark Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4pzy4800xoe0v5e9gm0p58" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ijd701rfs67p5rz8z9l8", + "slug": "bet_dark_tower_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dark_tower.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4pzy4800xoe0v5e9gm0p58", + "setCardId": "clot8ijbl01rds67ph71ip66v", + "setCard": { + "id": "clot8ijbl01rds67ph71ip66v", + "slug": "bet_dark_tower", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pzy4800xoe0v5e9gm0p58", + "meta": { + "id": "clq3a1hxu00rfsh272yfi3ea2", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of contemplation", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Dark Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ijbl01rds67ph71ip66v" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ijeq01rhs67p2df703e5", + "slug": "bet_dark_tower_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dark_tower-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4pzy4800xoe0v5e9gm0p58", + "setCardId": "clot8ijbl01rds67ph71ip66v", + "setCard": { + "id": "clot8ijbl01rds67ph71ip66v", + "slug": "bet_dark_tower", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pzy4800xoe0v5e9gm0p58", + "meta": { + "id": "clq3a1hxu00rfsh272yfi3ea2", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of contemplation", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Dark Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ijbl01rds67ph71ip66v" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q05tn00xqe0v58mlkfocq", + "slug": "alp_dark_tower_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dark_tower.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4pzy4800xoe0v5e9gm0p58", + "setCardId": "clm4q04il00xpe0v5fkbdcj0x", + "setCard": { + "id": "clm4q04il00xpe0v5fkbdcj0x", + "slug": "alp_dark_tower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pzy4800xoe0v5e9gm0p58", + "meta": { + "id": "clq3a1hqj00resh27qlpawyct", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of contemplation", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Dark Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q04il00xpe0v5fkbdcj0x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q0jel00xse0v5dn5q1qhl", + "slug": "alp_dark_tower_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dark_tower-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4pzy4800xoe0v5e9gm0p58", + "setCardId": "clm4q04il00xpe0v5fkbdcj0x", + "setCard": { + "id": "clm4q04il00xpe0v5fkbdcj0x", + "slug": "alp_dark_tower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pzy4800xoe0v5e9gm0p58", + "meta": { + "id": "clq3a1hqj00resh27qlpawyct", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of contemplation", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Dark Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q04il00xpe0v5fkbdcj0x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q0ddw00xre0v51t3262mm", + "slug": "alp_dark_tower_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dark_tower-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4pzy4800xoe0v5e9gm0p58", + "setCardId": "clm4q04il00xpe0v5fkbdcj0x", + "setCard": { + "id": "clm4q04il00xpe0v5fkbdcj0x", + "slug": "alp_dark_tower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pzy4800xoe0v5e9gm0p58", + "meta": { + "id": "clq3a1hqj00resh27qlpawyct", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of contemplation", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Dark Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q04il00xpe0v5fkbdcj0x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4i5if4000n24v54h714rjx", + "slug": "dead_of_night_demon", + "name": "Dead of Night Demon", + "hotscore": 491, + "guardian": { + "id": "clq39xvan000fsh27wwje3fhe", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Demon stalks the witching hour", + "subType": "Demon", + "rulesText": "Stealth", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4i5if4000n24v54h714rjx" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fnsj0014s67p5hrzt53s", + "slug": "bet_dead_of_night_demon_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dead_of_night_demon.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Tiptoe cross the weald’s black maw,\r\nwhere horned fiends creep ware tooth and claw.", + "cardId": "clm4i5if4000n24v54h714rjx", + "setCardId": "clot8fnr30012s67p6i42e7u8", + "setCard": { + "id": "clot8fnr30012s67p6i42e7u8", + "slug": "bet_dead_of_night_demon", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i5if4000n24v54h714rjx", + "meta": { + "id": "clq39xvk4000hsh2735znae6g", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Demon stalks the witching hour", + "subType": "Demon", + "rulesText": "Stealth", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fnr30012s67p6i42e7u8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fnu40016s67p79jkyp7z", + "slug": "bet_dead_of_night_demon_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dead_of_night_demon-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Tiptoe cross the weald’s black maw,\r\nwhere horned fiends creep ware tooth and claw.", + "cardId": "clm4i5if4000n24v54h714rjx", + "setCardId": "clot8fnr30012s67p6i42e7u8", + "setCard": { + "id": "clot8fnr30012s67p6i42e7u8", + "slug": "bet_dead_of_night_demon", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i5if4000n24v54h714rjx", + "meta": { + "id": "clq39xvk4000hsh2735znae6g", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Demon stalks the witching hour", + "subType": "Demon", + "rulesText": "Stealth", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fnr30012s67p6i42e7u8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i5pna000p24v5atvl8far", + "slug": "alp_dead_of_night_demon_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dead_of_night_demon.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Tiptoe cross the weald’s black maw,\nwhere horned fiends creep ware tooth and claw.", + "cardId": "clm4i5if4000n24v54h714rjx", + "setCardId": "clm4i5oba000o24v573eqg9oc", + "setCard": { + "id": "clm4i5oba000o24v573eqg9oc", + "slug": "alp_dead_of_night_demon", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i5if4000n24v54h714rjx", + "meta": { + "id": "clq39xvcv000gsh27h9wkr8bz", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Demon stalks the witching hour", + "subType": "Demon", + "rulesText": "Stealth", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i5oba000o24v573eqg9oc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i61mo000r24v51dn5h36u", + "slug": "alp_dead_of_night_demon_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dead_of_night_demon-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Michal Nagypál", + "flavorText": "Tiptoe cross the weald’s black maw,\nwhere horned fiends creep ware tooth and claw.", + "cardId": "clm4i5if4000n24v54h714rjx", + "setCardId": "clm4i5oba000o24v573eqg9oc", + "setCard": { + "id": "clm4i5oba000o24v573eqg9oc", + "slug": "alp_dead_of_night_demon", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i5if4000n24v54h714rjx", + "meta": { + "id": "clq39xvcv000gsh27h9wkr8bz", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Demon stalks the witching hour", + "subType": "Demon", + "rulesText": "Stealth", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i5oba000o24v573eqg9oc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i5wia000q24v5d7vjcxjc", + "slug": "alp_dead_of_night_demon_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dead_of_night_demon-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Tiptoe cross the weald’s black maw,\nwhere horned fiends creep ware tooth and claw.", + "cardId": "clm4i5if4000n24v54h714rjx", + "setCardId": "clm4i5oba000o24v573eqg9oc", + "setCard": { + "id": "clm4i5oba000o24v573eqg9oc", + "slug": "alp_dead_of_night_demon", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i5if4000n24v54h714rjx", + "meta": { + "id": "clq39xvcv000gsh27h9wkr8bz", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Demon stalks the witching hour", + "subType": "Demon", + "rulesText": "Stealth", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i5oba000o24v573eqg9oc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lmygh000ie0v5baa57rdk", + "slug": "disenchant", + "name": "Disenchant", + "hotscore": 5256, + "guardian": { + "id": "clq39yd9a0042sh27mm137rff", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of fractured fascination", + "subType": "", + "rulesText": "Destroy all auras and artifacts at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lmygh000ie0v5baa57rdk" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g298009hs67pk12oq0zs", + "slug": "bet_disenchant_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/disenchant.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "... and a haughty spirit before a fall.", + "cardId": "clm4lmygh000ie0v5baa57rdk", + "setCardId": "clot8g27r009fs67px2lh8hka", + "setCard": { + "id": "clot8g27r009fs67px2lh8hka", + "slug": "bet_disenchant", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lmygh000ie0v5baa57rdk", + "meta": { + "id": "clq39ydh70044sh27l2hc81ii", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of fractured fascination", + "subType": "", + "rulesText": "Destroy all auras and artifacts at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g27r009fs67px2lh8hka" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g2au009js67p657gd1ka", + "slug": "bet_disenchant_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/disenchant-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "... and a haughty spirit before a fall.", + "cardId": "clm4lmygh000ie0v5baa57rdk", + "setCardId": "clot8g27r009fs67px2lh8hka", + "setCard": { + "id": "clot8g27r009fs67px2lh8hka", + "slug": "bet_disenchant", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lmygh000ie0v5baa57rdk", + "meta": { + "id": "clq39ydh70044sh27l2hc81ii", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of fractured fascination", + "subType": "", + "rulesText": "Destroy all auras and artifacts at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g27r009fs67px2lh8hka" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ln5hs000ke0v53nox6cct", + "slug": "alp_disenchant_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/disenchant.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "... and a haughty spirit before a fall.", + "cardId": "clm4lmygh000ie0v5baa57rdk", + "setCardId": "clm4ln45c000je0v563dd778h", + "setCard": { + "id": "clm4ln45c000je0v563dd778h", + "slug": "alp_disenchant", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lmygh000ie0v5baa57rdk", + "meta": { + "id": "clq39ydbi0043sh27vrzigtvy", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of fractured fascination", + "subType": "", + "rulesText": "Destroy all auras and artifacts at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ln45c000je0v563dd778h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lndlo000le0v5fg2n0ani", + "slug": "alp_disenchant_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/disenchant-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "... and a haughty spirit before a fall.", + "cardId": "clm4lmygh000ie0v5baa57rdk", + "setCardId": "clm4ln45c000je0v563dd778h", + "setCard": { + "id": "clm4ln45c000je0v563dd778h", + "slug": "alp_disenchant", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lmygh000ie0v5baa57rdk", + "meta": { + "id": "clq39ydbi0043sh27vrzigtvy", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of fractured fascination", + "subType": "", + "rulesText": "Destroy all auras and artifacts at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ln45c000je0v563dd778h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lnkjq000me0v53fjuhb92", + "slug": "dream_quest", + "name": "Dream-Quest", + "hotscore": 1910, + "guardian": { + "id": "clq39ydn40045sh279ztcl90r", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic glimpses beyond the veil", + "subType": "", + "rulesText": "An allied Spellcaster falls asleep and is disabled until hurt. At the start of your next turn, if it's still asleep, you may wake it up to search your spellbook for a card and put it into your hand. Shuffle if needed.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lnkjq000me0v53fjuhb92" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g2lr009os67paq0jl26x", + "slug": "bet_dream_quest_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dream_quest.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "When your dreams are your own, I'll meet you there.", + "cardId": "clm4lnkjq000me0v53fjuhb92", + "setCardId": "clot8g2k9009ms67p5dobl2xa", + "setCard": { + "id": "clot8g2k9009ms67p5dobl2xa", + "slug": "bet_dream_quest", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lnkjq000me0v53fjuhb92", + "meta": { + "id": "clq39ydvn0047sh27w7k2u6rw", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic glimpses beyond the veil", + "subType": "", + "rulesText": "An allied Spellcaster falls asleep and is disabled until hurt. At the start of your next turn, if it's still asleep, you may wake it up to search your spellbook for a card and put it into your hand. Shuffle if needed.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g2k9009ms67p5dobl2xa" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g2nc009qs67pftlou5ck", + "slug": "bet_dream_quest_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dream_quest-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "When your dreams are your own, I'll meet you there.", + "cardId": "clm4lnkjq000me0v53fjuhb92", + "setCardId": "clot8g2k9009ms67p5dobl2xa", + "setCard": { + "id": "clot8g2k9009ms67p5dobl2xa", + "slug": "bet_dream_quest", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lnkjq000me0v53fjuhb92", + "meta": { + "id": "clq39ydvn0047sh27w7k2u6rw", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic glimpses beyond the veil", + "subType": "", + "rulesText": "An allied Spellcaster falls asleep and is disabled until hurt. At the start of your next turn, if it's still asleep, you may wake it up to search your spellbook for a card and put it into your hand. Shuffle if needed.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g2k9009ms67p5dobl2xa" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lntb3000oe0v55r0xbe4e", + "slug": "alp_dream_quest_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dream_quest.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "\"When your dreams are your own, I'll meet you there.\"", + "cardId": "clm4lnkjq000me0v53fjuhb92", + "setCardId": "clm4lnrjr000ne0v5b6470six", + "setCard": { + "id": "clm4lnrjr000ne0v5b6470six", + "slug": "alp_dream_quest", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lnkjq000me0v53fjuhb92", + "meta": { + "id": "clq39ydpp0046sh27uj5dqos8", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic glimpses beyond the veil", + "subType": "", + "rulesText": "An allied Spellcaster falls asleep and is disabled until hurt. At the start of your next turn, if it's still asleep, you may wake it up to search your spellbook for a card and put it into your hand. Shuffle if needed.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lnrjr000ne0v5b6470six" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lo1b3000pe0v5d5su6nk5", + "slug": "alp_dream_quest_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dream_quest-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "\"When your dreams are your own, I'll meet you there.\"", + "cardId": "clm4lnkjq000me0v53fjuhb92", + "setCardId": "clm4lnrjr000ne0v5b6470six", + "setCard": { + "id": "clm4lnrjr000ne0v5b6470six", + "slug": "alp_dream_quest", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lnkjq000me0v53fjuhb92", + "meta": { + "id": "clq39ydpp0046sh27uj5dqos8", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic glimpses beyond the veil", + "subType": "", + "rulesText": "An allied Spellcaster falls asleep and is disabled until hurt. At the start of your next turn, if it's still asleep, you may wake it up to search your spellbook for a card and put it into your hand. Shuffle if needed.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lnrjr000ne0v5b6470six" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4i62yt000s24v50gm98vkv", + "slug": "east_west_dragon", + "name": "East-West Dragon", + "hotscore": 449, + "guardian": { + "id": "clq39xvpy000ish271rbapgl7", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Dragon of long horizons", + "subType": "Dragon", + "rulesText": "Airborne\r\n\r\nMoves freely sideways.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4i62yt000s24v50gm98vkv" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fo50001bs67pnzvnk2r6", + "slug": "bet_east_west_dragon_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/east_west_dragon.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4i62yt000s24v50gm98vkv", + "setCardId": "clot8fo3h0019s67p42s5qwfy", + "setCard": { + "id": "clot8fo3h0019s67p42s5qwfy", + "slug": "bet_east_west_dragon", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i62yt000s24v50gm98vkv", + "meta": { + "id": "clq39xvyr000ksh27ndu61vk5", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Dragon of long horizons", + "subType": "Dragon", + "rulesText": "Airborne\r\n\r\nMoves freely sideways.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fo3h0019s67p42s5qwfy" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fo6i001ds67p0ta79izh", + "slug": "bet_east_west_dragon_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/east_west_dragon-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4i62yt000s24v50gm98vkv", + "setCardId": "clot8fo3h0019s67p42s5qwfy", + "setCard": { + "id": "clot8fo3h0019s67p42s5qwfy", + "slug": "bet_east_west_dragon", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i62yt000s24v50gm98vkv", + "meta": { + "id": "clq39xvyr000ksh27ndu61vk5", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Dragon of long horizons", + "subType": "Dragon", + "rulesText": "Airborne\r\n\r\nMoves freely sideways.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fo3h0019s67p42s5qwfy" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i6aob000u24v5btkd8haj", + "slug": "alp_east_west_dragon_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/east_west_dragon.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4i62yt000s24v50gm98vkv", + "setCardId": "clm4i69ai000t24v5h6tt5pie", + "setCard": { + "id": "clm4i69ai000t24v5h6tt5pie", + "slug": "alp_east_west_dragon", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i62yt000s24v50gm98vkv", + "meta": { + "id": "clq39xvs6000jsh27ir5mpr37", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Dragon of long horizons", + "subType": "Dragon", + "rulesText": "Airborne\n\nMoves freely sideways.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i69ai000t24v5h6tt5pie" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i6ibj000v24v57fo69exn", + "slug": "alp_east_west_dragon_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/east_west_dragon-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4i62yt000s24v50gm98vkv", + "setCardId": "clm4i69ai000t24v5h6tt5pie", + "setCard": { + "id": "clm4i69ai000t24v5h6tt5pie", + "slug": "alp_east_west_dragon", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i62yt000s24v50gm98vkv", + "meta": { + "id": "clq39xvs6000jsh27ir5mpr37", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Dragon of long horizons", + "subType": "Dragon", + "rulesText": "Airborne\n\nMoves freely sideways.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i69ai000t24v5h6tt5pie" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ly391002ke0v59a930osc", + "slug": "evil_presence", + "name": "Evil Presence", + "hotscore": 2396, + "guardian": { + "id": "clq39ykjk005msh279a0tc092", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of dread and foreboding", + "subType": "", + "rulesText": "You may summon Spirits to affected sites. When you summon a Spirit here, give it Charge, and return Evil Presence to its owner's hand.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4ly391002ke0v59a930osc" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g7wa00czs67phd0nhwep", + "slug": "bet_evil_presence_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/evil_presence.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4ly391002ke0v59a930osc", + "setCardId": "clot8g7up00cxs67pvo00209z", + "setCard": { + "id": "clot8g7up00cxs67pvo00209z", + "slug": "bet_evil_presence", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ly391002ke0v59a930osc", + "meta": { + "id": "clq39ykry005osh27odxbne0j", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of dread and foreboding", + "subType": "", + "rulesText": "You may summon Spirits to affected sites. When you summon a Spirit here, give it Charge, and return Evil Presence to its owner's hand.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g7up00cxs67pvo00209z" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g7xr00d1s67pqyqwuwnd", + "slug": "bet_evil_presence_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/evil_presence-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4ly391002ke0v59a930osc", + "setCardId": "clot8g7up00cxs67pvo00209z", + "setCard": { + "id": "clot8g7up00cxs67pvo00209z", + "slug": "bet_evil_presence", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ly391002ke0v59a930osc", + "meta": { + "id": "clq39ykry005osh27odxbne0j", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of dread and foreboding", + "subType": "", + "rulesText": "You may summon Spirits to affected sites. When you summon a Spirit here, give it Charge, and return Evil Presence to its owner's hand.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g7up00cxs67pvo00209z" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lyc0m002me0v5g8vn1tcz", + "slug": "alp_evil_presence_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/evil_presence.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4ly391002ke0v59a930osc", + "setCardId": "clm4lyan6002le0v57d10hkh4", + "setCard": { + "id": "clm4lyan6002le0v57d10hkh4", + "slug": "alp_evil_presence", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ly391002ke0v59a930osc", + "meta": { + "id": "clq39ykma005nsh273s94zchk", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of dread and foreboding", + "subType": "", + "rulesText": "You may summon Spirits to affected sites. When you summon a Spirit here, give it Charge, and return Evil Presence to its owner's hand.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lyan6002le0v57d10hkh4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lyksg002ne0v5hjf7fdjd", + "slug": "alp_evil_presence_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/evil_presence-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4ly391002ke0v59a930osc", + "setCardId": "clm4lyan6002le0v57d10hkh4", + "setCard": { + "id": "clm4lyan6002le0v57d10hkh4", + "slug": "alp_evil_presence", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ly391002ke0v59a930osc", + "meta": { + "id": "clq39ykma005nsh273s94zchk", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of dread and foreboding", + "subType": "", + "rulesText": "You may summon Spirits to affected sites. When you summon a Spirit here, give it Charge, and return Evil Presence to its owner's hand.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lyan6002le0v57d10hkh4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lo7qs000qe0v5dybxev5p", + "slug": "fade", + "name": "Fade", + "hotscore": 1667, + "guardian": { + "id": "clq39ye1f0048sh27964cfdaq", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of covert concealment", + "subType": "", + "rulesText": "Give an allied minion Stealth. If it occupies an enemy site, draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lo7qs000qe0v5dybxev5p" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g2xn009vs67pqcv7pcv2", + "slug": "bet_fade_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/fade.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "I could pay, but then I'd just have to rob them again.", + "cardId": "clm4lo7qs000qe0v5dybxev5p", + "setCardId": "clot8g2w0009ts67pzf9ed75r", + "setCard": { + "id": "clot8g2w0009ts67pzf9ed75r", + "slug": "bet_fade", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lo7qs000qe0v5dybxev5p", + "meta": { + "id": "clq39ye9g004ash27sfjvrilz", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of covert concealment", + "subType": "", + "rulesText": "Give an allied minion Stealth. If it occupies an enemy site, draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g2w0009ts67pzf9ed75r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g2z6009xs67pp0od2bgj", + "slug": "bet_fade_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/fade-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "I could pay, but then I'd just have to rob them again.", + "cardId": "clm4lo7qs000qe0v5dybxev5p", + "setCardId": "clot8g2w0009ts67pzf9ed75r", + "setCard": { + "id": "clot8g2w0009ts67pzf9ed75r", + "slug": "bet_fade", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lo7qs000qe0v5dybxev5p", + "meta": { + "id": "clq39ye9g004ash27sfjvrilz", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of covert concealment", + "subType": "", + "rulesText": "Give an allied minion Stealth. If it occupies an enemy site, draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g2w0009ts67pzf9ed75r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lofek000se0v5escn4zdk", + "slug": "alp_fade_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/fade.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "\"I could pay, but then I'd just have to rob them again.\"", + "cardId": "clm4lo7qs000qe0v5dybxev5p", + "setCardId": "clm4loe1i000re0v5bruye5rl", + "setCard": { + "id": "clm4loe1i000re0v5bruye5rl", + "slug": "alp_fade", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lo7qs000qe0v5dybxev5p", + "meta": { + "id": "clq39ye3p0049sh27vfn30uk2", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of covert concealment", + "subType": "", + "rulesText": "Give an allied minion Stealth. If it occupies an enemy site, draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4loe1i000re0v5bruye5rl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lomdw000te0v5gy6j16cl", + "slug": "alp_fade_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/fade-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "\"I could pay, but then I'd just have to rob them again.\"", + "cardId": "clm4lo7qs000qe0v5dybxev5p", + "setCardId": "clm4loe1i000re0v5bruye5rl", + "setCard": { + "id": "clm4loe1i000re0v5bruye5rl", + "slug": "alp_fade", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lo7qs000qe0v5dybxev5p", + "meta": { + "id": "clq39ye3p0049sh27vfn30uk2", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of covert concealment", + "subType": "", + "rulesText": "Give an allied minion Stealth. If it occupies an enemy site, draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4loe1i000re0v5bruye5rl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lotdk000ue0v51r09a5qq", + "slug": "flanking_maneuver", + "name": "Flanking Maneuver", + "hotscore": 1443, + "guardian": { + "id": "clq39yef6004bsh27dazd3shs", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic and peculiar ploy", + "subType": "", + "rulesText": "Teleport any number of allies at one location to another location a chess knight's move away. Draw a card.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lotdk000ue0v51r09a5qq" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g38h00a2s67p9aiu6as0", + "slug": "bet_flanking_maneuver_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/flanking_maneuver.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4lotdk000ue0v51r09a5qq", + "setCardId": "clot8g37000a0s67pjrtjqsi6", + "setCard": { + "id": "clot8g37000a0s67pjrtjqsi6", + "slug": "bet_flanking_maneuver", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lotdk000ue0v51r09a5qq", + "meta": { + "id": "clq39yene004dsh27hiw6wjnk", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic and peculiar ploy", + "subType": "", + "rulesText": "Teleport any number of allies at one location to another location a chess knight's move away. Draw a card.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g37000a0s67pjrtjqsi6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g3a200a4s67pizk6kd7t", + "slug": "bet_flanking_maneuver_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/flanking_maneuver-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4lotdk000ue0v51r09a5qq", + "setCardId": "clot8g37000a0s67pjrtjqsi6", + "setCard": { + "id": "clot8g37000a0s67pjrtjqsi6", + "slug": "bet_flanking_maneuver", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lotdk000ue0v51r09a5qq", + "meta": { + "id": "clq39yene004dsh27hiw6wjnk", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic and peculiar ploy", + "subType": "", + "rulesText": "Teleport any number of allies at one location to another location a chess knight's move away. Draw a card.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g37000a0s67pjrtjqsi6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lp0e5000we0v529lg9xrh", + "slug": "alp_flanking_maneuver_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/flanking_maneuver.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4lotdk000ue0v51r09a5qq", + "setCardId": "clm4loz1t000ve0v53h7kcnug", + "setCard": { + "id": "clm4loz1t000ve0v53h7kcnug", + "slug": "alp_flanking_maneuver", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lotdk000ue0v51r09a5qq", + "meta": { + "id": "clq39yehq004csh27xktpaeke", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic and peculiar ploy", + "subType": "", + "rulesText": "Teleport any number of allies at one location to another location a chess knight's move away. Draw a card.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4loz1t000ve0v53h7kcnug" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lp7wz000xe0v567ra5y13", + "slug": "alp_flanking_maneuver_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/flanking_maneuver-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4lotdk000ue0v51r09a5qq", + "setCardId": "clm4loz1t000ve0v53h7kcnug", + "setCard": { + "id": "clm4loz1t000ve0v53h7kcnug", + "slug": "alp_flanking_maneuver", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lotdk000ue0v51r09a5qq", + "meta": { + "id": "clq39yehq004csh27xktpaeke", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic and peculiar ploy", + "subType": "", + "rulesText": "Teleport any number of allies at one location to another location a chess knight's move away. Draw a card.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4loz1t000ve0v53h7kcnug" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q0kkz00xte0v5cele33r6", + "slug": "gothic_tower", + "name": "Gothic Tower", + "hotscore": 14276, + "guardian": { + "id": "clq3a1i3k00rgsh275v52nprp", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of rumination", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Gothic Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4q0kkz00xte0v5cele33r6" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ijp801rms67pcz1qwuoz", + "slug": "bet_gothic_tower_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/gothic_tower.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q0kkz00xte0v5cele33r6", + "setCardId": "clot8ijnp01rks67pw4na86hf", + "setCard": { + "id": "clot8ijnp01rks67pw4na86hf", + "slug": "bet_gothic_tower", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q0kkz00xte0v5cele33r6", + "meta": { + "id": "clq3a1idd00rish27nqdg6bdr", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of rumination", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Gothic Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ijnp01rks67pw4na86hf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ijqq01ros67phadb2mo4", + "slug": "bet_gothic_tower_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/gothic_tower-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q0kkz00xte0v5cele33r6", + "setCardId": "clot8ijnp01rks67pw4na86hf", + "setCard": { + "id": "clot8ijnp01rks67pw4na86hf", + "slug": "bet_gothic_tower", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q0kkz00xte0v5cele33r6", + "meta": { + "id": "clq3a1idd00rish27nqdg6bdr", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of rumination", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Gothic Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ijnp01rks67pw4na86hf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q0so200xve0v57ra6eybh", + "slug": "alp_gothic_tower_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gothic_tower.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q0kkz00xte0v5cele33r6", + "setCardId": "clm4q0rav00xue0v5getcf2eu", + "setCard": { + "id": "clm4q0rav00xue0v5getcf2eu", + "slug": "alp_gothic_tower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q0kkz00xte0v5cele33r6", + "meta": { + "id": "clq3a1i5s00rhsh277szz6cq4", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of rumination", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Gothic Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q0rav00xue0v5getcf2eu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q178t00xxe0v54jozbkl6", + "slug": "alp_gothic_tower_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gothic_tower-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q0kkz00xte0v5cele33r6", + "setCardId": "clm4q0rav00xue0v5getcf2eu", + "setCard": { + "id": "clm4q0rav00xue0v5getcf2eu", + "slug": "alp_gothic_tower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q0kkz00xte0v5cele33r6", + "meta": { + "id": "clq3a1i5s00rhsh277szz6cq4", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of rumination", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Gothic Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q0rav00xue0v5getcf2eu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q10g100xwe0v5e7nb74rh", + "slug": "alp_gothic_tower_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gothic_tower-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q0kkz00xte0v5cele33r6", + "setCardId": "clm4q0rav00xue0v5getcf2eu", + "setCard": { + "id": "clm4q0rav00xue0v5getcf2eu", + "slug": "alp_gothic_tower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q0kkz00xte0v5cele33r6", + "meta": { + "id": "clq3a1i5s00rhsh277szz6cq4", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of rumination", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Gothic Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q0rav00xue0v5getcf2eu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4i6o6q000w24v5f9mf36ue", + "slug": "grandmaster_wizard", + "name": "Grandmaster Wizard", + "hotscore": 8479, + "guardian": { + "id": "clq39xw4h000lsh27t7qurpkt", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of arcane expertise", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nGenesis → Draw three spells.", + "cost": 6, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4i6o6q000w24v5f9mf36ue" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fohp001is67pysk1igib", + "slug": "bet_grandmaster_wizard_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/grandmaster_wizard.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4i6o6q000w24v5f9mf36ue", + "setCardId": "clot8fog8001gs67pj3araeqx", + "setCard": { + "id": "clot8fog8001gs67pj3araeqx", + "slug": "bet_grandmaster_wizard", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i6o6q000w24v5f9mf36ue", + "meta": { + "id": "clq39xwdz000nsh27cini1wz9", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of arcane expertise", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nGenesis → Draw three spells.", + "cost": 6, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fog8001gs67pj3araeqx" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8foj7001ks67p8dyodyij", + "slug": "bet_grandmaster_wizard_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/grandmaster_wizard-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4i6o6q000w24v5f9mf36ue", + "setCardId": "clot8fog8001gs67pj3araeqx", + "setCard": { + "id": "clot8fog8001gs67pj3araeqx", + "slug": "bet_grandmaster_wizard", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i6o6q000w24v5f9mf36ue", + "meta": { + "id": "clq39xwdz000nsh27cini1wz9", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of arcane expertise", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nGenesis → Draw three spells.", + "cost": 6, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fog8001gs67pj3araeqx" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i6w9g000y24v54o586f0m", + "slug": "alp_grandmaster_wizard_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/grandmaster_wizard.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4i6o6q000w24v5f9mf36ue", + "setCardId": "clm4i6uxj000x24v5fsij5vvl", + "setCard": { + "id": "clm4i6uxj000x24v5fsij5vvl", + "slug": "alp_grandmaster_wizard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i6o6q000w24v5f9mf36ue", + "meta": { + "id": "clq39xw6q000msh27nzi69y80", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of arcane expertise", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nGenesis → Draw three spells.", + "cost": 6, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i6uxj000x24v5fsij5vvl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i79wg001024v5165637jh", + "slug": "alp_grandmaster_wizard_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/grandmaster_wizard-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4i6o6q000w24v5f9mf36ue", + "setCardId": "clm4i6uxj000x24v5fsij5vvl", + "setCard": { + "id": "clm4i6uxj000x24v5fsij5vvl", + "slug": "alp_grandmaster_wizard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i6o6q000w24v5f9mf36ue", + "meta": { + "id": "clq39xw6q000msh27nzi69y80", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of arcane expertise", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nGenesis → Draw three spells.", + "cost": 6, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i6uxj000x24v5fsij5vvl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i74c8000z24v5az837dbc", + "slug": "alp_grandmaster_wizard_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/grandmaster_wizard-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4i6o6q000w24v5f9mf36ue", + "setCardId": "clm4i6uxj000x24v5fsij5vvl", + "setCard": { + "id": "clm4i6uxj000x24v5fsij5vvl", + "slug": "alp_grandmaster_wizard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i6o6q000w24v5f9mf36ue", + "meta": { + "id": "clq39xw6q000msh27nzi69y80", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of arcane expertise", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nGenesis → Draw three spells.", + "cost": 6, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i6uxj000x24v5fsij5vvl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lped0000ye0v55hzibzn2", + "slug": "grapple_shot", + "name": "Grapple Shot", + "hotscore": 8253, + "guardian": { + "id": "clq39yete004esh27mcr42t83", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of acrobatic assault", + "subType": "", + "rulesText": "An ally shoots a projectile. If it hits a unit, the ally is dragged to that location, and may strike the hit unit when it arrives.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lped0000ye0v55hzibzn2" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g3j600a9s67p4tzj3tmg", + "slug": "bet_grapple_shot_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/grapple_shot.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4lped0000ye0v55hzibzn2", + "setCardId": "clot8g3hp00a7s67prr1fzmxl", + "setCard": { + "id": "clot8g3hp00a7s67prr1fzmxl", + "slug": "bet_grapple_shot", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lped0000ye0v55hzibzn2", + "meta": { + "id": "clq39yf1l004gsh274wsgjyne", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of acrobatic assault", + "subType": "", + "rulesText": "An ally shoots a projectile. If it hits a unit, the ally is dragged to that location, and may strike the hit unit when it arrives.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g3hp00a7s67prr1fzmxl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g3kn00abs67prqkuhl11", + "slug": "bet_grapple_shot_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/grapple_shot-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4lped0000ye0v55hzibzn2", + "setCardId": "clot8g3hp00a7s67prr1fzmxl", + "setCard": { + "id": "clot8g3hp00a7s67prr1fzmxl", + "slug": "bet_grapple_shot", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lped0000ye0v55hzibzn2", + "meta": { + "id": "clq39yf1l004gsh274wsgjyne", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of acrobatic assault", + "subType": "", + "rulesText": "An ally shoots a projectile. If it hits a unit, the ally is dragged to that location, and may strike the hit unit when it arrives.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g3hp00a7s67prr1fzmxl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lpm3v0010e0v517lqh9dh", + "slug": "alp_grapple_shot_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/grapple_shot.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4lped0000ye0v55hzibzn2", + "setCardId": "clm4lpkqp000ze0v5hy7ud4d2", + "setCard": { + "id": "clm4lpkqp000ze0v5hy7ud4d2", + "slug": "alp_grapple_shot", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lped0000ye0v55hzibzn2", + "meta": { + "id": "clq39yevs004fsh27bphr9pww", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of acrobatic assault", + "subType": "", + "rulesText": "An ally shoots a projectile. If it hits a unit, the ally is dragged to that location, and may strike the hit unit.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lpkqp000ze0v5hy7ud4d2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lpv6t0011e0v5020o85gr", + "slug": "alp_grapple_shot_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/grapple_shot-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4lped0000ye0v55hzibzn2", + "setCardId": "clm4lpkqp000ze0v5hy7ud4d2", + "setCard": { + "id": "clm4lpkqp000ze0v5hy7ud4d2", + "slug": "alp_grapple_shot", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lped0000ye0v55hzibzn2", + "meta": { + "id": "clq39yevs004fsh27bphr9pww", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of acrobatic assault", + "subType": "", + "rulesText": "An ally shoots a projectile. If it hits a unit, the ally is dragged to that location, and may strike the hit unit.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lpkqp000ze0v5hy7ud4d2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4i7b1y001124v5hsje9u0g", + "slug": "grim_reaper", + "name": "Grim Reaper", + "hotscore": 4706, + "guardian": { + "id": "clq39xwji000osh27d5c0ofmt", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit awaits us all", + "subType": "Spirit", + "rulesText": "Lethal\r\n\r\nWhenever Grim Reaper kills a minion, banish that minion and all copies. Search its owner's cemetery, hand, and spellbook and banish any copies. They shuffle.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4i7b1y001124v5hsje9u0g" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fot1001ps67p7qd5hys9", + "slug": "bet_grim_reaper_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/grim_reaper.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4i7b1y001124v5hsje9u0g", + "setCardId": "clot8fork001ns67px0vha45r", + "setCard": { + "id": "clot8fork001ns67px0vha45r", + "slug": "bet_grim_reaper", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i7b1y001124v5hsje9u0g", + "meta": { + "id": "clq39xwrc000qsh27qozsbxs3", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit awaits us all", + "subType": "Spirit", + "rulesText": "Lethal\r\n\r\nWhenever Grim Reaper kills a minion, banish that minion and all copies. Search its owner's cemetery, hand, and spellbook and banish any copies. They shuffle.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fork001ns67px0vha45r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fouk001rs67pp1du2hha", + "slug": "bet_grim_reaper_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/grim_reaper-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4i7b1y001124v5hsje9u0g", + "setCardId": "clot8fork001ns67px0vha45r", + "setCard": { + "id": "clot8fork001ns67px0vha45r", + "slug": "bet_grim_reaper", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i7b1y001124v5hsje9u0g", + "meta": { + "id": "clq39xwrc000qsh27qozsbxs3", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit awaits us all", + "subType": "Spirit", + "rulesText": "Lethal\r\n\r\nWhenever Grim Reaper kills a minion, banish that minion and all copies. Search its owner's cemetery, hand, and spellbook and banish any copies. They shuffle.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fork001ns67px0vha45r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i7ikc001324v5g6lb790a", + "slug": "alp_grim_reaper_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/grim_reaper.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4i7b1y001124v5hsje9u0g", + "setCardId": "clm4i7h80001224v56ul85ymc", + "setCard": { + "id": "clm4i7h80001224v56ul85ymc", + "slug": "alp_grim_reaper", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i7b1y001124v5hsje9u0g", + "meta": { + "id": "clq39xwlr000psh2753ncz1co", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit awaits us all", + "subType": "Spirit", + "rulesText": "Lethal\n\nWhenever Grim Reaper kills a minion, banish that minion and all copies. Search its owner's cemetery, hand, and spellbook and banish any copies. They shuffle.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i7h80001224v56ul85ymc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i7q1p001424v55ryecg8f", + "slug": "alp_grim_reaper_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/grim_reaper-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4i7b1y001124v5hsje9u0g", + "setCardId": "clm4i7h80001224v56ul85ymc", + "setCard": { + "id": "clm4i7h80001224v56ul85ymc", + "slug": "alp_grim_reaper", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i7b1y001124v5hsje9u0g", + "meta": { + "id": "clq39xwlr000psh2753ncz1co", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit awaits us all", + "subType": "Spirit", + "rulesText": "Lethal\n\nWhenever Grim Reaper kills a minion, banish that minion and all copies. Search its owner's cemetery, hand, and spellbook and banish any copies. They shuffle.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i7h80001224v56ul85ymc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4i7wii001524v5d5elcbzk", + "slug": "gyre_hippogriffs", + "name": "Gyre Hippogriffs", + "hotscore": 3738, + "guardian": { + "id": "clq39xwx7000rsh27dj5vvv2w", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Beasts circle the skies", + "subType": "Beast", + "rulesText": "Airborne, Charge", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4i7wii001524v5d5elcbzk" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fp5h001ws67pwt16i0vt", + "slug": "bet_gyre_hippogriffs_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/gyre_hippogriffs.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "A wing aloft, will oft descry\r\nThe turning of the screw\r\n’Fore knee or eye construe", + "cardId": "clm4i7wii001524v5d5elcbzk", + "setCardId": "clot8fp3y001us67psiecvotj", + "setCard": { + "id": "clot8fp3y001us67psiecvotj", + "slug": "bet_gyre_hippogriffs", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i7wii001524v5d5elcbzk", + "meta": { + "id": "clq39xx76000tsh27sjso7yf6", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Beasts circle the skies", + "subType": "Beast", + "rulesText": "Airborne, Charge", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fp3y001us67psiecvotj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fp76001ys67psyp299tu", + "slug": "bet_gyre_hippogriffs_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/gyre_hippogriffs-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "A wing aloft, will oft descry\r\nThe turning of the screw\r\n’Fore knee or eye construe", + "cardId": "clm4i7wii001524v5d5elcbzk", + "setCardId": "clot8fp3y001us67psiecvotj", + "setCard": { + "id": "clot8fp3y001us67psiecvotj", + "slug": "bet_gyre_hippogriffs", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i7wii001524v5d5elcbzk", + "meta": { + "id": "clq39xx76000tsh27sjso7yf6", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Beasts circle the skies", + "subType": "Beast", + "rulesText": "Airborne, Charge", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fp3y001us67psiecvotj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i846j001724v54j7l54te", + "slug": "alp_gyre_hippogriffs_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gyre_hippogriffs.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "A wing aloft, will oft descry\nThe turning of the screw\n’Fore knee or eye construe", + "cardId": "clm4i7wii001524v5d5elcbzk", + "setCardId": "clm4i82uj001624v5ayij3urt", + "setCard": { + "id": "clm4i82uj001624v5ayij3urt", + "slug": "alp_gyre_hippogriffs", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i7wii001524v5d5elcbzk", + "meta": { + "id": "clq39xwzq000ssh27d6axhog7", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Beasts circle the skies", + "subType": "Beast", + "rulesText": "Airborne, Charge", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i82uj001624v5ayij3urt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i8hfe001924v50zxc10nr", + "slug": "alp_gyre_hippogriffs_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gyre_hippogriffs-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Gadu Duaso", + "flavorText": "A wing aloft, will oft descry\nThe turning of the screw\n’Fore knee or eye construe", + "cardId": "clm4i7wii001524v5d5elcbzk", + "setCardId": "clm4i82uj001624v5ayij3urt", + "setCard": { + "id": "clm4i82uj001624v5ayij3urt", + "slug": "alp_gyre_hippogriffs", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i7wii001524v5d5elcbzk", + "meta": { + "id": "clq39xwzq000ssh27d6axhog7", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Beasts circle the skies", + "subType": "Beast", + "rulesText": "Airborne, Charge", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i82uj001624v5ayij3urt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i8bjw001824v5dezccek7", + "slug": "alp_gyre_hippogriffs_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gyre_hippogriffs-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "A wing aloft, will oft descry\nThe turning of the screw\n’Fore knee or eye construe", + "cardId": "clm4i7wii001524v5d5elcbzk", + "setCardId": "clm4i82uj001624v5ayij3urt", + "setCard": { + "id": "clm4i82uj001624v5ayij3urt", + "slug": "alp_gyre_hippogriffs", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i7wii001524v5d5elcbzk", + "meta": { + "id": "clq39xwzq000ssh27d6axhog7", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Beasts circle the skies", + "subType": "Beast", + "rulesText": "Airborne, Charge", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i82uj001624v5ayij3urt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4i8iko001a24v5109d24s3", + "slug": "haast_eagle", + "name": "Haast Eagle", + "hotscore": 536, + "guardian": { + "id": "clq39xxd7000ush27koclnm2j", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast of grand bearing", + "subType": "Beast", + "rulesText": "Airborne\r\n\r\nMay carry a weaker allied minion.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4i8iko001a24v5109d24s3" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fph20023s67p4hsa7fiz", + "slug": "bet_haast_eagle_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/haast_eagle.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Hardly a comfortable ride, but a ride, nonetheless.", + "cardId": "clm4i8iko001a24v5109d24s3", + "setCardId": "clot8fpfj0021s67p3c2ynv46", + "setCard": { + "id": "clot8fpfj0021s67p3c2ynv46", + "slug": "bet_haast_eagle", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i8iko001a24v5109d24s3", + "meta": { + "id": "clq39xxld000wsh27lm0y96or", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast of grand bearing", + "subType": "Beast", + "rulesText": "Airborne\r\n\r\nMay carry a weaker allied minion.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fpfj0021s67p3c2ynv46" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fpil0025s67pq9bppj6j", + "slug": "bet_haast_eagle_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/haast_eagle-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Hardly a comfortable ride, but a ride, nonetheless.", + "cardId": "clm4i8iko001a24v5109d24s3", + "setCardId": "clot8fpfj0021s67p3c2ynv46", + "setCard": { + "id": "clot8fpfj0021s67p3c2ynv46", + "slug": "bet_haast_eagle", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i8iko001a24v5109d24s3", + "meta": { + "id": "clq39xxld000wsh27lm0y96or", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast of grand bearing", + "subType": "Beast", + "rulesText": "Airborne\r\n\r\nMay carry a weaker allied minion.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fpfj0021s67p3c2ynv46" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i8pz1001c24v5d8rpgk0z", + "slug": "alp_haast_eagle_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/haast_eagle.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Hardly a comfortable ride, but a ride, nonetheless.", + "cardId": "clm4i8iko001a24v5109d24s3", + "setCardId": "clm4i8on4001b24v56hmrgbjk", + "setCard": { + "id": "clm4i8on4001b24v56hmrgbjk", + "slug": "alp_haast_eagle", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i8iko001a24v5109d24s3", + "meta": { + "id": "clq39xxfk000vsh27ruegz499", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast of grand bearing", + "subType": "Beast", + "rulesText": "Airborne\n\nMay carry a weaker allied minion.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i8on4001b24v56hmrgbjk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i8vv5001d24v556de4wrb", + "slug": "alp_haast_eagle_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/haast_eagle-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Hardly a comfortable ride, but a ride, nonetheless.", + "cardId": "clm4i8iko001a24v5109d24s3", + "setCardId": "clm4i8on4001b24v56hmrgbjk", + "setCard": { + "id": "clm4i8on4001b24v56hmrgbjk", + "slug": "alp_haast_eagle", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i8iko001a24v5109d24s3", + "meta": { + "id": "clq39xxfk000vsh27ruegz499", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast of grand bearing", + "subType": "Beast", + "rulesText": "Airborne\n\nMay carry a weaker allied minion.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i8on4001b24v56hmrgbjk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4i91l1001e24v5ds1p0s7v", + "slug": "headless_haunt", + "name": "Headless Haunt", + "hotscore": 3029, + "guardian": { + "id": "clq39xxrj000xsh27iw39jjzy", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit, whereabouts unknown", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nAt the start of your turn, Headless Haunt teleports to the top of a random site or void.", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4i91l1001e24v5ds1p0s7v" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fptw002as67pub2q67tu", + "slug": "bet_headless_haunt_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/headless_haunt.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "Jacet sine nomine truncus.", + "cardId": "clm4i91l1001e24v5ds1p0s7v", + "setCardId": "clot8fps90028s67p4und1e54", + "setCard": { + "id": "clot8fps90028s67p4und1e54", + "slug": "bet_headless_haunt", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i91l1001e24v5ds1p0s7v", + "meta": { + "id": "clq39xy2k000zsh27umknxjej", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit, whereabouts unknown", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nAt the start of your turn, Headless Haunt teleports to the top of a random site or void.", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fps90028s67p4und1e54" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fpvu002cs67p9lhcg470", + "slug": "bet_headless_haunt_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/headless_haunt-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "Jacet sine nomine truncus.", + "cardId": "clm4i91l1001e24v5ds1p0s7v", + "setCardId": "clot8fps90028s67p4und1e54", + "setCard": { + "id": "clot8fps90028s67p4und1e54", + "slug": "bet_headless_haunt", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i91l1001e24v5ds1p0s7v", + "meta": { + "id": "clq39xy2k000zsh27umknxjej", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit, whereabouts unknown", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nAt the start of your turn, Headless Haunt teleports to the top of a random site or void.", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fps90028s67p4und1e54" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i98w4001g24v5dtwr6ylf", + "slug": "alp_headless_haunt_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/headless_haunt.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "Jacet sine nomine truncus.", + "cardId": "clm4i91l1001e24v5ds1p0s7v", + "setCardId": "clm4i97jo001f24v5csslh3qd", + "setCard": { + "id": "clm4i97jo001f24v5csslh3qd", + "slug": "alp_headless_haunt", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i91l1001e24v5ds1p0s7v", + "meta": { + "id": "clq39xxum000ysh27xh3eos5t", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit, whereabouts unknown", + "subType": "Spirit", + "rulesText": "Voidwalk\n\nAt the start of your turn, Headless Haunt teleports to the top of a random site or void.", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i97jo001f24v5csslh3qd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i9l9f001i24v53ndw5qe9", + "slug": "alp_headless_haunt_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/headless_haunt-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jussi Pylkäs", + "flavorText": "Jacet sine nomine truncus.", + "cardId": "clm4i91l1001e24v5ds1p0s7v", + "setCardId": "clm4i97jo001f24v5csslh3qd", + "setCard": { + "id": "clm4i97jo001f24v5csslh3qd", + "slug": "alp_headless_haunt", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i91l1001e24v5ds1p0s7v", + "meta": { + "id": "clq39xxum000ysh27xh3eos5t", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit, whereabouts unknown", + "subType": "Spirit", + "rulesText": "Voidwalk\n\nAt the start of your turn, Headless Haunt teleports to the top of a random site or void.", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i97jo001f24v5csslh3qd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i9fru001h24v5eaakgtx4", + "slug": "alp_headless_haunt_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/headless_haunt-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "Jacet sine nomine truncus.", + "cardId": "clm4i91l1001e24v5ds1p0s7v", + "setCardId": "clm4i97jo001f24v5csslh3qd", + "setCard": { + "id": "clm4i97jo001f24v5csslh3qd", + "slug": "alp_headless_haunt", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i91l1001e24v5ds1p0s7v", + "meta": { + "id": "clq39xxum000ysh27xh3eos5t", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit, whereabouts unknown", + "subType": "Spirit", + "rulesText": "Voidwalk\n\nAt the start of your turn, Headless Haunt teleports to the top of a random site or void.", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i97jo001f24v5csslh3qd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clpvzhoqx001gm65y4mbee7py", + "slug": "pro_headless_haunt_p_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/pro/headless_haunt-p-f.png", + "finish": "Foil", + "product": "Promo", + "artist": "Frank Frazetta", + "flavorText": "Jacet sine nomine truncus.", + "cardId": "clm4i91l1001e24v5ds1p0s7v", + "setCardId": "clpvzhoow001em65y3y43gsw9", + "setCard": { + "id": "clpvzhoow001em65y3y43gsw9", + "slug": "pro_headless_haunt", + "setId": "clm4rgehb000042v5a04vfg6s", + "cardId": "clm4i91l1001e24v5ds1p0s7v", + "meta": { + "id": "clq39xy8i0010sh273230k0gv", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit gallops head in hand", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nAt the start of your turn, Headless Haunt teleports to the top of a random site or void.", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clpvzhoow001em65y3y43gsw9" + }, + "set": { + "id": "clm4rgehb000042v5a04vfg6s", + "name": "Promotional", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4i9meb001j24v53fo99ibs", + "slug": "highland_clansmen", + "name": "Highland Clansmen", + "hotscore": 1092, + "guardian": { + "id": "clq39xycz0011sh27rdyj9lv2", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals storm the gates", + "subType": "Mortal", + "rulesText": "Charge", + "cost": 7, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4i9meb001j24v53fo99ibs" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fq6m002hs67pa19tf83p", + "slug": "bet_highland_clansmen_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/highland_clansmen.png", + "finish": "Standard", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "What need for spells when one can cast iron?", + "cardId": "clm4i9meb001j24v53fo99ibs", + "setCardId": "clot8fq4t002fs67pik4b4u8d", + "setCard": { + "id": "clot8fq4t002fs67pik4b4u8d", + "slug": "bet_highland_clansmen", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i9meb001j24v53fo99ibs", + "meta": { + "id": "clq39xykx0013sh276l65ric8", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals storm the gates", + "subType": "Mortal", + "rulesText": "Charge", + "cost": 7, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fq4t002fs67pik4b4u8d" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fq88002js67pxipr94v2", + "slug": "bet_highland_clansmen_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/highland_clansmen-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "What need for spells when one can cast iron?", + "cardId": "clm4i9meb001j24v53fo99ibs", + "setCardId": "clot8fq4t002fs67pik4b4u8d", + "setCard": { + "id": "clot8fq4t002fs67pik4b4u8d", + "slug": "bet_highland_clansmen", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i9meb001j24v53fo99ibs", + "meta": { + "id": "clq39xykx0013sh276l65ric8", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals storm the gates", + "subType": "Mortal", + "rulesText": "Charge", + "cost": 7, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fq4t002fs67pik4b4u8d" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i9tts001l24v5fecdeeys", + "slug": "alp_highland_clansmen_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/highland_clansmen.png", + "finish": "Standard", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "What need for spells when one can cast iron?", + "cardId": "clm4i9meb001j24v53fo99ibs", + "setCardId": "clm4i9si6001k24v5e1by68fg", + "setCard": { + "id": "clm4i9si6001k24v5e1by68fg", + "slug": "alp_highland_clansmen", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i9meb001j24v53fo99ibs", + "meta": { + "id": "clq39xyf70012sh272pa2dmyz", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals storm the gates", + "subType": "Mortal", + "rulesText": "Charge", + "cost": 7, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i9si6001k24v5e1by68fg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ia0ig001m24v55qhf8fi8", + "slug": "alp_highland_clansmen_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/highland_clansmen-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "What need for spells when one can cast iron?", + "cardId": "clm4i9meb001j24v53fo99ibs", + "setCardId": "clm4i9si6001k24v5e1by68fg", + "setCard": { + "id": "clm4i9si6001k24v5e1by68fg", + "slug": "alp_highland_clansmen", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i9meb001j24v53fo99ibs", + "meta": { + "id": "clq39xyf70012sh272pa2dmyz", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals storm the gates", + "subType": "Mortal", + "rulesText": "Charge", + "cost": 7, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i9si6001k24v5e1by68fg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ia7c3001n24v5bymv4zz0", + "slug": "highland_falconer", + "name": "Highland Falconer", + "hotscore": 3168, + "guardian": { + "id": "clq39xyqp0014sh27wwr469tt", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal and master of flight", + "subType": "Mortal", + "rulesText": "Genesis → You may search your hand and spellbook for a Beast with Airborne and mana cost ② or less and summon it here. Shuffle if needed.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4ia7c3001n24v5bymv4zz0" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fqiw002os67p1wf506lu", + "slug": "bet_highland_falconer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/highland_falconer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4ia7c3001n24v5bymv4zz0", + "setCardId": "clot8fqh9002ms67peglypq0n", + "setCard": { + "id": "clot8fqh9002ms67peglypq0n", + "slug": "bet_highland_falconer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ia7c3001n24v5bymv4zz0", + "meta": { + "id": "clq39xyyj0016sh27nl1iw9nh", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal and master of flight", + "subType": "Mortal", + "rulesText": "Genesis → You may search your hand and spellbook for a Beast with Airborne and mana cost ② or less and summon it here. Shuffle if needed.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fqh9002ms67peglypq0n" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fqkf002qs67p74c4zpbz", + "slug": "bet_highland_falconer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/highland_falconer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4ia7c3001n24v5bymv4zz0", + "setCardId": "clot8fqh9002ms67peglypq0n", + "setCard": { + "id": "clot8fqh9002ms67peglypq0n", + "slug": "bet_highland_falconer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ia7c3001n24v5bymv4zz0", + "meta": { + "id": "clq39xyyj0016sh27nl1iw9nh", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal and master of flight", + "subType": "Mortal", + "rulesText": "Genesis → You may search your hand and spellbook for a Beast with Airborne and mana cost ② or less and summon it here. Shuffle if needed.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fqh9002ms67peglypq0n" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4iaf5x001p24v57k9f2hw0", + "slug": "alp_highland_falconer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/highland_falconer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4ia7c3001n24v5bymv4zz0", + "setCardId": "clm4iadn3001o24v5372x0edf", + "setCard": { + "id": "clm4iadn3001o24v5372x0edf", + "slug": "alp_highland_falconer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ia7c3001n24v5bymv4zz0", + "meta": { + "id": "clq39xyt10015sh27g06xn174", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal and master of flight", + "subType": "Mortal", + "rulesText": "Genesis → You may search your hand and spellbook for a Beast with Airborne and mana cost ② or less and summon it here. Shuffle if needed.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4iadn3001o24v5372x0edf" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ialvp001q24v52thr2hue", + "slug": "alp_highland_falconer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/highland_falconer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4ia7c3001n24v5bymv4zz0", + "setCardId": "clm4iadn3001o24v5372x0edf", + "setCard": { + "id": "clm4iadn3001o24v5372x0edf", + "slug": "alp_highland_falconer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ia7c3001n24v5bymv4zz0", + "meta": { + "id": "clq39xyt10015sh27g06xn174", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal and master of flight", + "subType": "Mortal", + "rulesText": "Genesis → You may search your hand and spellbook for a Beast with Airborne and mana cost ② or less and summon it here. Shuffle if needed.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4iadn3001o24v5372x0edf" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4iasbr001r24v5443xe712", + "slug": "highland_princess", + "name": "Highland Princess", + "hotscore": 6852, + "guardian": { + "id": "clq39xz4a0017sh27sd8gjtzt", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal with many a suitor", + "subType": "Mortal", + "rulesText": "Genesis → Search your spellbook for an artifact that costs ① or less, reveal it, and put it into your hand. Shuffle.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4iasbr001r24v5443xe712" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fqus002vs67p7bubw9l7", + "slug": "bet_highland_princess_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/highland_princess.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Only a fool would hope to win a princess' heart—and title—with trinket and trifle.", + "cardId": "clm4iasbr001r24v5443xe712", + "setCardId": "clot8fqtb002ts67pylqcb7q3", + "setCard": { + "id": "clot8fqtb002ts67pylqcb7q3", + "slug": "bet_highland_princess", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iasbr001r24v5443xe712", + "meta": { + "id": "clq39xzc70019sh27xz6rzqwf", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal with many a suitor", + "subType": "Mortal", + "rulesText": "Genesis → Search your spellbook for an artifact that costs ① or less, reveal it, and put it into your hand. Shuffle.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fqtb002ts67pylqcb7q3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fqw9002xs67p82sjl64o", + "slug": "bet_highland_princess_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/highland_princess-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Only a fool would hope to win a princess' heart—and title—with trinket and trifle.", + "cardId": "clm4iasbr001r24v5443xe712", + "setCardId": "clot8fqtb002ts67pylqcb7q3", + "setCard": { + "id": "clot8fqtb002ts67pylqcb7q3", + "slug": "bet_highland_princess", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iasbr001r24v5443xe712", + "meta": { + "id": "clq39xzc70019sh27xz6rzqwf", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal with many a suitor", + "subType": "Mortal", + "rulesText": "Genesis → Search your spellbook for an artifact that costs ① or less, reveal it, and put it into your hand. Shuffle.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fqtb002ts67pylqcb7q3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4iazl3001t24v56ds57u6r", + "slug": "alp_highland_princess_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/highland_princess.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4iasbr001r24v5443xe712", + "setCardId": "clm4iay97001s24v5dx7t7m0l", + "setCard": { + "id": "clm4iay97001s24v5dx7t7m0l", + "slug": "alp_highland_princess", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iasbr001r24v5443xe712", + "meta": { + "id": "clq39xz6p0018sh27g7yiszf7", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal with many a suitor", + "subType": "Mortal", + "rulesText": "Genesis → Search your spellbook for an artifact that costs ① or less, reveal it, and put it into your hand. Shuffle.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4iay97001s24v5dx7t7m0l" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ib7g2001u24v5hocbfcun", + "slug": "alp_highland_princess_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/highland_princess-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4iasbr001r24v5443xe712", + "setCardId": "clm4iay97001s24v5dx7t7m0l", + "setCard": { + "id": "clm4iay97001s24v5dx7t7m0l", + "slug": "alp_highland_princess", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iasbr001r24v5443xe712", + "meta": { + "id": "clq39xz6p0018sh27g7yiszf7", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal with many a suitor", + "subType": "Mortal", + "rulesText": "Genesis → Search your spellbook for an artifact that costs ① or less, reveal it, and put it into your hand. Shuffle.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4iay97001s24v5dx7t7m0l" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ibcre001v24v57zhy5gk1", + "slug": "hounds_of_ondaros", + "name": "Hounds of Ondaros", + "hotscore": 2912, + "guardian": { + "id": "clq39xzhx001ash274sbgurs6", + "type": "Minion", + "rarity": "Elite", + "typeText": "Nowhere is safe from these Elite Beasts", + "subType": "Beast", + "rulesText": "Airborne, Burrowing, Submerge, Voidwalk\r\n \r\nNearby enemies permanently lose Stealth.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4ibcre001v24v57zhy5gk1" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fr9d0032s67p5118heoz", + "slug": "bet_hounds_of_ondaros_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/hounds_of_ondaros.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "From hell's heart they stab at thee.", + "cardId": "clm4ibcre001v24v57zhy5gk1", + "setCardId": "clot8fr7v0030s67pqtkx469n", + "setCard": { + "id": "clot8fr7v0030s67pqtkx469n", + "slug": "bet_hounds_of_ondaros", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ibcre001v24v57zhy5gk1", + "meta": { + "id": "clq39xzpr001csh27cmkg6vcr", + "type": "Minion", + "rarity": "Elite", + "typeText": "Nowhere is safe from these Elite Beasts", + "subType": "Beast", + "rulesText": "Airborne, Burrowing, Submerge, Voidwalk\r\n \r\nNearby enemies permanently lose Stealth.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fr7v0030s67pqtkx469n" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8frb10034s67p68rlowm8", + "slug": "bet_hounds_of_ondaros_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/hounds_of_ondaros-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "From hell's heart they stab at thee.", + "cardId": "clm4ibcre001v24v57zhy5gk1", + "setCardId": "clot8fr7v0030s67pqtkx469n", + "setCard": { + "id": "clot8fr7v0030s67pqtkx469n", + "slug": "bet_hounds_of_ondaros", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ibcre001v24v57zhy5gk1", + "meta": { + "id": "clq39xzpr001csh27cmkg6vcr", + "type": "Minion", + "rarity": "Elite", + "typeText": "Nowhere is safe from these Elite Beasts", + "subType": "Beast", + "rulesText": "Airborne, Burrowing, Submerge, Voidwalk\r\n \r\nNearby enemies permanently lose Stealth.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fr7v0030s67pqtkx469n" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4iblox001x24v5ekqqd5id", + "slug": "alp_hounds_of_ondaros_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/hounds_of_ondaros.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "From hell's heart they stab at thee.", + "cardId": "clm4ibcre001v24v57zhy5gk1", + "setCardId": "clm4ibkd5001w24v575vsdnen", + "setCard": { + "id": "clm4ibkd5001w24v575vsdnen", + "slug": "alp_hounds_of_ondaros", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ibcre001v24v57zhy5gk1", + "meta": { + "id": "clq39xzk6001bsh2739xgthaf", + "type": "Minion", + "rarity": "Elite", + "typeText": "Nowhere is safe from these Elite Beasts", + "subType": "Beast", + "rulesText": "Airborne, Burrowing, Submerge, Voidwalk\n\nNearby enemies permanently lose Stealth.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ibkd5001w24v575vsdnen" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ibsyh001y24v51fwt5qu3", + "slug": "alp_hounds_of_ondaros_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/hounds_of_ondaros-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "From hell's heart they stab at thee.", + "cardId": "clm4ibcre001v24v57zhy5gk1", + "setCardId": "clm4ibkd5001w24v575vsdnen", + "setCard": { + "id": "clm4ibkd5001w24v575vsdnen", + "slug": "alp_hounds_of_ondaros", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ibcre001v24v57zhy5gk1", + "meta": { + "id": "clq39xzk6001bsh2739xgthaf", + "type": "Minion", + "rarity": "Elite", + "typeText": "Nowhere is safe from these Elite Beasts", + "subType": "Beast", + "rulesText": "Airborne, Burrowing, Submerge, Voidwalk\n\nNearby enemies permanently lose Stealth.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ibkd5001w24v575vsdnen" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ibyts001z24v5cmxj992z", + "slug": "kite_archer", + "name": "Kite Archer", + "hotscore": 630, + "guardian": { + "id": "clq39xzvf001dsh27chmdjb2f", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal hits and runs", + "subType": "Mortal", + "rulesText": "Ranged\r\n\r\nImmediately after performing a ranged strike, Kite Archer may take a step.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4ibyts001z24v5cmxj992z" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8frlb0039s67pqxr951w1", + "slug": "bet_kite_archer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/kite_archer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ibyts001z24v5cmxj992z", + "setCardId": "clot8frjt0037s67padzz05j1", + "setCard": { + "id": "clot8frjt0037s67padzz05j1", + "slug": "bet_kite_archer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ibyts001z24v5cmxj992z", + "meta": { + "id": "clq39y04t001fsh27x2w6fsyi", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal hits and runs", + "subType": "Mortal", + "rulesText": "Ranged\r\n\r\nImmediately after performing a ranged strike, Kite Archer may take a step.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8frjt0037s67padzz05j1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8frmt003bs67pllcumdxv", + "slug": "bet_kite_archer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/kite_archer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ibyts001z24v5cmxj992z", + "setCardId": "clot8frjt0037s67padzz05j1", + "setCard": { + "id": "clot8frjt0037s67padzz05j1", + "slug": "bet_kite_archer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ibyts001z24v5cmxj992z", + "meta": { + "id": "clq39y04t001fsh27x2w6fsyi", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal hits and runs", + "subType": "Mortal", + "rulesText": "Ranged\r\n\r\nImmediately after performing a ranged strike, Kite Archer may take a step.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8frjt0037s67padzz05j1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ic68i002124v5a2b2g82m", + "slug": "alp_kite_archer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/kite_archer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ibyts001z24v5cmxj992z", + "setCardId": "clm4ic4pz002024v55w6k5b7y", + "setCard": { + "id": "clm4ic4pz002024v55w6k5b7y", + "slug": "alp_kite_archer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ibyts001z24v5cmxj992z", + "meta": { + "id": "clq39xzxn001esh27tnsjpyne", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal hits and runs", + "subType": "Mortal", + "rulesText": "Ranged\n\nImmediately after performing a ranged strike, Kite Archer may take a step.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ic4pz002024v55w6k5b7y" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4icizq002324v5158z7rmm", + "slug": "alp_kite_archer_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/kite_archer-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ibyts001z24v5cmxj992z", + "setCardId": "clm4ic4pz002024v55w6k5b7y", + "setCard": { + "id": "clm4ic4pz002024v55w6k5b7y", + "slug": "alp_kite_archer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ibyts001z24v5cmxj992z", + "meta": { + "id": "clq39xzxn001esh27tnsjpyne", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal hits and runs", + "subType": "Mortal", + "rulesText": "Ranged\n\nImmediately after performing a ranged strike, Kite Archer may take a step.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ic4pz002024v55w6k5b7y" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4icdb2002224v5coi0bnve", + "slug": "alp_kite_archer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/kite_archer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ibyts001z24v5cmxj992z", + "setCardId": "clm4ic4pz002024v55w6k5b7y", + "setCard": { + "id": "clm4ic4pz002024v55w6k5b7y", + "slug": "alp_kite_archer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ibyts001z24v5cmxj992z", + "meta": { + "id": "clq39xzxn001esh27tnsjpyne", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal hits and runs", + "subType": "Mortal", + "rulesText": "Ranged\n\nImmediately after performing a ranged strike, Kite Archer may take a step.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ic4pz002024v55w6k5b7y" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qlteo012me0v588ifhubw", + "slug": "lighthouse", + "name": "Lighthouse", + "hotscore": 6929, + "guardian": { + "id": "clq3a1xrx00ujsh2749oi8tew", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Water and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4qlteo012me0v588ifhubw" + }, + "elements": [ + { + "id": "water", + "name": "Water" + }, + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ivo401yts67p8o6lcft2", + "slug": "bet_lighthouse_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lighthouse.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "A luminous pillar pierced the tempest, and we knew. All was not lost! We were home.", + "cardId": "clm4qlteo012me0v588ifhubw", + "setCardId": "clot8ivmm01yrs67pdxd1nzid", + "setCard": { + "id": "clot8ivmm01yrs67pdxd1nzid", + "slug": "bet_lighthouse", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qlteo012me0v588ifhubw", + "meta": { + "id": "clq3a1xzr00ulsh27qppd9bz7", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Water and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ivmm01yrs67pdxd1nzid" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ivpv01yvs67ppltku1er", + "slug": "bet_lighthouse_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lighthouse-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "A luminous pillar pierced the tempest, and we knew. All was not lost! We were home.", + "cardId": "clm4qlteo012me0v588ifhubw", + "setCardId": "clot8ivmm01yrs67pdxd1nzid", + "setCard": { + "id": "clot8ivmm01yrs67pdxd1nzid", + "slug": "bet_lighthouse", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qlteo012me0v588ifhubw", + "meta": { + "id": "clq3a1xzr00ulsh27qppd9bz7", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Water and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ivmm01yrs67pdxd1nzid" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qm0sn012oe0v58givh4q1", + "slug": "alp_lighthouse_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lighthouse.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "A luminous pillar pierced the tempest, and we knew. All was not lost! We were home.", + "cardId": "clm4qlteo012me0v588ifhubw", + "setCardId": "clm4qlzgo012ne0v535j58hqu", + "setCard": { + "id": "clm4qlzgo012ne0v535j58hqu", + "slug": "alp_lighthouse", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qlteo012me0v588ifhubw", + "meta": { + "id": "clq3a1xu500uksh27rgjxqqpb", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Water and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4qlzgo012ne0v535j58hqu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qm87t012pe0v5ex69fyl0", + "slug": "alp_lighthouse_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lighthouse-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "A luminous pillar pierced the tempest, and we knew. All was not lost! We were home.", + "cardId": "clm4qlteo012me0v588ifhubw", + "setCardId": "clm4qlzgo012ne0v535j58hqu", + "setCard": { + "id": "clm4qlzgo012ne0v535j58hqu", + "slug": "alp_lighthouse", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qlteo012me0v588ifhubw", + "meta": { + "id": "clq3a1xu500uksh27rgjxqqpb", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Water and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4qlzgo012ne0v535j58hqu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lq1n20012e0v5db2a6h20", + "slug": "lightning_bolt", + "name": "Lightning Bolt", + "hotscore": 11170, + "guardian": { + "id": "clq39yf7k004hsh27ntcn3oiu", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of shocking uncertainty", + "subType": "", + "rulesText": "Deal 3 damage to a random unit at target location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lq1n20012e0v5db2a6h20" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g3tl00ags67psjm5785a", + "slug": "bet_lightning_bolt_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lightning_bolt.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4lq1n20012e0v5db2a6h20", + "setCardId": "clot8g3s300aes67px9hlkxp6", + "setCard": { + "id": "clot8g3s300aes67px9hlkxp6", + "slug": "bet_lightning_bolt", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lq1n20012e0v5db2a6h20", + "meta": { + "id": "clq39yfhh004jsh27meak1j0f", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of shocking uncertainty", + "subType": "", + "rulesText": "Deal 3 damage to a random unit at target location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g3s300aes67px9hlkxp6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g3v400ais67p63vp6wrj", + "slug": "bet_lightning_bolt_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lightning_bolt-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4lq1n20012e0v5db2a6h20", + "setCardId": "clot8g3s300aes67px9hlkxp6", + "setCard": { + "id": "clot8g3s300aes67px9hlkxp6", + "slug": "bet_lightning_bolt", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lq1n20012e0v5db2a6h20", + "meta": { + "id": "clq39yfhh004jsh27meak1j0f", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of shocking uncertainty", + "subType": "", + "rulesText": "Deal 3 damage to a random unit at target location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g3s300aes67px9hlkxp6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lq9rc0014e0v5erci0qvs", + "slug": "alp_lightning_bolt_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lightning_bolt.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4lq1n20012e0v5db2a6h20", + "setCardId": "clm4lq8e70013e0v5hu9f4t70", + "setCard": { + "id": "clm4lq8e70013e0v5hu9f4t70", + "slug": "alp_lightning_bolt", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lq1n20012e0v5db2a6h20", + "meta": { + "id": "clq39yf9y004ish276ttzsv05", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of shocking uncertainty", + "subType": "", + "rulesText": "Deal 3 damage to a random unit at target location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lq8e70013e0v5hu9f4t70" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lqqvd0016e0v5ad998x33", + "slug": "alp_lightning_bolt_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lightning_bolt-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4lq1n20012e0v5db2a6h20", + "setCardId": "clm4lq8e70013e0v5hu9f4t70", + "setCard": { + "id": "clm4lq8e70013e0v5hu9f4t70", + "slug": "alp_lightning_bolt", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lq1n20012e0v5db2a6h20", + "meta": { + "id": "clq39yf9y004ish276ttzsv05", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of shocking uncertainty", + "subType": "", + "rulesText": "Deal 3 damage to a random unit at target location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lq8e70013e0v5hu9f4t70" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lqjvs0015e0v53vdr02ay", + "slug": "alp_lightning_bolt_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lightning_bolt-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4lq1n20012e0v5db2a6h20", + "setCardId": "clm4lq8e70013e0v5hu9f4t70", + "setCard": { + "id": "clm4lq8e70013e0v5hu9f4t70", + "slug": "alp_lightning_bolt", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lq1n20012e0v5db2a6h20", + "meta": { + "id": "clq39yf9y004ish276ttzsv05", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of shocking uncertainty", + "subType": "", + "rulesText": "Deal 3 damage to a random unit at target location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lq8e70013e0v5hu9f4t70" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clpvzhofa001bm65ylva1m112", + "slug": "pro_lightning_bolt_p_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/pro/lightning_bolt-p-f.png", + "finish": "Foil", + "product": "Promo", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4lq1n20012e0v5db2a6h20", + "setCardId": "clpvzhodk0019m65ydzb0t73s", + "setCard": { + "id": "clpvzhodk0019m65ydzb0t73s", + "slug": "pro_lightning_bolt", + "setId": "clm4rgehb000042v5a04vfg6s", + "cardId": "clm4lq1n20012e0v5db2a6h20", + "meta": { + "id": "clq39yfn1004ksh27o5h8aic8", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic strikes in the night!", + "subType": "", + "rulesText": "Deal 3 damage to a random unit at target location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clpvzhodk0019m65ydzb0t73s" + }, + "set": { + "id": "clm4rgehb000042v5a04vfg6s", + "name": "Promotional", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q18dr00xye0v55l1p6g73", + "slug": "lone_tower", + "name": "Lone Tower", + "hotscore": 14302, + "guardian": { + "id": "clq3a1iix00rjsh27ew4tru0c", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of introspection", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Lone Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4q18dr00xye0v55l1p6g73" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ik1a01rts67p1uwt6fww", + "slug": "bet_lone_tower_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lone_tower.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q18dr00xye0v55l1p6g73", + "setCardId": "clot8ijzl01rrs67py1zfzs85", + "setCard": { + "id": "clot8ijzl01rrs67py1zfzs85", + "slug": "bet_lone_tower", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q18dr00xye0v55l1p6g73", + "meta": { + "id": "clq3a1isn00rlsh2721alvjod", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of introspection", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Lone Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ijzl01rrs67py1zfzs85" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ik3d01rvs67pjnvm6jei", + "slug": "bet_lone_tower_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lone_tower-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q18dr00xye0v55l1p6g73", + "setCardId": "clot8ijzl01rrs67py1zfzs85", + "setCard": { + "id": "clot8ijzl01rrs67py1zfzs85", + "slug": "bet_lone_tower", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q18dr00xye0v55l1p6g73", + "meta": { + "id": "clq3a1isn00rlsh2721alvjod", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of introspection", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Lone Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ijzl01rrs67py1zfzs85" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q1fx300y0e0v519k65bqx", + "slug": "alp_lone_tower_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lone_tower.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q18dr00xye0v55l1p6g73", + "setCardId": "clm4q1ef300xze0v5eqkdbcvs", + "setCard": { + "id": "clm4q1ef300xze0v5eqkdbcvs", + "slug": "alp_lone_tower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q18dr00xye0v55l1p6g73", + "meta": { + "id": "clq3a1il500rksh27wnbke0u0", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of introspection", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Lone Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q1ef300xze0v5eqkdbcvs" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q1tfh00y2e0v5f21d53dn", + "slug": "alp_lone_tower_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lone_tower-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q18dr00xye0v55l1p6g73", + "setCardId": "clm4q1ef300xze0v5eqkdbcvs", + "setCard": { + "id": "clm4q1ef300xze0v5eqkdbcvs", + "slug": "alp_lone_tower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q18dr00xye0v55l1p6g73", + "meta": { + "id": "clq3a1il500rksh27wnbke0u0", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of introspection", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Lone Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q1ef300xze0v5eqkdbcvs" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q1nrb00y1e0v58oq37yii", + "slug": "alp_lone_tower_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lone_tower-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q18dr00xye0v55l1p6g73", + "setCardId": "clm4q1ef300xze0v5eqkdbcvs", + "setCard": { + "id": "clm4q1ef300xze0v5eqkdbcvs", + "slug": "alp_lone_tower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q18dr00xye0v55l1p6g73", + "meta": { + "id": "clq3a1il500rksh27wnbke0u0", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of introspection", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Lone Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q1ef300xze0v5eqkdbcvs" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ick4p002424v51l1x28fz", + "slug": "lord_of_the_void", + "name": "Lord of the Void", + "hotscore": 1779, + "guardian": { + "id": "clq39y0ac001gsh27wdmb3dj1", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of unspeakable emptiness", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nAt the end of your turn, Lord of the Void may banish an adjacent site, unless there's an Avatar there.", + "cost": 9, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 3, + "cardId": "clm4ick4p002424v51l1x28fz" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8frxd003gs67pd6360q1l", + "slug": "bet_lord_of_the_void_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lord_of_the_void.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4ick4p002424v51l1x28fz", + "setCardId": "clot8frvq003es67peq8ldu21", + "setCard": { + "id": "clot8frvq003es67peq8ldu21", + "slug": "bet_lord_of_the_void", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ick4p002424v51l1x28fz", + "meta": { + "id": "clq39y0i6001ish278nipf6o1", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of unspeakable emptiness", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nAt the end of your turn, Lord of the Void may banish an adjacent site, unless there's an Avatar there.", + "cost": 9, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 3, + "setCardId": "clot8frvq003es67peq8ldu21" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fryw003is67pvketqh1p", + "slug": "bet_lord_of_the_void_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lord_of_the_void-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4ick4p002424v51l1x28fz", + "setCardId": "clot8frvq003es67peq8ldu21", + "setCard": { + "id": "clot8frvq003es67peq8ldu21", + "slug": "bet_lord_of_the_void", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ick4p002424v51l1x28fz", + "meta": { + "id": "clq39y0i6001ish278nipf6o1", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of unspeakable emptiness", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nAt the end of your turn, Lord of the Void may banish an adjacent site, unless there's an Avatar there.", + "cost": 9, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 3, + "setCardId": "clot8frvq003es67peq8ldu21" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4icrcy002624v529ik2dzr", + "slug": "alp_lord_of_the_void_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lord_of_the_void.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4ick4p002424v51l1x28fz", + "setCardId": "clm4icq0x002524v59vj74y2n", + "setCard": { + "id": "clm4icq0x002524v59vj74y2n", + "slug": "alp_lord_of_the_void", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ick4p002424v51l1x28fz", + "meta": { + "id": "clq39y0ck001hsh27xgu56i2w", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of unspeakable emptiness", + "subType": "Spirit", + "rulesText": "Voidwalk\n\nAt the end of your turn, Lord of the Void may banish an adjacent site, unless there's an Avatar there.", + "cost": 9, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 3, + "setCardId": "clm4icq0x002524v59vj74y2n" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4icz5t002724v58mck7lq7", + "slug": "alp_lord_of_the_void_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lord_of_the_void-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4ick4p002424v51l1x28fz", + "setCardId": "clm4icq0x002524v59vj74y2n", + "setCard": { + "id": "clm4icq0x002524v59vj74y2n", + "slug": "alp_lord_of_the_void", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ick4p002424v51l1x28fz", + "meta": { + "id": "clq39y0ck001hsh27xgu56i2w", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of unspeakable emptiness", + "subType": "Spirit", + "rulesText": "Voidwalk\n\nAt the end of your turn, Lord of the Void may banish an adjacent site, unless there's an Avatar there.", + "cost": 9, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 3, + "setCardId": "clm4icq0x002524v59vj74y2n" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4id5ge002824v5e7i25b7g", + "slug": "men_of_leng", + "name": "Men of Leng", + "hotscore": 1282, + "guardian": { + "id": "clq39y0ns001jsh27n8xq5r7l", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts bleat in discord", + "subType": "Beast", + "rulesText": "Whenever Men of Leng strike an Avatar, that Avatar discards a random card.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4id5ge002824v5e7i25b7g" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fs8u003ns67p6gn68d0j", + "slug": "bet_men_of_leng_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/men_of_leng.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4id5ge002824v5e7i25b7g", + "setCardId": "clot8fs7e003ls67pb45it88g", + "setCard": { + "id": "clot8fs7e003ls67pb45it88g", + "slug": "bet_men_of_leng", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4id5ge002824v5e7i25b7g", + "meta": { + "id": "clq39y0vw001lsh27ura8wdni", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts bleat in discord", + "subType": "Beast", + "rulesText": "Whenever Men of Leng strike an Avatar, that Avatar discards a random card.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fs7e003ls67pb45it88g" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fsac003ps67pem7valqp", + "slug": "bet_men_of_leng_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/men_of_leng-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4id5ge002824v5e7i25b7g", + "setCardId": "clot8fs7e003ls67pb45it88g", + "setCard": { + "id": "clot8fs7e003ls67pb45it88g", + "slug": "bet_men_of_leng", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4id5ge002824v5e7i25b7g", + "meta": { + "id": "clq39y0vw001lsh27ura8wdni", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts bleat in discord", + "subType": "Beast", + "rulesText": "Whenever Men of Leng strike an Avatar, that Avatar discards a random card.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fs7e003ls67pb45it88g" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4idcbw002a24v57hbigk58", + "slug": "alp_men_of_leng_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/men_of_leng.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4id5ge002824v5e7i25b7g", + "setCardId": "clm4idazp002924v5bg589o7t", + "setCard": { + "id": "clm4idazp002924v5bg589o7t", + "slug": "alp_men_of_leng", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4id5ge002824v5e7i25b7g", + "meta": { + "id": "clq39y0q2001ksh27g2uz6mpi", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts bleat in discord", + "subType": "Beast", + "rulesText": "Whenever Men of Leng strike an Avatar, that Avatar discards a random card.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4idazp002924v5bg589o7t" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4idjvk002b24v54zzp6l87", + "slug": "alp_men_of_leng_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/men_of_leng-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4id5ge002824v5e7i25b7g", + "setCardId": "clm4idazp002924v5bg589o7t", + "setCard": { + "id": "clm4idazp002924v5bg589o7t", + "slug": "alp_men_of_leng", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4id5ge002824v5e7i25b7g", + "meta": { + "id": "clq39y0q2001ksh27g2uz6mpi", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts bleat in discord", + "subType": "Beast", + "rulesText": "Whenever Men of Leng strike an Avatar, that Avatar discards a random card.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4idazp002924v5bg589o7t" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4idqbo002c24v50u7sfwwy", + "slug": "midnight_rogue", + "name": "Midnight Rogue", + "hotscore": 615, + "guardian": { + "id": "clq39y11w001msh278e3mt4tq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal hides in shadow", + "subType": "Mortal", + "rulesText": "Ranged, Stealth", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4idqbo002c24v50u7sfwwy" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fsky003us67pfy14wic9", + "slug": "bet_midnight_rogue_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/midnight_rogue.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "I'll have respect for your laws when you make them respectable.", + "cardId": "clm4idqbo002c24v50u7sfwwy", + "setCardId": "clot8fsjf003ss67pi0h8j63m", + "setCard": { + "id": "clot8fsjf003ss67pi0h8j63m", + "slug": "bet_midnight_rogue", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4idqbo002c24v50u7sfwwy", + "meta": { + "id": "clq39y1bd001osh27rrietgu3", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal hides in shadow", + "subType": "Mortal", + "rulesText": "Ranged, Stealth", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fsjf003ss67pi0h8j63m" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fsmg003ws67p53zbkmkf", + "slug": "bet_midnight_rogue_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/midnight_rogue-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "I'll have respect for your laws when you make them respectable.", + "cardId": "clm4idqbo002c24v50u7sfwwy", + "setCardId": "clot8fsjf003ss67pi0h8j63m", + "setCard": { + "id": "clot8fsjf003ss67pi0h8j63m", + "slug": "bet_midnight_rogue", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4idqbo002c24v50u7sfwwy", + "meta": { + "id": "clq39y1bd001osh27rrietgu3", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal hides in shadow", + "subType": "Mortal", + "rulesText": "Ranged, Stealth", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fsjf003ss67pi0h8j63m" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4idy45002e24v556m09t6p", + "slug": "alp_midnight_rogue_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/midnight_rogue.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "\"I'll have respect for your laws when you make them respectable.\"", + "cardId": "clm4idqbo002c24v50u7sfwwy", + "setCardId": "clm4idwlm002d24v525bp3muu", + "setCard": { + "id": "clm4idwlm002d24v525bp3muu", + "slug": "alp_midnight_rogue", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4idqbo002c24v50u7sfwwy", + "meta": { + "id": "clq39y145001nsh27j24ukid5", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal hides in shadow", + "subType": "Mortal", + "rulesText": "Ranged, Stealth", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4idwlm002d24v525bp3muu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4iebma002g24v58c9xcnso", + "slug": "alp_midnight_rogue_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/midnight_rogue-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Elvira Shakirova", + "flavorText": "\"I'll have respect for your laws when you make them respectable.\"", + "cardId": "clm4idqbo002c24v50u7sfwwy", + "setCardId": "clm4idwlm002d24v525bp3muu", + "setCard": { + "id": "clm4idwlm002d24v525bp3muu", + "slug": "alp_midnight_rogue", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4idqbo002c24v50u7sfwwy", + "meta": { + "id": "clq39y145001nsh27j24ukid5", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal hides in shadow", + "subType": "Mortal", + "rulesText": "Ranged, Stealth", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4idwlm002d24v525bp3muu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ie56c002f24v5242a2jy7", + "slug": "alp_midnight_rogue_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/midnight_rogue-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "\"I'll have respect for your laws when you make them respectable.\"", + "cardId": "clm4idqbo002c24v50u7sfwwy", + "setCardId": "clm4idwlm002d24v525bp3muu", + "setCard": { + "id": "clm4idwlm002d24v525bp3muu", + "slug": "alp_midnight_rogue", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4idqbo002c24v50u7sfwwy", + "meta": { + "id": "clq39y145001nsh27j24ukid5", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal hides in shadow", + "subType": "Mortal", + "rulesText": "Ranged, Stealth", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4idwlm002d24v525bp3muu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4iecr9002h24v5c6dqcx5a", + "slug": "moon_clan_werewolf", + "name": "Moon Clan Werewolf", + "hotscore": 755, + "guardian": { + "id": "clq39y1gx001psh27b0myjoue", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Monster, terminally transformed", + "subType": "Monster", + "rulesText": "Sacrifice an allied Mortal → Summon Moon Clan Werewolf from your hand to the Mortal's location.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4iecr9002h24v5c6dqcx5a" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fsvl0041s67pnif4952r", + "slug": "bet_moon_clan_werewolf_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/moon_clan_werewolf.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "Upward, before the onmooning it wolfed.", + "cardId": "clm4iecr9002h24v5c6dqcx5a", + "setCardId": "clot8fstw003zs67pd4b6hvvs", + "setCard": { + "id": "clot8fstw003zs67pd4b6hvvs", + "slug": "bet_moon_clan_werewolf", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iecr9002h24v5c6dqcx5a", + "meta": { + "id": "clq39y1p5001rsh27aamzt050", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Monster, terminally transformed", + "subType": "Monster", + "rulesText": "Sacrifice an allied Mortal → Summon Moon Clan Werewolf from your hand to the Mortal's location.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fstw003zs67pd4b6hvvs" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fsx80043s67plg90rlh3", + "slug": "bet_moon_clan_werewolf_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/moon_clan_werewolf-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "Upward, before the onmooning it wolfed.", + "cardId": "clm4iecr9002h24v5c6dqcx5a", + "setCardId": "clot8fstw003zs67pd4b6hvvs", + "setCard": { + "id": "clot8fstw003zs67pd4b6hvvs", + "slug": "bet_moon_clan_werewolf", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iecr9002h24v5c6dqcx5a", + "meta": { + "id": "clq39y1p5001rsh27aamzt050", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Monster, terminally transformed", + "subType": "Monster", + "rulesText": "Sacrifice an allied Mortal → Summon Moon Clan Werewolf from your hand to the Mortal's location.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fstw003zs67pd4b6hvvs" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4iejl1002j24v54kfigel2", + "slug": "alp_moon_clan_werewolf_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/moon_clan_werewolf.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "Upward, before the onmooning it wolfed.", + "cardId": "clm4iecr9002h24v5c6dqcx5a", + "setCardId": "clm4iei9a002i24v548ja0emf", + "setCard": { + "id": "clm4iei9a002i24v548ja0emf", + "slug": "alp_moon_clan_werewolf", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iecr9002h24v5c6dqcx5a", + "meta": { + "id": "clq39y1j8001qsh27s5mf10gu", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Monster, terminally transformed", + "subType": "Monster", + "rulesText": "Sacrifice an allied Mortal → Summon Moon Clan Werewolf from your hand to the Mortal's location.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4iei9a002i24v548ja0emf" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ieqt1002k24v55nl63pmx", + "slug": "alp_moon_clan_werewolf_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/moon_clan_werewolf-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "Upward, before the onmooning it wolfed.", + "cardId": "clm4iecr9002h24v5c6dqcx5a", + "setCardId": "clm4iei9a002i24v548ja0emf", + "setCard": { + "id": "clm4iei9a002i24v548ja0emf", + "slug": "alp_moon_clan_werewolf", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iecr9002h24v5c6dqcx5a", + "meta": { + "id": "clq39y1j8001qsh27s5mf10gu", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Monster, terminally transformed", + "subType": "Monster", + "rulesText": "Sacrifice an allied Mortal → Summon Moon Clan Werewolf from your hand to the Mortal's location.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4iei9a002i24v548ja0emf" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lqs9r0017e0v53hsbhfx4", + "slug": "mortality", + "name": "Mortality", + "hotscore": 271, + "guardian": { + "id": "clq39yfqz004lsh27jqamqexf", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of grave consequence", + "subType": "", + "rulesText": "Kill all Mortal minions at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lqs9r0017e0v53hsbhfx4" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g44b00ans67pf8dp18zg", + "slug": "bet_mortality_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mortality.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "Man is born a candle, the better part burnt out.", + "cardId": "clm4lqs9r0017e0v53hsbhfx4", + "setCardId": "clot8g42t00als67p2ovf4h79", + "setCard": { + "id": "clot8g42t00als67p2ovf4h79", + "slug": "bet_mortality", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lqs9r0017e0v53hsbhfx4", + "meta": { + "id": "clq39yfz0004nsh27y46659dn", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of grave consequence", + "subType": "", + "rulesText": "Kill all Mortal minions at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g42t00als67p2ovf4h79" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g45u00aps67pj6v5qr9y", + "slug": "bet_mortality_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mortality-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "Man is born a candle, the better part burnt out.", + "cardId": "clm4lqs9r0017e0v53hsbhfx4", + "setCardId": "clot8g42t00als67p2ovf4h79", + "setCard": { + "id": "clot8g42t00als67p2ovf4h79", + "slug": "bet_mortality", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lqs9r0017e0v53hsbhfx4", + "meta": { + "id": "clq39yfz0004nsh27y46659dn", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of grave consequence", + "subType": "", + "rulesText": "Kill all Mortal minions at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g42t00als67p2ovf4h79" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lqzpl0019e0v5fgup6ryu", + "slug": "alp_mortality_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mortality.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "Man is born a candle, the better part burnt out.", + "cardId": "clm4lqs9r0017e0v53hsbhfx4", + "setCardId": "clm4lqy4w0018e0v58r195lcr", + "setCard": { + "id": "clm4lqy4w0018e0v58r195lcr", + "slug": "alp_mortality", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lqs9r0017e0v53hsbhfx4", + "meta": { + "id": "clq39yft9004msh27pnb8mb2y", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of grave consequence", + "subType": "", + "rulesText": "Kill all Mortal minions at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lqy4w0018e0v58r195lcr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lr6sv001ae0v5bchq4z6t", + "slug": "alp_mortality_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mortality-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "Man is born a candle, the better part burnt out.", + "cardId": "clm4lqs9r0017e0v53hsbhfx4", + "setCardId": "clm4lqy4w0018e0v58r195lcr", + "setCard": { + "id": "clm4lqy4w0018e0v58r195lcr", + "slug": "alp_mortality", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lqs9r0017e0v53hsbhfx4", + "meta": { + "id": "clq39yft9004msh27pnb8mb2y", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of grave consequence", + "subType": "", + "rulesText": "Kill all Mortal minions at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lqy4w0018e0v58r195lcr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q1ujs00y3e0v52syn4z3o", + "slug": "mountain_pass", + "name": "Mountain Pass", + "hotscore": 3068, + "guardian": { + "id": "clq3a1iye00rmsh274v0xt6xv", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of narrow passage", + "subType": "", + "rulesText": "Minions can't enter this site on the ground if there's already a minion atop.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4q1ujs00y3e0v52syn4z3o" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ikcr01s0s67pcztccjux", + "slug": "bet_mountain_pass_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mountain_pass.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4q1ujs00y3e0v52syn4z3o", + "setCardId": "clot8ikb501rys67pg8epcqft", + "setCard": { + "id": "clot8ikb501rys67pg8epcqft", + "slug": "bet_mountain_pass", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q1ujs00y3e0v52syn4z3o", + "meta": { + "id": "clq3a1j8400rosh27u9ofalkl", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of narrow passage", + "subType": "", + "rulesText": "Minions can't enter this site on the ground if there's already a minion atop.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ikb501rys67pg8epcqft" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ike901s2s67pmbz1kn5r", + "slug": "bet_mountain_pass_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mountain_pass-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4q1ujs00y3e0v52syn4z3o", + "setCardId": "clot8ikb501rys67pg8epcqft", + "setCard": { + "id": "clot8ikb501rys67pg8epcqft", + "slug": "bet_mountain_pass", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q1ujs00y3e0v52syn4z3o", + "meta": { + "id": "clq3a1j8400rosh27u9ofalkl", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of narrow passage", + "subType": "", + "rulesText": "Minions can't enter this site on the ground if there's already a minion atop.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ikb501rys67pg8epcqft" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q21ax00y5e0v5gjpega52", + "slug": "alp_mountain_pass_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mountain_pass.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4q1ujs00y3e0v52syn4z3o", + "setCardId": "clm4q1zzu00y4e0v58n8v430q", + "setCard": { + "id": "clm4q1zzu00y4e0v58n8v430q", + "slug": "alp_mountain_pass", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q1ujs00y3e0v52syn4z3o", + "meta": { + "id": "clq3a1j0n00rnsh27kogyp6ib", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of narrow passage", + "subType": "", + "rulesText": "Minions can't enter this site on the ground if there's already a minion atop.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q1zzu00y4e0v58n8v430q" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q2dov00y7e0v5hcv7f446", + "slug": "alp_mountain_pass_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mountain_pass-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4q1ujs00y3e0v52syn4z3o", + "setCardId": "clm4q1zzu00y4e0v58n8v430q", + "setCard": { + "id": "clm4q1zzu00y4e0v58n8v430q", + "slug": "alp_mountain_pass", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q1ujs00y3e0v52syn4z3o", + "meta": { + "id": "clq3a1j0n00rnsh27kogyp6ib", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of narrow passage", + "subType": "", + "rulesText": "Minions can't enter this site on the ground if there's already a minion atop.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q1zzu00y4e0v58n8v430q" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q27wl00y6e0v55m09huvo", + "slug": "alp_mountain_pass_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mountain_pass-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4q1ujs00y3e0v52syn4z3o", + "setCardId": "clm4q1zzu00y4e0v58n8v430q", + "setCard": { + "id": "clm4q1zzu00y4e0v58n8v430q", + "slug": "alp_mountain_pass", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q1ujs00y3e0v52syn4z3o", + "meta": { + "id": "clq3a1j0n00rnsh27kogyp6ib", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of narrow passage", + "subType": "", + "rulesText": "Minions can't enter this site on the ground if there's already a minion atop.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q1zzu00y4e0v58n8v430q" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ievxj002l24v51nrn1x4a", + "slug": "nightmare", + "name": "Nightmare", + "hotscore": 784, + "guardian": { + "id": "clq39y1v2001ssh277ibwcs5n", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Undead of torment and terror", + "subType": "Undead", + "rulesText": "At the end of your turn, for each enemy minion here, you may push it to an adjacent location or void.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4ievxj002l24v51nrn1x4a" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ft7b0048s67p7zsylk9b", + "slug": "bet_nightmare_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/nightmare.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "Nightly we ply the razor thin barrier between being and unbeing.", + "cardId": "clm4ievxj002l24v51nrn1x4a", + "setCardId": "clot8ft5j0046s67pjw80whku", + "setCard": { + "id": "clot8ft5j0046s67pjw80whku", + "slug": "bet_nightmare", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ievxj002l24v51nrn1x4a", + "meta": { + "id": "clq39y250001ush27u6pux3lw", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Undead of torment and terror", + "subType": "Undead", + "rulesText": "At the end of your turn, for each enemy minion here, you may push it to an adjacent location or void.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8ft5j0046s67pjw80whku" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ft8s004as67py6nyjwdk", + "slug": "bet_nightmare_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/nightmare-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "Nightly we ply the razor thin barrier between being and unbeing.", + "cardId": "clm4ievxj002l24v51nrn1x4a", + "setCardId": "clot8ft5j0046s67pjw80whku", + "setCard": { + "id": "clot8ft5j0046s67pjw80whku", + "slug": "bet_nightmare", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ievxj002l24v51nrn1x4a", + "meta": { + "id": "clq39y250001ush27u6pux3lw", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Undead of torment and terror", + "subType": "Undead", + "rulesText": "At the end of your turn, for each enemy minion here, you may push it to an adjacent location or void.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8ft5j0046s67pjw80whku" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4if2s2002n24v53zx0b16s", + "slug": "alp_nightmare_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/nightmare.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "Nightly we ply the razor thin barrier between being and unbeing.", + "cardId": "clm4ievxj002l24v51nrn1x4a", + "setCardId": "clm4if1g5002m24v54ntp36g2", + "setCard": { + "id": "clm4if1g5002m24v54ntp36g2", + "slug": "alp_nightmare", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ievxj002l24v51nrn1x4a", + "meta": { + "id": "clq39y1xf001tsh27c89eodxg", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Undead of torment and terror", + "subType": "Undead", + "rulesText": "At the end of your turn, for each enemy minion here, you may push it to an adjacent location or void.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4if1g5002m24v54ntp36g2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ifer4002p24v566k35y62", + "slug": "alp_nightmare_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/nightmare-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Drew Tucker", + "flavorText": "Nightly we ply the razor thin barrier between being and unbeing.", + "cardId": "clm4ievxj002l24v51nrn1x4a", + "setCardId": "clm4if1g5002m24v54ntp36g2", + "setCard": { + "id": "clm4if1g5002m24v54ntp36g2", + "slug": "alp_nightmare", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ievxj002l24v51nrn1x4a", + "meta": { + "id": "clq39y1xf001tsh27c89eodxg", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Undead of torment and terror", + "subType": "Undead", + "rulesText": "At the end of your turn, for each enemy minion here, you may push it to an adjacent location or void.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4if1g5002m24v54ntp36g2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4if9gc002o24v5f4pl6brx", + "slug": "alp_nightmare_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/nightmare-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "Nightly we ply the razor thin barrier between being and unbeing.", + "cardId": "clm4ievxj002l24v51nrn1x4a", + "setCardId": "clm4if1g5002m24v54ntp36g2", + "setCard": { + "id": "clm4if1g5002m24v54ntp36g2", + "slug": "alp_nightmare", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ievxj002l24v51nrn1x4a", + "meta": { + "id": "clq39y1xf001tsh27c89eodxg", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Undead of torment and terror", + "subType": "Undead", + "rulesText": "At the end of your turn, for each enemy minion here, you may push it to an adjacent location or void.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4if1g5002m24v54ntp36g2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4iffw8002q24v54sxr8zx8", + "slug": "nimbus_jinn", + "name": "Nimbus Jinn", + "hotscore": 3620, + "guardian": { + "id": "clq39y2aw001vsh27h8wgz4in", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit of turbulent terror", + "subType": "Spirit", + "rulesText": "Airborne\r\n\r\nDiscard a spell → Deal 3 damage to another random unit here.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4iffw8002q24v54sxr8zx8" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ftjv004fs67pwptz1qwz", + "slug": "bet_nimbus_jinn_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/nimbus_jinn.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4iffw8002q24v54sxr8zx8", + "setCardId": "clot8ftic004ds67pe9ww3vni", + "setCard": { + "id": "clot8ftic004ds67pe9ww3vni", + "slug": "bet_nimbus_jinn", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iffw8002q24v54sxr8zx8", + "meta": { + "id": "clq39y2ko001xsh272zij27kd", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit of turbulent terror", + "subType": "Spirit", + "rulesText": "Airborne\r\n\r\nDiscard a spell → Deal 3 damage to another random unit here.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8ftic004ds67pe9ww3vni" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ftle004hs67pl7g4kjct", + "slug": "bet_nimbus_jinn_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/nimbus_jinn-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4iffw8002q24v54sxr8zx8", + "setCardId": "clot8ftic004ds67pe9ww3vni", + "setCard": { + "id": "clot8ftic004ds67pe9ww3vni", + "slug": "bet_nimbus_jinn", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iffw8002q24v54sxr8zx8", + "meta": { + "id": "clq39y2ko001xsh272zij27kd", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit of turbulent terror", + "subType": "Spirit", + "rulesText": "Airborne\r\n\r\nDiscard a spell → Deal 3 damage to another random unit here.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8ftic004ds67pe9ww3vni" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ifn5e002s24v58gbb8aoz", + "slug": "alp_nimbus_jinn_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/nimbus_jinn.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4iffw8002q24v54sxr8zx8", + "setCardId": "clm4ifltn002r24v5cm0t4u11", + "setCard": { + "id": "clm4ifltn002r24v5cm0t4u11", + "slug": "alp_nimbus_jinn", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iffw8002q24v54sxr8zx8", + "meta": { + "id": "clq39y2d6001wsh27dmy2ohj5", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit of turbulent thunder", + "subType": "Spirit", + "rulesText": "Airborne\n\nDiscard a spell → Deal 3 damage to another random unit here.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ifltn002r24v5cm0t4u11" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ig0q7002u24v57fodhxeg", + "slug": "alp_nimbus_jinn_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/nimbus_jinn-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4iffw8002q24v54sxr8zx8", + "setCardId": "clm4ifltn002r24v5cm0t4u11", + "setCard": { + "id": "clm4ifltn002r24v5cm0t4u11", + "slug": "alp_nimbus_jinn", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iffw8002q24v54sxr8zx8", + "meta": { + "id": "clq39y2d6001wsh27dmy2ohj5", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit of turbulent thunder", + "subType": "Spirit", + "rulesText": "Airborne\n\nDiscard a spell → Deal 3 damage to another random unit here.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ifltn002r24v5cm0t4u11" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ifv0e002t24v5fax589f4", + "slug": "alp_nimbus_jinn_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/nimbus_jinn-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4iffw8002q24v54sxr8zx8", + "setCardId": "clm4ifltn002r24v5cm0t4u11", + "setCard": { + "id": "clm4ifltn002r24v5cm0t4u11", + "slug": "alp_nimbus_jinn", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iffw8002q24v54sxr8zx8", + "meta": { + "id": "clq39y2d6001wsh27dmy2ohj5", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit of turbulent thunder", + "subType": "Spirit", + "rulesText": "Airborne\n\nDiscard a spell → Deal 3 damage to another random unit here.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ifltn002r24v5cm0t4u11" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q2etm00y8e0v54zbj52yf", + "slug": "observatory", + "name": "Observatory", + "hotscore": 9307, + "guardian": { + "id": "clq3a1jdy00rpsh27ezdqavhs", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of destinies deciphered", + "subType": "", + "rulesText": "Genesis → Look at your next three spells. Put them back in any order.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4q2etm00y8e0v54zbj52yf" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ikoa01s7s67psq6i8ob4", + "slug": "bet_observatory_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/observatory.png", + "finish": "Standard", + "product": "Booster", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4q2etm00y8e0v54zbj52yf", + "setCardId": "clot8ikmr01s5s67p3k5pg1ko", + "setCard": { + "id": "clot8ikmr01s5s67p3k5pg1ko", + "slug": "bet_observatory", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q2etm00y8e0v54zbj52yf", + "meta": { + "id": "clq3a1jno00rrsh27pjicqoow", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of destinies deciphered", + "subType": "", + "rulesText": "Genesis → Look at your next three spells. Put them back in any order.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ikmr01s5s67p3k5pg1ko" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ikps01s9s67pomj3yev3", + "slug": "bet_observatory_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/observatory-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4q2etm00y8e0v54zbj52yf", + "setCardId": "clot8ikmr01s5s67p3k5pg1ko", + "setCard": { + "id": "clot8ikmr01s5s67p3k5pg1ko", + "slug": "bet_observatory", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q2etm00y8e0v54zbj52yf", + "meta": { + "id": "clq3a1jno00rrsh27pjicqoow", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of destinies deciphered", + "subType": "", + "rulesText": "Genesis → Look at your next three spells. Put them back in any order.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ikmr01s5s67p3k5pg1ko" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q2mdq00yae0v5dj4nc6ot", + "slug": "alp_observatory_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/observatory.png", + "finish": "Standard", + "product": "Booster", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4q2etm00y8e0v54zbj52yf", + "setCardId": "clm4q2l2m00y9e0v5dfl09vio", + "setCard": { + "id": "clm4q2l2m00y9e0v5dfl09vio", + "slug": "alp_observatory", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q2etm00y8e0v54zbj52yf", + "meta": { + "id": "clq3a1jg900rqsh27u3oitf8c", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of destinies deciphered", + "subType": "", + "rulesText": "Genesis → Look at your next three spells. Put them back in any order.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q2l2m00y9e0v5dfl09vio" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q2z9600yce0v553a5acaz", + "slug": "alp_observatory_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/observatory-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4q2etm00y8e0v54zbj52yf", + "setCardId": "clm4q2l2m00y9e0v5dfl09vio", + "setCard": { + "id": "clm4q2l2m00y9e0v5dfl09vio", + "slug": "alp_observatory", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q2etm00y8e0v54zbj52yf", + "meta": { + "id": "clq3a1jg900rqsh27u3oitf8c", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of destinies deciphered", + "subType": "", + "rulesText": "Genesis → Look at your next three spells. Put them back in any order.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q2l2m00y9e0v5dfl09vio" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q2tob00ybe0v531ko2q5m", + "slug": "alp_observatory_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/observatory-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4q2etm00y8e0v54zbj52yf", + "setCardId": "clm4q2l2m00y9e0v5dfl09vio", + "setCard": { + "id": "clm4q2l2m00y9e0v5dfl09vio", + "slug": "alp_observatory", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q2etm00y8e0v54zbj52yf", + "meta": { + "id": "clq3a1jg900rqsh27u3oitf8c", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of destinies deciphered", + "subType": "", + "rulesText": "Genesis → Look at your next three spells. Put them back in any order.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q2l2m00y9e0v5dfl09vio" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lrdkq001be0v5cty33965", + "slug": "occult_ritual", + "name": "Occult Ritual", + "hotscore": 584, + "guardian": { + "id": "clq39yg59004osh27hmi8mqxj", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of great awakening", + "subType": "", + "rulesText": "Gain ② this turn for each allied Spellcaster here.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lrdkq001be0v5cty33965" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g4gg00aus67p099kv7kh", + "slug": "bet_occult_ritual_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/occult_ritual.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "“With mingled reverence and awe they cried, softly, odiously, appalling, the name of the Being whom they momentarily expected to appear.“\r\n― Algernon Blackwood", + "cardId": "clm4lrdkq001be0v5cty33965", + "setCardId": "clot8g4ex00ass67pu2z43xd0", + "setCard": { + "id": "clot8g4ex00ass67pu2z43xd0", + "slug": "bet_occult_ritual", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lrdkq001be0v5cty33965", + "meta": { + "id": "clq39yghn004rsh27aw4glc6u", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of great awakening", + "subType": "", + "rulesText": "Gain ② this turn for each allied Spellcaster here.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g4ex00ass67pu2z43xd0" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g4i300aws67plhx7qm9g", + "slug": "bet_occult_ritual_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/occult_ritual-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "“With mingled reverence and awe they cried, softly, odiously, appalling, the name of the Being whom they momentarily expected to appear.“\r\n― Algernon Blackwood", + "cardId": "clm4lrdkq001be0v5cty33965", + "setCardId": "clot8g4ex00ass67pu2z43xd0", + "setCard": { + "id": "clot8g4ex00ass67pu2z43xd0", + "slug": "bet_occult_ritual", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lrdkq001be0v5cty33965", + "meta": { + "id": "clq39yghn004rsh27aw4glc6u", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of great awakening", + "subType": "", + "rulesText": "Gain ② this turn for each allied Spellcaster here.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g4ex00ass67pu2z43xd0" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lrlvh001de0v58jehdg7p", + "slug": "alp_occult_ritual_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/occult_ritual.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "“With mingled reverence and awe they cried, softly, odiously, appalling, the name of the Being whom they momentarily expected to appear.“\n― Algernon Blackwood", + "cardId": "clm4lrdkq001be0v5cty33965", + "setCardId": "clm4lrk2p001ce0v56mf7hnb4", + "setCard": { + "id": "clm4lrk2p001ce0v56mf7hnb4", + "slug": "alp_occult_ritual", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lrdkq001be0v5cty33965", + "meta": { + "id": "clq39yg7p004psh27m4v5yr5z", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of great awakening", + "subType": "", + "rulesText": "Gain ② this turn for each allied Spellcaster here.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lrk2p001ce0v56mf7hnb4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lrtfg001ee0v59wm96p0r", + "slug": "alp_occult_ritual_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/occult_ritual-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "“With mingled reverence and awe they cried, softly, odiously, appalling, the name of the Being whom they momentarily expected to appear.“\n― Algernon Blackwood", + "cardId": "clm4lrdkq001be0v5cty33965", + "setCardId": "clm4lrk2p001ce0v56mf7hnb4", + "setCard": { + "id": "clm4lrk2p001ce0v56mf7hnb4", + "slug": "alp_occult_ritual", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lrdkq001be0v5cty33965", + "meta": { + "id": "clq39yg7p004psh27m4v5yr5z", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of great awakening", + "subType": "", + "rulesText": "Gain ② this turn for each allied Spellcaster here.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lrk2p001ce0v56mf7hnb4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4rhoq9000942v599xbbz6z", + "slug": "pro_occult_ritual_pp_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/pro/occult_ritual-pp.png", + "finish": "Standard", + "product": "Pledge_Pack", + "artist": "Frank Frazetta", + "flavorText": "Ygnaiih ygnaiih thflthkh'ngha... Yog-Sothoth... Y'bthnk h'ehyen'grkdl'lh! — H. P. Lovecraft", + "cardId": "clm4lrdkq001be0v5cty33965", + "setCardId": "clm4rhnet000842v5d9dl7b1z", + "setCard": { + "id": "clm4rhnet000842v5d9dl7b1z", + "slug": "pro_occult_ritual", + "setId": "clm4rgehb000042v5a04vfg6s", + "cardId": "clm4lrdkq001be0v5cty33965", + "meta": { + "id": "clq39ygdi004qsh273sb397o8", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of the devil's doing", + "subType": "", + "rulesText": "Gain (2) this turn for each allied Spellcaster nearby.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4rhnet000842v5d9dl7b1z" + }, + "set": { + "id": "clm4rgehb000042v5a04vfg6s", + "name": "Promotional", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ig1vd002v24v56df08myd", + "slug": "palliburrie_bats", + "name": "Palliburrie Bats", + "hotscore": 2501, + "guardian": { + "id": "clq39y2qi001ysh27rza9fjee", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts soar in lunar choir", + "subType": "Beast", + "rulesText": "Airborne, Burrowing", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4ig1vd002v24v56df08myd" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ftvz004ms67pax4iykda", + "slug": "bet_palliburrie_bats_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/palliburrie_bats.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "To the bat, it is the world that’s blind.\r\nTo the song-spun tapestry of its kind.", + "cardId": "clm4ig1vd002v24v56df08myd", + "setCardId": "clot8ftuf004ks67p7nvt9e2x", + "setCard": { + "id": "clot8ftuf004ks67p7nvt9e2x", + "slug": "bet_palliburrie_bats", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ig1vd002v24v56df08myd", + "meta": { + "id": "clq39y2yi0020sh277p51wmz1", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts soar in lunar choir", + "subType": "Beast", + "rulesText": "Airborne, Burrowing", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ftuf004ks67p7nvt9e2x" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ftxh004os67ppgopikk0", + "slug": "bet_palliburrie_bats_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/palliburrie_bats-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "To the bat, it is the world that’s blind.\r\nTo the song-spun tapestry of its kind.", + "cardId": "clm4ig1vd002v24v56df08myd", + "setCardId": "clot8ftuf004ks67p7nvt9e2x", + "setCard": { + "id": "clot8ftuf004ks67p7nvt9e2x", + "slug": "bet_palliburrie_bats", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ig1vd002v24v56df08myd", + "meta": { + "id": "clq39y2yi0020sh277p51wmz1", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts soar in lunar choir", + "subType": "Beast", + "rulesText": "Airborne, Burrowing", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ftuf004ks67p7nvt9e2x" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ig9ii002x24v5eotadp2m", + "slug": "alp_palliburrie_bats_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/palliburrie_bats.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "To the bat, it is the world that’s blind.\nTo the song-spun tapestry of its kind.", + "cardId": "clm4ig1vd002v24v56df08myd", + "setCardId": "clm4ig86k002w24v5cyac16il", + "setCard": { + "id": "clm4ig86k002w24v5cyac16il", + "slug": "alp_palliburrie_bats", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ig1vd002v24v56df08myd", + "meta": { + "id": "clq39y2sr001zsh276iz0tb58", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts soar in lunar choir", + "subType": "Beast", + "rulesText": "Airborne, Burrowing", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ig86k002w24v5cyac16il" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4iggrb002y24v5h2hu5817", + "slug": "alp_palliburrie_bats_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/palliburrie_bats-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "To the bat, it is the world that’s blind.\nTo the song-spun tapestry of its kind.", + "cardId": "clm4ig1vd002v24v56df08myd", + "setCardId": "clm4ig86k002w24v5cyac16il", + "setCard": { + "id": "clm4ig86k002w24v5cyac16il", + "slug": "alp_palliburrie_bats", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ig1vd002v24v56df08myd", + "meta": { + "id": "clq39y2sr001zsh276iz0tb58", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts soar in lunar choir", + "subType": "Beast", + "rulesText": "Airborne, Burrowing", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ig86k002w24v5cyac16il" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4igmn2002z24v500lk23fc", + "slug": "peregrine_apparition", + "name": "Peregrine Apparition", + "hotscore": 454, + "guardian": { + "id": "clq39y34g0021sh2703yha188", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of limitless velocity", + "subType": "Spirit", + "rulesText": "Airborne, Movement +3, Voidwalk", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4igmn2002z24v500lk23fc" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fu9f004ts67p8yx06pf3", + "slug": "bet_peregrine_apparition_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/peregrine_apparition.png", + "finish": "Standard", + "product": "Booster", + "artist": "Adam Burke", + "flavorText": "The truly sublime know no bounds.", + "cardId": "clm4igmn2002z24v500lk23fc", + "setCardId": "clot8fu7p004rs67puo8iwz0m", + "setCard": { + "id": "clot8fu7p004rs67puo8iwz0m", + "slug": "bet_peregrine_apparition", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4igmn2002z24v500lk23fc", + "meta": { + "id": "clq39y3eb0023sh27rvfxty8c", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of limitless velocity", + "subType": "Spirit", + "rulesText": "Airborne, Movement +3, Voidwalk", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fu7p004rs67puo8iwz0m" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fuaz004vs67pr96685k6", + "slug": "bet_peregrine_apparition_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/peregrine_apparition-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Adam Burke", + "flavorText": "The truly sublime know no bounds.", + "cardId": "clm4igmn2002z24v500lk23fc", + "setCardId": "clot8fu7p004rs67puo8iwz0m", + "setCard": { + "id": "clot8fu7p004rs67puo8iwz0m", + "slug": "bet_peregrine_apparition", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4igmn2002z24v500lk23fc", + "meta": { + "id": "clq39y3eb0023sh27rvfxty8c", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of limitless velocity", + "subType": "Spirit", + "rulesText": "Airborne, Movement +3, Voidwalk", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fu7p004rs67puo8iwz0m" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4igusq003124v5gmgk48q4", + "slug": "alp_peregrine_apparition_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/peregrine_apparition.png", + "finish": "Standard", + "product": "Booster", + "artist": "Adam Burke", + "flavorText": "The truly sublime know no bounds.", + "cardId": "clm4igmn2002z24v500lk23fc", + "setCardId": "clm4igtgx003024v5a8nr3jpz", + "setCard": { + "id": "clm4igtgx003024v5a8nr3jpz", + "slug": "alp_peregrine_apparition", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4igmn2002z24v500lk23fc", + "meta": { + "id": "clq39y36v0022sh27ya398zs1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of limitless velocity", + "subType": "Spirit", + "rulesText": "Airborne, Movement +3, Voidwalk", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4igtgx003024v5a8nr3jpz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ih7q9003324v57qy94w4n", + "slug": "alp_peregrine_apparition_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/peregrine_apparition-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Adam Burke", + "flavorText": "The truly sublime know no bounds.", + "cardId": "clm4igmn2002z24v500lk23fc", + "setCardId": "clm4igtgx003024v5a8nr3jpz", + "setCard": { + "id": "clm4igtgx003024v5a8nr3jpz", + "slug": "alp_peregrine_apparition", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4igmn2002z24v500lk23fc", + "meta": { + "id": "clq39y36v0022sh27ya398zs1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of limitless velocity", + "subType": "Spirit", + "rulesText": "Airborne, Movement +3, Voidwalk", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4igtgx003024v5a8nr3jpz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ih13w003224v54afm03w2", + "slug": "alp_peregrine_apparition_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/peregrine_apparition-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Adam Burke", + "flavorText": "The truly sublime know no bounds.", + "cardId": "clm4igmn2002z24v500lk23fc", + "setCardId": "clm4igtgx003024v5a8nr3jpz", + "setCard": { + "id": "clm4igtgx003024v5a8nr3jpz", + "slug": "alp_peregrine_apparition", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4igmn2002z24v500lk23fc", + "meta": { + "id": "clq39y36v0022sh27ya398zs1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of limitless velocity", + "subType": "Spirit", + "rulesText": "Airborne, Movement +3, Voidwalk", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4igtgx003024v5a8nr3jpz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ih8vj003424v59g5y7bg2", + "slug": "phantasmal_shade", + "name": "Phantasmal Shade", + "hotscore": 2140, + "guardian": { + "id": "clq39y3k90024sh2702u67iiy", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of imagined evil", + "subType": "Spirit", + "rulesText": "When Phantasmal Shade is struck, destroy it.", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4ih8vj003424v59g5y7bg2" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fuk60050s67pmhigkd5n", + "slug": "bet_phantasmal_shade_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/phantasmal_shade.png", + "finish": "Standard", + "product": "Booster", + "artist": "Santiago Caruso", + "flavorText": "", + "cardId": "clm4ih8vj003424v59g5y7bg2", + "setCardId": "clot8fuio004ys67pbvf7atjp", + "setCard": { + "id": "clot8fuio004ys67pbvf7atjp", + "slug": "bet_phantasmal_shade", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ih8vj003424v59g5y7bg2", + "meta": { + "id": "clq39y3sn0026sh27v7h8gial", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of imagined evil", + "subType": "Spirit", + "rulesText": "When Phantasmal Shade is struck, destroy it.", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fuio004ys67pbvf7atjp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fulv0052s67p4tz0xcht", + "slug": "bet_phantasmal_shade_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/phantasmal_shade-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Santiago Caruso", + "flavorText": "", + "cardId": "clm4ih8vj003424v59g5y7bg2", + "setCardId": "clot8fuio004ys67pbvf7atjp", + "setCard": { + "id": "clot8fuio004ys67pbvf7atjp", + "slug": "bet_phantasmal_shade", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ih8vj003424v59g5y7bg2", + "meta": { + "id": "clq39y3sn0026sh27v7h8gial", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of imagined evil", + "subType": "Spirit", + "rulesText": "When Phantasmal Shade is struck, destroy it.", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fuio004ys67pbvf7atjp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ihfxc003624v5c99s8bzz", + "slug": "alp_phantasmal_shade_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/phantasmal_shade.png", + "finish": "Standard", + "product": "Booster", + "artist": "Santiago Caruso", + "flavorText": "", + "cardId": "clm4ih8vj003424v59g5y7bg2", + "setCardId": "clm4iheew003524v50beiareu", + "setCard": { + "id": "clm4iheew003524v50beiareu", + "slug": "alp_phantasmal_shade", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ih8vj003424v59g5y7bg2", + "meta": { + "id": "clq39y3mn0025sh27pkjp1szv", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of imagined evil", + "subType": "Spirit", + "rulesText": "When Phantasmal Shade is struck, destroy it.", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4iheew003524v50beiareu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ihml6003724v575g0hz7o", + "slug": "alp_phantasmal_shade_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/phantasmal_shade-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Santiago Caruso", + "flavorText": "", + "cardId": "clm4ih8vj003424v59g5y7bg2", + "setCardId": "clm4iheew003524v50beiareu", + "setCard": { + "id": "clm4iheew003524v50beiareu", + "slug": "alp_phantasmal_shade", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ih8vj003424v59g5y7bg2", + "meta": { + "id": "clq39y3mn0025sh27pkjp1szv", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of imagined evil", + "subType": "Spirit", + "rulesText": "When Phantasmal Shade is struck, destroy it.", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4iheew003524v50beiareu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ihsb0003824v54ccph5eb", + "slug": "phantom_steed", + "name": "Phantom Steed", + "hotscore": 694, + "guardian": { + "id": "clq39y3yh0027sh27u9f485hp", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast courses the cosmos", + "subType": "Beast", + "rulesText": "Movement +2, Voidwalk\r\n\r\nMay carry an allied minion.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4ihsb0003824v54ccph5eb" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fuwd0057s67p8der542w", + "slug": "bet_phantom_steed_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/phantom_steed.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ihsb0003824v54ccph5eb", + "setCardId": "clot8fuuu0055s67pbhqokkw3", + "setCard": { + "id": "clot8fuuu0055s67pbhqokkw3", + "slug": "bet_phantom_steed", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ihsb0003824v54ccph5eb", + "meta": { + "id": "clq39y46f0029sh274swngiit", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast courses the cosmos", + "subType": "Beast", + "rulesText": "Movement +2, Voidwalk\r\n\r\nMay carry an allied minion.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fuuu0055s67pbhqokkw3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fuxu0059s67p2b2r23g4", + "slug": "bet_phantom_steed_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/phantom_steed-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ihsb0003824v54ccph5eb", + "setCardId": "clot8fuuu0055s67pbhqokkw3", + "setCard": { + "id": "clot8fuuu0055s67pbhqokkw3", + "slug": "bet_phantom_steed", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ihsb0003824v54ccph5eb", + "meta": { + "id": "clq39y46f0029sh274swngiit", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast courses the cosmos", + "subType": "Beast", + "rulesText": "Movement +2, Voidwalk\r\n\r\nMay carry an allied minion.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fuuu0055s67pbhqokkw3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ihzr6003a24v5a1j8ebtb", + "slug": "alp_phantom_steed_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/phantom_steed.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ihsb0003824v54ccph5eb", + "setCardId": "clm4ihyfc003924v51l540g5o", + "setCard": { + "id": "clm4ihyfc003924v51l540g5o", + "slug": "alp_phantom_steed", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ihsb0003824v54ccph5eb", + "meta": { + "id": "clq39y40s0028sh27wci3mtht", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast courses the cosmos", + "subType": "Beast", + "rulesText": "Movement +2, Voidwalk\n\nMay carry an allied minion.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ihyfc003924v51l540g5o" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ii71m003b24v599zw42qh", + "slug": "alp_phantom_steed_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/phantom_steed-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ihsb0003824v54ccph5eb", + "setCardId": "clm4ihyfc003924v51l540g5o", + "setCard": { + "id": "clm4ihyfc003924v51l540g5o", + "slug": "alp_phantom_steed", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ihsb0003824v54ccph5eb", + "meta": { + "id": "clq39y40s0028sh27wci3mtht", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast courses the cosmos", + "subType": "Beast", + "rulesText": "Movement +2, Voidwalk\n\nMay carry an allied minion.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ihyfc003924v51l540g5o" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4iick3003c24v58fnbf3gt", + "slug": "phase_assassin", + "name": "Phase Assassin", + "hotscore": 2882, + "guardian": { + "id": "clq39y4c6002ash271c1nv6bd", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal fades into nothingness", + "subType": "Mortal", + "rulesText": "Voidwalk\r\n\r\nWhenever Phase Assassin enters the void, he gains Stealth.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4iick3003c24v58fnbf3gt" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fv87005es67pkdppu3en", + "slug": "bet_phase_assassin_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/phase_assassin.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4iick3003c24v58fnbf3gt", + "setCardId": "clot8fv6s005cs67p1w27affe", + "setCard": { + "id": "clot8fv6s005cs67p1w27affe", + "slug": "bet_phase_assassin", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iick3003c24v58fnbf3gt", + "meta": { + "id": "clq39y4la002csh27i6uzkvzm", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal fades into nothingness", + "subType": "Mortal", + "rulesText": "Voidwalk\r\n\r\nWhenever Phase Assassin enters the void, he gains Stealth.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fv6s005cs67p1w27affe" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fv9o005gs67pb7w8ezud", + "slug": "bet_phase_assassin_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/phase_assassin-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4iick3003c24v58fnbf3gt", + "setCardId": "clot8fv6s005cs67p1w27affe", + "setCard": { + "id": "clot8fv6s005cs67p1w27affe", + "slug": "bet_phase_assassin", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iick3003c24v58fnbf3gt", + "meta": { + "id": "clq39y4la002csh27i6uzkvzm", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal fades into nothingness", + "subType": "Mortal", + "rulesText": "Voidwalk\r\n\r\nWhenever Phase Assassin enters the void, he gains Stealth.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fv6s005cs67p1w27affe" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4iikbn003e24v5c5zt9io4", + "slug": "alp_phase_assassin_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/phase_assassin.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4iick3003c24v58fnbf3gt", + "setCardId": "clm4iiiyr003d24v5dnji1i2y", + "setCard": { + "id": "clm4iiiyr003d24v5dnji1i2y", + "slug": "alp_phase_assassin", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iick3003c24v58fnbf3gt", + "meta": { + "id": "clq39y4em002bsh27qv1oeddz", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal fades into nothingness", + "subType": "Mortal", + "rulesText": "Voidwalk\n\nWhenever Phase Assassin enters the void, he gains Stealth.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4iiiyr003d24v5dnji1i2y" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4iir49003f24v5etx6dkio", + "slug": "alp_phase_assassin_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/phase_assassin-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4iick3003c24v58fnbf3gt", + "setCardId": "clm4iiiyr003d24v5dnji1i2y", + "setCard": { + "id": "clm4iiiyr003d24v5dnji1i2y", + "slug": "alp_phase_assassin", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iick3003c24v58fnbf3gt", + "meta": { + "id": "clq39y4em002bsh27qv1oeddz", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal fades into nothingness", + "subType": "Mortal", + "rulesText": "Voidwalk\n\nWhenever Phase Assassin enters the void, he gains Stealth.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4iiiyr003d24v5dnji1i2y" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4iiwtk003g24v5a0f9appf", + "slug": "plumed_pegasus", + "name": "Plumed Pegasus", + "hotscore": 734, + "guardian": { + "id": "clq39y4qu002dsh2790yk9kcc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of extraordinary extravagance", + "subType": "Beast", + "rulesText": "Airborne", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4iiwtk003g24v5a0f9appf" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fvk7005ls67paoo5fke9", + "slug": "bet_plumed_pegasus_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/plumed_pegasus.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Thereupon I could not breathe, but sighs were pardoned unto me. To see the pegasus fly is to feel the spirit soar.", + "cardId": "clm4iiwtk003g24v5a0f9appf", + "setCardId": "clot8fvim005js67pst76f67l", + "setCard": { + "id": "clot8fvim005js67pst76f67l", + "slug": "bet_plumed_pegasus", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iiwtk003g24v5a0f9appf", + "meta": { + "id": "clq39y51i002fsh27zjo56iho", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of extraordinary extravagance", + "subType": "Beast", + "rulesText": "Airborne", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fvim005js67pst76f67l" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fvlt005ns67px7lbps9n", + "slug": "bet_plumed_pegasus_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/plumed_pegasus-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Thereupon I could not breathe, but sighs were pardoned unto me. To see the pegasus fly is to feel the spirit soar.", + "cardId": "clm4iiwtk003g24v5a0f9appf", + "setCardId": "clot8fvim005js67pst76f67l", + "setCard": { + "id": "clot8fvim005js67pst76f67l", + "slug": "bet_plumed_pegasus", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iiwtk003g24v5a0f9appf", + "meta": { + "id": "clq39y51i002fsh27zjo56iho", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of extraordinary extravagance", + "subType": "Beast", + "rulesText": "Airborne", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fvim005js67pst76f67l" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ij42e003i24v5gds2g7gh", + "slug": "alp_plumed_pegasus_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/plumed_pegasus.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "\"Thereupon I could not breathe, but sighs were pardoned unto me. To see the pegasus fly is to feel the spirit soar.\"", + "cardId": "clm4iiwtk003g24v5a0f9appf", + "setCardId": "clm4ij2qk003h24v573q83d4f", + "setCard": { + "id": "clm4ij2qk003h24v573q83d4f", + "slug": "alp_plumed_pegasus", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iiwtk003g24v5a0f9appf", + "meta": { + "id": "clq39y4tc002esh278svnjtlk", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of extraordinary extravagance", + "subType": "Beast", + "rulesText": "Airborne", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ij2qk003h24v573q83d4f" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ijgab003k24v56yy04ymk", + "slug": "alp_plumed_pegasus_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/plumed_pegasus-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Melissa A. Benson", + "flavorText": "\"Thereupon I could not breathe, but sighs were pardoned unto me. To see the pegasus fly is to feel the spirit soar.\"", + "cardId": "clm4iiwtk003g24v5a0f9appf", + "setCardId": "clm4ij2qk003h24v573q83d4f", + "setCard": { + "id": "clm4ij2qk003h24v573q83d4f", + "slug": "alp_plumed_pegasus", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iiwtk003g24v5a0f9appf", + "meta": { + "id": "clq39y4tc002esh278svnjtlk", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of extraordinary extravagance", + "subType": "Beast", + "rulesText": "Airborne", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ij2qk003h24v573q83d4f" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ijasb003j24v50ulr8pdx", + "slug": "alp_plumed_pegasus_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/plumed_pegasus-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "\"Thereupon I could not breathe, but sighs were pardoned unto me. To see the pegasus fly is to feel the spirit soar.\"", + "cardId": "clm4iiwtk003g24v5a0f9appf", + "setCardId": "clm4ij2qk003h24v573q83d4f", + "setCard": { + "id": "clm4ij2qk003h24v573q83d4f", + "slug": "alp_plumed_pegasus", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iiwtk003g24v5a0f9appf", + "meta": { + "id": "clq39y4tc002esh278svnjtlk", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of extraordinary extravagance", + "subType": "Beast", + "rulesText": "Airborne", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ij2qk003h24v573q83d4f" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qmxf3012ue0v5bdwa40qx", + "slug": "pristine_paradise", + "name": "Pristine Paradise", + "hotscore": 1531, + "guardian": { + "id": "clq3a1yjn00upsh27si104svn", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "cardId": "clm4qmxf3012ue0v5bdwa40qx" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + }, + { + "id": "fire", + "name": "Fire" + }, + { + "id": "water", + "name": "Water" + }, + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8iwdk01z7s67pr0nqfuph", + "slug": "bet_pristine_paradise_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pristine_paradise.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "setCardId": "clot8iwbx01z5s67p12u2yp43", + "setCard": { + "id": "clot8iwbx01z5s67p12u2yp43", + "slug": "bet_pristine_paradise", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "meta": { + "id": "clq3a1ysu00ursh27no9164w4", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8iwbx01z5s67p12u2yp43" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iwf301z9s67po6l5ctyt", + "slug": "bet_pristine_paradise_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pristine_paradise-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "setCardId": "clot8iwbx01z5s67p12u2yp43", + "setCard": { + "id": "clot8iwbx01z5s67p12u2yp43", + "slug": "bet_pristine_paradise", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "meta": { + "id": "clq3a1ysu00ursh27no9164w4", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8iwbx01z5s67p12u2yp43" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qn5ae012we0v51b8xaotf", + "slug": "alp_pristine_paradise_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pristine_paradise.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "setCardId": "clm4qn3zf012ve0v52y3b1o02", + "setCard": { + "id": "clm4qn3zf012ve0v52y3b1o02", + "slug": "alp_pristine_paradise", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "meta": { + "id": "clq3a1ylw00uqsh27z378ff6v", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qn3zf012ve0v52y3b1o02" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qnc1p012xe0v563qr5rwy", + "slug": "alp_pristine_paradise_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pristine_paradise-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "setCardId": "clm4qn3zf012ve0v52y3b1o02", + "setCard": { + "id": "clm4qn3zf012ve0v52y3b1o02", + "slug": "alp_pristine_paradise", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "meta": { + "id": "clq3a1ylw00uqsh27z378ff6v", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qn3zf012ve0v52y3b1o02" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lryvw001fe0v574m84v5f", + "slug": "psionic_blast", + "name": "Psionic Blast", + "hotscore": 263, + "guardian": { + "id": "clq39ygni004ssh27srzikny6", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of stunning realization", + "subType": "", + "rulesText": "Deal 1 damage to each minion here. They're disabled until your next turn.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lryvw001fe0v574m84v5f" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g4rw00b1s67psi53kbdu", + "slug": "bet_psionic_blast_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/psionic_blast.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "A laden conscience soon becomes leaden.", + "cardId": "clm4lryvw001fe0v574m84v5f", + "setCardId": "clot8g4qe00azs67pvftsyiyd", + "setCard": { + "id": "clot8g4qe00azs67pvftsyiyd", + "slug": "bet_psionic_blast", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lryvw001fe0v574m84v5f", + "meta": { + "id": "clq39ygvt004ush27fq6zzlsu", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of stunning realization", + "subType": "", + "rulesText": "Deal 1 damage to each minion here. They're disabled until your next turn.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g4qe00azs67pvftsyiyd" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g4tf00b3s67pidpzgg6e", + "slug": "bet_psionic_blast_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/psionic_blast-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "A laden conscience soon becomes leaden.", + "cardId": "clm4lryvw001fe0v574m84v5f", + "setCardId": "clot8g4qe00azs67pvftsyiyd", + "setCard": { + "id": "clot8g4qe00azs67pvftsyiyd", + "slug": "bet_psionic_blast", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lryvw001fe0v574m84v5f", + "meta": { + "id": "clq39ygvt004ush27fq6zzlsu", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of stunning realization", + "subType": "", + "rulesText": "Deal 1 damage to each minion here. They're disabled until your next turn.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g4qe00azs67pvftsyiyd" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ls6oz001he0v51u792azm", + "slug": "alp_psionic_blast_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/psionic_blast.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "A laden conscience soon becomes leaden.", + "cardId": "clm4lryvw001fe0v574m84v5f", + "setCardId": "clm4ls53q001ge0v50k68demy", + "setCard": { + "id": "clm4ls53q001ge0v50k68demy", + "slug": "alp_psionic_blast", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lryvw001fe0v574m84v5f", + "meta": { + "id": "clq39ygpv004tsh271ga5swq1", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of stunning realization", + "subType": "", + "rulesText": "Deal 1 damage to each minion here. They're disabled until your next turn.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ls53q001ge0v50k68demy" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lsejj001ie0v5ggfh2jvf", + "slug": "alp_psionic_blast_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/psionic_blast-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "A laden conscience soon becomes leaden.", + "cardId": "clm4lryvw001fe0v574m84v5f", + "setCardId": "clm4ls53q001ge0v50k68demy", + "setCard": { + "id": "clm4ls53q001ge0v50k68demy", + "slug": "alp_psionic_blast", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lryvw001fe0v574m84v5f", + "meta": { + "id": "clq39ygpv004tsh271ga5swq1", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of stunning realization", + "subType": "", + "rulesText": "Deal 1 damage to each minion here. They're disabled until your next turn.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ls53q001ge0v50k68demy" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ijhfq003l24v57wlj1arv", + "slug": "puppet_master", + "name": "Puppet Master", + "hotscore": 353, + "guardian": { + "id": "clq39y574002gsh27657uvttw", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit pulls the strings", + "subType": "Spirit", + "rulesText": "Airborne\r\n\r\nGenesis → Gain control of all tapped minions here until Puppet Master leaves the realm.", + "cost": 6, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4ijhfq003l24v57wlj1arv" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fvwu005ss67py0c99x3u", + "slug": "bet_puppet_master_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/puppet_master.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4ijhfq003l24v57wlj1arv", + "setCardId": "clot8fvvc005qs67pr4r79lpl", + "setCard": { + "id": "clot8fvvc005qs67pr4r79lpl", + "slug": "bet_puppet_master", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ijhfq003l24v57wlj1arv", + "meta": { + "id": "clq39y5fm002ish27009s2zdp", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit pulls the strings", + "subType": "Spirit", + "rulesText": "Airborne\r\n\r\nGenesis → Gain control of all tapped minions here until Puppet Master leaves the realm.", + "cost": 6, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fvvc005qs67pr4r79lpl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fvyf005us67p7jizhk5c", + "slug": "bet_puppet_master_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/puppet_master-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4ijhfq003l24v57wlj1arv", + "setCardId": "clot8fvvc005qs67pr4r79lpl", + "setCard": { + "id": "clot8fvvc005qs67pr4r79lpl", + "slug": "bet_puppet_master", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ijhfq003l24v57wlj1arv", + "meta": { + "id": "clq39y5fm002ish27009s2zdp", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit pulls the strings", + "subType": "Spirit", + "rulesText": "Airborne\r\n\r\nGenesis → Gain control of all tapped minions here until Puppet Master leaves the realm.", + "cost": 6, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fvvc005qs67pr4r79lpl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ijp92003n24v54notburd", + "slug": "alp_puppet_master_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/puppet_master.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4ijhfq003l24v57wlj1arv", + "setCardId": "clm4ijnwu003m24v54l3f8btw", + "setCard": { + "id": "clm4ijnwu003m24v54l3f8btw", + "slug": "alp_puppet_master", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ijhfq003l24v57wlj1arv", + "meta": { + "id": "clq39y59i002hsh27hs132n5e", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit pulls the strings", + "subType": "Spirit", + "rulesText": "Airborne\n\nGenesis → Gain control of all tapped minions here until Puppet Master leaves the realm.", + "cost": 6, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ijnwu003m24v54l3f8btw" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ijvyq003o24v5fmhr98h5", + "slug": "alp_puppet_master_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/puppet_master-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4ijhfq003l24v57wlj1arv", + "setCardId": "clm4ijnwu003m24v54l3f8btw", + "setCard": { + "id": "clm4ijnwu003m24v54l3f8btw", + "slug": "alp_puppet_master", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ijhfq003l24v57wlj1arv", + "meta": { + "id": "clq39y59i002hsh27hs132n5e", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit pulls the strings", + "subType": "Spirit", + "rulesText": "Airborne\n\nGenesis → Gain control of all tapped minions here until Puppet Master leaves the realm.", + "cost": 6, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ijnwu003m24v54l3f8btw" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lsju0001je0v58ez482ti", + "slug": "rain_of_arrows", + "name": "Rain of Arrows", + "hotscore": 316, + "guardian": { + "id": "clq39yh1r004vsh27ra9i9r8m", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic eclipses the sun", + "subType": "", + "rulesText": "Deal 1 damage to each aboveground minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lsju0001je0v58ez482ti" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g52z00b8s67p1etp1vva", + "slug": "bet_rain_of_arrows_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/rain_of_arrows.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "\"Then we will fight in the shade!\"\r\n— Dienekes", + "cardId": "clm4lsju0001je0v58ez482ti", + "setCardId": "clot8g51g00b6s67pcf1363v3", + "setCard": { + "id": "clot8g51g00b6s67pcf1363v3", + "slug": "bet_rain_of_arrows", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lsju0001je0v58ez482ti", + "meta": { + "id": "clq39yh9t004xsh27xqhna5ho", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic eclipses the sun", + "subType": "", + "rulesText": "Deal 1 damage to each aboveground minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g51g00b6s67pcf1363v3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g54g00bas67ptyz3w6cg", + "slug": "bet_rain_of_arrows_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/rain_of_arrows-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "\"Then we will fight in the shade!\"\r\n— Dienekes", + "cardId": "clm4lsju0001je0v58ez482ti", + "setCardId": "clot8g51g00b6s67pcf1363v3", + "setCard": { + "id": "clot8g51g00b6s67pcf1363v3", + "slug": "bet_rain_of_arrows", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lsju0001je0v58ez482ti", + "meta": { + "id": "clq39yh9t004xsh27xqhna5ho", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic eclipses the sun", + "subType": "", + "rulesText": "Deal 1 damage to each aboveground minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g51g00b6s67pcf1363v3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lsray001le0v504272wtx", + "slug": "alp_rain_of_arrows_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rain_of_arrows.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "\"Then we will fight in the shade!\"\n— Dienekes", + "cardId": "clm4lsju0001je0v58ez482ti", + "setCardId": "clm4lspxf001ke0v5e2e6bvpn", + "setCard": { + "id": "clm4lspxf001ke0v5e2e6bvpn", + "slug": "alp_rain_of_arrows", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lsju0001je0v58ez482ti", + "meta": { + "id": "clq39yh46004wsh27g3jjntwp", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic eclipses the sun", + "subType": "", + "rulesText": "Deal 1 damage to each aboveground minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lspxf001ke0v5e2e6bvpn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lsz2u001me0v59yh52hl2", + "slug": "alp_rain_of_arrows_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rain_of_arrows-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "\"Then we will fight in the shade!\"\n— Dienekes", + "cardId": "clm4lsju0001je0v58ez482ti", + "setCardId": "clm4lspxf001ke0v5e2e6bvpn", + "setCard": { + "id": "clm4lspxf001ke0v5e2e6bvpn", + "slug": "alp_rain_of_arrows", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lsju0001je0v58ez482ti", + "meta": { + "id": "clq39yh46004wsh27g3jjntwp", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic eclipses the sun", + "subType": "", + "rulesText": "Deal 1 damage to each aboveground minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lspxf001ke0v5e2e6bvpn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lt5cu001ne0v5gj856u9f", + "slug": "raise_dead", + "name": "Raise Dead", + "hotscore": 1670, + "guardian": { + "id": "clq39yhfv004ysh275r4za78f", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of unsettling necromancy", + "subType": "", + "rulesText": "Summon a random dead minion.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4lt5cu001ne0v5gj856u9f" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g5du00bfs67pxtamtt4v", + "slug": "bet_raise_dead_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/raise_dead.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "The living need the dead far more than the dead need the living. — Thomas Laqueur", + "cardId": "clm4lt5cu001ne0v5gj856u9f", + "setCardId": "clot8g5c800bds67pgw1zvz4o", + "setCard": { + "id": "clot8g5c800bds67pgw1zvz4o", + "slug": "bet_raise_dead", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lt5cu001ne0v5gj856u9f", + "meta": { + "id": "clq39yhns0050sh27kk8m1qx0", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of unsettling necromancy", + "subType": "", + "rulesText": "Summon a random dead minion.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g5c800bds67pgw1zvz4o" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g5fg00bhs67pn49dzrm9", + "slug": "bet_raise_dead_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/raise_dead-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "The living need the dead far more than the dead need the living. — Thomas Laqueur", + "cardId": "clm4lt5cu001ne0v5gj856u9f", + "setCardId": "clot8g5c800bds67pgw1zvz4o", + "setCard": { + "id": "clot8g5c800bds67pgw1zvz4o", + "slug": "bet_raise_dead", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lt5cu001ne0v5gj856u9f", + "meta": { + "id": "clq39yhns0050sh27kk8m1qx0", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of unsettling necromancy", + "subType": "", + "rulesText": "Summon a random dead minion.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g5c800bds67pgw1zvz4o" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ltd4c001pe0v55iqq2ef1", + "slug": "alp_raise_dead_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/raise_dead.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "\"The living need the dead far more than the dead need the living.\" — Thomas Laqueur", + "cardId": "clm4lt5cu001ne0v5gj856u9f", + "setCardId": "clm4ltbjs001oe0v57igl4gac", + "setCard": { + "id": "clm4ltbjs001oe0v57igl4gac", + "slug": "alp_raise_dead", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lt5cu001ne0v5gj856u9f", + "meta": { + "id": "clq39yhi7004zsh27978rr3bg", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of unsettling necromancy", + "subType": "", + "rulesText": "Summon a random dead minion.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ltbjs001oe0v57igl4gac" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ltkwz001qe0v5djrpgvmj", + "slug": "alp_raise_dead_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/raise_dead-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "\"The living need the dead far more than the dead need the living.\" — Thomas Laqueur", + "cardId": "clm4lt5cu001ne0v5gj856u9f", + "setCardId": "clm4ltbjs001oe0v57igl4gac", + "setCard": { + "id": "clm4ltbjs001oe0v57igl4gac", + "slug": "alp_raise_dead", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lt5cu001ne0v5gj856u9f", + "meta": { + "id": "clq39yhi7004zsh27978rr3bg", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of unsettling necromancy", + "subType": "", + "rulesText": "Summon a random dead minion.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ltbjs001oe0v57igl4gac" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ltquz001re0v500ty1rkc", + "slug": "recall", + "name": "Recall", + "hotscore": 462, + "guardian": { + "id": "clq39yhth0051sh27k4iysn55", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of last resort", + "subType": "", + "rulesText": "Teleport any number of allied minions to the caster’s location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4ltquz001re0v500ty1rkc" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g5oq00bms67pafdv3m2h", + "slug": "bet_recall_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/recall.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4ltquz001re0v500ty1rkc", + "setCardId": "clot8g5n500bks67pojttzf38", + "setCard": { + "id": "clot8g5n500bks67pojttzf38", + "slug": "bet_recall", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ltquz001re0v500ty1rkc", + "meta": { + "id": "clq39yi180053sh275z52mtpz", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of last resort", + "subType": "", + "rulesText": "Teleport any number of allied minions to the caster’s location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g5n500bks67pojttzf38" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g5q700bos67p9s0pzhqb", + "slug": "bet_recall_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/recall-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4ltquz001re0v500ty1rkc", + "setCardId": "clot8g5n500bks67pojttzf38", + "setCard": { + "id": "clot8g5n500bks67pojttzf38", + "slug": "bet_recall", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ltquz001re0v500ty1rkc", + "meta": { + "id": "clq39yi180053sh275z52mtpz", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of last resort", + "subType": "", + "rulesText": "Teleport any number of allied minions to the caster’s location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g5n500bks67pojttzf38" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lty1h001te0v533xcdh58", + "slug": "alp_recall_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/recall.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4ltquz001re0v500ty1rkc", + "setCardId": "clm4ltwnw001se0v5dc3v467n", + "setCard": { + "id": "clm4ltwnw001se0v5dc3v467n", + "slug": "alp_recall", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ltquz001re0v500ty1rkc", + "meta": { + "id": "clq39yhvq0052sh27eo31gfu0", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of last resort", + "subType": "", + "rulesText": "Teleport any number of allied minions to the caster’s location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ltwnw001se0v5dc3v467n" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lu5ug001ue0v5gigyfm9n", + "slug": "alp_recall_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/recall-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4ltquz001re0v500ty1rkc", + "setCardId": "clm4ltwnw001se0v5dc3v467n", + "setCard": { + "id": "clm4ltwnw001se0v5dc3v467n", + "slug": "alp_recall", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ltquz001re0v500ty1rkc", + "meta": { + "id": "clq39yhvq0052sh27eo31gfu0", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of last resort", + "subType": "", + "rulesText": "Teleport any number of allied minions to the caster’s location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ltwnw001se0v5dc3v467n" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ik246003p24v5fzir6tel", + "slug": "recurring_specter", + "name": "Recurring Specter", + "hotscore": 665, + "guardian": { + "id": "clq39y5lu002jsh272zfzlt0e", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit takes an eerie encore", + "subType": "Spirit", + "rulesText": "Can't defend.\r\n\r\nMay be cast from your cemetery.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4ik246003p24v5fzir6tel" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fw7u005zs67p4jz85z3w", + "slug": "bet_recurring_specter_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/recurring_specter.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ik246003p24v5fzir6tel", + "setCardId": "clot8fw6c005xs67paahbmqxu", + "setCard": { + "id": "clot8fw6c005xs67paahbmqxu", + "slug": "bet_recurring_specter", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ik246003p24v5fzir6tel", + "meta": { + "id": "clq39y5u2002lsh27hn2zrcsu", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit takes an eerie encore", + "subType": "Spirit", + "rulesText": "Can't defend.\r\n\r\nMay be cast from your cemetery.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fw6c005xs67paahbmqxu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fw9f0061s67pg2cg2vn9", + "slug": "bet_recurring_specter_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/recurring_specter-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ik246003p24v5fzir6tel", + "setCardId": "clot8fw6c005xs67paahbmqxu", + "setCard": { + "id": "clot8fw6c005xs67paahbmqxu", + "slug": "bet_recurring_specter", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ik246003p24v5fzir6tel", + "meta": { + "id": "clq39y5u2002lsh27hn2zrcsu", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit takes an eerie encore", + "subType": "Spirit", + "rulesText": "Can't defend.\r\n\r\nMay be cast from your cemetery.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fw6c005xs67paahbmqxu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ik8t7003r24v5bbjn0sxv", + "slug": "alp_recurring_specter_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/recurring_specter.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ik246003p24v5fzir6tel", + "setCardId": "clm4ik7h9003q24v5617m0t5y", + "setCard": { + "id": "clm4ik7h9003q24v5617m0t5y", + "slug": "alp_recurring_specter", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ik246003p24v5fzir6tel", + "meta": { + "id": "clq39y5o6002ksh27gougl83r", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit takes an eerie encore", + "subType": "Spirit", + "rulesText": "Can't defend.\n\nMay be cast from your cemetery.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ik7h9003q24v5617m0t5y" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ikfbw003s24v5ewk2h5vy", + "slug": "alp_recurring_specter_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/recurring_specter-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ik246003p24v5fzir6tel", + "setCardId": "clm4ik7h9003q24v5617m0t5y", + "setCard": { + "id": "clm4ik7h9003q24v5617m0t5y", + "slug": "alp_recurring_specter", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ik246003p24v5fzir6tel", + "meta": { + "id": "clq39y5o6002ksh27gougl83r", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit takes an eerie encore", + "subType": "Spirit", + "rulesText": "Can't defend.\n\nMay be cast from your cemetery.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ik7h9003q24v5617m0t5y" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ikkgx003t24v52nmwarr4", + "slug": "riddle_sphinx", + "name": "Riddle Sphinx", + "hotscore": 695, + "guardian": { + "id": "clq39y5zs002msh2774fxygp2", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Sphinx proffers perplexity", + "subType": "Sphinx", + "rulesText": "Airborne\r\n\r\nGenesis → Look at your topmost spell. You may put it on the bottom of your spellbook, then an opponent may exchange your top and bottommost spells. Draw a card.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4ikkgx003t24v52nmwarr4" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fwl20066s67pw46oo44v", + "slug": "bet_riddle_sphinx_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/riddle_sphinx.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ikkgx003t24v52nmwarr4", + "setCardId": "clot8fwja0064s67p43nw99lk", + "setCard": { + "id": "clot8fwja0064s67p43nw99lk", + "slug": "bet_riddle_sphinx", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ikkgx003t24v52nmwarr4", + "meta": { + "id": "clq39y68t002osh27utuaf89a", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Sphinx proffers perplexity", + "subType": "Sphinx", + "rulesText": "Airborne\r\n\r\nGenesis → Look at your topmost spell. You may put it on the bottom of your spellbook, then an opponent may exchange your top and bottommost spells. Draw a card.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fwja0064s67p43nw99lk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fwmu0068s67pkcujh8dt", + "slug": "bet_riddle_sphinx_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/riddle_sphinx-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ikkgx003t24v52nmwarr4", + "setCardId": "clot8fwja0064s67p43nw99lk", + "setCard": { + "id": "clot8fwja0064s67p43nw99lk", + "slug": "bet_riddle_sphinx", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ikkgx003t24v52nmwarr4", + "meta": { + "id": "clq39y68t002osh27utuaf89a", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Sphinx proffers perplexity", + "subType": "Sphinx", + "rulesText": "Airborne\r\n\r\nGenesis → Look at your topmost spell. You may put it on the bottom of your spellbook, then an opponent may exchange your top and bottommost spells. Draw a card.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fwja0064s67p43nw99lk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4iks5s003v24v55t5d582l", + "slug": "alp_riddle_sphinx_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/riddle_sphinx.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ikkgx003t24v52nmwarr4", + "setCardId": "clm4ikqtl003u24v56ycffk0z", + "setCard": { + "id": "clm4ikqtl003u24v56ycffk0z", + "slug": "alp_riddle_sphinx", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ikkgx003t24v52nmwarr4", + "meta": { + "id": "clq39y624002nsh27dzp3ri2z", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Sphinx proffers perplexity", + "subType": "Sphinx", + "rulesText": "Airborne\n\nGenesis → Look at your topmost spell. You may put it on the bottom of your spellbook, then an opponent may exchange your top and bottommost spells. Draw a card.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ikqtl003u24v56ycffk0z" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ikzif003w24v5cekbfzw6", + "slug": "alp_riddle_sphinx_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/riddle_sphinx-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ikkgx003t24v52nmwarr4", + "setCardId": "clm4ikqtl003u24v56ycffk0z", + "setCard": { + "id": "clm4ikqtl003u24v56ycffk0z", + "slug": "alp_riddle_sphinx", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ikkgx003t24v52nmwarr4", + "meta": { + "id": "clq39y624002nsh27dzp3ri2z", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Sphinx proffers perplexity", + "subType": "Sphinx", + "rulesText": "Airborne\n\nGenesis → Look at your topmost spell. You may put it on the bottom of your spellbook, then an opponent may exchange your top and bottommost spells. Draw a card.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ikqtl003u24v56ycffk0z" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4il4nb003x24v58p9vf46g", + "slug": "roaming_monster", + "name": "Roaming Monster", + "hotscore": 765, + "guardian": { + "id": "clq39y6g7002psh276xj0li4k", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Monster from out of the blue", + "subType": "Monster", + "rulesText": "May be summoned to any site.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4il4nb003x24v58p9vf46g" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fww8006ds67ppcrvq96s", + "slug": "bet_roaming_monster_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/roaming_monster.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "Heeere's Brawny!", + "cardId": "clm4il4nb003x24v58p9vf46g", + "setCardId": "clot8fwun006bs67piqzcaobk", + "setCard": { + "id": "clot8fwun006bs67piqzcaobk", + "slug": "bet_roaming_monster", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4il4nb003x24v58p9vf46g", + "meta": { + "id": "clq39y6qd002rsh27a2mjmh4w", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Monster from out of the blue", + "subType": "Monster", + "rulesText": "May be summoned to any site.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fwun006bs67piqzcaobk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fwxs006fs67ptjze7l2g", + "slug": "bet_roaming_monster_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/roaming_monster-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "Heeere's Brawny!", + "cardId": "clm4il4nb003x24v58p9vf46g", + "setCardId": "clot8fwun006bs67piqzcaobk", + "setCard": { + "id": "clot8fwun006bs67piqzcaobk", + "slug": "bet_roaming_monster", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4il4nb003x24v58p9vf46g", + "meta": { + "id": "clq39y6qd002rsh27a2mjmh4w", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Monster from out of the blue", + "subType": "Monster", + "rulesText": "May be summoned to any site.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fwun006bs67piqzcaobk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ilbj6003z24v5fdk7eej9", + "slug": "alp_roaming_monster_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/roaming_monster.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "Heeere's Brawny!", + "cardId": "clm4il4nb003x24v58p9vf46g", + "setCardId": "clm4ila6t003y24v573qzbgms", + "setCard": { + "id": "clm4ila6t003y24v573qzbgms", + "slug": "alp_roaming_monster", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4il4nb003x24v58p9vf46g", + "meta": { + "id": "clq39y6in002qsh27brw42uwl", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Monster from out of the blue", + "subType": "Monster", + "rulesText": "May be summoned to any site.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ila6t003y24v573qzbgms" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ilodt004124v51ef3hyl9", + "slug": "alp_roaming_monster_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/roaming_monster-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jeff Easley", + "flavorText": "Heeere's Brawny!", + "cardId": "clm4il4nb003x24v58p9vf46g", + "setCardId": "clm4ila6t003y24v573qzbgms", + "setCard": { + "id": "clm4ila6t003y24v573qzbgms", + "slug": "alp_roaming_monster", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4il4nb003x24v58p9vf46g", + "meta": { + "id": "clq39y6in002qsh27brw42uwl", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Monster from out of the blue", + "subType": "Monster", + "rulesText": "May be summoned to any site.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ila6t003y24v573qzbgms" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ilj0v004024v5hm835781", + "slug": "alp_roaming_monster_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/roaming_monster-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "Heeere's Brawny!", + "cardId": "clm4il4nb003x24v58p9vf46g", + "setCardId": "clm4ila6t003y24v573qzbgms", + "setCard": { + "id": "clm4ila6t003y24v573qzbgms", + "slug": "alp_roaming_monster", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4il4nb003x24v58p9vf46g", + "meta": { + "id": "clq39y6in002qsh27brw42uwl", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Monster from out of the blue", + "subType": "Monster", + "rulesText": "May be summoned to any site.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ila6t003y24v573qzbgms" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qni3e012ye0v57f1hd3km", + "slug": "ruins", + "name": "Ruins", + "hotscore": 8461, + "guardian": { + "id": "clq3a1yyb00ussh276eeofl6j", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 1, + "cardId": "clm4qni3e012ye0v57f1hd3km" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + }, + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8iwpa01zes67p38a0jl9d", + "slug": "bet_ruins_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ruins.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What do lines on a map mean to the sand and the sun and the wind?", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "setCardId": "clot8iwnm01zcs67pjgh73fwt", + "setCard": { + "id": "clot8iwnm01zcs67pjgh73fwt", + "slug": "bet_ruins", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "meta": { + "id": "clq3a1z6a00uush277rmmjx01", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8iwnm01zcs67pjgh73fwt" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iwqu01zgs67pjszqleiu", + "slug": "bet_ruins_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ruins-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What do lines on a map mean to the sand and the sun and the wind?", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "setCardId": "clot8iwnm01zcs67pjgh73fwt", + "setCard": { + "id": "clot8iwnm01zcs67pjgh73fwt", + "slug": "bet_ruins", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "meta": { + "id": "clq3a1z6a00uush277rmmjx01", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8iwnm01zcs67pjgh73fwt" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qnpef0130e0v5bchueqwm", + "slug": "alp_ruins_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ruins.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What do lines on a map mean to the sand and the sun and the wind?", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "setCardId": "clm4qno3a012ze0v59bjm76d5", + "setCard": { + "id": "clm4qno3a012ze0v59bjm76d5", + "slug": "alp_ruins", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "meta": { + "id": "clq3a1z0o00utsh27ecuchnd7", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qno3a012ze0v59bjm76d5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qnwnf0131e0v5c4kw17ub", + "slug": "alp_ruins_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ruins-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What do lines on a map mean to the sand and the sun and the wind?", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "setCardId": "clm4qno3a012ze0v59bjm76d5", + "setCard": { + "id": "clm4qno3a012ze0v59bjm76d5", + "slug": "alp_ruins", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "meta": { + "id": "clq3a1z0o00utsh27ecuchnd7", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qno3a012ze0v59bjm76d5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ilpjb004224v539ueaxbb", + "slug": "skirmishers_of_mu", + "name": "Skirmishers of Mu", + "hotscore": 1763, + "guardian": { + "id": "clq39y6w0002ssh27au9wfosu", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals harry from horseback", + "subType": "Mortal", + "rulesText": "Ranged\r\n\r\nDuring basic movement, Skirmishers of Mu may perform a ranged strike from any location along their path.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4ilpjb004224v539ueaxbb" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fx8z006ks67p8fw3v92a", + "slug": "bet_skirmishers_of_mu_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/skirmishers_of_mu.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ilpjb004224v539ueaxbb", + "setCardId": "clot8fx7d006is67pozo9q00i", + "setCard": { + "id": "clot8fx7d006is67pozo9q00i", + "slug": "bet_skirmishers_of_mu", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ilpjb004224v539ueaxbb", + "meta": { + "id": "clq39y77l002ush27x0w4wld8", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals harry from horseback", + "subType": "Mortal", + "rulesText": "Ranged\r\n\r\nDuring basic movement, Skirmishers of Mu may perform a ranged strike from any location along their path.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fx7d006is67pozo9q00i" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fxal006ms67p6wjkxu8l", + "slug": "bet_skirmishers_of_mu_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/skirmishers_of_mu-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ilpjb004224v539ueaxbb", + "setCardId": "clot8fx7d006is67pozo9q00i", + "setCard": { + "id": "clot8fx7d006is67pozo9q00i", + "slug": "bet_skirmishers_of_mu", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ilpjb004224v539ueaxbb", + "meta": { + "id": "clq39y77l002ush27x0w4wld8", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals harry from horseback", + "subType": "Mortal", + "rulesText": "Ranged\r\n\r\nDuring basic movement, Skirmishers of Mu may perform a ranged strike from any location along their path.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fx7d006is67pozo9q00i" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ilx8n004424v55wnof990", + "slug": "alp_skirmishers_of_mu_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/skirmishers_of_mu.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ilpjb004224v539ueaxbb", + "setCardId": "clm4ilvwb004324v5b504bgoh", + "setCard": { + "id": "clm4ilvwb004324v5b504bgoh", + "slug": "alp_skirmishers_of_mu", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ilpjb004224v539ueaxbb", + "meta": { + "id": "clq39y6yw002tsh27g9gigbj0", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals harry from horseback", + "subType": "Mortal", + "rulesText": "Ranged\n\nDuring basic movement, Skirmishers of Mu may perform a ranged strike from any location along their path.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ilvwb004324v5b504bgoh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4imb0y004624v55ukwbzxn", + "slug": "alp_skirmishers_of_mu_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/skirmishers_of_mu-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ilpjb004224v539ueaxbb", + "setCardId": "clm4ilvwb004324v5b504bgoh", + "setCard": { + "id": "clm4ilvwb004324v5b504bgoh", + "slug": "alp_skirmishers_of_mu", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ilpjb004224v539ueaxbb", + "meta": { + "id": "clq39y6yw002tsh27g9gigbj0", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals harry from horseback", + "subType": "Mortal", + "rulesText": "Ranged\n\nDuring basic movement, Skirmishers of Mu may perform a ranged strike from any location along their path.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ilvwb004324v5b504bgoh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4im4xj004524v57no5749c", + "slug": "alp_skirmishers_of_mu_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/skirmishers_of_mu-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ilpjb004224v539ueaxbb", + "setCardId": "clm4ilvwb004324v5b504bgoh", + "setCard": { + "id": "clm4ilvwb004324v5b504bgoh", + "slug": "alp_skirmishers_of_mu", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ilpjb004224v539ueaxbb", + "meta": { + "id": "clq39y6yw002tsh27g9gigbj0", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals harry from horseback", + "subType": "Mortal", + "rulesText": "Ranged\n\nDuring basic movement, Skirmishers of Mu may perform a ranged strike from any location along their path.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ilvwb004324v5b504bgoh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4imc7j004724v53c548uod", + "slug": "sky_baron", + "name": "Sky Baron", + "hotscore": 770, + "guardian": { + "id": "clq39y7di002vsh27x9pqa7m1", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit and welkin overlord", + "subType": "Spirit", + "rulesText": "Airborne\r\n\r\nAll other minions lose Airborne.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4imc7j004724v53c548uod" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fxl4006rs67pbrnpb6u0", + "slug": "bet_sky_baron_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sky_baron.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4imc7j004724v53c548uod", + "setCardId": "clot8fxjl006ps67pg5fef8p8", + "setCard": { + "id": "clot8fxjl006ps67pg5fef8p8", + "slug": "bet_sky_baron", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4imc7j004724v53c548uod", + "meta": { + "id": "clq39y7lw002xsh27r8ldz55o", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit and welkin overlord", + "subType": "Spirit", + "rulesText": "Airborne\r\n\r\nAll other minions lose Airborne.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fxjl006ps67pg5fef8p8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fxmp006ts67pa5kxs354", + "slug": "bet_sky_baron_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sky_baron-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4imc7j004724v53c548uod", + "setCardId": "clot8fxjl006ps67pg5fef8p8", + "setCard": { + "id": "clot8fxjl006ps67pg5fef8p8", + "slug": "bet_sky_baron", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4imc7j004724v53c548uod", + "meta": { + "id": "clq39y7lw002xsh27r8ldz55o", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit and welkin overlord", + "subType": "Spirit", + "rulesText": "Airborne\r\n\r\nAll other minions lose Airborne.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fxjl006ps67pg5fef8p8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4imjij004924v5d2pe856y", + "slug": "alp_sky_baron_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sky_baron.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4imc7j004724v53c548uod", + "setCardId": "clm4imi6d004824v51izt9al3", + "setCard": { + "id": "clm4imi6d004824v51izt9al3", + "slug": "alp_sky_baron", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4imc7j004724v53c548uod", + "meta": { + "id": "clq39y7fw002wsh271majqb8x", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit and welkin overlord", + "subType": "Spirit", + "rulesText": "Airborne\n\nAll other minions lose Airborne.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4imi6d004824v51izt9al3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4imqec004a24v59x5vbfct", + "slug": "alp_sky_baron_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sky_baron-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4imc7j004724v53c548uod", + "setCardId": "clm4imi6d004824v51izt9al3", + "setCard": { + "id": "clm4imi6d004824v51izt9al3", + "slug": "alp_sky_baron", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4imc7j004724v53c548uod", + "meta": { + "id": "clq39y7fw002wsh271majqb8x", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit and welkin overlord", + "subType": "Spirit", + "rulesText": "Airborne\n\nAll other minions lose Airborne.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4imi6d004824v51izt9al3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4imwpm004b24v57r7rhs8h", + "slug": "sling_pixies", + "name": "Sling Pixies", + "hotscore": 923, + "guardian": { + "id": "clq39y7ru002ysh27mnh8qagb", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Faeries flitter hither and thither", + "subType": "Faerie", + "rulesText": "Airborne, Ranged\r\n\r\nTakes no damage from units with 4 or more power.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4imwpm004b24v57r7rhs8h" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fxxa006ys67pl4hxpfsd", + "slug": "bet_sling_pixies_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sling_pixies.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4imwpm004b24v57r7rhs8h", + "setCardId": "clot8fxvs006ws67prd8shhl0", + "setCard": { + "id": "clot8fxvs006ws67prd8shhl0", + "slug": "bet_sling_pixies", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4imwpm004b24v57r7rhs8h", + "meta": { + "id": "clq39y8290030sh27h19k8fmx", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Faeries flitter hither and thither", + "subType": "Faerie", + "rulesText": "Airborne, Ranged\r\n\r\nTakes no damage from units with 4 or more power.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fxvs006ws67prd8shhl0" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fxyp0070s67pxyh604re", + "slug": "bet_sling_pixies_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sling_pixies-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4imwpm004b24v57r7rhs8h", + "setCardId": "clot8fxvs006ws67prd8shhl0", + "setCard": { + "id": "clot8fxvs006ws67prd8shhl0", + "slug": "bet_sling_pixies", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4imwpm004b24v57r7rhs8h", + "meta": { + "id": "clq39y8290030sh27h19k8fmx", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Faeries flitter hither and thither", + "subType": "Faerie", + "rulesText": "Airborne, Ranged\r\n\r\nTakes no damage from units with 4 or more power.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fxvs006ws67prd8shhl0" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4in4l4004d24v51p864w46", + "slug": "alp_sling_pixies_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sling_pixies.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4imwpm004b24v57r7rhs8h", + "setCardId": "clm4in393004c24v56e318ryr", + "setCard": { + "id": "clm4in393004c24v56e318ryr", + "slug": "alp_sling_pixies", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4imwpm004b24v57r7rhs8h", + "meta": { + "id": "clq39y7ud002zsh27srzstgzn", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Faeries flitter hither and thither", + "subType": "Faerie", + "rulesText": "Airborne, Ranged\n\nTakes no damage from units with 4 or more power.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4in393004c24v56e318ryr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4inhu6004f24v5dob0e69p", + "slug": "alp_sling_pixies_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sling_pixies-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4imwpm004b24v57r7rhs8h", + "setCardId": "clm4in393004c24v56e318ryr", + "setCard": { + "id": "clm4in393004c24v56e318ryr", + "slug": "alp_sling_pixies", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4imwpm004b24v57r7rhs8h", + "meta": { + "id": "clq39y7ud002zsh27srzstgzn", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Faeries flitter hither and thither", + "subType": "Faerie", + "rulesText": "Airborne, Ranged\n\nTakes no damage from units with 4 or more power.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4in393004c24v56e318ryr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4inc4o004e24v54aftdeel", + "slug": "alp_sling_pixies_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sling_pixies-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4imwpm004b24v57r7rhs8h", + "setCardId": "clm4in393004c24v56e318ryr", + "setCard": { + "id": "clm4in393004c24v56e318ryr", + "slug": "alp_sling_pixies", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4imwpm004b24v57r7rhs8h", + "meta": { + "id": "clq39y7ud002zsh27srzstgzn", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Faeries flitter hither and thither", + "subType": "Faerie", + "rulesText": "Airborne, Ranged\n\nTakes no damage from units with 4 or more power.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4in393004c24v56e318ryr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4inizi004g24v5bvkoaohb", + "slug": "snow_leopard", + "name": "Snow Leopard", + "hotscore": 467, + "guardian": { + "id": "clq39y87z0031sh27l1gwfz00", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast prowls powdry peaks", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4inizi004g24v5bvkoaohb" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fy8y0075s67pv9dqh7s6", + "slug": "bet_snow_leopard_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/snow_leopard.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "“This is the Le-o-pard, my child,\r\nHis temper’s anything but mild.”\r\n― A. M. Shaw \u0026 C. Beckwith", + "cardId": "clm4inizi004g24v5bvkoaohb", + "setCardId": "clot8fy770073s67p7yfnkgw5", + "setCard": { + "id": "clot8fy770073s67p7yfnkgw5", + "slug": "bet_snow_leopard", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4inizi004g24v5bvkoaohb", + "meta": { + "id": "clq39y8hp0033sh27vsjet0s3", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast prowls powdry peaks", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fy770073s67p7yfnkgw5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fyaq0077s67plu2etrjd", + "slug": "bet_snow_leopard_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/snow_leopard-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "“This is the Le-o-pard, my child,\r\nHis temper’s anything but mild.”\r\n― A. M. Shaw \u0026 C. Beckwith", + "cardId": "clm4inizi004g24v5bvkoaohb", + "setCardId": "clot8fy770073s67p7yfnkgw5", + "setCard": { + "id": "clot8fy770073s67p7yfnkgw5", + "slug": "bet_snow_leopard", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4inizi004g24v5bvkoaohb", + "meta": { + "id": "clq39y8hp0033sh27vsjet0s3", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast prowls powdry peaks", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fy770073s67p7yfnkgw5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4inq2m004i24v59e3x0cj2", + "slug": "alp_snow_leopard_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/snow_leopard.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "“This is the Le-o-pard, my child,\nHis temper’s anything but mild.”\n― A. M. Shaw \u0026 C. Beckwith", + "cardId": "clm4inizi004g24v5bvkoaohb", + "setCardId": "clm4inojp004h24v59fg3e82n", + "setCard": { + "id": "clm4inojp004h24v59fg3e82n", + "slug": "alp_snow_leopard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4inizi004g24v5bvkoaohb", + "meta": { + "id": "clq39y8a70032sh27b9krslod", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast prowls powdry peaks", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4inojp004h24v59fg3e82n" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4io2zx004k24v5hm162c6w", + "slug": "alp_snow_leopard_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/snow_leopard-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Lindsey Crummett", + "flavorText": "“This is the Le-o-pard, my child,\nHis temper’s anything but mild.”\n― A. M. Shaw \u0026 C. Beckwith", + "cardId": "clm4inizi004g24v5bvkoaohb", + "setCardId": "clm4inojp004h24v59fg3e82n", + "setCard": { + "id": "clm4inojp004h24v59fg3e82n", + "slug": "alp_snow_leopard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4inizi004g24v5bvkoaohb", + "meta": { + "id": "clq39y8a70032sh27b9krslod", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast prowls powdry peaks", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4inojp004h24v59fg3e82n" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4inwsz004j24v59fx33u0d", + "slug": "alp_snow_leopard_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/snow_leopard-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "“This is the Le-o-pard, my child,\nHis temper’s anything but mild.”\n― A. M. Shaw \u0026 C. Beckwith", + "cardId": "clm4inizi004g24v5bvkoaohb", + "setCardId": "clm4inojp004h24v59fg3e82n", + "setCard": { + "id": "clm4inojp004h24v59fg3e82n", + "slug": "alp_snow_leopard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4inizi004g24v5bvkoaohb", + "meta": { + "id": "clq39y8a70032sh27b9krslod", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast prowls powdry peaks", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4inojp004h24v59fg3e82n" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4io45n004l24v5chf0dstr", + "slug": "spectral_stalker", + "name": "Spectral Stalker", + "hotscore": 2022, + "guardian": { + "id": "clq39y8nn0034sh27aqg2741k", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Undead roams betwixt the between", + "subType": "Undead", + "rulesText": "Voidwalk", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4io45n004l24v5chf0dstr" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fykq007cs67pl82qoqd8", + "slug": "bet_spectral_stalker_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/spectral_stalker.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "“We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far.”\r\n― H. P. Lovecraft", + "cardId": "clm4io45n004l24v5chf0dstr", + "setCardId": "clot8fyj8007as67pq1cbm2h1", + "setCard": { + "id": "clot8fyj8007as67pq1cbm2h1", + "slug": "bet_spectral_stalker", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4io45n004l24v5chf0dstr", + "meta": { + "id": "clq39y8xk0036sh27ae5n46om", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Undead roams betwixt the between", + "subType": "Undead", + "rulesText": "Voidwalk", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fyj8007as67pq1cbm2h1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fymj007es67phmyzd59j", + "slug": "bet_spectral_stalker_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/spectral_stalker-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "“We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far.”\r\n― H. P. Lovecraft", + "cardId": "clm4io45n004l24v5chf0dstr", + "setCardId": "clot8fyj8007as67pq1cbm2h1", + "setCard": { + "id": "clot8fyj8007as67pq1cbm2h1", + "slug": "bet_spectral_stalker", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4io45n004l24v5chf0dstr", + "meta": { + "id": "clq39y8xk0036sh27ae5n46om", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Undead roams betwixt the between", + "subType": "Undead", + "rulesText": "Voidwalk", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fyj8007as67pq1cbm2h1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4iobie004n24v55ttt6apb", + "slug": "alp_spectral_stalker_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spectral_stalker.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "“We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far.”\n― H. P. Lovecraft", + "cardId": "clm4io45n004l24v5chf0dstr", + "setCardId": "clm4ioa6a004m24v542rg7kl5", + "setCard": { + "id": "clm4ioa6a004m24v542rg7kl5", + "slug": "alp_spectral_stalker", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4io45n004l24v5chf0dstr", + "meta": { + "id": "clq39y8q30035sh279yxichfu", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Undead roams betwixt the between", + "subType": "Undead", + "rulesText": "Voidwalk", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ioa6a004m24v542rg7kl5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4iooic004p24v50mdd9d9h", + "slug": "alp_spectral_stalker_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spectral_stalker-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jeff Easley", + "flavorText": "“We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far.”\n― H. P. Lovecraft", + "cardId": "clm4io45n004l24v5chf0dstr", + "setCardId": "clm4ioa6a004m24v542rg7kl5", + "setCard": { + "id": "clm4ioa6a004m24v542rg7kl5", + "slug": "alp_spectral_stalker", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4io45n004l24v5chf0dstr", + "meta": { + "id": "clq39y8q30035sh279yxichfu", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Undead roams betwixt the between", + "subType": "Undead", + "rulesText": "Voidwalk", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ioa6a004m24v542rg7kl5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ioilo004o24v58d96c8d4", + "slug": "alp_spectral_stalker_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spectral_stalker-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "“We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far.”\n― H. P. Lovecraft", + "cardId": "clm4io45n004l24v5chf0dstr", + "setCardId": "clm4ioa6a004m24v542rg7kl5", + "setCard": { + "id": "clm4ioa6a004m24v542rg7kl5", + "slug": "alp_spectral_stalker", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4io45n004l24v5chf0dstr", + "meta": { + "id": "clq39y8q30035sh279yxichfu", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Undead roams betwixt the between", + "subType": "Undead", + "rulesText": "Voidwalk", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ioa6a004m24v542rg7kl5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4iopue004q24v5fmef4x1k", + "slug": "spire_lich", + "name": "Spire Lich", + "hotscore": 758, + "guardian": { + "id": "clq39y93l0037sh27wxnj4czf", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Undead towers above", + "subType": "Undead", + "rulesText": "If Spire Lich is atop a Tower, it has +2 power, Ranged, and Spellcaster.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4iopue004q24v5fmef4x1k" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fyyr007js67ptbv0qkiq", + "slug": "bet_spire_lich_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/spire_lich.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4iopue004q24v5fmef4x1k", + "setCardId": "clot8fyx2007hs67pnne1kgaj", + "setCard": { + "id": "clot8fyx2007hs67pnne1kgaj", + "slug": "bet_spire_lich", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iopue004q24v5fmef4x1k", + "meta": { + "id": "clq39y9d60039sh27blyo2y08", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Undead towers above", + "subType": "Undead", + "rulesText": "If Spire Lich is atop a Tower, it has +2 power, Ranged, and Spellcaster.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fyx2007hs67pnne1kgaj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fz0y007ls67pzi9e1oxa", + "slug": "bet_spire_lich_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/spire_lich-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4iopue004q24v5fmef4x1k", + "setCardId": "clot8fyx2007hs67pnne1kgaj", + "setCard": { + "id": "clot8fyx2007hs67pnne1kgaj", + "slug": "bet_spire_lich", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iopue004q24v5fmef4x1k", + "meta": { + "id": "clq39y9d60039sh27blyo2y08", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Undead towers above", + "subType": "Undead", + "rulesText": "If Spire Lich is atop a Tower, it has +2 power, Ranged, and Spellcaster.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fyx2007hs67pnne1kgaj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ioxid004s24v59sk6eold", + "slug": "alp_spire_lich_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spire_lich.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4iopue004q24v5fmef4x1k", + "setCardId": "clm4iow64004r24v5ddvlgg57", + "setCard": { + "id": "clm4iow64004r24v5ddvlgg57", + "slug": "alp_spire_lich", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iopue004q24v5fmef4x1k", + "meta": { + "id": "clq39y95s0038sh27lfn6k7k3", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Undead towers above", + "subType": "Undead", + "rulesText": "If Spire Lich is atop a Tower, it has +2 power, Ranged, and Spellcaster.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4iow64004r24v5ddvlgg57" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ipasb004u24v56bw63mtt", + "slug": "alp_spire_lich_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spire_lich-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4iopue004q24v5fmef4x1k", + "setCardId": "clm4iow64004r24v5ddvlgg57", + "setCard": { + "id": "clm4iow64004r24v5ddvlgg57", + "slug": "alp_spire_lich", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iopue004q24v5fmef4x1k", + "meta": { + "id": "clq39y95s0038sh27lfn6k7k3", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Undead towers above", + "subType": "Undead", + "rulesText": "If Spire Lich is atop a Tower, it has +2 power, Ranged, and Spellcaster.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4iow64004r24v5ddvlgg57" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ip59d004t24v542m55xv3", + "slug": "alp_spire_lich_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spire_lich-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4iopue004q24v5fmef4x1k", + "setCardId": "clm4iow64004r24v5ddvlgg57", + "setCard": { + "id": "clm4iow64004r24v5ddvlgg57", + "slug": "alp_spire_lich", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iopue004q24v5fmef4x1k", + "meta": { + "id": "clq39y95s0038sh27lfn6k7k3", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Undead towers above", + "subType": "Undead", + "rulesText": "If Spire Lich is atop a Tower, it has +2 power, Ranged, and Spellcaster.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4iow64004r24v5ddvlgg57" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lyrhq002oe0v58ktjhsna", + "slug": "summoning_sphere", + "name": "Summoning Sphere", + "hotscore": 3369, + "guardian": { + "id": "clq39ykxk005psh276g8t0kts", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura ushers in a dark era", + "subType": "", + "rulesText": "You may summon minions to affected sites.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lyrhq002oe0v58ktjhsna" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g87700d6s67p6i02bo0o", + "slug": "bet_summoning_sphere_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/summoning_sphere.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "The icy earth swung blind and blackening in the moonless air. Morn came and went—and came, and brought no day. — Lord Byron", + "cardId": "clm4lyrhq002oe0v58ktjhsna", + "setCardId": "clot8g85n00d4s67pwwrajqxk", + "setCard": { + "id": "clot8g85n00d4s67pwwrajqxk", + "slug": "bet_summoning_sphere", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lyrhq002oe0v58ktjhsna", + "meta": { + "id": "clq39yl5q005rsh27eptosrkr", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura ushers in a dark era", + "subType": "", + "rulesText": "You may summon minions to affected sites.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g85n00d4s67pwwrajqxk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g88o00d8s67ps0kmju9b", + "slug": "bet_summoning_sphere_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/summoning_sphere-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "The icy earth swung blind and blackening in the moonless air. Morn came and went—and came, and brought no day. — Lord Byron", + "cardId": "clm4lyrhq002oe0v58ktjhsna", + "setCardId": "clot8g85n00d4s67pwwrajqxk", + "setCard": { + "id": "clot8g85n00d4s67pwwrajqxk", + "slug": "bet_summoning_sphere", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lyrhq002oe0v58ktjhsna", + "meta": { + "id": "clq39yl5q005rsh27eptosrkr", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura ushers in a dark era", + "subType": "", + "rulesText": "You may summon minions to affected sites.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g85n00d4s67pwwrajqxk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lyzjp002qe0v5h4sh4m88", + "slug": "alp_summoning_sphere_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/summoning_sphere.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "\"The icy earth swung blind and blackening in the moonless air. Morn came and went—and came, and brought no day.\" — Lord Byron", + "cardId": "clm4lyrhq002oe0v58ktjhsna", + "setCardId": "clm4lyy48002pe0v5fda31nli", + "setCard": { + "id": "clm4lyy48002pe0v5fda31nli", + "slug": "alp_summoning_sphere", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lyrhq002oe0v58ktjhsna", + "meta": { + "id": "clq39yl01005qsh27ejfjtouk", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura ushers in a dark era", + "subType": "", + "rulesText": "You may summon minions to affected sites.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lyy48002pe0v5fda31nli" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lz8si002re0v5dli8h1pi", + "slug": "alp_summoning_sphere_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/summoning_sphere-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "\"The icy earth swung blind and blackening in the moonless air. Morn came and went—and came, and brought no day.\" — Lord Byron", + "cardId": "clm4lyrhq002oe0v58ktjhsna", + "setCardId": "clm4lyy48002pe0v5fda31nli", + "setCard": { + "id": "clm4lyy48002pe0v5fda31nli", + "slug": "alp_summoning_sphere", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lyrhq002oe0v58ktjhsna", + "meta": { + "id": "clq39yl01005qsh27ejfjtouk", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura ushers in a dark era", + "subType": "", + "rulesText": "You may summon minions to affected sites.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lyy48002pe0v5fda31nli" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4luc3y001ve0v578d31qww", + "slug": "telekinesis", + "name": "Telekinesis", + "hotscore": 431, + "guardian": { + "id": "clq39yi6z0054sh27g3y0k9my", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of psychic swiping", + "subType": "", + "rulesText": "Caster snatches and picks up target nearby artifact they can carry.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4luc3y001ve0v578d31qww" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g60b00bts67plur0jnib", + "slug": "bet_telekinesis_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/telekinesis.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "“If it’s in my hand, it’s mine.” — Toddler’s first rule.", + "cardId": "clm4luc3y001ve0v578d31qww", + "setCardId": "clot8g5yr00brs67ps7vx1k41", + "setCard": { + "id": "clot8g5yr00brs67ps7vx1k41", + "slug": "bet_telekinesis", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4luc3y001ve0v578d31qww", + "meta": { + "id": "clq39yif10056sh27l6xb3gag", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of psychic swiping", + "subType": "", + "rulesText": "Caster snatches and picks up target nearby artifact they can carry.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g5yr00brs67ps7vx1k41" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g61w00bvs67p41zcd6jm", + "slug": "bet_telekinesis_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/telekinesis-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "“If it’s in my hand, it’s mine.” — Toddler’s first rule.", + "cardId": "clm4luc3y001ve0v578d31qww", + "setCardId": "clot8g5yr00brs67ps7vx1k41", + "setCard": { + "id": "clot8g5yr00brs67ps7vx1k41", + "slug": "bet_telekinesis", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4luc3y001ve0v578d31qww", + "meta": { + "id": "clq39yif10056sh27l6xb3gag", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of psychic swiping", + "subType": "", + "rulesText": "Caster snatches and picks up target nearby artifact they can carry.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g5yr00brs67ps7vx1k41" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lujow001xe0v57zb06s93", + "slug": "alp_telekinesis_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/telekinesis.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "“If it’s in my hand, it’s mine.” — Toddler’s first rule.", + "cardId": "clm4luc3y001ve0v578d31qww", + "setCardId": "clm4luibm001we0v53n89chwp", + "setCard": { + "id": "clm4luibm001we0v53n89chwp", + "slug": "alp_telekinesis", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4luc3y001ve0v578d31qww", + "meta": { + "id": "clq39yi9c0055sh27z00y09rn", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of psychic swiping", + "subType": "", + "rulesText": "Caster snatches and picks up target nearby artifact they can carry.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4luibm001we0v53n89chwp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lur4h001ye0v5gvcl3x80", + "slug": "alp_telekinesis_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/telekinesis-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "“If it’s in my hand, it’s mine.” — Toddler’s first rule.", + "cardId": "clm4luc3y001ve0v578d31qww", + "setCardId": "clm4luibm001we0v53n89chwp", + "setCard": { + "id": "clm4luibm001we0v53n89chwp", + "slug": "alp_telekinesis", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4luc3y001ve0v578d31qww", + "meta": { + "id": "clq39yi9c0055sh27z00y09rn", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of psychic swiping", + "subType": "", + "rulesText": "Caster snatches and picks up target nearby artifact they can carry.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4luibm001we0v53n89chwp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lux8f001ze0v5768j0gpm", + "slug": "teleport", + "name": "Teleport", + "hotscore": 2202, + "guardian": { + "id": "clq39yiky0057sh27sx3sf4og", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of abrupt relocation", + "subType": "", + "rulesText": "Teleport an ally to the surface of target site.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4lux8f001ze0v5768j0gpm" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g6c100c0s67p4lymuya4", + "slug": "bet_teleport_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/teleport.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "“There was no real sense of time passing, and in the last act it felt like everyone was just teleporting everywhere.“\r\n— Highland Theater Critic", + "cardId": "clm4lux8f001ze0v5768j0gpm", + "setCardId": "clot8g6aj00bys67pj999d6df", + "setCard": { + "id": "clot8g6aj00bys67pj999d6df", + "slug": "bet_teleport", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lux8f001ze0v5768j0gpm", + "meta": { + "id": "clq39yisz0059sh27svza0ays", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of abrupt relocation", + "subType": "", + "rulesText": "Teleport an ally to the surface of target site.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g6aj00bys67pj999d6df" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g6dk00c2s67ps30pyef1", + "slug": "bet_teleport_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/teleport-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "“There was no real sense of time passing, and in the last act it felt like everyone was just teleporting everywhere.“\r\n— Highland Theater Critic", + "cardId": "clm4lux8f001ze0v5768j0gpm", + "setCardId": "clot8g6aj00bys67pj999d6df", + "setCard": { + "id": "clot8g6aj00bys67pj999d6df", + "slug": "bet_teleport", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lux8f001ze0v5768j0gpm", + "meta": { + "id": "clq39yisz0059sh27svza0ays", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of abrupt relocation", + "subType": "", + "rulesText": "Teleport an ally to the surface of target site.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g6aj00bys67pj999d6df" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lv62c0021e0v56ji629bx", + "slug": "alp_teleport_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/teleport.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "“There was no real sense of time passing, and in the last act it felt like everyone was just teleporting everywhere.“\n— Highland Theater Critic", + "cardId": "clm4lux8f001ze0v5768j0gpm", + "setCardId": "clm4lv40d0020e0v597uohzn2", + "setCard": { + "id": "clm4lv40d0020e0v597uohzn2", + "slug": "alp_teleport", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lux8f001ze0v5768j0gpm", + "meta": { + "id": "clq39yinb0058sh27tzfaup3b", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of abrupt relocation", + "subType": "", + "rulesText": "Teleport an ally to the surface of target site.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4lv40d0020e0v597uohzn2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lvecn0022e0v5hjd44cbe", + "slug": "alp_teleport_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/teleport-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "“There was no real sense of time passing, and in the last act it felt like everyone was just teleporting everywhere.“\n— Highland Theater Critic", + "cardId": "clm4lux8f001ze0v5768j0gpm", + "setCardId": "clm4lv40d0020e0v597uohzn2", + "setCard": { + "id": "clm4lv40d0020e0v597uohzn2", + "slug": "alp_teleport", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lux8f001ze0v5768j0gpm", + "meta": { + "id": "clq39yinb0058sh27tzfaup3b", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of abrupt relocation", + "subType": "", + "rulesText": "Teleport an ally to the surface of target site.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4lv40d0020e0v597uohzn2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qomvd0136e0v5e5uofngd", + "slug": "the_colour_out_of_space", + "name": "The Colour Out of Space", + "hotscore": 6311, + "guardian": { + "id": "clq3a1zpv00uysh27j7422inz", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "cardId": "clm4qomvd0136e0v5e5uofngd" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + }, + { + "id": "fire", + "name": "Fire" + }, + { + "id": "water", + "name": "Water" + }, + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ixd501zss67pecb69wf9", + "slug": "bet_the_colour_out_of_space_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/the_colour_out_of_space.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "setCardId": "clot8ixbm01zqs67panpti0t4", + "setCard": { + "id": "clot8ixbm01zqs67panpti0t4", + "slug": "bet_the_colour_out_of_space", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "meta": { + "id": "clq3a1zxx00v0sh27spe9xk72", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8ixbm01zqs67panpti0t4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ixep01zus67peuwog4v3", + "slug": "bet_the_colour_out_of_space_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/the_colour_out_of_space-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "setCardId": "clot8ixbm01zqs67panpti0t4", + "setCard": { + "id": "clot8ixbm01zqs67panpti0t4", + "slug": "bet_the_colour_out_of_space", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "meta": { + "id": "clq3a1zxx00v0sh27spe9xk72", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8ixbm01zqs67panpti0t4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qousk0138e0v5g00m6q5s", + "slug": "alp_the_colour_out_of_space_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/the_colour_out_of_space.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "setCardId": "clm4qothd0137e0v58zymczgz", + "setCard": { + "id": "clm4qothd0137e0v58zymczgz", + "slug": "alp_the_colour_out_of_space", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "meta": { + "id": "clq3a1zs600uzsh27wmtcx8if", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qothd0137e0v58zymczgz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qp2nv0139e0v54z9w2pec", + "slug": "alp_the_colour_out_of_space_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/the_colour_out_of_space-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "setCardId": "clm4qothd0137e0v58zymczgz", + "setCard": { + "id": "clm4qothd0137e0v58zymczgz", + "slug": "alp_the_colour_out_of_space", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "meta": { + "id": "clq3a1zs600uzsh27wmtcx8if", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qothd0137e0v58zymczgz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lzfa6002se0v53enh040n", + "slug": "thunderstorm", + "name": "Thunderstorm", + "hotscore": 4670, + "guardian": { + "id": "clq39ylbe005ssh27rummicqw", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of tempestuous fury", + "subType": "", + "rulesText": "At the end of your turn, deal 3 damage to a random unit atop affected sites, then you may move Thunderstorm one step.\r\n\r\nLasts 3 of your turns.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4lzfa6002se0v53enh040n" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g8jp00dds67pdrfwrog9", + "slug": "bet_thunderstorm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/thunderstorm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4lzfa6002se0v53enh040n", + "setCardId": "clot8g8hj00dbs67pjqjrmcc2", + "setCard": { + "id": "clot8g8hj00dbs67pjqjrmcc2", + "slug": "bet_thunderstorm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lzfa6002se0v53enh040n", + "meta": { + "id": "clq39yllg005ush272cgvr7kq", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of tempestuous fury", + "subType": "", + "rulesText": "At the end of your turn, deal 3 damage to a random unit atop affected sites, then you may move Thunderstorm one step.\r\n\r\nLasts 3 of your turns.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g8hj00dbs67pjqjrmcc2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g8lq00dfs67pwds0v7rv", + "slug": "bet_thunderstorm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/thunderstorm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4lzfa6002se0v53enh040n", + "setCardId": "clot8g8hj00dbs67pjqjrmcc2", + "setCard": { + "id": "clot8g8hj00dbs67pjqjrmcc2", + "slug": "bet_thunderstorm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lzfa6002se0v53enh040n", + "meta": { + "id": "clq39yllg005ush272cgvr7kq", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of tempestuous fury", + "subType": "", + "rulesText": "At the end of your turn, deal 3 damage to a random unit atop affected sites, then you may move Thunderstorm one step.\r\n\r\nLasts 3 of your turns.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g8hj00dbs67pjqjrmcc2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lznb5002ue0v53za48jev", + "slug": "alp_thunderstorm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/thunderstorm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4lzfa6002se0v53enh040n", + "setCardId": "clm4lzlxo002te0v52r71giu8", + "setCard": { + "id": "clm4lzlxo002te0v52r71giu8", + "slug": "alp_thunderstorm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lzfa6002se0v53enh040n", + "meta": { + "id": "clq39yldt005tsh27n0cpi55q", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of tempestuous fury", + "subType": "", + "rulesText": "At the end of your turn, deal 3 damage to a random unit atop affected sites, then you may move Thunderstorm one step. After it deals damage three times, dispel it.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4lzlxo002te0v52r71giu8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m049o002we0v52kzc87r2", + "slug": "alp_thunderstorm_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/thunderstorm-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4lzfa6002se0v53enh040n", + "setCardId": "clm4lzlxo002te0v52r71giu8", + "setCard": { + "id": "clm4lzlxo002te0v52r71giu8", + "slug": "alp_thunderstorm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lzfa6002se0v53enh040n", + "meta": { + "id": "clq39yldt005tsh27n0cpi55q", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of tempestuous fury", + "subType": "", + "rulesText": "At the end of your turn, deal 3 damage to a random unit atop affected sites, then you may move Thunderstorm one step. After it deals damage three times, dispel it.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4lzlxo002te0v52r71giu8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lzx7b002ve0v5dw1z62fq", + "slug": "alp_thunderstorm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/thunderstorm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4lzfa6002se0v53enh040n", + "setCardId": "clm4lzlxo002te0v52r71giu8", + "setCard": { + "id": "clm4lzlxo002te0v52r71giu8", + "slug": "alp_thunderstorm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lzfa6002se0v53enh040n", + "meta": { + "id": "clq39yldt005tsh27n0cpi55q", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of tempestuous fury", + "subType": "", + "rulesText": "At the end of your turn, deal 3 damage to a random unit atop affected sites, then you may move Thunderstorm one step. After it deals damage three times, dispel it.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4lzlxo002te0v52r71giu8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ipbxm004v24v542ws6ziu", + "slug": "ultimate_horror", + "name": "Ultimate Horror", + "hotscore": 1850, + "guardian": { + "id": "clq39y9j4003ash27t7v8vagf", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of unhallowed eve", + "subType": "Spirit", + "rulesText": "Airborne, Voidwalk\r\n\r\nGenesis → Summon each other dead Voidwalk minion to a nearby site or void.", + "cost": 8, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4ipbxm004v24v542ws6ziu" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fzc6007qs67p8sbamc7q", + "slug": "bet_ultimate_horror_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ultimate_horror.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4ipbxm004v24v542ws6ziu", + "setCardId": "clot8fzao007os67py086ropf", + "setCard": { + "id": "clot8fzao007os67py086ropf", + "slug": "bet_ultimate_horror", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ipbxm004v24v542ws6ziu", + "meta": { + "id": "clq39y9rc003csh27cltj8p7h", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of unhallowed eve", + "subType": "Spirit", + "rulesText": "Airborne, Voidwalk\r\n\r\nGenesis → Summon each other dead Voidwalk minion to a nearby site or void.", + "cost": 8, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fzao007os67py086ropf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fzdn007ss67pwfwhu84r", + "slug": "bet_ultimate_horror_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ultimate_horror-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4ipbxm004v24v542ws6ziu", + "setCardId": "clot8fzao007os67py086ropf", + "setCard": { + "id": "clot8fzao007os67py086ropf", + "slug": "bet_ultimate_horror", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ipbxm004v24v542ws6ziu", + "meta": { + "id": "clq39y9rc003csh27cltj8p7h", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of unhallowed eve", + "subType": "Spirit", + "rulesText": "Airborne, Voidwalk\r\n\r\nGenesis → Summon each other dead Voidwalk minion to a nearby site or void.", + "cost": 8, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fzao007os67py086ropf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ipk62004x24v596o6hw4f", + "slug": "alp_ultimate_horror_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ultimate_horror.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4ipbxm004v24v542ws6ziu", + "setCardId": "clm4ipiu1004w24v57n9d0ceh", + "setCard": { + "id": "clm4ipiu1004w24v57n9d0ceh", + "slug": "alp_ultimate_horror", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ipbxm004v24v542ws6ziu", + "meta": { + "id": "clq39y9li003bsh27bcz9enc5", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of unhallowed eve", + "subType": "Spirit", + "rulesText": "Airborne, Voidwalk\n\nGenesis → Summon each other dead Voidwalk minion to a nearby site or void.", + "cost": 8, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ipiu1004w24v57n9d0ceh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ipre6004y24v57k6l0lap", + "slug": "alp_ultimate_horror_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ultimate_horror-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4ipbxm004v24v542ws6ziu", + "setCardId": "clm4ipiu1004w24v57n9d0ceh", + "setCard": { + "id": "clm4ipiu1004w24v57n9d0ceh", + "slug": "alp_ultimate_horror", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ipbxm004v24v542ws6ziu", + "meta": { + "id": "clq39y9li003bsh27bcz9enc5", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of unhallowed eve", + "subType": "Spirit", + "rulesText": "Airborne, Voidwalk\n\nGenesis → Summon each other dead Voidwalk minion to a nearby site or void.", + "cost": 8, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ipiu1004w24v57n9d0ceh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lvl690023e0v56b5nfvt5", + "slug": "unlikely_alliance", + "name": "Unlikely Alliance", + "hotscore": 766, + "guardian": { + "id": "clq39yiyn005ash27rcv0pfkb", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic forges a strange coalition", + "subType": "", + "rulesText": "Draw a card for each rarity among allied minions.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lvl690023e0v56b5nfvt5" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g6n500c7s67pdgt5aqbs", + "slug": "bet_unlikely_alliance_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/unlikely_alliance.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "There are three rules for winning a war. Unfortunately, nobody knows what they are.", + "cardId": "clm4lvl690023e0v56b5nfvt5", + "setCardId": "clot8g6ll00c5s67phusgnlz6", + "setCard": { + "id": "clot8g6ll00c5s67phusgnlz6", + "slug": "bet_unlikely_alliance", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lvl690023e0v56b5nfvt5", + "meta": { + "id": "clq39yj6m005csh275vs36ksb", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic forges a strange coalition", + "subType": "", + "rulesText": "Draw a card for each rarity among allied minions.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g6ll00c5s67phusgnlz6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g6oo00c9s67porii17ug", + "slug": "bet_unlikely_alliance_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/unlikely_alliance-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "There are three rules for winning a war. Unfortunately, nobody knows what they are.", + "cardId": "clm4lvl690023e0v56b5nfvt5", + "setCardId": "clot8g6ll00c5s67phusgnlz6", + "setCard": { + "id": "clot8g6ll00c5s67phusgnlz6", + "slug": "bet_unlikely_alliance", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lvl690023e0v56b5nfvt5", + "meta": { + "id": "clq39yj6m005csh275vs36ksb", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic forges a strange coalition", + "subType": "", + "rulesText": "Draw a card for each rarity among allied minions.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g6ll00c5s67phusgnlz6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lvsi00025e0v53dhabvhw", + "slug": "alp_unlikely_alliance_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/unlikely_alliance.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "\"There are three rules for winning a war. Unfortunately, nobody knows what they are.\"", + "cardId": "clm4lvl690023e0v56b5nfvt5", + "setCardId": "clm4lvr4t0024e0v577hi1ygz", + "setCard": { + "id": "clm4lvr4t0024e0v577hi1ygz", + "slug": "alp_unlikely_alliance", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lvl690023e0v56b5nfvt5", + "meta": { + "id": "clq39yj0w005bsh27xgxba9c9", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic forges a strange coalition", + "subType": "", + "rulesText": "Draw a card for each rarity among allied minions.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lvr4t0024e0v577hi1ygz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lw0b50026e0v53wcc0lik", + "slug": "alp_unlikely_alliance_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/unlikely_alliance-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "\"There are three rules for winning a war. Unfortunately, nobody knows what they are.\"", + "cardId": "clm4lvl690023e0v56b5nfvt5", + "setCardId": "clm4lvr4t0024e0v577hi1ygz", + "setCard": { + "id": "clm4lvr4t0024e0v577hi1ygz", + "slug": "alp_unlikely_alliance", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lvl690023e0v56b5nfvt5", + "meta": { + "id": "clq39yj0w005bsh27xgxba9c9", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic forges a strange coalition", + "subType": "", + "rulesText": "Draw a card for each rarity among allied minions.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lvr4t0024e0v577hi1ygz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q30dp00yde0v5cmb22ta2", + "slug": "updraft_ridge", + "name": "Updraft Ridge", + "hotscore": 2339, + "guardian": { + "id": "clq3a1jui00rssh27422o2flj", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of singing tailwinds", + "subType": "", + "rulesText": "Airborne minions atop Updraft Ridge have Movement +1.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4q30dp00yde0v5cmb22ta2" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8il0m01ses67pldqxaoc7", + "slug": "bet_updraft_ridge_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/updraft_ridge.png", + "finish": "Standard", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4q30dp00yde0v5cmb22ta2", + "setCardId": "clot8ikyu01scs67pnvug5vdg", + "setCard": { + "id": "clot8ikyu01scs67pnvug5vdg", + "slug": "bet_updraft_ridge", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q30dp00yde0v5cmb22ta2", + "meta": { + "id": "clq3a1k5100rush278i1fjjfc", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of singing tailwinds", + "subType": "", + "rulesText": "Airborne minions atop Updraft Ridge have Movement +1.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ikyu01scs67pnvug5vdg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8il2601sgs67p4d72ih7y", + "slug": "bet_updraft_ridge_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/updraft_ridge-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4q30dp00yde0v5cmb22ta2", + "setCardId": "clot8ikyu01scs67pnvug5vdg", + "setCard": { + "id": "clot8ikyu01scs67pnvug5vdg", + "slug": "bet_updraft_ridge", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q30dp00yde0v5cmb22ta2", + "meta": { + "id": "clq3a1k5100rush278i1fjjfc", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of singing tailwinds", + "subType": "", + "rulesText": "Airborne minions atop Updraft Ridge have Movement +1.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ikyu01scs67pnvug5vdg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q383600yfe0v58dph42tr", + "slug": "alp_updraft_ridge_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/updraft_ridge.png", + "finish": "Standard", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4q30dp00yde0v5cmb22ta2", + "setCardId": "clm4q36la00yee0v5ayr369ad", + "setCard": { + "id": "clm4q36la00yee0v5ayr369ad", + "slug": "alp_updraft_ridge", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q30dp00yde0v5cmb22ta2", + "meta": { + "id": "clq3a1jx500rtsh27uivern96", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of singing tailwinds", + "subType": "", + "rulesText": "Airborne minions atop Updraft Ridge have Movement +1.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q36la00yee0v5ayr369ad" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q3kol00yhe0v503nhaiwm", + "slug": "alp_updraft_ridge_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/updraft_ridge-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4q30dp00yde0v5cmb22ta2", + "setCardId": "clm4q36la00yee0v5ayr369ad", + "setCard": { + "id": "clm4q36la00yee0v5ayr369ad", + "slug": "alp_updraft_ridge", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q30dp00yde0v5cmb22ta2", + "meta": { + "id": "clq3a1jx500rtsh27uivern96", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of singing tailwinds", + "subType": "", + "rulesText": "Airborne minions atop Updraft Ridge have Movement +1.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q36la00yee0v5ayr369ad" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q3eby00yge0v5deen0bfv", + "slug": "alp_updraft_ridge_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/updraft_ridge-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4q30dp00yde0v5cmb22ta2", + "setCardId": "clm4q36la00yee0v5ayr369ad", + "setCard": { + "id": "clm4q36la00yee0v5ayr369ad", + "slug": "alp_updraft_ridge", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q30dp00yde0v5cmb22ta2", + "meta": { + "id": "clq3a1jx500rtsh27uivern96", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of singing tailwinds", + "subType": "", + "rulesText": "Airborne minions atop Updraft Ridge have Movement +1.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q36la00yee0v5ayr369ad" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ipxw2004z24v54px64q6e", + "slug": "vril_revenant", + "name": "Vril Revenant", + "hotscore": 1507, + "guardian": { + "id": "clq39y9xd003dsh27ix0w2fsj", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit of overcharged existence", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\n① → Gain +1 power this turn.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4ipxw2004z24v54px64q6e" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fzo9007xs67psua29lfc", + "slug": "bet_vril_revenant_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/vril_revenant.png", + "finish": "Standard", + "product": "Booster", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4ipxw2004z24v54px64q6e", + "setCardId": "clot8fzme007vs67pfzdyfcxd", + "setCard": { + "id": "clot8fzme007vs67pfzdyfcxd", + "slug": "bet_vril_revenant", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ipxw2004z24v54px64q6e", + "meta": { + "id": "clq39ya5i003fsh27dtvqsk7u", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit of overcharged existence", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\n① → Gain +1 power this turn.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fzme007vs67pfzdyfcxd" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fzr7007zs67pken1fsfi", + "slug": "bet_vril_revenant_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/vril_revenant-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4ipxw2004z24v54px64q6e", + "setCardId": "clot8fzme007vs67pfzdyfcxd", + "setCard": { + "id": "clot8fzme007vs67pfzdyfcxd", + "slug": "bet_vril_revenant", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ipxw2004z24v54px64q6e", + "meta": { + "id": "clq39ya5i003fsh27dtvqsk7u", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit of overcharged existence", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\n① → Gain +1 power this turn.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fzme007vs67pfzdyfcxd" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4iq59j005124v5g8lmdmkc", + "slug": "alp_vril_revenant_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vril_revenant.png", + "finish": "Standard", + "product": "Booster", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4ipxw2004z24v54px64q6e", + "setCardId": "clm4iq3pt005024v54mg4cmy0", + "setCard": { + "id": "clm4iq3pt005024v54mg4cmy0", + "slug": "alp_vril_revenant", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ipxw2004z24v54px64q6e", + "meta": { + "id": "clq39y9zp003esh27dotui8xg", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit of overcharged existence", + "subType": "Spirit", + "rulesText": "Voidwalk\n\n① → Gain +1 power this turn.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4iq3pt005024v54mg4cmy0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4iqc6f005224v51d5p6lnq", + "slug": "alp_vril_revenant_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vril_revenant-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4ipxw2004z24v54px64q6e", + "setCardId": "clm4iq3pt005024v54mg4cmy0", + "setCard": { + "id": "clm4iq3pt005024v54mg4cmy0", + "slug": "alp_vril_revenant", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ipxw2004z24v54px64q6e", + "meta": { + "id": "clq39y9zp003esh27dotui8xg", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit of overcharged existence", + "subType": "Spirit", + "rulesText": "Voidwalk\n\n① → Gain +1 power this turn.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4iq3pt005024v54mg4cmy0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m05fy002xe0v51nfq20kf", + "slug": "wall_of_air", + "name": "Wall of Air", + "hotscore": 209, + "guardian": { + "id": "clq39ylrk005vsh27w1q8i1eo", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of bitter obstruction", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\r\n\r\nMinions with Airborne or 2 or less power can't traverse Wall of Air.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4m05fy002xe0v51nfq20kf" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g8zj00dks67puf5l9pug", + "slug": "bet_wall_of_air_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wall_of_air.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4m05fy002xe0v51nfq20kf", + "setCardId": "clot8g8xq00dis67pugcd17ov", + "setCard": { + "id": "clot8g8xq00dis67pugcd17ov", + "slug": "bet_wall_of_air", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m05fy002xe0v51nfq20kf", + "meta": { + "id": "clq39ylzq005xsh27k2m6ut9s", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of bitter obstruction", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\r\n\r\nMinions with Airborne or 2 or less power can't traverse Wall of Air.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g8xq00dis67pugcd17ov" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g91800dms67pzsixjbju", + "slug": "bet_wall_of_air_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wall_of_air-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4m05fy002xe0v51nfq20kf", + "setCardId": "clot8g8xq00dis67pugcd17ov", + "setCard": { + "id": "clot8g8xq00dis67pugcd17ov", + "slug": "bet_wall_of_air", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m05fy002xe0v51nfq20kf", + "meta": { + "id": "clq39ylzq005xsh27k2m6ut9s", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of bitter obstruction", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\r\n\r\nMinions with Airborne or 2 or less power can't traverse Wall of Air.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g8xq00dis67pugcd17ov" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m0dhh002ze0v54n0a44nx", + "slug": "alp_wall_of_air_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wall_of_air.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4m05fy002xe0v51nfq20kf", + "setCardId": "clm4m0bx3002ye0v5ddu98fj5", + "setCard": { + "id": "clm4m0bx3002ye0v5ddu98fj5", + "slug": "alp_wall_of_air", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m05fy002xe0v51nfq20kf", + "meta": { + "id": "clq39ylty005wsh27cbzi41iu", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of bitter obstruction", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\n\nMinions with Airborne or 2 or less power can't traverse Wall of Air.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4m0bx3002ye0v5ddu98fj5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m0l4b0030e0v53mz9d7nf", + "slug": "alp_wall_of_air_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wall_of_air-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4m05fy002xe0v51nfq20kf", + "setCardId": "clm4m0bx3002ye0v5ddu98fj5", + "setCard": { + "id": "clm4m0bx3002ye0v5ddu98fj5", + "slug": "alp_wall_of_air", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m05fy002xe0v51nfq20kf", + "meta": { + "id": "clq39ylty005wsh27cbzi41iu", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of bitter obstruction", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\n\nMinions with Airborne or 2 or less power can't traverse Wall of Air.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4m0bx3002ye0v5ddu98fj5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q3ltr00yie0v5amnge877", + "slug": "watchtower", + "name": "Watchtower", + "hotscore": 4608, + "guardian": { + "id": "clq3a1kav00rvsh27ib9r56dx", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site safeguards the horizon", + "subType": "", + "rulesText": "Enemy units atop nearby sites permanently lose Stealth.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4q3ltr00yie0v5amnge877" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ilc001sls67pdcd1yzsa", + "slug": "bet_watchtower_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/watchtower.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4q3ltr00yie0v5amnge877", + "setCardId": "clot8ilak01sjs67pop65k1e8", + "setCard": { + "id": "clot8ilak01sjs67pop65k1e8", + "slug": "bet_watchtower", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q3ltr00yie0v5amnge877", + "meta": { + "id": "clq3a1kir00rxsh27x37i4brk", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site safeguards the horizon", + "subType": "", + "rulesText": "Enemy units atop nearby sites permanently lose Stealth.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ilak01sjs67pop65k1e8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ildh01sns67phlaxzxn1", + "slug": "bet_watchtower_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/watchtower-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4q3ltr00yie0v5amnge877", + "setCardId": "clot8ilak01sjs67pop65k1e8", + "setCard": { + "id": "clot8ilak01sjs67pop65k1e8", + "slug": "bet_watchtower", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q3ltr00yie0v5amnge877", + "meta": { + "id": "clq3a1kir00rxsh27x37i4brk", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site safeguards the horizon", + "subType": "", + "rulesText": "Enemy units atop nearby sites permanently lose Stealth.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ilak01sjs67pop65k1e8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q3syq00yke0v5014ubi4p", + "slug": "alp_watchtower_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/watchtower.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4q3ltr00yie0v5amnge877", + "setCardId": "clm4q3rnm00yje0v58aho1vwb", + "setCard": { + "id": "clm4q3rnm00yje0v58aho1vwb", + "slug": "alp_watchtower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q3ltr00yie0v5amnge877", + "meta": { + "id": "clq3a1kd700rwsh2734qrlv7d", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site safeguards the horizon", + "subType": "", + "rulesText": "Enemy units atop nearby sites permanently lose Stealth.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q3rnm00yje0v58aho1vwb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q3zr100yle0v5ag5kb3kj", + "slug": "alp_watchtower_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/watchtower-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4q3ltr00yie0v5amnge877", + "setCardId": "clm4q3rnm00yje0v58aho1vwb", + "setCard": { + "id": "clm4q3rnm00yje0v58aho1vwb", + "slug": "alp_watchtower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q3ltr00yie0v5amnge877", + "meta": { + "id": "clq3a1kd700rwsh2734qrlv7d", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site safeguards the horizon", + "subType": "", + "rulesText": "Enemy units atop nearby sites permanently lose Stealth.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q3rnm00yje0v58aho1vwb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lw5yx0027e0v5b3ko8xk2", + "slug": "waypoint_portal", + "name": "Waypoint Portal", + "hotscore": 595, + "guardian": { + "id": "clq39yjc7005dsh27o1e8zmcj", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of dimensional distortion", + "subType": "", + "rulesText": "Choose two different sites. This turn, units can move between them as if they were adjacent.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lw5yx0027e0v5b3ko8xk2" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g6xt00ces67p7ge0l7c7", + "slug": "bet_waypoint_portal_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/waypoint_portal.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4lw5yx0027e0v5b3ko8xk2", + "setCardId": "clot8g6wb00ccs67pkgjeirkc", + "setCard": { + "id": "clot8g6wb00ccs67pkgjeirkc", + "slug": "bet_waypoint_portal", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lw5yx0027e0v5b3ko8xk2", + "meta": { + "id": "clq39yjlu005fsh27490ne1lt", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of dimensional distortion", + "subType": "", + "rulesText": "Choose two different sites. This turn, units can move between them as if they were adjacent.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g6wb00ccs67pkgjeirkc" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g6zd00cgs67pwzyx29by", + "slug": "bet_waypoint_portal_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/waypoint_portal-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4lw5yx0027e0v5b3ko8xk2", + "setCardId": "clot8g6wb00ccs67pkgjeirkc", + "setCard": { + "id": "clot8g6wb00ccs67pkgjeirkc", + "slug": "bet_waypoint_portal", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lw5yx0027e0v5b3ko8xk2", + "meta": { + "id": "clq39yjlu005fsh27490ne1lt", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of dimensional distortion", + "subType": "", + "rulesText": "Choose two different sites. This turn, units can move between them as if they were adjacent.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g6wb00ccs67pkgjeirkc" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lwe5p0029e0v56l1tanhq", + "slug": "alp_waypoint_portal_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/waypoint_portal.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4lw5yx0027e0v5b3ko8xk2", + "setCardId": "clm4lwcse0028e0v5c1yleb8o", + "setCard": { + "id": "clm4lwcse0028e0v5c1yleb8o", + "slug": "alp_waypoint_portal", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lw5yx0027e0v5b3ko8xk2", + "meta": { + "id": "clq39yjeh005esh27sxt7d1vv", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of dimensional distortion", + "subType": "", + "rulesText": "Choose two different sites. This turn, units can move between them as if they were adjacent.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lwcse0028e0v5c1yleb8o" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lwsry002be0v57i0y02jl", + "slug": "alp_waypoint_portal_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/waypoint_portal-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4lw5yx0027e0v5b3ko8xk2", + "setCardId": "clm4lwcse0028e0v5c1yleb8o", + "setCard": { + "id": "clm4lwcse0028e0v5c1yleb8o", + "slug": "alp_waypoint_portal", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lw5yx0027e0v5b3ko8xk2", + "meta": { + "id": "clq39yjeh005esh27sxt7d1vv", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of dimensional distortion", + "subType": "", + "rulesText": "Choose two different sites. This turn, units can move between them as if they were adjacent.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lwcse0028e0v5c1yleb8o" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lwm20002ae0v5hqm89wyb", + "slug": "alp_waypoint_portal_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/waypoint_portal-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4lw5yx0027e0v5b3ko8xk2", + "setCardId": "clm4lwcse0028e0v5c1yleb8o", + "setCard": { + "id": "clm4lwcse0028e0v5c1yleb8o", + "slug": "alp_waypoint_portal", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lw5yx0027e0v5b3ko8xk2", + "meta": { + "id": "clq39yjeh005esh27sxt7d1vv", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of dimensional distortion", + "subType": "", + "rulesText": "Choose two different sites. This turn, units can move between them as if they were adjacent.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lwcse0028e0v5c1yleb8o" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lwue7002ce0v53np12145", + "slug": "whirling_blades", + "name": "Whirling Blades", + "hotscore": 3028, + "guardian": { + "id": "clq39yjrw005gsh274ocgyz0v", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A vicious vortex of Exceptional Magic", + "subType": "", + "rulesText": "An ally may take up to two steps, and then strikes each enemy along their entire path.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4lwue7002ce0v53np12145" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g79400cls67pr1chnl2x", + "slug": "bet_whirling_blades_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/whirling_blades.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4lwue7002ce0v53np12145", + "setCardId": "clot8g77h00cjs67pi203c2d0", + "setCard": { + "id": "clot8g77h00cjs67pi203c2d0", + "slug": "bet_whirling_blades", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lwue7002ce0v53np12145", + "meta": { + "id": "clq39yk03005ish27oy6ws61a", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A vicious vortex of Exceptional Magic", + "subType": "", + "rulesText": "An ally may take up to two steps, and then strikes each enemy along their entire path.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g77h00cjs67pi203c2d0" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g7ap00cns67p76meqd7c", + "slug": "bet_whirling_blades_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/whirling_blades-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4lwue7002ce0v53np12145", + "setCardId": "clot8g77h00cjs67pi203c2d0", + "setCard": { + "id": "clot8g77h00cjs67pi203c2d0", + "slug": "bet_whirling_blades", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lwue7002ce0v53np12145", + "meta": { + "id": "clq39yk03005ish27oy6ws61a", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A vicious vortex of Exceptional Magic", + "subType": "", + "rulesText": "An ally may take up to two steps, and then strikes each enemy along their entire path.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g77h00cjs67pi203c2d0" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lx2tx002ee0v5g5349fwb", + "slug": "alp_whirling_blades_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/whirling_blades.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4lwue7002ce0v53np12145", + "setCardId": "clm4lx1gn002de0v58vo004sl", + "setCard": { + "id": "clm4lx1gn002de0v58vo004sl", + "slug": "alp_whirling_blades", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lwue7002ce0v53np12145", + "meta": { + "id": "clq39yju8005hsh27g2b0dumg", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A vicious vortex of Exceptional Magic", + "subType": "", + "rulesText": "An ally may take up to two steps, and then strikes each enemy along their entire path.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4lx1gn002de0v58vo004sl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lxbpz002fe0v50htcdq6j", + "slug": "alp_whirling_blades_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/whirling_blades-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4lwue7002ce0v53np12145", + "setCardId": "clm4lx1gn002de0v58vo004sl", + "setCard": { + "id": "clm4lx1gn002de0v58vo004sl", + "slug": "alp_whirling_blades", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lwue7002ce0v53np12145", + "meta": { + "id": "clq39yju8005hsh27g2b0dumg", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A vicious vortex of Exceptional Magic", + "subType": "", + "rulesText": "An ally may take up to two steps, and then strikes each enemy along their entire path.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4lx1gn002de0v58vo004sl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4iqhjr005324v52i4g37rt", + "slug": "wind_sylph", + "name": "Wind Sylph", + "hotscore": 594, + "guardian": { + "id": "clq39yabe003gsh27kgi8lqj6", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of capricious casting", + "subType": "Spirit", + "rulesText": "Airborne, Air Spellcaster\r\n\r\nAfter Wind Sylph casts a Magic spell, she may push a unit here one step.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4iqhjr005324v52i4g37rt" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g0260084s67p18ol576q", + "slug": "bet_wind_sylph_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wind_sylph.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4iqhjr005324v52i4g37rt", + "setCardId": "clot8g00n0082s67p7t9affd4", + "setCard": { + "id": "clot8g00n0082s67p7t9affd4", + "slug": "bet_wind_sylph", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iqhjr005324v52i4g37rt", + "meta": { + "id": "clq39yajw003ish27pkwnkb20", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of capricious casting", + "subType": "Spirit", + "rulesText": "Airborne, Air Spellcaster\r\n\r\nAfter Wind Sylph casts a Magic spell, she may push a unit here one step.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g00n0082s67p7t9affd4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g03o0086s67p90iewkra", + "slug": "bet_wind_sylph_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wind_sylph-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4iqhjr005324v52i4g37rt", + "setCardId": "clot8g00n0082s67p7t9affd4", + "setCard": { + "id": "clot8g00n0082s67p7t9affd4", + "slug": "bet_wind_sylph", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iqhjr005324v52i4g37rt", + "meta": { + "id": "clq39yajw003ish27pkwnkb20", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of capricious casting", + "subType": "Spirit", + "rulesText": "Airborne, Air Spellcaster\r\n\r\nAfter Wind Sylph casts a Magic spell, she may push a unit here one step.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g00n0082s67p7t9affd4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4iqp9t005524v5bn98ar4h", + "slug": "alp_wind_sylph_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wind_sylph.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4iqhjr005324v52i4g37rt", + "setCardId": "clm4iqnxk005424v5hlfte34o", + "setCard": { + "id": "clm4iqnxk005424v5hlfte34o", + "slug": "alp_wind_sylph", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iqhjr005324v52i4g37rt", + "meta": { + "id": "clq39yadt003hsh27kxudyl9o", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of capricious casting", + "subType": "Spirit", + "rulesText": "Airborne, Air Spellcaster\n\nAfter Wind Sylph casts a Magic spell, she may push a unit here one step.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4iqnxk005424v5hlfte34o" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4iqwa9005624v5hf8e28hp", + "slug": "alp_wind_sylph_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wind_sylph-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4iqhjr005324v52i4g37rt", + "setCardId": "clm4iqnxk005424v5hlfte34o", + "setCard": { + "id": "clm4iqnxk005424v5hlfte34o", + "slug": "alp_wind_sylph", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iqhjr005324v52i4g37rt", + "meta": { + "id": "clq39yadt003hsh27kxudyl9o", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of capricious casting", + "subType": "Spirit", + "rulesText": "Airborne, Air Spellcaster\n\nAfter Wind Sylph casts a Magic spell, she may push a unit here one step.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4iqnxk005424v5hlfte34o" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lxhdr002ge0v51ck83n9x", + "slug": "windblast", + "name": "Windblast", + "hotscore": 705, + "guardian": { + "id": "clq39yk5l005jsh27br2ml889", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of weighty weather", + "subType": "", + "rulesText": "Push everything atop sites one step in a cardinal direction.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lxhdr002ge0v51ck83n9x" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g7k800css67puqo7as60", + "slug": "bet_windblast_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/windblast.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4lxhdr002ge0v51ck83n9x", + "setCardId": "clot8g7in00cqs67piuotznmv", + "setCard": { + "id": "clot8g7in00cqs67piuotznmv", + "slug": "bet_windblast", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lxhdr002ge0v51ck83n9x", + "meta": { + "id": "clq39ykds005lsh276cuhb3k6", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of weighty weather", + "subType": "", + "rulesText": "Push everything atop sites one step in a cardinal direction.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g7in00cqs67piuotznmv" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g7ls00cus67ppws534kl", + "slug": "bet_windblast_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/windblast-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4lxhdr002ge0v51ck83n9x", + "setCardId": "clot8g7in00cqs67piuotznmv", + "setCard": { + "id": "clot8g7in00cqs67piuotznmv", + "slug": "bet_windblast", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lxhdr002ge0v51ck83n9x", + "meta": { + "id": "clq39ykds005lsh276cuhb3k6", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of weighty weather", + "subType": "", + "rulesText": "Push everything atop sites one step in a cardinal direction.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g7in00cqs67piuotznmv" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lxp1n002ie0v59cebh587", + "slug": "alp_windblast_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/windblast.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4lxhdr002ge0v51ck83n9x", + "setCardId": "clm4lxnog002he0v5ad1012xn", + "setCard": { + "id": "clm4lxnog002he0v5ad1012xn", + "slug": "alp_windblast", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lxhdr002ge0v51ck83n9x", + "meta": { + "id": "clq39yk80005ksh27aurztsp7", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of weighty weather", + "subType": "", + "rulesText": "Push everything atop sites one step in a cardinal direction.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lxnog002he0v5ad1012xn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lxwwe002je0v57hmw7jd1", + "slug": "alp_windblast_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/windblast-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4lxhdr002ge0v51ck83n9x", + "setCardId": "clm4lxnog002he0v5ad1012xn", + "setCard": { + "id": "clm4lxnog002he0v5ad1012xn", + "slug": "alp_windblast", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lxhdr002ge0v51ck83n9x", + "meta": { + "id": "clq39yk80005ksh27aurztsp7", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of weighty weather", + "subType": "", + "rulesText": "Push everything atop sites one step in a cardinal direction.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lxnog002he0v5ad1012xn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qp8h9013ae0v5f63k0ey5", + "slug": "windmill", + "name": "Windmill", + "hotscore": 7407, + "guardian": { + "id": "clq3a203n00v1sh2776o4u8ix", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4qp8h9013ae0v5f63k0ey5" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + }, + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ixoo01zzs67po51tn5j5", + "slug": "bet_windmill_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/windmill.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "The wind's wild words, in uncertain surges, whisper how the world was made.", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "setCardId": "clot8ixn601zxs67ppyuggzor", + "setCard": { + "id": "clot8ixn601zxs67ppyuggzor", + "slug": "bet_windmill", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "meta": { + "id": "clq3a20bj00v3sh27a3t9t3j2", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ixn601zxs67ppyuggzor" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ixq60201s67p9ovuunrh", + "slug": "bet_windmill_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/windmill-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "The wind's wild words, in uncertain surges, whisper how the world was made.", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "setCardId": "clot8ixn601zxs67ppyuggzor", + "setCard": { + "id": "clot8ixn601zxs67ppyuggzor", + "slug": "bet_windmill", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "meta": { + "id": "clq3a20bj00v3sh27a3t9t3j2", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ixn601zxs67ppyuggzor" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qpg5p013ce0v51wwx6ady", + "slug": "alp_windmill_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/windmill.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "The wind's wild words, in uncertain surges, whisper how the world was made.", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "setCardId": "clm4qpeun013be0v5bbfc7r7x", + "setCard": { + "id": "clm4qpeun013be0v5bbfc7r7x", + "slug": "alp_windmill", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "meta": { + "id": "clq3a205y00v2sh27aptb3lfe", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4qpeun013be0v5bbfc7r7x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qpnsy013de0v5ed1ohhcg", + "slug": "alp_windmill_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/windmill-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "The wind's wild words, in uncertain surges, whisper how the world was made.", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "setCardId": "clm4qpeun013be0v5bbfc7r7x", + "setCard": { + "id": "clm4qpeun013be0v5bbfc7r7x", + "slug": "alp_windmill", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "meta": { + "id": "clq3a205y00v2sh27aptb3lfe", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4qpeun013be0v5bbfc7r7x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ir1ub005724v57ecn0bj6", + "slug": "witherwing_hero", + "name": "Witherwing Hero", + "hotscore": 1048, + "guardian": { + "id": "clq39yaq1003jsh27yn2a9ydz", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Angel, dauntless and daring", + "subType": "Angel", + "rulesText": "Airborne\r\n\r\nWhenever a weaker allied minion here is attacked, you may return it to its owner's hand.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4ir1ub005724v57ecn0bj6" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g0e3008bs67pky254e8d", + "slug": "bet_witherwing_hero_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/witherwing_hero.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ir1ub005724v57ecn0bj6", + "setCardId": "clot8g0cl0089s67pwfl7kxpx", + "setCard": { + "id": "clot8g0cl0089s67pwfl7kxpx", + "slug": "bet_witherwing_hero", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ir1ub005724v57ecn0bj6", + "meta": { + "id": "clq39yay7003lsh272ng58ats", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Angel, dauntless and daring", + "subType": "Angel", + "rulesText": "Airborne\r\n\r\nWhenever a weaker allied minion here is attacked, you may return it to its owner's hand.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g0cl0089s67pwfl7kxpx" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g0fs008ds67pfcfsejr2", + "slug": "bet_witherwing_hero_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/witherwing_hero-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ir1ub005724v57ecn0bj6", + "setCardId": "clot8g0cl0089s67pwfl7kxpx", + "setCard": { + "id": "clot8g0cl0089s67pwfl7kxpx", + "slug": "bet_witherwing_hero", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ir1ub005724v57ecn0bj6", + "meta": { + "id": "clq39yay7003lsh272ng58ats", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Angel, dauntless and daring", + "subType": "Angel", + "rulesText": "Airborne\r\n\r\nWhenever a weaker allied minion here is attacked, you may return it to its owner's hand.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g0cl0089s67pwfl7kxpx" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ir97l005924v5e4a4h4um", + "slug": "alp_witherwing_hero_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/witherwing_hero.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ir1ub005724v57ecn0bj6", + "setCardId": "clm4ir7tf005824v5hquzh6fp", + "setCard": { + "id": "clm4ir7tf005824v5hquzh6fp", + "slug": "alp_witherwing_hero", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ir1ub005724v57ecn0bj6", + "meta": { + "id": "clq39yasi003ksh27ex1in2g1", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Angel, dauntless and daring", + "subType": "Angel", + "rulesText": "Airborne\n\nWhenever a weaker allied minion here is attacked, you may return it to its owner's hand.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ir7tf005824v5hquzh6fp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4irfy1005a24v5couv97yx", + "slug": "alp_witherwing_hero_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/witherwing_hero-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ir1ub005724v57ecn0bj6", + "setCardId": "clm4ir7tf005824v5hquzh6fp", + "setCard": { + "id": "clm4ir7tf005824v5hquzh6fp", + "slug": "alp_witherwing_hero", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ir1ub005724v57ecn0bj6", + "meta": { + "id": "clq39yasi003ksh27ex1in2g1", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Angel, dauntless and daring", + "subType": "Angel", + "rulesText": "Airborne\n\nWhenever a weaker allied minion here is attacked, you may return it to its owner's hand.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ir7tf005824v5hquzh6fp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clpvzho4s0016m65ywbw22lyt", + "slug": "pro_witherwing_hero_p_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/pro/witherwing_hero-p-f.png", + "finish": "Foil", + "product": "Promo", + "artist": "Frank Frazetta", + "flavorText": "", + "cardId": "clm4ir1ub005724v57ecn0bj6", + "setCardId": "clpvzho2j0014m65y4txdu5kd", + "setCard": { + "id": "clpvzho2j0014m65y4txdu5kd", + "slug": "pro_witherwing_hero", + "setId": "clm4rgehb000042v5a04vfg6s", + "cardId": "clm4ir1ub005724v57ecn0bj6", + "meta": { + "id": "clq39yb42003msh274z5fb9d8", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Angel protects your assets", + "subType": "Angel", + "rulesText": "Airborne\r\n\r\nWhenever a weaker allied minion here is attacked, you may return it to its owner's hand.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clpvzho2j0014m65y4txdu5kd" + }, + "set": { + "id": "clm4rgehb000042v5a04vfg6s", + "name": "Promotional", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4irmt9005b24v5a3zkbubs", + "slug": "zephyranne_airship", + "name": "Zephyranne Airship", + "hotscore": 437, + "guardian": { + "id": "clq39yb89003nsh27tbz3pfr0", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals take to the skies", + "subType": "Mortal", + "rulesText": "Airborne, Movement +2\r\n\r\nMay carry any number of allied minions.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4irmt9005b24v5a3zkbubs" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g0qy008is67px1mef03x", + "slug": "bet_zephyranne_airship_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/zephyranne_airship.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4irmt9005b24v5a3zkbubs", + "setCardId": "clot8g0pc008gs67p8ki2zmmp", + "setCard": { + "id": "clot8g0pc008gs67p8ki2zmmp", + "slug": "bet_zephyranne_airship", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4irmt9005b24v5a3zkbubs", + "meta": { + "id": "clq39ybga003psh277z01kkqn", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals take to the skies", + "subType": "Mortal", + "rulesText": "Airborne, Movement +2\r\n\r\nMay carry any number of allied minions.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g0pc008gs67p8ki2zmmp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g0sl008ks67pvx09fvl1", + "slug": "bet_zephyranne_airship_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/zephyranne_airship-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4irmt9005b24v5a3zkbubs", + "setCardId": "clot8g0pc008gs67p8ki2zmmp", + "setCard": { + "id": "clot8g0pc008gs67p8ki2zmmp", + "slug": "bet_zephyranne_airship", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4irmt9005b24v5a3zkbubs", + "meta": { + "id": "clq39ybga003psh277z01kkqn", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals take to the skies", + "subType": "Mortal", + "rulesText": "Airborne, Movement +2\r\n\r\nMay carry any number of allied minions.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g0pc008gs67p8ki2zmmp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4irugp005d24v545rz13dx", + "slug": "alp_zephyranne_airship_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/zephyranne_airship.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4irmt9005b24v5a3zkbubs", + "setCardId": "clm4irt4g005c24v5grd2gsp7", + "setCard": { + "id": "clm4irt4g005c24v5grd2gsp7", + "slug": "alp_zephyranne_airship", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4irmt9005b24v5a3zkbubs", + "meta": { + "id": "clq39ybal003osh2778tj6p8f", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals take to the skies", + "subType": "Mortal", + "rulesText": "Airborne, Movement +2\n\nMay carry any number of allied minions.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4irt4g005c24v5grd2gsp7" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4is1q8005e24v5hvgn9o4l", + "slug": "alp_zephyranne_airship_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/zephyranne_airship-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4irmt9005b24v5a3zkbubs", + "setCardId": "clm4irt4g005c24v5grd2gsp7", + "setCard": { + "id": "clm4irt4g005c24v5grd2gsp7", + "slug": "alp_zephyranne_airship", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4irmt9005b24v5a3zkbubs", + "meta": { + "id": "clq39ybal003osh2778tj6p8f", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals take to the skies", + "subType": "Mortal", + "rulesText": "Airborne, Movement +2\n\nMay carry any number of allied minions.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4irt4g005c24v5grd2gsp7" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_air_elite_magic_cards.json b/data/beta_air_elite_magic_cards.json new file mode 100644 index 0000000..0261fc3 --- /dev/null +++ b/data/beta_air_elite_magic_cards.json @@ -0,0 +1,376 @@ +[ + { + "id": "clm4lmeyt000ee0v5078qcoa6", + "slug": "chaos_twister", + "name": "Chaos Twister", + "hotscore": 4001, + "guardian": { + "id": "clq39ycv9003zsh27mq9n2tqi", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of orbital dexterity", + "subType": "", + "rulesText": "Place target minion on the back of your hand, then blow it off from a height of at least one foot. Deal damage equal to its power to each unit atop the site it lands on, including itself.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4lmeyt000ee0v5078qcoa6" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g1yj009as67phjowkead", + "slug": "bet_chaos_twister_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/chaos_twister.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4lmeyt000ee0v5078qcoa6", + "setCardId": "clot8g1x10098s67p1fisdu6y", + "setCard": { + "id": "clot8g1x10098s67p1fisdu6y", + "slug": "bet_chaos_twister", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lmeyt000ee0v5078qcoa6", + "meta": { + "id": "clq39yd3d0041sh27s83c549g", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of orbital dexterity", + "subType": "", + "rulesText": "Place target minion on the back of your hand, then blow it off from a height of at least one foot. Deal damage equal to its power to each unit atop the site it lands on, including itself.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g1x10098s67p1fisdu6y" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g200009cs67pshgth5zg", + "slug": "bet_chaos_twister_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/chaos_twister-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4lmeyt000ee0v5078qcoa6", + "setCardId": "clot8g1x10098s67p1fisdu6y", + "setCard": { + "id": "clot8g1x10098s67p1fisdu6y", + "slug": "bet_chaos_twister", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lmeyt000ee0v5078qcoa6", + "meta": { + "id": "clq39yd3d0041sh27s83c549g", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of orbital dexterity", + "subType": "", + "rulesText": "Place target minion on the back of your hand, then blow it off from a height of at least one foot. Deal damage equal to its power to each unit atop the site it lands on, including itself.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g1x10098s67p1fisdu6y" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lmm4f000ge0v5fy2e85mi", + "slug": "alp_chaos_twister_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/chaos_twister.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4lmeyt000ee0v5078qcoa6", + "setCardId": "clm4lmkry000fe0v56edmd953", + "setCard": { + "id": "clm4lmkry000fe0v56edmd953", + "slug": "alp_chaos_twister", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lmeyt000ee0v5078qcoa6", + "meta": { + "id": "clq39ycxl0040sh27g0z3fpdw", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of orbital dexterity", + "subType": "", + "rulesText": "Place target minion on the back of your hand, then blow it off from a height of at least one foot. Deal damage equal to its power to each unit atop the site it lands on, including itself.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4lmkry000fe0v56edmd953" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lmsw7000he0v55xhtaggo", + "slug": "alp_chaos_twister_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/chaos_twister-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4lmeyt000ee0v5078qcoa6", + "setCardId": "clm4lmkry000fe0v56edmd953", + "setCard": { + "id": "clm4lmkry000fe0v56edmd953", + "slug": "alp_chaos_twister", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lmeyt000ee0v5078qcoa6", + "meta": { + "id": "clq39ycxl0040sh27g0z3fpdw", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of orbital dexterity", + "subType": "", + "rulesText": "Place target minion on the back of your hand, then blow it off from a height of at least one foot. Deal damage equal to its power to each unit atop the site it lands on, including itself.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4lmkry000fe0v56edmd953" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lvl690023e0v56b5nfvt5", + "slug": "unlikely_alliance", + "name": "Unlikely Alliance", + "hotscore": 766, + "guardian": { + "id": "clq39yiyn005ash27rcv0pfkb", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic forges a strange coalition", + "subType": "", + "rulesText": "Draw a card for each rarity among allied minions.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lvl690023e0v56b5nfvt5" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g6n500c7s67pdgt5aqbs", + "slug": "bet_unlikely_alliance_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/unlikely_alliance.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "There are three rules for winning a war. Unfortunately, nobody knows what they are.", + "cardId": "clm4lvl690023e0v56b5nfvt5", + "setCardId": "clot8g6ll00c5s67phusgnlz6", + "setCard": { + "id": "clot8g6ll00c5s67phusgnlz6", + "slug": "bet_unlikely_alliance", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lvl690023e0v56b5nfvt5", + "meta": { + "id": "clq39yj6m005csh275vs36ksb", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic forges a strange coalition", + "subType": "", + "rulesText": "Draw a card for each rarity among allied minions.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g6ll00c5s67phusgnlz6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g6oo00c9s67porii17ug", + "slug": "bet_unlikely_alliance_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/unlikely_alliance-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "There are three rules for winning a war. Unfortunately, nobody knows what they are.", + "cardId": "clm4lvl690023e0v56b5nfvt5", + "setCardId": "clot8g6ll00c5s67phusgnlz6", + "setCard": { + "id": "clot8g6ll00c5s67phusgnlz6", + "slug": "bet_unlikely_alliance", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lvl690023e0v56b5nfvt5", + "meta": { + "id": "clq39yj6m005csh275vs36ksb", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic forges a strange coalition", + "subType": "", + "rulesText": "Draw a card for each rarity among allied minions.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g6ll00c5s67phusgnlz6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lvsi00025e0v53dhabvhw", + "slug": "alp_unlikely_alliance_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/unlikely_alliance.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "\"There are three rules for winning a war. Unfortunately, nobody knows what they are.\"", + "cardId": "clm4lvl690023e0v56b5nfvt5", + "setCardId": "clm4lvr4t0024e0v577hi1ygz", + "setCard": { + "id": "clm4lvr4t0024e0v577hi1ygz", + "slug": "alp_unlikely_alliance", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lvl690023e0v56b5nfvt5", + "meta": { + "id": "clq39yj0w005bsh27xgxba9c9", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic forges a strange coalition", + "subType": "", + "rulesText": "Draw a card for each rarity among allied minions.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lvr4t0024e0v577hi1ygz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lw0b50026e0v53wcc0lik", + "slug": "alp_unlikely_alliance_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/unlikely_alliance-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "\"There are three rules for winning a war. Unfortunately, nobody knows what they are.\"", + "cardId": "clm4lvl690023e0v56b5nfvt5", + "setCardId": "clm4lvr4t0024e0v577hi1ygz", + "setCard": { + "id": "clm4lvr4t0024e0v577hi1ygz", + "slug": "alp_unlikely_alliance", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lvl690023e0v56b5nfvt5", + "meta": { + "id": "clq39yj0w005bsh27xgxba9c9", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic forges a strange coalition", + "subType": "", + "rulesText": "Draw a card for each rarity among allied minions.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lvr4t0024e0v577hi1ygz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_air_elite_minion_cards.json b/data/beta_air_elite_minion_cards.json new file mode 100644 index 0000000..e599411 --- /dev/null +++ b/data/beta_air_elite_minion_cards.json @@ -0,0 +1,2550 @@ +[ + { + "id": "clm4i3s0v000a24v51h751n6p", + "slug": "candlemas_monks", + "name": "Candlemas Monks", + "hotscore": 774, + "guardian": { + "id": "clq39xu310006sh27if6i1nkf", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals at night’s last service", + "subType": "Mortal", + "rulesText": "Deathrite → Proceed to the end phase.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4i3s0v000a24v51h751n6p" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fms6000js67p3i097uzw", + "slug": "bet_candlemas_monks_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/candlemas_monks.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "“If Candlemas be fair and bright, winter has another fight. If Candlemas brings cloud and rain, winter shall not come again.“", + "cardId": "clm4i3s0v000a24v51h751n6p", + "setCardId": "clot8fmqh000hs67phtyi1chl", + "setCard": { + "id": "clot8fmqh000hs67phtyi1chl", + "slug": "bet_candlemas_monks", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i3s0v000a24v51h751n6p", + "meta": { + "id": "clq39xuaz0008sh270tn82d5s", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals at night’s last service", + "subType": "Mortal", + "rulesText": "Deathrite → Proceed to the end phase.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fmqh000hs67phtyi1chl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fmtp000ls67p2b9prn39", + "slug": "bet_candlemas_monks_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/candlemas_monks-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "“If Candlemas be fair and bright, winter has another fight. If Candlemas brings cloud and rain, winter shall not come again.“", + "cardId": "clm4i3s0v000a24v51h751n6p", + "setCardId": "clot8fmqh000hs67phtyi1chl", + "setCard": { + "id": "clot8fmqh000hs67phtyi1chl", + "slug": "bet_candlemas_monks", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i3s0v000a24v51h751n6p", + "meta": { + "id": "clq39xuaz0008sh270tn82d5s", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals at night’s last service", + "subType": "Mortal", + "rulesText": "Deathrite → Proceed to the end phase.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fmqh000hs67phtyi1chl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i3z3r000c24v5aeevg39p", + "slug": "alp_candlemas_monks_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/candlemas_monks.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "“If Candlemas be fair and bright, winter has another fight. If Candlemas brings cloud and rain, winter shall not come again.“", + "cardId": "clm4i3s0v000a24v51h751n6p", + "setCardId": "clm4i3xrj000b24v5dckj5pjh", + "setCard": { + "id": "clm4i3xrj000b24v5dckj5pjh", + "slug": "alp_candlemas_monks", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i3s0v000a24v51h751n6p", + "meta": { + "id": "clq39xu5d0007sh27jsiat5ic", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals at night’s last service ", + "subType": "Mortal", + "rulesText": "Deathrite → Proceed to the end phase.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i3xrj000b24v5dckj5pjh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i46bu000d24v56max2lcm", + "slug": "alp_candlemas_monks_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/candlemas_monks-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "“If Candlemas be fair and bright, winter has another fight. If Candlemas brings cloud and rain, winter shall not come again.“", + "cardId": "clm4i3s0v000a24v51h751n6p", + "setCardId": "clm4i3xrj000b24v5dckj5pjh", + "setCard": { + "id": "clm4i3xrj000b24v5dckj5pjh", + "slug": "alp_candlemas_monks", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i3s0v000a24v51h751n6p", + "meta": { + "id": "clq39xu5d0007sh27jsiat5ic", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals at night’s last service ", + "subType": "Mortal", + "rulesText": "Deathrite → Proceed to the end phase.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i3xrj000b24v5dckj5pjh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4i62yt000s24v50gm98vkv", + "slug": "east_west_dragon", + "name": "East-West Dragon", + "hotscore": 449, + "guardian": { + "id": "clq39xvpy000ish271rbapgl7", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Dragon of long horizons", + "subType": "Dragon", + "rulesText": "Airborne\r\n\r\nMoves freely sideways.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4i62yt000s24v50gm98vkv" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fo50001bs67pnzvnk2r6", + "slug": "bet_east_west_dragon_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/east_west_dragon.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4i62yt000s24v50gm98vkv", + "setCardId": "clot8fo3h0019s67p42s5qwfy", + "setCard": { + "id": "clot8fo3h0019s67p42s5qwfy", + "slug": "bet_east_west_dragon", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i62yt000s24v50gm98vkv", + "meta": { + "id": "clq39xvyr000ksh27ndu61vk5", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Dragon of long horizons", + "subType": "Dragon", + "rulesText": "Airborne\r\n\r\nMoves freely sideways.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fo3h0019s67p42s5qwfy" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fo6i001ds67p0ta79izh", + "slug": "bet_east_west_dragon_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/east_west_dragon-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4i62yt000s24v50gm98vkv", + "setCardId": "clot8fo3h0019s67p42s5qwfy", + "setCard": { + "id": "clot8fo3h0019s67p42s5qwfy", + "slug": "bet_east_west_dragon", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i62yt000s24v50gm98vkv", + "meta": { + "id": "clq39xvyr000ksh27ndu61vk5", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Dragon of long horizons", + "subType": "Dragon", + "rulesText": "Airborne\r\n\r\nMoves freely sideways.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fo3h0019s67p42s5qwfy" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i6aob000u24v5btkd8haj", + "slug": "alp_east_west_dragon_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/east_west_dragon.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4i62yt000s24v50gm98vkv", + "setCardId": "clm4i69ai000t24v5h6tt5pie", + "setCard": { + "id": "clm4i69ai000t24v5h6tt5pie", + "slug": "alp_east_west_dragon", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i62yt000s24v50gm98vkv", + "meta": { + "id": "clq39xvs6000jsh27ir5mpr37", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Dragon of long horizons", + "subType": "Dragon", + "rulesText": "Airborne\n\nMoves freely sideways.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i69ai000t24v5h6tt5pie" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i6ibj000v24v57fo69exn", + "slug": "alp_east_west_dragon_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/east_west_dragon-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4i62yt000s24v50gm98vkv", + "setCardId": "clm4i69ai000t24v5h6tt5pie", + "setCard": { + "id": "clm4i69ai000t24v5h6tt5pie", + "slug": "alp_east_west_dragon", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i62yt000s24v50gm98vkv", + "meta": { + "id": "clq39xvs6000jsh27ir5mpr37", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Dragon of long horizons", + "subType": "Dragon", + "rulesText": "Airborne\n\nMoves freely sideways.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i69ai000t24v5h6tt5pie" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4i6o6q000w24v5f9mf36ue", + "slug": "grandmaster_wizard", + "name": "Grandmaster Wizard", + "hotscore": 8479, + "guardian": { + "id": "clq39xw4h000lsh27t7qurpkt", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of arcane expertise", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nGenesis → Draw three spells.", + "cost": 6, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4i6o6q000w24v5f9mf36ue" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fohp001is67pysk1igib", + "slug": "bet_grandmaster_wizard_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/grandmaster_wizard.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4i6o6q000w24v5f9mf36ue", + "setCardId": "clot8fog8001gs67pj3araeqx", + "setCard": { + "id": "clot8fog8001gs67pj3araeqx", + "slug": "bet_grandmaster_wizard", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i6o6q000w24v5f9mf36ue", + "meta": { + "id": "clq39xwdz000nsh27cini1wz9", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of arcane expertise", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nGenesis → Draw three spells.", + "cost": 6, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fog8001gs67pj3araeqx" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8foj7001ks67p8dyodyij", + "slug": "bet_grandmaster_wizard_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/grandmaster_wizard-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4i6o6q000w24v5f9mf36ue", + "setCardId": "clot8fog8001gs67pj3araeqx", + "setCard": { + "id": "clot8fog8001gs67pj3araeqx", + "slug": "bet_grandmaster_wizard", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i6o6q000w24v5f9mf36ue", + "meta": { + "id": "clq39xwdz000nsh27cini1wz9", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of arcane expertise", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nGenesis → Draw three spells.", + "cost": 6, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fog8001gs67pj3araeqx" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i6w9g000y24v54o586f0m", + "slug": "alp_grandmaster_wizard_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/grandmaster_wizard.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4i6o6q000w24v5f9mf36ue", + "setCardId": "clm4i6uxj000x24v5fsij5vvl", + "setCard": { + "id": "clm4i6uxj000x24v5fsij5vvl", + "slug": "alp_grandmaster_wizard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i6o6q000w24v5f9mf36ue", + "meta": { + "id": "clq39xw6q000msh27nzi69y80", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of arcane expertise", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nGenesis → Draw three spells.", + "cost": 6, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i6uxj000x24v5fsij5vvl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i79wg001024v5165637jh", + "slug": "alp_grandmaster_wizard_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/grandmaster_wizard-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4i6o6q000w24v5f9mf36ue", + "setCardId": "clm4i6uxj000x24v5fsij5vvl", + "setCard": { + "id": "clm4i6uxj000x24v5fsij5vvl", + "slug": "alp_grandmaster_wizard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i6o6q000w24v5f9mf36ue", + "meta": { + "id": "clq39xw6q000msh27nzi69y80", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of arcane expertise", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nGenesis → Draw three spells.", + "cost": 6, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i6uxj000x24v5fsij5vvl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i74c8000z24v5az837dbc", + "slug": "alp_grandmaster_wizard_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/grandmaster_wizard-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4i6o6q000w24v5f9mf36ue", + "setCardId": "clm4i6uxj000x24v5fsij5vvl", + "setCard": { + "id": "clm4i6uxj000x24v5fsij5vvl", + "slug": "alp_grandmaster_wizard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i6o6q000w24v5f9mf36ue", + "meta": { + "id": "clq39xw6q000msh27nzi69y80", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of arcane expertise", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nGenesis → Draw three spells.", + "cost": 6, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i6uxj000x24v5fsij5vvl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ia7c3001n24v5bymv4zz0", + "slug": "highland_falconer", + "name": "Highland Falconer", + "hotscore": 3168, + "guardian": { + "id": "clq39xyqp0014sh27wwr469tt", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal and master of flight", + "subType": "Mortal", + "rulesText": "Genesis → You may search your hand and spellbook for a Beast with Airborne and mana cost ② or less and summon it here. Shuffle if needed.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4ia7c3001n24v5bymv4zz0" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fqiw002os67p1wf506lu", + "slug": "bet_highland_falconer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/highland_falconer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4ia7c3001n24v5bymv4zz0", + "setCardId": "clot8fqh9002ms67peglypq0n", + "setCard": { + "id": "clot8fqh9002ms67peglypq0n", + "slug": "bet_highland_falconer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ia7c3001n24v5bymv4zz0", + "meta": { + "id": "clq39xyyj0016sh27nl1iw9nh", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal and master of flight", + "subType": "Mortal", + "rulesText": "Genesis → You may search your hand and spellbook for a Beast with Airborne and mana cost ② or less and summon it here. Shuffle if needed.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fqh9002ms67peglypq0n" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fqkf002qs67p74c4zpbz", + "slug": "bet_highland_falconer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/highland_falconer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4ia7c3001n24v5bymv4zz0", + "setCardId": "clot8fqh9002ms67peglypq0n", + "setCard": { + "id": "clot8fqh9002ms67peglypq0n", + "slug": "bet_highland_falconer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ia7c3001n24v5bymv4zz0", + "meta": { + "id": "clq39xyyj0016sh27nl1iw9nh", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal and master of flight", + "subType": "Mortal", + "rulesText": "Genesis → You may search your hand and spellbook for a Beast with Airborne and mana cost ② or less and summon it here. Shuffle if needed.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fqh9002ms67peglypq0n" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4iaf5x001p24v57k9f2hw0", + "slug": "alp_highland_falconer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/highland_falconer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4ia7c3001n24v5bymv4zz0", + "setCardId": "clm4iadn3001o24v5372x0edf", + "setCard": { + "id": "clm4iadn3001o24v5372x0edf", + "slug": "alp_highland_falconer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ia7c3001n24v5bymv4zz0", + "meta": { + "id": "clq39xyt10015sh27g06xn174", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal and master of flight", + "subType": "Mortal", + "rulesText": "Genesis → You may search your hand and spellbook for a Beast with Airborne and mana cost ② or less and summon it here. Shuffle if needed.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4iadn3001o24v5372x0edf" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ialvp001q24v52thr2hue", + "slug": "alp_highland_falconer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/highland_falconer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4ia7c3001n24v5bymv4zz0", + "setCardId": "clm4iadn3001o24v5372x0edf", + "setCard": { + "id": "clm4iadn3001o24v5372x0edf", + "slug": "alp_highland_falconer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ia7c3001n24v5bymv4zz0", + "meta": { + "id": "clq39xyt10015sh27g06xn174", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal and master of flight", + "subType": "Mortal", + "rulesText": "Genesis → You may search your hand and spellbook for a Beast with Airborne and mana cost ② or less and summon it here. Shuffle if needed.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4iadn3001o24v5372x0edf" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ibcre001v24v57zhy5gk1", + "slug": "hounds_of_ondaros", + "name": "Hounds of Ondaros", + "hotscore": 2912, + "guardian": { + "id": "clq39xzhx001ash274sbgurs6", + "type": "Minion", + "rarity": "Elite", + "typeText": "Nowhere is safe from these Elite Beasts", + "subType": "Beast", + "rulesText": "Airborne, Burrowing, Submerge, Voidwalk\r\n \r\nNearby enemies permanently lose Stealth.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4ibcre001v24v57zhy5gk1" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fr9d0032s67p5118heoz", + "slug": "bet_hounds_of_ondaros_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/hounds_of_ondaros.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "From hell's heart they stab at thee.", + "cardId": "clm4ibcre001v24v57zhy5gk1", + "setCardId": "clot8fr7v0030s67pqtkx469n", + "setCard": { + "id": "clot8fr7v0030s67pqtkx469n", + "slug": "bet_hounds_of_ondaros", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ibcre001v24v57zhy5gk1", + "meta": { + "id": "clq39xzpr001csh27cmkg6vcr", + "type": "Minion", + "rarity": "Elite", + "typeText": "Nowhere is safe from these Elite Beasts", + "subType": "Beast", + "rulesText": "Airborne, Burrowing, Submerge, Voidwalk\r\n \r\nNearby enemies permanently lose Stealth.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fr7v0030s67pqtkx469n" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8frb10034s67p68rlowm8", + "slug": "bet_hounds_of_ondaros_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/hounds_of_ondaros-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "From hell's heart they stab at thee.", + "cardId": "clm4ibcre001v24v57zhy5gk1", + "setCardId": "clot8fr7v0030s67pqtkx469n", + "setCard": { + "id": "clot8fr7v0030s67pqtkx469n", + "slug": "bet_hounds_of_ondaros", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ibcre001v24v57zhy5gk1", + "meta": { + "id": "clq39xzpr001csh27cmkg6vcr", + "type": "Minion", + "rarity": "Elite", + "typeText": "Nowhere is safe from these Elite Beasts", + "subType": "Beast", + "rulesText": "Airborne, Burrowing, Submerge, Voidwalk\r\n \r\nNearby enemies permanently lose Stealth.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fr7v0030s67pqtkx469n" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4iblox001x24v5ekqqd5id", + "slug": "alp_hounds_of_ondaros_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/hounds_of_ondaros.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "From hell's heart they stab at thee.", + "cardId": "clm4ibcre001v24v57zhy5gk1", + "setCardId": "clm4ibkd5001w24v575vsdnen", + "setCard": { + "id": "clm4ibkd5001w24v575vsdnen", + "slug": "alp_hounds_of_ondaros", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ibcre001v24v57zhy5gk1", + "meta": { + "id": "clq39xzk6001bsh2739xgthaf", + "type": "Minion", + "rarity": "Elite", + "typeText": "Nowhere is safe from these Elite Beasts", + "subType": "Beast", + "rulesText": "Airborne, Burrowing, Submerge, Voidwalk\n\nNearby enemies permanently lose Stealth.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ibkd5001w24v575vsdnen" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ibsyh001y24v51fwt5qu3", + "slug": "alp_hounds_of_ondaros_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/hounds_of_ondaros-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "From hell's heart they stab at thee.", + "cardId": "clm4ibcre001v24v57zhy5gk1", + "setCardId": "clm4ibkd5001w24v575vsdnen", + "setCard": { + "id": "clm4ibkd5001w24v575vsdnen", + "slug": "alp_hounds_of_ondaros", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ibcre001v24v57zhy5gk1", + "meta": { + "id": "clq39xzk6001bsh2739xgthaf", + "type": "Minion", + "rarity": "Elite", + "typeText": "Nowhere is safe from these Elite Beasts", + "subType": "Beast", + "rulesText": "Airborne, Burrowing, Submerge, Voidwalk\n\nNearby enemies permanently lose Stealth.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ibkd5001w24v575vsdnen" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ievxj002l24v51nrn1x4a", + "slug": "nightmare", + "name": "Nightmare", + "hotscore": 784, + "guardian": { + "id": "clq39y1v2001ssh277ibwcs5n", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Undead of torment and terror", + "subType": "Undead", + "rulesText": "At the end of your turn, for each enemy minion here, you may push it to an adjacent location or void.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4ievxj002l24v51nrn1x4a" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ft7b0048s67p7zsylk9b", + "slug": "bet_nightmare_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/nightmare.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "Nightly we ply the razor thin barrier between being and unbeing.", + "cardId": "clm4ievxj002l24v51nrn1x4a", + "setCardId": "clot8ft5j0046s67pjw80whku", + "setCard": { + "id": "clot8ft5j0046s67pjw80whku", + "slug": "bet_nightmare", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ievxj002l24v51nrn1x4a", + "meta": { + "id": "clq39y250001ush27u6pux3lw", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Undead of torment and terror", + "subType": "Undead", + "rulesText": "At the end of your turn, for each enemy minion here, you may push it to an adjacent location or void.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8ft5j0046s67pjw80whku" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ft8s004as67py6nyjwdk", + "slug": "bet_nightmare_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/nightmare-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "Nightly we ply the razor thin barrier between being and unbeing.", + "cardId": "clm4ievxj002l24v51nrn1x4a", + "setCardId": "clot8ft5j0046s67pjw80whku", + "setCard": { + "id": "clot8ft5j0046s67pjw80whku", + "slug": "bet_nightmare", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ievxj002l24v51nrn1x4a", + "meta": { + "id": "clq39y250001ush27u6pux3lw", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Undead of torment and terror", + "subType": "Undead", + "rulesText": "At the end of your turn, for each enemy minion here, you may push it to an adjacent location or void.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8ft5j0046s67pjw80whku" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4if2s2002n24v53zx0b16s", + "slug": "alp_nightmare_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/nightmare.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "Nightly we ply the razor thin barrier between being and unbeing.", + "cardId": "clm4ievxj002l24v51nrn1x4a", + "setCardId": "clm4if1g5002m24v54ntp36g2", + "setCard": { + "id": "clm4if1g5002m24v54ntp36g2", + "slug": "alp_nightmare", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ievxj002l24v51nrn1x4a", + "meta": { + "id": "clq39y1xf001tsh27c89eodxg", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Undead of torment and terror", + "subType": "Undead", + "rulesText": "At the end of your turn, for each enemy minion here, you may push it to an adjacent location or void.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4if1g5002m24v54ntp36g2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ifer4002p24v566k35y62", + "slug": "alp_nightmare_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/nightmare-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Drew Tucker", + "flavorText": "Nightly we ply the razor thin barrier between being and unbeing.", + "cardId": "clm4ievxj002l24v51nrn1x4a", + "setCardId": "clm4if1g5002m24v54ntp36g2", + "setCard": { + "id": "clm4if1g5002m24v54ntp36g2", + "slug": "alp_nightmare", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ievxj002l24v51nrn1x4a", + "meta": { + "id": "clq39y1xf001tsh27c89eodxg", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Undead of torment and terror", + "subType": "Undead", + "rulesText": "At the end of your turn, for each enemy minion here, you may push it to an adjacent location or void.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4if1g5002m24v54ntp36g2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4if9gc002o24v5f4pl6brx", + "slug": "alp_nightmare_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/nightmare-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "Nightly we ply the razor thin barrier between being and unbeing.", + "cardId": "clm4ievxj002l24v51nrn1x4a", + "setCardId": "clm4if1g5002m24v54ntp36g2", + "setCard": { + "id": "clm4if1g5002m24v54ntp36g2", + "slug": "alp_nightmare", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ievxj002l24v51nrn1x4a", + "meta": { + "id": "clq39y1xf001tsh27c89eodxg", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Undead of torment and terror", + "subType": "Undead", + "rulesText": "At the end of your turn, for each enemy minion here, you may push it to an adjacent location or void.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4if1g5002m24v54ntp36g2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4iffw8002q24v54sxr8zx8", + "slug": "nimbus_jinn", + "name": "Nimbus Jinn", + "hotscore": 3620, + "guardian": { + "id": "clq39y2aw001vsh27h8wgz4in", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit of turbulent terror", + "subType": "Spirit", + "rulesText": "Airborne\r\n\r\nDiscard a spell → Deal 3 damage to another random unit here.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4iffw8002q24v54sxr8zx8" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ftjv004fs67pwptz1qwz", + "slug": "bet_nimbus_jinn_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/nimbus_jinn.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4iffw8002q24v54sxr8zx8", + "setCardId": "clot8ftic004ds67pe9ww3vni", + "setCard": { + "id": "clot8ftic004ds67pe9ww3vni", + "slug": "bet_nimbus_jinn", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iffw8002q24v54sxr8zx8", + "meta": { + "id": "clq39y2ko001xsh272zij27kd", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit of turbulent terror", + "subType": "Spirit", + "rulesText": "Airborne\r\n\r\nDiscard a spell → Deal 3 damage to another random unit here.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8ftic004ds67pe9ww3vni" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ftle004hs67pl7g4kjct", + "slug": "bet_nimbus_jinn_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/nimbus_jinn-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4iffw8002q24v54sxr8zx8", + "setCardId": "clot8ftic004ds67pe9ww3vni", + "setCard": { + "id": "clot8ftic004ds67pe9ww3vni", + "slug": "bet_nimbus_jinn", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iffw8002q24v54sxr8zx8", + "meta": { + "id": "clq39y2ko001xsh272zij27kd", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit of turbulent terror", + "subType": "Spirit", + "rulesText": "Airborne\r\n\r\nDiscard a spell → Deal 3 damage to another random unit here.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8ftic004ds67pe9ww3vni" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ifn5e002s24v58gbb8aoz", + "slug": "alp_nimbus_jinn_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/nimbus_jinn.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4iffw8002q24v54sxr8zx8", + "setCardId": "clm4ifltn002r24v5cm0t4u11", + "setCard": { + "id": "clm4ifltn002r24v5cm0t4u11", + "slug": "alp_nimbus_jinn", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iffw8002q24v54sxr8zx8", + "meta": { + "id": "clq39y2d6001wsh27dmy2ohj5", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit of turbulent thunder", + "subType": "Spirit", + "rulesText": "Airborne\n\nDiscard a spell → Deal 3 damage to another random unit here.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ifltn002r24v5cm0t4u11" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ig0q7002u24v57fodhxeg", + "slug": "alp_nimbus_jinn_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/nimbus_jinn-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4iffw8002q24v54sxr8zx8", + "setCardId": "clm4ifltn002r24v5cm0t4u11", + "setCard": { + "id": "clm4ifltn002r24v5cm0t4u11", + "slug": "alp_nimbus_jinn", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iffw8002q24v54sxr8zx8", + "meta": { + "id": "clq39y2d6001wsh27dmy2ohj5", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit of turbulent thunder", + "subType": "Spirit", + "rulesText": "Airborne\n\nDiscard a spell → Deal 3 damage to another random unit here.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ifltn002r24v5cm0t4u11" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ifv0e002t24v5fax589f4", + "slug": "alp_nimbus_jinn_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/nimbus_jinn-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4iffw8002q24v54sxr8zx8", + "setCardId": "clm4ifltn002r24v5cm0t4u11", + "setCard": { + "id": "clm4ifltn002r24v5cm0t4u11", + "slug": "alp_nimbus_jinn", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iffw8002q24v54sxr8zx8", + "meta": { + "id": "clq39y2d6001wsh27dmy2ohj5", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit of turbulent thunder", + "subType": "Spirit", + "rulesText": "Airborne\n\nDiscard a spell → Deal 3 damage to another random unit here.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ifltn002r24v5cm0t4u11" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ijhfq003l24v57wlj1arv", + "slug": "puppet_master", + "name": "Puppet Master", + "hotscore": 353, + "guardian": { + "id": "clq39y574002gsh27657uvttw", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit pulls the strings", + "subType": "Spirit", + "rulesText": "Airborne\r\n\r\nGenesis → Gain control of all tapped minions here until Puppet Master leaves the realm.", + "cost": 6, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4ijhfq003l24v57wlj1arv" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fvwu005ss67py0c99x3u", + "slug": "bet_puppet_master_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/puppet_master.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4ijhfq003l24v57wlj1arv", + "setCardId": "clot8fvvc005qs67pr4r79lpl", + "setCard": { + "id": "clot8fvvc005qs67pr4r79lpl", + "slug": "bet_puppet_master", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ijhfq003l24v57wlj1arv", + "meta": { + "id": "clq39y5fm002ish27009s2zdp", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit pulls the strings", + "subType": "Spirit", + "rulesText": "Airborne\r\n\r\nGenesis → Gain control of all tapped minions here until Puppet Master leaves the realm.", + "cost": 6, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fvvc005qs67pr4r79lpl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fvyf005us67p7jizhk5c", + "slug": "bet_puppet_master_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/puppet_master-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4ijhfq003l24v57wlj1arv", + "setCardId": "clot8fvvc005qs67pr4r79lpl", + "setCard": { + "id": "clot8fvvc005qs67pr4r79lpl", + "slug": "bet_puppet_master", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ijhfq003l24v57wlj1arv", + "meta": { + "id": "clq39y5fm002ish27009s2zdp", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit pulls the strings", + "subType": "Spirit", + "rulesText": "Airborne\r\n\r\nGenesis → Gain control of all tapped minions here until Puppet Master leaves the realm.", + "cost": 6, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fvvc005qs67pr4r79lpl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ijp92003n24v54notburd", + "slug": "alp_puppet_master_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/puppet_master.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4ijhfq003l24v57wlj1arv", + "setCardId": "clm4ijnwu003m24v54l3f8btw", + "setCard": { + "id": "clm4ijnwu003m24v54l3f8btw", + "slug": "alp_puppet_master", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ijhfq003l24v57wlj1arv", + "meta": { + "id": "clq39y59i002hsh27hs132n5e", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit pulls the strings", + "subType": "Spirit", + "rulesText": "Airborne\n\nGenesis → Gain control of all tapped minions here until Puppet Master leaves the realm.", + "cost": 6, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ijnwu003m24v54l3f8btw" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ijvyq003o24v5fmhr98h5", + "slug": "alp_puppet_master_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/puppet_master-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4ijhfq003l24v57wlj1arv", + "setCardId": "clm4ijnwu003m24v54l3f8btw", + "setCard": { + "id": "clm4ijnwu003m24v54l3f8btw", + "slug": "alp_puppet_master", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ijhfq003l24v57wlj1arv", + "meta": { + "id": "clq39y59i002hsh27hs132n5e", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit pulls the strings", + "subType": "Spirit", + "rulesText": "Airborne\n\nGenesis → Gain control of all tapped minions here until Puppet Master leaves the realm.", + "cost": 6, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ijnwu003m24v54l3f8btw" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ik246003p24v5fzir6tel", + "slug": "recurring_specter", + "name": "Recurring Specter", + "hotscore": 665, + "guardian": { + "id": "clq39y5lu002jsh272zfzlt0e", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit takes an eerie encore", + "subType": "Spirit", + "rulesText": "Can't defend.\r\n\r\nMay be cast from your cemetery.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4ik246003p24v5fzir6tel" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fw7u005zs67p4jz85z3w", + "slug": "bet_recurring_specter_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/recurring_specter.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ik246003p24v5fzir6tel", + "setCardId": "clot8fw6c005xs67paahbmqxu", + "setCard": { + "id": "clot8fw6c005xs67paahbmqxu", + "slug": "bet_recurring_specter", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ik246003p24v5fzir6tel", + "meta": { + "id": "clq39y5u2002lsh27hn2zrcsu", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit takes an eerie encore", + "subType": "Spirit", + "rulesText": "Can't defend.\r\n\r\nMay be cast from your cemetery.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fw6c005xs67paahbmqxu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fw9f0061s67pg2cg2vn9", + "slug": "bet_recurring_specter_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/recurring_specter-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ik246003p24v5fzir6tel", + "setCardId": "clot8fw6c005xs67paahbmqxu", + "setCard": { + "id": "clot8fw6c005xs67paahbmqxu", + "slug": "bet_recurring_specter", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ik246003p24v5fzir6tel", + "meta": { + "id": "clq39y5u2002lsh27hn2zrcsu", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit takes an eerie encore", + "subType": "Spirit", + "rulesText": "Can't defend.\r\n\r\nMay be cast from your cemetery.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fw6c005xs67paahbmqxu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ik8t7003r24v5bbjn0sxv", + "slug": "alp_recurring_specter_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/recurring_specter.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ik246003p24v5fzir6tel", + "setCardId": "clm4ik7h9003q24v5617m0t5y", + "setCard": { + "id": "clm4ik7h9003q24v5617m0t5y", + "slug": "alp_recurring_specter", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ik246003p24v5fzir6tel", + "meta": { + "id": "clq39y5o6002ksh27gougl83r", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit takes an eerie encore", + "subType": "Spirit", + "rulesText": "Can't defend.\n\nMay be cast from your cemetery.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ik7h9003q24v5617m0t5y" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ikfbw003s24v5ewk2h5vy", + "slug": "alp_recurring_specter_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/recurring_specter-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ik246003p24v5fzir6tel", + "setCardId": "clm4ik7h9003q24v5617m0t5y", + "setCard": { + "id": "clm4ik7h9003q24v5617m0t5y", + "slug": "alp_recurring_specter", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ik246003p24v5fzir6tel", + "meta": { + "id": "clq39y5o6002ksh27gougl83r", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit takes an eerie encore", + "subType": "Spirit", + "rulesText": "Can't defend.\n\nMay be cast from your cemetery.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ik7h9003q24v5617m0t5y" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ikkgx003t24v52nmwarr4", + "slug": "riddle_sphinx", + "name": "Riddle Sphinx", + "hotscore": 695, + "guardian": { + "id": "clq39y5zs002msh2774fxygp2", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Sphinx proffers perplexity", + "subType": "Sphinx", + "rulesText": "Airborne\r\n\r\nGenesis → Look at your topmost spell. You may put it on the bottom of your spellbook, then an opponent may exchange your top and bottommost spells. Draw a card.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4ikkgx003t24v52nmwarr4" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fwl20066s67pw46oo44v", + "slug": "bet_riddle_sphinx_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/riddle_sphinx.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ikkgx003t24v52nmwarr4", + "setCardId": "clot8fwja0064s67p43nw99lk", + "setCard": { + "id": "clot8fwja0064s67p43nw99lk", + "slug": "bet_riddle_sphinx", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ikkgx003t24v52nmwarr4", + "meta": { + "id": "clq39y68t002osh27utuaf89a", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Sphinx proffers perplexity", + "subType": "Sphinx", + "rulesText": "Airborne\r\n\r\nGenesis → Look at your topmost spell. You may put it on the bottom of your spellbook, then an opponent may exchange your top and bottommost spells. Draw a card.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fwja0064s67p43nw99lk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fwmu0068s67pkcujh8dt", + "slug": "bet_riddle_sphinx_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/riddle_sphinx-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ikkgx003t24v52nmwarr4", + "setCardId": "clot8fwja0064s67p43nw99lk", + "setCard": { + "id": "clot8fwja0064s67p43nw99lk", + "slug": "bet_riddle_sphinx", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ikkgx003t24v52nmwarr4", + "meta": { + "id": "clq39y68t002osh27utuaf89a", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Sphinx proffers perplexity", + "subType": "Sphinx", + "rulesText": "Airborne\r\n\r\nGenesis → Look at your topmost spell. You may put it on the bottom of your spellbook, then an opponent may exchange your top and bottommost spells. Draw a card.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fwja0064s67p43nw99lk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4iks5s003v24v55t5d582l", + "slug": "alp_riddle_sphinx_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/riddle_sphinx.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ikkgx003t24v52nmwarr4", + "setCardId": "clm4ikqtl003u24v56ycffk0z", + "setCard": { + "id": "clm4ikqtl003u24v56ycffk0z", + "slug": "alp_riddle_sphinx", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ikkgx003t24v52nmwarr4", + "meta": { + "id": "clq39y624002nsh27dzp3ri2z", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Sphinx proffers perplexity", + "subType": "Sphinx", + "rulesText": "Airborne\n\nGenesis → Look at your topmost spell. You may put it on the bottom of your spellbook, then an opponent may exchange your top and bottommost spells. Draw a card.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ikqtl003u24v56ycffk0z" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ikzif003w24v5cekbfzw6", + "slug": "alp_riddle_sphinx_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/riddle_sphinx-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ikkgx003t24v52nmwarr4", + "setCardId": "clm4ikqtl003u24v56ycffk0z", + "setCard": { + "id": "clm4ikqtl003u24v56ycffk0z", + "slug": "alp_riddle_sphinx", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ikkgx003t24v52nmwarr4", + "meta": { + "id": "clq39y624002nsh27dzp3ri2z", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Sphinx proffers perplexity", + "subType": "Sphinx", + "rulesText": "Airborne\n\nGenesis → Look at your topmost spell. You may put it on the bottom of your spellbook, then an opponent may exchange your top and bottommost spells. Draw a card.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ikqtl003u24v56ycffk0z" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4imc7j004724v53c548uod", + "slug": "sky_baron", + "name": "Sky Baron", + "hotscore": 770, + "guardian": { + "id": "clq39y7di002vsh27x9pqa7m1", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit and welkin overlord", + "subType": "Spirit", + "rulesText": "Airborne\r\n\r\nAll other minions lose Airborne.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4imc7j004724v53c548uod" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fxl4006rs67pbrnpb6u0", + "slug": "bet_sky_baron_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sky_baron.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4imc7j004724v53c548uod", + "setCardId": "clot8fxjl006ps67pg5fef8p8", + "setCard": { + "id": "clot8fxjl006ps67pg5fef8p8", + "slug": "bet_sky_baron", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4imc7j004724v53c548uod", + "meta": { + "id": "clq39y7lw002xsh27r8ldz55o", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit and welkin overlord", + "subType": "Spirit", + "rulesText": "Airborne\r\n\r\nAll other minions lose Airborne.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fxjl006ps67pg5fef8p8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fxmp006ts67pa5kxs354", + "slug": "bet_sky_baron_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sky_baron-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4imc7j004724v53c548uod", + "setCardId": "clot8fxjl006ps67pg5fef8p8", + "setCard": { + "id": "clot8fxjl006ps67pg5fef8p8", + "slug": "bet_sky_baron", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4imc7j004724v53c548uod", + "meta": { + "id": "clq39y7lw002xsh27r8ldz55o", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit and welkin overlord", + "subType": "Spirit", + "rulesText": "Airborne\r\n\r\nAll other minions lose Airborne.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fxjl006ps67pg5fef8p8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4imjij004924v5d2pe856y", + "slug": "alp_sky_baron_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sky_baron.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4imc7j004724v53c548uod", + "setCardId": "clm4imi6d004824v51izt9al3", + "setCard": { + "id": "clm4imi6d004824v51izt9al3", + "slug": "alp_sky_baron", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4imc7j004724v53c548uod", + "meta": { + "id": "clq39y7fw002wsh271majqb8x", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit and welkin overlord", + "subType": "Spirit", + "rulesText": "Airborne\n\nAll other minions lose Airborne.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4imi6d004824v51izt9al3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4imqec004a24v59x5vbfct", + "slug": "alp_sky_baron_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sky_baron-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4imc7j004724v53c548uod", + "setCardId": "clm4imi6d004824v51izt9al3", + "setCard": { + "id": "clm4imi6d004824v51izt9al3", + "slug": "alp_sky_baron", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4imc7j004724v53c548uod", + "meta": { + "id": "clq39y7fw002wsh271majqb8x", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit and welkin overlord", + "subType": "Spirit", + "rulesText": "Airborne\n\nAll other minions lose Airborne.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4imi6d004824v51izt9al3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ipxw2004z24v54px64q6e", + "slug": "vril_revenant", + "name": "Vril Revenant", + "hotscore": 1507, + "guardian": { + "id": "clq39y9xd003dsh27ix0w2fsj", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit of overcharged existence", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\n① → Gain +1 power this turn.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4ipxw2004z24v54px64q6e" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fzo9007xs67psua29lfc", + "slug": "bet_vril_revenant_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/vril_revenant.png", + "finish": "Standard", + "product": "Booster", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4ipxw2004z24v54px64q6e", + "setCardId": "clot8fzme007vs67pfzdyfcxd", + "setCard": { + "id": "clot8fzme007vs67pfzdyfcxd", + "slug": "bet_vril_revenant", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ipxw2004z24v54px64q6e", + "meta": { + "id": "clq39ya5i003fsh27dtvqsk7u", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit of overcharged existence", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\n① → Gain +1 power this turn.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fzme007vs67pfzdyfcxd" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fzr7007zs67pken1fsfi", + "slug": "bet_vril_revenant_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/vril_revenant-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4ipxw2004z24v54px64q6e", + "setCardId": "clot8fzme007vs67pfzdyfcxd", + "setCard": { + "id": "clot8fzme007vs67pfzdyfcxd", + "slug": "bet_vril_revenant", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ipxw2004z24v54px64q6e", + "meta": { + "id": "clq39ya5i003fsh27dtvqsk7u", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit of overcharged existence", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\n① → Gain +1 power this turn.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fzme007vs67pfzdyfcxd" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4iq59j005124v5g8lmdmkc", + "slug": "alp_vril_revenant_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vril_revenant.png", + "finish": "Standard", + "product": "Booster", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4ipxw2004z24v54px64q6e", + "setCardId": "clm4iq3pt005024v54mg4cmy0", + "setCard": { + "id": "clm4iq3pt005024v54mg4cmy0", + "slug": "alp_vril_revenant", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ipxw2004z24v54px64q6e", + "meta": { + "id": "clq39y9zp003esh27dotui8xg", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit of overcharged existence", + "subType": "Spirit", + "rulesText": "Voidwalk\n\n① → Gain +1 power this turn.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4iq3pt005024v54mg4cmy0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4iqc6f005224v51d5p6lnq", + "slug": "alp_vril_revenant_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vril_revenant-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4ipxw2004z24v54px64q6e", + "setCardId": "clm4iq3pt005024v54mg4cmy0", + "setCard": { + "id": "clm4iq3pt005024v54mg4cmy0", + "slug": "alp_vril_revenant", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ipxw2004z24v54px64q6e", + "meta": { + "id": "clq39y9zp003esh27dotui8xg", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit of overcharged existence", + "subType": "Spirit", + "rulesText": "Voidwalk\n\n① → Gain +1 power this turn.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4iq3pt005024v54mg4cmy0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4irmt9005b24v5a3zkbubs", + "slug": "zephyranne_airship", + "name": "Zephyranne Airship", + "hotscore": 437, + "guardian": { + "id": "clq39yb89003nsh27tbz3pfr0", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals take to the skies", + "subType": "Mortal", + "rulesText": "Airborne, Movement +2\r\n\r\nMay carry any number of allied minions.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4irmt9005b24v5a3zkbubs" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g0qy008is67px1mef03x", + "slug": "bet_zephyranne_airship_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/zephyranne_airship.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4irmt9005b24v5a3zkbubs", + "setCardId": "clot8g0pc008gs67p8ki2zmmp", + "setCard": { + "id": "clot8g0pc008gs67p8ki2zmmp", + "slug": "bet_zephyranne_airship", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4irmt9005b24v5a3zkbubs", + "meta": { + "id": "clq39ybga003psh277z01kkqn", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals take to the skies", + "subType": "Mortal", + "rulesText": "Airborne, Movement +2\r\n\r\nMay carry any number of allied minions.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g0pc008gs67p8ki2zmmp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g0sl008ks67pvx09fvl1", + "slug": "bet_zephyranne_airship_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/zephyranne_airship-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4irmt9005b24v5a3zkbubs", + "setCardId": "clot8g0pc008gs67p8ki2zmmp", + "setCard": { + "id": "clot8g0pc008gs67p8ki2zmmp", + "slug": "bet_zephyranne_airship", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4irmt9005b24v5a3zkbubs", + "meta": { + "id": "clq39ybga003psh277z01kkqn", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals take to the skies", + "subType": "Mortal", + "rulesText": "Airborne, Movement +2\r\n\r\nMay carry any number of allied minions.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g0pc008gs67p8ki2zmmp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4irugp005d24v545rz13dx", + "slug": "alp_zephyranne_airship_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/zephyranne_airship.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4irmt9005b24v5a3zkbubs", + "setCardId": "clm4irt4g005c24v5grd2gsp7", + "setCard": { + "id": "clm4irt4g005c24v5grd2gsp7", + "slug": "alp_zephyranne_airship", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4irmt9005b24v5a3zkbubs", + "meta": { + "id": "clq39ybal003osh2778tj6p8f", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals take to the skies", + "subType": "Mortal", + "rulesText": "Airborne, Movement +2\n\nMay carry any number of allied minions.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4irt4g005c24v5grd2gsp7" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4is1q8005e24v5hvgn9o4l", + "slug": "alp_zephyranne_airship_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/zephyranne_airship-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4irmt9005b24v5a3zkbubs", + "setCardId": "clm4irt4g005c24v5grd2gsp7", + "setCard": { + "id": "clm4irt4g005c24v5grd2gsp7", + "slug": "alp_zephyranne_airship", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4irmt9005b24v5a3zkbubs", + "meta": { + "id": "clq39ybal003osh2778tj6p8f", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals take to the skies", + "subType": "Mortal", + "rulesText": "Airborne, Movement +2\n\nMay carry any number of allied minions.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4irt4g005c24v5grd2gsp7" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_air_elite_site_cards.json b/data/beta_air_elite_site_cards.json new file mode 100644 index 0000000..33f39da --- /dev/null +++ b/data/beta_air_elite_site_cards.json @@ -0,0 +1,228 @@ +[ + { + "id": "clm4q2etm00y8e0v54zbj52yf", + "slug": "observatory", + "name": "Observatory", + "hotscore": 9307, + "guardian": { + "id": "clq3a1jdy00rpsh27ezdqavhs", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of destinies deciphered", + "subType": "", + "rulesText": "Genesis → Look at your next three spells. Put them back in any order.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4q2etm00y8e0v54zbj52yf" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ikoa01s7s67psq6i8ob4", + "slug": "bet_observatory_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/observatory.png", + "finish": "Standard", + "product": "Booster", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4q2etm00y8e0v54zbj52yf", + "setCardId": "clot8ikmr01s5s67p3k5pg1ko", + "setCard": { + "id": "clot8ikmr01s5s67p3k5pg1ko", + "slug": "bet_observatory", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q2etm00y8e0v54zbj52yf", + "meta": { + "id": "clq3a1jno00rrsh27pjicqoow", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of destinies deciphered", + "subType": "", + "rulesText": "Genesis → Look at your next three spells. Put them back in any order.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ikmr01s5s67p3k5pg1ko" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ikps01s9s67pomj3yev3", + "slug": "bet_observatory_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/observatory-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4q2etm00y8e0v54zbj52yf", + "setCardId": "clot8ikmr01s5s67p3k5pg1ko", + "setCard": { + "id": "clot8ikmr01s5s67p3k5pg1ko", + "slug": "bet_observatory", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q2etm00y8e0v54zbj52yf", + "meta": { + "id": "clq3a1jno00rrsh27pjicqoow", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of destinies deciphered", + "subType": "", + "rulesText": "Genesis → Look at your next three spells. Put them back in any order.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ikmr01s5s67p3k5pg1ko" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q2mdq00yae0v5dj4nc6ot", + "slug": "alp_observatory_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/observatory.png", + "finish": "Standard", + "product": "Booster", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4q2etm00y8e0v54zbj52yf", + "setCardId": "clm4q2l2m00y9e0v5dfl09vio", + "setCard": { + "id": "clm4q2l2m00y9e0v5dfl09vio", + "slug": "alp_observatory", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q2etm00y8e0v54zbj52yf", + "meta": { + "id": "clq3a1jg900rqsh27u3oitf8c", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of destinies deciphered", + "subType": "", + "rulesText": "Genesis → Look at your next three spells. Put them back in any order.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q2l2m00y9e0v5dfl09vio" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q2z9600yce0v553a5acaz", + "slug": "alp_observatory_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/observatory-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4q2etm00y8e0v54zbj52yf", + "setCardId": "clm4q2l2m00y9e0v5dfl09vio", + "setCard": { + "id": "clm4q2l2m00y9e0v5dfl09vio", + "slug": "alp_observatory", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q2etm00y8e0v54zbj52yf", + "meta": { + "id": "clq3a1jg900rqsh27u3oitf8c", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of destinies deciphered", + "subType": "", + "rulesText": "Genesis → Look at your next three spells. Put them back in any order.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q2l2m00y9e0v5dfl09vio" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q2tob00ybe0v531ko2q5m", + "slug": "alp_observatory_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/observatory-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4q2etm00y8e0v54zbj52yf", + "setCardId": "clm4q2l2m00y9e0v5dfl09vio", + "setCard": { + "id": "clm4q2l2m00y9e0v5dfl09vio", + "slug": "alp_observatory", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q2etm00y8e0v54zbj52yf", + "meta": { + "id": "clq3a1jg900rqsh27u3oitf8c", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of destinies deciphered", + "subType": "", + "rulesText": "Genesis → Look at your next three spells. Put them back in any order.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q2l2m00y9e0v5dfl09vio" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_air_exceptional_aura_cards.json b/data/beta_air_exceptional_aura_cards.json new file mode 100644 index 0000000..864f554 --- /dev/null +++ b/data/beta_air_exceptional_aura_cards.json @@ -0,0 +1,602 @@ +[ + { + "id": "clm4ly391002ke0v59a930osc", + "slug": "evil_presence", + "name": "Evil Presence", + "hotscore": 2396, + "guardian": { + "id": "clq39ykjk005msh279a0tc092", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of dread and foreboding", + "subType": "", + "rulesText": "You may summon Spirits to affected sites. When you summon a Spirit here, give it Charge, and return Evil Presence to its owner's hand.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4ly391002ke0v59a930osc" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g7wa00czs67phd0nhwep", + "slug": "bet_evil_presence_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/evil_presence.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4ly391002ke0v59a930osc", + "setCardId": "clot8g7up00cxs67pvo00209z", + "setCard": { + "id": "clot8g7up00cxs67pvo00209z", + "slug": "bet_evil_presence", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ly391002ke0v59a930osc", + "meta": { + "id": "clq39ykry005osh27odxbne0j", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of dread and foreboding", + "subType": "", + "rulesText": "You may summon Spirits to affected sites. When you summon a Spirit here, give it Charge, and return Evil Presence to its owner's hand.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g7up00cxs67pvo00209z" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g7xr00d1s67pqyqwuwnd", + "slug": "bet_evil_presence_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/evil_presence-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4ly391002ke0v59a930osc", + "setCardId": "clot8g7up00cxs67pvo00209z", + "setCard": { + "id": "clot8g7up00cxs67pvo00209z", + "slug": "bet_evil_presence", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ly391002ke0v59a930osc", + "meta": { + "id": "clq39ykry005osh27odxbne0j", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of dread and foreboding", + "subType": "", + "rulesText": "You may summon Spirits to affected sites. When you summon a Spirit here, give it Charge, and return Evil Presence to its owner's hand.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g7up00cxs67pvo00209z" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lyc0m002me0v5g8vn1tcz", + "slug": "alp_evil_presence_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/evil_presence.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4ly391002ke0v59a930osc", + "setCardId": "clm4lyan6002le0v57d10hkh4", + "setCard": { + "id": "clm4lyan6002le0v57d10hkh4", + "slug": "alp_evil_presence", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ly391002ke0v59a930osc", + "meta": { + "id": "clq39ykma005nsh273s94zchk", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of dread and foreboding", + "subType": "", + "rulesText": "You may summon Spirits to affected sites. When you summon a Spirit here, give it Charge, and return Evil Presence to its owner's hand.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lyan6002le0v57d10hkh4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lyksg002ne0v5hjf7fdjd", + "slug": "alp_evil_presence_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/evil_presence-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4ly391002ke0v59a930osc", + "setCardId": "clm4lyan6002le0v57d10hkh4", + "setCard": { + "id": "clm4lyan6002le0v57d10hkh4", + "slug": "alp_evil_presence", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ly391002ke0v59a930osc", + "meta": { + "id": "clq39ykma005nsh273s94zchk", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of dread and foreboding", + "subType": "", + "rulesText": "You may summon Spirits to affected sites. When you summon a Spirit here, give it Charge, and return Evil Presence to its owner's hand.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lyan6002le0v57d10hkh4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lyrhq002oe0v58ktjhsna", + "slug": "summoning_sphere", + "name": "Summoning Sphere", + "hotscore": 3369, + "guardian": { + "id": "clq39ykxk005psh276g8t0kts", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura ushers in a dark era", + "subType": "", + "rulesText": "You may summon minions to affected sites.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lyrhq002oe0v58ktjhsna" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g87700d6s67p6i02bo0o", + "slug": "bet_summoning_sphere_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/summoning_sphere.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "The icy earth swung blind and blackening in the moonless air. Morn came and went—and came, and brought no day. — Lord Byron", + "cardId": "clm4lyrhq002oe0v58ktjhsna", + "setCardId": "clot8g85n00d4s67pwwrajqxk", + "setCard": { + "id": "clot8g85n00d4s67pwwrajqxk", + "slug": "bet_summoning_sphere", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lyrhq002oe0v58ktjhsna", + "meta": { + "id": "clq39yl5q005rsh27eptosrkr", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura ushers in a dark era", + "subType": "", + "rulesText": "You may summon minions to affected sites.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g85n00d4s67pwwrajqxk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g88o00d8s67ps0kmju9b", + "slug": "bet_summoning_sphere_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/summoning_sphere-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "The icy earth swung blind and blackening in the moonless air. Morn came and went—and came, and brought no day. — Lord Byron", + "cardId": "clm4lyrhq002oe0v58ktjhsna", + "setCardId": "clot8g85n00d4s67pwwrajqxk", + "setCard": { + "id": "clot8g85n00d4s67pwwrajqxk", + "slug": "bet_summoning_sphere", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lyrhq002oe0v58ktjhsna", + "meta": { + "id": "clq39yl5q005rsh27eptosrkr", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura ushers in a dark era", + "subType": "", + "rulesText": "You may summon minions to affected sites.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g85n00d4s67pwwrajqxk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lyzjp002qe0v5h4sh4m88", + "slug": "alp_summoning_sphere_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/summoning_sphere.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "\"The icy earth swung blind and blackening in the moonless air. Morn came and went—and came, and brought no day.\" — Lord Byron", + "cardId": "clm4lyrhq002oe0v58ktjhsna", + "setCardId": "clm4lyy48002pe0v5fda31nli", + "setCard": { + "id": "clm4lyy48002pe0v5fda31nli", + "slug": "alp_summoning_sphere", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lyrhq002oe0v58ktjhsna", + "meta": { + "id": "clq39yl01005qsh27ejfjtouk", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura ushers in a dark era", + "subType": "", + "rulesText": "You may summon minions to affected sites.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lyy48002pe0v5fda31nli" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lz8si002re0v5dli8h1pi", + "slug": "alp_summoning_sphere_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/summoning_sphere-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "\"The icy earth swung blind and blackening in the moonless air. Morn came and went—and came, and brought no day.\" — Lord Byron", + "cardId": "clm4lyrhq002oe0v58ktjhsna", + "setCardId": "clm4lyy48002pe0v5fda31nli", + "setCard": { + "id": "clm4lyy48002pe0v5fda31nli", + "slug": "alp_summoning_sphere", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lyrhq002oe0v58ktjhsna", + "meta": { + "id": "clq39yl01005qsh27ejfjtouk", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura ushers in a dark era", + "subType": "", + "rulesText": "You may summon minions to affected sites.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lyy48002pe0v5fda31nli" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lzfa6002se0v53enh040n", + "slug": "thunderstorm", + "name": "Thunderstorm", + "hotscore": 4670, + "guardian": { + "id": "clq39ylbe005ssh27rummicqw", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of tempestuous fury", + "subType": "", + "rulesText": "At the end of your turn, deal 3 damage to a random unit atop affected sites, then you may move Thunderstorm one step.\r\n\r\nLasts 3 of your turns.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4lzfa6002se0v53enh040n" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g8jp00dds67pdrfwrog9", + "slug": "bet_thunderstorm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/thunderstorm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4lzfa6002se0v53enh040n", + "setCardId": "clot8g8hj00dbs67pjqjrmcc2", + "setCard": { + "id": "clot8g8hj00dbs67pjqjrmcc2", + "slug": "bet_thunderstorm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lzfa6002se0v53enh040n", + "meta": { + "id": "clq39yllg005ush272cgvr7kq", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of tempestuous fury", + "subType": "", + "rulesText": "At the end of your turn, deal 3 damage to a random unit atop affected sites, then you may move Thunderstorm one step.\r\n\r\nLasts 3 of your turns.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g8hj00dbs67pjqjrmcc2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g8lq00dfs67pwds0v7rv", + "slug": "bet_thunderstorm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/thunderstorm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4lzfa6002se0v53enh040n", + "setCardId": "clot8g8hj00dbs67pjqjrmcc2", + "setCard": { + "id": "clot8g8hj00dbs67pjqjrmcc2", + "slug": "bet_thunderstorm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lzfa6002se0v53enh040n", + "meta": { + "id": "clq39yllg005ush272cgvr7kq", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of tempestuous fury", + "subType": "", + "rulesText": "At the end of your turn, deal 3 damage to a random unit atop affected sites, then you may move Thunderstorm one step.\r\n\r\nLasts 3 of your turns.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g8hj00dbs67pjqjrmcc2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lznb5002ue0v53za48jev", + "slug": "alp_thunderstorm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/thunderstorm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4lzfa6002se0v53enh040n", + "setCardId": "clm4lzlxo002te0v52r71giu8", + "setCard": { + "id": "clm4lzlxo002te0v52r71giu8", + "slug": "alp_thunderstorm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lzfa6002se0v53enh040n", + "meta": { + "id": "clq39yldt005tsh27n0cpi55q", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of tempestuous fury", + "subType": "", + "rulesText": "At the end of your turn, deal 3 damage to a random unit atop affected sites, then you may move Thunderstorm one step. After it deals damage three times, dispel it.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4lzlxo002te0v52r71giu8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m049o002we0v52kzc87r2", + "slug": "alp_thunderstorm_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/thunderstorm-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4lzfa6002se0v53enh040n", + "setCardId": "clm4lzlxo002te0v52r71giu8", + "setCard": { + "id": "clm4lzlxo002te0v52r71giu8", + "slug": "alp_thunderstorm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lzfa6002se0v53enh040n", + "meta": { + "id": "clq39yldt005tsh27n0cpi55q", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of tempestuous fury", + "subType": "", + "rulesText": "At the end of your turn, deal 3 damage to a random unit atop affected sites, then you may move Thunderstorm one step. After it deals damage three times, dispel it.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4lzlxo002te0v52r71giu8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lzx7b002ve0v5dw1z62fq", + "slug": "alp_thunderstorm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/thunderstorm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4lzfa6002se0v53enh040n", + "setCardId": "clm4lzlxo002te0v52r71giu8", + "setCard": { + "id": "clm4lzlxo002te0v52r71giu8", + "slug": "alp_thunderstorm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lzfa6002se0v53enh040n", + "meta": { + "id": "clq39yldt005tsh27n0cpi55q", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of tempestuous fury", + "subType": "", + "rulesText": "At the end of your turn, deal 3 damage to a random unit atop affected sites, then you may move Thunderstorm one step. After it deals damage three times, dispel it.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4lzlxo002te0v52r71giu8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_air_exceptional_magic_cards.json b/data/beta_air_exceptional_magic_cards.json new file mode 100644 index 0000000..ca96b92 --- /dev/null +++ b/data/beta_air_exceptional_magic_cards.json @@ -0,0 +1,1763 @@ +[ + { + "id": "clm4llt560009e0v53ng34npu", + "slug": "chain_lightning", + "name": "Chain Lightning", + "hotscore": 2033, + "guardian": { + "id": "clq39ycfe003wsh27vzwo79e5", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of arcing current", + "subType": "", + "rulesText": "Deal 2 damage to target unit nearby. Any number of times, you may spend ② to additionally target a new unit nearby the previous one.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4llt560009e0v53ng34npu" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g1ng0093s67pvwiogi5q", + "slug": "bet_chain_lightning_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/chain_lightning.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4llt560009e0v53ng34npu", + "setCardId": "clot8g1lx0091s67pfczrjqqn", + "setCard": { + "id": "clot8g1lx0091s67pfczrjqqn", + "slug": "bet_chain_lightning", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4llt560009e0v53ng34npu", + "meta": { + "id": "clq39ycp6003ysh274v5sxyqu", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of arcing current", + "subType": "", + "rulesText": "Deal 2 damage to target unit nearby. Any number of times, you may spend ② to additionally target a new unit nearby the previous one.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g1lx0091s67pfczrjqqn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g1p00095s67pwn3oe4ul", + "slug": "bet_chain_lightning_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/chain_lightning-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4llt560009e0v53ng34npu", + "setCardId": "clot8g1lx0091s67pfczrjqqn", + "setCard": { + "id": "clot8g1lx0091s67pfczrjqqn", + "slug": "bet_chain_lightning", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4llt560009e0v53ng34npu", + "meta": { + "id": "clq39ycp6003ysh274v5sxyqu", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of arcing current", + "subType": "", + "rulesText": "Deal 2 damage to target unit nearby. Any number of times, you may spend ② to additionally target a new unit nearby the previous one.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g1lx0091s67pfczrjqqn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lm065000be0v57th73h3z", + "slug": "alp_chain_lightning_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/chain_lightning.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4llt560009e0v53ng34npu", + "setCardId": "clm4llyt7000ae0v56enk0mmz", + "setCard": { + "id": "clm4llyt7000ae0v56enk0mmz", + "slug": "alp_chain_lightning", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4llt560009e0v53ng34npu", + "meta": { + "id": "clq39ychq003xsh272pxfc1z4", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of arcing current", + "subType": "", + "rulesText": "Deal 2 damage to target unit nearby. Any number of times, you may spend ② to additionally target a new unit nearby the previous one.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4llyt7000ae0v56enk0mmz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lmdt8000de0v58tsu4zqw", + "slug": "alp_chain_lightning_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/chain_lightning-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4llt560009e0v53ng34npu", + "setCardId": "clm4llyt7000ae0v56enk0mmz", + "setCard": { + "id": "clm4llyt7000ae0v56enk0mmz", + "slug": "alp_chain_lightning", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4llt560009e0v53ng34npu", + "meta": { + "id": "clq39ychq003xsh272pxfc1z4", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of arcing current", + "subType": "", + "rulesText": "Deal 2 damage to target unit nearby. Any number of times, you may spend ② to additionally target a new unit nearby the previous one.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4llyt7000ae0v56enk0mmz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lm72u000ce0v5g3iffa5q", + "slug": "alp_chain_lightning_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/chain_lightning-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4llt560009e0v53ng34npu", + "setCardId": "clm4llyt7000ae0v56enk0mmz", + "setCard": { + "id": "clm4llyt7000ae0v56enk0mmz", + "slug": "alp_chain_lightning", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4llt560009e0v53ng34npu", + "meta": { + "id": "clq39ychq003xsh272pxfc1z4", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of arcing current", + "subType": "", + "rulesText": "Deal 2 damage to target unit nearby. Any number of times, you may spend ② to additionally target a new unit nearby the previous one.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4llyt7000ae0v56enk0mmz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lotdk000ue0v51r09a5qq", + "slug": "flanking_maneuver", + "name": "Flanking Maneuver", + "hotscore": 1443, + "guardian": { + "id": "clq39yef6004bsh27dazd3shs", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic and peculiar ploy", + "subType": "", + "rulesText": "Teleport any number of allies at one location to another location a chess knight's move away. Draw a card.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lotdk000ue0v51r09a5qq" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g38h00a2s67p9aiu6as0", + "slug": "bet_flanking_maneuver_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/flanking_maneuver.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4lotdk000ue0v51r09a5qq", + "setCardId": "clot8g37000a0s67pjrtjqsi6", + "setCard": { + "id": "clot8g37000a0s67pjrtjqsi6", + "slug": "bet_flanking_maneuver", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lotdk000ue0v51r09a5qq", + "meta": { + "id": "clq39yene004dsh27hiw6wjnk", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic and peculiar ploy", + "subType": "", + "rulesText": "Teleport any number of allies at one location to another location a chess knight's move away. Draw a card.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g37000a0s67pjrtjqsi6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g3a200a4s67pizk6kd7t", + "slug": "bet_flanking_maneuver_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/flanking_maneuver-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4lotdk000ue0v51r09a5qq", + "setCardId": "clot8g37000a0s67pjrtjqsi6", + "setCard": { + "id": "clot8g37000a0s67pjrtjqsi6", + "slug": "bet_flanking_maneuver", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lotdk000ue0v51r09a5qq", + "meta": { + "id": "clq39yene004dsh27hiw6wjnk", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic and peculiar ploy", + "subType": "", + "rulesText": "Teleport any number of allies at one location to another location a chess knight's move away. Draw a card.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g37000a0s67pjrtjqsi6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lp0e5000we0v529lg9xrh", + "slug": "alp_flanking_maneuver_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/flanking_maneuver.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4lotdk000ue0v51r09a5qq", + "setCardId": "clm4loz1t000ve0v53h7kcnug", + "setCard": { + "id": "clm4loz1t000ve0v53h7kcnug", + "slug": "alp_flanking_maneuver", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lotdk000ue0v51r09a5qq", + "meta": { + "id": "clq39yehq004csh27xktpaeke", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic and peculiar ploy", + "subType": "", + "rulesText": "Teleport any number of allies at one location to another location a chess knight's move away. Draw a card.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4loz1t000ve0v53h7kcnug" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lp7wz000xe0v567ra5y13", + "slug": "alp_flanking_maneuver_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/flanking_maneuver-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4lotdk000ue0v51r09a5qq", + "setCardId": "clm4loz1t000ve0v53h7kcnug", + "setCard": { + "id": "clm4loz1t000ve0v53h7kcnug", + "slug": "alp_flanking_maneuver", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lotdk000ue0v51r09a5qq", + "meta": { + "id": "clq39yehq004csh27xktpaeke", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic and peculiar ploy", + "subType": "", + "rulesText": "Teleport any number of allies at one location to another location a chess knight's move away. Draw a card.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4loz1t000ve0v53h7kcnug" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lryvw001fe0v574m84v5f", + "slug": "psionic_blast", + "name": "Psionic Blast", + "hotscore": 263, + "guardian": { + "id": "clq39ygni004ssh27srzikny6", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of stunning realization", + "subType": "", + "rulesText": "Deal 1 damage to each minion here. They're disabled until your next turn.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lryvw001fe0v574m84v5f" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g4rw00b1s67psi53kbdu", + "slug": "bet_psionic_blast_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/psionic_blast.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "A laden conscience soon becomes leaden.", + "cardId": "clm4lryvw001fe0v574m84v5f", + "setCardId": "clot8g4qe00azs67pvftsyiyd", + "setCard": { + "id": "clot8g4qe00azs67pvftsyiyd", + "slug": "bet_psionic_blast", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lryvw001fe0v574m84v5f", + "meta": { + "id": "clq39ygvt004ush27fq6zzlsu", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of stunning realization", + "subType": "", + "rulesText": "Deal 1 damage to each minion here. They're disabled until your next turn.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g4qe00azs67pvftsyiyd" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g4tf00b3s67pidpzgg6e", + "slug": "bet_psionic_blast_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/psionic_blast-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "A laden conscience soon becomes leaden.", + "cardId": "clm4lryvw001fe0v574m84v5f", + "setCardId": "clot8g4qe00azs67pvftsyiyd", + "setCard": { + "id": "clot8g4qe00azs67pvftsyiyd", + "slug": "bet_psionic_blast", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lryvw001fe0v574m84v5f", + "meta": { + "id": "clq39ygvt004ush27fq6zzlsu", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of stunning realization", + "subType": "", + "rulesText": "Deal 1 damage to each minion here. They're disabled until your next turn.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g4qe00azs67pvftsyiyd" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ls6oz001he0v51u792azm", + "slug": "alp_psionic_blast_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/psionic_blast.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "A laden conscience soon becomes leaden.", + "cardId": "clm4lryvw001fe0v574m84v5f", + "setCardId": "clm4ls53q001ge0v50k68demy", + "setCard": { + "id": "clm4ls53q001ge0v50k68demy", + "slug": "alp_psionic_blast", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lryvw001fe0v574m84v5f", + "meta": { + "id": "clq39ygpv004tsh271ga5swq1", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of stunning realization", + "subType": "", + "rulesText": "Deal 1 damage to each minion here. They're disabled until your next turn.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ls53q001ge0v50k68demy" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lsejj001ie0v5ggfh2jvf", + "slug": "alp_psionic_blast_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/psionic_blast-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "A laden conscience soon becomes leaden.", + "cardId": "clm4lryvw001fe0v574m84v5f", + "setCardId": "clm4ls53q001ge0v50k68demy", + "setCard": { + "id": "clm4ls53q001ge0v50k68demy", + "slug": "alp_psionic_blast", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lryvw001fe0v574m84v5f", + "meta": { + "id": "clq39ygpv004tsh271ga5swq1", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of stunning realization", + "subType": "", + "rulesText": "Deal 1 damage to each minion here. They're disabled until your next turn.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ls53q001ge0v50k68demy" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lt5cu001ne0v5gj856u9f", + "slug": "raise_dead", + "name": "Raise Dead", + "hotscore": 1670, + "guardian": { + "id": "clq39yhfv004ysh275r4za78f", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of unsettling necromancy", + "subType": "", + "rulesText": "Summon a random dead minion.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4lt5cu001ne0v5gj856u9f" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g5du00bfs67pxtamtt4v", + "slug": "bet_raise_dead_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/raise_dead.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "The living need the dead far more than the dead need the living. — Thomas Laqueur", + "cardId": "clm4lt5cu001ne0v5gj856u9f", + "setCardId": "clot8g5c800bds67pgw1zvz4o", + "setCard": { + "id": "clot8g5c800bds67pgw1zvz4o", + "slug": "bet_raise_dead", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lt5cu001ne0v5gj856u9f", + "meta": { + "id": "clq39yhns0050sh27kk8m1qx0", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of unsettling necromancy", + "subType": "", + "rulesText": "Summon a random dead minion.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g5c800bds67pgw1zvz4o" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g5fg00bhs67pn49dzrm9", + "slug": "bet_raise_dead_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/raise_dead-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "The living need the dead far more than the dead need the living. — Thomas Laqueur", + "cardId": "clm4lt5cu001ne0v5gj856u9f", + "setCardId": "clot8g5c800bds67pgw1zvz4o", + "setCard": { + "id": "clot8g5c800bds67pgw1zvz4o", + "slug": "bet_raise_dead", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lt5cu001ne0v5gj856u9f", + "meta": { + "id": "clq39yhns0050sh27kk8m1qx0", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of unsettling necromancy", + "subType": "", + "rulesText": "Summon a random dead minion.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g5c800bds67pgw1zvz4o" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ltd4c001pe0v55iqq2ef1", + "slug": "alp_raise_dead_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/raise_dead.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "\"The living need the dead far more than the dead need the living.\" — Thomas Laqueur", + "cardId": "clm4lt5cu001ne0v5gj856u9f", + "setCardId": "clm4ltbjs001oe0v57igl4gac", + "setCard": { + "id": "clm4ltbjs001oe0v57igl4gac", + "slug": "alp_raise_dead", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lt5cu001ne0v5gj856u9f", + "meta": { + "id": "clq39yhi7004zsh27978rr3bg", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of unsettling necromancy", + "subType": "", + "rulesText": "Summon a random dead minion.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ltbjs001oe0v57igl4gac" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ltkwz001qe0v5djrpgvmj", + "slug": "alp_raise_dead_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/raise_dead-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "\"The living need the dead far more than the dead need the living.\" — Thomas Laqueur", + "cardId": "clm4lt5cu001ne0v5gj856u9f", + "setCardId": "clm4ltbjs001oe0v57igl4gac", + "setCard": { + "id": "clm4ltbjs001oe0v57igl4gac", + "slug": "alp_raise_dead", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lt5cu001ne0v5gj856u9f", + "meta": { + "id": "clq39yhi7004zsh27978rr3bg", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of unsettling necromancy", + "subType": "", + "rulesText": "Summon a random dead minion.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ltbjs001oe0v57igl4gac" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ltquz001re0v500ty1rkc", + "slug": "recall", + "name": "Recall", + "hotscore": 462, + "guardian": { + "id": "clq39yhth0051sh27k4iysn55", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of last resort", + "subType": "", + "rulesText": "Teleport any number of allied minions to the caster’s location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4ltquz001re0v500ty1rkc" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g5oq00bms67pafdv3m2h", + "slug": "bet_recall_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/recall.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4ltquz001re0v500ty1rkc", + "setCardId": "clot8g5n500bks67pojttzf38", + "setCard": { + "id": "clot8g5n500bks67pojttzf38", + "slug": "bet_recall", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ltquz001re0v500ty1rkc", + "meta": { + "id": "clq39yi180053sh275z52mtpz", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of last resort", + "subType": "", + "rulesText": "Teleport any number of allied minions to the caster’s location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g5n500bks67pojttzf38" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g5q700bos67p9s0pzhqb", + "slug": "bet_recall_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/recall-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4ltquz001re0v500ty1rkc", + "setCardId": "clot8g5n500bks67pojttzf38", + "setCard": { + "id": "clot8g5n500bks67pojttzf38", + "slug": "bet_recall", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ltquz001re0v500ty1rkc", + "meta": { + "id": "clq39yi180053sh275z52mtpz", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of last resort", + "subType": "", + "rulesText": "Teleport any number of allied minions to the caster’s location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g5n500bks67pojttzf38" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lty1h001te0v533xcdh58", + "slug": "alp_recall_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/recall.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4ltquz001re0v500ty1rkc", + "setCardId": "clm4ltwnw001se0v5dc3v467n", + "setCard": { + "id": "clm4ltwnw001se0v5dc3v467n", + "slug": "alp_recall", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ltquz001re0v500ty1rkc", + "meta": { + "id": "clq39yhvq0052sh27eo31gfu0", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of last resort", + "subType": "", + "rulesText": "Teleport any number of allied minions to the caster’s location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ltwnw001se0v5dc3v467n" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lu5ug001ue0v5gigyfm9n", + "slug": "alp_recall_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/recall-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4ltquz001re0v500ty1rkc", + "setCardId": "clm4ltwnw001se0v5dc3v467n", + "setCard": { + "id": "clm4ltwnw001se0v5dc3v467n", + "slug": "alp_recall", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ltquz001re0v500ty1rkc", + "meta": { + "id": "clq39yhvq0052sh27eo31gfu0", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of last resort", + "subType": "", + "rulesText": "Teleport any number of allied minions to the caster’s location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ltwnw001se0v5dc3v467n" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4luc3y001ve0v578d31qww", + "slug": "telekinesis", + "name": "Telekinesis", + "hotscore": 431, + "guardian": { + "id": "clq39yi6z0054sh27g3y0k9my", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of psychic swiping", + "subType": "", + "rulesText": "Caster snatches and picks up target nearby artifact they can carry.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4luc3y001ve0v578d31qww" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g60b00bts67plur0jnib", + "slug": "bet_telekinesis_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/telekinesis.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "“If it’s in my hand, it’s mine.” — Toddler’s first rule.", + "cardId": "clm4luc3y001ve0v578d31qww", + "setCardId": "clot8g5yr00brs67ps7vx1k41", + "setCard": { + "id": "clot8g5yr00brs67ps7vx1k41", + "slug": "bet_telekinesis", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4luc3y001ve0v578d31qww", + "meta": { + "id": "clq39yif10056sh27l6xb3gag", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of psychic swiping", + "subType": "", + "rulesText": "Caster snatches and picks up target nearby artifact they can carry.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g5yr00brs67ps7vx1k41" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g61w00bvs67p41zcd6jm", + "slug": "bet_telekinesis_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/telekinesis-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "“If it’s in my hand, it’s mine.” — Toddler’s first rule.", + "cardId": "clm4luc3y001ve0v578d31qww", + "setCardId": "clot8g5yr00brs67ps7vx1k41", + "setCard": { + "id": "clot8g5yr00brs67ps7vx1k41", + "slug": "bet_telekinesis", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4luc3y001ve0v578d31qww", + "meta": { + "id": "clq39yif10056sh27l6xb3gag", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of psychic swiping", + "subType": "", + "rulesText": "Caster snatches and picks up target nearby artifact they can carry.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g5yr00brs67ps7vx1k41" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lujow001xe0v57zb06s93", + "slug": "alp_telekinesis_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/telekinesis.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "“If it’s in my hand, it’s mine.” — Toddler’s first rule.", + "cardId": "clm4luc3y001ve0v578d31qww", + "setCardId": "clm4luibm001we0v53n89chwp", + "setCard": { + "id": "clm4luibm001we0v53n89chwp", + "slug": "alp_telekinesis", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4luc3y001ve0v578d31qww", + "meta": { + "id": "clq39yi9c0055sh27z00y09rn", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of psychic swiping", + "subType": "", + "rulesText": "Caster snatches and picks up target nearby artifact they can carry.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4luibm001we0v53n89chwp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lur4h001ye0v5gvcl3x80", + "slug": "alp_telekinesis_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/telekinesis-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "“If it’s in my hand, it’s mine.” — Toddler’s first rule.", + "cardId": "clm4luc3y001ve0v578d31qww", + "setCardId": "clm4luibm001we0v53n89chwp", + "setCard": { + "id": "clm4luibm001we0v53n89chwp", + "slug": "alp_telekinesis", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4luc3y001ve0v578d31qww", + "meta": { + "id": "clq39yi9c0055sh27z00y09rn", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of psychic swiping", + "subType": "", + "rulesText": "Caster snatches and picks up target nearby artifact they can carry.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4luibm001we0v53n89chwp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lw5yx0027e0v5b3ko8xk2", + "slug": "waypoint_portal", + "name": "Waypoint Portal", + "hotscore": 595, + "guardian": { + "id": "clq39yjc7005dsh27o1e8zmcj", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of dimensional distortion", + "subType": "", + "rulesText": "Choose two different sites. This turn, units can move between them as if they were adjacent.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lw5yx0027e0v5b3ko8xk2" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g6xt00ces67p7ge0l7c7", + "slug": "bet_waypoint_portal_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/waypoint_portal.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4lw5yx0027e0v5b3ko8xk2", + "setCardId": "clot8g6wb00ccs67pkgjeirkc", + "setCard": { + "id": "clot8g6wb00ccs67pkgjeirkc", + "slug": "bet_waypoint_portal", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lw5yx0027e0v5b3ko8xk2", + "meta": { + "id": "clq39yjlu005fsh27490ne1lt", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of dimensional distortion", + "subType": "", + "rulesText": "Choose two different sites. This turn, units can move between them as if they were adjacent.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g6wb00ccs67pkgjeirkc" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g6zd00cgs67pwzyx29by", + "slug": "bet_waypoint_portal_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/waypoint_portal-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4lw5yx0027e0v5b3ko8xk2", + "setCardId": "clot8g6wb00ccs67pkgjeirkc", + "setCard": { + "id": "clot8g6wb00ccs67pkgjeirkc", + "slug": "bet_waypoint_portal", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lw5yx0027e0v5b3ko8xk2", + "meta": { + "id": "clq39yjlu005fsh27490ne1lt", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of dimensional distortion", + "subType": "", + "rulesText": "Choose two different sites. This turn, units can move between them as if they were adjacent.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g6wb00ccs67pkgjeirkc" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lwe5p0029e0v56l1tanhq", + "slug": "alp_waypoint_portal_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/waypoint_portal.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4lw5yx0027e0v5b3ko8xk2", + "setCardId": "clm4lwcse0028e0v5c1yleb8o", + "setCard": { + "id": "clm4lwcse0028e0v5c1yleb8o", + "slug": "alp_waypoint_portal", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lw5yx0027e0v5b3ko8xk2", + "meta": { + "id": "clq39yjeh005esh27sxt7d1vv", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of dimensional distortion", + "subType": "", + "rulesText": "Choose two different sites. This turn, units can move between them as if they were adjacent.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lwcse0028e0v5c1yleb8o" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lwsry002be0v57i0y02jl", + "slug": "alp_waypoint_portal_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/waypoint_portal-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4lw5yx0027e0v5b3ko8xk2", + "setCardId": "clm4lwcse0028e0v5c1yleb8o", + "setCard": { + "id": "clm4lwcse0028e0v5c1yleb8o", + "slug": "alp_waypoint_portal", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lw5yx0027e0v5b3ko8xk2", + "meta": { + "id": "clq39yjeh005esh27sxt7d1vv", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of dimensional distortion", + "subType": "", + "rulesText": "Choose two different sites. This turn, units can move between them as if they were adjacent.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lwcse0028e0v5c1yleb8o" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lwm20002ae0v5hqm89wyb", + "slug": "alp_waypoint_portal_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/waypoint_portal-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4lw5yx0027e0v5b3ko8xk2", + "setCardId": "clm4lwcse0028e0v5c1yleb8o", + "setCard": { + "id": "clm4lwcse0028e0v5c1yleb8o", + "slug": "alp_waypoint_portal", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lw5yx0027e0v5b3ko8xk2", + "meta": { + "id": "clq39yjeh005esh27sxt7d1vv", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of dimensional distortion", + "subType": "", + "rulesText": "Choose two different sites. This turn, units can move between them as if they were adjacent.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lwcse0028e0v5c1yleb8o" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lwue7002ce0v53np12145", + "slug": "whirling_blades", + "name": "Whirling Blades", + "hotscore": 3028, + "guardian": { + "id": "clq39yjrw005gsh274ocgyz0v", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A vicious vortex of Exceptional Magic", + "subType": "", + "rulesText": "An ally may take up to two steps, and then strikes each enemy along their entire path.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4lwue7002ce0v53np12145" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g79400cls67pr1chnl2x", + "slug": "bet_whirling_blades_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/whirling_blades.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4lwue7002ce0v53np12145", + "setCardId": "clot8g77h00cjs67pi203c2d0", + "setCard": { + "id": "clot8g77h00cjs67pi203c2d0", + "slug": "bet_whirling_blades", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lwue7002ce0v53np12145", + "meta": { + "id": "clq39yk03005ish27oy6ws61a", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A vicious vortex of Exceptional Magic", + "subType": "", + "rulesText": "An ally may take up to two steps, and then strikes each enemy along their entire path.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g77h00cjs67pi203c2d0" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g7ap00cns67p76meqd7c", + "slug": "bet_whirling_blades_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/whirling_blades-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4lwue7002ce0v53np12145", + "setCardId": "clot8g77h00cjs67pi203c2d0", + "setCard": { + "id": "clot8g77h00cjs67pi203c2d0", + "slug": "bet_whirling_blades", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lwue7002ce0v53np12145", + "meta": { + "id": "clq39yk03005ish27oy6ws61a", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A vicious vortex of Exceptional Magic", + "subType": "", + "rulesText": "An ally may take up to two steps, and then strikes each enemy along their entire path.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g77h00cjs67pi203c2d0" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lx2tx002ee0v5g5349fwb", + "slug": "alp_whirling_blades_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/whirling_blades.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4lwue7002ce0v53np12145", + "setCardId": "clm4lx1gn002de0v58vo004sl", + "setCard": { + "id": "clm4lx1gn002de0v58vo004sl", + "slug": "alp_whirling_blades", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lwue7002ce0v53np12145", + "meta": { + "id": "clq39yju8005hsh27g2b0dumg", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A vicious vortex of Exceptional Magic", + "subType": "", + "rulesText": "An ally may take up to two steps, and then strikes each enemy along their entire path.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4lx1gn002de0v58vo004sl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lxbpz002fe0v50htcdq6j", + "slug": "alp_whirling_blades_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/whirling_blades-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4lwue7002ce0v53np12145", + "setCardId": "clm4lx1gn002de0v58vo004sl", + "setCard": { + "id": "clm4lx1gn002de0v58vo004sl", + "slug": "alp_whirling_blades", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lwue7002ce0v53np12145", + "meta": { + "id": "clq39yju8005hsh27g2b0dumg", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A vicious vortex of Exceptional Magic", + "subType": "", + "rulesText": "An ally may take up to two steps, and then strikes each enemy along their entire path.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4lx1gn002de0v58vo004sl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lxhdr002ge0v51ck83n9x", + "slug": "windblast", + "name": "Windblast", + "hotscore": 705, + "guardian": { + "id": "clq39yk5l005jsh27br2ml889", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of weighty weather", + "subType": "", + "rulesText": "Push everything atop sites one step in a cardinal direction.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lxhdr002ge0v51ck83n9x" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g7k800css67puqo7as60", + "slug": "bet_windblast_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/windblast.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4lxhdr002ge0v51ck83n9x", + "setCardId": "clot8g7in00cqs67piuotznmv", + "setCard": { + "id": "clot8g7in00cqs67piuotznmv", + "slug": "bet_windblast", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lxhdr002ge0v51ck83n9x", + "meta": { + "id": "clq39ykds005lsh276cuhb3k6", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of weighty weather", + "subType": "", + "rulesText": "Push everything atop sites one step in a cardinal direction.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g7in00cqs67piuotznmv" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g7ls00cus67ppws534kl", + "slug": "bet_windblast_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/windblast-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4lxhdr002ge0v51ck83n9x", + "setCardId": "clot8g7in00cqs67piuotznmv", + "setCard": { + "id": "clot8g7in00cqs67piuotznmv", + "slug": "bet_windblast", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lxhdr002ge0v51ck83n9x", + "meta": { + "id": "clq39ykds005lsh276cuhb3k6", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of weighty weather", + "subType": "", + "rulesText": "Push everything atop sites one step in a cardinal direction.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g7in00cqs67piuotznmv" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lxp1n002ie0v59cebh587", + "slug": "alp_windblast_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/windblast.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4lxhdr002ge0v51ck83n9x", + "setCardId": "clm4lxnog002he0v5ad1012xn", + "setCard": { + "id": "clm4lxnog002he0v5ad1012xn", + "slug": "alp_windblast", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lxhdr002ge0v51ck83n9x", + "meta": { + "id": "clq39yk80005ksh27aurztsp7", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of weighty weather", + "subType": "", + "rulesText": "Push everything atop sites one step in a cardinal direction.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lxnog002he0v5ad1012xn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lxwwe002je0v57hmw7jd1", + "slug": "alp_windblast_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/windblast-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4lxhdr002ge0v51ck83n9x", + "setCardId": "clm4lxnog002he0v5ad1012xn", + "setCard": { + "id": "clm4lxnog002he0v5ad1012xn", + "slug": "alp_windblast", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lxhdr002ge0v51ck83n9x", + "meta": { + "id": "clq39yk80005ksh27aurztsp7", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of weighty weather", + "subType": "", + "rulesText": "Push everything atop sites one step in a cardinal direction.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lxnog002he0v5ad1012xn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_air_exceptional_minion_cards.json b/data/beta_air_exceptional_minion_cards.json new file mode 100644 index 0000000..6899fcd --- /dev/null +++ b/data/beta_air_exceptional_minion_cards.json @@ -0,0 +1,2932 @@ +[ + { + "id": "clm4i4xhx000j24v583v67p05", + "slug": "daperyll_vampire", + "name": "Daperyll Vampire", + "hotscore": 4243, + "guardian": { + "id": "clq39xuwp000csh27dst31osm", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Undead with a sanguine desire", + "subType": "Undead", + "rulesText": "Airborne\r\n\r\nDamage dealt by Daperyll Vampire's strikes heals you.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4i4xhx000j24v583v67p05" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fngq000xs67py78ao229", + "slug": "bet_daperyll_vampire_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/daperyll_vampire.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4i4xhx000j24v583v67p05", + "setCardId": "clot8fnf7000vs67p91anpv3k", + "setCard": { + "id": "clot8fnf7000vs67p91anpv3k", + "slug": "bet_daperyll_vampire", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i4xhx000j24v583v67p05", + "meta": { + "id": "clq39xv4r000esh271fqazen8", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Undead with a sanguine desire", + "subType": "Undead", + "rulesText": "Airborne\r\n\r\nDamage dealt by Daperyll Vampire's strikes heals you.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fnf7000vs67p91anpv3k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fni9000zs67p1pf09zlr", + "slug": "bet_daperyll_vampire_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/daperyll_vampire-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4i4xhx000j24v583v67p05", + "setCardId": "clot8fnf7000vs67p91anpv3k", + "setCard": { + "id": "clot8fnf7000vs67p91anpv3k", + "slug": "bet_daperyll_vampire", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i4xhx000j24v583v67p05", + "meta": { + "id": "clq39xv4r000esh271fqazen8", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Undead with a sanguine desire", + "subType": "Undead", + "rulesText": "Airborne\r\n\r\nDamage dealt by Daperyll Vampire's strikes heals you.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fnf7000vs67p91anpv3k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i550c000l24v56684cigv", + "slug": "alp_daperyll_vampire_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/daperyll_vampire.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4i4xhx000j24v583v67p05", + "setCardId": "clm4i53ob000k24v51z5s7mdq", + "setCard": { + "id": "clm4i53ob000k24v51z5s7mdq", + "slug": "alp_daperyll_vampire", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i4xhx000j24v583v67p05", + "meta": { + "id": "clq39xuyy000dsh27ipai6w06", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Undead with a sanguine desire", + "subType": "Undead", + "rulesText": "Airborne\n\nDamage dealt by Daperyll Vampire's strikes heals you.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i53ob000k24v51z5s7mdq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i5bxo000m24v5cezibx4j", + "slug": "alp_daperyll_vampire_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/daperyll_vampire-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4i4xhx000j24v583v67p05", + "setCardId": "clm4i53ob000k24v51z5s7mdq", + "setCard": { + "id": "clm4i53ob000k24v51z5s7mdq", + "slug": "alp_daperyll_vampire", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i4xhx000j24v583v67p05", + "meta": { + "id": "clq39xuyy000dsh27ipai6w06", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Undead with a sanguine desire", + "subType": "Undead", + "rulesText": "Airborne\n\nDamage dealt by Daperyll Vampire's strikes heals you.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i53ob000k24v51z5s7mdq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4i7wii001524v5d5elcbzk", + "slug": "gyre_hippogriffs", + "name": "Gyre Hippogriffs", + "hotscore": 3738, + "guardian": { + "id": "clq39xwx7000rsh27dj5vvv2w", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Beasts circle the skies", + "subType": "Beast", + "rulesText": "Airborne, Charge", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4i7wii001524v5d5elcbzk" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fp5h001ws67pwt16i0vt", + "slug": "bet_gyre_hippogriffs_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/gyre_hippogriffs.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "A wing aloft, will oft descry\r\nThe turning of the screw\r\n’Fore knee or eye construe", + "cardId": "clm4i7wii001524v5d5elcbzk", + "setCardId": "clot8fp3y001us67psiecvotj", + "setCard": { + "id": "clot8fp3y001us67psiecvotj", + "slug": "bet_gyre_hippogriffs", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i7wii001524v5d5elcbzk", + "meta": { + "id": "clq39xx76000tsh27sjso7yf6", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Beasts circle the skies", + "subType": "Beast", + "rulesText": "Airborne, Charge", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fp3y001us67psiecvotj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fp76001ys67psyp299tu", + "slug": "bet_gyre_hippogriffs_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/gyre_hippogriffs-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "A wing aloft, will oft descry\r\nThe turning of the screw\r\n’Fore knee or eye construe", + "cardId": "clm4i7wii001524v5d5elcbzk", + "setCardId": "clot8fp3y001us67psiecvotj", + "setCard": { + "id": "clot8fp3y001us67psiecvotj", + "slug": "bet_gyre_hippogriffs", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i7wii001524v5d5elcbzk", + "meta": { + "id": "clq39xx76000tsh27sjso7yf6", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Beasts circle the skies", + "subType": "Beast", + "rulesText": "Airborne, Charge", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fp3y001us67psiecvotj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i846j001724v54j7l54te", + "slug": "alp_gyre_hippogriffs_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gyre_hippogriffs.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "A wing aloft, will oft descry\nThe turning of the screw\n’Fore knee or eye construe", + "cardId": "clm4i7wii001524v5d5elcbzk", + "setCardId": "clm4i82uj001624v5ayij3urt", + "setCard": { + "id": "clm4i82uj001624v5ayij3urt", + "slug": "alp_gyre_hippogriffs", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i7wii001524v5d5elcbzk", + "meta": { + "id": "clq39xwzq000ssh27d6axhog7", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Beasts circle the skies", + "subType": "Beast", + "rulesText": "Airborne, Charge", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i82uj001624v5ayij3urt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i8hfe001924v50zxc10nr", + "slug": "alp_gyre_hippogriffs_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gyre_hippogriffs-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Gadu Duaso", + "flavorText": "A wing aloft, will oft descry\nThe turning of the screw\n’Fore knee or eye construe", + "cardId": "clm4i7wii001524v5d5elcbzk", + "setCardId": "clm4i82uj001624v5ayij3urt", + "setCard": { + "id": "clm4i82uj001624v5ayij3urt", + "slug": "alp_gyre_hippogriffs", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i7wii001524v5d5elcbzk", + "meta": { + "id": "clq39xwzq000ssh27d6axhog7", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Beasts circle the skies", + "subType": "Beast", + "rulesText": "Airborne, Charge", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i82uj001624v5ayij3urt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i8bjw001824v5dezccek7", + "slug": "alp_gyre_hippogriffs_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gyre_hippogriffs-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "A wing aloft, will oft descry\nThe turning of the screw\n’Fore knee or eye construe", + "cardId": "clm4i7wii001524v5d5elcbzk", + "setCardId": "clm4i82uj001624v5ayij3urt", + "setCard": { + "id": "clm4i82uj001624v5ayij3urt", + "slug": "alp_gyre_hippogriffs", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i7wii001524v5d5elcbzk", + "meta": { + "id": "clq39xwzq000ssh27d6axhog7", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Beasts circle the skies", + "subType": "Beast", + "rulesText": "Airborne, Charge", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i82uj001624v5ayij3urt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4i8iko001a24v5109d24s3", + "slug": "haast_eagle", + "name": "Haast Eagle", + "hotscore": 536, + "guardian": { + "id": "clq39xxd7000ush27koclnm2j", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast of grand bearing", + "subType": "Beast", + "rulesText": "Airborne\r\n\r\nMay carry a weaker allied minion.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4i8iko001a24v5109d24s3" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fph20023s67p4hsa7fiz", + "slug": "bet_haast_eagle_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/haast_eagle.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Hardly a comfortable ride, but a ride, nonetheless.", + "cardId": "clm4i8iko001a24v5109d24s3", + "setCardId": "clot8fpfj0021s67p3c2ynv46", + "setCard": { + "id": "clot8fpfj0021s67p3c2ynv46", + "slug": "bet_haast_eagle", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i8iko001a24v5109d24s3", + "meta": { + "id": "clq39xxld000wsh27lm0y96or", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast of grand bearing", + "subType": "Beast", + "rulesText": "Airborne\r\n\r\nMay carry a weaker allied minion.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fpfj0021s67p3c2ynv46" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fpil0025s67pq9bppj6j", + "slug": "bet_haast_eagle_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/haast_eagle-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Hardly a comfortable ride, but a ride, nonetheless.", + "cardId": "clm4i8iko001a24v5109d24s3", + "setCardId": "clot8fpfj0021s67p3c2ynv46", + "setCard": { + "id": "clot8fpfj0021s67p3c2ynv46", + "slug": "bet_haast_eagle", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i8iko001a24v5109d24s3", + "meta": { + "id": "clq39xxld000wsh27lm0y96or", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast of grand bearing", + "subType": "Beast", + "rulesText": "Airborne\r\n\r\nMay carry a weaker allied minion.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fpfj0021s67p3c2ynv46" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i8pz1001c24v5d8rpgk0z", + "slug": "alp_haast_eagle_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/haast_eagle.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Hardly a comfortable ride, but a ride, nonetheless.", + "cardId": "clm4i8iko001a24v5109d24s3", + "setCardId": "clm4i8on4001b24v56hmrgbjk", + "setCard": { + "id": "clm4i8on4001b24v56hmrgbjk", + "slug": "alp_haast_eagle", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i8iko001a24v5109d24s3", + "meta": { + "id": "clq39xxfk000vsh27ruegz499", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast of grand bearing", + "subType": "Beast", + "rulesText": "Airborne\n\nMay carry a weaker allied minion.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i8on4001b24v56hmrgbjk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i8vv5001d24v556de4wrb", + "slug": "alp_haast_eagle_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/haast_eagle-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Hardly a comfortable ride, but a ride, nonetheless.", + "cardId": "clm4i8iko001a24v5109d24s3", + "setCardId": "clm4i8on4001b24v56hmrgbjk", + "setCard": { + "id": "clm4i8on4001b24v56hmrgbjk", + "slug": "alp_haast_eagle", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i8iko001a24v5109d24s3", + "meta": { + "id": "clq39xxfk000vsh27ruegz499", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast of grand bearing", + "subType": "Beast", + "rulesText": "Airborne\n\nMay carry a weaker allied minion.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i8on4001b24v56hmrgbjk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4i91l1001e24v5ds1p0s7v", + "slug": "headless_haunt", + "name": "Headless Haunt", + "hotscore": 3029, + "guardian": { + "id": "clq39xxrj000xsh27iw39jjzy", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit, whereabouts unknown", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nAt the start of your turn, Headless Haunt teleports to the top of a random site or void.", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4i91l1001e24v5ds1p0s7v" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fptw002as67pub2q67tu", + "slug": "bet_headless_haunt_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/headless_haunt.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "Jacet sine nomine truncus.", + "cardId": "clm4i91l1001e24v5ds1p0s7v", + "setCardId": "clot8fps90028s67p4und1e54", + "setCard": { + "id": "clot8fps90028s67p4und1e54", + "slug": "bet_headless_haunt", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i91l1001e24v5ds1p0s7v", + "meta": { + "id": "clq39xy2k000zsh27umknxjej", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit, whereabouts unknown", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nAt the start of your turn, Headless Haunt teleports to the top of a random site or void.", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fps90028s67p4und1e54" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fpvu002cs67p9lhcg470", + "slug": "bet_headless_haunt_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/headless_haunt-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "Jacet sine nomine truncus.", + "cardId": "clm4i91l1001e24v5ds1p0s7v", + "setCardId": "clot8fps90028s67p4und1e54", + "setCard": { + "id": "clot8fps90028s67p4und1e54", + "slug": "bet_headless_haunt", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i91l1001e24v5ds1p0s7v", + "meta": { + "id": "clq39xy2k000zsh27umknxjej", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit, whereabouts unknown", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nAt the start of your turn, Headless Haunt teleports to the top of a random site or void.", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fps90028s67p4und1e54" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i98w4001g24v5dtwr6ylf", + "slug": "alp_headless_haunt_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/headless_haunt.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "Jacet sine nomine truncus.", + "cardId": "clm4i91l1001e24v5ds1p0s7v", + "setCardId": "clm4i97jo001f24v5csslh3qd", + "setCard": { + "id": "clm4i97jo001f24v5csslh3qd", + "slug": "alp_headless_haunt", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i91l1001e24v5ds1p0s7v", + "meta": { + "id": "clq39xxum000ysh27xh3eos5t", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit, whereabouts unknown", + "subType": "Spirit", + "rulesText": "Voidwalk\n\nAt the start of your turn, Headless Haunt teleports to the top of a random site or void.", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i97jo001f24v5csslh3qd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i9l9f001i24v53ndw5qe9", + "slug": "alp_headless_haunt_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/headless_haunt-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jussi Pylkäs", + "flavorText": "Jacet sine nomine truncus.", + "cardId": "clm4i91l1001e24v5ds1p0s7v", + "setCardId": "clm4i97jo001f24v5csslh3qd", + "setCard": { + "id": "clm4i97jo001f24v5csslh3qd", + "slug": "alp_headless_haunt", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i91l1001e24v5ds1p0s7v", + "meta": { + "id": "clq39xxum000ysh27xh3eos5t", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit, whereabouts unknown", + "subType": "Spirit", + "rulesText": "Voidwalk\n\nAt the start of your turn, Headless Haunt teleports to the top of a random site or void.", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i97jo001f24v5csslh3qd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i9fru001h24v5eaakgtx4", + "slug": "alp_headless_haunt_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/headless_haunt-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "Jacet sine nomine truncus.", + "cardId": "clm4i91l1001e24v5ds1p0s7v", + "setCardId": "clm4i97jo001f24v5csslh3qd", + "setCard": { + "id": "clm4i97jo001f24v5csslh3qd", + "slug": "alp_headless_haunt", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i91l1001e24v5ds1p0s7v", + "meta": { + "id": "clq39xxum000ysh27xh3eos5t", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit, whereabouts unknown", + "subType": "Spirit", + "rulesText": "Voidwalk\n\nAt the start of your turn, Headless Haunt teleports to the top of a random site or void.", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i97jo001f24v5csslh3qd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clpvzhoqx001gm65y4mbee7py", + "slug": "pro_headless_haunt_p_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/pro/headless_haunt-p-f.png", + "finish": "Foil", + "product": "Promo", + "artist": "Frank Frazetta", + "flavorText": "Jacet sine nomine truncus.", + "cardId": "clm4i91l1001e24v5ds1p0s7v", + "setCardId": "clpvzhoow001em65y3y43gsw9", + "setCard": { + "id": "clpvzhoow001em65y3y43gsw9", + "slug": "pro_headless_haunt", + "setId": "clm4rgehb000042v5a04vfg6s", + "cardId": "clm4i91l1001e24v5ds1p0s7v", + "meta": { + "id": "clq39xy8i0010sh273230k0gv", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit gallops head in hand", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nAt the start of your turn, Headless Haunt teleports to the top of a random site or void.", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clpvzhoow001em65y3y43gsw9" + }, + "set": { + "id": "clm4rgehb000042v5a04vfg6s", + "name": "Promotional", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ibyts001z24v5cmxj992z", + "slug": "kite_archer", + "name": "Kite Archer", + "hotscore": 630, + "guardian": { + "id": "clq39xzvf001dsh27chmdjb2f", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal hits and runs", + "subType": "Mortal", + "rulesText": "Ranged\r\n\r\nImmediately after performing a ranged strike, Kite Archer may take a step.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4ibyts001z24v5cmxj992z" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8frlb0039s67pqxr951w1", + "slug": "bet_kite_archer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/kite_archer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ibyts001z24v5cmxj992z", + "setCardId": "clot8frjt0037s67padzz05j1", + "setCard": { + "id": "clot8frjt0037s67padzz05j1", + "slug": "bet_kite_archer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ibyts001z24v5cmxj992z", + "meta": { + "id": "clq39y04t001fsh27x2w6fsyi", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal hits and runs", + "subType": "Mortal", + "rulesText": "Ranged\r\n\r\nImmediately after performing a ranged strike, Kite Archer may take a step.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8frjt0037s67padzz05j1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8frmt003bs67pllcumdxv", + "slug": "bet_kite_archer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/kite_archer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ibyts001z24v5cmxj992z", + "setCardId": "clot8frjt0037s67padzz05j1", + "setCard": { + "id": "clot8frjt0037s67padzz05j1", + "slug": "bet_kite_archer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ibyts001z24v5cmxj992z", + "meta": { + "id": "clq39y04t001fsh27x2w6fsyi", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal hits and runs", + "subType": "Mortal", + "rulesText": "Ranged\r\n\r\nImmediately after performing a ranged strike, Kite Archer may take a step.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8frjt0037s67padzz05j1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ic68i002124v5a2b2g82m", + "slug": "alp_kite_archer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/kite_archer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ibyts001z24v5cmxj992z", + "setCardId": "clm4ic4pz002024v55w6k5b7y", + "setCard": { + "id": "clm4ic4pz002024v55w6k5b7y", + "slug": "alp_kite_archer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ibyts001z24v5cmxj992z", + "meta": { + "id": "clq39xzxn001esh27tnsjpyne", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal hits and runs", + "subType": "Mortal", + "rulesText": "Ranged\n\nImmediately after performing a ranged strike, Kite Archer may take a step.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ic4pz002024v55w6k5b7y" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4icizq002324v5158z7rmm", + "slug": "alp_kite_archer_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/kite_archer-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ibyts001z24v5cmxj992z", + "setCardId": "clm4ic4pz002024v55w6k5b7y", + "setCard": { + "id": "clm4ic4pz002024v55w6k5b7y", + "slug": "alp_kite_archer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ibyts001z24v5cmxj992z", + "meta": { + "id": "clq39xzxn001esh27tnsjpyne", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal hits and runs", + "subType": "Mortal", + "rulesText": "Ranged\n\nImmediately after performing a ranged strike, Kite Archer may take a step.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ic4pz002024v55w6k5b7y" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4icdb2002224v5coi0bnve", + "slug": "alp_kite_archer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/kite_archer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ibyts001z24v5cmxj992z", + "setCardId": "clm4ic4pz002024v55w6k5b7y", + "setCard": { + "id": "clm4ic4pz002024v55w6k5b7y", + "slug": "alp_kite_archer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ibyts001z24v5cmxj992z", + "meta": { + "id": "clq39xzxn001esh27tnsjpyne", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal hits and runs", + "subType": "Mortal", + "rulesText": "Ranged\n\nImmediately after performing a ranged strike, Kite Archer may take a step.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ic4pz002024v55w6k5b7y" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4iecr9002h24v5c6dqcx5a", + "slug": "moon_clan_werewolf", + "name": "Moon Clan Werewolf", + "hotscore": 755, + "guardian": { + "id": "clq39y1gx001psh27b0myjoue", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Monster, terminally transformed", + "subType": "Monster", + "rulesText": "Sacrifice an allied Mortal → Summon Moon Clan Werewolf from your hand to the Mortal's location.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4iecr9002h24v5c6dqcx5a" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fsvl0041s67pnif4952r", + "slug": "bet_moon_clan_werewolf_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/moon_clan_werewolf.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "Upward, before the onmooning it wolfed.", + "cardId": "clm4iecr9002h24v5c6dqcx5a", + "setCardId": "clot8fstw003zs67pd4b6hvvs", + "setCard": { + "id": "clot8fstw003zs67pd4b6hvvs", + "slug": "bet_moon_clan_werewolf", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iecr9002h24v5c6dqcx5a", + "meta": { + "id": "clq39y1p5001rsh27aamzt050", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Monster, terminally transformed", + "subType": "Monster", + "rulesText": "Sacrifice an allied Mortal → Summon Moon Clan Werewolf from your hand to the Mortal's location.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fstw003zs67pd4b6hvvs" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fsx80043s67plg90rlh3", + "slug": "bet_moon_clan_werewolf_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/moon_clan_werewolf-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "Upward, before the onmooning it wolfed.", + "cardId": "clm4iecr9002h24v5c6dqcx5a", + "setCardId": "clot8fstw003zs67pd4b6hvvs", + "setCard": { + "id": "clot8fstw003zs67pd4b6hvvs", + "slug": "bet_moon_clan_werewolf", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iecr9002h24v5c6dqcx5a", + "meta": { + "id": "clq39y1p5001rsh27aamzt050", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Monster, terminally transformed", + "subType": "Monster", + "rulesText": "Sacrifice an allied Mortal → Summon Moon Clan Werewolf from your hand to the Mortal's location.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fstw003zs67pd4b6hvvs" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4iejl1002j24v54kfigel2", + "slug": "alp_moon_clan_werewolf_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/moon_clan_werewolf.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "Upward, before the onmooning it wolfed.", + "cardId": "clm4iecr9002h24v5c6dqcx5a", + "setCardId": "clm4iei9a002i24v548ja0emf", + "setCard": { + "id": "clm4iei9a002i24v548ja0emf", + "slug": "alp_moon_clan_werewolf", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iecr9002h24v5c6dqcx5a", + "meta": { + "id": "clq39y1j8001qsh27s5mf10gu", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Monster, terminally transformed", + "subType": "Monster", + "rulesText": "Sacrifice an allied Mortal → Summon Moon Clan Werewolf from your hand to the Mortal's location.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4iei9a002i24v548ja0emf" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ieqt1002k24v55nl63pmx", + "slug": "alp_moon_clan_werewolf_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/moon_clan_werewolf-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "Upward, before the onmooning it wolfed.", + "cardId": "clm4iecr9002h24v5c6dqcx5a", + "setCardId": "clm4iei9a002i24v548ja0emf", + "setCard": { + "id": "clm4iei9a002i24v548ja0emf", + "slug": "alp_moon_clan_werewolf", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iecr9002h24v5c6dqcx5a", + "meta": { + "id": "clq39y1j8001qsh27s5mf10gu", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Monster, terminally transformed", + "subType": "Monster", + "rulesText": "Sacrifice an allied Mortal → Summon Moon Clan Werewolf from your hand to the Mortal's location.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4iei9a002i24v548ja0emf" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4igmn2002z24v500lk23fc", + "slug": "peregrine_apparition", + "name": "Peregrine Apparition", + "hotscore": 454, + "guardian": { + "id": "clq39y34g0021sh2703yha188", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of limitless velocity", + "subType": "Spirit", + "rulesText": "Airborne, Movement +3, Voidwalk", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4igmn2002z24v500lk23fc" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fu9f004ts67p8yx06pf3", + "slug": "bet_peregrine_apparition_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/peregrine_apparition.png", + "finish": "Standard", + "product": "Booster", + "artist": "Adam Burke", + "flavorText": "The truly sublime know no bounds.", + "cardId": "clm4igmn2002z24v500lk23fc", + "setCardId": "clot8fu7p004rs67puo8iwz0m", + "setCard": { + "id": "clot8fu7p004rs67puo8iwz0m", + "slug": "bet_peregrine_apparition", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4igmn2002z24v500lk23fc", + "meta": { + "id": "clq39y3eb0023sh27rvfxty8c", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of limitless velocity", + "subType": "Spirit", + "rulesText": "Airborne, Movement +3, Voidwalk", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fu7p004rs67puo8iwz0m" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fuaz004vs67pr96685k6", + "slug": "bet_peregrine_apparition_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/peregrine_apparition-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Adam Burke", + "flavorText": "The truly sublime know no bounds.", + "cardId": "clm4igmn2002z24v500lk23fc", + "setCardId": "clot8fu7p004rs67puo8iwz0m", + "setCard": { + "id": "clot8fu7p004rs67puo8iwz0m", + "slug": "bet_peregrine_apparition", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4igmn2002z24v500lk23fc", + "meta": { + "id": "clq39y3eb0023sh27rvfxty8c", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of limitless velocity", + "subType": "Spirit", + "rulesText": "Airborne, Movement +3, Voidwalk", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fu7p004rs67puo8iwz0m" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4igusq003124v5gmgk48q4", + "slug": "alp_peregrine_apparition_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/peregrine_apparition.png", + "finish": "Standard", + "product": "Booster", + "artist": "Adam Burke", + "flavorText": "The truly sublime know no bounds.", + "cardId": "clm4igmn2002z24v500lk23fc", + "setCardId": "clm4igtgx003024v5a8nr3jpz", + "setCard": { + "id": "clm4igtgx003024v5a8nr3jpz", + "slug": "alp_peregrine_apparition", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4igmn2002z24v500lk23fc", + "meta": { + "id": "clq39y36v0022sh27ya398zs1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of limitless velocity", + "subType": "Spirit", + "rulesText": "Airborne, Movement +3, Voidwalk", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4igtgx003024v5a8nr3jpz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ih7q9003324v57qy94w4n", + "slug": "alp_peregrine_apparition_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/peregrine_apparition-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Adam Burke", + "flavorText": "The truly sublime know no bounds.", + "cardId": "clm4igmn2002z24v500lk23fc", + "setCardId": "clm4igtgx003024v5a8nr3jpz", + "setCard": { + "id": "clm4igtgx003024v5a8nr3jpz", + "slug": "alp_peregrine_apparition", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4igmn2002z24v500lk23fc", + "meta": { + "id": "clq39y36v0022sh27ya398zs1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of limitless velocity", + "subType": "Spirit", + "rulesText": "Airborne, Movement +3, Voidwalk", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4igtgx003024v5a8nr3jpz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ih13w003224v54afm03w2", + "slug": "alp_peregrine_apparition_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/peregrine_apparition-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Adam Burke", + "flavorText": "The truly sublime know no bounds.", + "cardId": "clm4igmn2002z24v500lk23fc", + "setCardId": "clm4igtgx003024v5a8nr3jpz", + "setCard": { + "id": "clm4igtgx003024v5a8nr3jpz", + "slug": "alp_peregrine_apparition", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4igmn2002z24v500lk23fc", + "meta": { + "id": "clq39y36v0022sh27ya398zs1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of limitless velocity", + "subType": "Spirit", + "rulesText": "Airborne, Movement +3, Voidwalk", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4igtgx003024v5a8nr3jpz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ih8vj003424v59g5y7bg2", + "slug": "phantasmal_shade", + "name": "Phantasmal Shade", + "hotscore": 2140, + "guardian": { + "id": "clq39y3k90024sh2702u67iiy", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of imagined evil", + "subType": "Spirit", + "rulesText": "When Phantasmal Shade is struck, destroy it.", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4ih8vj003424v59g5y7bg2" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fuk60050s67pmhigkd5n", + "slug": "bet_phantasmal_shade_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/phantasmal_shade.png", + "finish": "Standard", + "product": "Booster", + "artist": "Santiago Caruso", + "flavorText": "", + "cardId": "clm4ih8vj003424v59g5y7bg2", + "setCardId": "clot8fuio004ys67pbvf7atjp", + "setCard": { + "id": "clot8fuio004ys67pbvf7atjp", + "slug": "bet_phantasmal_shade", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ih8vj003424v59g5y7bg2", + "meta": { + "id": "clq39y3sn0026sh27v7h8gial", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of imagined evil", + "subType": "Spirit", + "rulesText": "When Phantasmal Shade is struck, destroy it.", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fuio004ys67pbvf7atjp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fulv0052s67p4tz0xcht", + "slug": "bet_phantasmal_shade_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/phantasmal_shade-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Santiago Caruso", + "flavorText": "", + "cardId": "clm4ih8vj003424v59g5y7bg2", + "setCardId": "clot8fuio004ys67pbvf7atjp", + "setCard": { + "id": "clot8fuio004ys67pbvf7atjp", + "slug": "bet_phantasmal_shade", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ih8vj003424v59g5y7bg2", + "meta": { + "id": "clq39y3sn0026sh27v7h8gial", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of imagined evil", + "subType": "Spirit", + "rulesText": "When Phantasmal Shade is struck, destroy it.", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fuio004ys67pbvf7atjp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ihfxc003624v5c99s8bzz", + "slug": "alp_phantasmal_shade_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/phantasmal_shade.png", + "finish": "Standard", + "product": "Booster", + "artist": "Santiago Caruso", + "flavorText": "", + "cardId": "clm4ih8vj003424v59g5y7bg2", + "setCardId": "clm4iheew003524v50beiareu", + "setCard": { + "id": "clm4iheew003524v50beiareu", + "slug": "alp_phantasmal_shade", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ih8vj003424v59g5y7bg2", + "meta": { + "id": "clq39y3mn0025sh27pkjp1szv", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of imagined evil", + "subType": "Spirit", + "rulesText": "When Phantasmal Shade is struck, destroy it.", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4iheew003524v50beiareu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ihml6003724v575g0hz7o", + "slug": "alp_phantasmal_shade_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/phantasmal_shade-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Santiago Caruso", + "flavorText": "", + "cardId": "clm4ih8vj003424v59g5y7bg2", + "setCardId": "clm4iheew003524v50beiareu", + "setCard": { + "id": "clm4iheew003524v50beiareu", + "slug": "alp_phantasmal_shade", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ih8vj003424v59g5y7bg2", + "meta": { + "id": "clq39y3mn0025sh27pkjp1szv", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of imagined evil", + "subType": "Spirit", + "rulesText": "When Phantasmal Shade is struck, destroy it.", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4iheew003524v50beiareu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ihsb0003824v54ccph5eb", + "slug": "phantom_steed", + "name": "Phantom Steed", + "hotscore": 694, + "guardian": { + "id": "clq39y3yh0027sh27u9f485hp", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast courses the cosmos", + "subType": "Beast", + "rulesText": "Movement +2, Voidwalk\r\n\r\nMay carry an allied minion.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4ihsb0003824v54ccph5eb" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fuwd0057s67p8der542w", + "slug": "bet_phantom_steed_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/phantom_steed.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ihsb0003824v54ccph5eb", + "setCardId": "clot8fuuu0055s67pbhqokkw3", + "setCard": { + "id": "clot8fuuu0055s67pbhqokkw3", + "slug": "bet_phantom_steed", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ihsb0003824v54ccph5eb", + "meta": { + "id": "clq39y46f0029sh274swngiit", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast courses the cosmos", + "subType": "Beast", + "rulesText": "Movement +2, Voidwalk\r\n\r\nMay carry an allied minion.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fuuu0055s67pbhqokkw3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fuxu0059s67p2b2r23g4", + "slug": "bet_phantom_steed_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/phantom_steed-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ihsb0003824v54ccph5eb", + "setCardId": "clot8fuuu0055s67pbhqokkw3", + "setCard": { + "id": "clot8fuuu0055s67pbhqokkw3", + "slug": "bet_phantom_steed", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ihsb0003824v54ccph5eb", + "meta": { + "id": "clq39y46f0029sh274swngiit", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast courses the cosmos", + "subType": "Beast", + "rulesText": "Movement +2, Voidwalk\r\n\r\nMay carry an allied minion.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fuuu0055s67pbhqokkw3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ihzr6003a24v5a1j8ebtb", + "slug": "alp_phantom_steed_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/phantom_steed.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ihsb0003824v54ccph5eb", + "setCardId": "clm4ihyfc003924v51l540g5o", + "setCard": { + "id": "clm4ihyfc003924v51l540g5o", + "slug": "alp_phantom_steed", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ihsb0003824v54ccph5eb", + "meta": { + "id": "clq39y40s0028sh27wci3mtht", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast courses the cosmos", + "subType": "Beast", + "rulesText": "Movement +2, Voidwalk\n\nMay carry an allied minion.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ihyfc003924v51l540g5o" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ii71m003b24v599zw42qh", + "slug": "alp_phantom_steed_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/phantom_steed-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ihsb0003824v54ccph5eb", + "setCardId": "clm4ihyfc003924v51l540g5o", + "setCard": { + "id": "clm4ihyfc003924v51l540g5o", + "slug": "alp_phantom_steed", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ihsb0003824v54ccph5eb", + "meta": { + "id": "clq39y40s0028sh27wci3mtht", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast courses the cosmos", + "subType": "Beast", + "rulesText": "Movement +2, Voidwalk\n\nMay carry an allied minion.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ihyfc003924v51l540g5o" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4iick3003c24v58fnbf3gt", + "slug": "phase_assassin", + "name": "Phase Assassin", + "hotscore": 2882, + "guardian": { + "id": "clq39y4c6002ash271c1nv6bd", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal fades into nothingness", + "subType": "Mortal", + "rulesText": "Voidwalk\r\n\r\nWhenever Phase Assassin enters the void, he gains Stealth.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4iick3003c24v58fnbf3gt" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fv87005es67pkdppu3en", + "slug": "bet_phase_assassin_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/phase_assassin.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4iick3003c24v58fnbf3gt", + "setCardId": "clot8fv6s005cs67p1w27affe", + "setCard": { + "id": "clot8fv6s005cs67p1w27affe", + "slug": "bet_phase_assassin", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iick3003c24v58fnbf3gt", + "meta": { + "id": "clq39y4la002csh27i6uzkvzm", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal fades into nothingness", + "subType": "Mortal", + "rulesText": "Voidwalk\r\n\r\nWhenever Phase Assassin enters the void, he gains Stealth.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fv6s005cs67p1w27affe" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fv9o005gs67pb7w8ezud", + "slug": "bet_phase_assassin_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/phase_assassin-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4iick3003c24v58fnbf3gt", + "setCardId": "clot8fv6s005cs67p1w27affe", + "setCard": { + "id": "clot8fv6s005cs67p1w27affe", + "slug": "bet_phase_assassin", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iick3003c24v58fnbf3gt", + "meta": { + "id": "clq39y4la002csh27i6uzkvzm", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal fades into nothingness", + "subType": "Mortal", + "rulesText": "Voidwalk\r\n\r\nWhenever Phase Assassin enters the void, he gains Stealth.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fv6s005cs67p1w27affe" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4iikbn003e24v5c5zt9io4", + "slug": "alp_phase_assassin_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/phase_assassin.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4iick3003c24v58fnbf3gt", + "setCardId": "clm4iiiyr003d24v5dnji1i2y", + "setCard": { + "id": "clm4iiiyr003d24v5dnji1i2y", + "slug": "alp_phase_assassin", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iick3003c24v58fnbf3gt", + "meta": { + "id": "clq39y4em002bsh27qv1oeddz", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal fades into nothingness", + "subType": "Mortal", + "rulesText": "Voidwalk\n\nWhenever Phase Assassin enters the void, he gains Stealth.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4iiiyr003d24v5dnji1i2y" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4iir49003f24v5etx6dkio", + "slug": "alp_phase_assassin_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/phase_assassin-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4iick3003c24v58fnbf3gt", + "setCardId": "clm4iiiyr003d24v5dnji1i2y", + "setCard": { + "id": "clm4iiiyr003d24v5dnji1i2y", + "slug": "alp_phase_assassin", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iick3003c24v58fnbf3gt", + "meta": { + "id": "clq39y4em002bsh27qv1oeddz", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal fades into nothingness", + "subType": "Mortal", + "rulesText": "Voidwalk\n\nWhenever Phase Assassin enters the void, he gains Stealth.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4iiiyr003d24v5dnji1i2y" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ilpjb004224v539ueaxbb", + "slug": "skirmishers_of_mu", + "name": "Skirmishers of Mu", + "hotscore": 1763, + "guardian": { + "id": "clq39y6w0002ssh27au9wfosu", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals harry from horseback", + "subType": "Mortal", + "rulesText": "Ranged\r\n\r\nDuring basic movement, Skirmishers of Mu may perform a ranged strike from any location along their path.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4ilpjb004224v539ueaxbb" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fx8z006ks67p8fw3v92a", + "slug": "bet_skirmishers_of_mu_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/skirmishers_of_mu.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ilpjb004224v539ueaxbb", + "setCardId": "clot8fx7d006is67pozo9q00i", + "setCard": { + "id": "clot8fx7d006is67pozo9q00i", + "slug": "bet_skirmishers_of_mu", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ilpjb004224v539ueaxbb", + "meta": { + "id": "clq39y77l002ush27x0w4wld8", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals harry from horseback", + "subType": "Mortal", + "rulesText": "Ranged\r\n\r\nDuring basic movement, Skirmishers of Mu may perform a ranged strike from any location along their path.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fx7d006is67pozo9q00i" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fxal006ms67p6wjkxu8l", + "slug": "bet_skirmishers_of_mu_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/skirmishers_of_mu-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ilpjb004224v539ueaxbb", + "setCardId": "clot8fx7d006is67pozo9q00i", + "setCard": { + "id": "clot8fx7d006is67pozo9q00i", + "slug": "bet_skirmishers_of_mu", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ilpjb004224v539ueaxbb", + "meta": { + "id": "clq39y77l002ush27x0w4wld8", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals harry from horseback", + "subType": "Mortal", + "rulesText": "Ranged\r\n\r\nDuring basic movement, Skirmishers of Mu may perform a ranged strike from any location along their path.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fx7d006is67pozo9q00i" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ilx8n004424v55wnof990", + "slug": "alp_skirmishers_of_mu_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/skirmishers_of_mu.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ilpjb004224v539ueaxbb", + "setCardId": "clm4ilvwb004324v5b504bgoh", + "setCard": { + "id": "clm4ilvwb004324v5b504bgoh", + "slug": "alp_skirmishers_of_mu", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ilpjb004224v539ueaxbb", + "meta": { + "id": "clq39y6yw002tsh27g9gigbj0", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals harry from horseback", + "subType": "Mortal", + "rulesText": "Ranged\n\nDuring basic movement, Skirmishers of Mu may perform a ranged strike from any location along their path.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ilvwb004324v5b504bgoh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4imb0y004624v55ukwbzxn", + "slug": "alp_skirmishers_of_mu_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/skirmishers_of_mu-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ilpjb004224v539ueaxbb", + "setCardId": "clm4ilvwb004324v5b504bgoh", + "setCard": { + "id": "clm4ilvwb004324v5b504bgoh", + "slug": "alp_skirmishers_of_mu", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ilpjb004224v539ueaxbb", + "meta": { + "id": "clq39y6yw002tsh27g9gigbj0", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals harry from horseback", + "subType": "Mortal", + "rulesText": "Ranged\n\nDuring basic movement, Skirmishers of Mu may perform a ranged strike from any location along their path.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ilvwb004324v5b504bgoh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4im4xj004524v57no5749c", + "slug": "alp_skirmishers_of_mu_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/skirmishers_of_mu-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ilpjb004224v539ueaxbb", + "setCardId": "clm4ilvwb004324v5b504bgoh", + "setCard": { + "id": "clm4ilvwb004324v5b504bgoh", + "slug": "alp_skirmishers_of_mu", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ilpjb004224v539ueaxbb", + "meta": { + "id": "clq39y6yw002tsh27g9gigbj0", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals harry from horseback", + "subType": "Mortal", + "rulesText": "Ranged\n\nDuring basic movement, Skirmishers of Mu may perform a ranged strike from any location along their path.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ilvwb004324v5b504bgoh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4imwpm004b24v57r7rhs8h", + "slug": "sling_pixies", + "name": "Sling Pixies", + "hotscore": 923, + "guardian": { + "id": "clq39y7ru002ysh27mnh8qagb", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Faeries flitter hither and thither", + "subType": "Faerie", + "rulesText": "Airborne, Ranged\r\n\r\nTakes no damage from units with 4 or more power.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4imwpm004b24v57r7rhs8h" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fxxa006ys67pl4hxpfsd", + "slug": "bet_sling_pixies_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sling_pixies.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4imwpm004b24v57r7rhs8h", + "setCardId": "clot8fxvs006ws67prd8shhl0", + "setCard": { + "id": "clot8fxvs006ws67prd8shhl0", + "slug": "bet_sling_pixies", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4imwpm004b24v57r7rhs8h", + "meta": { + "id": "clq39y8290030sh27h19k8fmx", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Faeries flitter hither and thither", + "subType": "Faerie", + "rulesText": "Airborne, Ranged\r\n\r\nTakes no damage from units with 4 or more power.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fxvs006ws67prd8shhl0" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fxyp0070s67pxyh604re", + "slug": "bet_sling_pixies_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sling_pixies-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4imwpm004b24v57r7rhs8h", + "setCardId": "clot8fxvs006ws67prd8shhl0", + "setCard": { + "id": "clot8fxvs006ws67prd8shhl0", + "slug": "bet_sling_pixies", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4imwpm004b24v57r7rhs8h", + "meta": { + "id": "clq39y8290030sh27h19k8fmx", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Faeries flitter hither and thither", + "subType": "Faerie", + "rulesText": "Airborne, Ranged\r\n\r\nTakes no damage from units with 4 or more power.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fxvs006ws67prd8shhl0" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4in4l4004d24v51p864w46", + "slug": "alp_sling_pixies_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sling_pixies.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4imwpm004b24v57r7rhs8h", + "setCardId": "clm4in393004c24v56e318ryr", + "setCard": { + "id": "clm4in393004c24v56e318ryr", + "slug": "alp_sling_pixies", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4imwpm004b24v57r7rhs8h", + "meta": { + "id": "clq39y7ud002zsh27srzstgzn", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Faeries flitter hither and thither", + "subType": "Faerie", + "rulesText": "Airborne, Ranged\n\nTakes no damage from units with 4 or more power.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4in393004c24v56e318ryr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4inhu6004f24v5dob0e69p", + "slug": "alp_sling_pixies_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sling_pixies-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4imwpm004b24v57r7rhs8h", + "setCardId": "clm4in393004c24v56e318ryr", + "setCard": { + "id": "clm4in393004c24v56e318ryr", + "slug": "alp_sling_pixies", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4imwpm004b24v57r7rhs8h", + "meta": { + "id": "clq39y7ud002zsh27srzstgzn", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Faeries flitter hither and thither", + "subType": "Faerie", + "rulesText": "Airborne, Ranged\n\nTakes no damage from units with 4 or more power.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4in393004c24v56e318ryr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4inc4o004e24v54aftdeel", + "slug": "alp_sling_pixies_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sling_pixies-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4imwpm004b24v57r7rhs8h", + "setCardId": "clm4in393004c24v56e318ryr", + "setCard": { + "id": "clm4in393004c24v56e318ryr", + "slug": "alp_sling_pixies", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4imwpm004b24v57r7rhs8h", + "meta": { + "id": "clq39y7ud002zsh27srzstgzn", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Faeries flitter hither and thither", + "subType": "Faerie", + "rulesText": "Airborne, Ranged\n\nTakes no damage from units with 4 or more power.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4in393004c24v56e318ryr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4iopue004q24v5fmef4x1k", + "slug": "spire_lich", + "name": "Spire Lich", + "hotscore": 758, + "guardian": { + "id": "clq39y93l0037sh27wxnj4czf", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Undead towers above", + "subType": "Undead", + "rulesText": "If Spire Lich is atop a Tower, it has +2 power, Ranged, and Spellcaster.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4iopue004q24v5fmef4x1k" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fyyr007js67ptbv0qkiq", + "slug": "bet_spire_lich_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/spire_lich.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4iopue004q24v5fmef4x1k", + "setCardId": "clot8fyx2007hs67pnne1kgaj", + "setCard": { + "id": "clot8fyx2007hs67pnne1kgaj", + "slug": "bet_spire_lich", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iopue004q24v5fmef4x1k", + "meta": { + "id": "clq39y9d60039sh27blyo2y08", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Undead towers above", + "subType": "Undead", + "rulesText": "If Spire Lich is atop a Tower, it has +2 power, Ranged, and Spellcaster.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fyx2007hs67pnne1kgaj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fz0y007ls67pzi9e1oxa", + "slug": "bet_spire_lich_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/spire_lich-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4iopue004q24v5fmef4x1k", + "setCardId": "clot8fyx2007hs67pnne1kgaj", + "setCard": { + "id": "clot8fyx2007hs67pnne1kgaj", + "slug": "bet_spire_lich", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iopue004q24v5fmef4x1k", + "meta": { + "id": "clq39y9d60039sh27blyo2y08", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Undead towers above", + "subType": "Undead", + "rulesText": "If Spire Lich is atop a Tower, it has +2 power, Ranged, and Spellcaster.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fyx2007hs67pnne1kgaj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ioxid004s24v59sk6eold", + "slug": "alp_spire_lich_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spire_lich.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4iopue004q24v5fmef4x1k", + "setCardId": "clm4iow64004r24v5ddvlgg57", + "setCard": { + "id": "clm4iow64004r24v5ddvlgg57", + "slug": "alp_spire_lich", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iopue004q24v5fmef4x1k", + "meta": { + "id": "clq39y95s0038sh27lfn6k7k3", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Undead towers above", + "subType": "Undead", + "rulesText": "If Spire Lich is atop a Tower, it has +2 power, Ranged, and Spellcaster.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4iow64004r24v5ddvlgg57" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ipasb004u24v56bw63mtt", + "slug": "alp_spire_lich_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spire_lich-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4iopue004q24v5fmef4x1k", + "setCardId": "clm4iow64004r24v5ddvlgg57", + "setCard": { + "id": "clm4iow64004r24v5ddvlgg57", + "slug": "alp_spire_lich", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iopue004q24v5fmef4x1k", + "meta": { + "id": "clq39y95s0038sh27lfn6k7k3", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Undead towers above", + "subType": "Undead", + "rulesText": "If Spire Lich is atop a Tower, it has +2 power, Ranged, and Spellcaster.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4iow64004r24v5ddvlgg57" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ip59d004t24v542m55xv3", + "slug": "alp_spire_lich_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spire_lich-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4iopue004q24v5fmef4x1k", + "setCardId": "clm4iow64004r24v5ddvlgg57", + "setCard": { + "id": "clm4iow64004r24v5ddvlgg57", + "slug": "alp_spire_lich", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iopue004q24v5fmef4x1k", + "meta": { + "id": "clq39y95s0038sh27lfn6k7k3", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Undead towers above", + "subType": "Undead", + "rulesText": "If Spire Lich is atop a Tower, it has +2 power, Ranged, and Spellcaster.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4iow64004r24v5ddvlgg57" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4iqhjr005324v52i4g37rt", + "slug": "wind_sylph", + "name": "Wind Sylph", + "hotscore": 594, + "guardian": { + "id": "clq39yabe003gsh27kgi8lqj6", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of capricious casting", + "subType": "Spirit", + "rulesText": "Airborne, Air Spellcaster\r\n\r\nAfter Wind Sylph casts a Magic spell, she may push a unit here one step.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4iqhjr005324v52i4g37rt" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g0260084s67p18ol576q", + "slug": "bet_wind_sylph_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wind_sylph.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4iqhjr005324v52i4g37rt", + "setCardId": "clot8g00n0082s67p7t9affd4", + "setCard": { + "id": "clot8g00n0082s67p7t9affd4", + "slug": "bet_wind_sylph", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iqhjr005324v52i4g37rt", + "meta": { + "id": "clq39yajw003ish27pkwnkb20", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of capricious casting", + "subType": "Spirit", + "rulesText": "Airborne, Air Spellcaster\r\n\r\nAfter Wind Sylph casts a Magic spell, she may push a unit here one step.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g00n0082s67p7t9affd4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g03o0086s67p90iewkra", + "slug": "bet_wind_sylph_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wind_sylph-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4iqhjr005324v52i4g37rt", + "setCardId": "clot8g00n0082s67p7t9affd4", + "setCard": { + "id": "clot8g00n0082s67p7t9affd4", + "slug": "bet_wind_sylph", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iqhjr005324v52i4g37rt", + "meta": { + "id": "clq39yajw003ish27pkwnkb20", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of capricious casting", + "subType": "Spirit", + "rulesText": "Airborne, Air Spellcaster\r\n\r\nAfter Wind Sylph casts a Magic spell, she may push a unit here one step.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g00n0082s67p7t9affd4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4iqp9t005524v5bn98ar4h", + "slug": "alp_wind_sylph_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wind_sylph.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4iqhjr005324v52i4g37rt", + "setCardId": "clm4iqnxk005424v5hlfte34o", + "setCard": { + "id": "clm4iqnxk005424v5hlfte34o", + "slug": "alp_wind_sylph", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iqhjr005324v52i4g37rt", + "meta": { + "id": "clq39yadt003hsh27kxudyl9o", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of capricious casting", + "subType": "Spirit", + "rulesText": "Airborne, Air Spellcaster\n\nAfter Wind Sylph casts a Magic spell, she may push a unit here one step.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4iqnxk005424v5hlfte34o" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4iqwa9005624v5hf8e28hp", + "slug": "alp_wind_sylph_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wind_sylph-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4iqhjr005324v52i4g37rt", + "setCardId": "clm4iqnxk005424v5hlfte34o", + "setCard": { + "id": "clm4iqnxk005424v5hlfte34o", + "slug": "alp_wind_sylph", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iqhjr005324v52i4g37rt", + "meta": { + "id": "clq39yadt003hsh27kxudyl9o", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of capricious casting", + "subType": "Spirit", + "rulesText": "Airborne, Air Spellcaster\n\nAfter Wind Sylph casts a Magic spell, she may push a unit here one step.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4iqnxk005424v5hlfte34o" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_air_exceptional_site_cards.json b/data/beta_air_exceptional_site_cards.json new file mode 100644 index 0000000..2c10177 --- /dev/null +++ b/data/beta_air_exceptional_site_cards.json @@ -0,0 +1,1214 @@ +[ + { + "id": "clm4qlteo012me0v588ifhubw", + "slug": "lighthouse", + "name": "Lighthouse", + "hotscore": 6929, + "guardian": { + "id": "clq3a1xrx00ujsh2749oi8tew", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Water and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4qlteo012me0v588ifhubw" + }, + "elements": [ + { + "id": "water", + "name": "Water" + }, + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ivo401yts67p8o6lcft2", + "slug": "bet_lighthouse_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lighthouse.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "A luminous pillar pierced the tempest, and we knew. All was not lost! We were home.", + "cardId": "clm4qlteo012me0v588ifhubw", + "setCardId": "clot8ivmm01yrs67pdxd1nzid", + "setCard": { + "id": "clot8ivmm01yrs67pdxd1nzid", + "slug": "bet_lighthouse", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qlteo012me0v588ifhubw", + "meta": { + "id": "clq3a1xzr00ulsh27qppd9bz7", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Water and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ivmm01yrs67pdxd1nzid" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ivpv01yvs67ppltku1er", + "slug": "bet_lighthouse_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lighthouse-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "A luminous pillar pierced the tempest, and we knew. All was not lost! We were home.", + "cardId": "clm4qlteo012me0v588ifhubw", + "setCardId": "clot8ivmm01yrs67pdxd1nzid", + "setCard": { + "id": "clot8ivmm01yrs67pdxd1nzid", + "slug": "bet_lighthouse", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qlteo012me0v588ifhubw", + "meta": { + "id": "clq3a1xzr00ulsh27qppd9bz7", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Water and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ivmm01yrs67pdxd1nzid" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qm0sn012oe0v58givh4q1", + "slug": "alp_lighthouse_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lighthouse.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "A luminous pillar pierced the tempest, and we knew. All was not lost! We were home.", + "cardId": "clm4qlteo012me0v588ifhubw", + "setCardId": "clm4qlzgo012ne0v535j58hqu", + "setCard": { + "id": "clm4qlzgo012ne0v535j58hqu", + "slug": "alp_lighthouse", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qlteo012me0v588ifhubw", + "meta": { + "id": "clq3a1xu500uksh27rgjxqqpb", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Water and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4qlzgo012ne0v535j58hqu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qm87t012pe0v5ex69fyl0", + "slug": "alp_lighthouse_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lighthouse-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "A luminous pillar pierced the tempest, and we knew. All was not lost! We were home.", + "cardId": "clm4qlteo012me0v588ifhubw", + "setCardId": "clm4qlzgo012ne0v535j58hqu", + "setCard": { + "id": "clm4qlzgo012ne0v535j58hqu", + "slug": "alp_lighthouse", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qlteo012me0v588ifhubw", + "meta": { + "id": "clq3a1xu500uksh27rgjxqqpb", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Water and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4qlzgo012ne0v535j58hqu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q1ujs00y3e0v52syn4z3o", + "slug": "mountain_pass", + "name": "Mountain Pass", + "hotscore": 3068, + "guardian": { + "id": "clq3a1iye00rmsh274v0xt6xv", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of narrow passage", + "subType": "", + "rulesText": "Minions can't enter this site on the ground if there's already a minion atop.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4q1ujs00y3e0v52syn4z3o" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ikcr01s0s67pcztccjux", + "slug": "bet_mountain_pass_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mountain_pass.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4q1ujs00y3e0v52syn4z3o", + "setCardId": "clot8ikb501rys67pg8epcqft", + "setCard": { + "id": "clot8ikb501rys67pg8epcqft", + "slug": "bet_mountain_pass", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q1ujs00y3e0v52syn4z3o", + "meta": { + "id": "clq3a1j8400rosh27u9ofalkl", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of narrow passage", + "subType": "", + "rulesText": "Minions can't enter this site on the ground if there's already a minion atop.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ikb501rys67pg8epcqft" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ike901s2s67pmbz1kn5r", + "slug": "bet_mountain_pass_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mountain_pass-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4q1ujs00y3e0v52syn4z3o", + "setCardId": "clot8ikb501rys67pg8epcqft", + "setCard": { + "id": "clot8ikb501rys67pg8epcqft", + "slug": "bet_mountain_pass", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q1ujs00y3e0v52syn4z3o", + "meta": { + "id": "clq3a1j8400rosh27u9ofalkl", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of narrow passage", + "subType": "", + "rulesText": "Minions can't enter this site on the ground if there's already a minion atop.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ikb501rys67pg8epcqft" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q21ax00y5e0v5gjpega52", + "slug": "alp_mountain_pass_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mountain_pass.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4q1ujs00y3e0v52syn4z3o", + "setCardId": "clm4q1zzu00y4e0v58n8v430q", + "setCard": { + "id": "clm4q1zzu00y4e0v58n8v430q", + "slug": "alp_mountain_pass", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q1ujs00y3e0v52syn4z3o", + "meta": { + "id": "clq3a1j0n00rnsh27kogyp6ib", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of narrow passage", + "subType": "", + "rulesText": "Minions can't enter this site on the ground if there's already a minion atop.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q1zzu00y4e0v58n8v430q" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q2dov00y7e0v5hcv7f446", + "slug": "alp_mountain_pass_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mountain_pass-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4q1ujs00y3e0v52syn4z3o", + "setCardId": "clm4q1zzu00y4e0v58n8v430q", + "setCard": { + "id": "clm4q1zzu00y4e0v58n8v430q", + "slug": "alp_mountain_pass", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q1ujs00y3e0v52syn4z3o", + "meta": { + "id": "clq3a1j0n00rnsh27kogyp6ib", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of narrow passage", + "subType": "", + "rulesText": "Minions can't enter this site on the ground if there's already a minion atop.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q1zzu00y4e0v58n8v430q" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q27wl00y6e0v55m09huvo", + "slug": "alp_mountain_pass_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mountain_pass-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4q1ujs00y3e0v52syn4z3o", + "setCardId": "clm4q1zzu00y4e0v58n8v430q", + "setCard": { + "id": "clm4q1zzu00y4e0v58n8v430q", + "slug": "alp_mountain_pass", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q1ujs00y3e0v52syn4z3o", + "meta": { + "id": "clq3a1j0n00rnsh27kogyp6ib", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of narrow passage", + "subType": "", + "rulesText": "Minions can't enter this site on the ground if there's already a minion atop.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q1zzu00y4e0v58n8v430q" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qni3e012ye0v57f1hd3km", + "slug": "ruins", + "name": "Ruins", + "hotscore": 8461, + "guardian": { + "id": "clq3a1yyb00ussh276eeofl6j", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 1, + "cardId": "clm4qni3e012ye0v57f1hd3km" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + }, + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8iwpa01zes67p38a0jl9d", + "slug": "bet_ruins_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ruins.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What do lines on a map mean to the sand and the sun and the wind?", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "setCardId": "clot8iwnm01zcs67pjgh73fwt", + "setCard": { + "id": "clot8iwnm01zcs67pjgh73fwt", + "slug": "bet_ruins", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "meta": { + "id": "clq3a1z6a00uush277rmmjx01", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8iwnm01zcs67pjgh73fwt" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iwqu01zgs67pjszqleiu", + "slug": "bet_ruins_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ruins-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What do lines on a map mean to the sand and the sun and the wind?", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "setCardId": "clot8iwnm01zcs67pjgh73fwt", + "setCard": { + "id": "clot8iwnm01zcs67pjgh73fwt", + "slug": "bet_ruins", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "meta": { + "id": "clq3a1z6a00uush277rmmjx01", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8iwnm01zcs67pjgh73fwt" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qnpef0130e0v5bchueqwm", + "slug": "alp_ruins_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ruins.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What do lines on a map mean to the sand and the sun and the wind?", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "setCardId": "clm4qno3a012ze0v59bjm76d5", + "setCard": { + "id": "clm4qno3a012ze0v59bjm76d5", + "slug": "alp_ruins", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "meta": { + "id": "clq3a1z0o00utsh27ecuchnd7", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qno3a012ze0v59bjm76d5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qnwnf0131e0v5c4kw17ub", + "slug": "alp_ruins_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ruins-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What do lines on a map mean to the sand and the sun and the wind?", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "setCardId": "clm4qno3a012ze0v59bjm76d5", + "setCard": { + "id": "clm4qno3a012ze0v59bjm76d5", + "slug": "alp_ruins", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "meta": { + "id": "clq3a1z0o00utsh27ecuchnd7", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qno3a012ze0v59bjm76d5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q30dp00yde0v5cmb22ta2", + "slug": "updraft_ridge", + "name": "Updraft Ridge", + "hotscore": 2339, + "guardian": { + "id": "clq3a1jui00rssh27422o2flj", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of singing tailwinds", + "subType": "", + "rulesText": "Airborne minions atop Updraft Ridge have Movement +1.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4q30dp00yde0v5cmb22ta2" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8il0m01ses67pldqxaoc7", + "slug": "bet_updraft_ridge_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/updraft_ridge.png", + "finish": "Standard", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4q30dp00yde0v5cmb22ta2", + "setCardId": "clot8ikyu01scs67pnvug5vdg", + "setCard": { + "id": "clot8ikyu01scs67pnvug5vdg", + "slug": "bet_updraft_ridge", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q30dp00yde0v5cmb22ta2", + "meta": { + "id": "clq3a1k5100rush278i1fjjfc", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of singing tailwinds", + "subType": "", + "rulesText": "Airborne minions atop Updraft Ridge have Movement +1.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ikyu01scs67pnvug5vdg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8il2601sgs67p4d72ih7y", + "slug": "bet_updraft_ridge_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/updraft_ridge-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4q30dp00yde0v5cmb22ta2", + "setCardId": "clot8ikyu01scs67pnvug5vdg", + "setCard": { + "id": "clot8ikyu01scs67pnvug5vdg", + "slug": "bet_updraft_ridge", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q30dp00yde0v5cmb22ta2", + "meta": { + "id": "clq3a1k5100rush278i1fjjfc", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of singing tailwinds", + "subType": "", + "rulesText": "Airborne minions atop Updraft Ridge have Movement +1.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ikyu01scs67pnvug5vdg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q383600yfe0v58dph42tr", + "slug": "alp_updraft_ridge_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/updraft_ridge.png", + "finish": "Standard", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4q30dp00yde0v5cmb22ta2", + "setCardId": "clm4q36la00yee0v5ayr369ad", + "setCard": { + "id": "clm4q36la00yee0v5ayr369ad", + "slug": "alp_updraft_ridge", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q30dp00yde0v5cmb22ta2", + "meta": { + "id": "clq3a1jx500rtsh27uivern96", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of singing tailwinds", + "subType": "", + "rulesText": "Airborne minions atop Updraft Ridge have Movement +1.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q36la00yee0v5ayr369ad" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q3kol00yhe0v503nhaiwm", + "slug": "alp_updraft_ridge_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/updraft_ridge-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4q30dp00yde0v5cmb22ta2", + "setCardId": "clm4q36la00yee0v5ayr369ad", + "setCard": { + "id": "clm4q36la00yee0v5ayr369ad", + "slug": "alp_updraft_ridge", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q30dp00yde0v5cmb22ta2", + "meta": { + "id": "clq3a1jx500rtsh27uivern96", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of singing tailwinds", + "subType": "", + "rulesText": "Airborne minions atop Updraft Ridge have Movement +1.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q36la00yee0v5ayr369ad" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q3eby00yge0v5deen0bfv", + "slug": "alp_updraft_ridge_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/updraft_ridge-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4q30dp00yde0v5cmb22ta2", + "setCardId": "clm4q36la00yee0v5ayr369ad", + "setCard": { + "id": "clm4q36la00yee0v5ayr369ad", + "slug": "alp_updraft_ridge", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q30dp00yde0v5cmb22ta2", + "meta": { + "id": "clq3a1jx500rtsh27uivern96", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of singing tailwinds", + "subType": "", + "rulesText": "Airborne minions atop Updraft Ridge have Movement +1.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q36la00yee0v5ayr369ad" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q3ltr00yie0v5amnge877", + "slug": "watchtower", + "name": "Watchtower", + "hotscore": 4608, + "guardian": { + "id": "clq3a1kav00rvsh27ib9r56dx", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site safeguards the horizon", + "subType": "", + "rulesText": "Enemy units atop nearby sites permanently lose Stealth.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4q3ltr00yie0v5amnge877" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ilc001sls67pdcd1yzsa", + "slug": "bet_watchtower_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/watchtower.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4q3ltr00yie0v5amnge877", + "setCardId": "clot8ilak01sjs67pop65k1e8", + "setCard": { + "id": "clot8ilak01sjs67pop65k1e8", + "slug": "bet_watchtower", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q3ltr00yie0v5amnge877", + "meta": { + "id": "clq3a1kir00rxsh27x37i4brk", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site safeguards the horizon", + "subType": "", + "rulesText": "Enemy units atop nearby sites permanently lose Stealth.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ilak01sjs67pop65k1e8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ildh01sns67phlaxzxn1", + "slug": "bet_watchtower_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/watchtower-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4q3ltr00yie0v5amnge877", + "setCardId": "clot8ilak01sjs67pop65k1e8", + "setCard": { + "id": "clot8ilak01sjs67pop65k1e8", + "slug": "bet_watchtower", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q3ltr00yie0v5amnge877", + "meta": { + "id": "clq3a1kir00rxsh27x37i4brk", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site safeguards the horizon", + "subType": "", + "rulesText": "Enemy units atop nearby sites permanently lose Stealth.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ilak01sjs67pop65k1e8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q3syq00yke0v5014ubi4p", + "slug": "alp_watchtower_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/watchtower.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4q3ltr00yie0v5amnge877", + "setCardId": "clm4q3rnm00yje0v58aho1vwb", + "setCard": { + "id": "clm4q3rnm00yje0v58aho1vwb", + "slug": "alp_watchtower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q3ltr00yie0v5amnge877", + "meta": { + "id": "clq3a1kd700rwsh2734qrlv7d", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site safeguards the horizon", + "subType": "", + "rulesText": "Enemy units atop nearby sites permanently lose Stealth.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q3rnm00yje0v58aho1vwb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q3zr100yle0v5ag5kb3kj", + "slug": "alp_watchtower_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/watchtower-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4q3ltr00yie0v5amnge877", + "setCardId": "clm4q3rnm00yje0v58aho1vwb", + "setCard": { + "id": "clm4q3rnm00yje0v58aho1vwb", + "slug": "alp_watchtower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q3ltr00yie0v5amnge877", + "meta": { + "id": "clq3a1kd700rwsh2734qrlv7d", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site safeguards the horizon", + "subType": "", + "rulesText": "Enemy units atop nearby sites permanently lose Stealth.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q3rnm00yje0v58aho1vwb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qp8h9013ae0v5f63k0ey5", + "slug": "windmill", + "name": "Windmill", + "hotscore": 7407, + "guardian": { + "id": "clq3a203n00v1sh2776o4u8ix", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4qp8h9013ae0v5f63k0ey5" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + }, + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ixoo01zzs67po51tn5j5", + "slug": "bet_windmill_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/windmill.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "The wind's wild words, in uncertain surges, whisper how the world was made.", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "setCardId": "clot8ixn601zxs67ppyuggzor", + "setCard": { + "id": "clot8ixn601zxs67ppyuggzor", + "slug": "bet_windmill", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "meta": { + "id": "clq3a20bj00v3sh27a3t9t3j2", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ixn601zxs67ppyuggzor" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ixq60201s67p9ovuunrh", + "slug": "bet_windmill_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/windmill-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "The wind's wild words, in uncertain surges, whisper how the world was made.", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "setCardId": "clot8ixn601zxs67ppyuggzor", + "setCard": { + "id": "clot8ixn601zxs67ppyuggzor", + "slug": "bet_windmill", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "meta": { + "id": "clq3a20bj00v3sh27a3t9t3j2", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ixn601zxs67ppyuggzor" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qpg5p013ce0v51wwx6ady", + "slug": "alp_windmill_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/windmill.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "The wind's wild words, in uncertain surges, whisper how the world was made.", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "setCardId": "clm4qpeun013be0v5bbfc7r7x", + "setCard": { + "id": "clm4qpeun013be0v5bbfc7r7x", + "slug": "alp_windmill", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "meta": { + "id": "clq3a205y00v2sh27aptb3lfe", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4qpeun013be0v5bbfc7r7x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qpnsy013de0v5ed1ohhcg", + "slug": "alp_windmill_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/windmill-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "The wind's wild words, in uncertain surges, whisper how the world was made.", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "setCardId": "clm4qpeun013be0v5bbfc7r7x", + "setCard": { + "id": "clm4qpeun013be0v5bbfc7r7x", + "slug": "alp_windmill", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "meta": { + "id": "clq3a205y00v2sh27aptb3lfe", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4qpeun013be0v5bbfc7r7x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_air_ordinary_aura_cards.json b/data/beta_air_ordinary_aura_cards.json new file mode 100644 index 0000000..c4bf926 --- /dev/null +++ b/data/beta_air_ordinary_aura_cards.json @@ -0,0 +1,189 @@ +[ + { + "id": "clm4m05fy002xe0v51nfq20kf", + "slug": "wall_of_air", + "name": "Wall of Air", + "hotscore": 209, + "guardian": { + "id": "clq39ylrk005vsh27w1q8i1eo", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of bitter obstruction", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\r\n\r\nMinions with Airborne or 2 or less power can't traverse Wall of Air.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4m05fy002xe0v51nfq20kf" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g8zj00dks67puf5l9pug", + "slug": "bet_wall_of_air_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wall_of_air.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4m05fy002xe0v51nfq20kf", + "setCardId": "clot8g8xq00dis67pugcd17ov", + "setCard": { + "id": "clot8g8xq00dis67pugcd17ov", + "slug": "bet_wall_of_air", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m05fy002xe0v51nfq20kf", + "meta": { + "id": "clq39ylzq005xsh27k2m6ut9s", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of bitter obstruction", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\r\n\r\nMinions with Airborne or 2 or less power can't traverse Wall of Air.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g8xq00dis67pugcd17ov" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g91800dms67pzsixjbju", + "slug": "bet_wall_of_air_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wall_of_air-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4m05fy002xe0v51nfq20kf", + "setCardId": "clot8g8xq00dis67pugcd17ov", + "setCard": { + "id": "clot8g8xq00dis67pugcd17ov", + "slug": "bet_wall_of_air", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m05fy002xe0v51nfq20kf", + "meta": { + "id": "clq39ylzq005xsh27k2m6ut9s", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of bitter obstruction", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\r\n\r\nMinions with Airborne or 2 or less power can't traverse Wall of Air.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g8xq00dis67pugcd17ov" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m0dhh002ze0v54n0a44nx", + "slug": "alp_wall_of_air_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wall_of_air.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4m05fy002xe0v51nfq20kf", + "setCardId": "clm4m0bx3002ye0v5ddu98fj5", + "setCard": { + "id": "clm4m0bx3002ye0v5ddu98fj5", + "slug": "alp_wall_of_air", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m05fy002xe0v51nfq20kf", + "meta": { + "id": "clq39ylty005wsh27cbzi41iu", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of bitter obstruction", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\n\nMinions with Airborne or 2 or less power can't traverse Wall of Air.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4m0bx3002ye0v5ddu98fj5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m0l4b0030e0v53mz9d7nf", + "slug": "alp_wall_of_air_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wall_of_air-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4m05fy002xe0v51nfq20kf", + "setCardId": "clm4m0bx3002ye0v5ddu98fj5", + "setCard": { + "id": "clm4m0bx3002ye0v5ddu98fj5", + "slug": "alp_wall_of_air", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m05fy002xe0v51nfq20kf", + "meta": { + "id": "clq39ylty005wsh27cbzi41iu", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of bitter obstruction", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\n\nMinions with Airborne or 2 or less power can't traverse Wall of Air.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4m0bx3002ye0v5ddu98fj5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_air_ordinary_magic_cards.json b/data/beta_air_ordinary_magic_cards.json new file mode 100644 index 0000000..8774f5c --- /dev/null +++ b/data/beta_air_ordinary_magic_cards.json @@ -0,0 +1,1615 @@ +[ + { + "id": "clm4lke470000e0v51se735fl", + "slug": "blink", + "name": "Blink", + "hotscore": 9901, + "guardian": { + "id": "clq39yblw003qsh27dyxoxeft", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "\r\nOrdinary Magic of tactical transmission", + "subType": "", + "rulesText": "An ally teleports to a location it’s nearby. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lke470000e0v51se735fl" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g120008ps67prymcyt1q", + "slug": "bet_blink_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/blink.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4lke470000e0v51se735fl", + "setCardId": "clot8g10d008ns67p6ipzm6ae", + "setCard": { + "id": "clot8g10d008ns67p6ipzm6ae", + "slug": "bet_blink", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lke470000e0v51se735fl", + "meta": { + "id": "clq39ybvi003ssh276ylyn32x", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "\r\nOrdinary Magic of tactical transmission", + "subType": "", + "rulesText": "An ally teleports to a location it’s nearby. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g10d008ns67p6ipzm6ae" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g13j008rs67ps8jxp5ft", + "slug": "bet_blink_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/blink-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4lke470000e0v51se735fl", + "setCardId": "clot8g10d008ns67p6ipzm6ae", + "setCard": { + "id": "clot8g10d008ns67p6ipzm6ae", + "slug": "bet_blink", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lke470000e0v51se735fl", + "meta": { + "id": "clq39ybvi003ssh276ylyn32x", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "\r\nOrdinary Magic of tactical transmission", + "subType": "", + "rulesText": "An ally teleports to a location it’s nearby. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g10d008ns67p6ipzm6ae" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lkpfr0002e0v5eehc1pxh", + "slug": "alp_blink_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/blink.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4lke470000e0v51se735fl", + "setCardId": "clm4lkn2f0001e0v5dk1f0500", + "setCard": { + "id": "clm4lkn2f0001e0v5dk1f0500", + "slug": "alp_blink", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lke470000e0v51se735fl", + "meta": { + "id": "clq39ybo8003rsh27h39bw9c8", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "\nOrdinary Magic of tactical transmission", + "subType": "", + "rulesText": "An ally teleports to a location it’s nearby. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lkn2f0001e0v5dk1f0500" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ll71a0004e0v5136obq4l", + "slug": "alp_blink_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/blink-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4lke470000e0v51se735fl", + "setCardId": "clm4lkn2f0001e0v5dk1f0500", + "setCard": { + "id": "clm4lkn2f0001e0v5dk1f0500", + "slug": "alp_blink", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lke470000e0v51se735fl", + "meta": { + "id": "clq39ybo8003rsh27h39bw9c8", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "\nOrdinary Magic of tactical transmission", + "subType": "", + "rulesText": "An ally teleports to a location it’s nearby. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lkn2f0001e0v5dk1f0500" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ll0f00003e0v5bmqofsgc", + "slug": "alp_blink_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/blink-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4lke470000e0v51se735fl", + "setCardId": "clm4lkn2f0001e0v5dk1f0500", + "setCard": { + "id": "clm4lkn2f0001e0v5dk1f0500", + "slug": "alp_blink", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lke470000e0v51se735fl", + "meta": { + "id": "clq39ybo8003rsh27h39bw9c8", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "\nOrdinary Magic of tactical transmission", + "subType": "", + "rulesText": "An ally teleports to a location it’s nearby. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lkn2f0001e0v5dk1f0500" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lmygh000ie0v5baa57rdk", + "slug": "disenchant", + "name": "Disenchant", + "hotscore": 5256, + "guardian": { + "id": "clq39yd9a0042sh27mm137rff", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of fractured fascination", + "subType": "", + "rulesText": "Destroy all auras and artifacts at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lmygh000ie0v5baa57rdk" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g298009hs67pk12oq0zs", + "slug": "bet_disenchant_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/disenchant.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "... and a haughty spirit before a fall.", + "cardId": "clm4lmygh000ie0v5baa57rdk", + "setCardId": "clot8g27r009fs67px2lh8hka", + "setCard": { + "id": "clot8g27r009fs67px2lh8hka", + "slug": "bet_disenchant", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lmygh000ie0v5baa57rdk", + "meta": { + "id": "clq39ydh70044sh27l2hc81ii", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of fractured fascination", + "subType": "", + "rulesText": "Destroy all auras and artifacts at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g27r009fs67px2lh8hka" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g2au009js67p657gd1ka", + "slug": "bet_disenchant_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/disenchant-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "... and a haughty spirit before a fall.", + "cardId": "clm4lmygh000ie0v5baa57rdk", + "setCardId": "clot8g27r009fs67px2lh8hka", + "setCard": { + "id": "clot8g27r009fs67px2lh8hka", + "slug": "bet_disenchant", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lmygh000ie0v5baa57rdk", + "meta": { + "id": "clq39ydh70044sh27l2hc81ii", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of fractured fascination", + "subType": "", + "rulesText": "Destroy all auras and artifacts at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g27r009fs67px2lh8hka" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ln5hs000ke0v53nox6cct", + "slug": "alp_disenchant_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/disenchant.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "... and a haughty spirit before a fall.", + "cardId": "clm4lmygh000ie0v5baa57rdk", + "setCardId": "clm4ln45c000je0v563dd778h", + "setCard": { + "id": "clm4ln45c000je0v563dd778h", + "slug": "alp_disenchant", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lmygh000ie0v5baa57rdk", + "meta": { + "id": "clq39ydbi0043sh27vrzigtvy", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of fractured fascination", + "subType": "", + "rulesText": "Destroy all auras and artifacts at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ln45c000je0v563dd778h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lndlo000le0v5fg2n0ani", + "slug": "alp_disenchant_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/disenchant-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "... and a haughty spirit before a fall.", + "cardId": "clm4lmygh000ie0v5baa57rdk", + "setCardId": "clm4ln45c000je0v563dd778h", + "setCard": { + "id": "clm4ln45c000je0v563dd778h", + "slug": "alp_disenchant", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lmygh000ie0v5baa57rdk", + "meta": { + "id": "clq39ydbi0043sh27vrzigtvy", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of fractured fascination", + "subType": "", + "rulesText": "Destroy all auras and artifacts at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ln45c000je0v563dd778h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lo7qs000qe0v5dybxev5p", + "slug": "fade", + "name": "Fade", + "hotscore": 1667, + "guardian": { + "id": "clq39ye1f0048sh27964cfdaq", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of covert concealment", + "subType": "", + "rulesText": "Give an allied minion Stealth. If it occupies an enemy site, draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lo7qs000qe0v5dybxev5p" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g2xn009vs67pqcv7pcv2", + "slug": "bet_fade_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/fade.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "I could pay, but then I'd just have to rob them again.", + "cardId": "clm4lo7qs000qe0v5dybxev5p", + "setCardId": "clot8g2w0009ts67pzf9ed75r", + "setCard": { + "id": "clot8g2w0009ts67pzf9ed75r", + "slug": "bet_fade", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lo7qs000qe0v5dybxev5p", + "meta": { + "id": "clq39ye9g004ash27sfjvrilz", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of covert concealment", + "subType": "", + "rulesText": "Give an allied minion Stealth. If it occupies an enemy site, draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g2w0009ts67pzf9ed75r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g2z6009xs67pp0od2bgj", + "slug": "bet_fade_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/fade-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "I could pay, but then I'd just have to rob them again.", + "cardId": "clm4lo7qs000qe0v5dybxev5p", + "setCardId": "clot8g2w0009ts67pzf9ed75r", + "setCard": { + "id": "clot8g2w0009ts67pzf9ed75r", + "slug": "bet_fade", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lo7qs000qe0v5dybxev5p", + "meta": { + "id": "clq39ye9g004ash27sfjvrilz", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of covert concealment", + "subType": "", + "rulesText": "Give an allied minion Stealth. If it occupies an enemy site, draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g2w0009ts67pzf9ed75r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lofek000se0v5escn4zdk", + "slug": "alp_fade_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/fade.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "\"I could pay, but then I'd just have to rob them again.\"", + "cardId": "clm4lo7qs000qe0v5dybxev5p", + "setCardId": "clm4loe1i000re0v5bruye5rl", + "setCard": { + "id": "clm4loe1i000re0v5bruye5rl", + "slug": "alp_fade", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lo7qs000qe0v5dybxev5p", + "meta": { + "id": "clq39ye3p0049sh27vfn30uk2", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of covert concealment", + "subType": "", + "rulesText": "Give an allied minion Stealth. If it occupies an enemy site, draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4loe1i000re0v5bruye5rl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lomdw000te0v5gy6j16cl", + "slug": "alp_fade_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/fade-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "\"I could pay, but then I'd just have to rob them again.\"", + "cardId": "clm4lo7qs000qe0v5dybxev5p", + "setCardId": "clm4loe1i000re0v5bruye5rl", + "setCard": { + "id": "clm4loe1i000re0v5bruye5rl", + "slug": "alp_fade", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lo7qs000qe0v5dybxev5p", + "meta": { + "id": "clq39ye3p0049sh27vfn30uk2", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of covert concealment", + "subType": "", + "rulesText": "Give an allied minion Stealth. If it occupies an enemy site, draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4loe1i000re0v5bruye5rl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lped0000ye0v55hzibzn2", + "slug": "grapple_shot", + "name": "Grapple Shot", + "hotscore": 8253, + "guardian": { + "id": "clq39yete004esh27mcr42t83", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of acrobatic assault", + "subType": "", + "rulesText": "An ally shoots a projectile. If it hits a unit, the ally is dragged to that location, and may strike the hit unit when it arrives.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lped0000ye0v55hzibzn2" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g3j600a9s67p4tzj3tmg", + "slug": "bet_grapple_shot_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/grapple_shot.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4lped0000ye0v55hzibzn2", + "setCardId": "clot8g3hp00a7s67prr1fzmxl", + "setCard": { + "id": "clot8g3hp00a7s67prr1fzmxl", + "slug": "bet_grapple_shot", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lped0000ye0v55hzibzn2", + "meta": { + "id": "clq39yf1l004gsh274wsgjyne", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of acrobatic assault", + "subType": "", + "rulesText": "An ally shoots a projectile. If it hits a unit, the ally is dragged to that location, and may strike the hit unit when it arrives.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g3hp00a7s67prr1fzmxl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g3kn00abs67prqkuhl11", + "slug": "bet_grapple_shot_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/grapple_shot-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4lped0000ye0v55hzibzn2", + "setCardId": "clot8g3hp00a7s67prr1fzmxl", + "setCard": { + "id": "clot8g3hp00a7s67prr1fzmxl", + "slug": "bet_grapple_shot", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lped0000ye0v55hzibzn2", + "meta": { + "id": "clq39yf1l004gsh274wsgjyne", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of acrobatic assault", + "subType": "", + "rulesText": "An ally shoots a projectile. If it hits a unit, the ally is dragged to that location, and may strike the hit unit when it arrives.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g3hp00a7s67prr1fzmxl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lpm3v0010e0v517lqh9dh", + "slug": "alp_grapple_shot_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/grapple_shot.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4lped0000ye0v55hzibzn2", + "setCardId": "clm4lpkqp000ze0v5hy7ud4d2", + "setCard": { + "id": "clm4lpkqp000ze0v5hy7ud4d2", + "slug": "alp_grapple_shot", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lped0000ye0v55hzibzn2", + "meta": { + "id": "clq39yevs004fsh27bphr9pww", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of acrobatic assault", + "subType": "", + "rulesText": "An ally shoots a projectile. If it hits a unit, the ally is dragged to that location, and may strike the hit unit.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lpkqp000ze0v5hy7ud4d2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lpv6t0011e0v5020o85gr", + "slug": "alp_grapple_shot_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/grapple_shot-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4lped0000ye0v55hzibzn2", + "setCardId": "clm4lpkqp000ze0v5hy7ud4d2", + "setCard": { + "id": "clm4lpkqp000ze0v5hy7ud4d2", + "slug": "alp_grapple_shot", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lped0000ye0v55hzibzn2", + "meta": { + "id": "clq39yevs004fsh27bphr9pww", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of acrobatic assault", + "subType": "", + "rulesText": "An ally shoots a projectile. If it hits a unit, the ally is dragged to that location, and may strike the hit unit.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lpkqp000ze0v5hy7ud4d2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lq1n20012e0v5db2a6h20", + "slug": "lightning_bolt", + "name": "Lightning Bolt", + "hotscore": 11170, + "guardian": { + "id": "clq39yf7k004hsh27ntcn3oiu", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of shocking uncertainty", + "subType": "", + "rulesText": "Deal 3 damage to a random unit at target location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lq1n20012e0v5db2a6h20" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g3tl00ags67psjm5785a", + "slug": "bet_lightning_bolt_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lightning_bolt.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4lq1n20012e0v5db2a6h20", + "setCardId": "clot8g3s300aes67px9hlkxp6", + "setCard": { + "id": "clot8g3s300aes67px9hlkxp6", + "slug": "bet_lightning_bolt", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lq1n20012e0v5db2a6h20", + "meta": { + "id": "clq39yfhh004jsh27meak1j0f", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of shocking uncertainty", + "subType": "", + "rulesText": "Deal 3 damage to a random unit at target location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g3s300aes67px9hlkxp6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g3v400ais67p63vp6wrj", + "slug": "bet_lightning_bolt_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lightning_bolt-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4lq1n20012e0v5db2a6h20", + "setCardId": "clot8g3s300aes67px9hlkxp6", + "setCard": { + "id": "clot8g3s300aes67px9hlkxp6", + "slug": "bet_lightning_bolt", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lq1n20012e0v5db2a6h20", + "meta": { + "id": "clq39yfhh004jsh27meak1j0f", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of shocking uncertainty", + "subType": "", + "rulesText": "Deal 3 damage to a random unit at target location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g3s300aes67px9hlkxp6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lq9rc0014e0v5erci0qvs", + "slug": "alp_lightning_bolt_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lightning_bolt.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4lq1n20012e0v5db2a6h20", + "setCardId": "clm4lq8e70013e0v5hu9f4t70", + "setCard": { + "id": "clm4lq8e70013e0v5hu9f4t70", + "slug": "alp_lightning_bolt", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lq1n20012e0v5db2a6h20", + "meta": { + "id": "clq39yf9y004ish276ttzsv05", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of shocking uncertainty", + "subType": "", + "rulesText": "Deal 3 damage to a random unit at target location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lq8e70013e0v5hu9f4t70" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lqqvd0016e0v5ad998x33", + "slug": "alp_lightning_bolt_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lightning_bolt-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4lq1n20012e0v5db2a6h20", + "setCardId": "clm4lq8e70013e0v5hu9f4t70", + "setCard": { + "id": "clm4lq8e70013e0v5hu9f4t70", + "slug": "alp_lightning_bolt", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lq1n20012e0v5db2a6h20", + "meta": { + "id": "clq39yf9y004ish276ttzsv05", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of shocking uncertainty", + "subType": "", + "rulesText": "Deal 3 damage to a random unit at target location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lq8e70013e0v5hu9f4t70" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lqjvs0015e0v53vdr02ay", + "slug": "alp_lightning_bolt_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lightning_bolt-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4lq1n20012e0v5db2a6h20", + "setCardId": "clm4lq8e70013e0v5hu9f4t70", + "setCard": { + "id": "clm4lq8e70013e0v5hu9f4t70", + "slug": "alp_lightning_bolt", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lq1n20012e0v5db2a6h20", + "meta": { + "id": "clq39yf9y004ish276ttzsv05", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of shocking uncertainty", + "subType": "", + "rulesText": "Deal 3 damage to a random unit at target location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lq8e70013e0v5hu9f4t70" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clpvzhofa001bm65ylva1m112", + "slug": "pro_lightning_bolt_p_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/pro/lightning_bolt-p-f.png", + "finish": "Foil", + "product": "Promo", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4lq1n20012e0v5db2a6h20", + "setCardId": "clpvzhodk0019m65ydzb0t73s", + "setCard": { + "id": "clpvzhodk0019m65ydzb0t73s", + "slug": "pro_lightning_bolt", + "setId": "clm4rgehb000042v5a04vfg6s", + "cardId": "clm4lq1n20012e0v5db2a6h20", + "meta": { + "id": "clq39yfn1004ksh27o5h8aic8", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic strikes in the night!", + "subType": "", + "rulesText": "Deal 3 damage to a random unit at target location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clpvzhodk0019m65ydzb0t73s" + }, + "set": { + "id": "clm4rgehb000042v5a04vfg6s", + "name": "Promotional", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lqs9r0017e0v53hsbhfx4", + "slug": "mortality", + "name": "Mortality", + "hotscore": 271, + "guardian": { + "id": "clq39yfqz004lsh27jqamqexf", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of grave consequence", + "subType": "", + "rulesText": "Kill all Mortal minions at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lqs9r0017e0v53hsbhfx4" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g44b00ans67pf8dp18zg", + "slug": "bet_mortality_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mortality.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "Man is born a candle, the better part burnt out.", + "cardId": "clm4lqs9r0017e0v53hsbhfx4", + "setCardId": "clot8g42t00als67p2ovf4h79", + "setCard": { + "id": "clot8g42t00als67p2ovf4h79", + "slug": "bet_mortality", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lqs9r0017e0v53hsbhfx4", + "meta": { + "id": "clq39yfz0004nsh27y46659dn", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of grave consequence", + "subType": "", + "rulesText": "Kill all Mortal minions at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g42t00als67p2ovf4h79" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g45u00aps67pj6v5qr9y", + "slug": "bet_mortality_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mortality-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "Man is born a candle, the better part burnt out.", + "cardId": "clm4lqs9r0017e0v53hsbhfx4", + "setCardId": "clot8g42t00als67p2ovf4h79", + "setCard": { + "id": "clot8g42t00als67p2ovf4h79", + "slug": "bet_mortality", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lqs9r0017e0v53hsbhfx4", + "meta": { + "id": "clq39yfz0004nsh27y46659dn", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of grave consequence", + "subType": "", + "rulesText": "Kill all Mortal minions at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g42t00als67p2ovf4h79" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lqzpl0019e0v5fgup6ryu", + "slug": "alp_mortality_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mortality.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "Man is born a candle, the better part burnt out.", + "cardId": "clm4lqs9r0017e0v53hsbhfx4", + "setCardId": "clm4lqy4w0018e0v58r195lcr", + "setCard": { + "id": "clm4lqy4w0018e0v58r195lcr", + "slug": "alp_mortality", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lqs9r0017e0v53hsbhfx4", + "meta": { + "id": "clq39yft9004msh27pnb8mb2y", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of grave consequence", + "subType": "", + "rulesText": "Kill all Mortal minions at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lqy4w0018e0v58r195lcr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lr6sv001ae0v5bchq4z6t", + "slug": "alp_mortality_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mortality-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "Man is born a candle, the better part burnt out.", + "cardId": "clm4lqs9r0017e0v53hsbhfx4", + "setCardId": "clm4lqy4w0018e0v58r195lcr", + "setCard": { + "id": "clm4lqy4w0018e0v58r195lcr", + "slug": "alp_mortality", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lqs9r0017e0v53hsbhfx4", + "meta": { + "id": "clq39yft9004msh27pnb8mb2y", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of grave consequence", + "subType": "", + "rulesText": "Kill all Mortal minions at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lqy4w0018e0v58r195lcr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lsju0001je0v58ez482ti", + "slug": "rain_of_arrows", + "name": "Rain of Arrows", + "hotscore": 316, + "guardian": { + "id": "clq39yh1r004vsh27ra9i9r8m", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic eclipses the sun", + "subType": "", + "rulesText": "Deal 1 damage to each aboveground minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lsju0001je0v58ez482ti" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g52z00b8s67p1etp1vva", + "slug": "bet_rain_of_arrows_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/rain_of_arrows.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "\"Then we will fight in the shade!\"\r\n— Dienekes", + "cardId": "clm4lsju0001je0v58ez482ti", + "setCardId": "clot8g51g00b6s67pcf1363v3", + "setCard": { + "id": "clot8g51g00b6s67pcf1363v3", + "slug": "bet_rain_of_arrows", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lsju0001je0v58ez482ti", + "meta": { + "id": "clq39yh9t004xsh27xqhna5ho", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic eclipses the sun", + "subType": "", + "rulesText": "Deal 1 damage to each aboveground minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g51g00b6s67pcf1363v3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g54g00bas67ptyz3w6cg", + "slug": "bet_rain_of_arrows_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/rain_of_arrows-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "\"Then we will fight in the shade!\"\r\n— Dienekes", + "cardId": "clm4lsju0001je0v58ez482ti", + "setCardId": "clot8g51g00b6s67pcf1363v3", + "setCard": { + "id": "clot8g51g00b6s67pcf1363v3", + "slug": "bet_rain_of_arrows", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lsju0001je0v58ez482ti", + "meta": { + "id": "clq39yh9t004xsh27xqhna5ho", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic eclipses the sun", + "subType": "", + "rulesText": "Deal 1 damage to each aboveground minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g51g00b6s67pcf1363v3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lsray001le0v504272wtx", + "slug": "alp_rain_of_arrows_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rain_of_arrows.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "\"Then we will fight in the shade!\"\n— Dienekes", + "cardId": "clm4lsju0001je0v58ez482ti", + "setCardId": "clm4lspxf001ke0v5e2e6bvpn", + "setCard": { + "id": "clm4lspxf001ke0v5e2e6bvpn", + "slug": "alp_rain_of_arrows", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lsju0001je0v58ez482ti", + "meta": { + "id": "clq39yh46004wsh27g3jjntwp", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic eclipses the sun", + "subType": "", + "rulesText": "Deal 1 damage to each aboveground minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lspxf001ke0v5e2e6bvpn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lsz2u001me0v59yh52hl2", + "slug": "alp_rain_of_arrows_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rain_of_arrows-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "\"Then we will fight in the shade!\"\n— Dienekes", + "cardId": "clm4lsju0001je0v58ez482ti", + "setCardId": "clm4lspxf001ke0v5e2e6bvpn", + "setCard": { + "id": "clm4lspxf001ke0v5e2e6bvpn", + "slug": "alp_rain_of_arrows", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lsju0001je0v58ez482ti", + "meta": { + "id": "clq39yh46004wsh27g3jjntwp", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic eclipses the sun", + "subType": "", + "rulesText": "Deal 1 damage to each aboveground minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lspxf001ke0v5e2e6bvpn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lux8f001ze0v5768j0gpm", + "slug": "teleport", + "name": "Teleport", + "hotscore": 2202, + "guardian": { + "id": "clq39yiky0057sh27sx3sf4og", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of abrupt relocation", + "subType": "", + "rulesText": "Teleport an ally to the surface of target site.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4lux8f001ze0v5768j0gpm" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g6c100c0s67p4lymuya4", + "slug": "bet_teleport_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/teleport.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "“There was no real sense of time passing, and in the last act it felt like everyone was just teleporting everywhere.“\r\n— Highland Theater Critic", + "cardId": "clm4lux8f001ze0v5768j0gpm", + "setCardId": "clot8g6aj00bys67pj999d6df", + "setCard": { + "id": "clot8g6aj00bys67pj999d6df", + "slug": "bet_teleport", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lux8f001ze0v5768j0gpm", + "meta": { + "id": "clq39yisz0059sh27svza0ays", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of abrupt relocation", + "subType": "", + "rulesText": "Teleport an ally to the surface of target site.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g6aj00bys67pj999d6df" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g6dk00c2s67ps30pyef1", + "slug": "bet_teleport_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/teleport-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "“There was no real sense of time passing, and in the last act it felt like everyone was just teleporting everywhere.“\r\n— Highland Theater Critic", + "cardId": "clm4lux8f001ze0v5768j0gpm", + "setCardId": "clot8g6aj00bys67pj999d6df", + "setCard": { + "id": "clot8g6aj00bys67pj999d6df", + "slug": "bet_teleport", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lux8f001ze0v5768j0gpm", + "meta": { + "id": "clq39yisz0059sh27svza0ays", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of abrupt relocation", + "subType": "", + "rulesText": "Teleport an ally to the surface of target site.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g6aj00bys67pj999d6df" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lv62c0021e0v56ji629bx", + "slug": "alp_teleport_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/teleport.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "“There was no real sense of time passing, and in the last act it felt like everyone was just teleporting everywhere.“\n— Highland Theater Critic", + "cardId": "clm4lux8f001ze0v5768j0gpm", + "setCardId": "clm4lv40d0020e0v597uohzn2", + "setCard": { + "id": "clm4lv40d0020e0v597uohzn2", + "slug": "alp_teleport", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lux8f001ze0v5768j0gpm", + "meta": { + "id": "clq39yinb0058sh27tzfaup3b", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of abrupt relocation", + "subType": "", + "rulesText": "Teleport an ally to the surface of target site.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4lv40d0020e0v597uohzn2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lvecn0022e0v5hjd44cbe", + "slug": "alp_teleport_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/teleport-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "“There was no real sense of time passing, and in the last act it felt like everyone was just teleporting everywhere.“\n— Highland Theater Critic", + "cardId": "clm4lux8f001ze0v5768j0gpm", + "setCardId": "clm4lv40d0020e0v597uohzn2", + "setCard": { + "id": "clm4lv40d0020e0v597uohzn2", + "slug": "alp_teleport", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lux8f001ze0v5768j0gpm", + "meta": { + "id": "clq39yinb0058sh27tzfaup3b", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of abrupt relocation", + "subType": "", + "rulesText": "Teleport an ally to the surface of target site.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4lv40d0020e0v597uohzn2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_air_ordinary_minion_cards.json b/data/beta_air_ordinary_minion_cards.json new file mode 100644 index 0000000..b2d8a61 --- /dev/null +++ b/data/beta_air_ordinary_minion_cards.json @@ -0,0 +1,2558 @@ +[ + { + "id": "clm4i2b9g000124v58zow8ddd", + "slug": "apprentice_wizard", + "name": "Apprentice Wizard", + "hotscore": 6992, + "guardian": { + "id": "clq39xt5h0000sh27d4ujwgaj", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal new to power", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nGenesis → Draw a spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4i2b9g000124v58zow8ddd" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fm2p0005s67p3d50vkcg", + "slug": "bet_apprentice_wizard_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/apprentice_wizard.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4i2b9g000124v58zow8ddd", + "setCardId": "clot8fm000003s67popttvs61", + "setCard": { + "id": "clot8fm000003s67popttvs61", + "slug": "bet_apprentice_wizard", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i2b9g000124v58zow8ddd", + "meta": { + "id": "clq39xtje0002sh275j6b2g1s", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal new to power", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nGenesis → Draw a spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fm000003s67popttvs61" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fm580007s67p53i84k6g", + "slug": "bet_apprentice_wizard_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/apprentice_wizard-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4i2b9g000124v58zow8ddd", + "setCardId": "clot8fm000003s67popttvs61", + "setCard": { + "id": "clot8fm000003s67popttvs61", + "slug": "bet_apprentice_wizard", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i2b9g000124v58zow8ddd", + "meta": { + "id": "clq39xtje0002sh275j6b2g1s", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal new to power", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nGenesis → Draw a spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fm000003s67popttvs61" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i2oi7000324v58b690ywt", + "slug": "alp_apprentice_wizard_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/apprentice_wizard.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4i2b9g000124v58zow8ddd", + "setCardId": "clm4i2m1g000224v533ol2uhz", + "setCard": { + "id": "clm4i2m1g000224v533ol2uhz", + "slug": "alp_apprentice_wizard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i2b9g000124v58zow8ddd", + "meta": { + "id": "clq39xt9c0001sh27ab0krzhc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal new to power", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nGenesis → Draw a spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i2m1g000224v533ol2uhz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i364q000524v5f894cx4r", + "slug": "alp_apprentice_wizard_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/apprentice_wizard-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4i2b9g000124v58zow8ddd", + "setCardId": "clm4i2m1g000224v533ol2uhz", + "setCard": { + "id": "clm4i2m1g000224v533ol2uhz", + "slug": "alp_apprentice_wizard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i2b9g000124v58zow8ddd", + "meta": { + "id": "clq39xt9c0001sh27ab0krzhc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal new to power", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nGenesis → Draw a spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i2m1g000224v533ol2uhz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i2z8m000424v58pitauv6", + "slug": "alp_apprentice_wizard_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/apprentice_wizard-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4i2b9g000124v58zow8ddd", + "setCardId": "clm4i2m1g000224v533ol2uhz", + "setCard": { + "id": "clm4i2m1g000224v533ol2uhz", + "slug": "alp_apprentice_wizard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i2b9g000124v58zow8ddd", + "meta": { + "id": "clq39xt9c0001sh27ab0krzhc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal new to power", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nGenesis → Draw a spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i2m1g000224v533ol2uhz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4i37h7000624v59n1k2o1r", + "slug": "blood_ravens", + "name": "Blood Ravens", + "hotscore": 601, + "guardian": { + "id": "clq39xtp70003sh27tm0c6bcm", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A cruel conspiracy of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Airborne\r\n \r\nDamage dealt by Blood Ravens' strikes heals you.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4i37h7000624v59n1k2o1r" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fmfy000cs67p2fwssh1g", + "slug": "bet_blood_ravens_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/blood_ravens.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Dark wings bring dark winds.", + "cardId": "clm4i37h7000624v59n1k2o1r", + "setCardId": "clot8fmef000as67pogg80n4d", + "setCard": { + "id": "clot8fmef000as67pogg80n4d", + "slug": "bet_blood_ravens", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i37h7000624v59n1k2o1r", + "meta": { + "id": "clq39xtxc0005sh275qsi412j", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A cruel conspiracy of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Airborne\r\n \r\nDamage dealt by Blood Ravens' strikes heals you.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fmef000as67pogg80n4d" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fmhh000es67pyqv90od5", + "slug": "bet_blood_ravens_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/blood_ravens-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Dark wings bring dark winds.", + "cardId": "clm4i37h7000624v59n1k2o1r", + "setCardId": "clot8fmef000as67pogg80n4d", + "setCard": { + "id": "clot8fmef000as67pogg80n4d", + "slug": "bet_blood_ravens", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i37h7000624v59n1k2o1r", + "meta": { + "id": "clq39xtxc0005sh275qsi412j", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A cruel conspiracy of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Airborne\r\n \r\nDamage dealt by Blood Ravens' strikes heals you.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fmef000as67pogg80n4d" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i3f00000824v5hl17e6io", + "slug": "alp_blood_ravens_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/blood_ravens.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Dark wings bring dark winds.", + "cardId": "clm4i37h7000624v59n1k2o1r", + "setCardId": "clm4i3dns000724v55rnu148n", + "setCard": { + "id": "clm4i3dns000724v55rnu148n", + "slug": "alp_blood_ravens", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i37h7000624v59n1k2o1r", + "meta": { + "id": "clq39xtrj0004sh27531yuyiq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A cruel conspiracy of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Airborne\n\nDamage dealt by Blood Ravens' strikes heals you.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i3dns000724v55rnu148n" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i3lrj000924v59jp80lys", + "slug": "alp_blood_ravens_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/blood_ravens-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Dark wings bring dark winds.", + "cardId": "clm4i37h7000624v59n1k2o1r", + "setCardId": "clm4i3dns000724v55rnu148n", + "setCard": { + "id": "clm4i3dns000724v55rnu148n", + "slug": "alp_blood_ravens", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i37h7000624v59n1k2o1r", + "meta": { + "id": "clq39xtrj0004sh27531yuyiq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A cruel conspiracy of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Airborne\n\nDamage dealt by Blood Ravens' strikes heals you.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i3dns000724v55rnu148n" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4i4bva000e24v590ikehcs", + "slug": "cloud_spirit", + "name": "Cloud Spirit", + "hotscore": 1380, + "guardian": { + "id": "clq39xugz0009sh27hpek93tw", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Spirit chases the wind", + "subType": "Spirit", + "rulesText": "Airborne, Movement +2", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4i4bva000e24v590ikehcs" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fn4z000qs67pxb8zvv6l", + "slug": "bet_cloud_spirit_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cloud_spirit.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Children sense beings that we cannot,\r\nin innocence seeing what wisdom forgot.", + "cardId": "clm4i4bva000e24v590ikehcs", + "setCardId": "clot8fn2y000os67pjuxbz3mk", + "setCard": { + "id": "clot8fn2y000os67pjuxbz3mk", + "slug": "bet_cloud_spirit", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i4bva000e24v590ikehcs", + "meta": { + "id": "clq39xur0000bsh27ysl48sb5", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Spirit chases the wind", + "subType": "Spirit", + "rulesText": "Airborne, Movement +2", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fn2y000os67pjuxbz3mk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fn6i000ss67paeq5u090", + "slug": "bet_cloud_spirit_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cloud_spirit-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Children sense beings that we cannot,\r\nin innocence seeing what wisdom forgot.", + "cardId": "clm4i4bva000e24v590ikehcs", + "setCardId": "clot8fn2y000os67pjuxbz3mk", + "setCard": { + "id": "clot8fn2y000os67pjuxbz3mk", + "slug": "bet_cloud_spirit", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i4bva000e24v590ikehcs", + "meta": { + "id": "clq39xur0000bsh27ysl48sb5", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Spirit chases the wind", + "subType": "Spirit", + "rulesText": "Airborne, Movement +2", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fn2y000os67pjuxbz3mk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i4jio000g24v54a5w3sah", + "slug": "alp_cloud_spirit_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cloud_spirit.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Children sense beings that we cannot,\nin innocence seeing what wisdom forgot.", + "cardId": "clm4i4bva000e24v590ikehcs", + "setCardId": "clm4i4i5u000f24v57pwieb65", + "setCard": { + "id": "clm4i4i5u000f24v57pwieb65", + "slug": "alp_cloud_spirit", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i4bva000e24v590ikehcs", + "meta": { + "id": "clq39xujd000ash279gn3ryoq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Spirit chases the wind", + "subType": "Spirit", + "rulesText": "Airborne, Movement +2", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i4i5u000f24v57pwieb65" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i4wcy000i24v5gr7o31kk", + "slug": "alp_cloud_spirit_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cloud_spirit-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Michal Nagypál", + "flavorText": "Children sense beings that we cannot,\nin innocence seeing what wisdom forgot.", + "cardId": "clm4i4bva000e24v590ikehcs", + "setCardId": "clm4i4i5u000f24v57pwieb65", + "setCard": { + "id": "clm4i4i5u000f24v57pwieb65", + "slug": "alp_cloud_spirit", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i4bva000e24v590ikehcs", + "meta": { + "id": "clq39xujd000ash279gn3ryoq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Spirit chases the wind", + "subType": "Spirit", + "rulesText": "Airborne, Movement +2", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i4i5u000f24v57pwieb65" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i4qv3000h24v56dlehq88", + "slug": "alp_cloud_spirit_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cloud_spirit-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Children sense beings that we cannot,\nin innocence seeing what wisdom forgot.", + "cardId": "clm4i4bva000e24v590ikehcs", + "setCardId": "clm4i4i5u000f24v57pwieb65", + "setCard": { + "id": "clm4i4i5u000f24v57pwieb65", + "slug": "alp_cloud_spirit", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i4bva000e24v590ikehcs", + "meta": { + "id": "clq39xujd000ash279gn3ryoq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Spirit chases the wind", + "subType": "Spirit", + "rulesText": "Airborne, Movement +2", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i4i5u000f24v57pwieb65" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4i5if4000n24v54h714rjx", + "slug": "dead_of_night_demon", + "name": "Dead of Night Demon", + "hotscore": 491, + "guardian": { + "id": "clq39xvan000fsh27wwje3fhe", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Demon stalks the witching hour", + "subType": "Demon", + "rulesText": "Stealth", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4i5if4000n24v54h714rjx" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fnsj0014s67p5hrzt53s", + "slug": "bet_dead_of_night_demon_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dead_of_night_demon.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Tiptoe cross the weald’s black maw,\r\nwhere horned fiends creep ware tooth and claw.", + "cardId": "clm4i5if4000n24v54h714rjx", + "setCardId": "clot8fnr30012s67p6i42e7u8", + "setCard": { + "id": "clot8fnr30012s67p6i42e7u8", + "slug": "bet_dead_of_night_demon", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i5if4000n24v54h714rjx", + "meta": { + "id": "clq39xvk4000hsh2735znae6g", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Demon stalks the witching hour", + "subType": "Demon", + "rulesText": "Stealth", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fnr30012s67p6i42e7u8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fnu40016s67p79jkyp7z", + "slug": "bet_dead_of_night_demon_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dead_of_night_demon-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Tiptoe cross the weald’s black maw,\r\nwhere horned fiends creep ware tooth and claw.", + "cardId": "clm4i5if4000n24v54h714rjx", + "setCardId": "clot8fnr30012s67p6i42e7u8", + "setCard": { + "id": "clot8fnr30012s67p6i42e7u8", + "slug": "bet_dead_of_night_demon", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i5if4000n24v54h714rjx", + "meta": { + "id": "clq39xvk4000hsh2735znae6g", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Demon stalks the witching hour", + "subType": "Demon", + "rulesText": "Stealth", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fnr30012s67p6i42e7u8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i5pna000p24v5atvl8far", + "slug": "alp_dead_of_night_demon_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dead_of_night_demon.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Tiptoe cross the weald’s black maw,\nwhere horned fiends creep ware tooth and claw.", + "cardId": "clm4i5if4000n24v54h714rjx", + "setCardId": "clm4i5oba000o24v573eqg9oc", + "setCard": { + "id": "clm4i5oba000o24v573eqg9oc", + "slug": "alp_dead_of_night_demon", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i5if4000n24v54h714rjx", + "meta": { + "id": "clq39xvcv000gsh27h9wkr8bz", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Demon stalks the witching hour", + "subType": "Demon", + "rulesText": "Stealth", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i5oba000o24v573eqg9oc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i61mo000r24v51dn5h36u", + "slug": "alp_dead_of_night_demon_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dead_of_night_demon-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Michal Nagypál", + "flavorText": "Tiptoe cross the weald’s black maw,\nwhere horned fiends creep ware tooth and claw.", + "cardId": "clm4i5if4000n24v54h714rjx", + "setCardId": "clm4i5oba000o24v573eqg9oc", + "setCard": { + "id": "clm4i5oba000o24v573eqg9oc", + "slug": "alp_dead_of_night_demon", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i5if4000n24v54h714rjx", + "meta": { + "id": "clq39xvcv000gsh27h9wkr8bz", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Demon stalks the witching hour", + "subType": "Demon", + "rulesText": "Stealth", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i5oba000o24v573eqg9oc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i5wia000q24v5d7vjcxjc", + "slug": "alp_dead_of_night_demon_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dead_of_night_demon-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Tiptoe cross the weald’s black maw,\nwhere horned fiends creep ware tooth and claw.", + "cardId": "clm4i5if4000n24v54h714rjx", + "setCardId": "clm4i5oba000o24v573eqg9oc", + "setCard": { + "id": "clm4i5oba000o24v573eqg9oc", + "slug": "alp_dead_of_night_demon", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i5if4000n24v54h714rjx", + "meta": { + "id": "clq39xvcv000gsh27h9wkr8bz", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Demon stalks the witching hour", + "subType": "Demon", + "rulesText": "Stealth", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i5oba000o24v573eqg9oc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4i9meb001j24v53fo99ibs", + "slug": "highland_clansmen", + "name": "Highland Clansmen", + "hotscore": 1092, + "guardian": { + "id": "clq39xycz0011sh27rdyj9lv2", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals storm the gates", + "subType": "Mortal", + "rulesText": "Charge", + "cost": 7, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4i9meb001j24v53fo99ibs" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fq6m002hs67pa19tf83p", + "slug": "bet_highland_clansmen_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/highland_clansmen.png", + "finish": "Standard", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "What need for spells when one can cast iron?", + "cardId": "clm4i9meb001j24v53fo99ibs", + "setCardId": "clot8fq4t002fs67pik4b4u8d", + "setCard": { + "id": "clot8fq4t002fs67pik4b4u8d", + "slug": "bet_highland_clansmen", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i9meb001j24v53fo99ibs", + "meta": { + "id": "clq39xykx0013sh276l65ric8", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals storm the gates", + "subType": "Mortal", + "rulesText": "Charge", + "cost": 7, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fq4t002fs67pik4b4u8d" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fq88002js67pxipr94v2", + "slug": "bet_highland_clansmen_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/highland_clansmen-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "What need for spells when one can cast iron?", + "cardId": "clm4i9meb001j24v53fo99ibs", + "setCardId": "clot8fq4t002fs67pik4b4u8d", + "setCard": { + "id": "clot8fq4t002fs67pik4b4u8d", + "slug": "bet_highland_clansmen", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i9meb001j24v53fo99ibs", + "meta": { + "id": "clq39xykx0013sh276l65ric8", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals storm the gates", + "subType": "Mortal", + "rulesText": "Charge", + "cost": 7, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fq4t002fs67pik4b4u8d" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i9tts001l24v5fecdeeys", + "slug": "alp_highland_clansmen_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/highland_clansmen.png", + "finish": "Standard", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "What need for spells when one can cast iron?", + "cardId": "clm4i9meb001j24v53fo99ibs", + "setCardId": "clm4i9si6001k24v5e1by68fg", + "setCard": { + "id": "clm4i9si6001k24v5e1by68fg", + "slug": "alp_highland_clansmen", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i9meb001j24v53fo99ibs", + "meta": { + "id": "clq39xyf70012sh272pa2dmyz", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals storm the gates", + "subType": "Mortal", + "rulesText": "Charge", + "cost": 7, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i9si6001k24v5e1by68fg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ia0ig001m24v55qhf8fi8", + "slug": "alp_highland_clansmen_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/highland_clansmen-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "What need for spells when one can cast iron?", + "cardId": "clm4i9meb001j24v53fo99ibs", + "setCardId": "clm4i9si6001k24v5e1by68fg", + "setCard": { + "id": "clm4i9si6001k24v5e1by68fg", + "slug": "alp_highland_clansmen", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i9meb001j24v53fo99ibs", + "meta": { + "id": "clq39xyf70012sh272pa2dmyz", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals storm the gates", + "subType": "Mortal", + "rulesText": "Charge", + "cost": 7, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i9si6001k24v5e1by68fg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4id5ge002824v5e7i25b7g", + "slug": "men_of_leng", + "name": "Men of Leng", + "hotscore": 1282, + "guardian": { + "id": "clq39y0ns001jsh27n8xq5r7l", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts bleat in discord", + "subType": "Beast", + "rulesText": "Whenever Men of Leng strike an Avatar, that Avatar discards a random card.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4id5ge002824v5e7i25b7g" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fs8u003ns67p6gn68d0j", + "slug": "bet_men_of_leng_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/men_of_leng.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4id5ge002824v5e7i25b7g", + "setCardId": "clot8fs7e003ls67pb45it88g", + "setCard": { + "id": "clot8fs7e003ls67pb45it88g", + "slug": "bet_men_of_leng", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4id5ge002824v5e7i25b7g", + "meta": { + "id": "clq39y0vw001lsh27ura8wdni", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts bleat in discord", + "subType": "Beast", + "rulesText": "Whenever Men of Leng strike an Avatar, that Avatar discards a random card.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fs7e003ls67pb45it88g" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fsac003ps67pem7valqp", + "slug": "bet_men_of_leng_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/men_of_leng-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4id5ge002824v5e7i25b7g", + "setCardId": "clot8fs7e003ls67pb45it88g", + "setCard": { + "id": "clot8fs7e003ls67pb45it88g", + "slug": "bet_men_of_leng", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4id5ge002824v5e7i25b7g", + "meta": { + "id": "clq39y0vw001lsh27ura8wdni", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts bleat in discord", + "subType": "Beast", + "rulesText": "Whenever Men of Leng strike an Avatar, that Avatar discards a random card.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fs7e003ls67pb45it88g" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4idcbw002a24v57hbigk58", + "slug": "alp_men_of_leng_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/men_of_leng.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4id5ge002824v5e7i25b7g", + "setCardId": "clm4idazp002924v5bg589o7t", + "setCard": { + "id": "clm4idazp002924v5bg589o7t", + "slug": "alp_men_of_leng", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4id5ge002824v5e7i25b7g", + "meta": { + "id": "clq39y0q2001ksh27g2uz6mpi", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts bleat in discord", + "subType": "Beast", + "rulesText": "Whenever Men of Leng strike an Avatar, that Avatar discards a random card.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4idazp002924v5bg589o7t" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4idjvk002b24v54zzp6l87", + "slug": "alp_men_of_leng_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/men_of_leng-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4id5ge002824v5e7i25b7g", + "setCardId": "clm4idazp002924v5bg589o7t", + "setCard": { + "id": "clm4idazp002924v5bg589o7t", + "slug": "alp_men_of_leng", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4id5ge002824v5e7i25b7g", + "meta": { + "id": "clq39y0q2001ksh27g2uz6mpi", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts bleat in discord", + "subType": "Beast", + "rulesText": "Whenever Men of Leng strike an Avatar, that Avatar discards a random card.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4idazp002924v5bg589o7t" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4idqbo002c24v50u7sfwwy", + "slug": "midnight_rogue", + "name": "Midnight Rogue", + "hotscore": 615, + "guardian": { + "id": "clq39y11w001msh278e3mt4tq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal hides in shadow", + "subType": "Mortal", + "rulesText": "Ranged, Stealth", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4idqbo002c24v50u7sfwwy" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fsky003us67pfy14wic9", + "slug": "bet_midnight_rogue_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/midnight_rogue.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "I'll have respect for your laws when you make them respectable.", + "cardId": "clm4idqbo002c24v50u7sfwwy", + "setCardId": "clot8fsjf003ss67pi0h8j63m", + "setCard": { + "id": "clot8fsjf003ss67pi0h8j63m", + "slug": "bet_midnight_rogue", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4idqbo002c24v50u7sfwwy", + "meta": { + "id": "clq39y1bd001osh27rrietgu3", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal hides in shadow", + "subType": "Mortal", + "rulesText": "Ranged, Stealth", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fsjf003ss67pi0h8j63m" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fsmg003ws67p53zbkmkf", + "slug": "bet_midnight_rogue_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/midnight_rogue-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "I'll have respect for your laws when you make them respectable.", + "cardId": "clm4idqbo002c24v50u7sfwwy", + "setCardId": "clot8fsjf003ss67pi0h8j63m", + "setCard": { + "id": "clot8fsjf003ss67pi0h8j63m", + "slug": "bet_midnight_rogue", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4idqbo002c24v50u7sfwwy", + "meta": { + "id": "clq39y1bd001osh27rrietgu3", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal hides in shadow", + "subType": "Mortal", + "rulesText": "Ranged, Stealth", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fsjf003ss67pi0h8j63m" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4idy45002e24v556m09t6p", + "slug": "alp_midnight_rogue_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/midnight_rogue.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "\"I'll have respect for your laws when you make them respectable.\"", + "cardId": "clm4idqbo002c24v50u7sfwwy", + "setCardId": "clm4idwlm002d24v525bp3muu", + "setCard": { + "id": "clm4idwlm002d24v525bp3muu", + "slug": "alp_midnight_rogue", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4idqbo002c24v50u7sfwwy", + "meta": { + "id": "clq39y145001nsh27j24ukid5", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal hides in shadow", + "subType": "Mortal", + "rulesText": "Ranged, Stealth", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4idwlm002d24v525bp3muu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4iebma002g24v58c9xcnso", + "slug": "alp_midnight_rogue_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/midnight_rogue-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Elvira Shakirova", + "flavorText": "\"I'll have respect for your laws when you make them respectable.\"", + "cardId": "clm4idqbo002c24v50u7sfwwy", + "setCardId": "clm4idwlm002d24v525bp3muu", + "setCard": { + "id": "clm4idwlm002d24v525bp3muu", + "slug": "alp_midnight_rogue", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4idqbo002c24v50u7sfwwy", + "meta": { + "id": "clq39y145001nsh27j24ukid5", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal hides in shadow", + "subType": "Mortal", + "rulesText": "Ranged, Stealth", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4idwlm002d24v525bp3muu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ie56c002f24v5242a2jy7", + "slug": "alp_midnight_rogue_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/midnight_rogue-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "\"I'll have respect for your laws when you make them respectable.\"", + "cardId": "clm4idqbo002c24v50u7sfwwy", + "setCardId": "clm4idwlm002d24v525bp3muu", + "setCard": { + "id": "clm4idwlm002d24v525bp3muu", + "slug": "alp_midnight_rogue", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4idqbo002c24v50u7sfwwy", + "meta": { + "id": "clq39y145001nsh27j24ukid5", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal hides in shadow", + "subType": "Mortal", + "rulesText": "Ranged, Stealth", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4idwlm002d24v525bp3muu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ig1vd002v24v56df08myd", + "slug": "palliburrie_bats", + "name": "Palliburrie Bats", + "hotscore": 2501, + "guardian": { + "id": "clq39y2qi001ysh27rza9fjee", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts soar in lunar choir", + "subType": "Beast", + "rulesText": "Airborne, Burrowing", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4ig1vd002v24v56df08myd" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ftvz004ms67pax4iykda", + "slug": "bet_palliburrie_bats_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/palliburrie_bats.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "To the bat, it is the world that’s blind.\r\nTo the song-spun tapestry of its kind.", + "cardId": "clm4ig1vd002v24v56df08myd", + "setCardId": "clot8ftuf004ks67p7nvt9e2x", + "setCard": { + "id": "clot8ftuf004ks67p7nvt9e2x", + "slug": "bet_palliburrie_bats", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ig1vd002v24v56df08myd", + "meta": { + "id": "clq39y2yi0020sh277p51wmz1", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts soar in lunar choir", + "subType": "Beast", + "rulesText": "Airborne, Burrowing", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ftuf004ks67p7nvt9e2x" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ftxh004os67ppgopikk0", + "slug": "bet_palliburrie_bats_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/palliburrie_bats-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "To the bat, it is the world that’s blind.\r\nTo the song-spun tapestry of its kind.", + "cardId": "clm4ig1vd002v24v56df08myd", + "setCardId": "clot8ftuf004ks67p7nvt9e2x", + "setCard": { + "id": "clot8ftuf004ks67p7nvt9e2x", + "slug": "bet_palliburrie_bats", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ig1vd002v24v56df08myd", + "meta": { + "id": "clq39y2yi0020sh277p51wmz1", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts soar in lunar choir", + "subType": "Beast", + "rulesText": "Airborne, Burrowing", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ftuf004ks67p7nvt9e2x" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ig9ii002x24v5eotadp2m", + "slug": "alp_palliburrie_bats_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/palliburrie_bats.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "To the bat, it is the world that’s blind.\nTo the song-spun tapestry of its kind.", + "cardId": "clm4ig1vd002v24v56df08myd", + "setCardId": "clm4ig86k002w24v5cyac16il", + "setCard": { + "id": "clm4ig86k002w24v5cyac16il", + "slug": "alp_palliburrie_bats", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ig1vd002v24v56df08myd", + "meta": { + "id": "clq39y2sr001zsh276iz0tb58", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts soar in lunar choir", + "subType": "Beast", + "rulesText": "Airborne, Burrowing", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ig86k002w24v5cyac16il" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4iggrb002y24v5h2hu5817", + "slug": "alp_palliburrie_bats_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/palliburrie_bats-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "To the bat, it is the world that’s blind.\nTo the song-spun tapestry of its kind.", + "cardId": "clm4ig1vd002v24v56df08myd", + "setCardId": "clm4ig86k002w24v5cyac16il", + "setCard": { + "id": "clm4ig86k002w24v5cyac16il", + "slug": "alp_palliburrie_bats", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ig1vd002v24v56df08myd", + "meta": { + "id": "clq39y2sr001zsh276iz0tb58", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts soar in lunar choir", + "subType": "Beast", + "rulesText": "Airborne, Burrowing", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ig86k002w24v5cyac16il" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4iiwtk003g24v5a0f9appf", + "slug": "plumed_pegasus", + "name": "Plumed Pegasus", + "hotscore": 734, + "guardian": { + "id": "clq39y4qu002dsh2790yk9kcc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of extraordinary extravagance", + "subType": "Beast", + "rulesText": "Airborne", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4iiwtk003g24v5a0f9appf" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fvk7005ls67paoo5fke9", + "slug": "bet_plumed_pegasus_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/plumed_pegasus.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Thereupon I could not breathe, but sighs were pardoned unto me. To see the pegasus fly is to feel the spirit soar.", + "cardId": "clm4iiwtk003g24v5a0f9appf", + "setCardId": "clot8fvim005js67pst76f67l", + "setCard": { + "id": "clot8fvim005js67pst76f67l", + "slug": "bet_plumed_pegasus", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iiwtk003g24v5a0f9appf", + "meta": { + "id": "clq39y51i002fsh27zjo56iho", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of extraordinary extravagance", + "subType": "Beast", + "rulesText": "Airborne", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fvim005js67pst76f67l" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fvlt005ns67px7lbps9n", + "slug": "bet_plumed_pegasus_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/plumed_pegasus-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Thereupon I could not breathe, but sighs were pardoned unto me. To see the pegasus fly is to feel the spirit soar.", + "cardId": "clm4iiwtk003g24v5a0f9appf", + "setCardId": "clot8fvim005js67pst76f67l", + "setCard": { + "id": "clot8fvim005js67pst76f67l", + "slug": "bet_plumed_pegasus", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iiwtk003g24v5a0f9appf", + "meta": { + "id": "clq39y51i002fsh27zjo56iho", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of extraordinary extravagance", + "subType": "Beast", + "rulesText": "Airborne", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fvim005js67pst76f67l" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ij42e003i24v5gds2g7gh", + "slug": "alp_plumed_pegasus_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/plumed_pegasus.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "\"Thereupon I could not breathe, but sighs were pardoned unto me. To see the pegasus fly is to feel the spirit soar.\"", + "cardId": "clm4iiwtk003g24v5a0f9appf", + "setCardId": "clm4ij2qk003h24v573q83d4f", + "setCard": { + "id": "clm4ij2qk003h24v573q83d4f", + "slug": "alp_plumed_pegasus", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iiwtk003g24v5a0f9appf", + "meta": { + "id": "clq39y4tc002esh278svnjtlk", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of extraordinary extravagance", + "subType": "Beast", + "rulesText": "Airborne", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ij2qk003h24v573q83d4f" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ijgab003k24v56yy04ymk", + "slug": "alp_plumed_pegasus_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/plumed_pegasus-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Melissa A. Benson", + "flavorText": "\"Thereupon I could not breathe, but sighs were pardoned unto me. To see the pegasus fly is to feel the spirit soar.\"", + "cardId": "clm4iiwtk003g24v5a0f9appf", + "setCardId": "clm4ij2qk003h24v573q83d4f", + "setCard": { + "id": "clm4ij2qk003h24v573q83d4f", + "slug": "alp_plumed_pegasus", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iiwtk003g24v5a0f9appf", + "meta": { + "id": "clq39y4tc002esh278svnjtlk", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of extraordinary extravagance", + "subType": "Beast", + "rulesText": "Airborne", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ij2qk003h24v573q83d4f" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ijasb003j24v50ulr8pdx", + "slug": "alp_plumed_pegasus_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/plumed_pegasus-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "\"Thereupon I could not breathe, but sighs were pardoned unto me. To see the pegasus fly is to feel the spirit soar.\"", + "cardId": "clm4iiwtk003g24v5a0f9appf", + "setCardId": "clm4ij2qk003h24v573q83d4f", + "setCard": { + "id": "clm4ij2qk003h24v573q83d4f", + "slug": "alp_plumed_pegasus", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iiwtk003g24v5a0f9appf", + "meta": { + "id": "clq39y4tc002esh278svnjtlk", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of extraordinary extravagance", + "subType": "Beast", + "rulesText": "Airborne", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ij2qk003h24v573q83d4f" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4il4nb003x24v58p9vf46g", + "slug": "roaming_monster", + "name": "Roaming Monster", + "hotscore": 765, + "guardian": { + "id": "clq39y6g7002psh276xj0li4k", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Monster from out of the blue", + "subType": "Monster", + "rulesText": "May be summoned to any site.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4il4nb003x24v58p9vf46g" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fww8006ds67ppcrvq96s", + "slug": "bet_roaming_monster_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/roaming_monster.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "Heeere's Brawny!", + "cardId": "clm4il4nb003x24v58p9vf46g", + "setCardId": "clot8fwun006bs67piqzcaobk", + "setCard": { + "id": "clot8fwun006bs67piqzcaobk", + "slug": "bet_roaming_monster", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4il4nb003x24v58p9vf46g", + "meta": { + "id": "clq39y6qd002rsh27a2mjmh4w", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Monster from out of the blue", + "subType": "Monster", + "rulesText": "May be summoned to any site.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fwun006bs67piqzcaobk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fwxs006fs67ptjze7l2g", + "slug": "bet_roaming_monster_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/roaming_monster-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "Heeere's Brawny!", + "cardId": "clm4il4nb003x24v58p9vf46g", + "setCardId": "clot8fwun006bs67piqzcaobk", + "setCard": { + "id": "clot8fwun006bs67piqzcaobk", + "slug": "bet_roaming_monster", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4il4nb003x24v58p9vf46g", + "meta": { + "id": "clq39y6qd002rsh27a2mjmh4w", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Monster from out of the blue", + "subType": "Monster", + "rulesText": "May be summoned to any site.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fwun006bs67piqzcaobk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ilbj6003z24v5fdk7eej9", + "slug": "alp_roaming_monster_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/roaming_monster.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "Heeere's Brawny!", + "cardId": "clm4il4nb003x24v58p9vf46g", + "setCardId": "clm4ila6t003y24v573qzbgms", + "setCard": { + "id": "clm4ila6t003y24v573qzbgms", + "slug": "alp_roaming_monster", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4il4nb003x24v58p9vf46g", + "meta": { + "id": "clq39y6in002qsh27brw42uwl", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Monster from out of the blue", + "subType": "Monster", + "rulesText": "May be summoned to any site.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ila6t003y24v573qzbgms" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ilodt004124v51ef3hyl9", + "slug": "alp_roaming_monster_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/roaming_monster-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jeff Easley", + "flavorText": "Heeere's Brawny!", + "cardId": "clm4il4nb003x24v58p9vf46g", + "setCardId": "clm4ila6t003y24v573qzbgms", + "setCard": { + "id": "clm4ila6t003y24v573qzbgms", + "slug": "alp_roaming_monster", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4il4nb003x24v58p9vf46g", + "meta": { + "id": "clq39y6in002qsh27brw42uwl", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Monster from out of the blue", + "subType": "Monster", + "rulesText": "May be summoned to any site.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ila6t003y24v573qzbgms" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ilj0v004024v5hm835781", + "slug": "alp_roaming_monster_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/roaming_monster-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "Heeere's Brawny!", + "cardId": "clm4il4nb003x24v58p9vf46g", + "setCardId": "clm4ila6t003y24v573qzbgms", + "setCard": { + "id": "clm4ila6t003y24v573qzbgms", + "slug": "alp_roaming_monster", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4il4nb003x24v58p9vf46g", + "meta": { + "id": "clq39y6in002qsh27brw42uwl", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Monster from out of the blue", + "subType": "Monster", + "rulesText": "May be summoned to any site.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ila6t003y24v573qzbgms" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4inizi004g24v5bvkoaohb", + "slug": "snow_leopard", + "name": "Snow Leopard", + "hotscore": 467, + "guardian": { + "id": "clq39y87z0031sh27l1gwfz00", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast prowls powdry peaks", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4inizi004g24v5bvkoaohb" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fy8y0075s67pv9dqh7s6", + "slug": "bet_snow_leopard_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/snow_leopard.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "“This is the Le-o-pard, my child,\r\nHis temper’s anything but mild.”\r\n― A. M. Shaw \u0026 C. Beckwith", + "cardId": "clm4inizi004g24v5bvkoaohb", + "setCardId": "clot8fy770073s67p7yfnkgw5", + "setCard": { + "id": "clot8fy770073s67p7yfnkgw5", + "slug": "bet_snow_leopard", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4inizi004g24v5bvkoaohb", + "meta": { + "id": "clq39y8hp0033sh27vsjet0s3", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast prowls powdry peaks", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fy770073s67p7yfnkgw5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fyaq0077s67plu2etrjd", + "slug": "bet_snow_leopard_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/snow_leopard-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "“This is the Le-o-pard, my child,\r\nHis temper’s anything but mild.”\r\n― A. M. Shaw \u0026 C. Beckwith", + "cardId": "clm4inizi004g24v5bvkoaohb", + "setCardId": "clot8fy770073s67p7yfnkgw5", + "setCard": { + "id": "clot8fy770073s67p7yfnkgw5", + "slug": "bet_snow_leopard", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4inizi004g24v5bvkoaohb", + "meta": { + "id": "clq39y8hp0033sh27vsjet0s3", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast prowls powdry peaks", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fy770073s67p7yfnkgw5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4inq2m004i24v59e3x0cj2", + "slug": "alp_snow_leopard_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/snow_leopard.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "“This is the Le-o-pard, my child,\nHis temper’s anything but mild.”\n― A. M. Shaw \u0026 C. Beckwith", + "cardId": "clm4inizi004g24v5bvkoaohb", + "setCardId": "clm4inojp004h24v59fg3e82n", + "setCard": { + "id": "clm4inojp004h24v59fg3e82n", + "slug": "alp_snow_leopard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4inizi004g24v5bvkoaohb", + "meta": { + "id": "clq39y8a70032sh27b9krslod", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast prowls powdry peaks", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4inojp004h24v59fg3e82n" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4io2zx004k24v5hm162c6w", + "slug": "alp_snow_leopard_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/snow_leopard-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Lindsey Crummett", + "flavorText": "“This is the Le-o-pard, my child,\nHis temper’s anything but mild.”\n― A. M. Shaw \u0026 C. Beckwith", + "cardId": "clm4inizi004g24v5bvkoaohb", + "setCardId": "clm4inojp004h24v59fg3e82n", + "setCard": { + "id": "clm4inojp004h24v59fg3e82n", + "slug": "alp_snow_leopard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4inizi004g24v5bvkoaohb", + "meta": { + "id": "clq39y8a70032sh27b9krslod", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast prowls powdry peaks", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4inojp004h24v59fg3e82n" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4inwsz004j24v59fx33u0d", + "slug": "alp_snow_leopard_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/snow_leopard-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "“This is the Le-o-pard, my child,\nHis temper’s anything but mild.”\n― A. M. Shaw \u0026 C. Beckwith", + "cardId": "clm4inizi004g24v5bvkoaohb", + "setCardId": "clm4inojp004h24v59fg3e82n", + "setCard": { + "id": "clm4inojp004h24v59fg3e82n", + "slug": "alp_snow_leopard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4inizi004g24v5bvkoaohb", + "meta": { + "id": "clq39y8a70032sh27b9krslod", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast prowls powdry peaks", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4inojp004h24v59fg3e82n" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4io45n004l24v5chf0dstr", + "slug": "spectral_stalker", + "name": "Spectral Stalker", + "hotscore": 2022, + "guardian": { + "id": "clq39y8nn0034sh27aqg2741k", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Undead roams betwixt the between", + "subType": "Undead", + "rulesText": "Voidwalk", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4io45n004l24v5chf0dstr" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fykq007cs67pl82qoqd8", + "slug": "bet_spectral_stalker_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/spectral_stalker.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "“We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far.”\r\n― H. P. Lovecraft", + "cardId": "clm4io45n004l24v5chf0dstr", + "setCardId": "clot8fyj8007as67pq1cbm2h1", + "setCard": { + "id": "clot8fyj8007as67pq1cbm2h1", + "slug": "bet_spectral_stalker", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4io45n004l24v5chf0dstr", + "meta": { + "id": "clq39y8xk0036sh27ae5n46om", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Undead roams betwixt the between", + "subType": "Undead", + "rulesText": "Voidwalk", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fyj8007as67pq1cbm2h1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fymj007es67phmyzd59j", + "slug": "bet_spectral_stalker_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/spectral_stalker-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "“We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far.”\r\n― H. P. Lovecraft", + "cardId": "clm4io45n004l24v5chf0dstr", + "setCardId": "clot8fyj8007as67pq1cbm2h1", + "setCard": { + "id": "clot8fyj8007as67pq1cbm2h1", + "slug": "bet_spectral_stalker", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4io45n004l24v5chf0dstr", + "meta": { + "id": "clq39y8xk0036sh27ae5n46om", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Undead roams betwixt the between", + "subType": "Undead", + "rulesText": "Voidwalk", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fyj8007as67pq1cbm2h1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4iobie004n24v55ttt6apb", + "slug": "alp_spectral_stalker_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spectral_stalker.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "“We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far.”\n― H. P. Lovecraft", + "cardId": "clm4io45n004l24v5chf0dstr", + "setCardId": "clm4ioa6a004m24v542rg7kl5", + "setCard": { + "id": "clm4ioa6a004m24v542rg7kl5", + "slug": "alp_spectral_stalker", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4io45n004l24v5chf0dstr", + "meta": { + "id": "clq39y8q30035sh279yxichfu", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Undead roams betwixt the between", + "subType": "Undead", + "rulesText": "Voidwalk", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ioa6a004m24v542rg7kl5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4iooic004p24v50mdd9d9h", + "slug": "alp_spectral_stalker_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spectral_stalker-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jeff Easley", + "flavorText": "“We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far.”\n― H. P. Lovecraft", + "cardId": "clm4io45n004l24v5chf0dstr", + "setCardId": "clm4ioa6a004m24v542rg7kl5", + "setCard": { + "id": "clm4ioa6a004m24v542rg7kl5", + "slug": "alp_spectral_stalker", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4io45n004l24v5chf0dstr", + "meta": { + "id": "clq39y8q30035sh279yxichfu", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Undead roams betwixt the between", + "subType": "Undead", + "rulesText": "Voidwalk", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ioa6a004m24v542rg7kl5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ioilo004o24v58d96c8d4", + "slug": "alp_spectral_stalker_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spectral_stalker-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "“We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far.”\n― H. P. Lovecraft", + "cardId": "clm4io45n004l24v5chf0dstr", + "setCardId": "clm4ioa6a004m24v542rg7kl5", + "setCard": { + "id": "clm4ioa6a004m24v542rg7kl5", + "slug": "alp_spectral_stalker", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4io45n004l24v5chf0dstr", + "meta": { + "id": "clq39y8q30035sh279yxichfu", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Undead roams betwixt the between", + "subType": "Undead", + "rulesText": "Voidwalk", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ioa6a004m24v542rg7kl5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_air_ordinary_site_cards.json b/data/beta_air_ordinary_site_cards.json new file mode 100644 index 0000000..cb131b1 --- /dev/null +++ b/data/beta_air_ordinary_site_cards.json @@ -0,0 +1,680 @@ +[ + { + "id": "clm4pzy4800xoe0v5e9gm0p58", + "slug": "dark_tower", + "name": "Dark Tower", + "hotscore": 14740, + "guardian": { + "id": "clq3a1hoa00rdsh27ty4zzf8b", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of contemplation", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Dark Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4pzy4800xoe0v5e9gm0p58" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ijd701rfs67p5rz8z9l8", + "slug": "bet_dark_tower_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dark_tower.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4pzy4800xoe0v5e9gm0p58", + "setCardId": "clot8ijbl01rds67ph71ip66v", + "setCard": { + "id": "clot8ijbl01rds67ph71ip66v", + "slug": "bet_dark_tower", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pzy4800xoe0v5e9gm0p58", + "meta": { + "id": "clq3a1hxu00rfsh272yfi3ea2", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of contemplation", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Dark Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ijbl01rds67ph71ip66v" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ijeq01rhs67p2df703e5", + "slug": "bet_dark_tower_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dark_tower-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4pzy4800xoe0v5e9gm0p58", + "setCardId": "clot8ijbl01rds67ph71ip66v", + "setCard": { + "id": "clot8ijbl01rds67ph71ip66v", + "slug": "bet_dark_tower", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pzy4800xoe0v5e9gm0p58", + "meta": { + "id": "clq3a1hxu00rfsh272yfi3ea2", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of contemplation", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Dark Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ijbl01rds67ph71ip66v" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q05tn00xqe0v58mlkfocq", + "slug": "alp_dark_tower_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dark_tower.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4pzy4800xoe0v5e9gm0p58", + "setCardId": "clm4q04il00xpe0v5fkbdcj0x", + "setCard": { + "id": "clm4q04il00xpe0v5fkbdcj0x", + "slug": "alp_dark_tower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pzy4800xoe0v5e9gm0p58", + "meta": { + "id": "clq3a1hqj00resh27qlpawyct", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of contemplation", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Dark Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q04il00xpe0v5fkbdcj0x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q0jel00xse0v5dn5q1qhl", + "slug": "alp_dark_tower_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dark_tower-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4pzy4800xoe0v5e9gm0p58", + "setCardId": "clm4q04il00xpe0v5fkbdcj0x", + "setCard": { + "id": "clm4q04il00xpe0v5fkbdcj0x", + "slug": "alp_dark_tower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pzy4800xoe0v5e9gm0p58", + "meta": { + "id": "clq3a1hqj00resh27qlpawyct", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of contemplation", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Dark Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q04il00xpe0v5fkbdcj0x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q0ddw00xre0v51t3262mm", + "slug": "alp_dark_tower_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dark_tower-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4pzy4800xoe0v5e9gm0p58", + "setCardId": "clm4q04il00xpe0v5fkbdcj0x", + "setCard": { + "id": "clm4q04il00xpe0v5fkbdcj0x", + "slug": "alp_dark_tower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pzy4800xoe0v5e9gm0p58", + "meta": { + "id": "clq3a1hqj00resh27qlpawyct", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of contemplation", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Dark Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q04il00xpe0v5fkbdcj0x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q0kkz00xte0v5cele33r6", + "slug": "gothic_tower", + "name": "Gothic Tower", + "hotscore": 14276, + "guardian": { + "id": "clq3a1i3k00rgsh275v52nprp", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of rumination", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Gothic Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4q0kkz00xte0v5cele33r6" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ijp801rms67pcz1qwuoz", + "slug": "bet_gothic_tower_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/gothic_tower.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q0kkz00xte0v5cele33r6", + "setCardId": "clot8ijnp01rks67pw4na86hf", + "setCard": { + "id": "clot8ijnp01rks67pw4na86hf", + "slug": "bet_gothic_tower", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q0kkz00xte0v5cele33r6", + "meta": { + "id": "clq3a1idd00rish27nqdg6bdr", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of rumination", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Gothic Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ijnp01rks67pw4na86hf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ijqq01ros67phadb2mo4", + "slug": "bet_gothic_tower_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/gothic_tower-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q0kkz00xte0v5cele33r6", + "setCardId": "clot8ijnp01rks67pw4na86hf", + "setCard": { + "id": "clot8ijnp01rks67pw4na86hf", + "slug": "bet_gothic_tower", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q0kkz00xte0v5cele33r6", + "meta": { + "id": "clq3a1idd00rish27nqdg6bdr", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of rumination", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Gothic Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ijnp01rks67pw4na86hf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q0so200xve0v57ra6eybh", + "slug": "alp_gothic_tower_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gothic_tower.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q0kkz00xte0v5cele33r6", + "setCardId": "clm4q0rav00xue0v5getcf2eu", + "setCard": { + "id": "clm4q0rav00xue0v5getcf2eu", + "slug": "alp_gothic_tower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q0kkz00xte0v5cele33r6", + "meta": { + "id": "clq3a1i5s00rhsh277szz6cq4", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of rumination", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Gothic Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q0rav00xue0v5getcf2eu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q178t00xxe0v54jozbkl6", + "slug": "alp_gothic_tower_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gothic_tower-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q0kkz00xte0v5cele33r6", + "setCardId": "clm4q0rav00xue0v5getcf2eu", + "setCard": { + "id": "clm4q0rav00xue0v5getcf2eu", + "slug": "alp_gothic_tower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q0kkz00xte0v5cele33r6", + "meta": { + "id": "clq3a1i5s00rhsh277szz6cq4", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of rumination", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Gothic Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q0rav00xue0v5getcf2eu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q10g100xwe0v5e7nb74rh", + "slug": "alp_gothic_tower_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gothic_tower-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q0kkz00xte0v5cele33r6", + "setCardId": "clm4q0rav00xue0v5getcf2eu", + "setCard": { + "id": "clm4q0rav00xue0v5getcf2eu", + "slug": "alp_gothic_tower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q0kkz00xte0v5cele33r6", + "meta": { + "id": "clq3a1i5s00rhsh277szz6cq4", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of rumination", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Gothic Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q0rav00xue0v5getcf2eu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q18dr00xye0v55l1p6g73", + "slug": "lone_tower", + "name": "Lone Tower", + "hotscore": 14302, + "guardian": { + "id": "clq3a1iix00rjsh27ew4tru0c", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of introspection", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Lone Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4q18dr00xye0v55l1p6g73" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ik1a01rts67p1uwt6fww", + "slug": "bet_lone_tower_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lone_tower.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q18dr00xye0v55l1p6g73", + "setCardId": "clot8ijzl01rrs67py1zfzs85", + "setCard": { + "id": "clot8ijzl01rrs67py1zfzs85", + "slug": "bet_lone_tower", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q18dr00xye0v55l1p6g73", + "meta": { + "id": "clq3a1isn00rlsh2721alvjod", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of introspection", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Lone Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ijzl01rrs67py1zfzs85" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ik3d01rvs67pjnvm6jei", + "slug": "bet_lone_tower_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lone_tower-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q18dr00xye0v55l1p6g73", + "setCardId": "clot8ijzl01rrs67py1zfzs85", + "setCard": { + "id": "clot8ijzl01rrs67py1zfzs85", + "slug": "bet_lone_tower", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q18dr00xye0v55l1p6g73", + "meta": { + "id": "clq3a1isn00rlsh2721alvjod", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of introspection", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Lone Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ijzl01rrs67py1zfzs85" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q1fx300y0e0v519k65bqx", + "slug": "alp_lone_tower_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lone_tower.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q18dr00xye0v55l1p6g73", + "setCardId": "clm4q1ef300xze0v5eqkdbcvs", + "setCard": { + "id": "clm4q1ef300xze0v5eqkdbcvs", + "slug": "alp_lone_tower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q18dr00xye0v55l1p6g73", + "meta": { + "id": "clq3a1il500rksh27wnbke0u0", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of introspection", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Lone Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q1ef300xze0v5eqkdbcvs" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q1tfh00y2e0v5f21d53dn", + "slug": "alp_lone_tower_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lone_tower-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q18dr00xye0v55l1p6g73", + "setCardId": "clm4q1ef300xze0v5eqkdbcvs", + "setCard": { + "id": "clm4q1ef300xze0v5eqkdbcvs", + "slug": "alp_lone_tower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q18dr00xye0v55l1p6g73", + "meta": { + "id": "clq3a1il500rksh27wnbke0u0", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of introspection", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Lone Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q1ef300xze0v5eqkdbcvs" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q1nrb00y1e0v58oq37yii", + "slug": "alp_lone_tower_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lone_tower-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q18dr00xye0v55l1p6g73", + "setCardId": "clm4q1ef300xze0v5eqkdbcvs", + "setCard": { + "id": "clm4q1ef300xze0v5eqkdbcvs", + "slug": "alp_lone_tower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q18dr00xye0v55l1p6g73", + "meta": { + "id": "clq3a1il500rksh27wnbke0u0", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of introspection", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Lone Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q1ef300xze0v5eqkdbcvs" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_air_unique_magic_cards.json b/data/beta_air_unique_magic_cards.json new file mode 100644 index 0000000..094c998 --- /dev/null +++ b/data/beta_air_unique_magic_cards.json @@ -0,0 +1,602 @@ +[ + { + "id": "clm4ll8dp0005e0v524z83iwv", + "slug": "browse", + "name": "Browse", + "hotscore": 5808, + "guardian": { + "id": "clq39yc1h003tsh27zyzmdenl", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic to probe the possible", + "subType": "", + "rulesText": "Look at your next seven spells. Put one in your hand and the rest on the bottom of your spellbook in any order.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 3, + "cardId": "clm4ll8dp0005e0v524z83iwv" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g1cu008ws67p54tghlcj", + "slug": "bet_browse_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/browse.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4ll8dp0005e0v524z83iwv", + "setCardId": "clot8g1b3008us67pfdkeickc", + "setCard": { + "id": "clot8g1b3008us67pfdkeickc", + "slug": "bet_browse", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ll8dp0005e0v524z83iwv", + "meta": { + "id": "clq39yc9k003vsh27n8ckq5v6", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic to probe the possible", + "subType": "", + "rulesText": "Look at your next seven spells. Put one in your hand and the rest on the bottom of your spellbook in any order.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 3, + "setCardId": "clot8g1b3008us67pfdkeickc" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g1eg008ys67p13xlq724", + "slug": "bet_browse_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/browse-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4ll8dp0005e0v524z83iwv", + "setCardId": "clot8g1b3008us67pfdkeickc", + "setCard": { + "id": "clot8g1b3008us67pfdkeickc", + "slug": "bet_browse", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ll8dp0005e0v524z83iwv", + "meta": { + "id": "clq39yc9k003vsh27n8ckq5v6", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic to probe the possible", + "subType": "", + "rulesText": "Look at your next seven spells. Put one in your hand and the rest on the bottom of your spellbook in any order.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 3, + "setCardId": "clot8g1b3008us67pfdkeickc" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4llfmd0007e0v5dqw9ae07", + "slug": "alp_browse_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/browse.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4ll8dp0005e0v524z83iwv", + "setCardId": "clm4lle2t0006e0v5069egvdk", + "setCard": { + "id": "clm4lle2t0006e0v5069egvdk", + "slug": "alp_browse", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ll8dp0005e0v524z83iwv", + "meta": { + "id": "clq39yc3t003ush27zg113pzf", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic to probe the possible", + "subType": "", + "rulesText": "Look at your next seven spells. Put one in your hand and the rest on the bottom of your spellbook in any order.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 3, + "setCardId": "clm4lle2t0006e0v5069egvdk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4llmrm0008e0v5hu5rd7ni", + "slug": "alp_browse_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/browse-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4ll8dp0005e0v524z83iwv", + "setCardId": "clm4lle2t0006e0v5069egvdk", + "setCard": { + "id": "clm4lle2t0006e0v5069egvdk", + "slug": "alp_browse", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ll8dp0005e0v524z83iwv", + "meta": { + "id": "clq39yc3t003ush27zg113pzf", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic to probe the possible", + "subType": "", + "rulesText": "Look at your next seven spells. Put one in your hand and the rest on the bottom of your spellbook in any order.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 3, + "setCardId": "clm4lle2t0006e0v5069egvdk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lnkjq000me0v53fjuhb92", + "slug": "dream_quest", + "name": "Dream-Quest", + "hotscore": 1910, + "guardian": { + "id": "clq39ydn40045sh279ztcl90r", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic glimpses beyond the veil", + "subType": "", + "rulesText": "An allied Spellcaster falls asleep and is disabled until hurt. At the start of your next turn, if it's still asleep, you may wake it up to search your spellbook for a card and put it into your hand. Shuffle if needed.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lnkjq000me0v53fjuhb92" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g2lr009os67paq0jl26x", + "slug": "bet_dream_quest_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dream_quest.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "When your dreams are your own, I'll meet you there.", + "cardId": "clm4lnkjq000me0v53fjuhb92", + "setCardId": "clot8g2k9009ms67p5dobl2xa", + "setCard": { + "id": "clot8g2k9009ms67p5dobl2xa", + "slug": "bet_dream_quest", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lnkjq000me0v53fjuhb92", + "meta": { + "id": "clq39ydvn0047sh27w7k2u6rw", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic glimpses beyond the veil", + "subType": "", + "rulesText": "An allied Spellcaster falls asleep and is disabled until hurt. At the start of your next turn, if it's still asleep, you may wake it up to search your spellbook for a card and put it into your hand. Shuffle if needed.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g2k9009ms67p5dobl2xa" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g2nc009qs67pftlou5ck", + "slug": "bet_dream_quest_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dream_quest-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "When your dreams are your own, I'll meet you there.", + "cardId": "clm4lnkjq000me0v53fjuhb92", + "setCardId": "clot8g2k9009ms67p5dobl2xa", + "setCard": { + "id": "clot8g2k9009ms67p5dobl2xa", + "slug": "bet_dream_quest", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lnkjq000me0v53fjuhb92", + "meta": { + "id": "clq39ydvn0047sh27w7k2u6rw", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic glimpses beyond the veil", + "subType": "", + "rulesText": "An allied Spellcaster falls asleep and is disabled until hurt. At the start of your next turn, if it's still asleep, you may wake it up to search your spellbook for a card and put it into your hand. Shuffle if needed.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g2k9009ms67p5dobl2xa" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lntb3000oe0v55r0xbe4e", + "slug": "alp_dream_quest_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dream_quest.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "\"When your dreams are your own, I'll meet you there.\"", + "cardId": "clm4lnkjq000me0v53fjuhb92", + "setCardId": "clm4lnrjr000ne0v5b6470six", + "setCard": { + "id": "clm4lnrjr000ne0v5b6470six", + "slug": "alp_dream_quest", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lnkjq000me0v53fjuhb92", + "meta": { + "id": "clq39ydpp0046sh27uj5dqos8", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic glimpses beyond the veil", + "subType": "", + "rulesText": "An allied Spellcaster falls asleep and is disabled until hurt. At the start of your next turn, if it's still asleep, you may wake it up to search your spellbook for a card and put it into your hand. Shuffle if needed.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lnrjr000ne0v5b6470six" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lo1b3000pe0v5d5su6nk5", + "slug": "alp_dream_quest_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dream_quest-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "\"When your dreams are your own, I'll meet you there.\"", + "cardId": "clm4lnkjq000me0v53fjuhb92", + "setCardId": "clm4lnrjr000ne0v5b6470six", + "setCard": { + "id": "clm4lnrjr000ne0v5b6470six", + "slug": "alp_dream_quest", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lnkjq000me0v53fjuhb92", + "meta": { + "id": "clq39ydpp0046sh27uj5dqos8", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic glimpses beyond the veil", + "subType": "", + "rulesText": "An allied Spellcaster falls asleep and is disabled until hurt. At the start of your next turn, if it's still asleep, you may wake it up to search your spellbook for a card and put it into your hand. Shuffle if needed.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lnrjr000ne0v5b6470six" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lrdkq001be0v5cty33965", + "slug": "occult_ritual", + "name": "Occult Ritual", + "hotscore": 584, + "guardian": { + "id": "clq39yg59004osh27hmi8mqxj", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of great awakening", + "subType": "", + "rulesText": "Gain ② this turn for each allied Spellcaster here.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lrdkq001be0v5cty33965" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g4gg00aus67p099kv7kh", + "slug": "bet_occult_ritual_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/occult_ritual.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "“With mingled reverence and awe they cried, softly, odiously, appalling, the name of the Being whom they momentarily expected to appear.“\r\n― Algernon Blackwood", + "cardId": "clm4lrdkq001be0v5cty33965", + "setCardId": "clot8g4ex00ass67pu2z43xd0", + "setCard": { + "id": "clot8g4ex00ass67pu2z43xd0", + "slug": "bet_occult_ritual", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lrdkq001be0v5cty33965", + "meta": { + "id": "clq39yghn004rsh27aw4glc6u", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of great awakening", + "subType": "", + "rulesText": "Gain ② this turn for each allied Spellcaster here.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g4ex00ass67pu2z43xd0" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g4i300aws67plhx7qm9g", + "slug": "bet_occult_ritual_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/occult_ritual-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "“With mingled reverence and awe they cried, softly, odiously, appalling, the name of the Being whom they momentarily expected to appear.“\r\n― Algernon Blackwood", + "cardId": "clm4lrdkq001be0v5cty33965", + "setCardId": "clot8g4ex00ass67pu2z43xd0", + "setCard": { + "id": "clot8g4ex00ass67pu2z43xd0", + "slug": "bet_occult_ritual", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lrdkq001be0v5cty33965", + "meta": { + "id": "clq39yghn004rsh27aw4glc6u", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of great awakening", + "subType": "", + "rulesText": "Gain ② this turn for each allied Spellcaster here.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g4ex00ass67pu2z43xd0" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lrlvh001de0v58jehdg7p", + "slug": "alp_occult_ritual_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/occult_ritual.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "“With mingled reverence and awe they cried, softly, odiously, appalling, the name of the Being whom they momentarily expected to appear.“\n― Algernon Blackwood", + "cardId": "clm4lrdkq001be0v5cty33965", + "setCardId": "clm4lrk2p001ce0v56mf7hnb4", + "setCard": { + "id": "clm4lrk2p001ce0v56mf7hnb4", + "slug": "alp_occult_ritual", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lrdkq001be0v5cty33965", + "meta": { + "id": "clq39yg7p004psh27m4v5yr5z", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of great awakening", + "subType": "", + "rulesText": "Gain ② this turn for each allied Spellcaster here.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lrk2p001ce0v56mf7hnb4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lrtfg001ee0v59wm96p0r", + "slug": "alp_occult_ritual_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/occult_ritual-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "“With mingled reverence and awe they cried, softly, odiously, appalling, the name of the Being whom they momentarily expected to appear.“\n― Algernon Blackwood", + "cardId": "clm4lrdkq001be0v5cty33965", + "setCardId": "clm4lrk2p001ce0v56mf7hnb4", + "setCard": { + "id": "clm4lrk2p001ce0v56mf7hnb4", + "slug": "alp_occult_ritual", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lrdkq001be0v5cty33965", + "meta": { + "id": "clq39yg7p004psh27m4v5yr5z", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of great awakening", + "subType": "", + "rulesText": "Gain ② this turn for each allied Spellcaster here.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lrk2p001ce0v56mf7hnb4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4rhoq9000942v599xbbz6z", + "slug": "pro_occult_ritual_pp_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/pro/occult_ritual-pp.png", + "finish": "Standard", + "product": "Pledge_Pack", + "artist": "Frank Frazetta", + "flavorText": "Ygnaiih ygnaiih thflthkh'ngha... Yog-Sothoth... Y'bthnk h'ehyen'grkdl'lh! — H. P. Lovecraft", + "cardId": "clm4lrdkq001be0v5cty33965", + "setCardId": "clm4rhnet000842v5d9dl7b1z", + "setCard": { + "id": "clm4rhnet000842v5d9dl7b1z", + "slug": "pro_occult_ritual", + "setId": "clm4rgehb000042v5a04vfg6s", + "cardId": "clm4lrdkq001be0v5cty33965", + "meta": { + "id": "clq39ygdi004qsh273sb397o8", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of the devil's doing", + "subType": "", + "rulesText": "Gain (2) this turn for each allied Spellcaster nearby.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4rhnet000842v5d9dl7b1z" + }, + "set": { + "id": "clm4rgehb000042v5a04vfg6s", + "name": "Promotional", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_air_unique_minion_cards.json b/data/beta_air_unique_minion_cards.json new file mode 100644 index 0000000..9f75278 --- /dev/null +++ b/data/beta_air_unique_minion_cards.json @@ -0,0 +1,976 @@ +[ + { + "id": "clm4i7b1y001124v5hsje9u0g", + "slug": "grim_reaper", + "name": "Grim Reaper", + "hotscore": 4706, + "guardian": { + "id": "clq39xwji000osh27d5c0ofmt", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit awaits us all", + "subType": "Spirit", + "rulesText": "Lethal\r\n\r\nWhenever Grim Reaper kills a minion, banish that minion and all copies. Search its owner's cemetery, hand, and spellbook and banish any copies. They shuffle.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4i7b1y001124v5hsje9u0g" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fot1001ps67p7qd5hys9", + "slug": "bet_grim_reaper_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/grim_reaper.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4i7b1y001124v5hsje9u0g", + "setCardId": "clot8fork001ns67px0vha45r", + "setCard": { + "id": "clot8fork001ns67px0vha45r", + "slug": "bet_grim_reaper", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i7b1y001124v5hsje9u0g", + "meta": { + "id": "clq39xwrc000qsh27qozsbxs3", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit awaits us all", + "subType": "Spirit", + "rulesText": "Lethal\r\n\r\nWhenever Grim Reaper kills a minion, banish that minion and all copies. Search its owner's cemetery, hand, and spellbook and banish any copies. They shuffle.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fork001ns67px0vha45r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fouk001rs67pp1du2hha", + "slug": "bet_grim_reaper_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/grim_reaper-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4i7b1y001124v5hsje9u0g", + "setCardId": "clot8fork001ns67px0vha45r", + "setCard": { + "id": "clot8fork001ns67px0vha45r", + "slug": "bet_grim_reaper", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i7b1y001124v5hsje9u0g", + "meta": { + "id": "clq39xwrc000qsh27qozsbxs3", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit awaits us all", + "subType": "Spirit", + "rulesText": "Lethal\r\n\r\nWhenever Grim Reaper kills a minion, banish that minion and all copies. Search its owner's cemetery, hand, and spellbook and banish any copies. They shuffle.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fork001ns67px0vha45r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i7ikc001324v5g6lb790a", + "slug": "alp_grim_reaper_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/grim_reaper.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4i7b1y001124v5hsje9u0g", + "setCardId": "clm4i7h80001224v56ul85ymc", + "setCard": { + "id": "clm4i7h80001224v56ul85ymc", + "slug": "alp_grim_reaper", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i7b1y001124v5hsje9u0g", + "meta": { + "id": "clq39xwlr000psh2753ncz1co", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit awaits us all", + "subType": "Spirit", + "rulesText": "Lethal\n\nWhenever Grim Reaper kills a minion, banish that minion and all copies. Search its owner's cemetery, hand, and spellbook and banish any copies. They shuffle.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i7h80001224v56ul85ymc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i7q1p001424v55ryecg8f", + "slug": "alp_grim_reaper_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/grim_reaper-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4i7b1y001124v5hsje9u0g", + "setCardId": "clm4i7h80001224v56ul85ymc", + "setCard": { + "id": "clm4i7h80001224v56ul85ymc", + "slug": "alp_grim_reaper", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i7b1y001124v5hsje9u0g", + "meta": { + "id": "clq39xwlr000psh2753ncz1co", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit awaits us all", + "subType": "Spirit", + "rulesText": "Lethal\n\nWhenever Grim Reaper kills a minion, banish that minion and all copies. Search its owner's cemetery, hand, and spellbook and banish any copies. They shuffle.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i7h80001224v56ul85ymc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4iasbr001r24v5443xe712", + "slug": "highland_princess", + "name": "Highland Princess", + "hotscore": 6852, + "guardian": { + "id": "clq39xz4a0017sh27sd8gjtzt", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal with many a suitor", + "subType": "Mortal", + "rulesText": "Genesis → Search your spellbook for an artifact that costs ① or less, reveal it, and put it into your hand. Shuffle.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4iasbr001r24v5443xe712" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fqus002vs67p7bubw9l7", + "slug": "bet_highland_princess_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/highland_princess.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Only a fool would hope to win a princess' heart—and title—with trinket and trifle.", + "cardId": "clm4iasbr001r24v5443xe712", + "setCardId": "clot8fqtb002ts67pylqcb7q3", + "setCard": { + "id": "clot8fqtb002ts67pylqcb7q3", + "slug": "bet_highland_princess", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iasbr001r24v5443xe712", + "meta": { + "id": "clq39xzc70019sh27xz6rzqwf", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal with many a suitor", + "subType": "Mortal", + "rulesText": "Genesis → Search your spellbook for an artifact that costs ① or less, reveal it, and put it into your hand. Shuffle.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fqtb002ts67pylqcb7q3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fqw9002xs67p82sjl64o", + "slug": "bet_highland_princess_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/highland_princess-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Only a fool would hope to win a princess' heart—and title—with trinket and trifle.", + "cardId": "clm4iasbr001r24v5443xe712", + "setCardId": "clot8fqtb002ts67pylqcb7q3", + "setCard": { + "id": "clot8fqtb002ts67pylqcb7q3", + "slug": "bet_highland_princess", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iasbr001r24v5443xe712", + "meta": { + "id": "clq39xzc70019sh27xz6rzqwf", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal with many a suitor", + "subType": "Mortal", + "rulesText": "Genesis → Search your spellbook for an artifact that costs ① or less, reveal it, and put it into your hand. Shuffle.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fqtb002ts67pylqcb7q3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4iazl3001t24v56ds57u6r", + "slug": "alp_highland_princess_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/highland_princess.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4iasbr001r24v5443xe712", + "setCardId": "clm4iay97001s24v5dx7t7m0l", + "setCard": { + "id": "clm4iay97001s24v5dx7t7m0l", + "slug": "alp_highland_princess", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iasbr001r24v5443xe712", + "meta": { + "id": "clq39xz6p0018sh27g7yiszf7", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal with many a suitor", + "subType": "Mortal", + "rulesText": "Genesis → Search your spellbook for an artifact that costs ① or less, reveal it, and put it into your hand. Shuffle.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4iay97001s24v5dx7t7m0l" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ib7g2001u24v5hocbfcun", + "slug": "alp_highland_princess_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/highland_princess-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4iasbr001r24v5443xe712", + "setCardId": "clm4iay97001s24v5dx7t7m0l", + "setCard": { + "id": "clm4iay97001s24v5dx7t7m0l", + "slug": "alp_highland_princess", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iasbr001r24v5443xe712", + "meta": { + "id": "clq39xz6p0018sh27g7yiszf7", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal with many a suitor", + "subType": "Mortal", + "rulesText": "Genesis → Search your spellbook for an artifact that costs ① or less, reveal it, and put it into your hand. Shuffle.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4iay97001s24v5dx7t7m0l" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ick4p002424v51l1x28fz", + "slug": "lord_of_the_void", + "name": "Lord of the Void", + "hotscore": 1779, + "guardian": { + "id": "clq39y0ac001gsh27wdmb3dj1", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of unspeakable emptiness", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nAt the end of your turn, Lord of the Void may banish an adjacent site, unless there's an Avatar there.", + "cost": 9, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 3, + "cardId": "clm4ick4p002424v51l1x28fz" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8frxd003gs67pd6360q1l", + "slug": "bet_lord_of_the_void_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lord_of_the_void.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4ick4p002424v51l1x28fz", + "setCardId": "clot8frvq003es67peq8ldu21", + "setCard": { + "id": "clot8frvq003es67peq8ldu21", + "slug": "bet_lord_of_the_void", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ick4p002424v51l1x28fz", + "meta": { + "id": "clq39y0i6001ish278nipf6o1", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of unspeakable emptiness", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nAt the end of your turn, Lord of the Void may banish an adjacent site, unless there's an Avatar there.", + "cost": 9, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 3, + "setCardId": "clot8frvq003es67peq8ldu21" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fryw003is67pvketqh1p", + "slug": "bet_lord_of_the_void_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lord_of_the_void-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4ick4p002424v51l1x28fz", + "setCardId": "clot8frvq003es67peq8ldu21", + "setCard": { + "id": "clot8frvq003es67peq8ldu21", + "slug": "bet_lord_of_the_void", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ick4p002424v51l1x28fz", + "meta": { + "id": "clq39y0i6001ish278nipf6o1", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of unspeakable emptiness", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nAt the end of your turn, Lord of the Void may banish an adjacent site, unless there's an Avatar there.", + "cost": 9, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 3, + "setCardId": "clot8frvq003es67peq8ldu21" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4icrcy002624v529ik2dzr", + "slug": "alp_lord_of_the_void_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lord_of_the_void.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4ick4p002424v51l1x28fz", + "setCardId": "clm4icq0x002524v59vj74y2n", + "setCard": { + "id": "clm4icq0x002524v59vj74y2n", + "slug": "alp_lord_of_the_void", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ick4p002424v51l1x28fz", + "meta": { + "id": "clq39y0ck001hsh27xgu56i2w", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of unspeakable emptiness", + "subType": "Spirit", + "rulesText": "Voidwalk\n\nAt the end of your turn, Lord of the Void may banish an adjacent site, unless there's an Avatar there.", + "cost": 9, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 3, + "setCardId": "clm4icq0x002524v59vj74y2n" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4icz5t002724v58mck7lq7", + "slug": "alp_lord_of_the_void_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lord_of_the_void-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4ick4p002424v51l1x28fz", + "setCardId": "clm4icq0x002524v59vj74y2n", + "setCard": { + "id": "clm4icq0x002524v59vj74y2n", + "slug": "alp_lord_of_the_void", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ick4p002424v51l1x28fz", + "meta": { + "id": "clq39y0ck001hsh27xgu56i2w", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of unspeakable emptiness", + "subType": "Spirit", + "rulesText": "Voidwalk\n\nAt the end of your turn, Lord of the Void may banish an adjacent site, unless there's an Avatar there.", + "cost": 9, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 3, + "setCardId": "clm4icq0x002524v59vj74y2n" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ipbxm004v24v542ws6ziu", + "slug": "ultimate_horror", + "name": "Ultimate Horror", + "hotscore": 1850, + "guardian": { + "id": "clq39y9j4003ash27t7v8vagf", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of unhallowed eve", + "subType": "Spirit", + "rulesText": "Airborne, Voidwalk\r\n\r\nGenesis → Summon each other dead Voidwalk minion to a nearby site or void.", + "cost": 8, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4ipbxm004v24v542ws6ziu" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fzc6007qs67p8sbamc7q", + "slug": "bet_ultimate_horror_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ultimate_horror.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4ipbxm004v24v542ws6ziu", + "setCardId": "clot8fzao007os67py086ropf", + "setCard": { + "id": "clot8fzao007os67py086ropf", + "slug": "bet_ultimate_horror", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ipbxm004v24v542ws6ziu", + "meta": { + "id": "clq39y9rc003csh27cltj8p7h", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of unhallowed eve", + "subType": "Spirit", + "rulesText": "Airborne, Voidwalk\r\n\r\nGenesis → Summon each other dead Voidwalk minion to a nearby site or void.", + "cost": 8, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fzao007os67py086ropf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fzdn007ss67pwfwhu84r", + "slug": "bet_ultimate_horror_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ultimate_horror-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4ipbxm004v24v542ws6ziu", + "setCardId": "clot8fzao007os67py086ropf", + "setCard": { + "id": "clot8fzao007os67py086ropf", + "slug": "bet_ultimate_horror", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ipbxm004v24v542ws6ziu", + "meta": { + "id": "clq39y9rc003csh27cltj8p7h", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of unhallowed eve", + "subType": "Spirit", + "rulesText": "Airborne, Voidwalk\r\n\r\nGenesis → Summon each other dead Voidwalk minion to a nearby site or void.", + "cost": 8, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fzao007os67py086ropf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ipk62004x24v596o6hw4f", + "slug": "alp_ultimate_horror_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ultimate_horror.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4ipbxm004v24v542ws6ziu", + "setCardId": "clm4ipiu1004w24v57n9d0ceh", + "setCard": { + "id": "clm4ipiu1004w24v57n9d0ceh", + "slug": "alp_ultimate_horror", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ipbxm004v24v542ws6ziu", + "meta": { + "id": "clq39y9li003bsh27bcz9enc5", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of unhallowed eve", + "subType": "Spirit", + "rulesText": "Airborne, Voidwalk\n\nGenesis → Summon each other dead Voidwalk minion to a nearby site or void.", + "cost": 8, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ipiu1004w24v57n9d0ceh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ipre6004y24v57k6l0lap", + "slug": "alp_ultimate_horror_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ultimate_horror-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4ipbxm004v24v542ws6ziu", + "setCardId": "clm4ipiu1004w24v57n9d0ceh", + "setCard": { + "id": "clm4ipiu1004w24v57n9d0ceh", + "slug": "alp_ultimate_horror", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ipbxm004v24v542ws6ziu", + "meta": { + "id": "clq39y9li003bsh27bcz9enc5", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of unhallowed eve", + "subType": "Spirit", + "rulesText": "Airborne, Voidwalk\n\nGenesis → Summon each other dead Voidwalk minion to a nearby site or void.", + "cost": 8, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ipiu1004w24v57n9d0ceh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ir1ub005724v57ecn0bj6", + "slug": "witherwing_hero", + "name": "Witherwing Hero", + "hotscore": 1048, + "guardian": { + "id": "clq39yaq1003jsh27yn2a9ydz", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Angel, dauntless and daring", + "subType": "Angel", + "rulesText": "Airborne\r\n\r\nWhenever a weaker allied minion here is attacked, you may return it to its owner's hand.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4ir1ub005724v57ecn0bj6" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g0e3008bs67pky254e8d", + "slug": "bet_witherwing_hero_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/witherwing_hero.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ir1ub005724v57ecn0bj6", + "setCardId": "clot8g0cl0089s67pwfl7kxpx", + "setCard": { + "id": "clot8g0cl0089s67pwfl7kxpx", + "slug": "bet_witherwing_hero", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ir1ub005724v57ecn0bj6", + "meta": { + "id": "clq39yay7003lsh272ng58ats", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Angel, dauntless and daring", + "subType": "Angel", + "rulesText": "Airborne\r\n\r\nWhenever a weaker allied minion here is attacked, you may return it to its owner's hand.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g0cl0089s67pwfl7kxpx" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g0fs008ds67pfcfsejr2", + "slug": "bet_witherwing_hero_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/witherwing_hero-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ir1ub005724v57ecn0bj6", + "setCardId": "clot8g0cl0089s67pwfl7kxpx", + "setCard": { + "id": "clot8g0cl0089s67pwfl7kxpx", + "slug": "bet_witherwing_hero", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ir1ub005724v57ecn0bj6", + "meta": { + "id": "clq39yay7003lsh272ng58ats", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Angel, dauntless and daring", + "subType": "Angel", + "rulesText": "Airborne\r\n\r\nWhenever a weaker allied minion here is attacked, you may return it to its owner's hand.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g0cl0089s67pwfl7kxpx" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ir97l005924v5e4a4h4um", + "slug": "alp_witherwing_hero_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/witherwing_hero.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ir1ub005724v57ecn0bj6", + "setCardId": "clm4ir7tf005824v5hquzh6fp", + "setCard": { + "id": "clm4ir7tf005824v5hquzh6fp", + "slug": "alp_witherwing_hero", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ir1ub005724v57ecn0bj6", + "meta": { + "id": "clq39yasi003ksh27ex1in2g1", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Angel, dauntless and daring", + "subType": "Angel", + "rulesText": "Airborne\n\nWhenever a weaker allied minion here is attacked, you may return it to its owner's hand.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ir7tf005824v5hquzh6fp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4irfy1005a24v5couv97yx", + "slug": "alp_witherwing_hero_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/witherwing_hero-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ir1ub005724v57ecn0bj6", + "setCardId": "clm4ir7tf005824v5hquzh6fp", + "setCard": { + "id": "clm4ir7tf005824v5hquzh6fp", + "slug": "alp_witherwing_hero", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ir1ub005724v57ecn0bj6", + "meta": { + "id": "clq39yasi003ksh27ex1in2g1", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Angel, dauntless and daring", + "subType": "Angel", + "rulesText": "Airborne\n\nWhenever a weaker allied minion here is attacked, you may return it to its owner's hand.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ir7tf005824v5hquzh6fp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clpvzho4s0016m65ywbw22lyt", + "slug": "pro_witherwing_hero_p_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/pro/witherwing_hero-p-f.png", + "finish": "Foil", + "product": "Promo", + "artist": "Frank Frazetta", + "flavorText": "", + "cardId": "clm4ir1ub005724v57ecn0bj6", + "setCardId": "clpvzho2j0014m65y4txdu5kd", + "setCard": { + "id": "clpvzho2j0014m65y4txdu5kd", + "slug": "pro_witherwing_hero", + "setId": "clm4rgehb000042v5a04vfg6s", + "cardId": "clm4ir1ub005724v57ecn0bj6", + "meta": { + "id": "clq39yb42003msh274z5fb9d8", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Angel protects your assets", + "subType": "Angel", + "rulesText": "Airborne\r\n\r\nWhenever a weaker allied minion here is attacked, you may return it to its owner's hand.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clpvzho2j0014m65y4txdu5kd" + }, + "set": { + "id": "clm4rgehb000042v5a04vfg6s", + "name": "Promotional", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_air_unique_site_cards.json b/data/beta_air_unique_site_cards.json new file mode 100644 index 0000000..0d0a3db --- /dev/null +++ b/data/beta_air_unique_site_cards.json @@ -0,0 +1,626 @@ +[ + { + "id": "clm4pzd8m00xje0v5b8l2f1rd", + "slug": "cloud_city", + "name": "Cloud City", + "hotscore": 5985, + "guardian": { + "id": "clq3a1h7v00rash27ov9mggf9", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site aloft and ever-fleeting", + "subType": "", + "rulesText": "(A)(A)(A) — Once on your turn, this site may fly to a nearby void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4pzd8m00xje0v5b8l2f1rd" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ij1k01r8s67p4yqs9crz", + "slug": "bet_cloud_city_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cloud_city.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4pzd8m00xje0v5b8l2f1rd", + "setCardId": "clot8ij0201r6s67p7xx6dg88", + "setCard": { + "id": "clot8ij0201r6s67p7xx6dg88", + "slug": "bet_cloud_city", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pzd8m00xje0v5b8l2f1rd", + "meta": { + "id": "clq3a1hhh00rcsh27t4ged88y", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site aloft and ever-fleeting", + "subType": "", + "rulesText": "(A)(A)(A) — Once on your turn, this site may fly to a nearby void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ij0201r6s67p7xx6dg88" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ij3101ras67p8dk4x0gw", + "slug": "bet_cloud_city_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cloud_city-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4pzd8m00xje0v5b8l2f1rd", + "setCardId": "clot8ij0201r6s67p7xx6dg88", + "setCard": { + "id": "clot8ij0201r6s67p7xx6dg88", + "slug": "bet_cloud_city", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pzd8m00xje0v5b8l2f1rd", + "meta": { + "id": "clq3a1hhh00rcsh27t4ged88y", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site aloft and ever-fleeting", + "subType": "", + "rulesText": "(A)(A)(A) — Once on your turn, this site may fly to a nearby void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ij0201r6s67p7xx6dg88" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pzk0g00xle0v5ggud8m9r", + "slug": "alp_cloud_city_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cloud_city.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4pzd8m00xje0v5b8l2f1rd", + "setCardId": "clm4pzipb00xke0v5atbg9h4z", + "setCard": { + "id": "clm4pzipb00xke0v5atbg9h4z", + "slug": "alp_cloud_city", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pzd8m00xje0v5b8l2f1rd", + "meta": { + "id": "clq3a1ha400rbsh27ak22j8a2", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site aloft and ever-fleeting", + "subType": "", + "rulesText": "(A)(A)(A) — Once on your turn, this site may fly to a nearby void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4pzipb00xke0v5atbg9h4z" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pzwzw00xne0v5bfboaaxf", + "slug": "alp_cloud_city_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cloud_city-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4pzd8m00xje0v5b8l2f1rd", + "setCardId": "clm4pzipb00xke0v5atbg9h4z", + "setCard": { + "id": "clm4pzipb00xke0v5atbg9h4z", + "slug": "alp_cloud_city", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pzd8m00xje0v5b8l2f1rd", + "meta": { + "id": "clq3a1ha400rbsh27ak22j8a2", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site aloft and ever-fleeting", + "subType": "", + "rulesText": "(A)(A)(A) — Once on your turn, this site may fly to a nearby void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4pzipb00xke0v5atbg9h4z" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pzr7q00xme0v5c23a2cet", + "slug": "alp_cloud_city_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cloud_city-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4pzd8m00xje0v5b8l2f1rd", + "setCardId": "clm4pzipb00xke0v5atbg9h4z", + "setCard": { + "id": "clm4pzipb00xke0v5atbg9h4z", + "slug": "alp_cloud_city", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pzd8m00xje0v5b8l2f1rd", + "meta": { + "id": "clq3a1ha400rbsh27ak22j8a2", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site aloft and ever-fleeting", + "subType": "", + "rulesText": "(A)(A)(A) — Once on your turn, this site may fly to a nearby void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4pzipb00xke0v5atbg9h4z" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qmxf3012ue0v5bdwa40qx", + "slug": "pristine_paradise", + "name": "Pristine Paradise", + "hotscore": 1531, + "guardian": { + "id": "clq3a1yjn00upsh27si104svn", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "cardId": "clm4qmxf3012ue0v5bdwa40qx" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + }, + { + "id": "fire", + "name": "Fire" + }, + { + "id": "water", + "name": "Water" + }, + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8iwdk01z7s67pr0nqfuph", + "slug": "bet_pristine_paradise_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pristine_paradise.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "setCardId": "clot8iwbx01z5s67p12u2yp43", + "setCard": { + "id": "clot8iwbx01z5s67p12u2yp43", + "slug": "bet_pristine_paradise", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "meta": { + "id": "clq3a1ysu00ursh27no9164w4", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8iwbx01z5s67p12u2yp43" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iwf301z9s67po6l5ctyt", + "slug": "bet_pristine_paradise_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pristine_paradise-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "setCardId": "clot8iwbx01z5s67p12u2yp43", + "setCard": { + "id": "clot8iwbx01z5s67p12u2yp43", + "slug": "bet_pristine_paradise", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "meta": { + "id": "clq3a1ysu00ursh27no9164w4", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8iwbx01z5s67p12u2yp43" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qn5ae012we0v51b8xaotf", + "slug": "alp_pristine_paradise_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pristine_paradise.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "setCardId": "clm4qn3zf012ve0v52y3b1o02", + "setCard": { + "id": "clm4qn3zf012ve0v52y3b1o02", + "slug": "alp_pristine_paradise", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "meta": { + "id": "clq3a1ylw00uqsh27z378ff6v", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qn3zf012ve0v52y3b1o02" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qnc1p012xe0v563qr5rwy", + "slug": "alp_pristine_paradise_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pristine_paradise-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "setCardId": "clm4qn3zf012ve0v52y3b1o02", + "setCard": { + "id": "clm4qn3zf012ve0v52y3b1o02", + "slug": "alp_pristine_paradise", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "meta": { + "id": "clq3a1ylw00uqsh27z378ff6v", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qn3zf012ve0v52y3b1o02" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qomvd0136e0v5e5uofngd", + "slug": "the_colour_out_of_space", + "name": "The Colour Out of Space", + "hotscore": 6311, + "guardian": { + "id": "clq3a1zpv00uysh27j7422inz", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "cardId": "clm4qomvd0136e0v5e5uofngd" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + }, + { + "id": "fire", + "name": "Fire" + }, + { + "id": "water", + "name": "Water" + }, + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ixd501zss67pecb69wf9", + "slug": "bet_the_colour_out_of_space_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/the_colour_out_of_space.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "setCardId": "clot8ixbm01zqs67panpti0t4", + "setCard": { + "id": "clot8ixbm01zqs67panpti0t4", + "slug": "bet_the_colour_out_of_space", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "meta": { + "id": "clq3a1zxx00v0sh27spe9xk72", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8ixbm01zqs67panpti0t4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ixep01zus67peuwog4v3", + "slug": "bet_the_colour_out_of_space_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/the_colour_out_of_space-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "setCardId": "clot8ixbm01zqs67panpti0t4", + "setCard": { + "id": "clot8ixbm01zqs67panpti0t4", + "slug": "bet_the_colour_out_of_space", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "meta": { + "id": "clq3a1zxx00v0sh27spe9xk72", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8ixbm01zqs67panpti0t4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qousk0138e0v5g00m6q5s", + "slug": "alp_the_colour_out_of_space_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/the_colour_out_of_space.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "setCardId": "clm4qothd0137e0v58zymczgz", + "setCard": { + "id": "clm4qothd0137e0v58zymczgz", + "slug": "alp_the_colour_out_of_space", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "meta": { + "id": "clq3a1zs600uzsh27wmtcx8if", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qothd0137e0v58zymczgz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qp2nv0139e0v54z9w2pec", + "slug": "alp_the_colour_out_of_space_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/the_colour_out_of_space-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "setCardId": "clm4qothd0137e0v58zymczgz", + "setCard": { + "id": "clm4qothd0137e0v58zymczgz", + "slug": "alp_the_colour_out_of_space", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "meta": { + "id": "clq3a1zs600uzsh27wmtcx8if", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qothd0137e0v58zymczgz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/cards.json b/data/beta_cards.json similarity index 100% rename from cards.json rename to data/beta_cards.json diff --git a/data/beta_earth_cards.json b/data/beta_earth_cards.json new file mode 100644 index 0000000..57c6416 --- /dev/null +++ b/data/beta_earth_cards.json @@ -0,0 +1,16729 @@ +[ + { + "id": "clm4m0s7s0031e0v50e2dbdkw", + "slug": "albespine_pikemen", + "name": "Albespine Pikemen", + "hotscore": 671, + "guardian": { + "id": "clq39ym5j005ysh27qgos3cfv", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals with prodigious poles", + "subType": "Mortal", + "rulesText": "Strikes first while attacking.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m0s7s0031e0v50e2dbdkw" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8g9b100drs67pwwzpnoue", + "slug": "bet_albespine_pikemen_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/albespine_pikemen.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "“It serves him right who runs into the long reach of a pikeman.” — Grimmelshausen", + "cardId": "clm4m0s7s0031e0v50e2dbdkw", + "setCardId": "clot8g99i00dps67pf9gzxaxc", + "setCard": { + "id": "clot8g99i00dps67pf9gzxaxc", + "slug": "bet_albespine_pikemen", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m0s7s0031e0v50e2dbdkw", + "meta": { + "id": "clq39ymdt0060sh27f96ce81v", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals with prodigious poles", + "subType": "Mortal", + "rulesText": "Strikes first while attacking.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8g99i00dps67pf9gzxaxc" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g9cm00dts67p696lrech", + "slug": "bet_albespine_pikemen_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/albespine_pikemen-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "“It serves him right who runs into the long reach of a pikeman.” — Grimmelshausen", + "cardId": "clm4m0s7s0031e0v50e2dbdkw", + "setCardId": "clot8g99i00dps67pf9gzxaxc", + "setCard": { + "id": "clot8g99i00dps67pf9gzxaxc", + "slug": "bet_albespine_pikemen", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m0s7s0031e0v50e2dbdkw", + "meta": { + "id": "clq39ymdt0060sh27f96ce81v", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals with prodigious poles", + "subType": "Mortal", + "rulesText": "Strikes first while attacking.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8g99i00dps67pf9gzxaxc" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m0zq90033e0v52gb7ahfb", + "slug": "alp_albespine_pikemen_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/albespine_pikemen.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "“It serves him right who runs into the long reach of a pikeman.” — Grimmelshausen", + "cardId": "clm4m0s7s0031e0v50e2dbdkw", + "setCardId": "clm4m0y660032e0v5hbwk4hrt", + "setCard": { + "id": "clm4m0y660032e0v5hbwk4hrt", + "slug": "alp_albespine_pikemen", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m0s7s0031e0v50e2dbdkw", + "meta": { + "id": "clq39ym7w005zsh27h6ck9mvx", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals with prodigious poles", + "subType": "Mortal", + "rulesText": "Strikes first while attacking.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m0y660032e0v5hbwk4hrt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m16zi0034e0v52goobxar", + "slug": "alp_albespine_pikemen_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/albespine_pikemen-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "“It serves him right who runs into the long reach of a pikeman.” — Grimmelshausen", + "cardId": "clm4m0s7s0031e0v50e2dbdkw", + "setCardId": "clm4m0y660032e0v5hbwk4hrt", + "setCard": { + "id": "clm4m0y660032e0v5hbwk4hrt", + "slug": "alp_albespine_pikemen", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m0s7s0031e0v50e2dbdkw", + "meta": { + "id": "clq39ym7w005zsh27h6ck9mvx", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals with prodigious poles", + "subType": "Mortal", + "rulesText": "Strikes first while attacking.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m0y660032e0v5hbwk4hrt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m1cua0035e0v56tvy785z", + "slug": "alvalinne_dryads", + "name": "Älvalinne Dryads", + "hotscore": 1854, + "guardian": { + "id": "clq39ymjf0061sh27qwurcq27", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Spirits of sweet succor", + "subType": "Spirit", + "rulesText": "Älvalinne Dryads provide ①.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m1cua0035e0v56tvy785z" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8g9m100dys67propo6ih2", + "slug": "bet_alvalinne_dryads_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/alvalinne_dryads.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "How fair to greet, on misted morn\r\nA daint parade of dew-kissed bloom\r\nNow deep, inspire! A bliss reborn\r\nOf air faint lade with sweet perfume", + "cardId": "clm4m1cua0035e0v56tvy785z", + "setCardId": "clot8g9kd00dws67pqx7nt5ux", + "setCard": { + "id": "clot8g9kd00dws67pqx7nt5ux", + "slug": "bet_alvalinne_dryads", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m1cua0035e0v56tvy785z", + "meta": { + "id": "clq39ymrg0063sh2730uaacse", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Spirits of sweet succor", + "subType": "Spirit", + "rulesText": "Älvalinne Dryads provide ①.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8g9kd00dws67pqx7nt5ux" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g9nq00e0s67pk54p0qe0", + "slug": "bet_alvalinne_dryads_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/alvalinne_dryads-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "How fair to greet, on misted morn\r\nA daint parade of dew-kissed bloom\r\nNow deep, inspire! A bliss reborn\r\nOf air faint lade with sweet perfume", + "cardId": "clm4m1cua0035e0v56tvy785z", + "setCardId": "clot8g9kd00dws67pqx7nt5ux", + "setCard": { + "id": "clot8g9kd00dws67pqx7nt5ux", + "slug": "bet_alvalinne_dryads", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m1cua0035e0v56tvy785z", + "meta": { + "id": "clq39ymrg0063sh2730uaacse", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Spirits of sweet succor", + "subType": "Spirit", + "rulesText": "Älvalinne Dryads provide ①.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8g9kd00dws67pqx7nt5ux" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m1kiz0037e0v5adpkfb35", + "slug": "alp_alvalinne_dryads_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/alvalinne_dryads.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "How fair to greet, on misted morn\nA daint parade of dew-kissed bloom\nNow deep, inspire! A bliss reborn\nOf air faint lade with sweet perfume", + "cardId": "clm4m1cua0035e0v56tvy785z", + "setCardId": "clm4m1iq40036e0v5fx01glom", + "setCard": { + "id": "clm4m1iq40036e0v5fx01glom", + "slug": "alp_alvalinne_dryads", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m1cua0035e0v56tvy785z", + "meta": { + "id": "clq39ymlq0062sh27tw9043cz", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Spirits of sweet succor", + "subType": "Spirit", + "rulesText": "Älvalinne Dryads provide ①.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m1iq40036e0v5fx01glom" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m1tl80038e0v58a7ybuul", + "slug": "alp_alvalinne_dryads_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/alvalinne_dryads-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "How fair to greet, on misted morn\nA daint parade of dew-kissed bloom\nNow deep, inspire! A bliss reborn\nOf air faint lade with sweet perfume", + "cardId": "clm4m1cua0035e0v56tvy785z", + "setCardId": "clm4m1iq40036e0v5fx01glom", + "setCard": { + "id": "clm4m1iq40036e0v5fx01glom", + "slug": "alp_alvalinne_dryads", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m1cua0035e0v56tvy785z", + "meta": { + "id": "clq39ymlq0062sh27tw9043cz", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Spirits of sweet succor", + "subType": "Spirit", + "rulesText": "Älvalinne Dryads provide ①.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m1iq40036e0v5fx01glom" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m1zmw0039e0v5d18z1m2p", + "slug": "amazon_warriors", + "name": "Amazon Warriors", + "hotscore": 1458, + "guardian": { + "id": "clq39ymxc0064sh27sqkb8939", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals of magnificent stature", + "subType": "Mortal", + "rulesText": "", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m1zmw0039e0v5d18z1m2p" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8g9x300e5s67pizgq7qn7", + "slug": "bet_amazon_warriors_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/amazon_warriors.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "\"Tonight, we keep watch. And tomorrow, before the dawn, we shall arm ourselves in our weapons, and beside their hollow vessels waken bitter Ares.\"\r\n— Homer", + "cardId": "clm4m1zmw0039e0v5d18z1m2p", + "setCardId": "clot8g9vk00e3s67p6kofkple", + "setCard": { + "id": "clot8g9vk00e3s67p6kofkple", + "slug": "bet_amazon_warriors", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m1zmw0039e0v5d18z1m2p", + "meta": { + "id": "clq39yn7j0066sh27mkcqc8ji", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals of magnificent stature", + "subType": "Mortal", + "rulesText": "", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8g9vk00e3s67p6kofkple" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g9yw00e7s67p3mu2s2os", + "slug": "bet_amazon_warriors_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/amazon_warriors-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "\"Tonight, we keep watch. And tomorrow, before the dawn, we shall arm ourselves in our weapons, and beside their hollow vessels waken bitter Ares.\"\r\n— Homer", + "cardId": "clm4m1zmw0039e0v5d18z1m2p", + "setCardId": "clot8g9vk00e3s67p6kofkple", + "setCard": { + "id": "clot8g9vk00e3s67p6kofkple", + "slug": "bet_amazon_warriors", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m1zmw0039e0v5d18z1m2p", + "meta": { + "id": "clq39yn7j0066sh27mkcqc8ji", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals of magnificent stature", + "subType": "Mortal", + "rulesText": "", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8g9vk00e3s67p6kofkple" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m26xq003be0v55yy3em49", + "slug": "alp_amazon_warriors_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/amazon_warriors.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "\"Tonight, we keep watch. And tomorrow, before the dawn, we shall arm ourselves in our weapons, and beside their hollow vessels waken bitter Ares.\"\n— Homer", + "cardId": "clm4m1zmw0039e0v5d18z1m2p", + "setCardId": "clm4m25ke003ae0v5bpfda9c1", + "setCard": { + "id": "clm4m25ke003ae0v5bpfda9c1", + "slug": "alp_amazon_warriors", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m1zmw0039e0v5d18z1m2p", + "meta": { + "id": "clq39ymzp0065sh27druj6s73", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals of magnificent stature", + "subType": "Mortal", + "rulesText": "", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m25ke003ae0v5bpfda9c1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m2m3p003de0v5da89h4q7", + "slug": "alp_amazon_warriors_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/amazon_warriors-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Elvira Shakirova", + "flavorText": "\"Tonight, we keep watch. And tomorrow, before the dawn, we shall arm ourselves in our weapons, and beside their hollow vessels waken bitter Ares.\"\n— Homer", + "cardId": "clm4m1zmw0039e0v5d18z1m2p", + "setCardId": "clm4m25ke003ae0v5bpfda9c1", + "setCard": { + "id": "clm4m25ke003ae0v5bpfda9c1", + "slug": "alp_amazon_warriors", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m1zmw0039e0v5d18z1m2p", + "meta": { + "id": "clq39ymzp0065sh27druj6s73", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals of magnificent stature", + "subType": "Mortal", + "rulesText": "", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m25ke003ae0v5bpfda9c1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m2ez2003ce0v5bs6d6bua", + "slug": "alp_amazon_warriors_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/amazon_warriors-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "\"Tonight, we keep watch. And tomorrow, before the dawn, we shall arm ourselves in our weapons, and beside their hollow vessels waken bitter Ares.\"\n— Homer", + "cardId": "clm4m1zmw0039e0v5d18z1m2p", + "setCardId": "clm4m25ke003ae0v5bpfda9c1", + "setCard": { + "id": "clm4m25ke003ae0v5bpfda9c1", + "slug": "alp_amazon_warriors", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m1zmw0039e0v5d18z1m2p", + "meta": { + "id": "clq39ymzp0065sh27druj6s73", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals of magnificent stature", + "subType": "Mortal", + "rulesText": "", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m25ke003ae0v5bpfda9c1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qla9j012ie0v536poch9p", + "slug": "aqueduct", + "name": "Aqueduct", + "hotscore": 3268, + "guardian": { + "id": "clq3a1xe200ugsh27y8axzuj1", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qla9j012ie0v536poch9p" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + }, + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8ivcj01yms67pbykdx2ii", + "slug": "bet_aqueduct_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/aqueduct.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Through brick and ashlar conduits flows the lifeblood of an empire.", + "cardId": "clm4qla9j012ie0v536poch9p", + "setCardId": "clot8ivb001yks67pasqhzy50", + "setCard": { + "id": "clot8ivb001yks67pasqhzy50", + "slug": "bet_aqueduct", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qla9j012ie0v536poch9p", + "meta": { + "id": "clq3a1xm500uish2733f1w9jo", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ivb001yks67pasqhzy50" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ive101yos67p7thd7x18", + "slug": "bet_aqueduct_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/aqueduct-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Through brick and ashlar conduits flows the lifeblood of an empire.", + "cardId": "clm4qla9j012ie0v536poch9p", + "setCardId": "clot8ivb001yks67pasqhzy50", + "setCard": { + "id": "clot8ivb001yks67pasqhzy50", + "slug": "bet_aqueduct", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qla9j012ie0v536poch9p", + "meta": { + "id": "clq3a1xm500uish2733f1w9jo", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ivb001yks67pasqhzy50" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qlhec012ke0v5d5kecygc", + "slug": "alp_aqueduct_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/aqueduct.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Through brick and ashlar conduits flows the lifeblood of an empire.", + "cardId": "clm4qla9j012ie0v536poch9p", + "setCardId": "clm4qlg3c012je0v536wk25y5", + "setCard": { + "id": "clm4qlg3c012je0v536wk25y5", + "slug": "alp_aqueduct", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qla9j012ie0v536poch9p", + "meta": { + "id": "clq3a1xge00uhsh27n75hnl2r", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qlg3c012je0v536wk25y5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qlnzq012le0v58oa35q3g", + "slug": "alp_aqueduct_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/aqueduct-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Through brick and ashlar conduits flows the lifeblood of an empire.", + "cardId": "clm4qla9j012ie0v536poch9p", + "setCardId": "clm4qlg3c012je0v536wk25y5", + "setCard": { + "id": "clm4qlg3c012je0v536wk25y5", + "slug": "alp_aqueduct", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qla9j012ie0v536poch9p", + "meta": { + "id": "clq3a1xge00uhsh27n75hnl2r", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qlg3c012je0v536wk25y5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mrrld008le0v59g2lcywr", + "slug": "assorted_animals", + "name": "Assorted Animals", + "hotscore": 1113, + "guardian": { + "id": "clq39z4yn009ush2750p9p9cd", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of motley menagerie", + "subType": "", + "rulesText": "Search your spellbook for different Beasts with a combined mana cost of X or less, reveal them, and put them in your hand. Shuffle your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mrrld008le0v59g2lcywr" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8go4v00mps67pfxn6t80r", + "slug": "bet_assorted_animals_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/assorted_animals.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4mrrld008le0v59g2lcywr", + "setCardId": "clot8go3200mns67pcxioncjj", + "setCard": { + "id": "clot8go3200mns67pcxioncjj", + "slug": "bet_assorted_animals", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mrrld008le0v59g2lcywr", + "meta": { + "id": "clq39z56j009wsh278i6yjbo6", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of motley menagerie", + "subType": "", + "rulesText": "Search your spellbook for different Beasts with a combined mana cost of X or less, reveal them, and put them in your hand. Shuffle your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8go3200mns67pcxioncjj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8go6e00mrs67pvxk78zav", + "slug": "bet_assorted_animals_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/assorted_animals-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4mrrld008le0v59g2lcywr", + "setCardId": "clot8go3200mns67pcxioncjj", + "setCard": { + "id": "clot8go3200mns67pcxioncjj", + "slug": "bet_assorted_animals", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mrrld008le0v59g2lcywr", + "meta": { + "id": "clq39z56j009wsh278i6yjbo6", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of motley menagerie", + "subType": "", + "rulesText": "Search your spellbook for different Beasts with a combined mana cost of X or less, reveal them, and put them in your hand. Shuffle your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8go3200mns67pcxioncjj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mrycx008ne0v53bd2e82i", + "slug": "alp_assorted_animals_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/assorted_animals.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4mrrld008le0v59g2lcywr", + "setCardId": "clm4mrx1w008me0v55ewz6tg7", + "setCard": { + "id": "clm4mrx1w008me0v55ewz6tg7", + "slug": "alp_assorted_animals", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mrrld008le0v59g2lcywr", + "meta": { + "id": "clq39z50x009vsh27sb8ihhfh", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of motley menagerie", + "subType": "", + "rulesText": "Search your spellbook for different Beasts with a combined mana cost of X or less, reveal them, and put them in your hand. Shuffle your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mrx1w008me0v55ewz6tg7" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ms5y4008oe0v57e3d6eal", + "slug": "alp_assorted_animals_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/assorted_animals-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4mrrld008le0v59g2lcywr", + "setCardId": "clm4mrx1w008me0v55ewz6tg7", + "setCard": { + "id": "clm4mrx1w008me0v55ewz6tg7", + "slug": "alp_assorted_animals", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mrrld008le0v59g2lcywr", + "meta": { + "id": "clq39z50x009vsh27sb8ihhfh", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of motley menagerie", + "subType": "", + "rulesText": "Search your spellbook for different Beasts with a combined mana cost of X or less, reveal them, and put them in your hand. Shuffle your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mrx1w008me0v55ewz6tg7" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m2na4003ee0v54okid9ko", + "slug": "atlas_wanderers", + "name": "Atlas Wanderers", + "hotscore": 1980, + "guardian": { + "id": "clq39ynd50067sh27phttghxx", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Giants bear the weight of the world", + "subType": "Giant", + "rulesText": "Genesis → This site and an adjacent site change places, carrying along everything of normal size.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m2na4003ee0v54okid9ko" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8ga9u00ecs67p3wrrx310", + "slug": "bet_atlas_wanderers_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/atlas_wanderers.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4m2na4003ee0v54okid9ko", + "setCardId": "clot8ga7w00eas67po03iqos2", + "setCard": { + "id": "clot8ga7w00eas67po03iqos2", + "slug": "bet_atlas_wanderers", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m2na4003ee0v54okid9ko", + "meta": { + "id": "clq39ynl90069sh27xmmx44ws", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Giants bear the weight of the world", + "subType": "Giant", + "rulesText": "Genesis → This site and an adjacent site change places, carrying along everything of normal size.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ga7w00eas67po03iqos2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gabe00ees67pkn7it8jb", + "slug": "bet_atlas_wanderers_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/atlas_wanderers-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4m2na4003ee0v54okid9ko", + "setCardId": "clot8ga7w00eas67po03iqos2", + "setCard": { + "id": "clot8ga7w00eas67po03iqos2", + "slug": "bet_atlas_wanderers", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m2na4003ee0v54okid9ko", + "meta": { + "id": "clq39ynl90069sh27xmmx44ws", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Giants bear the weight of the world", + "subType": "Giant", + "rulesText": "Genesis → This site and an adjacent site change places, carrying along everything of normal size.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ga7w00eas67po03iqos2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m2vmg003ge0v57a5bfk34", + "slug": "alp_atlas_wanderers_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/atlas_wanderers.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4m2na4003ee0v54okid9ko", + "setCardId": "clm4m2u0l003fe0v5ej2a8asg", + "setCard": { + "id": "clm4m2u0l003fe0v5ej2a8asg", + "slug": "alp_atlas_wanderers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m2na4003ee0v54okid9ko", + "meta": { + "id": "clq39ynfh0068sh27wf5lowek", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Giants bear the weight of the world", + "subType": "Giant", + "rulesText": "Genesis → This site and an adjacent site change places, carrying along everything of normal size.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m2u0l003fe0v5ej2a8asg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m33xw003he0v528s34tt6", + "slug": "alp_atlas_wanderers_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/atlas_wanderers-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4m2na4003ee0v54okid9ko", + "setCardId": "clm4m2u0l003fe0v5ej2a8asg", + "setCard": { + "id": "clm4m2u0l003fe0v5ej2a8asg", + "slug": "alp_atlas_wanderers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m2na4003ee0v54okid9ko", + "meta": { + "id": "clq39ynfh0068sh27wf5lowek", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Giants bear the weight of the world", + "subType": "Giant", + "rulesText": "Genesis → This site and an adjacent site change places, carrying along everything of normal size.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m2u0l003fe0v5ej2a8asg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m3bby003ie0v590g346ks", + "slug": "autumn_unicorn", + "name": "Autumn Unicorn", + "hotscore": 3221, + "guardian": { + "id": "clq39ynqv006ash27ev4a1brt", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast renowned in legend", + "subType": "Beast", + "rulesText": "", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m3bby003ie0v590g346ks" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8galg00ejs67plploibcy", + "slug": "bet_autumn_unicorn_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/autumn_unicorn.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "Concerning the fair unicorn, sundry notions do abide. Some demur, others deny, children delight, and charlatans lie.", + "cardId": "clm4m3bby003ie0v590g346ks", + "setCardId": "clot8gaj800ehs67pfwz7jbpp", + "setCard": { + "id": "clot8gaj800ehs67pfwz7jbpp", + "slug": "bet_autumn_unicorn", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m3bby003ie0v590g346ks", + "meta": { + "id": "clq39yo0o006csh27qoldh6cd", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast renowned in legend", + "subType": "Beast", + "rulesText": "", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gaj800ehs67pfwz7jbpp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gand00els67pcy4yox03", + "slug": "bet_autumn_unicorn_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/autumn_unicorn-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "Concerning the fair unicorn, sundry notions do abide. Some demur, others deny, children delight, and charlatans lie.", + "cardId": "clm4m3bby003ie0v590g346ks", + "setCardId": "clot8gaj800ehs67pfwz7jbpp", + "setCard": { + "id": "clot8gaj800ehs67pfwz7jbpp", + "slug": "bet_autumn_unicorn", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m3bby003ie0v590g346ks", + "meta": { + "id": "clq39yo0o006csh27qoldh6cd", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast renowned in legend", + "subType": "Beast", + "rulesText": "", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gaj800ehs67pfwz7jbpp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m3jk3003ke0v57dgl1t54", + "slug": "alp_autumn_unicorn_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/autumn_unicorn.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "Concerning the fair unicorn, sundry notions do abide. Some demur, others deny, children delight, and charlatans lie.", + "cardId": "clm4m3bby003ie0v590g346ks", + "setCardId": "clm4m3hvt003je0v57be83dkb", + "setCard": { + "id": "clm4m3hvt003je0v57be83dkb", + "slug": "alp_autumn_unicorn", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m3bby003ie0v590g346ks", + "meta": { + "id": "clq39ynt6006bsh271l5nkkpo", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast renowned in legend", + "subType": "Beast", + "rulesText": "", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m3hvt003je0v57be83dkb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m3y3c003me0v50u9z0nj2", + "slug": "alp_autumn_unicorn_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/autumn_unicorn-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Séverine Pineaux", + "flavorText": "Concerning the fair unicorn, sundry notions do abide. Some demur, others deny, children delight, and charlatans lie.", + "cardId": "clm4m3bby003ie0v590g346ks", + "setCardId": "clm4m3hvt003je0v57be83dkb", + "setCard": { + "id": "clm4m3hvt003je0v57be83dkb", + "slug": "alp_autumn_unicorn", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m3bby003ie0v590g346ks", + "meta": { + "id": "clq39ynt6006bsh271l5nkkpo", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast renowned in legend", + "subType": "Beast", + "rulesText": "", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m3hvt003je0v57be83dkb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m3s3u003le0v53mlpbrcs", + "slug": "alp_autumn_unicorn_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/autumn_unicorn-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "Concerning the fair unicorn, sundry notions do abide. Some demur, others deny, children delight, and charlatans lie.", + "cardId": "clm4m3bby003ie0v590g346ks", + "setCardId": "clm4m3hvt003je0v57be83dkb", + "setCard": { + "id": "clm4m3hvt003je0v57be83dkb", + "slug": "alp_autumn_unicorn", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m3bby003ie0v590g346ks", + "meta": { + "id": "clq39ynt6006bsh271l5nkkpo", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast renowned in legend", + "subType": "Beast", + "rulesText": "", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m3hvt003je0v57be83dkb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q46a600yme0v5fiz5c1kt", + "slug": "bedrock", + "name": "Bedrock", + "hotscore": 4944, + "guardian": { + "id": "clq3a1koc00rysh27qiq7atri", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of unyielding solidity", + "subType": "", + "rulesText": "Can't be moved, destroyed, or modified.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4q46a600yme0v5fiz5c1kt" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8ilmy01sss67p099z7mxl", + "slug": "bet_bedrock_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bedrock.png", + "finish": "Standard", + "product": "Booster", + "artist": "Adam Kašpar", + "flavorText": "", + "cardId": "clm4q46a600yme0v5fiz5c1kt", + "setCardId": "clot8ille01sqs67pyuq1eu90", + "setCard": { + "id": "clot8ille01sqs67pyuq1eu90", + "slug": "bet_bedrock", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q46a600yme0v5fiz5c1kt", + "meta": { + "id": "clq3a1kwm00s0sh27cgehq0mi", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of unyielding solidity", + "subType": "", + "rulesText": "Can't be moved, destroyed, or modified.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ille01sqs67pyuq1eu90" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iloi01sus67pmhzknido", + "slug": "bet_bedrock_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bedrock-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Adam Kašpar", + "flavorText": "", + "cardId": "clm4q46a600yme0v5fiz5c1kt", + "setCardId": "clot8ille01sqs67pyuq1eu90", + "setCard": { + "id": "clot8ille01sqs67pyuq1eu90", + "slug": "bet_bedrock", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q46a600yme0v5fiz5c1kt", + "meta": { + "id": "clq3a1kwm00s0sh27cgehq0mi", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of unyielding solidity", + "subType": "", + "rulesText": "Can't be moved, destroyed, or modified.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ille01sqs67pyuq1eu90" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q4d9b00yoe0v51jz46l6z", + "slug": "alp_bedrock_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bedrock.png", + "finish": "Standard", + "product": "Booster", + "artist": "Adam Kašpar", + "flavorText": "", + "cardId": "clm4q46a600yme0v5fiz5c1kt", + "setCardId": "clm4q4by400yne0v51i4f553p", + "setCard": { + "id": "clm4q4by400yne0v51i4f553p", + "slug": "alp_bedrock", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q46a600yme0v5fiz5c1kt", + "meta": { + "id": "clq3a1kqz00rzsh27hw3rrhcq", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of unyielding solidity", + "subType": "", + "rulesText": "Can't be moved, destroyed, or modified.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q4by400yne0v51i4f553p" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q4jwh00ype0v5f1el69nf", + "slug": "alp_bedrock_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bedrock-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Adam Kašpar", + "flavorText": "", + "cardId": "clm4q46a600yme0v5fiz5c1kt", + "setCardId": "clm4q4by400yne0v51i4f553p", + "setCard": { + "id": "clm4q4by400yne0v51i4f553p", + "slug": "alp_bedrock", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q46a600yme0v5fiz5c1kt", + "meta": { + "id": "clq3a1kqz00rzsh27hw3rrhcq", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of unyielding solidity", + "subType": "", + "rulesText": "Can't be moved, destroyed, or modified.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q4by400yne0v51i4f553p" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m3zdp003ne0v5fy0yacej", + "slug": "belmotte_longbowmen", + "name": "Belmotte Longbowmen", + "hotscore": 1191, + "guardian": { + "id": "clq39yo6k006dsh275dmcop8m", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals draw on distant foes", + "subType": "Mortal", + "rulesText": "Ranged", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m3zdp003ne0v5fy0yacej" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gaxm00eqs67pfy1b3xzx", + "slug": "bet_belmotte_longbowmen_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/belmotte_longbowmen.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "In the left hand of every delight lies woe; and for that, my bow.", + "cardId": "clm4m3zdp003ne0v5fy0yacej", + "setCardId": "clot8gaw000eos67pphbg1oap", + "setCard": { + "id": "clot8gaw000eos67pphbg1oap", + "slug": "bet_belmotte_longbowmen", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m3zdp003ne0v5fy0yacej", + "meta": { + "id": "clq39yogu006fsh27861hod1t", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals draw on distant foes", + "subType": "Mortal", + "rulesText": "Ranged", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gaw000eos67pphbg1oap" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gaz700ess67pzhhm0fyr", + "slug": "bet_belmotte_longbowmen_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/belmotte_longbowmen-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "In the left hand of every delight lies woe; and for that, my bow.", + "cardId": "clm4m3zdp003ne0v5fy0yacej", + "setCardId": "clot8gaw000eos67pphbg1oap", + "setCard": { + "id": "clot8gaw000eos67pphbg1oap", + "slug": "bet_belmotte_longbowmen", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m3zdp003ne0v5fy0yacej", + "meta": { + "id": "clq39yogu006fsh27861hod1t", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals draw on distant foes", + "subType": "Mortal", + "rulesText": "Ranged", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gaw000eos67pphbg1oap" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m4897003pe0v58z8wbyoy", + "slug": "alp_belmotte_longbowmen_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/belmotte_longbowmen.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "\"In the left hand of every delight lies woe; and for that, my bow.\"", + "cardId": "clm4m3zdp003ne0v5fy0yacej", + "setCardId": "clm4m46l9003oe0v50e3656zt", + "setCard": { + "id": "clm4m46l9003oe0v50e3656zt", + "slug": "alp_belmotte_longbowmen", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m3zdp003ne0v5fy0yacej", + "meta": { + "id": "clq39yo92006esh27om49gjww", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals draw on distant foes", + "subType": "Mortal", + "rulesText": "Ranged", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m46l9003oe0v50e3656zt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m4nke003re0v57kkj0cpp", + "slug": "alp_belmotte_longbowmen_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/belmotte_longbowmen-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Andrea Modesti", + "flavorText": "\"In the left hand of every delight lies woe; and for that, my bow.\"", + "cardId": "clm4m3zdp003ne0v5fy0yacej", + "setCardId": "clm4m46l9003oe0v50e3656zt", + "setCard": { + "id": "clm4m46l9003oe0v50e3656zt", + "slug": "alp_belmotte_longbowmen", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m3zdp003ne0v5fy0yacej", + "meta": { + "id": "clq39yo92006esh27om49gjww", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals draw on distant foes", + "subType": "Mortal", + "rulesText": "Ranged", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m46l9003oe0v50e3656zt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m4hij003qe0v510a97lal", + "slug": "alp_belmotte_longbowmen_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/belmotte_longbowmen-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "\"In the left hand of every delight lies woe; and for that, my bow.\"", + "cardId": "clm4m3zdp003ne0v5fy0yacej", + "setCardId": "clm4m46l9003oe0v50e3656zt", + "setCard": { + "id": "clm4m46l9003oe0v50e3656zt", + "slug": "alp_belmotte_longbowmen", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m3zdp003ne0v5fy0yacej", + "meta": { + "id": "clq39yo92006esh27om49gjww", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals draw on distant foes", + "subType": "Mortal", + "rulesText": "Ranged", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m46l9003oe0v50e3656zt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m4os5003se0v5akxp8qud", + "slug": "bone_rabble", + "name": "Bone Rabble", + "hotscore": 459, + "guardian": { + "id": "clq39yomi006gsh27wcgar6q4", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Undead scrabble to the surface", + "subType": "Undead", + "rulesText": "Whenever you play an earth site, you may summon Bone Rabble from your cemetery to that site.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m4os5003se0v5akxp8qud" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gb8f00exs67p73oqewob", + "slug": "bet_bone_rabble_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bone_rabble.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4m4os5003se0v5akxp8qud", + "setCardId": "clot8gb6y00evs67pooa8s3nw", + "setCard": { + "id": "clot8gb6y00evs67pooa8s3nw", + "slug": "bet_bone_rabble", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m4os5003se0v5akxp8qud", + "meta": { + "id": "clq39youc006ish27nei9pu9r", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Undead scrabble to the surface", + "subType": "Undead", + "rulesText": "Whenever you play an earth site, you may summon Bone Rabble from your cemetery to that site.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gb6y00evs67pooa8s3nw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gb9w00ezs67peyea85yl", + "slug": "bet_bone_rabble_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bone_rabble-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4m4os5003se0v5akxp8qud", + "setCardId": "clot8gb6y00evs67pooa8s3nw", + "setCard": { + "id": "clot8gb6y00evs67pooa8s3nw", + "slug": "bet_bone_rabble", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m4os5003se0v5akxp8qud", + "meta": { + "id": "clq39youc006ish27nei9pu9r", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Undead scrabble to the surface", + "subType": "Undead", + "rulesText": "Whenever you play an earth site, you may summon Bone Rabble from your cemetery to that site.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gb6y00evs67pooa8s3nw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m4wnv003ue0v5as69glzj", + "slug": "alp_bone_rabble_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bone_rabble.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4m4os5003se0v5akxp8qud", + "setCardId": "clm4m4va6003te0v5a4u6420k", + "setCard": { + "id": "clm4m4va6003te0v5a4u6420k", + "slug": "alp_bone_rabble", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m4os5003se0v5akxp8qud", + "meta": { + "id": "clq39yoos006hsh27k9uvzm2g", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Undead scrabble to the surface", + "subType": "Undead", + "rulesText": "Whenever you play an earth site, you may summon Bone Rabble from your cemetery to that site.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m4va6003te0v5a4u6420k" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m53xv003ve0v5flz38flt", + "slug": "alp_bone_rabble_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bone_rabble-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4m4os5003se0v5akxp8qud", + "setCardId": "clm4m4va6003te0v5a4u6420k", + "setCard": { + "id": "clm4m4va6003te0v5a4u6420k", + "slug": "alp_bone_rabble", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m4os5003se0v5akxp8qud", + "meta": { + "id": "clq39yoos006hsh27k9uvzm2g", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Undead scrabble to the surface", + "subType": "Undead", + "rulesText": "Whenever you play an earth site, you may summon Bone Rabble from your cemetery to that site.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m4va6003te0v5a4u6420k" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clpvzhp1f001lm65y1v64vw1k", + "slug": "pro_bone_rabble_p_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/pro/bone_rabble-p.png", + "finish": "Standard", + "product": "Promo", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4m4os5003se0v5akxp8qud", + "setCardId": "clpvzhozn001jm65yt73af8eu", + "setCard": { + "id": "clpvzhozn001jm65yt73af8eu", + "slug": "pro_bone_rabble", + "setId": "clm4rgehb000042v5a04vfg6s", + "cardId": "clm4m4os5003se0v5akxp8qud", + "meta": { + "id": "clq39yp01006jsh279i99pou6", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Undead, arise!", + "subType": "Undead", + "rulesText": "Whenever you play an earth site, you may summon Bone Rabble from your cemetery to that site.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clpvzhozn001jm65yt73af8eu" + }, + "set": { + "id": "clm4rgehb000042v5a04vfg6s", + "name": "Promotional", + "releaseDate": "" + } + } + }, + { + "id": "clpvzhp34001nm65ykgu02qi9", + "slug": "pro_bone_rabble_p_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/pro/bone_rabble-p-f.png", + "finish": "Foil", + "product": "Promo", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4m4os5003se0v5akxp8qud", + "setCardId": "clpvzhozn001jm65yt73af8eu", + "setCard": { + "id": "clpvzhozn001jm65yt73af8eu", + "slug": "pro_bone_rabble", + "setId": "clm4rgehb000042v5a04vfg6s", + "cardId": "clm4m4os5003se0v5akxp8qud", + "meta": { + "id": "clq39yp01006jsh279i99pou6", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Undead, arise!", + "subType": "Undead", + "rulesText": "Whenever you play an earth site, you may summon Bone Rabble from your cemetery to that site.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clpvzhozn001jm65yt73af8eu" + }, + "set": { + "id": "clm4rgehb000042v5a04vfg6s", + "name": "Promotional", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4msc3y008pe0v5gqp5aol4", + "slug": "border_militia", + "name": "Border Militia", + "hotscore": 2578, + "guardian": { + "id": "clq39z5ce009xsh27eyoefqwk", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to defend the motherland", + "subType": "", + "rulesText": "Summon a Foot Soldier token to each site you control that borders an enemy site.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4msc3y008pe0v5gqp5aol4" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gog700mws67p3ml006vv", + "slug": "bet_border_militia_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/border_militia.png", + "finish": "Standard", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4msc3y008pe0v5gqp5aol4", + "setCardId": "clot8goeg00mus67p0e4puypl", + "setCard": { + "id": "clot8goeg00mus67p0e4puypl", + "slug": "bet_border_militia", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4msc3y008pe0v5gqp5aol4", + "meta": { + "id": "clq39z5kh009zsh27xgzoxqxx", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to defend the motherland", + "subType": "", + "rulesText": "Summon a Foot Soldier token to each site you control that borders an enemy site.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8goeg00mus67p0e4puypl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gohr00mys67puwuzmy96", + "slug": "bet_border_militia_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/border_militia-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4msc3y008pe0v5gqp5aol4", + "setCardId": "clot8goeg00mus67p0e4puypl", + "setCard": { + "id": "clot8goeg00mus67p0e4puypl", + "slug": "bet_border_militia", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4msc3y008pe0v5gqp5aol4", + "meta": { + "id": "clq39z5kh009zsh27xgzoxqxx", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to defend the motherland", + "subType": "", + "rulesText": "Summon a Foot Soldier token to each site you control that borders an enemy site.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8goeg00mus67p0e4puypl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4msj3t008re0v55can4df2", + "slug": "alp_border_militia_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/border_militia.png", + "finish": "Standard", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4msc3y008pe0v5gqp5aol4", + "setCardId": "clm4mshsp008qe0v5adkm2mrn", + "setCard": { + "id": "clm4mshsp008qe0v5adkm2mrn", + "slug": "alp_border_militia", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4msc3y008pe0v5gqp5aol4", + "meta": { + "id": "clq39z5ev009ysh27u7eq6qkf", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to defend the motherland", + "subType": "", + "rulesText": "Summon a Foot Soldier token to each site you control that borders an enemy site.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mshsp008qe0v5adkm2mrn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4msqd4008se0v5cjwtcs90", + "slug": "alp_border_militia_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/border_militia-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4msc3y008pe0v5gqp5aol4", + "setCardId": "clm4mshsp008qe0v5adkm2mrn", + "setCard": { + "id": "clm4mshsp008qe0v5adkm2mrn", + "slug": "alp_border_militia", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4msc3y008pe0v5gqp5aol4", + "meta": { + "id": "clq39z5ev009ysh27u7eq6qkf", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to defend the motherland", + "subType": "", + "rulesText": "Summon a Foot Soldier token to each site you control that borders an enemy site.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mshsp008qe0v5adkm2mrn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m5a6v003we0v5bbdq802h", + "slug": "bosk_troll", + "name": "Bosk Troll", + "hotscore": 2700, + "guardian": { + "id": "clq39yp5s006ksh27pw0destc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Troll of gentle disposition", + "subType": "Troll", + "rulesText": "", + "cost": 2, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m5a6v003we0v5bbdq802h" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gbj400f4s67poyczbg3h", + "slug": "bet_bosk_troll_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bosk_troll.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Its thoughts are reflections in a forest pool, softly trembling with wind and rain.", + "cardId": "clm4m5a6v003we0v5bbdq802h", + "setCardId": "clot8gbhn00f2s67pz9g5br2a", + "setCard": { + "id": "clot8gbhn00f2s67pz9g5br2a", + "slug": "bet_bosk_troll", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m5a6v003we0v5bbdq802h", + "meta": { + "id": "clq39ype2006msh27ppwcvqvc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Troll of gentle disposition", + "subType": "Troll", + "rulesText": "", + "cost": 2, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gbhn00f2s67pz9g5br2a" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gbkm00f6s67p6mdn5ec1", + "slug": "bet_bosk_troll_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bosk_troll-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Its thoughts are reflections in a forest pool, softly trembling with wind and rain.", + "cardId": "clm4m5a6v003we0v5bbdq802h", + "setCardId": "clot8gbhn00f2s67pz9g5br2a", + "setCard": { + "id": "clot8gbhn00f2s67pz9g5br2a", + "slug": "bet_bosk_troll", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m5a6v003we0v5bbdq802h", + "meta": { + "id": "clq39ype2006msh27ppwcvqvc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Troll of gentle disposition", + "subType": "Troll", + "rulesText": "", + "cost": 2, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gbhn00f2s67pz9g5br2a" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m5iz8003ye0v52wa09waz", + "slug": "alp_bosk_troll_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bosk_troll.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Its thoughts are reflections in a forest pool, softly trembling with wind and rain.", + "cardId": "clm4m5a6v003we0v5bbdq802h", + "setCardId": "clm4m5h6y003xe0v55juygf4f", + "setCard": { + "id": "clm4m5h6y003xe0v55juygf4f", + "slug": "alp_bosk_troll", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m5a6v003we0v5bbdq802h", + "meta": { + "id": "clq39yp80006lsh27550wpefg", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Troll of gentle disposition", + "subType": "Troll", + "rulesText": "", + "cost": 2, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m5h6y003xe0v55juygf4f" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m5qyb003ze0v556hj4ju0", + "slug": "alp_bosk_troll_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bosk_troll-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Its thoughts are reflections in a forest pool, softly trembling with wind and rain.", + "cardId": "clm4m5a6v003we0v5bbdq802h", + "setCardId": "clm4m5h6y003xe0v55juygf4f", + "setCard": { + "id": "clm4m5h6y003xe0v55juygf4f", + "slug": "alp_bosk_troll", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m5a6v003we0v5bbdq802h", + "meta": { + "id": "clq39yp80006lsh27550wpefg", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Troll of gentle disposition", + "subType": "Troll", + "rulesText": "", + "cost": 2, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m5h6y003xe0v55juygf4f" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mswk4008te0v5gk125edn", + "slug": "bury", + "name": "Bury", + "hotscore": 8343, + "guardian": { + "id": "clq39z5q700a0sh27im3pqx3y", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of terranean internment", + "subType": "", + "rulesText": "Burrow target minion or artifact, if able.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mswk4008te0v5gk125edn" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gorw00n3s67p51zq6vbj", + "slug": "bet_bury_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bury.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "“From out of the depths of the countless pits there came a melancholy rustling from the garments of the buried.“\r\n— Edgar Allan Poe", + "cardId": "clm4mswk4008te0v5gk125edn", + "setCardId": "clot8goqc00n1s67pmci7kl8s", + "setCard": { + "id": "clot8goqc00n1s67pmci7kl8s", + "slug": "bet_bury", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mswk4008te0v5gk125edn", + "meta": { + "id": "clq39z5zw00a2sh27rjo7ylw9", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of terranean internment", + "subType": "", + "rulesText": "Burrow target minion or artifact, if able.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8goqc00n1s67pmci7kl8s" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gotf00n5s67plms0u1io", + "slug": "bet_bury_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bury-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "“From out of the depths of the countless pits there came a melancholy rustling from the garments of the buried.“\r\n— Edgar Allan Poe", + "cardId": "clm4mswk4008te0v5gk125edn", + "setCardId": "clot8goqc00n1s67pmci7kl8s", + "setCard": { + "id": "clot8goqc00n1s67pmci7kl8s", + "slug": "bet_bury", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mswk4008te0v5gk125edn", + "meta": { + "id": "clq39z5zw00a2sh27rjo7ylw9", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of terranean internment", + "subType": "", + "rulesText": "Burrow target minion or artifact, if able.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8goqc00n1s67pmci7kl8s" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mt3yf008ve0v5bkoy5en0", + "slug": "alp_bury_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bury.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "“From out of the depths of the countless pits there came a melancholy rustling from the garments of the buried.“\n— Edgar Allan Poe", + "cardId": "clm4mswk4008te0v5gk125edn", + "setCardId": "clm4mt2lu008ue0v5anyw9f57", + "setCard": { + "id": "clm4mt2lu008ue0v5anyw9f57", + "slug": "alp_bury", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mswk4008te0v5gk125edn", + "meta": { + "id": "clq39z5sj00a1sh27i0yalonv", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of terranean internment", + "subType": "", + "rulesText": "Burrow target minion or artifact, if able.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mt2lu008ue0v5anyw9f57" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mtj0w008xe0v5aamde713", + "slug": "alp_bury_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bury-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Dan Seagrave", + "flavorText": "“From out of the depths of the countless pits there came a melancholy rustling from the garments of the buried.“\n— Edgar Allan Poe", + "cardId": "clm4mswk4008te0v5gk125edn", + "setCardId": "clm4mt2lu008ue0v5anyw9f57", + "setCard": { + "id": "clm4mt2lu008ue0v5anyw9f57", + "slug": "alp_bury", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mswk4008te0v5gk125edn", + "meta": { + "id": "clq39z5sj00a1sh27i0yalonv", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of terranean internment", + "subType": "", + "rulesText": "Burrow target minion or artifact, if able.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mt2lu008ue0v5anyw9f57" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mtc6s008we0v5c4gj59e9", + "slug": "alp_bury_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bury-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "“From out of the depths of the countless pits there came a melancholy rustling from the garments of the buried.“\n— Edgar Allan Poe", + "cardId": "clm4mswk4008te0v5gk125edn", + "setCardId": "clm4mt2lu008ue0v5anyw9f57", + "setCard": { + "id": "clm4mt2lu008ue0v5anyw9f57", + "slug": "alp_bury", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mswk4008te0v5gk125edn", + "meta": { + "id": "clq39z5sj00a1sh27i0yalonv", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of terranean internment", + "subType": "", + "rulesText": "Burrow target minion or artifact, if able.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mt2lu008ue0v5anyw9f57" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mtk7r008ye0v51xnt3v02", + "slug": "call_to_war", + "name": "Call to War", + "hotscore": 1057, + "guardian": { + "id": "clq39z65g00a3sh27tvqrhk9w", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of discipline and duty", + "subType": "", + "rulesText": "Search your spellbook for an Exceptional Mortal, reveal it, and put it into your hand. Shuffle your spellbook.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mtk7r008ye0v51xnt3v02" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gp3500nas67pja6wnxdp", + "slug": "bet_call_to_war_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/call_to_war.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4mtk7r008ye0v51xnt3v02", + "setCardId": "clot8gp1g00n8s67pgukvb5lo", + "setCard": { + "id": "clot8gp1g00n8s67pgukvb5lo", + "slug": "bet_call_to_war", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mtk7r008ye0v51xnt3v02", + "meta": { + "id": "clq39z6dr00a5sh27mf9s58yr", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of discipline and duty", + "subType": "", + "rulesText": "Search your spellbook for an Exceptional Mortal, reveal it, and put it into your hand. Shuffle your spellbook.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gp1g00n8s67pgukvb5lo" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gp4s00ncs67pf9ljn3rc", + "slug": "bet_call_to_war_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/call_to_war-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4mtk7r008ye0v51xnt3v02", + "setCardId": "clot8gp1g00n8s67pgukvb5lo", + "setCard": { + "id": "clot8gp1g00n8s67pgukvb5lo", + "slug": "bet_call_to_war", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mtk7r008ye0v51xnt3v02", + "meta": { + "id": "clq39z6dr00a5sh27mf9s58yr", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of discipline and duty", + "subType": "", + "rulesText": "Search your spellbook for an Exceptional Mortal, reveal it, and put it into your hand. Shuffle your spellbook.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gp1g00n8s67pgukvb5lo" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mtr4u0090e0v51ai95xg8", + "slug": "alp_call_to_war_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/call_to_war.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4mtk7r008ye0v51xnt3v02", + "setCardId": "clm4mtpsk008ze0v5feezau68", + "setCard": { + "id": "clm4mtpsk008ze0v5feezau68", + "slug": "alp_call_to_war", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mtk7r008ye0v51xnt3v02", + "meta": { + "id": "clq39z67s00a4sh27jhhodjr4", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of discipline and duty", + "subType": "", + "rulesText": "Search your spellbook for an Exceptional Mortal, reveal it, and put it into your hand. Shuffle your spellbook.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mtpsk008ze0v5feezau68" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mtyrf0091e0v5cfv87gyn", + "slug": "alp_call_to_war_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/call_to_war-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4mtk7r008ye0v51xnt3v02", + "setCardId": "clm4mtpsk008ze0v5feezau68", + "setCard": { + "id": "clm4mtpsk008ze0v5feezau68", + "slug": "alp_call_to_war", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mtk7r008ye0v51xnt3v02", + "meta": { + "id": "clq39z67s00a4sh27jhhodjr4", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of discipline and duty", + "subType": "", + "rulesText": "Search your spellbook for an Exceptional Mortal, reveal it, and put it into your hand. Shuffle your spellbook.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mtpsk008ze0v5feezau68" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m5wte0040e0v55kqp0ott", + "slug": "cave_trolls", + "name": "Cave Trolls", + "hotscore": 1545, + "guardian": { + "id": "clq39ypjo006nsh27ifmu3720", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Trollses put noses in holeses", + "subType": "Troll", + "rulesText": "Burrowing", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m5wte0040e0v55kqp0ott" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gbv700fbs67pg29mjvc6", + "slug": "bet_cave_trolls_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cave_trolls.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "We dig, we lug, we nosh da bug. Bore ore nor more, we jig and jug!", + "cardId": "clm4m5wte0040e0v55kqp0ott", + "setCardId": "clot8gbtm00f9s67pdkdcioxl", + "setCard": { + "id": "clot8gbtm00f9s67pdkdcioxl", + "slug": "bet_cave_trolls", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m5wte0040e0v55kqp0ott", + "meta": { + "id": "clq39yptb006psh273rh9ku9q", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Trollses put noses in holeses", + "subType": "Troll", + "rulesText": "Burrowing", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gbtm00f9s67pdkdcioxl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gbwr00fds67p3wzczja7", + "slug": "bet_cave_trolls_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cave_trolls-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "We dig, we lug, we nosh da bug. Bore ore nor more, we jig and jug!", + "cardId": "clm4m5wte0040e0v55kqp0ott", + "setCardId": "clot8gbtm00f9s67pdkdcioxl", + "setCard": { + "id": "clot8gbtm00f9s67pdkdcioxl", + "slug": "bet_cave_trolls", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m5wte0040e0v55kqp0ott", + "meta": { + "id": "clq39yptb006psh273rh9ku9q", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Trollses put noses in holeses", + "subType": "Troll", + "rulesText": "Burrowing", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gbtm00f9s67pdkdcioxl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m64tv0042e0v53iou280r", + "slug": "alp_cave_trolls_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cave_trolls.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "\"We dig, we lug, we nosh da bug. Bore ore nor more, we jig and jug!\"", + "cardId": "clm4m5wte0040e0v55kqp0ott", + "setCardId": "clm4m63950041e0v5broxf920", + "setCard": { + "id": "clm4m63950041e0v5broxf920", + "slug": "alp_cave_trolls", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m5wte0040e0v55kqp0ott", + "meta": { + "id": "clq39ypm2006osh27p7c0ckms", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Trollses put noses in holeses", + "subType": "Troll", + "rulesText": "Burrowing", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m63950041e0v5broxf920" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m6i0u0044e0v540w58umq", + "slug": "alp_cave_trolls_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cave_trolls-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Drew Tucker", + "flavorText": "\"We dig, we lug, we nosh da bug. Bore ore nor more, we jig and jug!\"", + "cardId": "clm4m5wte0040e0v55kqp0ott", + "setCardId": "clm4m63950041e0v5broxf920", + "setCard": { + "id": "clm4m63950041e0v5broxf920", + "slug": "alp_cave_trolls", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m5wte0040e0v55kqp0ott", + "meta": { + "id": "clq39ypm2006osh27p7c0ckms", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Trollses put noses in holeses", + "subType": "Troll", + "rulesText": "Burrowing", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m63950041e0v5broxf920" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m6c6n0043e0v59ujdc9g7", + "slug": "alp_cave_trolls_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cave_trolls-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "\"We dig, we lug, we nosh da bug. Bore ore nor more, we jig and jug!\"", + "cardId": "clm4m5wte0040e0v55kqp0ott", + "setCardId": "clm4m63950041e0v5broxf920", + "setCard": { + "id": "clm4m63950041e0v5broxf920", + "slug": "alp_cave_trolls", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m5wte0040e0v55kqp0ott", + "meta": { + "id": "clq39ypm2006osh27p7c0ckms", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Trollses put noses in holeses", + "subType": "Troll", + "rulesText": "Burrowing", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m63950041e0v5broxf920" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mu4010092e0v5bsog9m5u", + "slug": "cave_in", + "name": "Cave-In", + "hotscore": 1995, + "guardian": { + "id": "clq39z6jf00a6sh271jjxyeox", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of falling prospects", + "subType": "", + "rulesText": "Burrow all minions and artifacts occupying target land site.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mu4010092e0v5bsog9m5u" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gpff00nhs67popt6mfyu", + "slug": "bet_cave_in_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cave_in.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4mu4010092e0v5bsog9m5u", + "setCardId": "clot8gpdt00nfs67pys0h4b6w", + "setCard": { + "id": "clot8gpdt00nfs67pys0h4b6w", + "slug": "bet_cave_in", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mu4010092e0v5bsog9m5u", + "meta": { + "id": "clq39z6rh00a8sh27vp8wq7za", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of falling prospects", + "subType": "", + "rulesText": "Burrow all minions and artifacts occupying target land site.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gpdt00nfs67pys0h4b6w" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gphc00njs67prgplja0o", + "slug": "bet_cave_in_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cave_in-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4mu4010092e0v5bsog9m5u", + "setCardId": "clot8gpdt00nfs67pys0h4b6w", + "setCard": { + "id": "clot8gpdt00nfs67pys0h4b6w", + "slug": "bet_cave_in", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mu4010092e0v5bsog9m5u", + "meta": { + "id": "clq39z6rh00a8sh27vp8wq7za", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of falling prospects", + "subType": "", + "rulesText": "Burrow all minions and artifacts occupying target land site.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gpdt00nfs67pys0h4b6w" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mubl60094e0v5gr4xcb41", + "slug": "alp_cave_in_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cave_in.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4mu4010092e0v5bsog9m5u", + "setCardId": "clm4mua6w0093e0v58j16563g", + "setCard": { + "id": "clm4mua6w0093e0v58j16563g", + "slug": "alp_cave_in", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mu4010092e0v5bsog9m5u", + "meta": { + "id": "clq39z6lp00a7sh274nz4udil", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of falling prospects", + "subType": "", + "rulesText": "Burrow all minions and artifacts occupying target land site.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mua6w0093e0v58j16563g" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4muijv0095e0v5489kgcex", + "slug": "alp_cave_in_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cave_in-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4mu4010092e0v5bsog9m5u", + "setCardId": "clm4mua6w0093e0v58j16563g", + "setCard": { + "id": "clm4mua6w0093e0v58j16563g", + "slug": "alp_cave_in", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mu4010092e0v5bsog9m5u", + "meta": { + "id": "clq39z6lp00a7sh274nz4udil", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of falling prospects", + "subType": "", + "rulesText": "Burrow all minions and artifacts occupying target land site.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mua6w0093e0v58j16563g" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4muoek0096e0v5cd254bnp", + "slug": "common_sense", + "name": "Common Sense", + "hotscore": 8731, + "guardian": { + "id": "clq39z6xf00a9sh27yvm0kl5h", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "The Ordinary appears as Magic to some", + "subType": "", + "rulesText": "Search your spellbook for an Ordinary card, reveal it, and put it into your hand. Shuffle your spellbook.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4muoek0096e0v5cd254bnp" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gpqn00nos67p89q6x4qu", + "slug": "bet_common_sense_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/common_sense.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "“Common sense is the most widely shared commodity in the world, for every man is convinced that he is well supplied with it.” — René Descartes", + "cardId": "clm4muoek0096e0v5cd254bnp", + "setCardId": "clot8gpp500nms67p5b9tlpjr", + "setCard": { + "id": "clot8gpp500nms67p5b9tlpjr", + "slug": "bet_common_sense", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4muoek0096e0v5cd254bnp", + "meta": { + "id": "clq39z76200absh27qaihqgbt", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "The Ordinary appears as Magic to some", + "subType": "", + "rulesText": "Search your spellbook for an Ordinary card, reveal it, and put it into your hand. Shuffle your spellbook.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gpp500nms67p5b9tlpjr" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gps700nqs67pwazdbooz", + "slug": "bet_common_sense_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/common_sense-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "“Common sense is the most widely shared commodity in the world, for every man is convinced that he is well supplied with it.” — René Descartes", + "cardId": "clm4muoek0096e0v5cd254bnp", + "setCardId": "clot8gpp500nms67p5b9tlpjr", + "setCard": { + "id": "clot8gpp500nms67p5b9tlpjr", + "slug": "bet_common_sense", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4muoek0096e0v5cd254bnp", + "meta": { + "id": "clq39z76200absh27qaihqgbt", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "The Ordinary appears as Magic to some", + "subType": "", + "rulesText": "Search your spellbook for an Ordinary card, reveal it, and put it into your hand. Shuffle your spellbook.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gpp500nms67p5b9tlpjr" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4muvm20098e0v59dmp31bp", + "slug": "alp_common_sense_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/common_sense.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "“Common sense is the most widely shared commodity in the world, for every man is convinced that he is well supplied with it.” — René Descartes", + "cardId": "clm4muoek0096e0v5cd254bnp", + "setCardId": "clm4muua40097e0v5dr9zdyqb", + "setCard": { + "id": "clm4muua40097e0v5dr9zdyqb", + "slug": "alp_common_sense", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4muoek0096e0v5cd254bnp", + "meta": { + "id": "clq39z6zu00aash27vf00tsuo", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "The Ordinary appears as Magic to some", + "subType": "", + "rulesText": "Search your spellbook for an Ordinary card, reveal it, and put it into your hand. Shuffle your spellbook.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4muua40097e0v5dr9zdyqb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mv3hj0099e0v50u7x95zy", + "slug": "alp_common_sense_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/common_sense-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "“Common sense is the most widely shared commodity in the world, for every man is convinced that he is well supplied with it.” — René Descartes", + "cardId": "clm4muoek0096e0v5cd254bnp", + "setCardId": "clm4muua40097e0v5dr9zdyqb", + "setCard": { + "id": "clm4muua40097e0v5dr9zdyqb", + "slug": "alp_common_sense", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4muoek0096e0v5cd254bnp", + "meta": { + "id": "clq39z6zu00aash27vf00tsuo", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "The Ordinary appears as Magic to some", + "subType": "", + "rulesText": "Search your spellbook for an Ordinary card, reveal it, and put it into your hand. Shuffle your spellbook.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4muua40097e0v5dr9zdyqb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m6j710045e0v50t2bbjqx", + "slug": "conqueror_worm", + "name": "Conqueror Worm", + "hotscore": 1556, + "guardian": { + "id": "clq39ypz0006qsh27syn3a9jx", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast expands your demesne", + "subType": "Beast", + "rulesText": "At the end of your turn, if no enemy units occupy this site, permanently gain control of it.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m6j710045e0v50t2bbjqx" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gc6900fis67pjdt3i21q", + "slug": "bet_conqueror_worm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/conqueror_worm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4m6j710045e0v50t2bbjqx", + "setCardId": "clot8gc4r00fgs67p8pkd2iqj", + "setCard": { + "id": "clot8gc4r00fgs67p8pkd2iqj", + "slug": "bet_conqueror_worm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m6j710045e0v50t2bbjqx", + "meta": { + "id": "clq39yq70006ssh27llk4bdic", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast expands your demesne", + "subType": "Beast", + "rulesText": "At the end of your turn, if no enemy units occupy this site, permanently gain control of it.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gc4r00fgs67p8pkd2iqj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gc7q00fks67pzc5nq2ky", + "slug": "bet_conqueror_worm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/conqueror_worm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4m6j710045e0v50t2bbjqx", + "setCardId": "clot8gc4r00fgs67p8pkd2iqj", + "setCard": { + "id": "clot8gc4r00fgs67p8pkd2iqj", + "slug": "bet_conqueror_worm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m6j710045e0v50t2bbjqx", + "meta": { + "id": "clq39yq70006ssh27llk4bdic", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast expands your demesne", + "subType": "Beast", + "rulesText": "At the end of your turn, if no enemy units occupy this site, permanently gain control of it.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gc4r00fgs67p8pkd2iqj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m6r0o0047e0v5f4f96fwg", + "slug": "alp_conqueror_worm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/conqueror_worm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4m6j710045e0v50t2bbjqx", + "setCardId": "clm4m6plg0046e0v51fsd5ser", + "setCard": { + "id": "clm4m6plg0046e0v51fsd5ser", + "slug": "alp_conqueror_worm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m6j710045e0v50t2bbjqx", + "meta": { + "id": "clq39yq19006rsh27yx7sisuz", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast expands your demesne", + "subType": "Beast", + "rulesText": "At the end of your turn, if no enemy units occupy this site, permanently gain control of it.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m6plg0046e0v51fsd5ser" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m6zk20048e0v57cee0mhq", + "slug": "alp_conqueror_worm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/conqueror_worm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4m6j710045e0v50t2bbjqx", + "setCardId": "clm4m6plg0046e0v51fsd5ser", + "setCard": { + "id": "clm4m6plg0046e0v51fsd5ser", + "slug": "alp_conqueror_worm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m6j710045e0v50t2bbjqx", + "meta": { + "id": "clq39yq19006rsh27yx7sisuz", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast expands your demesne", + "subType": "Beast", + "rulesText": "At the end of your turn, if no enemy units occupy this site, permanently gain control of it.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m6plg0046e0v51fsd5ser" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mv9im009ae0v5d53y4qfh", + "slug": "craterize", + "name": "Craterize", + "hotscore": 3498, + "guardian": { + "id": "clq39z7bu00acsh272ehak0uv", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of cataclysmic impact", + "subType": "", + "rulesText": "As an additional cost to cast Craterize, discard a site. Destroy target site and deal damage to each unit above or below a site in the area of effect:", + "cost": 8, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mv9im009ae0v5d53y4qfh" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gq1u00nvs67pemf58ak4", + "slug": "bet_craterize_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/craterize.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4mv9im009ae0v5d53y4qfh", + "setCardId": "clot8gq0700nts67pt8gzk5k8", + "setCard": { + "id": "clot8gq0700nts67pt8gzk5k8", + "slug": "bet_craterize", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mv9im009ae0v5d53y4qfh", + "meta": { + "id": "clq39z7ld00aesh27fvqob6ew", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of cataclysmic impact", + "subType": "", + "rulesText": "As an additional cost to cast Craterize, discard a site. Destroy target site and deal damage to each unit above or below a site in the area of effect:", + "cost": 8, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gq0700nts67pt8gzk5k8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gq3c00nxs67pmymtu36c", + "slug": "bet_craterize_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/craterize-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4mv9im009ae0v5d53y4qfh", + "setCardId": "clot8gq0700nts67pt8gzk5k8", + "setCard": { + "id": "clot8gq0700nts67pt8gzk5k8", + "slug": "bet_craterize", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mv9im009ae0v5d53y4qfh", + "meta": { + "id": "clq39z7ld00aesh27fvqob6ew", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of cataclysmic impact", + "subType": "", + "rulesText": "As an additional cost to cast Craterize, discard a site. Destroy target site and deal damage to each unit above or below a site in the area of effect:", + "cost": 8, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gq0700nts67pt8gzk5k8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mvgfl009ce0v5hlhce498", + "slug": "alp_craterize_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/craterize.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4mv9im009ae0v5d53y4qfh", + "setCardId": "clm4mvf3n009be0v54raxc3uh", + "setCard": { + "id": "clm4mvf3n009be0v54raxc3uh", + "slug": "alp_craterize", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mv9im009ae0v5d53y4qfh", + "meta": { + "id": "clq39z7e300adsh27b0jpigmv", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of cataclysmic impact", + "subType": "", + "rulesText": "As an additional cost to cast Craterize, discard a site. Destroy target site and deal damage to each unit above or below a site in the area of effect:", + "cost": 8, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mvf3n009be0v54raxc3uh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mvtq8009ee0v5fsrydwzg", + "slug": "alp_craterize_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/craterize-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4mv9im009ae0v5d53y4qfh", + "setCardId": "clm4mvf3n009be0v54raxc3uh", + "setCard": { + "id": "clm4mvf3n009be0v54raxc3uh", + "slug": "alp_craterize", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mv9im009ae0v5d53y4qfh", + "meta": { + "id": "clq39z7e300adsh27b0jpigmv", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of cataclysmic impact", + "subType": "", + "rulesText": "As an additional cost to cast Craterize, discard a site. Destroy target site and deal damage to each unit above or below a site in the area of effect:", + "cost": 8, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mvf3n009be0v54raxc3uh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mvo9j009de0v5cfwscu2x", + "slug": "alp_craterize_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/craterize-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4mv9im009ae0v5d53y4qfh", + "setCardId": "clm4mvf3n009be0v54raxc3uh", + "setCard": { + "id": "clm4mvf3n009be0v54raxc3uh", + "slug": "alp_craterize", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mv9im009ae0v5d53y4qfh", + "meta": { + "id": "clq39z7e300adsh27b0jpigmv", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of cataclysmic impact", + "subType": "", + "rulesText": "As an additional cost to cast Craterize, discard a site. Destroy target site and deal damage to each unit above or below a site in the area of effect:", + "cost": 8, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mvf3n009be0v54raxc3uh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m74u70049e0v5alvcc4xk", + "slug": "crown_prince", + "name": "Crown Prince", + "hotscore": 1905, + "guardian": { + "id": "clq39yqd8006tsh27fh15njm9", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal with umpteen agnates", + "subType": "Mortal", + "rulesText": "Deathrite → If you control another Mortal, return Crown Prince to its owner's hand.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m74u70049e0v5alvcc4xk" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gchy00fps67p2ppp16cz", + "slug": "bet_crown_prince_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/crown_prince.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "Emmerich, the final Daniger king, assumed the throne only after outliving a horde of brothers and nephews.", + "cardId": "clm4m74u70049e0v5alvcc4xk", + "setCardId": "clot8gcgf00fns67pijtu3jvg", + "setCard": { + "id": "clot8gcgf00fns67pijtu3jvg", + "slug": "bet_crown_prince", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m74u70049e0v5alvcc4xk", + "meta": { + "id": "clq39yqlh006vsh27u8snwz96", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal with umpteen agnates", + "subType": "Mortal", + "rulesText": "Deathrite → If you control another Mortal, return Crown Prince to its owner's hand.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gcgf00fns67pijtu3jvg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gcjh00frs67pn5j0gc1m", + "slug": "bet_crown_prince_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/crown_prince-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "Emmerich, the final Daniger king, assumed the throne only after outliving a horde of brothers and nephews.", + "cardId": "clm4m74u70049e0v5alvcc4xk", + "setCardId": "clot8gcgf00fns67pijtu3jvg", + "setCard": { + "id": "clot8gcgf00fns67pijtu3jvg", + "slug": "bet_crown_prince", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m74u70049e0v5alvcc4xk", + "meta": { + "id": "clq39yqlh006vsh27u8snwz96", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal with umpteen agnates", + "subType": "Mortal", + "rulesText": "Deathrite → If you control another Mortal, return Crown Prince to its owner's hand.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gcgf00fns67pijtu3jvg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m7d2o004be0v52twzee1g", + "slug": "alp_crown_prince_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/crown_prince.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "Emmerich, the final Daniger king, assumed the throne only after outliving a horde of brothers and nephews.", + "cardId": "clm4m74u70049e0v5alvcc4xk", + "setCardId": "clm4m7bat004ae0v5gutl6p80", + "setCard": { + "id": "clm4m7bat004ae0v5gutl6p80", + "slug": "alp_crown_prince", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m74u70049e0v5alvcc4xk", + "meta": { + "id": "clq39yqfn006ush27biwlju5d", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal with umpteen agnates", + "subType": "Mortal", + "rulesText": "Deathrite → If you control another Mortal, return Crown Prince to its owner's hand.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m7bat004ae0v5gutl6p80" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m7kvf004ce0v5cdpqfywe", + "slug": "alp_crown_prince_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/crown_prince-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "Emmerich, the final Daniger king, assumed the throne only after outliving a horde of brothers and nephews.", + "cardId": "clm4m74u70049e0v5alvcc4xk", + "setCardId": "clm4m7bat004ae0v5gutl6p80", + "setCard": { + "id": "clm4m7bat004ae0v5gutl6p80", + "slug": "alp_crown_prince", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m74u70049e0v5alvcc4xk", + "meta": { + "id": "clq39yqfn006ush27biwlju5d", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal with umpteen agnates", + "subType": "Mortal", + "rulesText": "Deathrite → If you control another Mortal, return Crown Prince to its owner's hand.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m7bat004ae0v5gutl6p80" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n1bxo00ale0v55t55b7cy", + "slug": "crusade", + "name": "Crusade", + "hotscore": 2586, + "guardian": { + "id": "clq39zbqk00b9sh27grnpdjno", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura to reclaim the holy land", + "subType": "", + "rulesText": "You may summon earth minions to affected sites.\r\n\r\nAllied earth minions occupying affected sites have +1 power.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4n1bxo00ale0v55t55b7cy" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gtii00q0s67p1pwhb3qm", + "slug": "bet_crusade_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/crusade.png", + "finish": "Standard", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4n1bxo00ale0v55t55b7cy", + "setCardId": "clot8gth100pys67p9vnoo2zl", + "setCard": { + "id": "clot8gth100pys67p9vnoo2zl", + "slug": "bet_crusade", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n1bxo00ale0v55t55b7cy", + "meta": { + "id": "clq39zbyf00bbsh27853i7nrf", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura to reclaim the holy land", + "subType": "", + "rulesText": "You may summon earth minions to affected sites.\r\n\r\nAllied earth minions occupying affected sites have +1 power.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gth100pys67p9vnoo2zl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gtk400q2s67p4g1hz6j7", + "slug": "bet_crusade_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/crusade-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4n1bxo00ale0v55t55b7cy", + "setCardId": "clot8gth100pys67p9vnoo2zl", + "setCard": { + "id": "clot8gth100pys67p9vnoo2zl", + "slug": "bet_crusade", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n1bxo00ale0v55t55b7cy", + "meta": { + "id": "clq39zbyf00bbsh27853i7nrf", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura to reclaim the holy land", + "subType": "", + "rulesText": "You may summon earth minions to affected sites.\r\n\r\nAllied earth minions occupying affected sites have +1 power.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gth100pys67p9vnoo2zl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n1iqj00ane0v52xijf1o2", + "slug": "alp_crusade_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/crusade.png", + "finish": "Standard", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4n1bxo00ale0v55t55b7cy", + "setCardId": "clm4n1hex00ame0v500z231n8", + "setCard": { + "id": "clm4n1hex00ame0v500z231n8", + "slug": "alp_crusade", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n1bxo00ale0v55t55b7cy", + "meta": { + "id": "clq39zbsu00bash277g4pjvsd", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura to reclaim the holy land", + "subType": "", + "rulesText": "You may summon earth minions to affected sites.\nAllied earth minions occupying affected sites have +1 power.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4n1hex00ame0v500z231n8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n1px000aoe0v58yl5920h", + "slug": "alp_crusade_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/crusade-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4n1bxo00ale0v55t55b7cy", + "setCardId": "clm4n1hex00ame0v500z231n8", + "setCard": { + "id": "clm4n1hex00ame0v500z231n8", + "slug": "alp_crusade", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n1bxo00ale0v55t55b7cy", + "meta": { + "id": "clq39zbsu00bash277g4pjvsd", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura to reclaim the holy land", + "subType": "", + "rulesText": "You may summon earth minions to affected sites.\nAllied earth minions occupying affected sites have +1 power.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4n1hex00ame0v500z231n8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m7rjv004de0v5c5i3dp73", + "slug": "dalcean_phalanx", + "name": "Dalcean Phalanx", + "hotscore": 1928, + "guardian": { + "id": "clq39yqr9006wsh2727lj4q94", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals who yield no ground", + "subType": "Mortal", + "rulesText": "Can only move themselves forward.", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m7rjv004de0v5c5i3dp73" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gcso00fws67pscosgz1m", + "slug": "bet_dalcean_phalanx_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dalcean_phalanx.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "\"‘Fairest of sights on the dull black earth,’ some say,\r\n‘Is a host of horse in battle array.’\r\n‘A phalanx on foot,’ another will cry,\r\n‘Or a navy full sail athwart the sky.’\"\r\n— Sappho", + "cardId": "clm4m7rjv004de0v5c5i3dp73", + "setCardId": "clot8gcr500fus67p2uat8bs7", + "setCard": { + "id": "clot8gcr500fus67p2uat8bs7", + "slug": "bet_dalcean_phalanx", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m7rjv004de0v5c5i3dp73", + "meta": { + "id": "clq39yqzn006ysh27i1ye2w4d", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals who yield no ground", + "subType": "Mortal", + "rulesText": "Can only move themselves forward.", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gcr500fus67p2uat8bs7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gcua00fys67pmlsovv9k", + "slug": "bet_dalcean_phalanx_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dalcean_phalanx-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "\"‘Fairest of sights on the dull black earth,’ some say,\r\n‘Is a host of horse in battle array.’\r\n‘A phalanx on foot,’ another will cry,\r\n‘Or a navy full sail athwart the sky.’\"\r\n— Sappho", + "cardId": "clm4m7rjv004de0v5c5i3dp73", + "setCardId": "clot8gcr500fus67p2uat8bs7", + "setCard": { + "id": "clot8gcr500fus67p2uat8bs7", + "slug": "bet_dalcean_phalanx", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m7rjv004de0v5c5i3dp73", + "meta": { + "id": "clq39yqzn006ysh27i1ye2w4d", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals who yield no ground", + "subType": "Mortal", + "rulesText": "Can only move themselves forward.", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gcr500fus67p2uat8bs7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m7zh1004fe0v5c7r35019", + "slug": "alp_dalcean_phalanx_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dalcean_phalanx.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "\"‘Fairest of sights on the dull black earth,’ some say,\n‘Is a host of horse in battle array.’\n‘A phalanx on foot,’ another will cry,\n‘Or a navy full sail athwart the sky.’\"\n— Sappho", + "cardId": "clm4m7rjv004de0v5c5i3dp73", + "setCardId": "clm4m7xp5004ee0v5d4kr2hfj", + "setCard": { + "id": "clm4m7xp5004ee0v5d4kr2hfj", + "slug": "alp_dalcean_phalanx", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m7rjv004de0v5c5i3dp73", + "meta": { + "id": "clq39yqto006xsh272mbm809x", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals who yield no ground", + "subType": "Mortal", + "rulesText": "Can only move themselves forward.", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m7xp5004ee0v5d4kr2hfj" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m87w8004ge0v59sd1eq55", + "slug": "alp_dalcean_phalanx_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dalcean_phalanx-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "\"‘Fairest of sights on the dull black earth,’ some say,\n‘Is a host of horse in battle array.’\n‘A phalanx on foot,’ another will cry,\n‘Or a navy full sail athwart the sky.’\"\n— Sappho", + "cardId": "clm4m7rjv004de0v5c5i3dp73", + "setCardId": "clm4m7xp5004ee0v5d4kr2hfj", + "setCard": { + "id": "clm4m7xp5004ee0v5d4kr2hfj", + "slug": "alp_dalcean_phalanx", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m7rjv004de0v5c5i3dp73", + "meta": { + "id": "clq39yqto006xsh272mbm809x", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals who yield no ground", + "subType": "Mortal", + "rulesText": "Can only move themselves forward.", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m7xp5004ee0v5d4kr2hfj" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mvuuy009fe0v524zv4wma", + "slug": "dispel", + "name": "Dispel", + "hotscore": 4542, + "guardian": { + "id": "clq39z7r200afsh27dsi2ypqa", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of shattered vanity", + "subType": "", + "rulesText": "Destroy all auras and artifacts at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mvuuy009fe0v524zv4wma" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gqd400o2s67p6uy3blhk", + "slug": "bet_dispel_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dispel.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Pride goeth before destruction ...", + "cardId": "clm4mvuuy009fe0v524zv4wma", + "setCardId": "clot8gqbk00o0s67p8268yfti", + "setCard": { + "id": "clot8gqbk00o0s67p8268yfti", + "slug": "bet_dispel", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mvuuy009fe0v524zv4wma", + "meta": { + "id": "clq39z7yv00ahsh27786cqryf", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of shattered vanity", + "subType": "", + "rulesText": "Destroy all auras and artifacts at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gqbk00o0s67p8268yfti" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gqev00o4s67p8jmwj9zk", + "slug": "bet_dispel_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dispel-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Pride goeth before destruction ...", + "cardId": "clm4mvuuy009fe0v524zv4wma", + "setCardId": "clot8gqbk00o0s67p8268yfti", + "setCard": { + "id": "clot8gqbk00o0s67p8268yfti", + "slug": "bet_dispel", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mvuuy009fe0v524zv4wma", + "meta": { + "id": "clq39z7yv00ahsh27786cqryf", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of shattered vanity", + "subType": "", + "rulesText": "Destroy all auras and artifacts at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gqbk00o0s67p8268yfti" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mw1wt009he0v5ctivgrfj", + "slug": "alp_dispel_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dispel.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Pride goeth before destruction ...", + "cardId": "clm4mvuuy009fe0v524zv4wma", + "setCardId": "clm4mw0li009ge0v59zt271dd", + "setCard": { + "id": "clm4mw0li009ge0v59zt271dd", + "slug": "alp_dispel", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mvuuy009fe0v524zv4wma", + "meta": { + "id": "clq39z7tb00agsh275jmfai39", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of shattered vanity", + "subType": "", + "rulesText": "Destroy all auras and artifacts at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mw0li009ge0v59zt271dd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mw8s7009ie0v55rxth8j7", + "slug": "alp_dispel_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dispel-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Pride goeth before destruction ...", + "cardId": "clm4mvuuy009fe0v524zv4wma", + "setCardId": "clm4mw0li009ge0v59zt271dd", + "setCard": { + "id": "clm4mw0li009ge0v59zt271dd", + "slug": "alp_dispel", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mvuuy009fe0v524zv4wma", + "meta": { + "id": "clq39z7tb00agsh275jmfai39", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of shattered vanity", + "subType": "", + "rulesText": "Destroy all auras and artifacts at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mw0li009ge0v59zt271dd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mwf5m009je0v57tne7l8f", + "slug": "divine_healing", + "name": "Divine Healing", + "hotscore": 4105, + "guardian": { + "id": "clq39z84k00aish27ar15ba8f", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of faith unfettered", + "subType": "", + "rulesText": "You gain 7 life.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mwf5m009je0v57tne7l8f" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gqol00o9s67p4ccr0sxf", + "slug": "bet_divine_healing_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/divine_healing.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "Pray not for an easier path, but to become a stronger person.", + "cardId": "clm4mwf5m009je0v57tne7l8f", + "setCardId": "clot8gqn000o7s67p9sm5g4ri", + "setCard": { + "id": "clot8gqn000o7s67p9sm5g4ri", + "slug": "bet_divine_healing", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mwf5m009je0v57tne7l8f", + "meta": { + "id": "clq39z8cl00aksh27z6ug056j", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of faith unfettered", + "subType": "", + "rulesText": "You gain 7 life.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gqn000o7s67p9sm5g4ri" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gqq400obs67p9m7pz4ed", + "slug": "bet_divine_healing_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/divine_healing-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "Pray not for an easier path, but to become a stronger person.", + "cardId": "clm4mwf5m009je0v57tne7l8f", + "setCardId": "clot8gqn000o7s67p9sm5g4ri", + "setCard": { + "id": "clot8gqn000o7s67p9sm5g4ri", + "slug": "bet_divine_healing", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mwf5m009je0v57tne7l8f", + "meta": { + "id": "clq39z8cl00aksh27z6ug056j", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of faith unfettered", + "subType": "", + "rulesText": "You gain 7 life.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gqn000o7s67p9sm5g4ri" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mwm0p009le0v5a798aec8", + "slug": "alp_divine_healing_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/divine_healing.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "\"I have heard your prayer and seen your tears; I will heal you.\" - 2 Kings 20:5", + "cardId": "clm4mwf5m009je0v57tne7l8f", + "setCardId": "clm4mwkpj009ke0v54rx60847", + "setCard": { + "id": "clm4mwkpj009ke0v54rx60847", + "slug": "alp_divine_healing", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mwf5m009je0v57tne7l8f", + "meta": { + "id": "clq39z86t00ajsh278y15nhl1", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of faith unfettered", + "subType": "", + "rulesText": "You gain 7 life.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mwkpj009ke0v54rx60847" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mwttt009me0v5f97pgsa6", + "slug": "alp_divine_healing_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/divine_healing-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "\"I have heard your prayer and seen your tears; I will heal you.\" - 2 Kings 20:5", + "cardId": "clm4mwf5m009je0v57tne7l8f", + "setCardId": "clm4mwkpj009ke0v54rx60847", + "setCard": { + "id": "clm4mwkpj009ke0v54rx60847", + "slug": "alp_divine_healing", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mwf5m009je0v57tne7l8f", + "meta": { + "id": "clq39z86t00ajsh278y15nhl1", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of faith unfettered", + "subType": "", + "rulesText": "You gain 7 life.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mwkpj009ke0v54rx60847" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m8ed2004he0v503shbexk", + "slug": "dwarven_digging_team", + "name": "Dwarven Digging Team", + "hotscore": 697, + "guardian": { + "id": "clq39yr57006zsh27a3u2vgre", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Dwarves tirelessly tunnel", + "subType": "Dwarf", + "rulesText": "Burrowing\r\n\r\nAllied minions occupying nearby sites have Burrowing.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m8ed2004he0v503shbexk" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gd4m00g3s67pezibjraz", + "slug": "bet_dwarven_digging_team_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dwarven_digging_team.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4m8ed2004he0v503shbexk", + "setCardId": "clot8gd3100g1s67pr1wybrag", + "setCard": { + "id": "clot8gd3100g1s67pr1wybrag", + "slug": "bet_dwarven_digging_team", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m8ed2004he0v503shbexk", + "meta": { + "id": "clq39yrdb0071sh27mjeuvjyt", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Dwarves tirelessly tunnel", + "subType": "Dwarf", + "rulesText": "Burrowing\r\n\r\nAllied minions occupying nearby sites have Burrowing.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gd3100g1s67pr1wybrag" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gd6400g5s67pqczd0n30", + "slug": "bet_dwarven_digging_team_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dwarven_digging_team-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4m8ed2004he0v503shbexk", + "setCardId": "clot8gd3100g1s67pr1wybrag", + "setCard": { + "id": "clot8gd3100g1s67pr1wybrag", + "slug": "bet_dwarven_digging_team", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m8ed2004he0v503shbexk", + "meta": { + "id": "clq39yrdb0071sh27mjeuvjyt", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Dwarves tirelessly tunnel", + "subType": "Dwarf", + "rulesText": "Burrowing\r\n\r\nAllied minions occupying nearby sites have Burrowing.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gd3100g1s67pr1wybrag" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m8m8e004je0v54src4fux", + "slug": "alp_dwarven_digging_team_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dwarven_digging_team.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4m8ed2004he0v503shbexk", + "setCardId": "clm4m8kv4004ie0v5hiso20jo", + "setCard": { + "id": "clm4m8kv4004ie0v5hiso20jo", + "slug": "alp_dwarven_digging_team", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m8ed2004he0v503shbexk", + "meta": { + "id": "clq39yr7g0070sh27qg8pxs8m", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Dwarves tirelessly tunnel", + "subType": "Dwarf", + "rulesText": "Burrowing\n\nAllied minions occupying nearby sites have Burrowing.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m8kv4004ie0v5hiso20jo" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m8u8m004ke0v5g2n26ozg", + "slug": "alp_dwarven_digging_team_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dwarven_digging_team-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4m8ed2004he0v503shbexk", + "setCardId": "clm4m8kv4004ie0v5hiso20jo", + "setCard": { + "id": "clm4m8kv4004ie0v5hiso20jo", + "slug": "alp_dwarven_digging_team", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m8ed2004he0v503shbexk", + "meta": { + "id": "clq39yr7g0070sh27qg8pxs8m", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Dwarves tirelessly tunnel", + "subType": "Dwarf", + "rulesText": "Burrowing\n\nAllied minions occupying nearby sites have Burrowing.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m8kv4004ie0v5hiso20jo" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mx07l009ne0v5eksy73ub", + "slug": "earthquake", + "name": "Earthquake", + "hotscore": 7852, + "guardian": { + "id": "clq39z8ic00alsh27t5ap39gn", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of violent upheaval", + "subType": "", + "rulesText": "You may rearrange sites within a two-by-two area, carrying along everything of normal size. Then burrow all minions and artifacts on those sites.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mx07l009ne0v5eksy73ub" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gr0l00ogs67p8aa6ks8s", + "slug": "bet_earthquake_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/earthquake.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4mx07l009ne0v5eksy73ub", + "setCardId": "clot8gqyy00oes67py0q95kb5", + "setCard": { + "id": "clot8gqyy00oes67py0q95kb5", + "slug": "bet_earthquake", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mx07l009ne0v5eksy73ub", + "meta": { + "id": "clq39z8se00ansh276i5izw6o", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of violent upheaval", + "subType": "", + "rulesText": "You may rearrange sites within a two-by-two area, carrying along everything of normal size. Then burrow all minions and artifacts on those sites.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gqyy00oes67py0q95kb5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gr2500ois67prvmihqmp", + "slug": "bet_earthquake_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/earthquake-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4mx07l009ne0v5eksy73ub", + "setCardId": "clot8gqyy00oes67py0q95kb5", + "setCard": { + "id": "clot8gqyy00oes67py0q95kb5", + "slug": "bet_earthquake", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mx07l009ne0v5eksy73ub", + "meta": { + "id": "clq39z8se00ansh276i5izw6o", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of violent upheaval", + "subType": "", + "rulesText": "You may rearrange sites within a two-by-two area, carrying along everything of normal size. Then burrow all minions and artifacts on those sites.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gqyy00oes67py0q95kb5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mx7ga009pe0v56cbu0ks4", + "slug": "alp_earthquake_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/earthquake.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4mx07l009ne0v5eksy73ub", + "setCardId": "clm4mx64u009oe0v5ey04dozz", + "setCard": { + "id": "clm4mx64u009oe0v5ey04dozz", + "slug": "alp_earthquake", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mx07l009ne0v5eksy73ub", + "meta": { + "id": "clq39z8kr00amsh27jurs4vil", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of violent upheaval", + "subType": "", + "rulesText": "Rearrange sites within a two-by-two region, carrying along everything of normal size. Then burrow all minions and artifacts on those sites.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mx64u009oe0v5ey04dozz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mxk43009re0v54t2md5ar", + "slug": "alp_earthquake_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/earthquake-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4mx07l009ne0v5eksy73ub", + "setCardId": "clm4mx64u009oe0v5ey04dozz", + "setCard": { + "id": "clm4mx64u009oe0v5ey04dozz", + "slug": "alp_earthquake", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mx07l009ne0v5eksy73ub", + "meta": { + "id": "clq39z8kr00amsh27jurs4vil", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of violent upheaval", + "subType": "", + "rulesText": "Rearrange sites within a two-by-two region, carrying along everything of normal size. Then burrow all minions and artifacts on those sites.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mx64u009oe0v5ey04dozz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mxf0q009qe0v5gbs60ncd", + "slug": "alp_earthquake_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/earthquake-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4mx07l009ne0v5eksy73ub", + "setCardId": "clm4mx64u009oe0v5ey04dozz", + "setCard": { + "id": "clm4mx64u009oe0v5ey04dozz", + "slug": "alp_earthquake", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mx07l009ne0v5eksy73ub", + "meta": { + "id": "clq39z8kr00amsh27jurs4vil", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of violent upheaval", + "subType": "", + "rulesText": "Rearrange sites within a two-by-two region, carrying along everything of normal size. Then burrow all minions and artifacts on those sites.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mx64u009oe0v5ey04dozz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n1ve500ape0v59cjog6p7", + "slug": "entangle_terrain", + "name": "Entangle Terrain", + "hotscore": 1090, + "guardian": { + "id": "clq39zc4400bcsh27sho4l9t7", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of trammeling roots", + "subType": "", + "rulesText": "Minions occupying affected sites lose Airborne and are Immobile. Lasts 3 of your turns.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4n1ve500ape0v59cjog6p7" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gtv100q7s67pvniz5crf", + "slug": "bet_entangle_terrain_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/entangle_terrain.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4n1ve500ape0v59cjog6p7", + "setCardId": "clot8gtti00q5s67p1qm9106r", + "setCard": { + "id": "clot8gtti00q5s67p1qm9106r", + "slug": "bet_entangle_terrain", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n1ve500ape0v59cjog6p7", + "meta": { + "id": "clq39zce200besh272lz6hmn9", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of trammeling roots", + "subType": "", + "rulesText": "Minions occupying affected sites lose Airborne and are Immobile. Lasts 3 of your turns.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gtti00q5s67p1qm9106r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gtwl00q9s67pu36t4kzp", + "slug": "bet_entangle_terrain_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/entangle_terrain-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4n1ve500ape0v59cjog6p7", + "setCardId": "clot8gtti00q5s67p1qm9106r", + "setCard": { + "id": "clot8gtti00q5s67p1qm9106r", + "slug": "bet_entangle_terrain", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n1ve500ape0v59cjog6p7", + "meta": { + "id": "clq39zce200besh272lz6hmn9", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of trammeling roots", + "subType": "", + "rulesText": "Minions occupying affected sites lose Airborne and are Immobile. Lasts 3 of your turns.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gtti00q5s67p1qm9106r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n234400are0v50gqler2v", + "slug": "alp_entangle_terrain_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/entangle_terrain.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4n1ve500ape0v59cjog6p7", + "setCardId": "clm4n21sj00aqe0v551dth73q", + "setCard": { + "id": "clm4n21sj00aqe0v551dth73q", + "slug": "alp_entangle_terrain", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n1ve500ape0v59cjog6p7", + "meta": { + "id": "clq39zc6i00bdsh271wr0jhxl", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of trammeling roots", + "subType": "", + "rulesText": "Minions occupying affected sites lose Airborne and are Immobile. Lasts 3 of your turns.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4n21sj00aqe0v551dth73q" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n2g2200ate0v50og7ammm", + "slug": "alp_entangle_terrain_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/entangle_terrain-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4n1ve500ape0v59cjog6p7", + "setCardId": "clm4n21sj00aqe0v551dth73q", + "setCard": { + "id": "clm4n21sj00aqe0v551dth73q", + "slug": "alp_entangle_terrain", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n1ve500ape0v59cjog6p7", + "meta": { + "id": "clq39zc6i00bdsh271wr0jhxl", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of trammeling roots", + "subType": "", + "rulesText": "Minions occupying affected sites lose Airborne and are Immobile. Lasts 3 of your turns.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4n21sj00aqe0v551dth73q" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n2a2r00ase0v5494484ia", + "slug": "alp_entangle_terrain_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/entangle_terrain-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4n1ve500ape0v59cjog6p7", + "setCardId": "clm4n21sj00aqe0v551dth73q", + "setCard": { + "id": "clm4n21sj00aqe0v551dth73q", + "slug": "alp_entangle_terrain", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n1ve500ape0v59cjog6p7", + "meta": { + "id": "clq39zc6i00bdsh271wr0jhxl", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of trammeling roots", + "subType": "", + "rulesText": "Minions occupying affected sites lose Airborne and are Immobile. Lasts 3 of your turns.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4n21sj00aqe0v551dth73q" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mxl8v009se0v502a408xg", + "slug": "exorcism", + "name": "Exorcism", + "hotscore": 147, + "guardian": { + "id": "clq39z8y900aosh27vq21syit", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to expulse the unholy", + "subType": "", + "rulesText": "Banish all Demon and Undead minions at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mxl8v009se0v502a408xg" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8grbr00ons67pei5ixsbh", + "slug": "bet_exorcism_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/exorcism.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "Nor devil nor demon shall undo this done! Begone!", + "cardId": "clm4mxl8v009se0v502a408xg", + "setCardId": "clot8gra500ols67pueuyjqeu", + "setCard": { + "id": "clot8gra500ols67pueuyjqeu", + "slug": "bet_exorcism", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mxl8v009se0v502a408xg", + "meta": { + "id": "clq39z96e00aqsh27gq6s0yi1", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to expulse the unholy", + "subType": "", + "rulesText": "Banish all Demon and Undead minions at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gra500ols67pueuyjqeu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8grdb00ops67pp71pyfoe", + "slug": "bet_exorcism_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/exorcism-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "Nor devil nor demon shall undo this done! Begone!", + "cardId": "clm4mxl8v009se0v502a408xg", + "setCardId": "clot8gra500ols67pueuyjqeu", + "setCard": { + "id": "clot8gra500ols67pueuyjqeu", + "slug": "bet_exorcism", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mxl8v009se0v502a408xg", + "meta": { + "id": "clq39z96e00aqsh27gq6s0yi1", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to expulse the unholy", + "subType": "", + "rulesText": "Banish all Demon and Undead minions at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gra500ols67pueuyjqeu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mxs6k009ue0v5dy50cnqu", + "slug": "alp_exorcism_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/exorcism.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "\"Nor devil nor demon shall undo this done! Begone!\"", + "cardId": "clm4mxl8v009se0v502a408xg", + "setCardId": "clm4mxqv3009te0v57baodxq0", + "setCard": { + "id": "clm4mxqv3009te0v57baodxq0", + "slug": "alp_exorcism", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mxl8v009se0v502a408xg", + "meta": { + "id": "clq39z90j00apsh27406ha8xn", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to expulse the unholy", + "subType": "", + "rulesText": "Banish all Demon and Undead minions at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mxqv3009te0v57baodxq0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mxyro009ve0v599z98f4a", + "slug": "alp_exorcism_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/exorcism-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "\"Nor devil nor demon shall undo this done! Begone!\"", + "cardId": "clm4mxl8v009se0v502a408xg", + "setCardId": "clm4mxqv3009te0v57baodxq0", + "setCard": { + "id": "clm4mxqv3009te0v57baodxq0", + "slug": "alp_exorcism", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mxl8v009se0v502a408xg", + "meta": { + "id": "clq39z90j00apsh27406ha8xn", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to expulse the unholy", + "subType": "", + "rulesText": "Banish all Demon and Undead minions at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mxqv3009te0v57baodxq0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m90bp004le0v58h779xyo", + "slug": "frontier_settlers", + "name": "Frontier Settlers", + "hotscore": 2563, + "guardian": { + "id": "clq39yriy0072sh27b8me1e04", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals of till and toil", + "subType": "Mortal", + "rulesText": "Tap → Reveal and play your topmost site to an adjacent void or Rubble. Frontier Settlers move there and lose this ability.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m90bp004le0v58h779xyo" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gdfk00gas67plom7njns", + "slug": "bet_frontier_settlers_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/frontier_settlers.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "“Be fruitful, and multiply, and replenish the earth.“\r\n— Genesis 1:28", + "cardId": "clm4m90bp004le0v58h779xyo", + "setCardId": "clot8gde300g8s67pqcf5hsqb", + "setCard": { + "id": "clot8gde300g8s67pqcf5hsqb", + "slug": "bet_frontier_settlers", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m90bp004le0v58h779xyo", + "meta": { + "id": "clq39yrt00074sh27lri1ur85", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals of till and toil", + "subType": "Mortal", + "rulesText": "Tap → Reveal and play your topmost site to an adjacent void or Rubble. Frontier Settlers move there and lose this ability.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gde300g8s67pqcf5hsqb" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gdh300gcs67p5x0uwu2f", + "slug": "bet_frontier_settlers_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/frontier_settlers-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "“Be fruitful, and multiply, and replenish the earth.“\r\n— Genesis 1:28", + "cardId": "clm4m90bp004le0v58h779xyo", + "setCardId": "clot8gde300g8s67pqcf5hsqb", + "setCard": { + "id": "clot8gde300g8s67pqcf5hsqb", + "slug": "bet_frontier_settlers", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m90bp004le0v58h779xyo", + "meta": { + "id": "clq39yrt00074sh27lri1ur85", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals of till and toil", + "subType": "Mortal", + "rulesText": "Tap → Reveal and play your topmost site to an adjacent void or Rubble. Frontier Settlers move there and lose this ability.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gde300g8s67pqcf5hsqb" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m97t5004ne0v58eljffn1", + "slug": "alp_frontier_settlers_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/frontier_settlers.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "“Be fruitful, and multiply, and replenish the earth.“\n— Genesis 1:28", + "cardId": "clm4m90bp004le0v58h779xyo", + "setCardId": "clm4m96fz004me0v53dtkglv6", + "setCard": { + "id": "clm4m96fz004me0v53dtkglv6", + "slug": "alp_frontier_settlers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m90bp004le0v58h779xyo", + "meta": { + "id": "clq39yrl70073sh279f0pioom", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals of till and toil", + "subType": "Mortal", + "rulesText": "Tap → Reveal the topmost site of your atlas. Play it adjacent to Frontier Settlers, if able, and they move there. They lose this ability.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m96fz004me0v53dtkglv6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m9map004pe0v5at15g75u", + "slug": "alp_frontier_settlers_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/frontier_settlers-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Ossi Hiekkala", + "flavorText": "“Be fruitful, and multiply, and replenish the earth.“\n— Genesis 1:28", + "cardId": "clm4m90bp004le0v58h779xyo", + "setCardId": "clm4m96fz004me0v53dtkglv6", + "setCard": { + "id": "clm4m96fz004me0v53dtkglv6", + "slug": "alp_frontier_settlers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m90bp004le0v58h779xyo", + "meta": { + "id": "clq39yrl70073sh279f0pioom", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals of till and toil", + "subType": "Mortal", + "rulesText": "Tap → Reveal the topmost site of your atlas. Play it adjacent to Frontier Settlers, if able, and they move there. They lose this ability.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m96fz004me0v53dtkglv6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m9g9o004oe0v50hto7vy9", + "slug": "alp_frontier_settlers_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/frontier_settlers-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "“Be fruitful, and multiply, and replenish the earth.“\n— Genesis 1:28", + "cardId": "clm4m90bp004le0v58h779xyo", + "setCardId": "clm4m96fz004me0v53dtkglv6", + "setCard": { + "id": "clm4m96fz004me0v53dtkglv6", + "slug": "alp_frontier_settlers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m90bp004le0v58h779xyo", + "meta": { + "id": "clq39yrl70073sh279f0pioom", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals of till and toil", + "subType": "Mortal", + "rulesText": "Tap → Reveal the topmost site of your atlas. Play it adjacent to Frontier Settlers, if able, and they move there. They lose this ability.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m96fz004me0v53dtkglv6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4my410009we0v515npd3vr", + "slug": "gigantism", + "name": "Gigantism", + "hotscore": 3784, + "guardian": { + "id": "clq39z9d200arsh2729ihiy0u", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of surpassing strength", + "subType": "", + "rulesText": "Give an allied unit +6 power this turn.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4my410009we0v515npd3vr" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8grmu00ous67pwjjl9huk", + "slug": "bet_gigantism_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/gigantism.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "I, uh ... think you're gonna need a new roof.", + "cardId": "clm4my410009we0v515npd3vr", + "setCardId": "clot8grlb00oss67ply4303gs", + "setCard": { + "id": "clot8grlb00oss67ply4303gs", + "slug": "bet_gigantism", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4my410009we0v515npd3vr", + "meta": { + "id": "clq39z9la00atsh27myktllve", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of surpassing strength", + "subType": "", + "rulesText": "Give an allied unit +6 power this turn.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8grlb00oss67ply4303gs" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8grob00ows67pvvcqyjwr", + "slug": "bet_gigantism_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/gigantism-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "I, uh ... think you're gonna need a new roof.", + "cardId": "clm4my410009we0v515npd3vr", + "setCardId": "clot8grlb00oss67ply4303gs", + "setCard": { + "id": "clot8grlb00oss67ply4303gs", + "slug": "bet_gigantism", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4my410009we0v515npd3vr", + "meta": { + "id": "clq39z9la00atsh27myktllve", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of surpassing strength", + "subType": "", + "rulesText": "Give an allied unit +6 power this turn.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8grlb00oss67ply4303gs" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4myau5009ye0v50w1pfg12", + "slug": "alp_gigantism_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gigantism.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "Pity these meek and measly men!", + "cardId": "clm4my410009we0v515npd3vr", + "setCardId": "clm4my9is009xe0v5c2lj5ztf", + "setCard": { + "id": "clm4my9is009xe0v5c2lj5ztf", + "slug": "alp_gigantism", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4my410009we0v515npd3vr", + "meta": { + "id": "clq39z9fc00assh2763luodzo", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of sheer strength", + "subType": "", + "rulesText": "Give an allied unit +6 power this turn.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4my9is009xe0v5c2lj5ztf" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4myhvn009ze0v5c4cxfgoc", + "slug": "alp_gigantism_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gigantism-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "Pity these meek and measly men!", + "cardId": "clm4my410009we0v515npd3vr", + "setCardId": "clm4my9is009xe0v5c2lj5ztf", + "setCard": { + "id": "clm4my9is009xe0v5c2lj5ztf", + "slug": "alp_gigantism", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4my410009we0v515npd3vr", + "meta": { + "id": "clq39z9fc00assh2763luodzo", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of sheer strength", + "subType": "", + "rulesText": "Give an allied unit +6 power this turn.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4my9is009xe0v5c2lj5ztf" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m9ng6004qe0v5by7z6nnj", + "slug": "gneissgnath_gnomes", + "name": "Gneissgnath Gnomes", + "hotscore": 273, + "guardian": { + "id": "clq39yryx0075sh27hk51zh5k", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Gnomes gnot gnearly gnabbed", + "subType": "Gnome", + "rulesText": "Burrowing\r\n\r\nAt the end of your turn, Gneissgnath Gnomes may burrow.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m9ng6004qe0v5by7z6nnj" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gdrr00ghs67pucvcwxwy", + "slug": "bet_gneissgnath_gnomes_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/gneissgnath_gnomes.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4m9ng6004qe0v5by7z6nnj", + "setCardId": "clot8gdq600gfs67p9jkp4q3z", + "setCard": { + "id": "clot8gdq600gfs67p9jkp4q3z", + "slug": "bet_gneissgnath_gnomes", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m9ng6004qe0v5by7z6nnj", + "meta": { + "id": "clq39ys6u0077sh279js7q6ps", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Gnomes gnot gnearly gnabbed", + "subType": "Gnome", + "rulesText": "Burrowing\r\n\r\nAt the end of your turn, Gneissgnath Gnomes may burrow.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gdq600gfs67p9jkp4q3z" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gdtq00gjs67p2vy1thgk", + "slug": "bet_gneissgnath_gnomes_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/gneissgnath_gnomes-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4m9ng6004qe0v5by7z6nnj", + "setCardId": "clot8gdq600gfs67p9jkp4q3z", + "setCard": { + "id": "clot8gdq600gfs67p9jkp4q3z", + "slug": "bet_gneissgnath_gnomes", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m9ng6004qe0v5by7z6nnj", + "meta": { + "id": "clq39ys6u0077sh279js7q6ps", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Gnomes gnot gnearly gnabbed", + "subType": "Gnome", + "rulesText": "Burrowing\r\n\r\nAt the end of your turn, Gneissgnath Gnomes may burrow.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gdq600gfs67p9jkp4q3z" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m9uz0004se0v57jh1d3v7", + "slug": "alp_gneissgnath_gnomes_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gneissgnath_gnomes.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4m9ng6004qe0v5by7z6nnj", + "setCardId": "clm4m9tm4004re0v50m9f67qx", + "setCard": { + "id": "clm4m9tm4004re0v50m9f67qx", + "slug": "alp_gneissgnath_gnomes", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m9ng6004qe0v5by7z6nnj", + "meta": { + "id": "clq39ys190076sh27sh5rgvq7", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Gnomes gnot gnearly gnabbed", + "subType": "Gnome", + "rulesText": "Burrowing\n\nAt the end of your turn, Gneissgnath Gnomes may burrow.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m9tm4004re0v50m9f67qx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ma2gl004te0v56f30apkh", + "slug": "alp_gneissgnath_gnomes_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gneissgnath_gnomes-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4m9ng6004qe0v5by7z6nnj", + "setCardId": "clm4m9tm4004re0v50m9f67qx", + "setCard": { + "id": "clm4m9tm4004re0v50m9f67qx", + "slug": "alp_gneissgnath_gnomes", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m9ng6004qe0v5by7z6nnj", + "meta": { + "id": "clq39ys190076sh27sh5rgvq7", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Gnomes gnot gnearly gnabbed", + "subType": "Gnome", + "rulesText": "Burrowing\n\nAt the end of your turn, Gneissgnath Gnomes may burrow.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m9tm4004re0v50m9f67qx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q4pop00yqe0v544k26jsi", + "slug": "gnome_hollows", + "name": "Gnome Hollows", + "hotscore": 4666, + "guardian": { + "id": "clq3a1l2a00s1sh27uzp4ua6u", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of quaint construction", + "subType": "", + "rulesText": "Units with 3 or more power can’t enter this site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4q4pop00yqe0v544k26jsi" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8ilxm01szs67ptbtig42v", + "slug": "bet_gnome_hollows_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/gnome_hollows.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4q4pop00yqe0v544k26jsi", + "setCardId": "clot8ilw501sxs67pmuz5eu3i", + "setCard": { + "id": "clot8ilw501sxs67pmuz5eu3i", + "slug": "bet_gnome_hollows", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q4pop00yqe0v544k26jsi", + "meta": { + "id": "clq3a1lar00s3sh27o0jiiq4i", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of quaint construction", + "subType": "", + "rulesText": "Units with 3 or more power can’t enter this site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ilw501sxs67pmuz5eu3i" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ilz301t1s67pwnpt5dz0", + "slug": "bet_gnome_hollows_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/gnome_hollows-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4q4pop00yqe0v544k26jsi", + "setCardId": "clot8ilw501sxs67pmuz5eu3i", + "setCard": { + "id": "clot8ilw501sxs67pmuz5eu3i", + "slug": "bet_gnome_hollows", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q4pop00yqe0v544k26jsi", + "meta": { + "id": "clq3a1lar00s3sh27o0jiiq4i", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of quaint construction", + "subType": "", + "rulesText": "Units with 3 or more power can’t enter this site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ilw501sxs67pmuz5eu3i" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q4wk300yse0v502v0e8mx", + "slug": "alp_gnome_hollows_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gnome_hollows.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4q4pop00yqe0v544k26jsi", + "setCardId": "clm4q4v9100yre0v57bnp8cbr", + "setCard": { + "id": "clm4q4v9100yre0v57bnp8cbr", + "slug": "alp_gnome_hollows", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q4pop00yqe0v544k26jsi", + "meta": { + "id": "clq3a1l4n00s2sh27umvlw9ss", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of quaint construction", + "subType": "", + "rulesText": "Units with 3 or more power can’t enter this site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q4v9100yre0v57bnp8cbr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q547900yte0v52rpwhvaf", + "slug": "alp_gnome_hollows_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gnome_hollows-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4q4pop00yqe0v544k26jsi", + "setCardId": "clm4q4v9100yre0v57bnp8cbr", + "setCard": { + "id": "clm4q4v9100yre0v57bnp8cbr", + "slug": "alp_gnome_hollows", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q4pop00yqe0v544k26jsi", + "meta": { + "id": "clq3a1l4n00s2sh27umvlw9ss", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of quaint construction", + "subType": "", + "rulesText": "Units with 3 or more power can’t enter this site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q4v9100yre0v57bnp8cbr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ma7u3004ue0v58dlw944x", + "slug": "grey_wolves", + "name": "Grey Wolves", + "hotscore": 975, + "guardian": { + "id": "clq39yscn0078sh27il0779eb", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A ravenous pack of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Your spellbook may include any number of Grey Wolves.\r\n \r\nHas +1 power for each other Grey Wolves nearby.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ma7u3004ue0v58dlw944x" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8ge3d00gos67p28gsvr7y", + "slug": "bet_grey_wolves_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/grey_wolves.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ma7u3004ue0v58dlw944x", + "setCardId": "clot8ge1t00gms67pmsrwe45p", + "setCard": { + "id": "clot8ge1t00gms67pmsrwe45p", + "slug": "bet_grey_wolves", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ma7u3004ue0v58dlw944x", + "meta": { + "id": "clq39ysku007ash27baqmo2d7", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A ravenous pack of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Your spellbook may include any number of Grey Wolves.\r\n \r\nHas +1 power for each other Grey Wolves nearby.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ge1t00gms67pmsrwe45p" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ge4u00gqs67pozdf2oak", + "slug": "bet_grey_wolves_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/grey_wolves-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ma7u3004ue0v58dlw944x", + "setCardId": "clot8ge1t00gms67pmsrwe45p", + "setCard": { + "id": "clot8ge1t00gms67pmsrwe45p", + "slug": "bet_grey_wolves", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ma7u3004ue0v58dlw944x", + "meta": { + "id": "clq39ysku007ash27baqmo2d7", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A ravenous pack of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Your spellbook may include any number of Grey Wolves.\r\n \r\nHas +1 power for each other Grey Wolves nearby.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ge1t00gms67pmsrwe45p" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4maemd004we0v5a73uau8d", + "slug": "alp_grey_wolves_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/grey_wolves.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ma7u3004ue0v58dlw944x", + "setCardId": "clm4mad9r004ve0v50lc82nh9", + "setCard": { + "id": "clm4mad9r004ve0v50lc82nh9", + "slug": "alp_grey_wolves", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ma7u3004ue0v58dlw944x", + "meta": { + "id": "clq39ysex0079sh27gmzhu6l4", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A ravenous pack of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Your spellbook may include any number of Grey Wolves.\n\nHas +1 power for each other Grey Wolves nearby.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mad9r004ve0v50lc82nh9" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mam3u004xe0v592dh1omz", + "slug": "alp_grey_wolves_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/grey_wolves-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ma7u3004ue0v58dlw944x", + "setCardId": "clm4mad9r004ve0v50lc82nh9", + "setCard": { + "id": "clm4mad9r004ve0v50lc82nh9", + "slug": "alp_grey_wolves", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ma7u3004ue0v58dlw944x", + "meta": { + "id": "clq39ysex0079sh27gmzhu6l4", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A ravenous pack of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Your spellbook may include any number of Grey Wolves.\n\nHas +1 power for each other Grey Wolves nearby.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mad9r004ve0v50lc82nh9" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q5a5700yue0v5e4b5csah", + "slug": "holy_ground", + "name": "Holy Ground", + "hotscore": 4375, + "guardian": { + "id": "clq3a1lge00s4sh27v0rst7kq", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of benefaction and blessings", + "subType": "", + "rulesText": "Genesis → Each nearby Avatar heals 3 life.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4q5a5700yue0v5e4b5csah" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8im9601t6s67p4prvrpch", + "slug": "bet_holy_ground_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/holy_ground.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q5a5700yue0v5e4b5csah", + "setCardId": "clot8im7o01t4s67ppknjcg8n", + "setCard": { + "id": "clot8im7o01t4s67ppknjcg8n", + "slug": "bet_holy_ground", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q5a5700yue0v5e4b5csah", + "meta": { + "id": "clq3a1lq100s6sh27qxa5dfma", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of benefaction and blessings", + "subType": "", + "rulesText": "Genesis → Each nearby Avatar heals 3 life.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8im7o01t4s67ppknjcg8n" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8imap01t8s67p4qhry2zn", + "slug": "bet_holy_ground_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/holy_ground-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q5a5700yue0v5e4b5csah", + "setCardId": "clot8im7o01t4s67ppknjcg8n", + "setCard": { + "id": "clot8im7o01t4s67ppknjcg8n", + "slug": "bet_holy_ground", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q5a5700yue0v5e4b5csah", + "meta": { + "id": "clq3a1lq100s6sh27qxa5dfma", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of benefaction and blessings", + "subType": "", + "rulesText": "Genesis → Each nearby Avatar heals 3 life.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8im7o01t4s67ppknjcg8n" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q5hk400ywe0v51afx77mr", + "slug": "alp_holy_ground_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/holy_ground.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q5a5700yue0v5e4b5csah", + "setCardId": "clm4q5g9400yve0v5c9lt2p6o", + "setCard": { + "id": "clm4q5g9400yve0v5c9lt2p6o", + "slug": "alp_holy_ground", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q5a5700yue0v5e4b5csah", + "meta": { + "id": "clq3a1lio00s5sh27iw3eg6v2", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of benefaction and blessings", + "subType": "", + "rulesText": "Genesis → Each nearby Avatar heals 3 life.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q5g9400yve0v5c9lt2p6o" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q5uht00yye0v5hns47bae", + "slug": "alp_holy_ground_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/holy_ground-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q5a5700yue0v5e4b5csah", + "setCardId": "clm4q5g9400yve0v5c9lt2p6o", + "setCard": { + "id": "clm4q5g9400yve0v5c9lt2p6o", + "slug": "alp_holy_ground", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q5a5700yue0v5e4b5csah", + "meta": { + "id": "clq3a1lio00s5sh27iw3eg6v2", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of benefaction and blessings", + "subType": "", + "rulesText": "Genesis → Each nearby Avatar heals 3 life.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q5g9400yve0v5c9lt2p6o" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q5oj000yxe0v5a0wf7o0f", + "slug": "alp_holy_ground_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/holy_ground-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q5a5700yue0v5e4b5csah", + "setCardId": "clm4q5g9400yve0v5c9lt2p6o", + "setCard": { + "id": "clm4q5g9400yve0v5c9lt2p6o", + "slug": "alp_holy_ground", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q5a5700yue0v5e4b5csah", + "meta": { + "id": "clq3a1lio00s5sh27iw3eg6v2", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of benefaction and blessings", + "subType": "", + "rulesText": "Genesis → Each nearby Avatar heals 3 life.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q5g9400yve0v5c9lt2p6o" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mat3i004ye0v56yh9ct97", + "slug": "house_arn_bannerman", + "name": "House Arn Bannerman", + "hotscore": 2167, + "guardian": { + "id": "clq39ysql007bsh27dcdte42k", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal holds banner high", + "subType": "Mortal", + "rulesText": "Other nearby allies have +1 power.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mat3i004ye0v56yh9ct97" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8geei00gvs67puqwd6spr", + "slug": "bet_house_arn_bannerman_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/house_arn_bannerman.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Our crest and banner will once again be a symbol of glory and strength!", + "cardId": "clm4mat3i004ye0v56yh9ct97", + "setCardId": "clot8gecu00gts67pqrp4y6e6", + "setCard": { + "id": "clot8gecu00gts67pqrp4y6e6", + "slug": "bet_house_arn_bannerman", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mat3i004ye0v56yh9ct97", + "meta": { + "id": "clq39yt0l007dsh27ejzgbqly", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal holds banner high", + "subType": "Mortal", + "rulesText": "Other nearby allies have +1 power.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gecu00gts67pqrp4y6e6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8geg300gxs67pk4656tf9", + "slug": "bet_house_arn_bannerman_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/house_arn_bannerman-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Our crest and banner will once again be a symbol of glory and strength!", + "cardId": "clm4mat3i004ye0v56yh9ct97", + "setCardId": "clot8gecu00gts67pqrp4y6e6", + "setCard": { + "id": "clot8gecu00gts67pqrp4y6e6", + "slug": "bet_house_arn_bannerman", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mat3i004ye0v56yh9ct97", + "meta": { + "id": "clq39yt0l007dsh27ejzgbqly", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal holds banner high", + "subType": "Mortal", + "rulesText": "Other nearby allies have +1 power.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gecu00gts67pqrp4y6e6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mb05m0050e0v5183jg9yi", + "slug": "alp_house_arn_bannerman_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/house_arn_bannerman.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Our crest and banner will once again be a symbol of glory and strength!", + "cardId": "clm4mat3i004ye0v56yh9ct97", + "setCardId": "clm4maysy004ze0v50gtec87h", + "setCard": { + "id": "clm4maysy004ze0v50gtec87h", + "slug": "alp_house_arn_bannerman", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mat3i004ye0v56yh9ct97", + "meta": { + "id": "clq39yst3007csh2721qokzq5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal holds banner high", + "subType": "Mortal", + "rulesText": "Other nearby allies have +1 power.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4maysy004ze0v50gtec87h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mbe3n0052e0v54hswdah2", + "slug": "alp_house_arn_bannerman_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/house_arn_bannerman-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Andrea Modesti", + "flavorText": "Our crest and banner will once again be a symbol of glory and strength!", + "cardId": "clm4mat3i004ye0v56yh9ct97", + "setCardId": "clm4maysy004ze0v50gtec87h", + "setCard": { + "id": "clm4maysy004ze0v50gtec87h", + "slug": "alp_house_arn_bannerman", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mat3i004ye0v56yh9ct97", + "meta": { + "id": "clq39yst3007csh2721qokzq5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal holds banner high", + "subType": "Mortal", + "rulesText": "Other nearby allies have +1 power.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4maysy004ze0v50gtec87h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mb7px0051e0v52acy5oot", + "slug": "alp_house_arn_bannerman_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/house_arn_bannerman-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Our crest and banner will once again be a symbol of glory and strength!", + "cardId": "clm4mat3i004ye0v56yh9ct97", + "setCardId": "clm4maysy004ze0v50gtec87h", + "setCard": { + "id": "clm4maysy004ze0v50gtec87h", + "slug": "alp_house_arn_bannerman", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mat3i004ye0v56yh9ct97", + "meta": { + "id": "clq39yst3007csh2721qokzq5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal holds banner high", + "subType": "Mortal", + "rulesText": "Other nearby allies have +1 power.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4maysy004ze0v50gtec87h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q5vme00yze0v5gwisdybw", + "slug": "humble_village", + "name": "Humble Village", + "hotscore": 5282, + "guardian": { + "id": "clq3a1lvq00s7sh2709gyd7uv", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of abundance", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4q5vme00yze0v5gwisdybw" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8imku01tds67ptmp3cna3", + "slug": "bet_humble_village_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/humble_village.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q5vme00yze0v5gwisdybw", + "setCardId": "clot8imjc01tbs67p2mvjlegp", + "setCard": { + "id": "clot8imjc01tbs67p2mvjlegp", + "slug": "bet_humble_village", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q5vme00yze0v5gwisdybw", + "meta": { + "id": "clq3a1m5l00s9sh27rsnzvb9u", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of abundance", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8imjc01tbs67p2mvjlegp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8immd01tfs67pxc0mb3n5", + "slug": "bet_humble_village_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/humble_village-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q5vme00yze0v5gwisdybw", + "setCardId": "clot8imjc01tbs67p2mvjlegp", + "setCard": { + "id": "clot8imjc01tbs67p2mvjlegp", + "slug": "bet_humble_village", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q5vme00yze0v5gwisdybw", + "meta": { + "id": "clq3a1m5l00s9sh27rsnzvb9u", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of abundance", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8imjc01tbs67p2mvjlegp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q635100z1e0v5dbnn4rzj", + "slug": "alp_humble_village_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/humble_village.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q5vme00yze0v5gwisdybw", + "setCardId": "clm4q61nc00z0e0v55xypeg7q", + "setCard": { + "id": "clm4q61nc00z0e0v55xypeg7q", + "slug": "alp_humble_village", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q5vme00yze0v5gwisdybw", + "meta": { + "id": "clq3a1ly800s8sh27tybtb1jh", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of abundance", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q61nc00z0e0v55xypeg7q" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q6gcv00z3e0v5d8bw3ixg", + "slug": "alp_humble_village_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/humble_village-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q5vme00yze0v5gwisdybw", + "setCardId": "clm4q61nc00z0e0v55xypeg7q", + "setCard": { + "id": "clm4q61nc00z0e0v55xypeg7q", + "slug": "alp_humble_village", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q5vme00yze0v5gwisdybw", + "meta": { + "id": "clq3a1ly800s8sh27tybtb1jh", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of abundance", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q61nc00z0e0v55xypeg7q" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q6a4g00z2e0v53q4g1llh", + "slug": "alp_humble_village_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/humble_village-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q5vme00yze0v5gwisdybw", + "setCardId": "clm4q61nc00z0e0v55xypeg7q", + "setCard": { + "id": "clm4q61nc00z0e0v55xypeg7q", + "slug": "alp_humble_village", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q5vme00yze0v5gwisdybw", + "meta": { + "id": "clq3a1ly800s8sh27tybtb1jh", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of abundance", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q61nc00z0e0v55xypeg7q" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mbfgh0053e0v57i924xf9", + "slug": "king_of_the_realm", + "name": "King of the Realm", + "hotscore": 2053, + "guardian": { + "id": "clq39yt67007esh27rbq3qdwd", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal, triumphant and true", + "subType": "Mortal", + "rulesText": "Other Mortals have +1 power.\r\n\r\nYou control all Mortals.", + "cost": 7, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mbfgh0053e0v57i924xf9" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gept00h2s67pw1x3ay43", + "slug": "bet_king_of_the_realm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/king_of_the_realm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4mbfgh0053e0v57i924xf9", + "setCardId": "clot8geny00h0s67pbnspn08g", + "setCard": { + "id": "clot8geny00h0s67pbnspn08g", + "slug": "bet_king_of_the_realm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mbfgh0053e0v57i924xf9", + "meta": { + "id": "clq39ytfy007gsh276809item", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal, triumphant and true", + "subType": "Mortal", + "rulesText": "Other Mortals have +1 power.\r\n\r\nYou control all Mortals.", + "cost": 7, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8geny00h0s67pbnspn08g" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gerb00h4s67prt7fizkb", + "slug": "bet_king_of_the_realm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/king_of_the_realm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4mbfgh0053e0v57i924xf9", + "setCardId": "clot8geny00h0s67pbnspn08g", + "setCard": { + "id": "clot8geny00h0s67pbnspn08g", + "slug": "bet_king_of_the_realm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mbfgh0053e0v57i924xf9", + "meta": { + "id": "clq39ytfy007gsh276809item", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal, triumphant and true", + "subType": "Mortal", + "rulesText": "Other Mortals have +1 power.\r\n\r\nYou control all Mortals.", + "cost": 7, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8geny00h0s67pbnspn08g" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mbmt10055e0v51q0q624a", + "slug": "alp_king_of_the_realm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/king_of_the_realm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4mbfgh0053e0v57i924xf9", + "setCardId": "clm4mblg90054e0v5fhfg6tx7", + "setCard": { + "id": "clm4mblg90054e0v5fhfg6tx7", + "slug": "alp_king_of_the_realm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mbfgh0053e0v57i924xf9", + "meta": { + "id": "clq39yt8g007fsh27off4phmr", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal, triumphant and true", + "subType": "Mortal", + "rulesText": "Other Mortals have +1 power.\n\nYou control all Mortals.", + "cost": 7, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mblg90054e0v5fhfg6tx7" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mc0qa0057e0v58zc54rqz", + "slug": "alp_king_of_the_realm_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/king_of_the_realm-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4mbfgh0053e0v57i924xf9", + "setCardId": "clm4mblg90054e0v5fhfg6tx7", + "setCard": { + "id": "clm4mblg90054e0v5fhfg6tx7", + "slug": "alp_king_of_the_realm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mbfgh0053e0v57i924xf9", + "meta": { + "id": "clq39yt8g007fsh27off4phmr", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal, triumphant and true", + "subType": "Mortal", + "rulesText": "Other Mortals have +1 power.\n\nYou control all Mortals.", + "cost": 7, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mblg90054e0v5fhfg6tx7" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mbu7s0056e0v55qhd6cmt", + "slug": "alp_king_of_the_realm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/king_of_the_realm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4mbfgh0053e0v57i924xf9", + "setCardId": "clm4mblg90054e0v5fhfg6tx7", + "setCard": { + "id": "clm4mblg90054e0v5fhfg6tx7", + "slug": "alp_king_of_the_realm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mbfgh0053e0v57i924xf9", + "meta": { + "id": "clq39yt8g007fsh27off4phmr", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal, triumphant and true", + "subType": "Mortal", + "rulesText": "Other Mortals have +1 power.\n\nYou control all Mortals.", + "cost": 7, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mblg90054e0v5fhfg6tx7" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q6hh500z4e0v58yrb2t3s", + "slug": "kingdom_of_agartha", + "name": "Kingdom of Agartha", + "hotscore": 1479, + "guardian": { + "id": "clq3a1mb900sash27aqff2sgz", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site at creation’s core", + "subType": "", + "rulesText": "(E)(E)(E) — All minions have Burrowing.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4q6hh500z4e0v58yrb2t3s" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8imww01tks67pvzv0m4bn", + "slug": "bet_kingdom_of_agartha_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/kingdom_of_agartha.png", + "finish": "Standard", + "product": "Booster", + "artist": "Adam Burke", + "flavorText": "", + "cardId": "clm4q6hh500z4e0v58yrb2t3s", + "setCardId": "clot8imv501tis67pmmj7xdyu", + "setCard": { + "id": "clot8imv501tis67pmmj7xdyu", + "slug": "bet_kingdom_of_agartha", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q6hh500z4e0v58yrb2t3s", + "meta": { + "id": "clq3a1mjf00scsh27hzggef58", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site at creation’s core", + "subType": "", + "rulesText": "(E)(E)(E) — All minions have Burrowing.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8imv501tis67pmmj7xdyu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8imyg01tms67pm0rbdn99", + "slug": "bet_kingdom_of_agartha_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/kingdom_of_agartha-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Adam Burke", + "flavorText": "", + "cardId": "clm4q6hh500z4e0v58yrb2t3s", + "setCardId": "clot8imv501tis67pmmj7xdyu", + "setCard": { + "id": "clot8imv501tis67pmmj7xdyu", + "slug": "bet_kingdom_of_agartha", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q6hh500z4e0v58yrb2t3s", + "meta": { + "id": "clq3a1mjf00scsh27hzggef58", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site at creation’s core", + "subType": "", + "rulesText": "(E)(E)(E) — All minions have Burrowing.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8imv501tis67pmmj7xdyu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q6ola00z6e0v5hjcw0zp3", + "slug": "alp_kingdom_of_agartha_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/kingdom_of_agartha.png", + "finish": "Standard", + "product": "Booster", + "artist": "Adam Burke", + "flavorText": "", + "cardId": "clm4q6hh500z4e0v58yrb2t3s", + "setCardId": "clm4q6n9w00z5e0v596ex1wvx", + "setCard": { + "id": "clm4q6n9w00z5e0v596ex1wvx", + "slug": "alp_kingdom_of_agartha", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q6hh500z4e0v58yrb2t3s", + "meta": { + "id": "clq3a1mdj00sbsh27fm3lzxhq", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site at creation’s core", + "subType": "", + "rulesText": "(E)(E)(E) — All minions have Burrowing.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q6n9w00z5e0v596ex1wvx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q6vhq00z7e0v5fr0t5bwi", + "slug": "alp_kingdom_of_agartha_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/kingdom_of_agartha-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Adam Burke", + "flavorText": "", + "cardId": "clm4q6hh500z4e0v58yrb2t3s", + "setCardId": "clm4q6n9w00z5e0v596ex1wvx", + "setCard": { + "id": "clm4q6n9w00z5e0v596ex1wvx", + "slug": "alp_kingdom_of_agartha", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q6hh500z4e0v58yrb2t3s", + "meta": { + "id": "clq3a1mdj00sbsh27fm3lzxhq", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site at creation’s core", + "subType": "", + "rulesText": "(E)(E)(E) — All minions have Burrowing.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q6n9w00z5e0v596ex1wvx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mc1wj0058e0v5ga2y5wfr", + "slug": "land_surveyor", + "name": "Land Surveyor", + "hotscore": 6062, + "guardian": { + "id": "clq39ytlu007hsh27ewddjhgc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal promulgates royal decree", + "subType": "Mortal", + "rulesText": "Genesis → Draw a site.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mc1wj0058e0v5ga2y5wfr" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gf2000h9s67pnyhu8ybr", + "slug": "bet_land_surveyor_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/land_surveyor.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "Bare is the brotherless back. And so too shall be unlevied land.", + "cardId": "clm4mc1wj0058e0v5ga2y5wfr", + "setCardId": "clot8gf0f00h7s67pjxgwikic", + "setCard": { + "id": "clot8gf0f00h7s67pjxgwikic", + "slug": "bet_land_surveyor", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mc1wj0058e0v5ga2y5wfr", + "meta": { + "id": "clq39ytwc007jsh27pjhdce6p", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal promulgates royal decree", + "subType": "Mortal", + "rulesText": "Genesis → Draw a site.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gf0f00h7s67pjxgwikic" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gf3k00hbs67ptiqa37e1", + "slug": "bet_land_surveyor_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/land_surveyor-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "Bare is the brotherless back. And so too shall be unlevied land.", + "cardId": "clm4mc1wj0058e0v5ga2y5wfr", + "setCardId": "clot8gf0f00h7s67pjxgwikic", + "setCard": { + "id": "clot8gf0f00h7s67pjxgwikic", + "slug": "bet_land_surveyor", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mc1wj0058e0v5ga2y5wfr", + "meta": { + "id": "clq39ytwc007jsh27pjhdce6p", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal promulgates royal decree", + "subType": "Mortal", + "rulesText": "Genesis → Draw a site.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gf0f00h7s67pjxgwikic" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mc9lg005ae0v5cn4ndk4b", + "slug": "alp_land_surveyor_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/land_surveyor.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "\"Bare is the brotherless back. And so too shall be unlevied land.\"", + "cardId": "clm4mc1wj0058e0v5ga2y5wfr", + "setCardId": "clm4mc8240059e0v599m94p6s", + "setCard": { + "id": "clm4mc8240059e0v599m94p6s", + "slug": "alp_land_surveyor", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mc1wj0058e0v5ga2y5wfr", + "meta": { + "id": "clq39ytob007ish27u9yymj38", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal promulgates royal decree", + "subType": "Mortal", + "rulesText": "Genesis → Draw a site.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mc8240059e0v599m94p6s" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mcn3y005ce0v5f1a5ezrz", + "slug": "alp_land_surveyor_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/land_surveyor-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Ossi Hiekkala", + "flavorText": "\"Bare is the brotherless back. And so too shall be unlevied land.\"", + "cardId": "clm4mc1wj0058e0v5ga2y5wfr", + "setCardId": "clm4mc8240059e0v599m94p6s", + "setCard": { + "id": "clm4mc8240059e0v599m94p6s", + "slug": "alp_land_surveyor", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mc1wj0058e0v5ga2y5wfr", + "meta": { + "id": "clq39ytob007ish27u9yymj38", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal promulgates royal decree", + "subType": "Mortal", + "rulesText": "Genesis → Draw a site.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mc8240059e0v599m94p6s" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mcgzj005be0v521rth018", + "slug": "alp_land_surveyor_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/land_surveyor-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "\"Bare is the brotherless back. And so too shall be unlevied land.\"", + "cardId": "clm4mc1wj0058e0v5ga2y5wfr", + "setCardId": "clm4mc8240059e0v599m94p6s", + "setCard": { + "id": "clm4mc8240059e0v599m94p6s", + "slug": "alp_land_surveyor", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mc1wj0058e0v5ga2y5wfr", + "meta": { + "id": "clq39ytob007ish27u9yymj38", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal promulgates royal decree", + "subType": "Mortal", + "rulesText": "Genesis → Draw a site.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mc8240059e0v599m94p6s" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mco98005de0v5a8bgao10", + "slug": "mage_slayer", + "name": "Mage Slayer", + "hotscore": 291, + "guardian": { + "id": "clq39yu2a007ksh279jw7zloc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal with an enduring grudge", + "subType": "Mortal", + "rulesText": "Genesis → Kill target Spellcaster minion nearby.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mco98005de0v5a8bgao10" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gfe900hgs67p4d2hwk2w", + "slug": "bet_mage_slayer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mage_slayer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "Death is too kind for the likes of you. But I am a kind man.", + "cardId": "clm4mco98005de0v5a8bgao10", + "setCardId": "clot8gfcr00hes67p8707amzf", + "setCard": { + "id": "clot8gfcr00hes67p8707amzf", + "slug": "bet_mage_slayer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mco98005de0v5a8bgao10", + "meta": { + "id": "clq39yuan007msh27t98h3fir", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal with an enduring grudge", + "subType": "Mortal", + "rulesText": "Genesis → Kill target Spellcaster minion nearby.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gfcr00hes67p8707amzf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gffs00his67p2y37gzzc", + "slug": "bet_mage_slayer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mage_slayer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "Death is too kind for the likes of you. But I am a kind man.", + "cardId": "clm4mco98005de0v5a8bgao10", + "setCardId": "clot8gfcr00hes67p8707amzf", + "setCard": { + "id": "clot8gfcr00hes67p8707amzf", + "slug": "bet_mage_slayer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mco98005de0v5a8bgao10", + "meta": { + "id": "clq39yuan007msh27t98h3fir", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal with an enduring grudge", + "subType": "Mortal", + "rulesText": "Genesis → Kill target Spellcaster minion nearby.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gfcr00hes67p8707amzf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mcvwv005fe0v59ccyabgx", + "slug": "alp_mage_slayer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mage_slayer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "\"Death is too kind for the likes of you. But I am a kind man.\"", + "cardId": "clm4mco98005de0v5a8bgao10", + "setCardId": "clm4mcul9005ee0v5hl6gc9t6", + "setCard": { + "id": "clm4mcul9005ee0v5hl6gc9t6", + "slug": "alp_mage_slayer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mco98005de0v5a8bgao10", + "meta": { + "id": "clq39yu4n007lsh27elu26qg2", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal with an enduring grudge", + "subType": "Mortal", + "rulesText": "Genesis → Kill target Spellcaster minion nearby.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mcul9005ee0v5hl6gc9t6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4md2sj005ge0v594hd6vju", + "slug": "alp_mage_slayer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mage_slayer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "\"Death is too kind for the likes of you. But I am a kind man.\"", + "cardId": "clm4mco98005de0v5a8bgao10", + "setCardId": "clm4mcul9005ee0v5hl6gc9t6", + "setCard": { + "id": "clm4mcul9005ee0v5hl6gc9t6", + "slug": "alp_mage_slayer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mco98005de0v5a8bgao10", + "meta": { + "id": "clq39yu4n007lsh27elu26qg2", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal with an enduring grudge", + "subType": "Mortal", + "rulesText": "Genesis → Kill target Spellcaster minion nearby.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mcul9005ee0v5hl6gc9t6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4md8pa005he0v5h8cafwg3", + "slug": "master_tracker", + "name": "Master Tracker", + "hotscore": 302, + "guardian": { + "id": "clq39yugj007nsh27d5u2186m", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal follows all trails", + "subType": "Mortal", + "rulesText": "All enemies permanently lose Stealth.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4md8pa005he0v5h8cafwg3" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gfpx00hns67pen5r9sn5", + "slug": "bet_master_tracker_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/master_tracker.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Becoming sufficiently familiar with nature is a substitute for understanding it.", + "cardId": "clm4md8pa005he0v5h8cafwg3", + "setCardId": "clot8gfoe00hls67p8bc8ge46", + "setCard": { + "id": "clot8gfoe00hls67p8bc8ge46", + "slug": "bet_master_tracker", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4md8pa005he0v5h8cafwg3", + "meta": { + "id": "clq39yuoz007psh279ayqcegd", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal follows all trails", + "subType": "Mortal", + "rulesText": "All enemies permanently lose Stealth.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gfoe00hls67p8bc8ge46" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gfrj00hps67p35245opo", + "slug": "bet_master_tracker_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/master_tracker-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Becoming sufficiently familiar with nature is a substitute for understanding it.", + "cardId": "clm4md8pa005he0v5h8cafwg3", + "setCardId": "clot8gfoe00hls67p8bc8ge46", + "setCard": { + "id": "clot8gfoe00hls67p8bc8ge46", + "slug": "bet_master_tracker", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4md8pa005he0v5h8cafwg3", + "meta": { + "id": "clq39yuoz007psh279ayqcegd", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal follows all trails", + "subType": "Mortal", + "rulesText": "All enemies permanently lose Stealth.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gfoe00hls67p8bc8ge46" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mdg7i005je0v5100yg2rk", + "slug": "alp_master_tracker_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/master_tracker.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "\"Becoming sufficiently familiar with nature is a substitute for understanding it.\"", + "cardId": "clm4md8pa005he0v5h8cafwg3", + "setCardId": "clm4mdeuv005ie0v5fpmh8ply", + "setCard": { + "id": "clm4mdeuv005ie0v5fpmh8ply", + "slug": "alp_master_tracker", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4md8pa005he0v5h8cafwg3", + "meta": { + "id": "clq39yuj4007osh27az9micak", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal follows all trails", + "subType": "Mortal", + "rulesText": "All enemies permanently lose Stealth.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mdeuv005ie0v5fpmh8ply" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mdmqm005ke0v56lrvelgk", + "slug": "alp_master_tracker_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/master_tracker-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "\"Becoming sufficiently familiar with nature is a substitute for understanding it.\"", + "cardId": "clm4md8pa005he0v5h8cafwg3", + "setCardId": "clm4mdeuv005ie0v5fpmh8ply", + "setCard": { + "id": "clm4mdeuv005ie0v5fpmh8ply", + "slug": "alp_master_tracker", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4md8pa005he0v5h8cafwg3", + "meta": { + "id": "clq39yuj4007osh27az9micak", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal follows all trails", + "subType": "Mortal", + "rulesText": "All enemies permanently lose Stealth.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mdeuv005ie0v5fpmh8ply" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mdsnx005le0v58jdp1wib", + "slug": "midland_army", + "name": "Midland Army", + "hotscore": 1563, + "guardian": { + "id": "clq39yuun007qsh27gdio04a7", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique army of Mortals, yours to command", + "subType": "Mortal", + "rulesText": "Tap → Target a location up to three steps away. Deal 4 damage to each unit there.\r\n\r\nDeathrite → Summon a Foot Soldier token to each adjacent location.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 4, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mdsnx005le0v58jdp1wib" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gg1q00hus67pgirsaaoh", + "slug": "bet_midland_army_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/midland_army.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4mdsnx005le0v58jdp1wib", + "setCardId": "clot8gg0800hss67pm5rx3irw", + "setCard": { + "id": "clot8gg0800hss67pm5rx3irw", + "slug": "bet_midland_army", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mdsnx005le0v58jdp1wib", + "meta": { + "id": "clq39yv4e007ssh27300ltm2l", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique army of Mortals, yours to command", + "subType": "Mortal", + "rulesText": "Tap → Target a location up to three steps away. Deal 4 damage to each unit there.\r\n\r\nDeathrite → Summon a Foot Soldier token to each adjacent location.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 4, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gg0800hss67pm5rx3irw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gg3900hws67p1ex0p3kh", + "slug": "bet_midland_army_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/midland_army-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4mdsnx005le0v58jdp1wib", + "setCardId": "clot8gg0800hss67pm5rx3irw", + "setCard": { + "id": "clot8gg0800hss67pm5rx3irw", + "slug": "bet_midland_army", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mdsnx005le0v58jdp1wib", + "meta": { + "id": "clq39yv4e007ssh27300ltm2l", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique army of Mortals, yours to command", + "subType": "Mortal", + "rulesText": "Tap → Target a location up to three steps away. Deal 4 damage to each unit there.\r\n\r\nDeathrite → Summon a Foot Soldier token to each adjacent location.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 4, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gg0800hss67pm5rx3irw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4me04l005ne0v501yf7r3j", + "slug": "alp_midland_army_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/midland_army.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4mdsnx005le0v58jdp1wib", + "setCardId": "clm4mdysf005me0v5h8z496mt", + "setCard": { + "id": "clm4mdysf005me0v5h8z496mt", + "slug": "alp_midland_army", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mdsnx005le0v58jdp1wib", + "meta": { + "id": "clq39yux3007rsh27xyenbubu", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique army of Mortals, yours to command", + "subType": "Mortal", + "rulesText": "Tap → Target a location up to three steps away. Deal 4 damage to each unit there.\n\nDeathrite → Summon a Foot Soldier token to each adjacent location.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 4, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mdysf005me0v5h8z496mt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mee3f005pe0v5evto4qxm", + "slug": "alp_midland_army_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/midland_army-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4mdsnx005le0v58jdp1wib", + "setCardId": "clm4mdysf005me0v5h8z496mt", + "setCard": { + "id": "clm4mdysf005me0v5h8z496mt", + "slug": "alp_midland_army", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mdsnx005le0v58jdp1wib", + "meta": { + "id": "clq39yux3007rsh27xyenbubu", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique army of Mortals, yours to command", + "subType": "Mortal", + "rulesText": "Tap → Target a location up to three steps away. Deal 4 damage to each unit there.\n\nDeathrite → Summon a Foot Soldier token to each adjacent location.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 4, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mdysf005me0v5h8z496mt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4me7ni005oe0v58roq5abh", + "slug": "alp_midland_army_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/midland_army-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4mdsnx005le0v58jdp1wib", + "setCardId": "clm4mdysf005me0v5h8z496mt", + "setCard": { + "id": "clm4mdysf005me0v5h8z496mt", + "slug": "alp_midland_army", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mdsnx005le0v58jdp1wib", + "meta": { + "id": "clq39yux3007rsh27xyenbubu", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique army of Mortals, yours to command", + "subType": "Mortal", + "rulesText": "Tap → Target a location up to three steps away. Deal 4 damage to each unit there.\n\nDeathrite → Summon a Foot Soldier token to each adjacent location.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 4, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mdysf005me0v5h8z496mt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4myncb00a0e0v54h7x9mzv", + "slug": "minecart_madness", + "name": "Minecart Madness", + "hotscore": 515, + "guardian": { + "id": "clq39z9r000aush2750l3rjvg", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A rickety ride of Exceptional Magic", + "subType": "", + "rulesText": "This turn, your units can move between any sites in a chosen span of land as if they were adjacent.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4myncb00a0e0v54h7x9mzv" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8grxl00p1s67p3sb8dyf0", + "slug": "bet_minecart_madness_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/minecart_madness.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4myncb00a0e0v54h7x9mzv", + "setCardId": "clot8grw200ozs67pyvrv6scn", + "setCard": { + "id": "clot8grw200ozs67pyvrv6scn", + "slug": "bet_minecart_madness", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4myncb00a0e0v54h7x9mzv", + "meta": { + "id": "clq39z9z300awsh27lba5ppx7", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A rickety ride of Exceptional Magic", + "subType": "", + "rulesText": "This turn, your units can move between any sites in a chosen span of land as if they were adjacent.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8grw200ozs67pyvrv6scn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8grz200p3s67pzb4latze", + "slug": "bet_minecart_madness_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/minecart_madness-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4myncb00a0e0v54h7x9mzv", + "setCardId": "clot8grw200ozs67pyvrv6scn", + "setCard": { + "id": "clot8grw200ozs67pyvrv6scn", + "slug": "bet_minecart_madness", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4myncb00a0e0v54h7x9mzv", + "meta": { + "id": "clq39z9z300awsh27lba5ppx7", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A rickety ride of Exceptional Magic", + "subType": "", + "rulesText": "This turn, your units can move between any sites in a chosen span of land as if they were adjacent.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8grw200ozs67pyvrv6scn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4myuaw00a2e0v56c4t72mk", + "slug": "alp_minecart_madness_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/minecart_madness.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4myncb00a0e0v54h7x9mzv", + "setCardId": "clm4myszi00a1e0v53fkm46sp", + "setCard": { + "id": "clm4myszi00a1e0v53fkm46sp", + "slug": "alp_minecart_madness", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4myncb00a0e0v54h7x9mzv", + "meta": { + "id": "clq39z9te00avsh276p1ragme", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A rickety ride of Exceptional Magic", + "subType": "", + "rulesText": "This turn, your units can move between any sites in a chosen span of land as if they were adjacent.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4myszi00a1e0v53fkm46sp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mz19f00a3e0v5daekfefb", + "slug": "alp_minecart_madness_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/minecart_madness-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4myncb00a0e0v54h7x9mzv", + "setCardId": "clm4myszi00a1e0v53fkm46sp", + "setCard": { + "id": "clm4myszi00a1e0v53fkm46sp", + "slug": "alp_minecart_madness", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4myncb00a0e0v54h7x9mzv", + "meta": { + "id": "clq39z9te00avsh276p1ragme", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A rickety ride of Exceptional Magic", + "subType": "", + "rulesText": "This turn, your units can move between any sites in a chosen span of land as if they were adjacent.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4myszi00a1e0v53fkm46sp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mef8e005qe0v5cx7c64lr", + "slug": "miracle_workers", + "name": "Miracle Workers", + "hotscore": 679, + "guardian": { + "id": "clq39yva2007tsh27p5k1awq9", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals on a mission of mercy", + "subType": "Mortal", + "rulesText": "Genesis → You may return a minion that died this turn from your cemetery to your hand.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mef8e005qe0v5cx7c64lr" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8ggdm00i1s67ph82xcjz2", + "slug": "bet_miracle_workers_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/miracle_workers.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Seek not relief for grievous deeds in mercy done, but know that the prayers of all good people are good.", + "cardId": "clm4mef8e005qe0v5cx7c64lr", + "setCardId": "clot8ggc300hzs67pflqhgg0x", + "setCard": { + "id": "clot8ggc300hzs67pflqhgg0x", + "slug": "bet_miracle_workers", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mef8e005qe0v5cx7c64lr", + "meta": { + "id": "clq39yvi2007vsh27x5o3gp5w", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals on a mission of mercy", + "subType": "Mortal", + "rulesText": "Genesis → You may return a minion that died this turn from your cemetery to your hand.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ggc300hzs67pflqhgg0x" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ggf500i3s67pgauw2xt3", + "slug": "bet_miracle_workers_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/miracle_workers-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Seek not relief for grievous deeds in mercy done, but know that the prayers of all good people are good.", + "cardId": "clm4mef8e005qe0v5cx7c64lr", + "setCardId": "clot8ggc300hzs67pflqhgg0x", + "setCard": { + "id": "clot8ggc300hzs67pflqhgg0x", + "slug": "bet_miracle_workers", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mef8e005qe0v5cx7c64lr", + "meta": { + "id": "clq39yvi2007vsh27x5o3gp5w", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals on a mission of mercy", + "subType": "Mortal", + "rulesText": "Genesis → You may return a minion that died this turn from your cemetery to your hand.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ggc300hzs67pflqhgg0x" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4memgm005se0v5gexkd4iw", + "slug": "alp_miracle_workers_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/miracle_workers.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "\"Seek not relief for grievous deeds in mercy done, but know that the prayers of all good people are good.\"", + "cardId": "clm4mef8e005qe0v5cx7c64lr", + "setCardId": "clm4mel5a005re0v5daes82by", + "setCard": { + "id": "clm4mel5a005re0v5daes82by", + "slug": "alp_miracle_workers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mef8e005qe0v5cx7c64lr", + "meta": { + "id": "clq39yvcd007ush27a3pj2cbs", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals on a mission of mercy", + "subType": "Mortal", + "rulesText": "Genesis → You may return a minion that died this turn from your cemetery to your hand.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mel5a005re0v5daes82by" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4metmn005te0v5cavlho2v", + "slug": "alp_miracle_workers_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/miracle_workers-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "\"Seek not relief for grievous deeds in mercy done, but know that the prayers of all good people are good.\"", + "cardId": "clm4mef8e005qe0v5cx7c64lr", + "setCardId": "clm4mel5a005re0v5daes82by", + "setCard": { + "id": "clm4mel5a005re0v5daes82by", + "slug": "alp_miracle_workers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mef8e005qe0v5cx7c64lr", + "meta": { + "id": "clq39yvcd007ush27a3pj2cbs", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals on a mission of mercy", + "subType": "Mortal", + "rulesText": "Genesis → You may return a minion that died this turn from your cemetery to your hand.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mel5a005re0v5daes82by" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mezfy005ue0v5hgoe9tby", + "slug": "monastery_gargoyle", + "name": "Monastery Gargoyle", + "hotscore": 266, + "guardian": { + "id": "clq39yvnv007wsh27s960ar8s", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast weathers all storms", + "subType": "Beast", + "rulesText": "At the start and end of your turn, choose whether Monastery Gargoyle has Airborne or is a non-minion artifact.", + "cost": 5, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mezfy005ue0v5hgoe9tby" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8ggp100i8s67p47ly1cov", + "slug": "bet_monastery_gargoyle_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/monastery_gargoyle.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "Through rain and regret, Through wind and war, we bide our time.", + "cardId": "clm4mezfy005ue0v5hgoe9tby", + "setCardId": "clot8ggnj00i6s67pr3tdkuwu", + "setCard": { + "id": "clot8ggnj00i6s67pr3tdkuwu", + "slug": "bet_monastery_gargoyle", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mezfy005ue0v5hgoe9tby", + "meta": { + "id": "clq39yvw8007ysh27c2ezwkdo", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast weathers all storms", + "subType": "Beast", + "rulesText": "At the start and end of your turn, choose whether Monastery Gargoyle has Airborne or is a non-minion artifact.", + "cost": 5, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ggnj00i6s67pr3tdkuwu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ggqj00ias67p1bjozwuh", + "slug": "bet_monastery_gargoyle_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/monastery_gargoyle-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "Through rain and regret, Through wind and war, we bide our time.", + "cardId": "clm4mezfy005ue0v5hgoe9tby", + "setCardId": "clot8ggnj00i6s67pr3tdkuwu", + "setCard": { + "id": "clot8ggnj00i6s67pr3tdkuwu", + "slug": "bet_monastery_gargoyle", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mezfy005ue0v5hgoe9tby", + "meta": { + "id": "clq39yvw8007ysh27c2ezwkdo", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast weathers all storms", + "subType": "Beast", + "rulesText": "At the start and end of your turn, choose whether Monastery Gargoyle has Airborne or is a non-minion artifact.", + "cost": 5, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ggnj00i6s67pr3tdkuwu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mf6qo005we0v5fy0bdkyd", + "slug": "alp_monastery_gargoyle_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/monastery_gargoyle.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "Through rain and regret, Through wind and war, we bide our time.", + "cardId": "clm4mezfy005ue0v5hgoe9tby", + "setCardId": "clm4mf5fb005ve0v512hu3hlq", + "setCard": { + "id": "clm4mf5fb005ve0v512hu3hlq", + "slug": "alp_monastery_gargoyle", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mezfy005ue0v5hgoe9tby", + "meta": { + "id": "clq39yvq6007xsh27ju4c6lqb", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast weathers all storms", + "subType": "Beast", + "rulesText": "At the start and end of your turn, choose whether Monastery Gargoyle has Airborne or is a non-minion artifact.", + "cost": 5, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mf5fb005ve0v512hu3hlq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mfd3j005xe0v54bpq4uf3", + "slug": "alp_monastery_gargoyle_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/monastery_gargoyle-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "Through rain and regret, Through wind and war, we bide our time.", + "cardId": "clm4mezfy005ue0v5hgoe9tby", + "setCardId": "clm4mf5fb005ve0v512hu3hlq", + "setCard": { + "id": "clm4mf5fb005ve0v512hu3hlq", + "slug": "alp_monastery_gargoyle", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mezfy005ue0v5hgoe9tby", + "meta": { + "id": "clq39yvq6007xsh27ju4c6lqb", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast weathers all storms", + "subType": "Beast", + "rulesText": "At the start and end of your turn, choose whether Monastery Gargoyle has Airborne or is a non-minion artifact.", + "cost": 5, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mf5fb005ve0v512hu3hlq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mfidc005ye0v5c3326jah", + "slug": "monster_hunter", + "name": "Monster Hunter", + "hotscore": 251, + "guardian": { + "id": "clq39yw26007zsh27iee195v4", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal of grim determination", + "subType": "Mortal", + "rulesText": "Genesis → Kill a nearby Monster.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mfidc005ye0v5c3326jah" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gh0j00ifs67pshumn9ds", + "slug": "bet_monster_hunter_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/monster_hunter.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Nor glory nor profit is his reward—a safer world is.", + "cardId": "clm4mfidc005ye0v5c3326jah", + "setCardId": "clot8ggyz00ids67p49lm2yxu", + "setCard": { + "id": "clot8ggyz00ids67p49lm2yxu", + "slug": "bet_monster_hunter", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mfidc005ye0v5c3326jah", + "meta": { + "id": "clq39ywa00081sh27cjmxach5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal of grim determination", + "subType": "Mortal", + "rulesText": "Genesis → Kill a nearby Monster.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ggyz00ids67p49lm2yxu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gh2700ihs67pv8pk05jx", + "slug": "bet_monster_hunter_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/monster_hunter-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Nor glory nor profit is his reward—a safer world is.", + "cardId": "clm4mfidc005ye0v5c3326jah", + "setCardId": "clot8ggyz00ids67p49lm2yxu", + "setCard": { + "id": "clot8ggyz00ids67p49lm2yxu", + "slug": "bet_monster_hunter", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mfidc005ye0v5c3326jah", + "meta": { + "id": "clq39ywa00081sh27cjmxach5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal of grim determination", + "subType": "Mortal", + "rulesText": "Genesis → Kill a nearby Monster.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ggyz00ids67p49lm2yxu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mfppz0060e0v5gwr25ejr", + "slug": "alp_monster_hunter_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/monster_hunter.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Nor glory nor profit is his reward—a safer world is.", + "cardId": "clm4mfidc005ye0v5c3326jah", + "setCardId": "clm4mfo7q005ze0v58quhc8yr", + "setCard": { + "id": "clm4mfo7q005ze0v58quhc8yr", + "slug": "alp_monster_hunter", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mfidc005ye0v5c3326jah", + "meta": { + "id": "clq39yw4g0080sh27g7dp5t2y", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal of grim determination", + "subType": "Mortal", + "rulesText": "Genesis → Kill a nearby Monster.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mfo7q005ze0v58quhc8yr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mfwe80061e0v58blretvu", + "slug": "alp_monster_hunter_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/monster_hunter-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Nor glory nor profit is his reward—a safer world is.", + "cardId": "clm4mfidc005ye0v5c3326jah", + "setCardId": "clm4mfo7q005ze0v58quhc8yr", + "setCard": { + "id": "clm4mfo7q005ze0v58quhc8yr", + "slug": "alp_monster_hunter", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mfidc005ye0v5c3326jah", + "meta": { + "id": "clq39yw4g0080sh27g7dp5t2y", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal of grim determination", + "subType": "Mortal", + "rulesText": "Genesis → Kill a nearby Monster.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mfo7q005ze0v58quhc8yr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mg23t0062e0v51tsg6qtx", + "slug": "mordric_druids", + "name": "Mordric Druids", + "hotscore": 1023, + "guardian": { + "id": "clq39ywfw0082sh27o270fsna", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals of primordial vengeance", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nWhenever you lose life due to an undefended attack nearby, the attacker's controller also loses that much life.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mg23t0062e0v51tsg6qtx" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8ghc500ims67poc7std70", + "slug": "bet_mordric_druids_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mordric_druids.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4mg23t0062e0v51tsg6qtx", + "setCardId": "clot8ghal00iks67p0rp5y3ex", + "setCard": { + "id": "clot8ghal00iks67p0rp5y3ex", + "slug": "bet_mordric_druids", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mg23t0062e0v51tsg6qtx", + "meta": { + "id": "clq39ywnr0084sh275hw4wain", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals of primordial vengeance", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nWhenever you lose life due to an undefended attack nearby, the attacker's controller also loses that much life.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ghal00iks67p0rp5y3ex" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ghdm00ios67pnmioyaqr", + "slug": "bet_mordric_druids_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mordric_druids-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4mg23t0062e0v51tsg6qtx", + "setCardId": "clot8ghal00iks67p0rp5y3ex", + "setCard": { + "id": "clot8ghal00iks67p0rp5y3ex", + "slug": "bet_mordric_druids", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mg23t0062e0v51tsg6qtx", + "meta": { + "id": "clq39ywnr0084sh275hw4wain", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals of primordial vengeance", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nWhenever you lose life due to an undefended attack nearby, the attacker's controller also loses that much life.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ghal00iks67p0rp5y3ex" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mg9bq0064e0v5227x3en7", + "slug": "alp_mordric_druids_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mordric_druids.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4mg23t0062e0v51tsg6qtx", + "setCardId": "clm4mg80e0063e0v5hgbkajui", + "setCard": { + "id": "clm4mg80e0063e0v5hgbkajui", + "slug": "alp_mordric_druids", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mg23t0062e0v51tsg6qtx", + "meta": { + "id": "clq39ywi70083sh27o4ha8lk0", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals of primordial vengeance", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nWhenever you lose life due to an undefended attack nearby, the attacker's controller also loses that much life.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mg80e0063e0v5hgbkajui" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mgg4w0065e0v5d8oo17jn", + "slug": "alp_mordric_druids_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mordric_druids-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4mg23t0062e0v51tsg6qtx", + "setCardId": "clm4mg80e0063e0v5hgbkajui", + "setCard": { + "id": "clm4mg80e0063e0v5hgbkajui", + "slug": "alp_mordric_druids", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mg23t0062e0v51tsg6qtx", + "meta": { + "id": "clq39ywi70083sh27o4ha8lk0", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals of primordial vengeance", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nWhenever you lose life due to an undefended attack nearby, the attacker's controller also loses that much life.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mg80e0063e0v5hgbkajui" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mgl7e0066e0v5apr61oux", + "slug": "mountain_giant", + "name": "Mountain Giant", + "hotscore": 700, + "guardian": { + "id": "clq39ywtc0085sh27s33ge9un", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Giant of monumental proportions", + "subType": "Giant", + "rulesText": "Occupies four locations.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 4, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mgl7e0066e0v5apr61oux" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8ghmy00its67pf91gf7s3", + "slug": "bet_mountain_giant_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mountain_giant.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "Heart and hearth will tremble.", + "cardId": "clm4mgl7e0066e0v5apr61oux", + "setCardId": "clot8ghle00irs67py8mysh3v", + "setCard": { + "id": "clot8ghle00irs67py8mysh3v", + "slug": "bet_mountain_giant", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mgl7e0066e0v5apr61oux", + "meta": { + "id": "clq39yx2y0087sh27w0u1nl29", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Giant of monumental proportions", + "subType": "Giant", + "rulesText": "Occupies four locations.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 4, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ghle00irs67py8mysh3v" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ghof00ivs67pig9s2dkx", + "slug": "bet_mountain_giant_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mountain_giant-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "Heart and hearth will tremble.", + "cardId": "clm4mgl7e0066e0v5apr61oux", + "setCardId": "clot8ghle00irs67py8mysh3v", + "setCard": { + "id": "clot8ghle00irs67py8mysh3v", + "slug": "bet_mountain_giant", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mgl7e0066e0v5apr61oux", + "meta": { + "id": "clq39yx2y0087sh27w0u1nl29", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Giant of monumental proportions", + "subType": "Giant", + "rulesText": "Occupies four locations.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 4, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ghle00irs67py8mysh3v" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mgrym0068e0v5ceg782gc", + "slug": "alp_mountain_giant_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mountain_giant.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "Heart and hearth will tremble.", + "cardId": "clm4mgl7e0066e0v5apr61oux", + "setCardId": "clm4mgqn60067e0v54fcxbrkm", + "setCard": { + "id": "clm4mgqn60067e0v54fcxbrkm", + "slug": "alp_mountain_giant", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mgl7e0066e0v5apr61oux", + "meta": { + "id": "clq39ywvp0086sh271o9uttt9", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Giant of monumental proportions", + "subType": "Giant", + "rulesText": "Occupies four locations.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 4, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mgqn60067e0v54fcxbrkm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mh3jt006ae0v52ptn7loj", + "slug": "alp_mountain_giant_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mountain_giant-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Francesca Baerald", + "flavorText": "Heart and hearth will tremble.", + "cardId": "clm4mgl7e0066e0v5apr61oux", + "setCardId": "clm4mgqn60067e0v54fcxbrkm", + "setCard": { + "id": "clm4mgqn60067e0v54fcxbrkm", + "slug": "alp_mountain_giant", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mgl7e0066e0v5apr61oux", + "meta": { + "id": "clq39ywvp0086sh271o9uttt9", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Giant of monumental proportions", + "subType": "Giant", + "rulesText": "Occupies four locations.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 4, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mgqn60067e0v54fcxbrkm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mgy9d0069e0v5de8y6w3e", + "slug": "alp_mountain_giant_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mountain_giant-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "Heart and hearth will tremble.", + "cardId": "clm4mgl7e0066e0v5apr61oux", + "setCardId": "clm4mgqn60067e0v54fcxbrkm", + "setCard": { + "id": "clm4mgqn60067e0v54fcxbrkm", + "slug": "alp_mountain_giant", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mgl7e0066e0v5apr61oux", + "meta": { + "id": "clq39ywvp0086sh271o9uttt9", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Giant of monumental proportions", + "subType": "Giant", + "rulesText": "Occupies four locations.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 4, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mgqn60067e0v54fcxbrkm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mz6ir00a4e0v515tcd8kn", + "slug": "overpower", + "name": "Overpower", + "hotscore": 1521, + "guardian": { + "id": "clq39za4y00axsh272wukz4jy", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of decisive force", + "subType": "", + "rulesText": "Give an ally +2 power this turn.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mz6ir00a4e0v515tcd8kn" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gs8u00p8s67pq37p8vnb", + "slug": "bet_overpower_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/overpower.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Suddenly the soldier was flung so violently from his mount, his sword became a ploughshare.", + "cardId": "clm4mz6ir00a4e0v515tcd8kn", + "setCardId": "clot8gs7a00p6s67pcrnjfe40", + "setCard": { + "id": "clot8gs7a00p6s67pcrnjfe40", + "slug": "bet_overpower", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mz6ir00a4e0v515tcd8kn", + "meta": { + "id": "clq39zaep00azsh27ibpyvg0e", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of decisive force", + "subType": "", + "rulesText": "Give an ally +2 power this turn.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gs7a00p6s67pcrnjfe40" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gsac00pas67pr52zpw2u", + "slug": "bet_overpower_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/overpower-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Suddenly the soldier was flung so violently from his mount, his sword became a ploughshare.", + "cardId": "clm4mz6ir00a4e0v515tcd8kn", + "setCardId": "clot8gs7a00p6s67pcrnjfe40", + "setCard": { + "id": "clot8gs7a00p6s67pcrnjfe40", + "slug": "bet_overpower", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mz6ir00a4e0v515tcd8kn", + "meta": { + "id": "clq39zaep00azsh27ibpyvg0e", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of decisive force", + "subType": "", + "rulesText": "Give an ally +2 power this turn.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gs7a00p6s67pcrnjfe40" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mzdfd00a6e0v5h2g87b7a", + "slug": "alp_overpower_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/overpower.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Suddenly the soldier was flung so violently from his mount, his sword became a ploughshare.", + "cardId": "clm4mz6ir00a4e0v515tcd8kn", + "setCardId": "clm4mzc4300a5e0v5aj6ubwpb", + "setCard": { + "id": "clm4mzc4300a5e0v5aj6ubwpb", + "slug": "alp_overpower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mz6ir00a4e0v515tcd8kn", + "meta": { + "id": "clq39za7a00aysh279gtbz256", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of decisive force", + "subType": "", + "rulesText": "Give an ally +2 power this turn.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mzc4300a5e0v5aj6ubwpb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mzq2700a8e0v52c274nl6", + "slug": "alp_overpower_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/overpower-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Vincent Pompetti", + "flavorText": "Suddenly the soldier was flung so violently from his mount, his sword became a ploughshare.", + "cardId": "clm4mz6ir00a4e0v515tcd8kn", + "setCardId": "clm4mzc4300a5e0v5aj6ubwpb", + "setCard": { + "id": "clm4mzc4300a5e0v5aj6ubwpb", + "slug": "alp_overpower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mz6ir00a4e0v515tcd8kn", + "meta": { + "id": "clq39za7a00aysh279gtbz256", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of decisive force", + "subType": "", + "rulesText": "Give an ally +2 power this turn.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mzc4300a5e0v5aj6ubwpb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mzkmo00a7e0v54l6r0xlk", + "slug": "alp_overpower_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/overpower-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Suddenly the soldier was flung so violently from his mount, his sword became a ploughshare.", + "cardId": "clm4mz6ir00a4e0v515tcd8kn", + "setCardId": "clm4mzc4300a5e0v5aj6ubwpb", + "setCard": { + "id": "clm4mzc4300a5e0v5aj6ubwpb", + "slug": "alp_overpower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mz6ir00a4e0v515tcd8kn", + "meta": { + "id": "clq39za7a00aysh279gtbz256", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of decisive force", + "subType": "", + "rulesText": "Give an ally +2 power this turn.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mzc4300a5e0v5aj6ubwpb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q70lf00z8e0v58vi72yjd", + "slug": "pillar_of_zeiros", + "name": "Pillar of Zeiros", + "hotscore": 8894, + "guardian": { + "id": "clq3a1mp000sdsh27txxu4dbs", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of forgotten aeons", + "subType": "", + "rulesText": "Genesis → Banish all dead minions, and you heal 1 life for each.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4q70lf00z8e0v58vi72yjd" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8in9401trs67pa65yasel", + "slug": "bet_pillar_of_zeiros_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pillar_of_zeiros.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4q70lf00z8e0v58vi72yjd", + "setCardId": "clot8in7k01tps67po4pe9uu7", + "setCard": { + "id": "clot8in7k01tps67po4pe9uu7", + "slug": "bet_pillar_of_zeiros", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q70lf00z8e0v58vi72yjd", + "meta": { + "id": "clq3a1mxa00sfsh27o892r3wn", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of forgotten aeons", + "subType": "", + "rulesText": "Genesis → Banish all dead minions, and you heal 1 life for each.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8in7k01tps67po4pe9uu7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8inan01tts67pdtbfoaiv", + "slug": "bet_pillar_of_zeiros_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pillar_of_zeiros-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4q70lf00z8e0v58vi72yjd", + "setCardId": "clot8in7k01tps67po4pe9uu7", + "setCard": { + "id": "clot8in7k01tps67po4pe9uu7", + "slug": "bet_pillar_of_zeiros", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q70lf00z8e0v58vi72yjd", + "meta": { + "id": "clq3a1mxa00sfsh27o892r3wn", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of forgotten aeons", + "subType": "", + "rulesText": "Genesis → Banish all dead minions, and you heal 1 life for each.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8in7k01tps67po4pe9uu7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q787z00zae0v5ghlbdxie", + "slug": "alp_pillar_of_zeiros_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pillar_of_zeiros.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4q70lf00z8e0v58vi72yjd", + "setCardId": "clm4q76wj00z9e0v5fw610qxv", + "setCard": { + "id": "clm4q76wj00z9e0v5fw610qxv", + "slug": "alp_pillar_of_zeiros", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q70lf00z8e0v58vi72yjd", + "meta": { + "id": "clq3a1mrb00sesh27g0a30myd", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of forgotten aeons", + "subType": "", + "rulesText": "Genesis → Banish all dead minions, and you heal 1 life for each.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q76wj00z9e0v5fw610qxv" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q7flh00zbe0v5790zb64r", + "slug": "alp_pillar_of_zeiros_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pillar_of_zeiros-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4q70lf00z8e0v58vi72yjd", + "setCardId": "clm4q76wj00z9e0v5fw610qxv", + "setCard": { + "id": "clm4q76wj00z9e0v5fw610qxv", + "slug": "alp_pillar_of_zeiros", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q70lf00z8e0v58vi72yjd", + "meta": { + "id": "clq3a1mrb00sesh27g0a30myd", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of forgotten aeons", + "subType": "", + "rulesText": "Genesis → Banish all dead minions, and you heal 1 life for each.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q76wj00z9e0v5fw610qxv" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qmxf3012ue0v5bdwa40qx", + "slug": "pristine_paradise", + "name": "Pristine Paradise", + "hotscore": 1531, + "guardian": { + "id": "clq3a1yjn00upsh27si104svn", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "cardId": "clm4qmxf3012ue0v5bdwa40qx" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + }, + { + "id": "fire", + "name": "Fire" + }, + { + "id": "water", + "name": "Water" + }, + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8iwdk01z7s67pr0nqfuph", + "slug": "bet_pristine_paradise_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pristine_paradise.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "setCardId": "clot8iwbx01z5s67p12u2yp43", + "setCard": { + "id": "clot8iwbx01z5s67p12u2yp43", + "slug": "bet_pristine_paradise", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "meta": { + "id": "clq3a1ysu00ursh27no9164w4", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8iwbx01z5s67p12u2yp43" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iwf301z9s67po6l5ctyt", + "slug": "bet_pristine_paradise_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pristine_paradise-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "setCardId": "clot8iwbx01z5s67p12u2yp43", + "setCard": { + "id": "clot8iwbx01z5s67p12u2yp43", + "slug": "bet_pristine_paradise", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "meta": { + "id": "clq3a1ysu00ursh27no9164w4", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8iwbx01z5s67p12u2yp43" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qn5ae012we0v51b8xaotf", + "slug": "alp_pristine_paradise_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pristine_paradise.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "setCardId": "clm4qn3zf012ve0v52y3b1o02", + "setCard": { + "id": "clm4qn3zf012ve0v52y3b1o02", + "slug": "alp_pristine_paradise", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "meta": { + "id": "clq3a1ylw00uqsh27z378ff6v", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qn3zf012ve0v52y3b1o02" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qnc1p012xe0v563qr5rwy", + "slug": "alp_pristine_paradise_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pristine_paradise-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "setCardId": "clm4qn3zf012ve0v52y3b1o02", + "setCard": { + "id": "clm4qn3zf012ve0v52y3b1o02", + "slug": "alp_pristine_paradise", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "meta": { + "id": "clq3a1ylw00uqsh27z378ff6v", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qn3zf012ve0v52y3b1o02" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mh4pg006be0v5dtyu1wv7", + "slug": "pudge_butcher", + "name": "Pudge Butcher", + "hotscore": 3840, + "guardian": { + "id": "clq39yx8k0088sh27tyf83qoq", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Demon of corpulent choler", + "subType": "Demon", + "rulesText": "Immobile\r\n\r\nTap → Shoot a projectile. If it hits a unit, drag it to this location. Pudge may fight it.", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mh4pg006be0v5dtyu1wv7" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8ghyk00j0s67pnamdrtdh", + "slug": "bet_pudge_butcher_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pudge_butcher.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4mh4pg006be0v5dtyu1wv7", + "setCardId": "clot8ghww00iys67p5r1bzi7a", + "setCard": { + "id": "clot8ghww00iys67p5r1bzi7a", + "slug": "bet_pudge_butcher", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mh4pg006be0v5dtyu1wv7", + "meta": { + "id": "clq39yxi4008ash27pdfecwte", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Demon of corpulent choler", + "subType": "Demon", + "rulesText": "Immobile\r\n\r\nTap → Shoot a projectile. If it hits a unit, drag it to this location. Pudge may fight it.", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ghww00iys67p5r1bzi7a" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gi0200j2s67p40jr3t7z", + "slug": "bet_pudge_butcher_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pudge_butcher-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4mh4pg006be0v5dtyu1wv7", + "setCardId": "clot8ghww00iys67p5r1bzi7a", + "setCard": { + "id": "clot8ghww00iys67p5r1bzi7a", + "slug": "bet_pudge_butcher", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mh4pg006be0v5dtyu1wv7", + "meta": { + "id": "clq39yxi4008ash27pdfecwte", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Demon of corpulent choler", + "subType": "Demon", + "rulesText": "Immobile\r\n\r\nTap → Shoot a projectile. If it hits a unit, drag it to this location. Pudge may fight it.", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ghww00iys67p5r1bzi7a" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mhbsj006de0v54mk51yun", + "slug": "alp_pudge_butcher_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pudge_butcher.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4mh4pg006be0v5dtyu1wv7", + "setCardId": "clm4mhah8006ce0v5awpo2wp1", + "setCard": { + "id": "clm4mhah8006ce0v5awpo2wp1", + "slug": "alp_pudge_butcher", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mh4pg006be0v5dtyu1wv7", + "meta": { + "id": "clq39yxaw0089sh27umbyy9az", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Demon of corpulent choler", + "subType": "Demon", + "rulesText": "Immobile\n\nTap → Shoot a projectile. If it hits a unit, drag it to this location. Pudge may fight it.", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mhah8006ce0v5awpo2wp1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mhp4b006fe0v53tvz5fq2", + "slug": "alp_pudge_butcher_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pudge_butcher-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4mh4pg006be0v5dtyu1wv7", + "setCardId": "clm4mhah8006ce0v5awpo2wp1", + "setCard": { + "id": "clm4mhah8006ce0v5awpo2wp1", + "slug": "alp_pudge_butcher", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mh4pg006be0v5dtyu1wv7", + "meta": { + "id": "clq39yxaw0089sh27umbyy9az", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Demon of corpulent choler", + "subType": "Demon", + "rulesText": "Immobile\n\nTap → Shoot a projectile. If it hits a unit, drag it to this location. Pudge may fight it.", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mhah8006ce0v5awpo2wp1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mhjas006ee0v5fbky2u2s", + "slug": "alp_pudge_butcher_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pudge_butcher-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4mh4pg006be0v5dtyu1wv7", + "setCardId": "clm4mhah8006ce0v5awpo2wp1", + "setCard": { + "id": "clm4mhah8006ce0v5awpo2wp1", + "slug": "alp_pudge_butcher", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mh4pg006be0v5dtyu1wv7", + "meta": { + "id": "clq39yxaw0089sh27umbyy9az", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Demon of corpulent choler", + "subType": "Demon", + "rulesText": "Immobile\n\nTap → Shoot a projectile. If it hits a unit, drag it to this location. Pudge may fight it.", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mhah8006ce0v5awpo2wp1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q7mci00zce0v5bhq43uh0", + "slug": "quagmire", + "name": "Quagmire", + "hotscore": 2809, + "guardian": { + "id": "clq3a1n3500sgsh27jrlouakm", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of swamp and slough", + "subType": "", + "rulesText": "Genesis → Until your next turn, units are Immobile while they occupy nearby sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4q7mci00zce0v5bhq43uh0" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8inlo01tys67pyype7auv", + "slug": "bet_quagmire_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/quagmire.png", + "finish": "Standard", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4q7mci00zce0v5bhq43uh0", + "setCardId": "clot8ink201tws67pycykzles", + "setCard": { + "id": "clot8ink201tws67pycykzles", + "slug": "bet_quagmire", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q7mci00zce0v5bhq43uh0", + "meta": { + "id": "clq3a1ncv00sish278ebzrkpf", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of swamp and slough", + "subType": "", + "rulesText": "Genesis → Until your next turn, units are Immobile while they occupy nearby sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ink201tws67pycykzles" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8inna01u0s67p34ivbfzi", + "slug": "bet_quagmire_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/quagmire-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4q7mci00zce0v5bhq43uh0", + "setCardId": "clot8ink201tws67pycykzles", + "setCard": { + "id": "clot8ink201tws67pycykzles", + "slug": "bet_quagmire", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q7mci00zce0v5bhq43uh0", + "meta": { + "id": "clq3a1ncv00sish278ebzrkpf", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of swamp and slough", + "subType": "", + "rulesText": "Genesis → Until your next turn, units are Immobile while they occupy nearby sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ink201tws67pycykzles" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q7u5200zee0v5du6o9aoq", + "slug": "alp_quagmire_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/quagmire.png", + "finish": "Standard", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4q7mci00zce0v5bhq43uh0", + "setCardId": "clm4q7snd00zde0v5ayrpe1bg", + "setCard": { + "id": "clm4q7snd00zde0v5ayrpe1bg", + "slug": "alp_quagmire", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q7mci00zce0v5bhq43uh0", + "meta": { + "id": "clq3a1n5o00shsh27o135jy5s", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of swamp and slough", + "subType": "", + "rulesText": "Genesis → Units occupying nearby sites are Immobile until your next turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q7snd00zde0v5ayrpe1bg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q861u00zge0v55vzc6jxh", + "slug": "alp_quagmire_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/quagmire-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4q7mci00zce0v5bhq43uh0", + "setCardId": "clm4q7snd00zde0v5ayrpe1bg", + "setCard": { + "id": "clm4q7snd00zde0v5ayrpe1bg", + "slug": "alp_quagmire", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q7mci00zce0v5bhq43uh0", + "meta": { + "id": "clq3a1n5o00shsh27o135jy5s", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of swamp and slough", + "subType": "", + "rulesText": "Genesis → Units occupying nearby sites are Immobile until your next turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q7snd00zde0v5ayrpe1bg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q80u700zfe0v50yxlgt4n", + "slug": "alp_quagmire_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/quagmire-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4q7mci00zce0v5bhq43uh0", + "setCardId": "clm4q7snd00zde0v5ayrpe1bg", + "setCard": { + "id": "clm4q7snd00zde0v5ayrpe1bg", + "slug": "alp_quagmire", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q7mci00zce0v5bhq43uh0", + "meta": { + "id": "clq3a1n5o00shsh27o135jy5s", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of swamp and slough", + "subType": "", + "rulesText": "Genesis → Units occupying nearby sites are Immobile until your next turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q7snd00zde0v5ayrpe1bg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mhqg9006ge0v56iw0fva2", + "slug": "queen_of_midland", + "name": "Queen of Midland", + "hotscore": 1897, + "guardian": { + "id": "clq39yxnt008bsh27k6ai8nq9", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal, comely and covetous", + "subType": "Mortal", + "rulesText": "After an opponent draws a card, if they have more cards than you, you may draw a card.", + "cost": 5, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mhqg9006ge0v56iw0fva2" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gi9800j7s67pofo5kubc", + "slug": "bet_queen_of_midland_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/queen_of_midland.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "Only a fool outshines the sun.", + "cardId": "clm4mhqg9006ge0v56iw0fva2", + "setCardId": "clot8gi7q00j5s67p5623b8ah", + "setCard": { + "id": "clot8gi7q00j5s67p5623b8ah", + "slug": "bet_queen_of_midland", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mhqg9006ge0v56iw0fva2", + "meta": { + "id": "clq39yxxc008dsh2754wf9tbb", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal, comely and covetous", + "subType": "Mortal", + "rulesText": "After an opponent draws a card, if they have more cards than you, you may draw a card.", + "cost": 5, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gi7q00j5s67p5623b8ah" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8giap00j9s67p1y8niokl", + "slug": "bet_queen_of_midland_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/queen_of_midland-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "Only a fool outshines the sun.", + "cardId": "clm4mhqg9006ge0v56iw0fva2", + "setCardId": "clot8gi7q00j5s67p5623b8ah", + "setCard": { + "id": "clot8gi7q00j5s67p5623b8ah", + "slug": "bet_queen_of_midland", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mhqg9006ge0v56iw0fva2", + "meta": { + "id": "clq39yxxc008dsh2754wf9tbb", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal, comely and covetous", + "subType": "Mortal", + "rulesText": "After an opponent draws a card, if they have more cards than you, you may draw a card.", + "cost": 5, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gi7q00j5s67p5623b8ah" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mhxam006ie0v5fw6zcl2o", + "slug": "alp_queen_of_midland_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/queen_of_midland.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4mhqg9006ge0v56iw0fva2", + "setCardId": "clm4mhvzd006he0v52u31decu", + "setCard": { + "id": "clm4mhvzd006he0v52u31decu", + "slug": "alp_queen_of_midland", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mhqg9006ge0v56iw0fva2", + "meta": { + "id": "clq39yxq8008csh27ujwa929r", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal, comely and covetous", + "subType": "Mortal", + "rulesText": "After an opponent draws a card, if they have more cards than you, you may draw a card.", + "cost": 5, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mhvzd006he0v52u31decu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mi9or006ke0v58oc9b1o7", + "slug": "alp_queen_of_midland_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/queen_of_midland-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4mhqg9006ge0v56iw0fva2", + "setCardId": "clm4mhvzd006he0v52u31decu", + "setCard": { + "id": "clm4mhvzd006he0v52u31decu", + "slug": "alp_queen_of_midland", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mhqg9006ge0v56iw0fva2", + "meta": { + "id": "clq39yxq8008csh27ujwa929r", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal, comely and covetous", + "subType": "Mortal", + "rulesText": "After an opponent draws a card, if they have more cards than you, you may draw a card.", + "cost": 5, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mhvzd006he0v52u31decu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mi3vm006je0v54g5c6imm", + "slug": "alp_queen_of_midland_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/queen_of_midland-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4mhqg9006ge0v56iw0fva2", + "setCardId": "clm4mhvzd006he0v52u31decu", + "setCard": { + "id": "clm4mhvzd006he0v52u31decu", + "slug": "alp_queen_of_midland", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mhqg9006ge0v56iw0fva2", + "meta": { + "id": "clq39yxq8008csh27ujwa929r", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal, comely and covetous", + "subType": "Mortal", + "rulesText": "After an opponent draws a card, if they have more cards than you, you may draw a card.", + "cost": 5, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mhvzd006he0v52u31decu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n2h6q00aue0v5bdmadyv9", + "slug": "rest_in_peace", + "name": "Rest in Peace", + "hotscore": 196, + "guardian": { + "id": "clq39zck300bfsh27unmtw2cp", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of grave permanence", + "subType": "", + "rulesText": "Whenever a Spirit or Undead minion occupies affected land sites, burrow it.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4n2h6q00aue0v5bdmadyv9" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gu6k00qes67p33jy8fs7", + "slug": "bet_rest_in_peace_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/rest_in_peace.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4n2h6q00aue0v5bdmadyv9", + "setCardId": "clot8gu5100qcs67pelylbbh8", + "setCard": { + "id": "clot8gu5100qcs67pelylbbh8", + "slug": "bet_rest_in_peace", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n2h6q00aue0v5bdmadyv9", + "meta": { + "id": "clq39zcs400bhsh27fzyrd26u", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of grave permanence", + "subType": "", + "rulesText": "Whenever a Spirit or Undead minion occupies affected land sites, burrow it.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gu5100qcs67pelylbbh8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gu8300qgs67p08vl32es", + "slug": "bet_rest_in_peace_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/rest_in_peace-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4n2h6q00aue0v5bdmadyv9", + "setCardId": "clot8gu5100qcs67pelylbbh8", + "setCard": { + "id": "clot8gu5100qcs67pelylbbh8", + "slug": "bet_rest_in_peace", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n2h6q00aue0v5bdmadyv9", + "meta": { + "id": "clq39zcs400bhsh27fzyrd26u", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of grave permanence", + "subType": "", + "rulesText": "Whenever a Spirit or Undead minion occupies affected land sites, burrow it.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gu5100qcs67pelylbbh8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n2o4d00awe0v5d90k776h", + "slug": "alp_rest_in_peace_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rest_in_peace.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4n2h6q00aue0v5bdmadyv9", + "setCardId": "clm4n2msz00ave0v5glbnb2dk", + "setCard": { + "id": "clm4n2msz00ave0v5glbnb2dk", + "slug": "alp_rest_in_peace", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n2h6q00aue0v5bdmadyv9", + "meta": { + "id": "clq39zcmd00bgsh27oqmv96v6", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of grave permanence", + "subType": "", + "rulesText": "Whenever a Spirit or Undead minion occupies affected land sites, burrow it.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4n2msz00ave0v5glbnb2dk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n2uht00axe0v5fqqgcorc", + "slug": "alp_rest_in_peace_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rest_in_peace-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4n2h6q00aue0v5bdmadyv9", + "setCardId": "clm4n2msz00ave0v5glbnb2dk", + "setCard": { + "id": "clm4n2msz00ave0v5glbnb2dk", + "slug": "alp_rest_in_peace", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n2h6q00aue0v5bdmadyv9", + "meta": { + "id": "clq39zcmd00bgsh27oqmv96v6", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of grave permanence", + "subType": "", + "rulesText": "Whenever a Spirit or Undead minion occupies affected land sites, burrow it.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4n2msz00ave0v5glbnb2dk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q876s00zhe0v57nuvdcsp", + "slug": "rift_valley", + "name": "Rift Valley", + "hotscore": 5411, + "guardian": { + "id": "clq3a1nik00sjsh27lt6wok58", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of earth torn asunder", + "subType": "", + "rulesText": "You may pull apart a partial row or column to make a void in which to play this.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4q876s00zhe0v57nuvdcsp" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8inx201u5s67p4fqtxi6z", + "slug": "bet_rift_valley_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/rift_valley.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4q876s00zhe0v57nuvdcsp", + "setCardId": "clot8invf01u3s67p73pzavtj", + "setCard": { + "id": "clot8invf01u3s67p73pzavtj", + "slug": "bet_rift_valley", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q876s00zhe0v57nuvdcsp", + "meta": { + "id": "clq3a1nqv00slsh27g0a8gmd4", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of earth torn asunder", + "subType": "", + "rulesText": "You may pull apart a partial row or column to make a void in which to play this.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8invf01u3s67p73pzavtj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8inyk01u7s67p2h8ung72", + "slug": "bet_rift_valley_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/rift_valley-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4q876s00zhe0v57nuvdcsp", + "setCardId": "clot8invf01u3s67p73pzavtj", + "setCard": { + "id": "clot8invf01u3s67p73pzavtj", + "slug": "bet_rift_valley", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q876s00zhe0v57nuvdcsp", + "meta": { + "id": "clq3a1nqv00slsh27g0a8gmd4", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of earth torn asunder", + "subType": "", + "rulesText": "You may pull apart a partial row or column to make a void in which to play this.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8invf01u3s67p73pzavtj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q8e0u00zje0v54v6ih7zk", + "slug": "alp_rift_valley_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rift_valley.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4q876s00zhe0v57nuvdcsp", + "setCardId": "clm4q8cpf00zie0v5eqwi4sez", + "setCard": { + "id": "clm4q8cpf00zie0v5eqwi4sez", + "slug": "alp_rift_valley", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q876s00zhe0v57nuvdcsp", + "meta": { + "id": "clq3a1nkt00sksh27zzxl0lvj", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of earth torn asunder", + "subType": "", + "rulesText": "You may pull apart a partial row or column to make a void in which to play this.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q8cpf00zie0v5eqwi4sez" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q8l1000zke0v5a6qafx60", + "slug": "alp_rift_valley_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rift_valley-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4q876s00zhe0v57nuvdcsp", + "setCardId": "clm4q8cpf00zie0v5eqwi4sez", + "setCard": { + "id": "clm4q8cpf00zie0v5eqwi4sez", + "slug": "alp_rift_valley", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q876s00zhe0v57nuvdcsp", + "meta": { + "id": "clq3a1nkt00sksh27zzxl0lvj", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of earth torn asunder", + "subType": "", + "rulesText": "You may pull apart a partial row or column to make a void in which to play this.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q8cpf00zie0v5eqwi4sez" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4miat9006le0v55mg0hpie", + "slug": "root_spider", + "name": "Root Spider", + "hotscore": 5440, + "guardian": { + "id": "clq39yy2u008esh27kejd4k9g", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a snare of silk", + "subType": "Beast", + "rulesText": "Burrowing\r\n\r\nWhile Root Spider is burrowed, minions directly above it are disabled.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4miat9006le0v55mg0hpie" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gil600jes67p3xqnoan3", + "slug": "bet_root_spider_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/root_spider.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4miat9006le0v55mg0hpie", + "setCardId": "clot8gijm00jcs67pvu4d20nd", + "setCard": { + "id": "clot8gijm00jcs67pvu4d20nd", + "slug": "bet_root_spider", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4miat9006le0v55mg0hpie", + "meta": { + "id": "clq39yycp008gsh27mzxj78zy", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a snare of silk", + "subType": "Beast", + "rulesText": "Burrowing\r\n\r\nWhile Root Spider is burrowed, minions directly above it are disabled.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gijm00jcs67pvu4d20nd" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gimr00jgs67p45h7l5ma", + "slug": "bet_root_spider_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/root_spider-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4miat9006le0v55mg0hpie", + "setCardId": "clot8gijm00jcs67pvu4d20nd", + "setCard": { + "id": "clot8gijm00jcs67pvu4d20nd", + "slug": "bet_root_spider", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4miat9006le0v55mg0hpie", + "meta": { + "id": "clq39yycp008gsh27mzxj78zy", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a snare of silk", + "subType": "Beast", + "rulesText": "Burrowing\r\n\r\nWhile Root Spider is burrowed, minions directly above it are disabled.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gijm00jcs67pvu4d20nd" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4miija006ne0v53djp37ru", + "slug": "alp_root_spider_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/root_spider.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4miat9006le0v55mg0hpie", + "setCardId": "clm4mih84006me0v5eu4s2d4h", + "setCard": { + "id": "clm4mih84006me0v5eu4s2d4h", + "slug": "alp_root_spider", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4miat9006le0v55mg0hpie", + "meta": { + "id": "clq39yy55008fsh27b8vj0xql", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a snare of silk", + "subType": "Beast", + "rulesText": "Burrowing\n\nWhile Root Spider is burrowed, minions directly above it are disabled.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mih84006me0v5eu4s2d4h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4miq7y006oe0v5bvqy12nc", + "slug": "alp_root_spider_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/root_spider-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4miat9006le0v55mg0hpie", + "setCardId": "clm4mih84006me0v5eu4s2d4h", + "setCard": { + "id": "clm4mih84006me0v5eu4s2d4h", + "slug": "alp_root_spider", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4miat9006le0v55mg0hpie", + "meta": { + "id": "clq39yy55008fsh27b8vj0xql", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a snare of silk", + "subType": "Beast", + "rulesText": "Burrowing\n\nWhile Root Spider is burrowed, minions directly above it are disabled.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mih84006me0v5eu4s2d4h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4miw7n006pe0v578yp92k2", + "slug": "royal_bodyguard", + "name": "Royal Bodyguard", + "hotscore": 2310, + "guardian": { + "id": "clq39yyj6008hsh27gg78op00", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of steadfast loyalty", + "subType": "Mortal", + "rulesText": "If a nearby Avatar or royalty (King, Queen, Prince, or Princess) would take damage, Royal Bodyguard may take that damage instead.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4miw7n006pe0v578yp92k2" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8giwe00jls67pkxgl1pkp", + "slug": "bet_royal_bodyguard_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/royal_bodyguard.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4miw7n006pe0v578yp92k2", + "setCardId": "clot8giuv00jjs67pr61207zy", + "setCard": { + "id": "clot8giuv00jjs67pr61207zy", + "slug": "bet_royal_bodyguard", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4miw7n006pe0v578yp92k2", + "meta": { + "id": "clq39yyre008jsh2783aft7x2", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of steadfast loyalty", + "subType": "Mortal", + "rulesText": "If a nearby Avatar or royalty (King, Queen, Prince, or Princess) would take damage, Royal Bodyguard may take that damage instead.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8giuv00jjs67pr61207zy" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8giy800jns67pkpogfwct", + "slug": "bet_royal_bodyguard_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/royal_bodyguard-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4miw7n006pe0v578yp92k2", + "setCardId": "clot8giuv00jjs67pr61207zy", + "setCard": { + "id": "clot8giuv00jjs67pr61207zy", + "slug": "bet_royal_bodyguard", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4miw7n006pe0v578yp92k2", + "meta": { + "id": "clq39yyre008jsh2783aft7x2", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of steadfast loyalty", + "subType": "Mortal", + "rulesText": "If a nearby Avatar or royalty (King, Queen, Prince, or Princess) would take damage, Royal Bodyguard may take that damage instead.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8giuv00jjs67pr61207zy" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mj302006re0v5cc7950bk", + "slug": "alp_royal_bodyguard_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/royal_bodyguard.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4miw7n006pe0v578yp92k2", + "setCardId": "clm4mj1p3006qe0v5bwntb30e", + "setCard": { + "id": "clm4mj1p3006qe0v5bwntb30e", + "slug": "alp_royal_bodyguard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4miw7n006pe0v578yp92k2", + "meta": { + "id": "clq39yylm008ish27232ty1r6", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of steadfast loyalty", + "subType": "Mortal", + "rulesText": "If a nearby Avatar or royalty (King, Queen, Prince, or Princess) would take damage, Royal Bodyguard may take that damage instead.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mj1p3006qe0v5bwntb30e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mj9up006se0v5g00r5eha", + "slug": "alp_royal_bodyguard_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/royal_bodyguard-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4miw7n006pe0v578yp92k2", + "setCardId": "clm4mj1p3006qe0v5bwntb30e", + "setCard": { + "id": "clm4mj1p3006qe0v5bwntb30e", + "slug": "alp_royal_bodyguard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4miw7n006pe0v578yp92k2", + "meta": { + "id": "clq39yylm008ish27232ty1r6", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of steadfast loyalty", + "subType": "Mortal", + "rulesText": "If a nearby Avatar or royalty (King, Queen, Prince, or Princess) would take damage, Royal Bodyguard may take that damage instead.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mj1p3006qe0v5bwntb30e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q8qtd00zle0v54j8qh3fk", + "slug": "rustic_village", + "name": "Rustic Village", + "hotscore": 4869, + "guardian": { + "id": "clq3a1nwp00smsh27nzele5da", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of fertility", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4q8qtd00zle0v54j8qh3fk" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8io8j01ucs67p37yhrx6f", + "slug": "bet_rustic_village_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/rustic_village.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q8qtd00zle0v54j8qh3fk", + "setCardId": "clot8io7001uas67pkt5s0gic", + "setCard": { + "id": "clot8io7001uas67pkt5s0gic", + "slug": "bet_rustic_village", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q8qtd00zle0v54j8qh3fk", + "meta": { + "id": "clq3a1o6d00sosh278f7qq8xf", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of fertility", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8io7001uas67pkt5s0gic" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ioa401ues67pagdzeo5i", + "slug": "bet_rustic_village_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/rustic_village-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q8qtd00zle0v54j8qh3fk", + "setCardId": "clot8io7001uas67pkt5s0gic", + "setCard": { + "id": "clot8io7001uas67pkt5s0gic", + "slug": "bet_rustic_village", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q8qtd00zle0v54j8qh3fk", + "meta": { + "id": "clq3a1o6d00sosh278f7qq8xf", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of fertility", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8io7001uas67pkt5s0gic" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q8y1200zne0v5b6ir46hs", + "slug": "alp_rustic_village_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rustic_village.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q8qtd00zle0v54j8qh3fk", + "setCardId": "clm4q8wpz00zme0v5a831fue4", + "setCard": { + "id": "clm4q8wpz00zme0v5a831fue4", + "slug": "alp_rustic_village", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q8qtd00zle0v54j8qh3fk", + "meta": { + "id": "clq3a1nz000snsh27mk6y6u5u", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of fertility", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q8wpz00zme0v5a831fue4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q9b9t00zpe0v5bozz5tn9", + "slug": "alp_rustic_village_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rustic_village-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q8qtd00zle0v54j8qh3fk", + "setCardId": "clm4q8wpz00zme0v5a831fue4", + "setCard": { + "id": "clm4q8wpz00zme0v5a831fue4", + "slug": "alp_rustic_village", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q8qtd00zle0v54j8qh3fk", + "meta": { + "id": "clq3a1nz000snsh27mk6y6u5u", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of fertility", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q8wpz00zme0v5a831fue4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q94wy00zoe0v51e8ed4c6", + "slug": "alp_rustic_village_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rustic_village-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q8qtd00zle0v54j8qh3fk", + "setCardId": "clm4q8wpz00zme0v5a831fue4", + "setCard": { + "id": "clm4q8wpz00zme0v5a831fue4", + "slug": "alp_rustic_village", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q8qtd00zle0v54j8qh3fk", + "meta": { + "id": "clq3a1nz000snsh27mk6y6u5u", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of fertility", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q8wpz00zme0v5a831fue4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mjftv006te0v50qehcms7", + "slug": "scent_hounds", + "name": "Scent Hounds", + "hotscore": 883, + "guardian": { + "id": "clq39yyx0008ksh27z3o14lqe", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with extraordinary sniffers", + "subType": "Beast", + "rulesText": "Nearby enemies permanently lose Stealth.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mjftv006te0v50qehcms7" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gj8w00jss67pvnh27qkc", + "slug": "bet_scent_hounds_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/scent_hounds.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "For the upwardly mobile of the Midland Court, accolades in the Royal Hunt of the Mist were as treasured as any war-time achievement.", + "cardId": "clm4mjftv006te0v50qehcms7", + "setCardId": "clot8gj7e00jqs67pbslq8t94", + "setCard": { + "id": "clot8gj7e00jqs67pbslq8t94", + "slug": "bet_scent_hounds", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mjftv006te0v50qehcms7", + "meta": { + "id": "clq39yz6t008msh27mwslgai3", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with extraordinary sniffers", + "subType": "Beast", + "rulesText": "Nearby enemies permanently lose Stealth.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gj7e00jqs67pbslq8t94" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gjad00jus67phsgenab2", + "slug": "bet_scent_hounds_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/scent_hounds-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "For the upwardly mobile of the Midland Court, accolades in the Royal Hunt of the Mist were as treasured as any war-time achievement.", + "cardId": "clm4mjftv006te0v50qehcms7", + "setCardId": "clot8gj7e00jqs67pbslq8t94", + "setCard": { + "id": "clot8gj7e00jqs67pbslq8t94", + "slug": "bet_scent_hounds", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mjftv006te0v50qehcms7", + "meta": { + "id": "clq39yz6t008msh27mwslgai3", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with extraordinary sniffers", + "subType": "Beast", + "rulesText": "Nearby enemies permanently lose Stealth.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gj7e00jqs67pbslq8t94" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mjmy0006ve0v50sqr5a34", + "slug": "alp_scent_hounds_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/scent_hounds.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "For the upwardly mobile of the Midland Court, accolades in the Royal Hunt of the Mist were as treasured as any war-time achievement.", + "cardId": "clm4mjftv006te0v50qehcms7", + "setCardId": "clm4mjlmx006ue0v55qlmcekm", + "setCard": { + "id": "clm4mjlmx006ue0v55qlmcekm", + "slug": "alp_scent_hounds", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mjftv006te0v50qehcms7", + "meta": { + "id": "clq39yyzj008lsh27qh18b3oq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with extraordinary sniffers", + "subType": "Beast", + "rulesText": "Nearby enemies permanently lose Stealth.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mjlmx006ue0v55qlmcekm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mjyu4006xe0v5grj9ftem", + "slug": "alp_scent_hounds_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/scent_hounds-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Andrea Modesti", + "flavorText": "For the upwardly mobile of the Midland Court, accolades in the Royal Hunt of the Mist were as treasured as any war-time achievement.", + "cardId": "clm4mjftv006te0v50qehcms7", + "setCardId": "clm4mjlmx006ue0v55qlmcekm", + "setCard": { + "id": "clm4mjlmx006ue0v55qlmcekm", + "slug": "alp_scent_hounds", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mjftv006te0v50qehcms7", + "meta": { + "id": "clq39yyzj008lsh27qh18b3oq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with extraordinary sniffers", + "subType": "Beast", + "rulesText": "Nearby enemies permanently lose Stealth.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mjlmx006ue0v55qlmcekm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mjtou006we0v5725vdwiu", + "slug": "alp_scent_hounds_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/scent_hounds-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "For the upwardly mobile of the Midland Court, accolades in the Royal Hunt of the Mist were as treasured as any war-time achievement.", + "cardId": "clm4mjftv006te0v50qehcms7", + "setCardId": "clm4mjlmx006ue0v55qlmcekm", + "setCard": { + "id": "clm4mjlmx006ue0v55qlmcekm", + "slug": "alp_scent_hounds", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mjftv006te0v50qehcms7", + "meta": { + "id": "clq39yyzj008lsh27qh18b3oq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with extraordinary sniffers", + "subType": "Beast", + "rulesText": "Nearby enemies permanently lose Stealth.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mjlmx006ue0v55qlmcekm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mjzys006ye0v50ji19v4y", + "slug": "scourge_zombies", + "name": "Scourge Zombies", + "hotscore": 1017, + "guardian": { + "id": "clq39yzce008nsh27a19us0ta", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Undead of recent vintage", + "subType": "Undead", + "rulesText": "Whenever an allied Mortal dies on land, you may summon Scourge Zombies from your cemetery to its location, tapped.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mjzys006ye0v50ji19v4y" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gjjo00jzs67pw98bnmm2", + "slug": "bet_scourge_zombies_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/scourge_zombies.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4mjzys006ye0v50ji19v4y", + "setCardId": "clot8gji500jxs67prq39u5ox", + "setCard": { + "id": "clot8gji500jxs67prq39u5ox", + "slug": "bet_scourge_zombies", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mjzys006ye0v50ji19v4y", + "meta": { + "id": "clq39yzk4008psh27lwozw48u", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Undead of recent vintage", + "subType": "Undead", + "rulesText": "Whenever an allied Mortal dies on land, you may summon Scourge Zombies from your cemetery to its location, tapped.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gji500jxs67prq39u5ox" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gjl700k1s67pk61onp7i", + "slug": "bet_scourge_zombies_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/scourge_zombies-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4mjzys006ye0v50ji19v4y", + "setCardId": "clot8gji500jxs67prq39u5ox", + "setCard": { + "id": "clot8gji500jxs67prq39u5ox", + "slug": "bet_scourge_zombies", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mjzys006ye0v50ji19v4y", + "meta": { + "id": "clq39yzk4008psh27lwozw48u", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Undead of recent vintage", + "subType": "Undead", + "rulesText": "Whenever an allied Mortal dies on land, you may summon Scourge Zombies from your cemetery to its location, tapped.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gji500jxs67prq39u5ox" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mk7000070e0v59lt57vin", + "slug": "alp_scourge_zombies_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/scourge_zombies.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4mjzys006ye0v50ji19v4y", + "setCardId": "clm4mk5ov006ze0v5bywsbzi8", + "setCard": { + "id": "clm4mk5ov006ze0v5bywsbzi8", + "slug": "alp_scourge_zombies", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mjzys006ye0v50ji19v4y", + "meta": { + "id": "clq39yzem008osh27zzd64an4", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Undead of recent vintage", + "subType": "Undead", + "rulesText": "Whenever an allied Mortal dies on land, you may summon Scourge Zombies from your cemetery to its location, tapped.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mk5ov006ze0v5bywsbzi8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mkecd0071e0v5dldqb7wm", + "slug": "alp_scourge_zombies_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/scourge_zombies-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4mjzys006ye0v50ji19v4y", + "setCardId": "clm4mk5ov006ze0v5bywsbzi8", + "setCard": { + "id": "clm4mk5ov006ze0v5bywsbzi8", + "slug": "alp_scourge_zombies", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mjzys006ye0v50ji19v4y", + "meta": { + "id": "clq39yzem008osh27zzd64an4", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Undead of recent vintage", + "subType": "Undead", + "rulesText": "Whenever an allied Mortal dies on land, you may summon Scourge Zombies from your cemetery to its location, tapped.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mk5ov006ze0v5bywsbzi8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q9cec00zqe0v51rrh8x9g", + "slug": "secret_tunnel", + "name": "Secret Tunnel", + "hotscore": 1008, + "guardian": { + "id": "clq3a1oce00spsh27cpbga9fd", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of subterranean passage", + "subType": "", + "rulesText": "Burrowed allies can move as if this were adjacent to your other sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4q9cec00zqe0v51rrh8x9g" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8iok901ujs67pyklf5bz2", + "slug": "bet_secret_tunnel_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/secret_tunnel.png", + "finish": "Standard", + "product": "Booster", + "artist": "Doug Kovacs", + "flavorText": "", + "cardId": "clm4q9cec00zqe0v51rrh8x9g", + "setCardId": "clot8ioin01uhs67pscdcid56", + "setCard": { + "id": "clot8ioin01uhs67pscdcid56", + "slug": "bet_secret_tunnel", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q9cec00zqe0v51rrh8x9g", + "meta": { + "id": "clq3a1okj00srsh27oqew9idf", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of subterranean passage", + "subType": "", + "rulesText": "Burrowed allies can move as if this were adjacent to your other sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ioin01uhs67pscdcid56" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iolr01uls67pl0drn4em", + "slug": "bet_secret_tunnel_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/secret_tunnel-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Doug Kovacs", + "flavorText": "", + "cardId": "clm4q9cec00zqe0v51rrh8x9g", + "setCardId": "clot8ioin01uhs67pscdcid56", + "setCard": { + "id": "clot8ioin01uhs67pscdcid56", + "slug": "bet_secret_tunnel", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q9cec00zqe0v51rrh8x9g", + "meta": { + "id": "clq3a1okj00srsh27oqew9idf", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of subterranean passage", + "subType": "", + "rulesText": "Burrowed allies can move as if this were adjacent to your other sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ioin01uhs67pscdcid56" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q9ji900zse0v5245y1tom", + "slug": "alp_secret_tunnel_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/secret_tunnel.png", + "finish": "Standard", + "product": "Booster", + "artist": "Doug Kovacs", + "flavorText": "", + "cardId": "clm4q9cec00zqe0v51rrh8x9g", + "setCardId": "clm4q9i7100zre0v513cecpjc", + "setCard": { + "id": "clm4q9i7100zre0v513cecpjc", + "slug": "alp_secret_tunnel", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q9cec00zqe0v51rrh8x9g", + "meta": { + "id": "clq3a1oen00sqsh27q8ljqgph", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of subterranean passage", + "subType": "", + "rulesText": "Burrowed allies can move as if this were adjacent to your other sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q9i7100zre0v513cecpjc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q9pvf00zte0v5g3g518gb", + "slug": "alp_secret_tunnel_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/secret_tunnel-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Doug Kovacs", + "flavorText": "", + "cardId": "clm4q9cec00zqe0v51rrh8x9g", + "setCardId": "clm4q9i7100zre0v513cecpjc", + "setCard": { + "id": "clm4q9i7100zre0v513cecpjc", + "slug": "alp_secret_tunnel", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q9cec00zqe0v51rrh8x9g", + "meta": { + "id": "clq3a1oen00sqsh27q8ljqgph", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of subterranean passage", + "subType": "", + "rulesText": "Burrowed allies can move as if this were adjacent to your other sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q9i7100zre0v513cecpjc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mkjkh0072e0v555fn2zfx", + "slug": "shield_maidens", + "name": "Shield Maidens", + "hotscore": 1726, + "guardian": { + "id": "clq39yzpp008qsh27a9yry50h", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals hold the line", + "subType": "Mortal", + "rulesText": "Nearby allies take 1 less damage.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mkjkh0072e0v555fn2zfx" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gjul00k6s67p0ucst3rs", + "slug": "bet_shield_maidens_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/shield_maidens.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "My word is my bond, my shield is my service.", + "cardId": "clm4mkjkh0072e0v555fn2zfx", + "setCardId": "clot8gjt000k4s67psnrwjmaf", + "setCard": { + "id": "clot8gjt000k4s67psnrwjmaf", + "slug": "bet_shield_maidens", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mkjkh0072e0v555fn2zfx", + "meta": { + "id": "clq39yzxi008ssh27xskosruo", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals hold the line", + "subType": "Mortal", + "rulesText": "Nearby allies take 1 less damage.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gjt000k4s67psnrwjmaf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gjw600k8s67paa1ghev1", + "slug": "bet_shield_maidens_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/shield_maidens-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "My word is my bond, my shield is my service.", + "cardId": "clm4mkjkh0072e0v555fn2zfx", + "setCardId": "clot8gjt000k4s67psnrwjmaf", + "setCard": { + "id": "clot8gjt000k4s67psnrwjmaf", + "slug": "bet_shield_maidens", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mkjkh0072e0v555fn2zfx", + "meta": { + "id": "clq39yzxi008ssh27xskosruo", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals hold the line", + "subType": "Mortal", + "rulesText": "Nearby allies take 1 less damage.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gjt000k4s67psnrwjmaf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mkqbx0074e0v583x85n9z", + "slug": "alp_shield_maidens_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/shield_maidens.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "My word is my bond, my shield is my service.", + "cardId": "clm4mkjkh0072e0v555fn2zfx", + "setCardId": "clm4mkp0p0073e0v53asmc82h", + "setCard": { + "id": "clm4mkp0p0073e0v53asmc82h", + "slug": "alp_shield_maidens", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mkjkh0072e0v555fn2zfx", + "meta": { + "id": "clq39yzry008rsh272jaxxs58", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals hold the line", + "subType": "Mortal", + "rulesText": "Nearby allies take 1 less damage.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mkp0p0073e0v53asmc82h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mkxmg0075e0v5e187e0ce", + "slug": "alp_shield_maidens_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/shield_maidens-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "My word is my bond, my shield is my service.", + "cardId": "clm4mkjkh0072e0v555fn2zfx", + "setCardId": "clm4mkp0p0073e0v53asmc82h", + "setCard": { + "id": "clm4mkp0p0073e0v53asmc82h", + "slug": "alp_shield_maidens", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mkjkh0072e0v555fn2zfx", + "meta": { + "id": "clq39yzry008rsh272jaxxs58", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals hold the line", + "subType": "Mortal", + "rulesText": "Nearby allies take 1 less damage.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mkp0p0073e0v53asmc82h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mzr6r00a9e0v5hj4earmb", + "slug": "shield_wall", + "name": "Shield Wall", + "hotscore": 465, + "guardian": { + "id": "clq39zakb00b0sh27i2wi832b", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of unfaltering formation", + "subType": "", + "rulesText": "Until your next turn, each ally takes 1 less damage for each other ally it's nearby.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mzr6r00a9e0v5hj4earmb" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gskd00pfs67pmw5yv0cd", + "slug": "bet_shield_wall_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/shield_wall.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4mzr6r00a9e0v5hj4earmb", + "setCardId": "clot8gsik00pds67pqz7uvzp9", + "setCard": { + "id": "clot8gsik00pds67pqz7uvzp9", + "slug": "bet_shield_wall", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mzr6r00a9e0v5hj4earmb", + "meta": { + "id": "clq39zask00b2sh27zdn7lwg9", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of unfaltering formation", + "subType": "", + "rulesText": "Until your next turn, each ally takes 1 less damage for each other ally it's nearby.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gsik00pds67pqz7uvzp9" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gsm700phs67p1ekftncv", + "slug": "bet_shield_wall_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/shield_wall-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4mzr6r00a9e0v5hj4earmb", + "setCardId": "clot8gsik00pds67pqz7uvzp9", + "setCard": { + "id": "clot8gsik00pds67pqz7uvzp9", + "slug": "bet_shield_wall", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mzr6r00a9e0v5hj4earmb", + "meta": { + "id": "clq39zask00b2sh27zdn7lwg9", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of unfaltering formation", + "subType": "", + "rulesText": "Until your next turn, each ally takes 1 less damage for each other ally it's nearby.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gsik00pds67pqz7uvzp9" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mzy6600abe0v5epmx7ja8", + "slug": "alp_shield_wall_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/shield_wall.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4mzr6r00a9e0v5hj4earmb", + "setCardId": "clm4mzwum00aae0v510no2hjf", + "setCard": { + "id": "clm4mzwum00aae0v510no2hjf", + "slug": "alp_shield_wall", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mzr6r00a9e0v5hj4earmb", + "meta": { + "id": "clq39zamn00b1sh27ht4l0yw3", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of unfaltering formation", + "subType": "", + "rulesText": "Until your next turn, each ally takes 1 less damage for each other ally it's nearby.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mzwum00aae0v510no2hjf" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n04rz00ace0v5cta2h1pt", + "slug": "alp_shield_wall_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/shield_wall-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4mzr6r00a9e0v5hj4earmb", + "setCardId": "clm4mzwum00aae0v510no2hjf", + "setCard": { + "id": "clm4mzwum00aae0v510no2hjf", + "slug": "alp_shield_wall", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mzr6r00a9e0v5hj4earmb", + "meta": { + "id": "clq39zamn00b1sh27ht4l0yw3", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of unfaltering formation", + "subType": "", + "rulesText": "Until your next turn, each ally takes 1 less damage for each other ally it's nearby.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mzwum00aae0v510no2hjf" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ml3f30076e0v5eltwh9g5", + "slug": "silver_valkyries", + "name": "Silver Valkyries", + "hotscore": 432, + "guardian": { + "id": "clq39z030008tsh27t9egzdh6", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Angels hold constant vigil", + "subType": "Angel", + "rulesText": "Airborne\r\n\r\nAt the end of your turn, untap all allies here.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ml3f30076e0v5eltwh9g5" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gk6800kds67pti1phld5", + "slug": "bet_silver_valkyries_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/silver_valkyries.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4ml3f30076e0v5eltwh9g5", + "setCardId": "clot8gk4n00kbs67pjfhcf6rg", + "setCard": { + "id": "clot8gk4n00kbs67pjfhcf6rg", + "slug": "bet_silver_valkyries", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ml3f30076e0v5eltwh9g5", + "meta": { + "id": "clq39z0b1008vsh27io9iru25", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Angels hold constant vigil", + "subType": "Angel", + "rulesText": "Airborne\r\n\r\nAt the end of your turn, untap all allies here.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gk4n00kbs67pjfhcf6rg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gk7r00kfs67ps4afko38", + "slug": "bet_silver_valkyries_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/silver_valkyries-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4ml3f30076e0v5eltwh9g5", + "setCardId": "clot8gk4n00kbs67pjfhcf6rg", + "setCard": { + "id": "clot8gk4n00kbs67pjfhcf6rg", + "slug": "bet_silver_valkyries", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ml3f30076e0v5eltwh9g5", + "meta": { + "id": "clq39z0b1008vsh27io9iru25", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Angels hold constant vigil", + "subType": "Angel", + "rulesText": "Airborne\r\n\r\nAt the end of your turn, untap all allies here.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gk4n00kbs67pjfhcf6rg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mlaq60078e0v59c83ai1d", + "slug": "alp_silver_valkyries_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/silver_valkyries.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4ml3f30076e0v5eltwh9g5", + "setCardId": "clm4ml9f60077e0v5b57t8x78", + "setCard": { + "id": "clm4ml9f60077e0v5b57t8x78", + "slug": "alp_silver_valkyries", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ml3f30076e0v5eltwh9g5", + "meta": { + "id": "clq39z05e008ush27qy42yqpw", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Angels hold constant vigil", + "subType": "Angel", + "rulesText": "Airborne\n\nAt the end of your turn, untap all allies here.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ml9f60077e0v5b57t8x78" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mlhni0079e0v598fw0e08", + "slug": "alp_silver_valkyries_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/silver_valkyries-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4ml3f30076e0v5eltwh9g5", + "setCardId": "clm4ml9f60077e0v5b57t8x78", + "setCard": { + "id": "clm4ml9f60077e0v5b57t8x78", + "slug": "alp_silver_valkyries", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ml3f30076e0v5eltwh9g5", + "meta": { + "id": "clq39z05e008ush27qy42yqpw", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Angels hold constant vigil", + "subType": "Angel", + "rulesText": "Airborne\n\nAt the end of your turn, untap all allies here.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ml9f60077e0v5b57t8x78" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q9vmx00zue0v53wozezmh", + "slug": "simple_village", + "name": "Simple Village", + "hotscore": 4499, + "guardian": { + "id": "clq3a1oq400sssh27fu81e2uh", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of fecundity", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4q9vmx00zue0v53wozezmh" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8iovn01uqs67p6xfyvdcq", + "slug": "bet_simple_village_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/simple_village.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q9vmx00zue0v53wozezmh", + "setCardId": "clot8iou701uos67plxd6e7kd", + "setCard": { + "id": "clot8iou701uos67plxd6e7kd", + "slug": "bet_simple_village", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q9vmx00zue0v53wozezmh", + "meta": { + "id": "clq3a1p0300sush27jnr125n1", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of fecundity", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iou701uos67plxd6e7kd" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iox601uss67pr1oezih5", + "slug": "bet_simple_village_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/simple_village-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q9vmx00zue0v53wozezmh", + "setCardId": "clot8iou701uos67plxd6e7kd", + "setCard": { + "id": "clot8iou701uos67plxd6e7kd", + "slug": "bet_simple_village", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q9vmx00zue0v53wozezmh", + "meta": { + "id": "clq3a1p0300sush27jnr125n1", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of fecundity", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iou701uos67plxd6e7kd" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qa2w700zwe0v5aq8ne55w", + "slug": "alp_simple_village_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/simple_village.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q9vmx00zue0v53wozezmh", + "setCardId": "clm4qa1kl00zve0v527c896ar", + "setCard": { + "id": "clm4qa1kl00zve0v527c896ar", + "slug": "alp_simple_village", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q9vmx00zue0v53wozezmh", + "meta": { + "id": "clq3a1osf00stsh27p72ra165", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of fecundity", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qa1kl00zve0v527c896ar" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qafgt00zye0v5cvy365rb", + "slug": "alp_simple_village_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/simple_village-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q9vmx00zue0v53wozezmh", + "setCardId": "clm4qa1kl00zve0v527c896ar", + "setCard": { + "id": "clm4qa1kl00zve0v527c896ar", + "slug": "alp_simple_village", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q9vmx00zue0v53wozezmh", + "meta": { + "id": "clq3a1osf00stsh27p72ra165", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of fecundity", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qa1kl00zve0v527c896ar" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qa9ha00zxe0v5cne9g7bl", + "slug": "alp_simple_village_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/simple_village-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q9vmx00zue0v53wozezmh", + "setCardId": "clm4qa1kl00zve0v527c896ar", + "setCard": { + "id": "clm4qa1kl00zve0v527c896ar", + "slug": "alp_simple_village", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q9vmx00zue0v53wozezmh", + "meta": { + "id": "clq3a1osf00stsh27p72ra165", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of fecundity", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qa1kl00zve0v527c896ar" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mlnn5007ae0v5a7zqe0d7", + "slug": "sirian_templar", + "name": "Sirian Templar", + "hotscore": 420, + "guardian": { + "id": "clq39z0gu008wsh27icd0rcco", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal dispenses almighty justice", + "subType": "Mortal", + "rulesText": "Takes no damage from Demon, Spirit, or Undead minions.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mlnn5007ae0v5a7zqe0d7" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gkhq00kks67pgqsnrh7d", + "slug": "bet_sirian_templar_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sirian_templar.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "Struck down, the templar rose again, guided by his holy purpose—and the dawn rose with him.", + "cardId": "clm4mlnn5007ae0v5a7zqe0d7", + "setCardId": "clot8gkg000kis67pyzuywsfw", + "setCard": { + "id": "clot8gkg000kis67pyzuywsfw", + "slug": "bet_sirian_templar", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mlnn5007ae0v5a7zqe0d7", + "meta": { + "id": "clq39z0t6008zsh27y4wrgzx1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal dispenses almighty justice", + "subType": "Mortal", + "rulesText": "Takes no damage from Demon, Spirit, or Undead minions.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gkg000kis67pyzuywsfw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gkjd00kms67p6e6o6tm9", + "slug": "bet_sirian_templar_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sirian_templar-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "Struck down, the templar rose again, guided by his holy purpose—and the dawn rose with him.", + "cardId": "clm4mlnn5007ae0v5a7zqe0d7", + "setCardId": "clot8gkg000kis67pyzuywsfw", + "setCard": { + "id": "clot8gkg000kis67pyzuywsfw", + "slug": "bet_sirian_templar", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mlnn5007ae0v5a7zqe0d7", + "meta": { + "id": "clq39z0t6008zsh27y4wrgzx1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal dispenses almighty justice", + "subType": "Mortal", + "rulesText": "Takes no damage from Demon, Spirit, or Undead minions.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gkg000kis67pyzuywsfw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mlue5007ce0v5hkry8gpf", + "slug": "alp_sirian_templar_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sirian_templar.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "Struck down, the templar rose again, guided by his holy purpose—and the dawn rose with him.", + "cardId": "clm4mlnn5007ae0v5a7zqe0d7", + "setCardId": "clm4mlt2n007be0v556d3am3x", + "setCard": { + "id": "clm4mlt2n007be0v556d3am3x", + "slug": "alp_sirian_templar", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mlnn5007ae0v5a7zqe0d7", + "meta": { + "id": "clq39z0j5008xsh27cud6fcav", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal dispenses almighty justice", + "subType": "Mortal", + "rulesText": "Takes no damage from Demon, Spirit, or Undead minions.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mlt2n007be0v556d3am3x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mm156007de0v58j09aewm", + "slug": "alp_sirian_templar_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sirian_templar-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "Struck down, the templar rose again, guided by his holy purpose—and the dawn rose with him.", + "cardId": "clm4mlnn5007ae0v5a7zqe0d7", + "setCardId": "clm4mlt2n007be0v556d3am3x", + "setCard": { + "id": "clm4mlt2n007be0v556d3am3x", + "slug": "alp_sirian_templar", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mlnn5007ae0v5a7zqe0d7", + "meta": { + "id": "clq39z0j5008xsh27cud6fcav", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal dispenses almighty justice", + "subType": "Mortal", + "rulesText": "Takes no damage from Demon, Spirit, or Undead minions.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mlt2n007be0v556d3am3x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4rigyb000f42v5gl598kxs", + "slug": "pro_sirian_templar_bt_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/pro/sirian_templar-bt.png", + "finish": "Standard", + "product": "Box_Topper", + "artist": "Gadu Duaso", + "flavorText": "Yea, though I wal through the valley of the shadow of death, I will fear no evil. — Psalms 23:4", + "cardId": "clm4mlnn5007ae0v5a7zqe0d7", + "setCardId": "clm4rifmv000e42v5ggy7egln", + "setCard": { + "id": "clm4rifmv000e42v5ggy7egln", + "slug": "pro_sirian_templar", + "setId": "clm4rgehb000042v5a04vfg6s", + "cardId": "clm4mlnn5007ae0v5a7zqe0d7", + "meta": { + "id": "clq39z0p9008ysh278gscjjs3", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal, bane of all evil", + "subType": "Mortal", + "rulesText": "Takes no damage from Demon, Spirit, or Undead minions.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4rifmv000e42v5ggy7egln" + }, + "set": { + "id": "clm4rgehb000042v5a04vfg6s", + "name": "Promotional", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mm66z007ee0v5dkdxdnyq", + "slug": "sisters_of_silence", + "name": "Sisters of Silence", + "hotscore": 603, + "guardian": { + "id": "clq39z0yn0090sh27j93mxcpo", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals not to be disturbed", + "subType": "Mortal", + "rulesText": "Other nearby minions lose all non-basic abilities.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mm66z007ee0v5dkdxdnyq" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gkt600krs67p27hnlwmr", + "slug": "bet_sisters_of_silence_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sisters_of_silence.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "“Since long I’ve held silence as a remedy for harm.” — Aeschylus", + "cardId": "clm4mm66z007ee0v5dkdxdnyq", + "setCardId": "clot8gkri00kps67pg7id9t1g", + "setCard": { + "id": "clot8gkri00kps67pg7id9t1g", + "slug": "bet_sisters_of_silence", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mm66z007ee0v5dkdxdnyq", + "meta": { + "id": "clq39z16i0092sh27p6g3tzca", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals not to be disturbed", + "subType": "Mortal", + "rulesText": "Other nearby minions lose all non-basic abilities.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gkri00kps67pg7id9t1g" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gkur00kts67p8kznj3hx", + "slug": "bet_sisters_of_silence_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sisters_of_silence-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "“Since long I’ve held silence as a remedy for harm.” — Aeschylus", + "cardId": "clm4mm66z007ee0v5dkdxdnyq", + "setCardId": "clot8gkri00kps67pg7id9t1g", + "setCard": { + "id": "clot8gkri00kps67pg7id9t1g", + "slug": "bet_sisters_of_silence", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mm66z007ee0v5dkdxdnyq", + "meta": { + "id": "clq39z16i0092sh27p6g3tzca", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals not to be disturbed", + "subType": "Mortal", + "rulesText": "Other nearby minions lose all non-basic abilities.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gkri00kps67pg7id9t1g" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mmcxx007ge0v51sg1gl33", + "slug": "alp_sisters_of_silence_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sisters_of_silence.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "“Since long I’ve held silence as a remedy for harm.” — Aeschylus", + "cardId": "clm4mm66z007ee0v5dkdxdnyq", + "setCardId": "clm4mmbml007fe0v56phq82wd", + "setCard": { + "id": "clm4mmbml007fe0v56phq82wd", + "slug": "alp_sisters_of_silence", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mm66z007ee0v5dkdxdnyq", + "meta": { + "id": "clq39z10z0091sh27w12tgyma", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals not to be disturbed", + "subType": "Mortal", + "rulesText": "Other nearby minions lose all non-basic abilities.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mmbml007fe0v56phq82wd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mmjov007he0v58qwv680o", + "slug": "alp_sisters_of_silence_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sisters_of_silence-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "“Since long I’ve held silence as a remedy for harm.” — Aeschylus", + "cardId": "clm4mm66z007ee0v5dkdxdnyq", + "setCardId": "clm4mmbml007fe0v56phq82wd", + "setCard": { + "id": "clm4mmbml007fe0v56phq82wd", + "slug": "alp_sisters_of_silence", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mm66z007ee0v5dkdxdnyq", + "meta": { + "id": "clq39z10z0091sh27w12tgyma", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals not to be disturbed", + "subType": "Mortal", + "rulesText": "Other nearby minions lose all non-basic abilities.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mmbml007fe0v56phq82wd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mmpis007ie0v56emmd4d8", + "slug": "slumbering_giantess", + "name": "Slumbering Giantess", + "hotscore": 2094, + "guardian": { + "id": "clq39z1c20093sh27jpqyfp5t", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Giant dozes peacefully", + "subType": "Giant", + "rulesText": "Genesis → Fall asleep. Slumbering Giantess is disabled until hurt.", + "cost": 3, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mmpis007ie0v56emmd4d8" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gl5o00kys67pdx5htj0g", + "slug": "bet_slumbering_giantess_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/slumbering_giantess.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4mmpis007ie0v56emmd4d8", + "setCardId": "clot8gl4300kws67pub9njum8", + "setCard": { + "id": "clot8gl4300kws67pub9njum8", + "slug": "bet_slumbering_giantess", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mmpis007ie0v56emmd4d8", + "meta": { + "id": "clq39z1k80095sh27vjv3k0lp", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Giant dozes peacefully", + "subType": "Giant", + "rulesText": "Genesis → Fall asleep. Slumbering Giantess is disabled until hurt.", + "cost": 3, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gl4300kws67pub9njum8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gl7c00l0s67pw60u1kmt", + "slug": "bet_slumbering_giantess_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/slumbering_giantess-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4mmpis007ie0v56emmd4d8", + "setCardId": "clot8gl4300kws67pub9njum8", + "setCard": { + "id": "clot8gl4300kws67pub9njum8", + "slug": "bet_slumbering_giantess", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mmpis007ie0v56emmd4d8", + "meta": { + "id": "clq39z1k80095sh27vjv3k0lp", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Giant dozes peacefully", + "subType": "Giant", + "rulesText": "Genesis → Fall asleep. Slumbering Giantess is disabled until hurt.", + "cost": 3, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gl4300kws67pub9njum8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mmx7l007ke0v50ewa28jx", + "slug": "alp_slumbering_giantess_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/slumbering_giantess.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4mmpis007ie0v56emmd4d8", + "setCardId": "clm4mmvpq007je0v578u20k1p", + "setCard": { + "id": "clm4mmvpq007je0v578u20k1p", + "slug": "alp_slumbering_giantess", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mmpis007ie0v56emmd4d8", + "meta": { + "id": "clq39z1ee0094sh27whtoqf27", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Giant dozes peacefully", + "subType": "Giant", + "rulesText": "Genesis → Fall asleep. Slumbering Giantess is disabled until hurt.", + "cost": 3, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mmvpq007je0v578u20k1p" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mn3ut007le0v518qu7n96", + "slug": "alp_slumbering_giantess_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/slumbering_giantess-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4mmpis007ie0v56emmd4d8", + "setCardId": "clm4mmvpq007je0v578u20k1p", + "setCard": { + "id": "clm4mmvpq007je0v578u20k1p", + "slug": "alp_slumbering_giantess", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mmpis007ie0v56emmd4d8", + "meta": { + "id": "clq39z1ee0094sh27whtoqf27", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Giant dozes peacefully", + "subType": "Giant", + "rulesText": "Genesis → Fall asleep. Slumbering Giantess is disabled until hurt.", + "cost": 3, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mmvpq007je0v578u20k1p" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mn9ua007me0v5agv4506b", + "slug": "squirming_mass", + "name": "Squirming Mass", + "hotscore": 785, + "guardian": { + "id": "clq39z1pt0096sh2712y98lhf", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Beasts wriggle and writhe", + "subType": "Beast", + "rulesText": "Whenever a nearby minion dies, Squirming Mass permanently gains its power.", + "cost": 3, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mn9ua007me0v5agv4506b" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8glhr00l5s67pjs59nc09", + "slug": "bet_squirming_mass_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/squirming_mass.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4mn9ua007me0v5agv4506b", + "setCardId": "clot8glg600l3s67pzo0z2l7u", + "setCard": { + "id": "clot8glg600l3s67pzo0z2l7u", + "slug": "bet_squirming_mass", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mn9ua007me0v5agv4506b", + "meta": { + "id": "clq39z1xo0098sh273u9acfu9", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Beasts wriggle and writhe", + "subType": "Beast", + "rulesText": "Whenever a nearby minion dies, Squirming Mass permanently gains its power.", + "cost": 3, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8glg600l3s67pzo0z2l7u" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gljf00l7s67p5hbueei0", + "slug": "bet_squirming_mass_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/squirming_mass-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4mn9ua007me0v5agv4506b", + "setCardId": "clot8glg600l3s67pzo0z2l7u", + "setCard": { + "id": "clot8glg600l3s67pzo0z2l7u", + "slug": "bet_squirming_mass", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mn9ua007me0v5agv4506b", + "meta": { + "id": "clq39z1xo0098sh273u9acfu9", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Beasts wriggle and writhe", + "subType": "Beast", + "rulesText": "Whenever a nearby minion dies, Squirming Mass permanently gains its power.", + "cost": 3, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8glg600l3s67pzo0z2l7u" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mngll007oe0v5631l3uxb", + "slug": "alp_squirming_mass_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/squirming_mass.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4mn9ua007me0v5agv4506b", + "setCardId": "clm4mnfag007ne0v54h0e4p4p", + "setCard": { + "id": "clm4mnfag007ne0v54h0e4p4p", + "slug": "alp_squirming_mass", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mn9ua007me0v5agv4506b", + "meta": { + "id": "clq39z1s30097sh2780e23i4o", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Beasts wriggle and writhe", + "subType": "Beast", + "rulesText": "Whenever a nearby minion dies, Squirming Mass permanently gains its power.", + "cost": 3, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mnfag007ne0v54h0e4p4p" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mnnz9007pe0v54vdf0wqf", + "slug": "alp_squirming_mass_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/squirming_mass-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4mn9ua007me0v5agv4506b", + "setCardId": "clm4mnfag007ne0v54h0e4p4p", + "setCard": { + "id": "clm4mnfag007ne0v54h0e4p4p", + "slug": "alp_squirming_mass", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mn9ua007me0v5agv4506b", + "meta": { + "id": "clq39z1s30097sh2780e23i4o", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Beasts wriggle and writhe", + "subType": "Beast", + "rulesText": "Whenever a nearby minion dies, Squirming Mass permanently gains its power.", + "cost": 3, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mnfag007ne0v54h0e4p4p" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n0a0o00ade0v5bgfjctc9", + "slug": "star_seeds_of_uhr", + "name": "Star-seeds of Uhr", + "hotscore": 533, + "guardian": { + "id": "clq39zayd00b3sh27rn7ml1z3", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic mourns a long lost past", + "subType": "", + "rulesText": "Fill up to thirteen voids with Rubble.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4n0a0o00ade0v5bgfjctc9" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gsvv00pms67p9rgumn6i", + "slug": "bet_star_seeds_of_uhr_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/star_seeds_of_uhr.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "For each layer of ruin excavated, another calamity of yore was revealed.", + "cardId": "clm4n0a0o00ade0v5bgfjctc9", + "setCardId": "clot8gsud00pks67pkvpbzzva", + "setCard": { + "id": "clot8gsud00pks67pkvpbzzva", + "slug": "bet_star_seeds_of_uhr", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n0a0o00ade0v5bgfjctc9", + "meta": { + "id": "clq39zb6p00b5sh27m0h7x3ut", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic mourns a long lost past", + "subType": "", + "rulesText": "Fill up to thirteen voids with Rubble.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gsud00pks67pkvpbzzva" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gsy700pos67psu3s3n29", + "slug": "bet_star_seeds_of_uhr_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/star_seeds_of_uhr-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "For each layer of ruin excavated, another calamity of yore was revealed.", + "cardId": "clm4n0a0o00ade0v5bgfjctc9", + "setCardId": "clot8gsud00pks67pkvpbzzva", + "setCard": { + "id": "clot8gsud00pks67pkvpbzzva", + "slug": "bet_star_seeds_of_uhr", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n0a0o00ade0v5bgfjctc9", + "meta": { + "id": "clq39zb6p00b5sh27m0h7x3ut", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic mourns a long lost past", + "subType": "", + "rulesText": "Fill up to thirteen voids with Rubble.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gsud00pks67pkvpbzzva" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n0gs900afe0v5drq29xkh", + "slug": "alp_star_seeds_of_uhr_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/star_seeds_of_uhr.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "For each layer of ruin excavated, another calamity of yore was revealed.", + "cardId": "clm4n0a0o00ade0v5bgfjctc9", + "setCardId": "clm4n0fh400aee0v52ececl49", + "setCard": { + "id": "clm4n0fh400aee0v52ececl49", + "slug": "alp_star_seeds_of_uhr", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n0a0o00ade0v5bgfjctc9", + "meta": { + "id": "clq39zb0q00b4sh27p0p42bzg", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic mourns a long lost past", + "subType": "", + "rulesText": "Fill up to thirteen voids with Rubble.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4n0fh400aee0v52ececl49" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n0nj500age0v537cq2fmv", + "slug": "alp_star_seeds_of_uhr_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/star_seeds_of_uhr-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "For each layer of ruin excavated, another calamity of yore was revealed.", + "cardId": "clm4n0a0o00ade0v5bgfjctc9", + "setCardId": "clm4n0fh400aee0v52ececl49", + "setCard": { + "id": "clm4n0fh400aee0v52ececl49", + "slug": "alp_star_seeds_of_uhr", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n0a0o00ade0v5bgfjctc9", + "meta": { + "id": "clq39zb0q00b4sh27p0p42bzg", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic mourns a long lost past", + "subType": "", + "rulesText": "Fill up to thirteen voids with Rubble.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4n0fh400aee0v52ececl49" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qo28w0132e0v51f85dz2a", + "slug": "steppe", + "name": "Steppe", + "hotscore": 5868, + "guardian": { + "id": "clq3a1zbt00uvsh27mjqqhi0z", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Fire", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4qo28w0132e0v51f85dz2a" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + }, + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8ix0q01zls67p3ys0i5tv", + "slug": "bet_steppe_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/steppe.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "There's beauty in the simplicity of empty horizons.", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "setCardId": "clot8iwza01zjs67p042z60l3", + "setCard": { + "id": "clot8iwza01zjs67p042z60l3", + "slug": "bet_steppe", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "meta": { + "id": "clq3a1zk100uxsh27xmnji0d4", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Fire", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8iwza01zjs67p042z60l3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ix2701zns67ph1vax3db", + "slug": "bet_steppe_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/steppe-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "There's beauty in the simplicity of empty horizons.", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "setCardId": "clot8iwza01zjs67p042z60l3", + "setCard": { + "id": "clot8iwza01zjs67p042z60l3", + "slug": "bet_steppe", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "meta": { + "id": "clq3a1zk100uxsh27xmnji0d4", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Fire", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8iwza01zjs67p042z60l3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qo9g50134e0v5fit47oty", + "slug": "alp_steppe_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/steppe.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "There's beauty in the simplicity of empty horizons.", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "setCardId": "clm4qo84x0133e0v5gz5jgmqw", + "setCard": { + "id": "clm4qo84x0133e0v5gz5jgmqw", + "slug": "alp_steppe", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "meta": { + "id": "clq3a1ze500uwsh27gkq14slf", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Fire", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qo84x0133e0v5gz5jgmqw" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qogvt0135e0v5an4zfxrj", + "slug": "alp_steppe_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/steppe-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "There's beauty in the simplicity of empty horizons.", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "setCardId": "clm4qo84x0133e0v5gz5jgmqw", + "setCard": { + "id": "clm4qo84x0133e0v5gz5jgmqw", + "slug": "alp_steppe", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "meta": { + "id": "clq3a1ze500uwsh27gkq14slf", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Fire", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qo84x0133e0v5gz5jgmqw" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mnuiq007qe0v5b8f15m7f", + "slug": "stone_gaze_gorgons", + "name": "Stone-gaze Gorgons", + "hotscore": 835, + "guardian": { + "id": "clq39z23e0099sh27vg0p6y0w", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Monsters gaze longingly from afar", + "subType": "Monster", + "rulesText": "Other minions at rest at adjacent locations are disabled.", + "cost": 5, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mnuiq007qe0v5b8f15m7f" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8glug00lcs67pcq50g78y", + "slug": "bet_stone_gaze_gorgons_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/stone_gaze_gorgons.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "In the gleam of his unblooded sword, Veslin unwittingly beheld a sight no mortal had yet lived to unsee.", + "cardId": "clm4mnuiq007qe0v5b8f15m7f", + "setCardId": "clot8glsr00las67p30o99fqu", + "setCard": { + "id": "clot8glsr00las67p30o99fqu", + "slug": "bet_stone_gaze_gorgons", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mnuiq007qe0v5b8f15m7f", + "meta": { + "id": "clq39z2d8009bsh27f2rz29ml", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Monsters gaze longingly from afar", + "subType": "Monster", + "rulesText": "Other minions at rest at adjacent locations are disabled.", + "cost": 5, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8glsr00las67p30o99fqu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8glw300les67p7ooeoqn7", + "slug": "bet_stone_gaze_gorgons_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/stone_gaze_gorgons-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "In the gleam of his unblooded sword, Veslin unwittingly beheld a sight no mortal had yet lived to unsee.", + "cardId": "clm4mnuiq007qe0v5b8f15m7f", + "setCardId": "clot8glsr00las67p30o99fqu", + "setCard": { + "id": "clot8glsr00las67p30o99fqu", + "slug": "bet_stone_gaze_gorgons", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mnuiq007qe0v5b8f15m7f", + "meta": { + "id": "clq39z2d8009bsh27f2rz29ml", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Monsters gaze longingly from afar", + "subType": "Monster", + "rulesText": "Other minions at rest at adjacent locations are disabled.", + "cost": 5, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8glsr00las67p30o99fqu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mo1ot007se0v50eoa8bfy", + "slug": "alp_stone_gaze_gorgons_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/stone_gaze_gorgons.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "In the gleam of his unblooded sword, Veslin unwittingly beheld a sight no mortal had yet lived to unsee.", + "cardId": "clm4mnuiq007qe0v5b8f15m7f", + "setCardId": "clm4mo0cs007re0v52qj9aerk", + "setCard": { + "id": "clm4mo0cs007re0v52qj9aerk", + "slug": "alp_stone_gaze_gorgons", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mnuiq007qe0v5b8f15m7f", + "meta": { + "id": "clq39z25u009ash27qv1xs6dw", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Monsters gaze longingly from afar", + "subType": "Monster", + "rulesText": "Other minions at rest at adjacent locations are disabled.", + "cost": 5, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mo0cs007re0v52qj9aerk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4modit007ue0v560pwap9s", + "slug": "alp_stone_gaze_gorgons_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/stone_gaze_gorgons-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Séverine Pineaux", + "flavorText": "In the gleam of his unblooded sword, Veslin unwittingly beheld a sight no mortal had yet lived to unsee.", + "cardId": "clm4mnuiq007qe0v5b8f15m7f", + "setCardId": "clm4mo0cs007re0v52qj9aerk", + "setCard": { + "id": "clm4mo0cs007re0v52qj9aerk", + "slug": "alp_stone_gaze_gorgons", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mnuiq007qe0v5b8f15m7f", + "meta": { + "id": "clq39z25u009ash27qv1xs6dw", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Monsters gaze longingly from afar", + "subType": "Monster", + "rulesText": "Other minions at rest at adjacent locations are disabled.", + "cost": 5, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mo0cs007re0v52qj9aerk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mo8ap007te0v58beu4x8r", + "slug": "alp_stone_gaze_gorgons_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/stone_gaze_gorgons-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "In the gleam of his unblooded sword, Veslin unwittingly beheld a sight no mortal had yet lived to unsee.", + "cardId": "clm4mnuiq007qe0v5b8f15m7f", + "setCardId": "clm4mo0cs007re0v52qj9aerk", + "setCard": { + "id": "clm4mo0cs007re0v52qj9aerk", + "slug": "alp_stone_gaze_gorgons", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mnuiq007qe0v5b8f15m7f", + "meta": { + "id": "clq39z25u009ash27qv1xs6dw", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Monsters gaze longingly from afar", + "subType": "Monster", + "rulesText": "Other minions at rest at adjacent locations are disabled.", + "cost": 5, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mo0cs007re0v52qj9aerk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qomvd0136e0v5e5uofngd", + "slug": "the_colour_out_of_space", + "name": "The Colour Out of Space", + "hotscore": 6311, + "guardian": { + "id": "clq3a1zpv00uysh27j7422inz", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "cardId": "clm4qomvd0136e0v5e5uofngd" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + }, + { + "id": "fire", + "name": "Fire" + }, + { + "id": "water", + "name": "Water" + }, + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ixd501zss67pecb69wf9", + "slug": "bet_the_colour_out_of_space_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/the_colour_out_of_space.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "setCardId": "clot8ixbm01zqs67panpti0t4", + "setCard": { + "id": "clot8ixbm01zqs67panpti0t4", + "slug": "bet_the_colour_out_of_space", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "meta": { + "id": "clq3a1zxx00v0sh27spe9xk72", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8ixbm01zqs67panpti0t4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ixep01zus67peuwog4v3", + "slug": "bet_the_colour_out_of_space_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/the_colour_out_of_space-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "setCardId": "clot8ixbm01zqs67panpti0t4", + "setCard": { + "id": "clot8ixbm01zqs67panpti0t4", + "slug": "bet_the_colour_out_of_space", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "meta": { + "id": "clq3a1zxx00v0sh27spe9xk72", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8ixbm01zqs67panpti0t4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qousk0138e0v5g00m6q5s", + "slug": "alp_the_colour_out_of_space_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/the_colour_out_of_space.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "setCardId": "clm4qothd0137e0v58zymczgz", + "setCard": { + "id": "clm4qothd0137e0v58zymczgz", + "slug": "alp_the_colour_out_of_space", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "meta": { + "id": "clq3a1zs600uzsh27wmtcx8if", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qothd0137e0v58zymczgz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qp2nv0139e0v54z9w2pec", + "slug": "alp_the_colour_out_of_space_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/the_colour_out_of_space-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "setCardId": "clm4qothd0137e0v58zymczgz", + "setCard": { + "id": "clm4qothd0137e0v58zymczgz", + "slug": "alp_the_colour_out_of_space", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "meta": { + "id": "clq3a1zs600uzsh27wmtcx8if", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qothd0137e0v58zymczgz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4moeu3007ve0v5552k2yfb", + "slug": "tragedy_worrywart", + "name": "Tragedy Worrywart", + "hotscore": 1002, + "guardian": { + "id": "clq39z2ix009csh27qc4yjgxy", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal prepares for the worst", + "subType": "Mortal", + "rulesText": "Units nearby take no damage from Magic spells.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4moeu3007ve0v5552k2yfb" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gm6500ljs67prjn98d0k", + "slug": "bet_tragedy_worrywart_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/tragedy_worrywart.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "He frets incessantly to preserve the life he's not living.", + "cardId": "clm4moeu3007ve0v5552k2yfb", + "setCardId": "clot8gm4c00lhs67pd707qinw", + "setCard": { + "id": "clot8gm4c00lhs67pd707qinw", + "slug": "bet_tragedy_worrywart", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4moeu3007ve0v5552k2yfb", + "meta": { + "id": "clq39z2r6009esh27d0mtvog9", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal prepares for the worst", + "subType": "Mortal", + "rulesText": "Units nearby take no damage from Magic spells.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gm4c00lhs67pd707qinw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gm7o00lls67pm6jl99o4", + "slug": "bet_tragedy_worrywart_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/tragedy_worrywart-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "He frets incessantly to preserve the life he's not living.", + "cardId": "clm4moeu3007ve0v5552k2yfb", + "setCardId": "clot8gm4c00lhs67pd707qinw", + "setCard": { + "id": "clot8gm4c00lhs67pd707qinw", + "slug": "bet_tragedy_worrywart", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4moeu3007ve0v5552k2yfb", + "meta": { + "id": "clq39z2r6009esh27d0mtvog9", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal prepares for the worst", + "subType": "Mortal", + "rulesText": "Units nearby take no damage from Magic spells.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gm4c00lhs67pd707qinw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4molnw007xe0v52b3t953o", + "slug": "alp_tragedy_worrywart_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tragedy_worrywart.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Better safe than sorry.", + "cardId": "clm4moeu3007ve0v5552k2yfb", + "setCardId": "clm4mokcu007we0v53si10ntb", + "setCard": { + "id": "clm4mokcu007we0v53si10ntb", + "slug": "alp_tragedy_worrywart", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4moeu3007ve0v5552k2yfb", + "meta": { + "id": "clq39z2l8009dsh27io83zlj0", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal prepares for the worst", + "subType": "Mortal", + "rulesText": "Units nearby take no damage from Magic spells.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mokcu007we0v53si10ntb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mosgt007ye0v5aw8eg2xi", + "slug": "alp_tragedy_worrywart_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tragedy_worrywart-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Better safe than sorry.", + "cardId": "clm4moeu3007ve0v5552k2yfb", + "setCardId": "clm4mokcu007we0v53si10ntb", + "setCard": { + "id": "clm4mokcu007we0v53si10ntb", + "slug": "alp_tragedy_worrywart", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4moeu3007ve0v5552k2yfb", + "meta": { + "id": "clq39z2l8009dsh27io83zlj0", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal prepares for the worst", + "subType": "Mortal", + "rulesText": "Units nearby take no damage from Magic spells.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mokcu007we0v53si10ntb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n0sll00ahe0v5fcfqg73u", + "slug": "unravel", + "name": "Unravel", + "hotscore": 235, + "guardian": { + "id": "clq39zbcr00b6sh27kt9inrff", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of calm repose", + "subType": "", + "rulesText": "Destroy all artifacts and Undead minions at a location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4n0sll00ahe0v5fcfqg73u" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gt7o00pts67pdmdlcyew", + "slug": "bet_unravel_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/unravel.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "“My heart, why come you here alone? The wild thing of my heart is grown, to be a thing, fairy, and wild, and fair, and whole.” — G. P. T. Branwen", + "cardId": "clm4n0sll00ahe0v5fcfqg73u", + "setCardId": "clot8gt6500prs67p7ziyjv6j", + "setCard": { + "id": "clot8gt6500prs67p7ziyjv6j", + "slug": "bet_unravel", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n0sll00ahe0v5fcfqg73u", + "meta": { + "id": "clq39zbks00b8sh27ynkzw1rr", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of calm repose", + "subType": "", + "rulesText": "Destroy all artifacts and Undead minions at a location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gt6500prs67p7ziyjv6j" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gt9700pvs67pvm1iitrn", + "slug": "bet_unravel_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/unravel-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "“My heart, why come you here alone? The wild thing of my heart is grown, to be a thing, fairy, and wild, and fair, and whole.” — G. P. T. Branwen", + "cardId": "clm4n0sll00ahe0v5fcfqg73u", + "setCardId": "clot8gt6500prs67p7ziyjv6j", + "setCard": { + "id": "clot8gt6500prs67p7ziyjv6j", + "slug": "bet_unravel", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n0sll00ahe0v5fcfqg73u", + "meta": { + "id": "clq39zbks00b8sh27ynkzw1rr", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of calm repose", + "subType": "", + "rulesText": "Destroy all artifacts and Undead minions at a location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gt6500prs67p7ziyjv6j" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n0zcz00aje0v51uyb5w9z", + "slug": "alp_unravel_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/unravel.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "“My heart, why come you here alone? The wild thing of my heart is grown, to be a thing, fairy, and wild, and fair, and whole.” — G. P. T. Branwen", + "cardId": "clm4n0sll00ahe0v5fcfqg73u", + "setCardId": "clm4n0y1n00aie0v59hef3op8", + "setCard": { + "id": "clm4n0y1n00aie0v59hef3op8", + "slug": "alp_unravel", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n0sll00ahe0v5fcfqg73u", + "meta": { + "id": "clq39zbf200b7sh27g28ywcxr", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of calm repose", + "subType": "", + "rulesText": "Destroy all artifacts and Undead minions at a location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4n0y1n00aie0v59hef3op8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n15x600ake0v56dlu7eo3", + "slug": "alp_unravel_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/unravel-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "“My heart, why come you here alone? The wild thing of my heart is grown, to be a thing, fairy, and wild, and fair, and whole.” — G. P. T. Branwen", + "cardId": "clm4n0sll00ahe0v5fcfqg73u", + "setCardId": "clm4n0y1n00aie0v59hef3op8", + "setCard": { + "id": "clm4n0y1n00aie0v59hef3op8", + "slug": "alp_unravel", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n0sll00ahe0v5fcfqg73u", + "meta": { + "id": "clq39zbf200b7sh27g28ywcxr", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of calm repose", + "subType": "", + "rulesText": "Destroy all artifacts and Undead minions at a location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4n0y1n00aie0v59hef3op8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4moyax007ze0v50e2040ae", + "slug": "vanguard_knights", + "name": "Vanguard Knights", + "hotscore": 490, + "guardian": { + "id": "clq39z2wx009fsh27a7c9ygjw", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals ride onward to glory", + "subType": "Mortal", + "rulesText": "Vanguard Knights have +2 power if they alone are the furthest forward of your units.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4moyax007ze0v50e2040ae" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gmha00lqs67pyw595kzx", + "slug": "bet_vanguard_knights_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/vanguard_knights.png", + "finish": "Standard", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4moyax007ze0v50e2040ae", + "setCardId": "clot8gmfr00los67pa4ukquhn", + "setCard": { + "id": "clot8gmfr00los67pa4ukquhn", + "slug": "bet_vanguard_knights", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4moyax007ze0v50e2040ae", + "meta": { + "id": "clq39z34x009hsh276yjhhkoj", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals ride onward to glory", + "subType": "Mortal", + "rulesText": "Vanguard Knights have +2 power if they alone are the furthest forward of your units.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gmfr00los67pa4ukquhn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gmit00lss67ptdbdrz9w", + "slug": "bet_vanguard_knights_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/vanguard_knights-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4moyax007ze0v50e2040ae", + "setCardId": "clot8gmfr00los67pa4ukquhn", + "setCard": { + "id": "clot8gmfr00los67pa4ukquhn", + "slug": "bet_vanguard_knights", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4moyax007ze0v50e2040ae", + "meta": { + "id": "clq39z34x009hsh276yjhhkoj", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals ride onward to glory", + "subType": "Mortal", + "rulesText": "Vanguard Knights have +2 power if they alone are the furthest forward of your units.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gmfr00los67pa4ukquhn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mp59r0081e0v50pr2g259", + "slug": "alp_vanguard_knights_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vanguard_knights.png", + "finish": "Standard", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4moyax007ze0v50e2040ae", + "setCardId": "clm4mp3y90080e0v51d345n84", + "setCard": { + "id": "clm4mp3y90080e0v51d345n84", + "slug": "alp_vanguard_knights", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4moyax007ze0v50e2040ae", + "meta": { + "id": "clq39z2z8009gsh27xxefs1mw", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals ride onward to glory", + "subType": "Mortal", + "rulesText": "Vanguard Knights have +2 power if they alone are the furthest forward of your units.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mp3y90080e0v51d345n84" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mpc2m0082e0v5frnofnz4", + "slug": "alp_vanguard_knights_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vanguard_knights-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4moyax007ze0v50e2040ae", + "setCardId": "clm4mp3y90080e0v51d345n84", + "setCard": { + "id": "clm4mp3y90080e0v51d345n84", + "slug": "alp_vanguard_knights", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4moyax007ze0v50e2040ae", + "meta": { + "id": "clq39z2z8009gsh27xxefs1mw", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals ride onward to glory", + "subType": "Mortal", + "rulesText": "Vanguard Knights have +2 power if they alone are the furthest forward of your units.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mp3y90080e0v51d345n84" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qagl600zze0v5cjqjbl8o", + "slug": "vantage_hills", + "name": "Vantage Hills", + "hotscore": 1312, + "guardian": { + "id": "clq3a1p5q00svsh27jvwdpxth", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site with striking views", + "subType": "", + "rulesText": "Ranged units atop this site have +1 range.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qagl600zze0v5cjqjbl8o" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8ip7101uxs67pzq1eg0xw", + "slug": "bet_vantage_hills_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/vantage_hills.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4qagl600zze0v5cjqjbl8o", + "setCardId": "clot8ip5j01uvs67pf4zsrh74", + "setCard": { + "id": "clot8ip5j01uvs67pf4zsrh74", + "slug": "bet_vantage_hills", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qagl600zze0v5cjqjbl8o", + "meta": { + "id": "clq3a1phk00sxsh27j611qfpv", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site with striking views", + "subType": "", + "rulesText": "Ranged units atop this site have +1 range.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ip5j01uvs67pf4zsrh74" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ip8t01uzs67p96r3mxqg", + "slug": "bet_vantage_hills_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/vantage_hills-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4qagl600zze0v5cjqjbl8o", + "setCardId": "clot8ip5j01uvs67pf4zsrh74", + "setCard": { + "id": "clot8ip5j01uvs67pf4zsrh74", + "slug": "bet_vantage_hills", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qagl600zze0v5cjqjbl8o", + "meta": { + "id": "clq3a1phk00sxsh27j611qfpv", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site with striking views", + "subType": "", + "rulesText": "Ranged units atop this site have +1 range.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ip5j01uvs67pf4zsrh74" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qanzf0101e0v5dzxiadrr", + "slug": "alp_vantage_hills_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vantage_hills.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4qagl600zze0v5cjqjbl8o", + "setCardId": "clm4qamhm0100e0v5gyindy4j", + "setCard": { + "id": "clm4qamhm0100e0v5gyindy4j", + "slug": "alp_vantage_hills", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qagl600zze0v5cjqjbl8o", + "meta": { + "id": "clq3a1p8200swsh27mhxqm3j6", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site with striking views", + "subType": "", + "rulesText": "Ranged units atop this site have +1 range.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qamhm0100e0v5gyindy4j" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qb0a30103e0v5f41e31c1", + "slug": "alp_vantage_hills_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vantage_hills-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4qagl600zze0v5cjqjbl8o", + "setCardId": "clm4qamhm0100e0v5gyindy4j", + "setCard": { + "id": "clm4qamhm0100e0v5gyindy4j", + "slug": "alp_vantage_hills", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qagl600zze0v5cjqjbl8o", + "meta": { + "id": "clq3a1p8200swsh27mhxqm3j6", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site with striking views", + "subType": "", + "rulesText": "Ranged units atop this site have +1 range.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qamhm0100e0v5gyindy4j" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qaubc0102e0v5chow3b26", + "slug": "alp_vantage_hills_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vantage_hills-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4qagl600zze0v5cjqjbl8o", + "setCardId": "clm4qamhm0100e0v5gyindy4j", + "setCard": { + "id": "clm4qamhm0100e0v5gyindy4j", + "slug": "alp_vantage_hills", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qagl600zze0v5cjqjbl8o", + "meta": { + "id": "clq3a1p8200swsh27mhxqm3j6", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site with striking views", + "subType": "", + "rulesText": "Ranged units atop this site have +1 range.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qamhm0100e0v5gyindy4j" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mph4k0083e0v53wivds52", + "slug": "wicked_witch", + "name": "Wicked Witch", + "hotscore": 753, + "guardian": { + "id": "clq39z3ax009ish27hg67ykb2", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with a forlorn flock", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nOther nearby minions have -2 power.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mph4k0083e0v53wivds52" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gmt300lxs67p81gvuola", + "slug": "bet_wicked_witch_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wicked_witch.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What sense in hoping for death, with nothing left to die for?", + "cardId": "clm4mph4k0083e0v53wivds52", + "setCardId": "clot8gmrk00lvs67pyqqco3mm", + "setCard": { + "id": "clot8gmrk00lvs67pyqqco3mm", + "slug": "bet_wicked_witch", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mph4k0083e0v53wivds52", + "meta": { + "id": "clq39z3j7009ksh27wl2604gs", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with a forlorn flock", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nOther nearby minions have -2 power.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gmrk00lvs67pyqqco3mm" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gmuo00lzs67pnusnkn22", + "slug": "bet_wicked_witch_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wicked_witch-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What sense in hoping for death, with nothing left to die for?", + "cardId": "clm4mph4k0083e0v53wivds52", + "setCardId": "clot8gmrk00lvs67pyqqco3mm", + "setCard": { + "id": "clot8gmrk00lvs67pyqqco3mm", + "slug": "bet_wicked_witch", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mph4k0083e0v53wivds52", + "meta": { + "id": "clq39z3j7009ksh27wl2604gs", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with a forlorn flock", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nOther nearby minions have -2 power.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gmrk00lvs67pyqqco3mm" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mpoij0085e0v5d3w4gl0e", + "slug": "alp_wicked_witch_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wicked_witch.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What sense in hoping for death, with nothing left to die for?", + "cardId": "clm4mph4k0083e0v53wivds52", + "setCardId": "clm4mpmzn0084e0v5g609b266", + "setCard": { + "id": "clm4mpmzn0084e0v5g609b266", + "slug": "alp_wicked_witch", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mph4k0083e0v53wivds52", + "meta": { + "id": "clq39z3dg009jsh27z1kn1oqe", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with a forlorn flock", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nOther nearby minions have -2 power.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mpmzn0084e0v5g609b266" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mpvtn0086e0v5hr824ytn", + "slug": "alp_wicked_witch_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wicked_witch-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What sense in hoping for death, with nothing left to die for?", + "cardId": "clm4mph4k0083e0v53wivds52", + "setCardId": "clm4mpmzn0084e0v5g609b266", + "setCard": { + "id": "clm4mpmzn0084e0v5g609b266", + "slug": "alp_wicked_witch", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mph4k0083e0v53wivds52", + "meta": { + "id": "clq39z3dg009jsh27z1kn1oqe", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with a forlorn flock", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nOther nearby minions have -2 power.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mpmzn0084e0v5g609b266" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mq1u00087e0v534faceiv", + "slug": "wild_boars", + "name": "Wild Boars", + "hotscore": 639, + "guardian": { + "id": "clq39z3ph009lsh27zd9ywwo4", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with brindled bristles", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mq1u00087e0v534faceiv" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gn4200m4s67p4y742jl0", + "slug": "bet_wild_boars_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wild_boars.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Twere once again drowsy, when all in a rush, wild boar came a-snuffling, straight out of the brush!", + "cardId": "clm4mq1u00087e0v534faceiv", + "setCardId": "clot8gn2k00m2s67p6d5kwogy", + "setCard": { + "id": "clot8gn2k00m2s67p6d5kwogy", + "slug": "bet_wild_boars", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mq1u00087e0v534faceiv", + "meta": { + "id": "clq39z3zh009nsh271ur4nwgn", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with brindled bristles", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gn2k00m2s67p6d5kwogy" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gn5q00m6s67p6vi2mdw6", + "slug": "bet_wild_boars_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wild_boars-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Twere once again drowsy, when all in a rush, wild boar came a-snuffling, straight out of the brush!", + "cardId": "clm4mq1u00087e0v534faceiv", + "setCardId": "clot8gn2k00m2s67p6d5kwogy", + "setCard": { + "id": "clot8gn2k00m2s67p6d5kwogy", + "slug": "bet_wild_boars", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mq1u00087e0v534faceiv", + "meta": { + "id": "clq39z3zh009nsh271ur4nwgn", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with brindled bristles", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gn2k00m2s67p6d5kwogy" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mq8ly0089e0v58pmfcjzk", + "slug": "alp_wild_boars_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wild_boars.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Twere once again drowsy, when all in a rush, wild boar came a-snuffling, straight out of the brush!", + "cardId": "clm4mq1u00087e0v534faceiv", + "setCardId": "clm4mq7au0088e0v5g5605slq", + "setCard": { + "id": "clm4mq7au0088e0v5g5605slq", + "slug": "alp_wild_boars", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mq1u00087e0v534faceiv", + "meta": { + "id": "clq39z3ry009msh27zwt1ffq3", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with brindled bristles", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mq7au0088e0v5g5605slq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mqkto008be0v5f3v776ri", + "slug": "alp_wild_boars_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wild_boars-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Vasiliy Ermolaev", + "flavorText": "Twere once again drowsy, when all in a rush, wild boar came a-snuffling, straight out of the brush!", + "cardId": "clm4mq1u00087e0v534faceiv", + "setCardId": "clm4mq7au0088e0v5g5605slq", + "setCard": { + "id": "clm4mq7au0088e0v5g5605slq", + "slug": "alp_wild_boars", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mq1u00087e0v534faceiv", + "meta": { + "id": "clq39z3ry009msh27zwt1ffq3", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with brindled bristles", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mq7au0088e0v5g5605slq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mqf0l008ae0v54h6pgtmi", + "slug": "alp_wild_boars_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wild_boars-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Twere once again drowsy, when all in a rush, wild boar came a-snuffling, straight out of the brush!", + "cardId": "clm4mq1u00087e0v534faceiv", + "setCardId": "clm4mq7au0088e0v5g5605slq", + "setCard": { + "id": "clm4mq7au0088e0v5g5605slq", + "slug": "alp_wild_boars", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mq1u00087e0v534faceiv", + "meta": { + "id": "clq39z3ry009msh27zwt1ffq3", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with brindled bristles", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mq7au0088e0v5g5605slq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qp8h9013ae0v5f63k0ey5", + "slug": "windmill", + "name": "Windmill", + "hotscore": 7407, + "guardian": { + "id": "clq3a203n00v1sh2776o4u8ix", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4qp8h9013ae0v5f63k0ey5" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + }, + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ixoo01zzs67po51tn5j5", + "slug": "bet_windmill_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/windmill.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "The wind's wild words, in uncertain surges, whisper how the world was made.", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "setCardId": "clot8ixn601zxs67ppyuggzor", + "setCard": { + "id": "clot8ixn601zxs67ppyuggzor", + "slug": "bet_windmill", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "meta": { + "id": "clq3a20bj00v3sh27a3t9t3j2", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ixn601zxs67ppyuggzor" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ixq60201s67p9ovuunrh", + "slug": "bet_windmill_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/windmill-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "The wind's wild words, in uncertain surges, whisper how the world was made.", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "setCardId": "clot8ixn601zxs67ppyuggzor", + "setCard": { + "id": "clot8ixn601zxs67ppyuggzor", + "slug": "bet_windmill", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "meta": { + "id": "clq3a20bj00v3sh27a3t9t3j2", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ixn601zxs67ppyuggzor" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qpg5p013ce0v51wwx6ady", + "slug": "alp_windmill_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/windmill.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "The wind's wild words, in uncertain surges, whisper how the world was made.", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "setCardId": "clm4qpeun013be0v5bbfc7r7x", + "setCard": { + "id": "clm4qpeun013be0v5bbfc7r7x", + "slug": "alp_windmill", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "meta": { + "id": "clq3a205y00v2sh27aptb3lfe", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4qpeun013be0v5bbfc7r7x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qpnsy013de0v5ed1ohhcg", + "slug": "alp_windmill_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/windmill-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "The wind's wild words, in uncertain surges, whisper how the world was made.", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "setCardId": "clm4qpeun013be0v5bbfc7r7x", + "setCard": { + "id": "clm4qpeun013be0v5bbfc7r7x", + "slug": "alp_windmill", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "meta": { + "id": "clq3a205y00v2sh27aptb3lfe", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4qpeun013be0v5bbfc7r7x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mqly8008ce0v5glixhcie", + "slug": "wraetannis_titan", + "name": "Wraetannis Titan", + "hotscore": 2575, + "guardian": { + "id": "clq39z451009osh27x4dcnuao", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Giant makes an epic entrance", + "subType": "Giant", + "rulesText": "Genesis → Strike each enemy here.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mqly8008ce0v5glixhcie" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gnfv00mbs67pmxvfu2jc", + "slug": "bet_wraetannis_titan_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wraetannis_titan.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "O valley low, innocent dove What grievous blows rain from above", + "cardId": "clm4mqly8008ce0v5glixhcie", + "setCardId": "clot8gnea00m9s67pqr9vh85b", + "setCard": { + "id": "clot8gnea00m9s67pqr9vh85b", + "slug": "bet_wraetannis_titan", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mqly8008ce0v5glixhcie", + "meta": { + "id": "clq39z4ew009qsh27gujajz8k", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Giant makes an epic entrance", + "subType": "Giant", + "rulesText": "Genesis → Strike each enemy here.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gnea00m9s67pqr9vh85b" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gnhd00mds67ppefqx52j", + "slug": "bet_wraetannis_titan_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wraetannis_titan-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "O valley low, innocent dove What grievous blows rain from above", + "cardId": "clm4mqly8008ce0v5glixhcie", + "setCardId": "clot8gnea00m9s67pqr9vh85b", + "setCard": { + "id": "clot8gnea00m9s67pqr9vh85b", + "slug": "bet_wraetannis_titan", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mqly8008ce0v5glixhcie", + "meta": { + "id": "clq39z4ew009qsh27gujajz8k", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Giant makes an epic entrance", + "subType": "Giant", + "rulesText": "Genesis → Strike each enemy here.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gnea00m9s67pqr9vh85b" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mqtb4008ee0v5ekh6hn0b", + "slug": "alp_wraetannis_titan_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wraetannis_titan.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "O valley low, innocent dove What grievous blows rain from above", + "cardId": "clm4mqly8008ce0v5glixhcie", + "setCardId": "clm4mqs05008de0v5dh7h62jq", + "setCard": { + "id": "clm4mqs05008de0v5dh7h62jq", + "slug": "alp_wraetannis_titan", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mqly8008ce0v5glixhcie", + "meta": { + "id": "clq39z47e009psh27ygdezgcl", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Giant makes an epic entrance", + "subType": "Giant", + "rulesText": "Genesis → Strike each enemy here.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mqs05008de0v5dh7h62jq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mr5ok008ge0v57zhc9bts", + "slug": "alp_wraetannis_titan_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wraetannis_titan-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Tony Szczudlo", + "flavorText": "O valley low, innocent dove What grievous blows rain from above", + "cardId": "clm4mqly8008ce0v5glixhcie", + "setCardId": "clm4mqs05008de0v5dh7h62jq", + "setCard": { + "id": "clm4mqs05008de0v5dh7h62jq", + "slug": "alp_wraetannis_titan", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mqly8008ce0v5glixhcie", + "meta": { + "id": "clq39z47e009psh27ygdezgcl", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Giant makes an epic entrance", + "subType": "Giant", + "rulesText": "Genesis → Strike each enemy here.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mqs05008de0v5dh7h62jq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mr0g7008fe0v5e3dr9yd3", + "slug": "alp_wraetannis_titan_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wraetannis_titan-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "O valley low, innocent dove What grievous blows rain from above", + "cardId": "clm4mqly8008ce0v5glixhcie", + "setCardId": "clm4mqs05008de0v5dh7h62jq", + "setCard": { + "id": "clm4mqs05008de0v5dh7h62jq", + "slug": "alp_wraetannis_titan", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mqly8008ce0v5glixhcie", + "meta": { + "id": "clq39z47e009psh27ygdezgcl", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Giant makes an epic entrance", + "subType": "Giant", + "rulesText": "Genesis → Strike each enemy here.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mqs05008de0v5dh7h62jq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mr6t9008he0v5gubdht3v", + "slug": "yourke_crossbowmen", + "name": "Yourke Crossbowmen", + "hotscore": 757, + "guardian": { + "id": "clq39z4km009rsh27umlt8g08", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals entrenched and armed", + "subType": "Mortal", + "rulesText": "Ranged\r\n\r\nTakes no damage from ranged strikes.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mr6t9008he0v5gubdht3v" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gnsv00mis67pi42lhlgh", + "slug": "bet_yourke_crossbowmen_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/yourke_crossbowmen.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Corin's shield wracked and shivered like a plucked bowstring—but held!—while he reloaded.", + "cardId": "clm4mr6t9008he0v5gubdht3v", + "setCardId": "clot8gnr000mgs67pzjj7mnl7", + "setCard": { + "id": "clot8gnr000mgs67pzjj7mnl7", + "slug": "bet_yourke_crossbowmen", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mr6t9008he0v5gubdht3v", + "meta": { + "id": "clq39z4sz009tsh27y5ual5ov", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals entrenched and armed", + "subType": "Mortal", + "rulesText": "Ranged\r\n\r\nTakes no damage from ranged strikes.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gnr000mgs67pzjj7mnl7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gnul00mks67pyvh7wprd", + "slug": "bet_yourke_crossbowmen_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/yourke_crossbowmen-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Corin's shield wracked and shivered like a plucked bowstring—but held!—while he reloaded.", + "cardId": "clm4mr6t9008he0v5gubdht3v", + "setCardId": "clot8gnr000mgs67pzjj7mnl7", + "setCard": { + "id": "clot8gnr000mgs67pzjj7mnl7", + "slug": "bet_yourke_crossbowmen", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mr6t9008he0v5gubdht3v", + "meta": { + "id": "clq39z4sz009tsh27y5ual5ov", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals entrenched and armed", + "subType": "Mortal", + "rulesText": "Ranged\r\n\r\nTakes no damage from ranged strikes.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gnr000mgs67pzjj7mnl7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mrdzh008je0v571lf9i6m", + "slug": "alp_yourke_crossbowmen_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/yourke_crossbowmen.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Corin's shield wracked and shivered like a plucked bowstring—but held!—while he reloaded.", + "cardId": "clm4mr6t9008he0v5gubdht3v", + "setCardId": "clm4mrcmp008ie0v5f7ggez8s", + "setCard": { + "id": "clm4mrcmp008ie0v5f7ggez8s", + "slug": "alp_yourke_crossbowmen", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mr6t9008he0v5gubdht3v", + "meta": { + "id": "clq39z4n3009ssh27zy3fjr4g", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals entrenched and armed", + "subType": "Mortal", + "rulesText": "Ranged\n\nTakes no damage from ranged strikes.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mrcmp008ie0v5f7ggez8s" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mrllv008ke0v52hmn6p2i", + "slug": "alp_yourke_crossbowmen_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/yourke_crossbowmen-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Corin's shield wracked and shivered like a plucked bowstring—but held!—while he reloaded.", + "cardId": "clm4mr6t9008he0v5gubdht3v", + "setCardId": "clm4mrcmp008ie0v5f7ggez8s", + "setCard": { + "id": "clm4mrcmp008ie0v5f7ggez8s", + "slug": "alp_yourke_crossbowmen", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mr6t9008he0v5gubdht3v", + "meta": { + "id": "clq39z4n3009ssh27zy3fjr4g", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals entrenched and armed", + "subType": "Mortal", + "rulesText": "Ranged\n\nTakes no damage from ranged strikes.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mrcmp008ie0v5f7ggez8s" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_earth_elite_aura_cards.json b/data/beta_earth_elite_aura_cards.json new file mode 100644 index 0000000..3b69edf --- /dev/null +++ b/data/beta_earth_elite_aura_cards.json @@ -0,0 +1,189 @@ +[ + { + "id": "clm4n2h6q00aue0v5bdmadyv9", + "slug": "rest_in_peace", + "name": "Rest in Peace", + "hotscore": 196, + "guardian": { + "id": "clq39zck300bfsh27unmtw2cp", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of grave permanence", + "subType": "", + "rulesText": "Whenever a Spirit or Undead minion occupies affected land sites, burrow it.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4n2h6q00aue0v5bdmadyv9" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gu6k00qes67p33jy8fs7", + "slug": "bet_rest_in_peace_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/rest_in_peace.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4n2h6q00aue0v5bdmadyv9", + "setCardId": "clot8gu5100qcs67pelylbbh8", + "setCard": { + "id": "clot8gu5100qcs67pelylbbh8", + "slug": "bet_rest_in_peace", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n2h6q00aue0v5bdmadyv9", + "meta": { + "id": "clq39zcs400bhsh27fzyrd26u", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of grave permanence", + "subType": "", + "rulesText": "Whenever a Spirit or Undead minion occupies affected land sites, burrow it.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gu5100qcs67pelylbbh8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gu8300qgs67p08vl32es", + "slug": "bet_rest_in_peace_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/rest_in_peace-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4n2h6q00aue0v5bdmadyv9", + "setCardId": "clot8gu5100qcs67pelylbbh8", + "setCard": { + "id": "clot8gu5100qcs67pelylbbh8", + "slug": "bet_rest_in_peace", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n2h6q00aue0v5bdmadyv9", + "meta": { + "id": "clq39zcs400bhsh27fzyrd26u", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of grave permanence", + "subType": "", + "rulesText": "Whenever a Spirit or Undead minion occupies affected land sites, burrow it.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gu5100qcs67pelylbbh8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n2o4d00awe0v5d90k776h", + "slug": "alp_rest_in_peace_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rest_in_peace.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4n2h6q00aue0v5bdmadyv9", + "setCardId": "clm4n2msz00ave0v5glbnb2dk", + "setCard": { + "id": "clm4n2msz00ave0v5glbnb2dk", + "slug": "alp_rest_in_peace", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n2h6q00aue0v5bdmadyv9", + "meta": { + "id": "clq39zcmd00bgsh27oqmv96v6", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of grave permanence", + "subType": "", + "rulesText": "Whenever a Spirit or Undead minion occupies affected land sites, burrow it.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4n2msz00ave0v5glbnb2dk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n2uht00axe0v5fqqgcorc", + "slug": "alp_rest_in_peace_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rest_in_peace-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4n2h6q00aue0v5bdmadyv9", + "setCardId": "clm4n2msz00ave0v5glbnb2dk", + "setCard": { + "id": "clm4n2msz00ave0v5glbnb2dk", + "slug": "alp_rest_in_peace", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n2h6q00aue0v5bdmadyv9", + "meta": { + "id": "clq39zcmd00bgsh27oqmv96v6", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of grave permanence", + "subType": "", + "rulesText": "Whenever a Spirit or Undead minion occupies affected land sites, burrow it.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4n2msz00ave0v5glbnb2dk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_earth_elite_magic_cards.json b/data/beta_earth_elite_magic_cards.json new file mode 100644 index 0000000..c8bcaff --- /dev/null +++ b/data/beta_earth_elite_magic_cards.json @@ -0,0 +1,641 @@ +[ + { + "id": "clm4mrrld008le0v59g2lcywr", + "slug": "assorted_animals", + "name": "Assorted Animals", + "hotscore": 1113, + "guardian": { + "id": "clq39z4yn009ush2750p9p9cd", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of motley menagerie", + "subType": "", + "rulesText": "Search your spellbook for different Beasts with a combined mana cost of X or less, reveal them, and put them in your hand. Shuffle your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mrrld008le0v59g2lcywr" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8go4v00mps67pfxn6t80r", + "slug": "bet_assorted_animals_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/assorted_animals.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4mrrld008le0v59g2lcywr", + "setCardId": "clot8go3200mns67pcxioncjj", + "setCard": { + "id": "clot8go3200mns67pcxioncjj", + "slug": "bet_assorted_animals", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mrrld008le0v59g2lcywr", + "meta": { + "id": "clq39z56j009wsh278i6yjbo6", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of motley menagerie", + "subType": "", + "rulesText": "Search your spellbook for different Beasts with a combined mana cost of X or less, reveal them, and put them in your hand. Shuffle your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8go3200mns67pcxioncjj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8go6e00mrs67pvxk78zav", + "slug": "bet_assorted_animals_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/assorted_animals-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4mrrld008le0v59g2lcywr", + "setCardId": "clot8go3200mns67pcxioncjj", + "setCard": { + "id": "clot8go3200mns67pcxioncjj", + "slug": "bet_assorted_animals", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mrrld008le0v59g2lcywr", + "meta": { + "id": "clq39z56j009wsh278i6yjbo6", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of motley menagerie", + "subType": "", + "rulesText": "Search your spellbook for different Beasts with a combined mana cost of X or less, reveal them, and put them in your hand. Shuffle your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8go3200mns67pcxioncjj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mrycx008ne0v53bd2e82i", + "slug": "alp_assorted_animals_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/assorted_animals.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4mrrld008le0v59g2lcywr", + "setCardId": "clm4mrx1w008me0v55ewz6tg7", + "setCard": { + "id": "clm4mrx1w008me0v55ewz6tg7", + "slug": "alp_assorted_animals", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mrrld008le0v59g2lcywr", + "meta": { + "id": "clq39z50x009vsh27sb8ihhfh", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of motley menagerie", + "subType": "", + "rulesText": "Search your spellbook for different Beasts with a combined mana cost of X or less, reveal them, and put them in your hand. Shuffle your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mrx1w008me0v55ewz6tg7" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ms5y4008oe0v57e3d6eal", + "slug": "alp_assorted_animals_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/assorted_animals-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4mrrld008le0v59g2lcywr", + "setCardId": "clm4mrx1w008me0v55ewz6tg7", + "setCard": { + "id": "clm4mrx1w008me0v55ewz6tg7", + "slug": "alp_assorted_animals", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mrrld008le0v59g2lcywr", + "meta": { + "id": "clq39z50x009vsh27sb8ihhfh", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of motley menagerie", + "subType": "", + "rulesText": "Search your spellbook for different Beasts with a combined mana cost of X or less, reveal them, and put them in your hand. Shuffle your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mrx1w008me0v55ewz6tg7" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mv9im009ae0v5d53y4qfh", + "slug": "craterize", + "name": "Craterize", + "hotscore": 3498, + "guardian": { + "id": "clq39z7bu00acsh272ehak0uv", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of cataclysmic impact", + "subType": "", + "rulesText": "As an additional cost to cast Craterize, discard a site. Destroy target site and deal damage to each unit above or below a site in the area of effect:", + "cost": 8, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mv9im009ae0v5d53y4qfh" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gq1u00nvs67pemf58ak4", + "slug": "bet_craterize_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/craterize.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4mv9im009ae0v5d53y4qfh", + "setCardId": "clot8gq0700nts67pt8gzk5k8", + "setCard": { + "id": "clot8gq0700nts67pt8gzk5k8", + "slug": "bet_craterize", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mv9im009ae0v5d53y4qfh", + "meta": { + "id": "clq39z7ld00aesh27fvqob6ew", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of cataclysmic impact", + "subType": "", + "rulesText": "As an additional cost to cast Craterize, discard a site. Destroy target site and deal damage to each unit above or below a site in the area of effect:", + "cost": 8, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gq0700nts67pt8gzk5k8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gq3c00nxs67pmymtu36c", + "slug": "bet_craterize_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/craterize-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4mv9im009ae0v5d53y4qfh", + "setCardId": "clot8gq0700nts67pt8gzk5k8", + "setCard": { + "id": "clot8gq0700nts67pt8gzk5k8", + "slug": "bet_craterize", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mv9im009ae0v5d53y4qfh", + "meta": { + "id": "clq39z7ld00aesh27fvqob6ew", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of cataclysmic impact", + "subType": "", + "rulesText": "As an additional cost to cast Craterize, discard a site. Destroy target site and deal damage to each unit above or below a site in the area of effect:", + "cost": 8, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gq0700nts67pt8gzk5k8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mvgfl009ce0v5hlhce498", + "slug": "alp_craterize_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/craterize.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4mv9im009ae0v5d53y4qfh", + "setCardId": "clm4mvf3n009be0v54raxc3uh", + "setCard": { + "id": "clm4mvf3n009be0v54raxc3uh", + "slug": "alp_craterize", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mv9im009ae0v5d53y4qfh", + "meta": { + "id": "clq39z7e300adsh27b0jpigmv", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of cataclysmic impact", + "subType": "", + "rulesText": "As an additional cost to cast Craterize, discard a site. Destroy target site and deal damage to each unit above or below a site in the area of effect:", + "cost": 8, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mvf3n009be0v54raxc3uh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mvtq8009ee0v5fsrydwzg", + "slug": "alp_craterize_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/craterize-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4mv9im009ae0v5d53y4qfh", + "setCardId": "clm4mvf3n009be0v54raxc3uh", + "setCard": { + "id": "clm4mvf3n009be0v54raxc3uh", + "slug": "alp_craterize", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mv9im009ae0v5d53y4qfh", + "meta": { + "id": "clq39z7e300adsh27b0jpigmv", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of cataclysmic impact", + "subType": "", + "rulesText": "As an additional cost to cast Craterize, discard a site. Destroy target site and deal damage to each unit above or below a site in the area of effect:", + "cost": 8, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mvf3n009be0v54raxc3uh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mvo9j009de0v5cfwscu2x", + "slug": "alp_craterize_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/craterize-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4mv9im009ae0v5d53y4qfh", + "setCardId": "clm4mvf3n009be0v54raxc3uh", + "setCard": { + "id": "clm4mvf3n009be0v54raxc3uh", + "slug": "alp_craterize", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mv9im009ae0v5d53y4qfh", + "meta": { + "id": "clq39z7e300adsh27b0jpigmv", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of cataclysmic impact", + "subType": "", + "rulesText": "As an additional cost to cast Craterize, discard a site. Destroy target site and deal damage to each unit above or below a site in the area of effect:", + "cost": 8, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mvf3n009be0v54raxc3uh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mx07l009ne0v5eksy73ub", + "slug": "earthquake", + "name": "Earthquake", + "hotscore": 7852, + "guardian": { + "id": "clq39z8ic00alsh27t5ap39gn", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of violent upheaval", + "subType": "", + "rulesText": "You may rearrange sites within a two-by-two area, carrying along everything of normal size. Then burrow all minions and artifacts on those sites.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mx07l009ne0v5eksy73ub" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gr0l00ogs67p8aa6ks8s", + "slug": "bet_earthquake_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/earthquake.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4mx07l009ne0v5eksy73ub", + "setCardId": "clot8gqyy00oes67py0q95kb5", + "setCard": { + "id": "clot8gqyy00oes67py0q95kb5", + "slug": "bet_earthquake", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mx07l009ne0v5eksy73ub", + "meta": { + "id": "clq39z8se00ansh276i5izw6o", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of violent upheaval", + "subType": "", + "rulesText": "You may rearrange sites within a two-by-two area, carrying along everything of normal size. Then burrow all minions and artifacts on those sites.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gqyy00oes67py0q95kb5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gr2500ois67prvmihqmp", + "slug": "bet_earthquake_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/earthquake-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4mx07l009ne0v5eksy73ub", + "setCardId": "clot8gqyy00oes67py0q95kb5", + "setCard": { + "id": "clot8gqyy00oes67py0q95kb5", + "slug": "bet_earthquake", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mx07l009ne0v5eksy73ub", + "meta": { + "id": "clq39z8se00ansh276i5izw6o", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of violent upheaval", + "subType": "", + "rulesText": "You may rearrange sites within a two-by-two area, carrying along everything of normal size. Then burrow all minions and artifacts on those sites.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gqyy00oes67py0q95kb5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mx7ga009pe0v56cbu0ks4", + "slug": "alp_earthquake_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/earthquake.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4mx07l009ne0v5eksy73ub", + "setCardId": "clm4mx64u009oe0v5ey04dozz", + "setCard": { + "id": "clm4mx64u009oe0v5ey04dozz", + "slug": "alp_earthquake", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mx07l009ne0v5eksy73ub", + "meta": { + "id": "clq39z8kr00amsh27jurs4vil", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of violent upheaval", + "subType": "", + "rulesText": "Rearrange sites within a two-by-two region, carrying along everything of normal size. Then burrow all minions and artifacts on those sites.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mx64u009oe0v5ey04dozz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mxk43009re0v54t2md5ar", + "slug": "alp_earthquake_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/earthquake-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4mx07l009ne0v5eksy73ub", + "setCardId": "clm4mx64u009oe0v5ey04dozz", + "setCard": { + "id": "clm4mx64u009oe0v5ey04dozz", + "slug": "alp_earthquake", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mx07l009ne0v5eksy73ub", + "meta": { + "id": "clq39z8kr00amsh27jurs4vil", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of violent upheaval", + "subType": "", + "rulesText": "Rearrange sites within a two-by-two region, carrying along everything of normal size. Then burrow all minions and artifacts on those sites.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mx64u009oe0v5ey04dozz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mxf0q009qe0v5gbs60ncd", + "slug": "alp_earthquake_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/earthquake-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4mx07l009ne0v5eksy73ub", + "setCardId": "clm4mx64u009oe0v5ey04dozz", + "setCard": { + "id": "clm4mx64u009oe0v5ey04dozz", + "slug": "alp_earthquake", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mx07l009ne0v5eksy73ub", + "meta": { + "id": "clq39z8kr00amsh27jurs4vil", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of violent upheaval", + "subType": "", + "rulesText": "Rearrange sites within a two-by-two region, carrying along everything of normal size. Then burrow all minions and artifacts on those sites.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mx64u009oe0v5ey04dozz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_earth_elite_minion_cards.json b/data/beta_earth_elite_minion_cards.json new file mode 100644 index 0000000..b4abd51 --- /dev/null +++ b/data/beta_earth_elite_minion_cards.json @@ -0,0 +1,2363 @@ +[ + { + "id": "clm4m2na4003ee0v54okid9ko", + "slug": "atlas_wanderers", + "name": "Atlas Wanderers", + "hotscore": 1980, + "guardian": { + "id": "clq39ynd50067sh27phttghxx", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Giants bear the weight of the world", + "subType": "Giant", + "rulesText": "Genesis → This site and an adjacent site change places, carrying along everything of normal size.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m2na4003ee0v54okid9ko" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8ga9u00ecs67p3wrrx310", + "slug": "bet_atlas_wanderers_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/atlas_wanderers.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4m2na4003ee0v54okid9ko", + "setCardId": "clot8ga7w00eas67po03iqos2", + "setCard": { + "id": "clot8ga7w00eas67po03iqos2", + "slug": "bet_atlas_wanderers", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m2na4003ee0v54okid9ko", + "meta": { + "id": "clq39ynl90069sh27xmmx44ws", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Giants bear the weight of the world", + "subType": "Giant", + "rulesText": "Genesis → This site and an adjacent site change places, carrying along everything of normal size.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ga7w00eas67po03iqos2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gabe00ees67pkn7it8jb", + "slug": "bet_atlas_wanderers_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/atlas_wanderers-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4m2na4003ee0v54okid9ko", + "setCardId": "clot8ga7w00eas67po03iqos2", + "setCard": { + "id": "clot8ga7w00eas67po03iqos2", + "slug": "bet_atlas_wanderers", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m2na4003ee0v54okid9ko", + "meta": { + "id": "clq39ynl90069sh27xmmx44ws", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Giants bear the weight of the world", + "subType": "Giant", + "rulesText": "Genesis → This site and an adjacent site change places, carrying along everything of normal size.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ga7w00eas67po03iqos2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m2vmg003ge0v57a5bfk34", + "slug": "alp_atlas_wanderers_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/atlas_wanderers.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4m2na4003ee0v54okid9ko", + "setCardId": "clm4m2u0l003fe0v5ej2a8asg", + "setCard": { + "id": "clm4m2u0l003fe0v5ej2a8asg", + "slug": "alp_atlas_wanderers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m2na4003ee0v54okid9ko", + "meta": { + "id": "clq39ynfh0068sh27wf5lowek", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Giants bear the weight of the world", + "subType": "Giant", + "rulesText": "Genesis → This site and an adjacent site change places, carrying along everything of normal size.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m2u0l003fe0v5ej2a8asg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m33xw003he0v528s34tt6", + "slug": "alp_atlas_wanderers_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/atlas_wanderers-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4m2na4003ee0v54okid9ko", + "setCardId": "clm4m2u0l003fe0v5ej2a8asg", + "setCard": { + "id": "clm4m2u0l003fe0v5ej2a8asg", + "slug": "alp_atlas_wanderers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m2na4003ee0v54okid9ko", + "meta": { + "id": "clq39ynfh0068sh27wf5lowek", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Giants bear the weight of the world", + "subType": "Giant", + "rulesText": "Genesis → This site and an adjacent site change places, carrying along everything of normal size.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m2u0l003fe0v5ej2a8asg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m6j710045e0v50t2bbjqx", + "slug": "conqueror_worm", + "name": "Conqueror Worm", + "hotscore": 1556, + "guardian": { + "id": "clq39ypz0006qsh27syn3a9jx", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast expands your demesne", + "subType": "Beast", + "rulesText": "At the end of your turn, if no enemy units occupy this site, permanently gain control of it.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m6j710045e0v50t2bbjqx" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gc6900fis67pjdt3i21q", + "slug": "bet_conqueror_worm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/conqueror_worm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4m6j710045e0v50t2bbjqx", + "setCardId": "clot8gc4r00fgs67p8pkd2iqj", + "setCard": { + "id": "clot8gc4r00fgs67p8pkd2iqj", + "slug": "bet_conqueror_worm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m6j710045e0v50t2bbjqx", + "meta": { + "id": "clq39yq70006ssh27llk4bdic", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast expands your demesne", + "subType": "Beast", + "rulesText": "At the end of your turn, if no enemy units occupy this site, permanently gain control of it.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gc4r00fgs67p8pkd2iqj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gc7q00fks67pzc5nq2ky", + "slug": "bet_conqueror_worm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/conqueror_worm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4m6j710045e0v50t2bbjqx", + "setCardId": "clot8gc4r00fgs67p8pkd2iqj", + "setCard": { + "id": "clot8gc4r00fgs67p8pkd2iqj", + "slug": "bet_conqueror_worm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m6j710045e0v50t2bbjqx", + "meta": { + "id": "clq39yq70006ssh27llk4bdic", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast expands your demesne", + "subType": "Beast", + "rulesText": "At the end of your turn, if no enemy units occupy this site, permanently gain control of it.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gc4r00fgs67p8pkd2iqj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m6r0o0047e0v5f4f96fwg", + "slug": "alp_conqueror_worm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/conqueror_worm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4m6j710045e0v50t2bbjqx", + "setCardId": "clm4m6plg0046e0v51fsd5ser", + "setCard": { + "id": "clm4m6plg0046e0v51fsd5ser", + "slug": "alp_conqueror_worm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m6j710045e0v50t2bbjqx", + "meta": { + "id": "clq39yq19006rsh27yx7sisuz", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast expands your demesne", + "subType": "Beast", + "rulesText": "At the end of your turn, if no enemy units occupy this site, permanently gain control of it.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m6plg0046e0v51fsd5ser" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m6zk20048e0v57cee0mhq", + "slug": "alp_conqueror_worm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/conqueror_worm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4m6j710045e0v50t2bbjqx", + "setCardId": "clm4m6plg0046e0v51fsd5ser", + "setCard": { + "id": "clm4m6plg0046e0v51fsd5ser", + "slug": "alp_conqueror_worm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m6j710045e0v50t2bbjqx", + "meta": { + "id": "clq39yq19006rsh27yx7sisuz", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast expands your demesne", + "subType": "Beast", + "rulesText": "At the end of your turn, if no enemy units occupy this site, permanently gain control of it.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m6plg0046e0v51fsd5ser" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4md8pa005he0v5h8cafwg3", + "slug": "master_tracker", + "name": "Master Tracker", + "hotscore": 302, + "guardian": { + "id": "clq39yugj007nsh27d5u2186m", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal follows all trails", + "subType": "Mortal", + "rulesText": "All enemies permanently lose Stealth.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4md8pa005he0v5h8cafwg3" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gfpx00hns67pen5r9sn5", + "slug": "bet_master_tracker_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/master_tracker.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Becoming sufficiently familiar with nature is a substitute for understanding it.", + "cardId": "clm4md8pa005he0v5h8cafwg3", + "setCardId": "clot8gfoe00hls67p8bc8ge46", + "setCard": { + "id": "clot8gfoe00hls67p8bc8ge46", + "slug": "bet_master_tracker", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4md8pa005he0v5h8cafwg3", + "meta": { + "id": "clq39yuoz007psh279ayqcegd", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal follows all trails", + "subType": "Mortal", + "rulesText": "All enemies permanently lose Stealth.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gfoe00hls67p8bc8ge46" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gfrj00hps67p35245opo", + "slug": "bet_master_tracker_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/master_tracker-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Becoming sufficiently familiar with nature is a substitute for understanding it.", + "cardId": "clm4md8pa005he0v5h8cafwg3", + "setCardId": "clot8gfoe00hls67p8bc8ge46", + "setCard": { + "id": "clot8gfoe00hls67p8bc8ge46", + "slug": "bet_master_tracker", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4md8pa005he0v5h8cafwg3", + "meta": { + "id": "clq39yuoz007psh279ayqcegd", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal follows all trails", + "subType": "Mortal", + "rulesText": "All enemies permanently lose Stealth.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gfoe00hls67p8bc8ge46" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mdg7i005je0v5100yg2rk", + "slug": "alp_master_tracker_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/master_tracker.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "\"Becoming sufficiently familiar with nature is a substitute for understanding it.\"", + "cardId": "clm4md8pa005he0v5h8cafwg3", + "setCardId": "clm4mdeuv005ie0v5fpmh8ply", + "setCard": { + "id": "clm4mdeuv005ie0v5fpmh8ply", + "slug": "alp_master_tracker", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4md8pa005he0v5h8cafwg3", + "meta": { + "id": "clq39yuj4007osh27az9micak", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal follows all trails", + "subType": "Mortal", + "rulesText": "All enemies permanently lose Stealth.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mdeuv005ie0v5fpmh8ply" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mdmqm005ke0v56lrvelgk", + "slug": "alp_master_tracker_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/master_tracker-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "\"Becoming sufficiently familiar with nature is a substitute for understanding it.\"", + "cardId": "clm4md8pa005he0v5h8cafwg3", + "setCardId": "clm4mdeuv005ie0v5fpmh8ply", + "setCard": { + "id": "clm4mdeuv005ie0v5fpmh8ply", + "slug": "alp_master_tracker", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4md8pa005he0v5h8cafwg3", + "meta": { + "id": "clq39yuj4007osh27az9micak", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal follows all trails", + "subType": "Mortal", + "rulesText": "All enemies permanently lose Stealth.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mdeuv005ie0v5fpmh8ply" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mg23t0062e0v51tsg6qtx", + "slug": "mordric_druids", + "name": "Mordric Druids", + "hotscore": 1023, + "guardian": { + "id": "clq39ywfw0082sh27o270fsna", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals of primordial vengeance", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nWhenever you lose life due to an undefended attack nearby, the attacker's controller also loses that much life.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mg23t0062e0v51tsg6qtx" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8ghc500ims67poc7std70", + "slug": "bet_mordric_druids_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mordric_druids.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4mg23t0062e0v51tsg6qtx", + "setCardId": "clot8ghal00iks67p0rp5y3ex", + "setCard": { + "id": "clot8ghal00iks67p0rp5y3ex", + "slug": "bet_mordric_druids", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mg23t0062e0v51tsg6qtx", + "meta": { + "id": "clq39ywnr0084sh275hw4wain", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals of primordial vengeance", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nWhenever you lose life due to an undefended attack nearby, the attacker's controller also loses that much life.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ghal00iks67p0rp5y3ex" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ghdm00ios67pnmioyaqr", + "slug": "bet_mordric_druids_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mordric_druids-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4mg23t0062e0v51tsg6qtx", + "setCardId": "clot8ghal00iks67p0rp5y3ex", + "setCard": { + "id": "clot8ghal00iks67p0rp5y3ex", + "slug": "bet_mordric_druids", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mg23t0062e0v51tsg6qtx", + "meta": { + "id": "clq39ywnr0084sh275hw4wain", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals of primordial vengeance", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nWhenever you lose life due to an undefended attack nearby, the attacker's controller also loses that much life.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ghal00iks67p0rp5y3ex" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mg9bq0064e0v5227x3en7", + "slug": "alp_mordric_druids_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mordric_druids.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4mg23t0062e0v51tsg6qtx", + "setCardId": "clm4mg80e0063e0v5hgbkajui", + "setCard": { + "id": "clm4mg80e0063e0v5hgbkajui", + "slug": "alp_mordric_druids", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mg23t0062e0v51tsg6qtx", + "meta": { + "id": "clq39ywi70083sh27o4ha8lk0", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals of primordial vengeance", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nWhenever you lose life due to an undefended attack nearby, the attacker's controller also loses that much life.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mg80e0063e0v5hgbkajui" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mgg4w0065e0v5d8oo17jn", + "slug": "alp_mordric_druids_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mordric_druids-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4mg23t0062e0v51tsg6qtx", + "setCardId": "clm4mg80e0063e0v5hgbkajui", + "setCard": { + "id": "clm4mg80e0063e0v5hgbkajui", + "slug": "alp_mordric_druids", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mg23t0062e0v51tsg6qtx", + "meta": { + "id": "clq39ywi70083sh27o4ha8lk0", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals of primordial vengeance", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nWhenever you lose life due to an undefended attack nearby, the attacker's controller also loses that much life.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mg80e0063e0v5hgbkajui" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mgl7e0066e0v5apr61oux", + "slug": "mountain_giant", + "name": "Mountain Giant", + "hotscore": 700, + "guardian": { + "id": "clq39ywtc0085sh27s33ge9un", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Giant of monumental proportions", + "subType": "Giant", + "rulesText": "Occupies four locations.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 4, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mgl7e0066e0v5apr61oux" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8ghmy00its67pf91gf7s3", + "slug": "bet_mountain_giant_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mountain_giant.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "Heart and hearth will tremble.", + "cardId": "clm4mgl7e0066e0v5apr61oux", + "setCardId": "clot8ghle00irs67py8mysh3v", + "setCard": { + "id": "clot8ghle00irs67py8mysh3v", + "slug": "bet_mountain_giant", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mgl7e0066e0v5apr61oux", + "meta": { + "id": "clq39yx2y0087sh27w0u1nl29", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Giant of monumental proportions", + "subType": "Giant", + "rulesText": "Occupies four locations.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 4, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ghle00irs67py8mysh3v" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ghof00ivs67pig9s2dkx", + "slug": "bet_mountain_giant_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mountain_giant-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "Heart and hearth will tremble.", + "cardId": "clm4mgl7e0066e0v5apr61oux", + "setCardId": "clot8ghle00irs67py8mysh3v", + "setCard": { + "id": "clot8ghle00irs67py8mysh3v", + "slug": "bet_mountain_giant", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mgl7e0066e0v5apr61oux", + "meta": { + "id": "clq39yx2y0087sh27w0u1nl29", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Giant of monumental proportions", + "subType": "Giant", + "rulesText": "Occupies four locations.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 4, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ghle00irs67py8mysh3v" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mgrym0068e0v5ceg782gc", + "slug": "alp_mountain_giant_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mountain_giant.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "Heart and hearth will tremble.", + "cardId": "clm4mgl7e0066e0v5apr61oux", + "setCardId": "clm4mgqn60067e0v54fcxbrkm", + "setCard": { + "id": "clm4mgqn60067e0v54fcxbrkm", + "slug": "alp_mountain_giant", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mgl7e0066e0v5apr61oux", + "meta": { + "id": "clq39ywvp0086sh271o9uttt9", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Giant of monumental proportions", + "subType": "Giant", + "rulesText": "Occupies four locations.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 4, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mgqn60067e0v54fcxbrkm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mh3jt006ae0v52ptn7loj", + "slug": "alp_mountain_giant_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mountain_giant-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Francesca Baerald", + "flavorText": "Heart and hearth will tremble.", + "cardId": "clm4mgl7e0066e0v5apr61oux", + "setCardId": "clm4mgqn60067e0v54fcxbrkm", + "setCard": { + "id": "clm4mgqn60067e0v54fcxbrkm", + "slug": "alp_mountain_giant", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mgl7e0066e0v5apr61oux", + "meta": { + "id": "clq39ywvp0086sh271o9uttt9", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Giant of monumental proportions", + "subType": "Giant", + "rulesText": "Occupies four locations.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 4, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mgqn60067e0v54fcxbrkm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mgy9d0069e0v5de8y6w3e", + "slug": "alp_mountain_giant_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mountain_giant-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "Heart and hearth will tremble.", + "cardId": "clm4mgl7e0066e0v5apr61oux", + "setCardId": "clm4mgqn60067e0v54fcxbrkm", + "setCard": { + "id": "clm4mgqn60067e0v54fcxbrkm", + "slug": "alp_mountain_giant", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mgl7e0066e0v5apr61oux", + "meta": { + "id": "clq39ywvp0086sh271o9uttt9", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Giant of monumental proportions", + "subType": "Giant", + "rulesText": "Occupies four locations.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 4, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mgqn60067e0v54fcxbrkm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4miw7n006pe0v578yp92k2", + "slug": "royal_bodyguard", + "name": "Royal Bodyguard", + "hotscore": 2310, + "guardian": { + "id": "clq39yyj6008hsh27gg78op00", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of steadfast loyalty", + "subType": "Mortal", + "rulesText": "If a nearby Avatar or royalty (King, Queen, Prince, or Princess) would take damage, Royal Bodyguard may take that damage instead.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4miw7n006pe0v578yp92k2" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8giwe00jls67pkxgl1pkp", + "slug": "bet_royal_bodyguard_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/royal_bodyguard.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4miw7n006pe0v578yp92k2", + "setCardId": "clot8giuv00jjs67pr61207zy", + "setCard": { + "id": "clot8giuv00jjs67pr61207zy", + "slug": "bet_royal_bodyguard", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4miw7n006pe0v578yp92k2", + "meta": { + "id": "clq39yyre008jsh2783aft7x2", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of steadfast loyalty", + "subType": "Mortal", + "rulesText": "If a nearby Avatar or royalty (King, Queen, Prince, or Princess) would take damage, Royal Bodyguard may take that damage instead.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8giuv00jjs67pr61207zy" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8giy800jns67pkpogfwct", + "slug": "bet_royal_bodyguard_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/royal_bodyguard-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4miw7n006pe0v578yp92k2", + "setCardId": "clot8giuv00jjs67pr61207zy", + "setCard": { + "id": "clot8giuv00jjs67pr61207zy", + "slug": "bet_royal_bodyguard", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4miw7n006pe0v578yp92k2", + "meta": { + "id": "clq39yyre008jsh2783aft7x2", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of steadfast loyalty", + "subType": "Mortal", + "rulesText": "If a nearby Avatar or royalty (King, Queen, Prince, or Princess) would take damage, Royal Bodyguard may take that damage instead.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8giuv00jjs67pr61207zy" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mj302006re0v5cc7950bk", + "slug": "alp_royal_bodyguard_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/royal_bodyguard.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4miw7n006pe0v578yp92k2", + "setCardId": "clm4mj1p3006qe0v5bwntb30e", + "setCard": { + "id": "clm4mj1p3006qe0v5bwntb30e", + "slug": "alp_royal_bodyguard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4miw7n006pe0v578yp92k2", + "meta": { + "id": "clq39yylm008ish27232ty1r6", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of steadfast loyalty", + "subType": "Mortal", + "rulesText": "If a nearby Avatar or royalty (King, Queen, Prince, or Princess) would take damage, Royal Bodyguard may take that damage instead.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mj1p3006qe0v5bwntb30e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mj9up006se0v5g00r5eha", + "slug": "alp_royal_bodyguard_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/royal_bodyguard-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4miw7n006pe0v578yp92k2", + "setCardId": "clm4mj1p3006qe0v5bwntb30e", + "setCard": { + "id": "clm4mj1p3006qe0v5bwntb30e", + "slug": "alp_royal_bodyguard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4miw7n006pe0v578yp92k2", + "meta": { + "id": "clq39yylm008ish27232ty1r6", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of steadfast loyalty", + "subType": "Mortal", + "rulesText": "If a nearby Avatar or royalty (King, Queen, Prince, or Princess) would take damage, Royal Bodyguard may take that damage instead.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mj1p3006qe0v5bwntb30e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ml3f30076e0v5eltwh9g5", + "slug": "silver_valkyries", + "name": "Silver Valkyries", + "hotscore": 432, + "guardian": { + "id": "clq39z030008tsh27t9egzdh6", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Angels hold constant vigil", + "subType": "Angel", + "rulesText": "Airborne\r\n\r\nAt the end of your turn, untap all allies here.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ml3f30076e0v5eltwh9g5" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gk6800kds67pti1phld5", + "slug": "bet_silver_valkyries_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/silver_valkyries.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4ml3f30076e0v5eltwh9g5", + "setCardId": "clot8gk4n00kbs67pjfhcf6rg", + "setCard": { + "id": "clot8gk4n00kbs67pjfhcf6rg", + "slug": "bet_silver_valkyries", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ml3f30076e0v5eltwh9g5", + "meta": { + "id": "clq39z0b1008vsh27io9iru25", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Angels hold constant vigil", + "subType": "Angel", + "rulesText": "Airborne\r\n\r\nAt the end of your turn, untap all allies here.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gk4n00kbs67pjfhcf6rg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gk7r00kfs67ps4afko38", + "slug": "bet_silver_valkyries_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/silver_valkyries-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4ml3f30076e0v5eltwh9g5", + "setCardId": "clot8gk4n00kbs67pjfhcf6rg", + "setCard": { + "id": "clot8gk4n00kbs67pjfhcf6rg", + "slug": "bet_silver_valkyries", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ml3f30076e0v5eltwh9g5", + "meta": { + "id": "clq39z0b1008vsh27io9iru25", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Angels hold constant vigil", + "subType": "Angel", + "rulesText": "Airborne\r\n\r\nAt the end of your turn, untap all allies here.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gk4n00kbs67pjfhcf6rg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mlaq60078e0v59c83ai1d", + "slug": "alp_silver_valkyries_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/silver_valkyries.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4ml3f30076e0v5eltwh9g5", + "setCardId": "clm4ml9f60077e0v5b57t8x78", + "setCard": { + "id": "clm4ml9f60077e0v5b57t8x78", + "slug": "alp_silver_valkyries", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ml3f30076e0v5eltwh9g5", + "meta": { + "id": "clq39z05e008ush27qy42yqpw", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Angels hold constant vigil", + "subType": "Angel", + "rulesText": "Airborne\n\nAt the end of your turn, untap all allies here.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ml9f60077e0v5b57t8x78" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mlhni0079e0v598fw0e08", + "slug": "alp_silver_valkyries_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/silver_valkyries-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4ml3f30076e0v5eltwh9g5", + "setCardId": "clm4ml9f60077e0v5b57t8x78", + "setCard": { + "id": "clm4ml9f60077e0v5b57t8x78", + "slug": "alp_silver_valkyries", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ml3f30076e0v5eltwh9g5", + "meta": { + "id": "clq39z05e008ush27qy42yqpw", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Angels hold constant vigil", + "subType": "Angel", + "rulesText": "Airborne\n\nAt the end of your turn, untap all allies here.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ml9f60077e0v5b57t8x78" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mm66z007ee0v5dkdxdnyq", + "slug": "sisters_of_silence", + "name": "Sisters of Silence", + "hotscore": 603, + "guardian": { + "id": "clq39z0yn0090sh27j93mxcpo", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals not to be disturbed", + "subType": "Mortal", + "rulesText": "Other nearby minions lose all non-basic abilities.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mm66z007ee0v5dkdxdnyq" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gkt600krs67p27hnlwmr", + "slug": "bet_sisters_of_silence_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sisters_of_silence.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "“Since long I’ve held silence as a remedy for harm.” — Aeschylus", + "cardId": "clm4mm66z007ee0v5dkdxdnyq", + "setCardId": "clot8gkri00kps67pg7id9t1g", + "setCard": { + "id": "clot8gkri00kps67pg7id9t1g", + "slug": "bet_sisters_of_silence", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mm66z007ee0v5dkdxdnyq", + "meta": { + "id": "clq39z16i0092sh27p6g3tzca", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals not to be disturbed", + "subType": "Mortal", + "rulesText": "Other nearby minions lose all non-basic abilities.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gkri00kps67pg7id9t1g" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gkur00kts67p8kznj3hx", + "slug": "bet_sisters_of_silence_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sisters_of_silence-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "“Since long I’ve held silence as a remedy for harm.” — Aeschylus", + "cardId": "clm4mm66z007ee0v5dkdxdnyq", + "setCardId": "clot8gkri00kps67pg7id9t1g", + "setCard": { + "id": "clot8gkri00kps67pg7id9t1g", + "slug": "bet_sisters_of_silence", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mm66z007ee0v5dkdxdnyq", + "meta": { + "id": "clq39z16i0092sh27p6g3tzca", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals not to be disturbed", + "subType": "Mortal", + "rulesText": "Other nearby minions lose all non-basic abilities.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gkri00kps67pg7id9t1g" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mmcxx007ge0v51sg1gl33", + "slug": "alp_sisters_of_silence_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sisters_of_silence.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "“Since long I’ve held silence as a remedy for harm.” — Aeschylus", + "cardId": "clm4mm66z007ee0v5dkdxdnyq", + "setCardId": "clm4mmbml007fe0v56phq82wd", + "setCard": { + "id": "clm4mmbml007fe0v56phq82wd", + "slug": "alp_sisters_of_silence", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mm66z007ee0v5dkdxdnyq", + "meta": { + "id": "clq39z10z0091sh27w12tgyma", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals not to be disturbed", + "subType": "Mortal", + "rulesText": "Other nearby minions lose all non-basic abilities.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mmbml007fe0v56phq82wd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mmjov007he0v58qwv680o", + "slug": "alp_sisters_of_silence_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sisters_of_silence-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "“Since long I’ve held silence as a remedy for harm.” — Aeschylus", + "cardId": "clm4mm66z007ee0v5dkdxdnyq", + "setCardId": "clm4mmbml007fe0v56phq82wd", + "setCard": { + "id": "clm4mmbml007fe0v56phq82wd", + "slug": "alp_sisters_of_silence", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mm66z007ee0v5dkdxdnyq", + "meta": { + "id": "clq39z10z0091sh27w12tgyma", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals not to be disturbed", + "subType": "Mortal", + "rulesText": "Other nearby minions lose all non-basic abilities.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mmbml007fe0v56phq82wd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mn9ua007me0v5agv4506b", + "slug": "squirming_mass", + "name": "Squirming Mass", + "hotscore": 785, + "guardian": { + "id": "clq39z1pt0096sh2712y98lhf", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Beasts wriggle and writhe", + "subType": "Beast", + "rulesText": "Whenever a nearby minion dies, Squirming Mass permanently gains its power.", + "cost": 3, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mn9ua007me0v5agv4506b" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8glhr00l5s67pjs59nc09", + "slug": "bet_squirming_mass_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/squirming_mass.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4mn9ua007me0v5agv4506b", + "setCardId": "clot8glg600l3s67pzo0z2l7u", + "setCard": { + "id": "clot8glg600l3s67pzo0z2l7u", + "slug": "bet_squirming_mass", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mn9ua007me0v5agv4506b", + "meta": { + "id": "clq39z1xo0098sh273u9acfu9", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Beasts wriggle and writhe", + "subType": "Beast", + "rulesText": "Whenever a nearby minion dies, Squirming Mass permanently gains its power.", + "cost": 3, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8glg600l3s67pzo0z2l7u" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gljf00l7s67p5hbueei0", + "slug": "bet_squirming_mass_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/squirming_mass-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4mn9ua007me0v5agv4506b", + "setCardId": "clot8glg600l3s67pzo0z2l7u", + "setCard": { + "id": "clot8glg600l3s67pzo0z2l7u", + "slug": "bet_squirming_mass", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mn9ua007me0v5agv4506b", + "meta": { + "id": "clq39z1xo0098sh273u9acfu9", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Beasts wriggle and writhe", + "subType": "Beast", + "rulesText": "Whenever a nearby minion dies, Squirming Mass permanently gains its power.", + "cost": 3, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8glg600l3s67pzo0z2l7u" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mngll007oe0v5631l3uxb", + "slug": "alp_squirming_mass_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/squirming_mass.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4mn9ua007me0v5agv4506b", + "setCardId": "clm4mnfag007ne0v54h0e4p4p", + "setCard": { + "id": "clm4mnfag007ne0v54h0e4p4p", + "slug": "alp_squirming_mass", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mn9ua007me0v5agv4506b", + "meta": { + "id": "clq39z1s30097sh2780e23i4o", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Beasts wriggle and writhe", + "subType": "Beast", + "rulesText": "Whenever a nearby minion dies, Squirming Mass permanently gains its power.", + "cost": 3, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mnfag007ne0v54h0e4p4p" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mnnz9007pe0v54vdf0wqf", + "slug": "alp_squirming_mass_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/squirming_mass-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4mn9ua007me0v5agv4506b", + "setCardId": "clm4mnfag007ne0v54h0e4p4p", + "setCard": { + "id": "clm4mnfag007ne0v54h0e4p4p", + "slug": "alp_squirming_mass", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mn9ua007me0v5agv4506b", + "meta": { + "id": "clq39z1s30097sh2780e23i4o", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Beasts wriggle and writhe", + "subType": "Beast", + "rulesText": "Whenever a nearby minion dies, Squirming Mass permanently gains its power.", + "cost": 3, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mnfag007ne0v54h0e4p4p" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mnuiq007qe0v5b8f15m7f", + "slug": "stone_gaze_gorgons", + "name": "Stone-gaze Gorgons", + "hotscore": 835, + "guardian": { + "id": "clq39z23e0099sh27vg0p6y0w", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Monsters gaze longingly from afar", + "subType": "Monster", + "rulesText": "Other minions at rest at adjacent locations are disabled.", + "cost": 5, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mnuiq007qe0v5b8f15m7f" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8glug00lcs67pcq50g78y", + "slug": "bet_stone_gaze_gorgons_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/stone_gaze_gorgons.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "In the gleam of his unblooded sword, Veslin unwittingly beheld a sight no mortal had yet lived to unsee.", + "cardId": "clm4mnuiq007qe0v5b8f15m7f", + "setCardId": "clot8glsr00las67p30o99fqu", + "setCard": { + "id": "clot8glsr00las67p30o99fqu", + "slug": "bet_stone_gaze_gorgons", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mnuiq007qe0v5b8f15m7f", + "meta": { + "id": "clq39z2d8009bsh27f2rz29ml", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Monsters gaze longingly from afar", + "subType": "Monster", + "rulesText": "Other minions at rest at adjacent locations are disabled.", + "cost": 5, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8glsr00las67p30o99fqu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8glw300les67p7ooeoqn7", + "slug": "bet_stone_gaze_gorgons_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/stone_gaze_gorgons-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "In the gleam of his unblooded sword, Veslin unwittingly beheld a sight no mortal had yet lived to unsee.", + "cardId": "clm4mnuiq007qe0v5b8f15m7f", + "setCardId": "clot8glsr00las67p30o99fqu", + "setCard": { + "id": "clot8glsr00las67p30o99fqu", + "slug": "bet_stone_gaze_gorgons", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mnuiq007qe0v5b8f15m7f", + "meta": { + "id": "clq39z2d8009bsh27f2rz29ml", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Monsters gaze longingly from afar", + "subType": "Monster", + "rulesText": "Other minions at rest at adjacent locations are disabled.", + "cost": 5, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8glsr00las67p30o99fqu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mo1ot007se0v50eoa8bfy", + "slug": "alp_stone_gaze_gorgons_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/stone_gaze_gorgons.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "In the gleam of his unblooded sword, Veslin unwittingly beheld a sight no mortal had yet lived to unsee.", + "cardId": "clm4mnuiq007qe0v5b8f15m7f", + "setCardId": "clm4mo0cs007re0v52qj9aerk", + "setCard": { + "id": "clm4mo0cs007re0v52qj9aerk", + "slug": "alp_stone_gaze_gorgons", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mnuiq007qe0v5b8f15m7f", + "meta": { + "id": "clq39z25u009ash27qv1xs6dw", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Monsters gaze longingly from afar", + "subType": "Monster", + "rulesText": "Other minions at rest at adjacent locations are disabled.", + "cost": 5, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mo0cs007re0v52qj9aerk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4modit007ue0v560pwap9s", + "slug": "alp_stone_gaze_gorgons_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/stone_gaze_gorgons-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Séverine Pineaux", + "flavorText": "In the gleam of his unblooded sword, Veslin unwittingly beheld a sight no mortal had yet lived to unsee.", + "cardId": "clm4mnuiq007qe0v5b8f15m7f", + "setCardId": "clm4mo0cs007re0v52qj9aerk", + "setCard": { + "id": "clm4mo0cs007re0v52qj9aerk", + "slug": "alp_stone_gaze_gorgons", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mnuiq007qe0v5b8f15m7f", + "meta": { + "id": "clq39z25u009ash27qv1xs6dw", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Monsters gaze longingly from afar", + "subType": "Monster", + "rulesText": "Other minions at rest at adjacent locations are disabled.", + "cost": 5, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mo0cs007re0v52qj9aerk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mo8ap007te0v58beu4x8r", + "slug": "alp_stone_gaze_gorgons_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/stone_gaze_gorgons-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "In the gleam of his unblooded sword, Veslin unwittingly beheld a sight no mortal had yet lived to unsee.", + "cardId": "clm4mnuiq007qe0v5b8f15m7f", + "setCardId": "clm4mo0cs007re0v52qj9aerk", + "setCard": { + "id": "clm4mo0cs007re0v52qj9aerk", + "slug": "alp_stone_gaze_gorgons", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mnuiq007qe0v5b8f15m7f", + "meta": { + "id": "clq39z25u009ash27qv1xs6dw", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Monsters gaze longingly from afar", + "subType": "Monster", + "rulesText": "Other minions at rest at adjacent locations are disabled.", + "cost": 5, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mo0cs007re0v52qj9aerk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mph4k0083e0v53wivds52", + "slug": "wicked_witch", + "name": "Wicked Witch", + "hotscore": 753, + "guardian": { + "id": "clq39z3ax009ish27hg67ykb2", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with a forlorn flock", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nOther nearby minions have -2 power.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mph4k0083e0v53wivds52" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gmt300lxs67p81gvuola", + "slug": "bet_wicked_witch_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wicked_witch.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What sense in hoping for death, with nothing left to die for?", + "cardId": "clm4mph4k0083e0v53wivds52", + "setCardId": "clot8gmrk00lvs67pyqqco3mm", + "setCard": { + "id": "clot8gmrk00lvs67pyqqco3mm", + "slug": "bet_wicked_witch", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mph4k0083e0v53wivds52", + "meta": { + "id": "clq39z3j7009ksh27wl2604gs", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with a forlorn flock", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nOther nearby minions have -2 power.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gmrk00lvs67pyqqco3mm" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gmuo00lzs67pnusnkn22", + "slug": "bet_wicked_witch_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wicked_witch-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What sense in hoping for death, with nothing left to die for?", + "cardId": "clm4mph4k0083e0v53wivds52", + "setCardId": "clot8gmrk00lvs67pyqqco3mm", + "setCard": { + "id": "clot8gmrk00lvs67pyqqco3mm", + "slug": "bet_wicked_witch", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mph4k0083e0v53wivds52", + "meta": { + "id": "clq39z3j7009ksh27wl2604gs", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with a forlorn flock", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nOther nearby minions have -2 power.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gmrk00lvs67pyqqco3mm" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mpoij0085e0v5d3w4gl0e", + "slug": "alp_wicked_witch_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wicked_witch.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What sense in hoping for death, with nothing left to die for?", + "cardId": "clm4mph4k0083e0v53wivds52", + "setCardId": "clm4mpmzn0084e0v5g609b266", + "setCard": { + "id": "clm4mpmzn0084e0v5g609b266", + "slug": "alp_wicked_witch", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mph4k0083e0v53wivds52", + "meta": { + "id": "clq39z3dg009jsh27z1kn1oqe", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with a forlorn flock", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nOther nearby minions have -2 power.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mpmzn0084e0v5g609b266" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mpvtn0086e0v5hr824ytn", + "slug": "alp_wicked_witch_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wicked_witch-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What sense in hoping for death, with nothing left to die for?", + "cardId": "clm4mph4k0083e0v53wivds52", + "setCardId": "clm4mpmzn0084e0v5g609b266", + "setCard": { + "id": "clm4mpmzn0084e0v5g609b266", + "slug": "alp_wicked_witch", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mph4k0083e0v53wivds52", + "meta": { + "id": "clq39z3dg009jsh27z1kn1oqe", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with a forlorn flock", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nOther nearby minions have -2 power.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mpmzn0084e0v5g609b266" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mqly8008ce0v5glixhcie", + "slug": "wraetannis_titan", + "name": "Wraetannis Titan", + "hotscore": 2575, + "guardian": { + "id": "clq39z451009osh27x4dcnuao", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Giant makes an epic entrance", + "subType": "Giant", + "rulesText": "Genesis → Strike each enemy here.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mqly8008ce0v5glixhcie" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gnfv00mbs67pmxvfu2jc", + "slug": "bet_wraetannis_titan_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wraetannis_titan.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "O valley low, innocent dove What grievous blows rain from above", + "cardId": "clm4mqly8008ce0v5glixhcie", + "setCardId": "clot8gnea00m9s67pqr9vh85b", + "setCard": { + "id": "clot8gnea00m9s67pqr9vh85b", + "slug": "bet_wraetannis_titan", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mqly8008ce0v5glixhcie", + "meta": { + "id": "clq39z4ew009qsh27gujajz8k", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Giant makes an epic entrance", + "subType": "Giant", + "rulesText": "Genesis → Strike each enemy here.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gnea00m9s67pqr9vh85b" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gnhd00mds67ppefqx52j", + "slug": "bet_wraetannis_titan_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wraetannis_titan-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "O valley low, innocent dove What grievous blows rain from above", + "cardId": "clm4mqly8008ce0v5glixhcie", + "setCardId": "clot8gnea00m9s67pqr9vh85b", + "setCard": { + "id": "clot8gnea00m9s67pqr9vh85b", + "slug": "bet_wraetannis_titan", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mqly8008ce0v5glixhcie", + "meta": { + "id": "clq39z4ew009qsh27gujajz8k", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Giant makes an epic entrance", + "subType": "Giant", + "rulesText": "Genesis → Strike each enemy here.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gnea00m9s67pqr9vh85b" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mqtb4008ee0v5ekh6hn0b", + "slug": "alp_wraetannis_titan_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wraetannis_titan.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "O valley low, innocent dove What grievous blows rain from above", + "cardId": "clm4mqly8008ce0v5glixhcie", + "setCardId": "clm4mqs05008de0v5dh7h62jq", + "setCard": { + "id": "clm4mqs05008de0v5dh7h62jq", + "slug": "alp_wraetannis_titan", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mqly8008ce0v5glixhcie", + "meta": { + "id": "clq39z47e009psh27ygdezgcl", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Giant makes an epic entrance", + "subType": "Giant", + "rulesText": "Genesis → Strike each enemy here.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mqs05008de0v5dh7h62jq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mr5ok008ge0v57zhc9bts", + "slug": "alp_wraetannis_titan_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wraetannis_titan-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Tony Szczudlo", + "flavorText": "O valley low, innocent dove What grievous blows rain from above", + "cardId": "clm4mqly8008ce0v5glixhcie", + "setCardId": "clm4mqs05008de0v5dh7h62jq", + "setCard": { + "id": "clm4mqs05008de0v5dh7h62jq", + "slug": "alp_wraetannis_titan", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mqly8008ce0v5glixhcie", + "meta": { + "id": "clq39z47e009psh27ygdezgcl", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Giant makes an epic entrance", + "subType": "Giant", + "rulesText": "Genesis → Strike each enemy here.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mqs05008de0v5dh7h62jq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mr0g7008fe0v5e3dr9yd3", + "slug": "alp_wraetannis_titan_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wraetannis_titan-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "O valley low, innocent dove What grievous blows rain from above", + "cardId": "clm4mqly8008ce0v5glixhcie", + "setCardId": "clm4mqs05008de0v5dh7h62jq", + "setCard": { + "id": "clm4mqs05008de0v5dh7h62jq", + "slug": "alp_wraetannis_titan", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mqly8008ce0v5glixhcie", + "meta": { + "id": "clq39z47e009psh27ygdezgcl", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Giant makes an epic entrance", + "subType": "Giant", + "rulesText": "Genesis → Strike each enemy here.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mqs05008de0v5dh7h62jq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_earth_elite_site_cards.json b/data/beta_earth_elite_site_cards.json new file mode 100644 index 0000000..f3c38cf --- /dev/null +++ b/data/beta_earth_elite_site_cards.json @@ -0,0 +1,189 @@ +[ + { + "id": "clm4q876s00zhe0v57nuvdcsp", + "slug": "rift_valley", + "name": "Rift Valley", + "hotscore": 5411, + "guardian": { + "id": "clq3a1nik00sjsh27lt6wok58", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of earth torn asunder", + "subType": "", + "rulesText": "You may pull apart a partial row or column to make a void in which to play this.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4q876s00zhe0v57nuvdcsp" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8inx201u5s67p4fqtxi6z", + "slug": "bet_rift_valley_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/rift_valley.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4q876s00zhe0v57nuvdcsp", + "setCardId": "clot8invf01u3s67p73pzavtj", + "setCard": { + "id": "clot8invf01u3s67p73pzavtj", + "slug": "bet_rift_valley", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q876s00zhe0v57nuvdcsp", + "meta": { + "id": "clq3a1nqv00slsh27g0a8gmd4", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of earth torn asunder", + "subType": "", + "rulesText": "You may pull apart a partial row or column to make a void in which to play this.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8invf01u3s67p73pzavtj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8inyk01u7s67p2h8ung72", + "slug": "bet_rift_valley_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/rift_valley-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4q876s00zhe0v57nuvdcsp", + "setCardId": "clot8invf01u3s67p73pzavtj", + "setCard": { + "id": "clot8invf01u3s67p73pzavtj", + "slug": "bet_rift_valley", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q876s00zhe0v57nuvdcsp", + "meta": { + "id": "clq3a1nqv00slsh27g0a8gmd4", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of earth torn asunder", + "subType": "", + "rulesText": "You may pull apart a partial row or column to make a void in which to play this.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8invf01u3s67p73pzavtj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q8e0u00zje0v54v6ih7zk", + "slug": "alp_rift_valley_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rift_valley.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4q876s00zhe0v57nuvdcsp", + "setCardId": "clm4q8cpf00zie0v5eqwi4sez", + "setCard": { + "id": "clm4q8cpf00zie0v5eqwi4sez", + "slug": "alp_rift_valley", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q876s00zhe0v57nuvdcsp", + "meta": { + "id": "clq3a1nkt00sksh27zzxl0lvj", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of earth torn asunder", + "subType": "", + "rulesText": "You may pull apart a partial row or column to make a void in which to play this.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q8cpf00zie0v5eqwi4sez" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q8l1000zke0v5a6qafx60", + "slug": "alp_rift_valley_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rift_valley-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4q876s00zhe0v57nuvdcsp", + "setCardId": "clm4q8cpf00zie0v5eqwi4sez", + "setCard": { + "id": "clm4q8cpf00zie0v5eqwi4sez", + "slug": "alp_rift_valley", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q876s00zhe0v57nuvdcsp", + "meta": { + "id": "clq3a1nkt00sksh27zzxl0lvj", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of earth torn asunder", + "subType": "", + "rulesText": "You may pull apart a partial row or column to make a void in which to play this.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q8cpf00zie0v5eqwi4sez" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_earth_exceptional_magic_cards.json b/data/beta_earth_exceptional_magic_cards.json new file mode 100644 index 0000000..2b05819 --- /dev/null +++ b/data/beta_earth_exceptional_magic_cards.json @@ -0,0 +1,937 @@ +[ + { + "id": "clm4mtk7r008ye0v51xnt3v02", + "slug": "call_to_war", + "name": "Call to War", + "hotscore": 1057, + "guardian": { + "id": "clq39z65g00a3sh27tvqrhk9w", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of discipline and duty", + "subType": "", + "rulesText": "Search your spellbook for an Exceptional Mortal, reveal it, and put it into your hand. Shuffle your spellbook.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mtk7r008ye0v51xnt3v02" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gp3500nas67pja6wnxdp", + "slug": "bet_call_to_war_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/call_to_war.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4mtk7r008ye0v51xnt3v02", + "setCardId": "clot8gp1g00n8s67pgukvb5lo", + "setCard": { + "id": "clot8gp1g00n8s67pgukvb5lo", + "slug": "bet_call_to_war", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mtk7r008ye0v51xnt3v02", + "meta": { + "id": "clq39z6dr00a5sh27mf9s58yr", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of discipline and duty", + "subType": "", + "rulesText": "Search your spellbook for an Exceptional Mortal, reveal it, and put it into your hand. Shuffle your spellbook.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gp1g00n8s67pgukvb5lo" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gp4s00ncs67pf9ljn3rc", + "slug": "bet_call_to_war_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/call_to_war-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4mtk7r008ye0v51xnt3v02", + "setCardId": "clot8gp1g00n8s67pgukvb5lo", + "setCard": { + "id": "clot8gp1g00n8s67pgukvb5lo", + "slug": "bet_call_to_war", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mtk7r008ye0v51xnt3v02", + "meta": { + "id": "clq39z6dr00a5sh27mf9s58yr", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of discipline and duty", + "subType": "", + "rulesText": "Search your spellbook for an Exceptional Mortal, reveal it, and put it into your hand. Shuffle your spellbook.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gp1g00n8s67pgukvb5lo" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mtr4u0090e0v51ai95xg8", + "slug": "alp_call_to_war_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/call_to_war.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4mtk7r008ye0v51xnt3v02", + "setCardId": "clm4mtpsk008ze0v5feezau68", + "setCard": { + "id": "clm4mtpsk008ze0v5feezau68", + "slug": "alp_call_to_war", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mtk7r008ye0v51xnt3v02", + "meta": { + "id": "clq39z67s00a4sh27jhhodjr4", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of discipline and duty", + "subType": "", + "rulesText": "Search your spellbook for an Exceptional Mortal, reveal it, and put it into your hand. Shuffle your spellbook.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mtpsk008ze0v5feezau68" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mtyrf0091e0v5cfv87gyn", + "slug": "alp_call_to_war_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/call_to_war-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4mtk7r008ye0v51xnt3v02", + "setCardId": "clm4mtpsk008ze0v5feezau68", + "setCard": { + "id": "clm4mtpsk008ze0v5feezau68", + "slug": "alp_call_to_war", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mtk7r008ye0v51xnt3v02", + "meta": { + "id": "clq39z67s00a4sh27jhhodjr4", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of discipline and duty", + "subType": "", + "rulesText": "Search your spellbook for an Exceptional Mortal, reveal it, and put it into your hand. Shuffle your spellbook.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mtpsk008ze0v5feezau68" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mu4010092e0v5bsog9m5u", + "slug": "cave_in", + "name": "Cave-In", + "hotscore": 1995, + "guardian": { + "id": "clq39z6jf00a6sh271jjxyeox", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of falling prospects", + "subType": "", + "rulesText": "Burrow all minions and artifacts occupying target land site.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mu4010092e0v5bsog9m5u" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gpff00nhs67popt6mfyu", + "slug": "bet_cave_in_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cave_in.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4mu4010092e0v5bsog9m5u", + "setCardId": "clot8gpdt00nfs67pys0h4b6w", + "setCard": { + "id": "clot8gpdt00nfs67pys0h4b6w", + "slug": "bet_cave_in", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mu4010092e0v5bsog9m5u", + "meta": { + "id": "clq39z6rh00a8sh27vp8wq7za", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of falling prospects", + "subType": "", + "rulesText": "Burrow all minions and artifacts occupying target land site.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gpdt00nfs67pys0h4b6w" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gphc00njs67prgplja0o", + "slug": "bet_cave_in_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cave_in-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4mu4010092e0v5bsog9m5u", + "setCardId": "clot8gpdt00nfs67pys0h4b6w", + "setCard": { + "id": "clot8gpdt00nfs67pys0h4b6w", + "slug": "bet_cave_in", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mu4010092e0v5bsog9m5u", + "meta": { + "id": "clq39z6rh00a8sh27vp8wq7za", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of falling prospects", + "subType": "", + "rulesText": "Burrow all minions and artifacts occupying target land site.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gpdt00nfs67pys0h4b6w" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mubl60094e0v5gr4xcb41", + "slug": "alp_cave_in_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cave_in.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4mu4010092e0v5bsog9m5u", + "setCardId": "clm4mua6w0093e0v58j16563g", + "setCard": { + "id": "clm4mua6w0093e0v58j16563g", + "slug": "alp_cave_in", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mu4010092e0v5bsog9m5u", + "meta": { + "id": "clq39z6lp00a7sh274nz4udil", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of falling prospects", + "subType": "", + "rulesText": "Burrow all minions and artifacts occupying target land site.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mua6w0093e0v58j16563g" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4muijv0095e0v5489kgcex", + "slug": "alp_cave_in_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cave_in-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4mu4010092e0v5bsog9m5u", + "setCardId": "clm4mua6w0093e0v58j16563g", + "setCard": { + "id": "clm4mua6w0093e0v58j16563g", + "slug": "alp_cave_in", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mu4010092e0v5bsog9m5u", + "meta": { + "id": "clq39z6lp00a7sh274nz4udil", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of falling prospects", + "subType": "", + "rulesText": "Burrow all minions and artifacts occupying target land site.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mua6w0093e0v58j16563g" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mwf5m009je0v57tne7l8f", + "slug": "divine_healing", + "name": "Divine Healing", + "hotscore": 4105, + "guardian": { + "id": "clq39z84k00aish27ar15ba8f", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of faith unfettered", + "subType": "", + "rulesText": "You gain 7 life.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mwf5m009je0v57tne7l8f" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gqol00o9s67p4ccr0sxf", + "slug": "bet_divine_healing_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/divine_healing.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "Pray not for an easier path, but to become a stronger person.", + "cardId": "clm4mwf5m009je0v57tne7l8f", + "setCardId": "clot8gqn000o7s67p9sm5g4ri", + "setCard": { + "id": "clot8gqn000o7s67p9sm5g4ri", + "slug": "bet_divine_healing", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mwf5m009je0v57tne7l8f", + "meta": { + "id": "clq39z8cl00aksh27z6ug056j", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of faith unfettered", + "subType": "", + "rulesText": "You gain 7 life.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gqn000o7s67p9sm5g4ri" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gqq400obs67p9m7pz4ed", + "slug": "bet_divine_healing_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/divine_healing-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "Pray not for an easier path, but to become a stronger person.", + "cardId": "clm4mwf5m009je0v57tne7l8f", + "setCardId": "clot8gqn000o7s67p9sm5g4ri", + "setCard": { + "id": "clot8gqn000o7s67p9sm5g4ri", + "slug": "bet_divine_healing", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mwf5m009je0v57tne7l8f", + "meta": { + "id": "clq39z8cl00aksh27z6ug056j", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of faith unfettered", + "subType": "", + "rulesText": "You gain 7 life.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gqn000o7s67p9sm5g4ri" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mwm0p009le0v5a798aec8", + "slug": "alp_divine_healing_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/divine_healing.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "\"I have heard your prayer and seen your tears; I will heal you.\" - 2 Kings 20:5", + "cardId": "clm4mwf5m009je0v57tne7l8f", + "setCardId": "clm4mwkpj009ke0v54rx60847", + "setCard": { + "id": "clm4mwkpj009ke0v54rx60847", + "slug": "alp_divine_healing", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mwf5m009je0v57tne7l8f", + "meta": { + "id": "clq39z86t00ajsh278y15nhl1", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of faith unfettered", + "subType": "", + "rulesText": "You gain 7 life.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mwkpj009ke0v54rx60847" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mwttt009me0v5f97pgsa6", + "slug": "alp_divine_healing_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/divine_healing-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "\"I have heard your prayer and seen your tears; I will heal you.\" - 2 Kings 20:5", + "cardId": "clm4mwf5m009je0v57tne7l8f", + "setCardId": "clm4mwkpj009ke0v54rx60847", + "setCard": { + "id": "clm4mwkpj009ke0v54rx60847", + "slug": "alp_divine_healing", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mwf5m009je0v57tne7l8f", + "meta": { + "id": "clq39z86t00ajsh278y15nhl1", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of faith unfettered", + "subType": "", + "rulesText": "You gain 7 life.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mwkpj009ke0v54rx60847" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4myncb00a0e0v54h7x9mzv", + "slug": "minecart_madness", + "name": "Minecart Madness", + "hotscore": 515, + "guardian": { + "id": "clq39z9r000aush2750l3rjvg", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A rickety ride of Exceptional Magic", + "subType": "", + "rulesText": "This turn, your units can move between any sites in a chosen span of land as if they were adjacent.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4myncb00a0e0v54h7x9mzv" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8grxl00p1s67p3sb8dyf0", + "slug": "bet_minecart_madness_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/minecart_madness.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4myncb00a0e0v54h7x9mzv", + "setCardId": "clot8grw200ozs67pyvrv6scn", + "setCard": { + "id": "clot8grw200ozs67pyvrv6scn", + "slug": "bet_minecart_madness", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4myncb00a0e0v54h7x9mzv", + "meta": { + "id": "clq39z9z300awsh27lba5ppx7", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A rickety ride of Exceptional Magic", + "subType": "", + "rulesText": "This turn, your units can move between any sites in a chosen span of land as if they were adjacent.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8grw200ozs67pyvrv6scn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8grz200p3s67pzb4latze", + "slug": "bet_minecart_madness_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/minecart_madness-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4myncb00a0e0v54h7x9mzv", + "setCardId": "clot8grw200ozs67pyvrv6scn", + "setCard": { + "id": "clot8grw200ozs67pyvrv6scn", + "slug": "bet_minecart_madness", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4myncb00a0e0v54h7x9mzv", + "meta": { + "id": "clq39z9z300awsh27lba5ppx7", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A rickety ride of Exceptional Magic", + "subType": "", + "rulesText": "This turn, your units can move between any sites in a chosen span of land as if they were adjacent.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8grw200ozs67pyvrv6scn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4myuaw00a2e0v56c4t72mk", + "slug": "alp_minecart_madness_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/minecart_madness.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4myncb00a0e0v54h7x9mzv", + "setCardId": "clm4myszi00a1e0v53fkm46sp", + "setCard": { + "id": "clm4myszi00a1e0v53fkm46sp", + "slug": "alp_minecart_madness", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4myncb00a0e0v54h7x9mzv", + "meta": { + "id": "clq39z9te00avsh276p1ragme", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A rickety ride of Exceptional Magic", + "subType": "", + "rulesText": "This turn, your units can move between any sites in a chosen span of land as if they were adjacent.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4myszi00a1e0v53fkm46sp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mz19f00a3e0v5daekfefb", + "slug": "alp_minecart_madness_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/minecart_madness-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4myncb00a0e0v54h7x9mzv", + "setCardId": "clm4myszi00a1e0v53fkm46sp", + "setCard": { + "id": "clm4myszi00a1e0v53fkm46sp", + "slug": "alp_minecart_madness", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4myncb00a0e0v54h7x9mzv", + "meta": { + "id": "clq39z9te00avsh276p1ragme", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A rickety ride of Exceptional Magic", + "subType": "", + "rulesText": "This turn, your units can move between any sites in a chosen span of land as if they were adjacent.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4myszi00a1e0v53fkm46sp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mzr6r00a9e0v5hj4earmb", + "slug": "shield_wall", + "name": "Shield Wall", + "hotscore": 465, + "guardian": { + "id": "clq39zakb00b0sh27i2wi832b", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of unfaltering formation", + "subType": "", + "rulesText": "Until your next turn, each ally takes 1 less damage for each other ally it's nearby.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mzr6r00a9e0v5hj4earmb" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gskd00pfs67pmw5yv0cd", + "slug": "bet_shield_wall_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/shield_wall.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4mzr6r00a9e0v5hj4earmb", + "setCardId": "clot8gsik00pds67pqz7uvzp9", + "setCard": { + "id": "clot8gsik00pds67pqz7uvzp9", + "slug": "bet_shield_wall", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mzr6r00a9e0v5hj4earmb", + "meta": { + "id": "clq39zask00b2sh27zdn7lwg9", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of unfaltering formation", + "subType": "", + "rulesText": "Until your next turn, each ally takes 1 less damage for each other ally it's nearby.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gsik00pds67pqz7uvzp9" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gsm700phs67p1ekftncv", + "slug": "bet_shield_wall_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/shield_wall-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4mzr6r00a9e0v5hj4earmb", + "setCardId": "clot8gsik00pds67pqz7uvzp9", + "setCard": { + "id": "clot8gsik00pds67pqz7uvzp9", + "slug": "bet_shield_wall", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mzr6r00a9e0v5hj4earmb", + "meta": { + "id": "clq39zask00b2sh27zdn7lwg9", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of unfaltering formation", + "subType": "", + "rulesText": "Until your next turn, each ally takes 1 less damage for each other ally it's nearby.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gsik00pds67pqz7uvzp9" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mzy6600abe0v5epmx7ja8", + "slug": "alp_shield_wall_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/shield_wall.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4mzr6r00a9e0v5hj4earmb", + "setCardId": "clm4mzwum00aae0v510no2hjf", + "setCard": { + "id": "clm4mzwum00aae0v510no2hjf", + "slug": "alp_shield_wall", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mzr6r00a9e0v5hj4earmb", + "meta": { + "id": "clq39zamn00b1sh27ht4l0yw3", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of unfaltering formation", + "subType": "", + "rulesText": "Until your next turn, each ally takes 1 less damage for each other ally it's nearby.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mzwum00aae0v510no2hjf" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n04rz00ace0v5cta2h1pt", + "slug": "alp_shield_wall_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/shield_wall-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4mzr6r00a9e0v5hj4earmb", + "setCardId": "clm4mzwum00aae0v510no2hjf", + "setCard": { + "id": "clm4mzwum00aae0v510no2hjf", + "slug": "alp_shield_wall", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mzr6r00a9e0v5hj4earmb", + "meta": { + "id": "clq39zamn00b1sh27ht4l0yw3", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of unfaltering formation", + "subType": "", + "rulesText": "Until your next turn, each ally takes 1 less damage for each other ally it's nearby.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mzwum00aae0v510no2hjf" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_earth_exceptional_minion_cards.json b/data/beta_earth_exceptional_minion_cards.json new file mode 100644 index 0000000..fd09571 --- /dev/null +++ b/data/beta_earth_exceptional_minion_cards.json @@ -0,0 +1,3376 @@ +[ + { + "id": "clm4m0s7s0031e0v50e2dbdkw", + "slug": "albespine_pikemen", + "name": "Albespine Pikemen", + "hotscore": 671, + "guardian": { + "id": "clq39ym5j005ysh27qgos3cfv", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals with prodigious poles", + "subType": "Mortal", + "rulesText": "Strikes first while attacking.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m0s7s0031e0v50e2dbdkw" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8g9b100drs67pwwzpnoue", + "slug": "bet_albespine_pikemen_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/albespine_pikemen.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "“It serves him right who runs into the long reach of a pikeman.” — Grimmelshausen", + "cardId": "clm4m0s7s0031e0v50e2dbdkw", + "setCardId": "clot8g99i00dps67pf9gzxaxc", + "setCard": { + "id": "clot8g99i00dps67pf9gzxaxc", + "slug": "bet_albespine_pikemen", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m0s7s0031e0v50e2dbdkw", + "meta": { + "id": "clq39ymdt0060sh27f96ce81v", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals with prodigious poles", + "subType": "Mortal", + "rulesText": "Strikes first while attacking.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8g99i00dps67pf9gzxaxc" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g9cm00dts67p696lrech", + "slug": "bet_albespine_pikemen_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/albespine_pikemen-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "“It serves him right who runs into the long reach of a pikeman.” — Grimmelshausen", + "cardId": "clm4m0s7s0031e0v50e2dbdkw", + "setCardId": "clot8g99i00dps67pf9gzxaxc", + "setCard": { + "id": "clot8g99i00dps67pf9gzxaxc", + "slug": "bet_albespine_pikemen", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m0s7s0031e0v50e2dbdkw", + "meta": { + "id": "clq39ymdt0060sh27f96ce81v", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals with prodigious poles", + "subType": "Mortal", + "rulesText": "Strikes first while attacking.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8g99i00dps67pf9gzxaxc" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m0zq90033e0v52gb7ahfb", + "slug": "alp_albespine_pikemen_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/albespine_pikemen.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "“It serves him right who runs into the long reach of a pikeman.” — Grimmelshausen", + "cardId": "clm4m0s7s0031e0v50e2dbdkw", + "setCardId": "clm4m0y660032e0v5hbwk4hrt", + "setCard": { + "id": "clm4m0y660032e0v5hbwk4hrt", + "slug": "alp_albespine_pikemen", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m0s7s0031e0v50e2dbdkw", + "meta": { + "id": "clq39ym7w005zsh27h6ck9mvx", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals with prodigious poles", + "subType": "Mortal", + "rulesText": "Strikes first while attacking.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m0y660032e0v5hbwk4hrt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m16zi0034e0v52goobxar", + "slug": "alp_albespine_pikemen_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/albespine_pikemen-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "“It serves him right who runs into the long reach of a pikeman.” — Grimmelshausen", + "cardId": "clm4m0s7s0031e0v50e2dbdkw", + "setCardId": "clm4m0y660032e0v5hbwk4hrt", + "setCard": { + "id": "clm4m0y660032e0v5hbwk4hrt", + "slug": "alp_albespine_pikemen", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m0s7s0031e0v50e2dbdkw", + "meta": { + "id": "clq39ym7w005zsh27h6ck9mvx", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals with prodigious poles", + "subType": "Mortal", + "rulesText": "Strikes first while attacking.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m0y660032e0v5hbwk4hrt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m3bby003ie0v590g346ks", + "slug": "autumn_unicorn", + "name": "Autumn Unicorn", + "hotscore": 3221, + "guardian": { + "id": "clq39ynqv006ash27ev4a1brt", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast renowned in legend", + "subType": "Beast", + "rulesText": "", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m3bby003ie0v590g346ks" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8galg00ejs67plploibcy", + "slug": "bet_autumn_unicorn_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/autumn_unicorn.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "Concerning the fair unicorn, sundry notions do abide. Some demur, others deny, children delight, and charlatans lie.", + "cardId": "clm4m3bby003ie0v590g346ks", + "setCardId": "clot8gaj800ehs67pfwz7jbpp", + "setCard": { + "id": "clot8gaj800ehs67pfwz7jbpp", + "slug": "bet_autumn_unicorn", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m3bby003ie0v590g346ks", + "meta": { + "id": "clq39yo0o006csh27qoldh6cd", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast renowned in legend", + "subType": "Beast", + "rulesText": "", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gaj800ehs67pfwz7jbpp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gand00els67pcy4yox03", + "slug": "bet_autumn_unicorn_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/autumn_unicorn-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "Concerning the fair unicorn, sundry notions do abide. Some demur, others deny, children delight, and charlatans lie.", + "cardId": "clm4m3bby003ie0v590g346ks", + "setCardId": "clot8gaj800ehs67pfwz7jbpp", + "setCard": { + "id": "clot8gaj800ehs67pfwz7jbpp", + "slug": "bet_autumn_unicorn", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m3bby003ie0v590g346ks", + "meta": { + "id": "clq39yo0o006csh27qoldh6cd", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast renowned in legend", + "subType": "Beast", + "rulesText": "", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gaj800ehs67pfwz7jbpp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m3jk3003ke0v57dgl1t54", + "slug": "alp_autumn_unicorn_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/autumn_unicorn.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "Concerning the fair unicorn, sundry notions do abide. Some demur, others deny, children delight, and charlatans lie.", + "cardId": "clm4m3bby003ie0v590g346ks", + "setCardId": "clm4m3hvt003je0v57be83dkb", + "setCard": { + "id": "clm4m3hvt003je0v57be83dkb", + "slug": "alp_autumn_unicorn", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m3bby003ie0v590g346ks", + "meta": { + "id": "clq39ynt6006bsh271l5nkkpo", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast renowned in legend", + "subType": "Beast", + "rulesText": "", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m3hvt003je0v57be83dkb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m3y3c003me0v50u9z0nj2", + "slug": "alp_autumn_unicorn_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/autumn_unicorn-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Séverine Pineaux", + "flavorText": "Concerning the fair unicorn, sundry notions do abide. Some demur, others deny, children delight, and charlatans lie.", + "cardId": "clm4m3bby003ie0v590g346ks", + "setCardId": "clm4m3hvt003je0v57be83dkb", + "setCard": { + "id": "clm4m3hvt003je0v57be83dkb", + "slug": "alp_autumn_unicorn", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m3bby003ie0v590g346ks", + "meta": { + "id": "clq39ynt6006bsh271l5nkkpo", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast renowned in legend", + "subType": "Beast", + "rulesText": "", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m3hvt003je0v57be83dkb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m3s3u003le0v53mlpbrcs", + "slug": "alp_autumn_unicorn_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/autumn_unicorn-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "Concerning the fair unicorn, sundry notions do abide. Some demur, others deny, children delight, and charlatans lie.", + "cardId": "clm4m3bby003ie0v590g346ks", + "setCardId": "clm4m3hvt003je0v57be83dkb", + "setCard": { + "id": "clm4m3hvt003je0v57be83dkb", + "slug": "alp_autumn_unicorn", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m3bby003ie0v590g346ks", + "meta": { + "id": "clq39ynt6006bsh271l5nkkpo", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast renowned in legend", + "subType": "Beast", + "rulesText": "", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m3hvt003je0v57be83dkb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m7rjv004de0v5c5i3dp73", + "slug": "dalcean_phalanx", + "name": "Dalcean Phalanx", + "hotscore": 1928, + "guardian": { + "id": "clq39yqr9006wsh2727lj4q94", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals who yield no ground", + "subType": "Mortal", + "rulesText": "Can only move themselves forward.", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m7rjv004de0v5c5i3dp73" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gcso00fws67pscosgz1m", + "slug": "bet_dalcean_phalanx_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dalcean_phalanx.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "\"‘Fairest of sights on the dull black earth,’ some say,\r\n‘Is a host of horse in battle array.’\r\n‘A phalanx on foot,’ another will cry,\r\n‘Or a navy full sail athwart the sky.’\"\r\n— Sappho", + "cardId": "clm4m7rjv004de0v5c5i3dp73", + "setCardId": "clot8gcr500fus67p2uat8bs7", + "setCard": { + "id": "clot8gcr500fus67p2uat8bs7", + "slug": "bet_dalcean_phalanx", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m7rjv004de0v5c5i3dp73", + "meta": { + "id": "clq39yqzn006ysh27i1ye2w4d", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals who yield no ground", + "subType": "Mortal", + "rulesText": "Can only move themselves forward.", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gcr500fus67p2uat8bs7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gcua00fys67pmlsovv9k", + "slug": "bet_dalcean_phalanx_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dalcean_phalanx-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "\"‘Fairest of sights on the dull black earth,’ some say,\r\n‘Is a host of horse in battle array.’\r\n‘A phalanx on foot,’ another will cry,\r\n‘Or a navy full sail athwart the sky.’\"\r\n— Sappho", + "cardId": "clm4m7rjv004de0v5c5i3dp73", + "setCardId": "clot8gcr500fus67p2uat8bs7", + "setCard": { + "id": "clot8gcr500fus67p2uat8bs7", + "slug": "bet_dalcean_phalanx", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m7rjv004de0v5c5i3dp73", + "meta": { + "id": "clq39yqzn006ysh27i1ye2w4d", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals who yield no ground", + "subType": "Mortal", + "rulesText": "Can only move themselves forward.", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gcr500fus67p2uat8bs7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m7zh1004fe0v5c7r35019", + "slug": "alp_dalcean_phalanx_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dalcean_phalanx.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "\"‘Fairest of sights on the dull black earth,’ some say,\n‘Is a host of horse in battle array.’\n‘A phalanx on foot,’ another will cry,\n‘Or a navy full sail athwart the sky.’\"\n— Sappho", + "cardId": "clm4m7rjv004de0v5c5i3dp73", + "setCardId": "clm4m7xp5004ee0v5d4kr2hfj", + "setCard": { + "id": "clm4m7xp5004ee0v5d4kr2hfj", + "slug": "alp_dalcean_phalanx", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m7rjv004de0v5c5i3dp73", + "meta": { + "id": "clq39yqto006xsh272mbm809x", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals who yield no ground", + "subType": "Mortal", + "rulesText": "Can only move themselves forward.", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m7xp5004ee0v5d4kr2hfj" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m87w8004ge0v59sd1eq55", + "slug": "alp_dalcean_phalanx_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dalcean_phalanx-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "\"‘Fairest of sights on the dull black earth,’ some say,\n‘Is a host of horse in battle array.’\n‘A phalanx on foot,’ another will cry,\n‘Or a navy full sail athwart the sky.’\"\n— Sappho", + "cardId": "clm4m7rjv004de0v5c5i3dp73", + "setCardId": "clm4m7xp5004ee0v5d4kr2hfj", + "setCard": { + "id": "clm4m7xp5004ee0v5d4kr2hfj", + "slug": "alp_dalcean_phalanx", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m7rjv004de0v5c5i3dp73", + "meta": { + "id": "clq39yqto006xsh272mbm809x", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals who yield no ground", + "subType": "Mortal", + "rulesText": "Can only move themselves forward.", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m7xp5004ee0v5d4kr2hfj" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m8ed2004he0v503shbexk", + "slug": "dwarven_digging_team", + "name": "Dwarven Digging Team", + "hotscore": 697, + "guardian": { + "id": "clq39yr57006zsh27a3u2vgre", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Dwarves tirelessly tunnel", + "subType": "Dwarf", + "rulesText": "Burrowing\r\n\r\nAllied minions occupying nearby sites have Burrowing.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m8ed2004he0v503shbexk" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gd4m00g3s67pezibjraz", + "slug": "bet_dwarven_digging_team_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dwarven_digging_team.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4m8ed2004he0v503shbexk", + "setCardId": "clot8gd3100g1s67pr1wybrag", + "setCard": { + "id": "clot8gd3100g1s67pr1wybrag", + "slug": "bet_dwarven_digging_team", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m8ed2004he0v503shbexk", + "meta": { + "id": "clq39yrdb0071sh27mjeuvjyt", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Dwarves tirelessly tunnel", + "subType": "Dwarf", + "rulesText": "Burrowing\r\n\r\nAllied minions occupying nearby sites have Burrowing.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gd3100g1s67pr1wybrag" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gd6400g5s67pqczd0n30", + "slug": "bet_dwarven_digging_team_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dwarven_digging_team-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4m8ed2004he0v503shbexk", + "setCardId": "clot8gd3100g1s67pr1wybrag", + "setCard": { + "id": "clot8gd3100g1s67pr1wybrag", + "slug": "bet_dwarven_digging_team", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m8ed2004he0v503shbexk", + "meta": { + "id": "clq39yrdb0071sh27mjeuvjyt", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Dwarves tirelessly tunnel", + "subType": "Dwarf", + "rulesText": "Burrowing\r\n\r\nAllied minions occupying nearby sites have Burrowing.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gd3100g1s67pr1wybrag" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m8m8e004je0v54src4fux", + "slug": "alp_dwarven_digging_team_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dwarven_digging_team.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4m8ed2004he0v503shbexk", + "setCardId": "clm4m8kv4004ie0v5hiso20jo", + "setCard": { + "id": "clm4m8kv4004ie0v5hiso20jo", + "slug": "alp_dwarven_digging_team", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m8ed2004he0v503shbexk", + "meta": { + "id": "clq39yr7g0070sh27qg8pxs8m", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Dwarves tirelessly tunnel", + "subType": "Dwarf", + "rulesText": "Burrowing\n\nAllied minions occupying nearby sites have Burrowing.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m8kv4004ie0v5hiso20jo" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m8u8m004ke0v5g2n26ozg", + "slug": "alp_dwarven_digging_team_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dwarven_digging_team-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4m8ed2004he0v503shbexk", + "setCardId": "clm4m8kv4004ie0v5hiso20jo", + "setCard": { + "id": "clm4m8kv4004ie0v5hiso20jo", + "slug": "alp_dwarven_digging_team", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m8ed2004he0v503shbexk", + "meta": { + "id": "clq39yr7g0070sh27qg8pxs8m", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Dwarves tirelessly tunnel", + "subType": "Dwarf", + "rulesText": "Burrowing\n\nAllied minions occupying nearby sites have Burrowing.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m8kv4004ie0v5hiso20jo" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m90bp004le0v58h779xyo", + "slug": "frontier_settlers", + "name": "Frontier Settlers", + "hotscore": 2563, + "guardian": { + "id": "clq39yriy0072sh27b8me1e04", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals of till and toil", + "subType": "Mortal", + "rulesText": "Tap → Reveal and play your topmost site to an adjacent void or Rubble. Frontier Settlers move there and lose this ability.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m90bp004le0v58h779xyo" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gdfk00gas67plom7njns", + "slug": "bet_frontier_settlers_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/frontier_settlers.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "“Be fruitful, and multiply, and replenish the earth.“\r\n— Genesis 1:28", + "cardId": "clm4m90bp004le0v58h779xyo", + "setCardId": "clot8gde300g8s67pqcf5hsqb", + "setCard": { + "id": "clot8gde300g8s67pqcf5hsqb", + "slug": "bet_frontier_settlers", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m90bp004le0v58h779xyo", + "meta": { + "id": "clq39yrt00074sh27lri1ur85", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals of till and toil", + "subType": "Mortal", + "rulesText": "Tap → Reveal and play your topmost site to an adjacent void or Rubble. Frontier Settlers move there and lose this ability.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gde300g8s67pqcf5hsqb" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gdh300gcs67p5x0uwu2f", + "slug": "bet_frontier_settlers_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/frontier_settlers-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "“Be fruitful, and multiply, and replenish the earth.“\r\n— Genesis 1:28", + "cardId": "clm4m90bp004le0v58h779xyo", + "setCardId": "clot8gde300g8s67pqcf5hsqb", + "setCard": { + "id": "clot8gde300g8s67pqcf5hsqb", + "slug": "bet_frontier_settlers", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m90bp004le0v58h779xyo", + "meta": { + "id": "clq39yrt00074sh27lri1ur85", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals of till and toil", + "subType": "Mortal", + "rulesText": "Tap → Reveal and play your topmost site to an adjacent void or Rubble. Frontier Settlers move there and lose this ability.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gde300g8s67pqcf5hsqb" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m97t5004ne0v58eljffn1", + "slug": "alp_frontier_settlers_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/frontier_settlers.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "“Be fruitful, and multiply, and replenish the earth.“\n— Genesis 1:28", + "cardId": "clm4m90bp004le0v58h779xyo", + "setCardId": "clm4m96fz004me0v53dtkglv6", + "setCard": { + "id": "clm4m96fz004me0v53dtkglv6", + "slug": "alp_frontier_settlers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m90bp004le0v58h779xyo", + "meta": { + "id": "clq39yrl70073sh279f0pioom", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals of till and toil", + "subType": "Mortal", + "rulesText": "Tap → Reveal the topmost site of your atlas. Play it adjacent to Frontier Settlers, if able, and they move there. They lose this ability.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m96fz004me0v53dtkglv6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m9map004pe0v5at15g75u", + "slug": "alp_frontier_settlers_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/frontier_settlers-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Ossi Hiekkala", + "flavorText": "“Be fruitful, and multiply, and replenish the earth.“\n— Genesis 1:28", + "cardId": "clm4m90bp004le0v58h779xyo", + "setCardId": "clm4m96fz004me0v53dtkglv6", + "setCard": { + "id": "clm4m96fz004me0v53dtkglv6", + "slug": "alp_frontier_settlers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m90bp004le0v58h779xyo", + "meta": { + "id": "clq39yrl70073sh279f0pioom", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals of till and toil", + "subType": "Mortal", + "rulesText": "Tap → Reveal the topmost site of your atlas. Play it adjacent to Frontier Settlers, if able, and they move there. They lose this ability.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m96fz004me0v53dtkglv6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m9g9o004oe0v50hto7vy9", + "slug": "alp_frontier_settlers_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/frontier_settlers-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "“Be fruitful, and multiply, and replenish the earth.“\n— Genesis 1:28", + "cardId": "clm4m90bp004le0v58h779xyo", + "setCardId": "clm4m96fz004me0v53dtkglv6", + "setCard": { + "id": "clm4m96fz004me0v53dtkglv6", + "slug": "alp_frontier_settlers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m90bp004le0v58h779xyo", + "meta": { + "id": "clq39yrl70073sh279f0pioom", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals of till and toil", + "subType": "Mortal", + "rulesText": "Tap → Reveal the topmost site of your atlas. Play it adjacent to Frontier Settlers, if able, and they move there. They lose this ability.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m96fz004me0v53dtkglv6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m9ng6004qe0v5by7z6nnj", + "slug": "gneissgnath_gnomes", + "name": "Gneissgnath Gnomes", + "hotscore": 273, + "guardian": { + "id": "clq39yryx0075sh27hk51zh5k", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Gnomes gnot gnearly gnabbed", + "subType": "Gnome", + "rulesText": "Burrowing\r\n\r\nAt the end of your turn, Gneissgnath Gnomes may burrow.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m9ng6004qe0v5by7z6nnj" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gdrr00ghs67pucvcwxwy", + "slug": "bet_gneissgnath_gnomes_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/gneissgnath_gnomes.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4m9ng6004qe0v5by7z6nnj", + "setCardId": "clot8gdq600gfs67p9jkp4q3z", + "setCard": { + "id": "clot8gdq600gfs67p9jkp4q3z", + "slug": "bet_gneissgnath_gnomes", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m9ng6004qe0v5by7z6nnj", + "meta": { + "id": "clq39ys6u0077sh279js7q6ps", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Gnomes gnot gnearly gnabbed", + "subType": "Gnome", + "rulesText": "Burrowing\r\n\r\nAt the end of your turn, Gneissgnath Gnomes may burrow.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gdq600gfs67p9jkp4q3z" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gdtq00gjs67p2vy1thgk", + "slug": "bet_gneissgnath_gnomes_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/gneissgnath_gnomes-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4m9ng6004qe0v5by7z6nnj", + "setCardId": "clot8gdq600gfs67p9jkp4q3z", + "setCard": { + "id": "clot8gdq600gfs67p9jkp4q3z", + "slug": "bet_gneissgnath_gnomes", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m9ng6004qe0v5by7z6nnj", + "meta": { + "id": "clq39ys6u0077sh279js7q6ps", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Gnomes gnot gnearly gnabbed", + "subType": "Gnome", + "rulesText": "Burrowing\r\n\r\nAt the end of your turn, Gneissgnath Gnomes may burrow.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gdq600gfs67p9jkp4q3z" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m9uz0004se0v57jh1d3v7", + "slug": "alp_gneissgnath_gnomes_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gneissgnath_gnomes.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4m9ng6004qe0v5by7z6nnj", + "setCardId": "clm4m9tm4004re0v50m9f67qx", + "setCard": { + "id": "clm4m9tm4004re0v50m9f67qx", + "slug": "alp_gneissgnath_gnomes", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m9ng6004qe0v5by7z6nnj", + "meta": { + "id": "clq39ys190076sh27sh5rgvq7", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Gnomes gnot gnearly gnabbed", + "subType": "Gnome", + "rulesText": "Burrowing\n\nAt the end of your turn, Gneissgnath Gnomes may burrow.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m9tm4004re0v50m9f67qx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ma2gl004te0v56f30apkh", + "slug": "alp_gneissgnath_gnomes_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gneissgnath_gnomes-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4m9ng6004qe0v5by7z6nnj", + "setCardId": "clm4m9tm4004re0v50m9f67qx", + "setCard": { + "id": "clm4m9tm4004re0v50m9f67qx", + "slug": "alp_gneissgnath_gnomes", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m9ng6004qe0v5by7z6nnj", + "meta": { + "id": "clq39ys190076sh27sh5rgvq7", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Gnomes gnot gnearly gnabbed", + "subType": "Gnome", + "rulesText": "Burrowing\n\nAt the end of your turn, Gneissgnath Gnomes may burrow.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m9tm4004re0v50m9f67qx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mat3i004ye0v56yh9ct97", + "slug": "house_arn_bannerman", + "name": "House Arn Bannerman", + "hotscore": 2167, + "guardian": { + "id": "clq39ysql007bsh27dcdte42k", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal holds banner high", + "subType": "Mortal", + "rulesText": "Other nearby allies have +1 power.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mat3i004ye0v56yh9ct97" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8geei00gvs67puqwd6spr", + "slug": "bet_house_arn_bannerman_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/house_arn_bannerman.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Our crest and banner will once again be a symbol of glory and strength!", + "cardId": "clm4mat3i004ye0v56yh9ct97", + "setCardId": "clot8gecu00gts67pqrp4y6e6", + "setCard": { + "id": "clot8gecu00gts67pqrp4y6e6", + "slug": "bet_house_arn_bannerman", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mat3i004ye0v56yh9ct97", + "meta": { + "id": "clq39yt0l007dsh27ejzgbqly", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal holds banner high", + "subType": "Mortal", + "rulesText": "Other nearby allies have +1 power.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gecu00gts67pqrp4y6e6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8geg300gxs67pk4656tf9", + "slug": "bet_house_arn_bannerman_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/house_arn_bannerman-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Our crest and banner will once again be a symbol of glory and strength!", + "cardId": "clm4mat3i004ye0v56yh9ct97", + "setCardId": "clot8gecu00gts67pqrp4y6e6", + "setCard": { + "id": "clot8gecu00gts67pqrp4y6e6", + "slug": "bet_house_arn_bannerman", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mat3i004ye0v56yh9ct97", + "meta": { + "id": "clq39yt0l007dsh27ejzgbqly", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal holds banner high", + "subType": "Mortal", + "rulesText": "Other nearby allies have +1 power.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gecu00gts67pqrp4y6e6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mb05m0050e0v5183jg9yi", + "slug": "alp_house_arn_bannerman_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/house_arn_bannerman.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Our crest and banner will once again be a symbol of glory and strength!", + "cardId": "clm4mat3i004ye0v56yh9ct97", + "setCardId": "clm4maysy004ze0v50gtec87h", + "setCard": { + "id": "clm4maysy004ze0v50gtec87h", + "slug": "alp_house_arn_bannerman", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mat3i004ye0v56yh9ct97", + "meta": { + "id": "clq39yst3007csh2721qokzq5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal holds banner high", + "subType": "Mortal", + "rulesText": "Other nearby allies have +1 power.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4maysy004ze0v50gtec87h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mbe3n0052e0v54hswdah2", + "slug": "alp_house_arn_bannerman_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/house_arn_bannerman-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Andrea Modesti", + "flavorText": "Our crest and banner will once again be a symbol of glory and strength!", + "cardId": "clm4mat3i004ye0v56yh9ct97", + "setCardId": "clm4maysy004ze0v50gtec87h", + "setCard": { + "id": "clm4maysy004ze0v50gtec87h", + "slug": "alp_house_arn_bannerman", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mat3i004ye0v56yh9ct97", + "meta": { + "id": "clq39yst3007csh2721qokzq5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal holds banner high", + "subType": "Mortal", + "rulesText": "Other nearby allies have +1 power.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4maysy004ze0v50gtec87h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mb7px0051e0v52acy5oot", + "slug": "alp_house_arn_bannerman_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/house_arn_bannerman-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Our crest and banner will once again be a symbol of glory and strength!", + "cardId": "clm4mat3i004ye0v56yh9ct97", + "setCardId": "clm4maysy004ze0v50gtec87h", + "setCard": { + "id": "clm4maysy004ze0v50gtec87h", + "slug": "alp_house_arn_bannerman", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mat3i004ye0v56yh9ct97", + "meta": { + "id": "clq39yst3007csh2721qokzq5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal holds banner high", + "subType": "Mortal", + "rulesText": "Other nearby allies have +1 power.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4maysy004ze0v50gtec87h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mezfy005ue0v5hgoe9tby", + "slug": "monastery_gargoyle", + "name": "Monastery Gargoyle", + "hotscore": 266, + "guardian": { + "id": "clq39yvnv007wsh27s960ar8s", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast weathers all storms", + "subType": "Beast", + "rulesText": "At the start and end of your turn, choose whether Monastery Gargoyle has Airborne or is a non-minion artifact.", + "cost": 5, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mezfy005ue0v5hgoe9tby" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8ggp100i8s67p47ly1cov", + "slug": "bet_monastery_gargoyle_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/monastery_gargoyle.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "Through rain and regret, Through wind and war, we bide our time.", + "cardId": "clm4mezfy005ue0v5hgoe9tby", + "setCardId": "clot8ggnj00i6s67pr3tdkuwu", + "setCard": { + "id": "clot8ggnj00i6s67pr3tdkuwu", + "slug": "bet_monastery_gargoyle", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mezfy005ue0v5hgoe9tby", + "meta": { + "id": "clq39yvw8007ysh27c2ezwkdo", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast weathers all storms", + "subType": "Beast", + "rulesText": "At the start and end of your turn, choose whether Monastery Gargoyle has Airborne or is a non-minion artifact.", + "cost": 5, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ggnj00i6s67pr3tdkuwu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ggqj00ias67p1bjozwuh", + "slug": "bet_monastery_gargoyle_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/monastery_gargoyle-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "Through rain and regret, Through wind and war, we bide our time.", + "cardId": "clm4mezfy005ue0v5hgoe9tby", + "setCardId": "clot8ggnj00i6s67pr3tdkuwu", + "setCard": { + "id": "clot8ggnj00i6s67pr3tdkuwu", + "slug": "bet_monastery_gargoyle", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mezfy005ue0v5hgoe9tby", + "meta": { + "id": "clq39yvw8007ysh27c2ezwkdo", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast weathers all storms", + "subType": "Beast", + "rulesText": "At the start and end of your turn, choose whether Monastery Gargoyle has Airborne or is a non-minion artifact.", + "cost": 5, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ggnj00i6s67pr3tdkuwu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mf6qo005we0v5fy0bdkyd", + "slug": "alp_monastery_gargoyle_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/monastery_gargoyle.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "Through rain and regret, Through wind and war, we bide our time.", + "cardId": "clm4mezfy005ue0v5hgoe9tby", + "setCardId": "clm4mf5fb005ve0v512hu3hlq", + "setCard": { + "id": "clm4mf5fb005ve0v512hu3hlq", + "slug": "alp_monastery_gargoyle", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mezfy005ue0v5hgoe9tby", + "meta": { + "id": "clq39yvq6007xsh27ju4c6lqb", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast weathers all storms", + "subType": "Beast", + "rulesText": "At the start and end of your turn, choose whether Monastery Gargoyle has Airborne or is a non-minion artifact.", + "cost": 5, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mf5fb005ve0v512hu3hlq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mfd3j005xe0v54bpq4uf3", + "slug": "alp_monastery_gargoyle_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/monastery_gargoyle-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "Through rain and regret, Through wind and war, we bide our time.", + "cardId": "clm4mezfy005ue0v5hgoe9tby", + "setCardId": "clm4mf5fb005ve0v512hu3hlq", + "setCard": { + "id": "clm4mf5fb005ve0v512hu3hlq", + "slug": "alp_monastery_gargoyle", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mezfy005ue0v5hgoe9tby", + "meta": { + "id": "clq39yvq6007xsh27ju4c6lqb", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast weathers all storms", + "subType": "Beast", + "rulesText": "At the start and end of your turn, choose whether Monastery Gargoyle has Airborne or is a non-minion artifact.", + "cost": 5, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mf5fb005ve0v512hu3hlq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mfidc005ye0v5c3326jah", + "slug": "monster_hunter", + "name": "Monster Hunter", + "hotscore": 251, + "guardian": { + "id": "clq39yw26007zsh27iee195v4", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal of grim determination", + "subType": "Mortal", + "rulesText": "Genesis → Kill a nearby Monster.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mfidc005ye0v5c3326jah" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gh0j00ifs67pshumn9ds", + "slug": "bet_monster_hunter_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/monster_hunter.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Nor glory nor profit is his reward—a safer world is.", + "cardId": "clm4mfidc005ye0v5c3326jah", + "setCardId": "clot8ggyz00ids67p49lm2yxu", + "setCard": { + "id": "clot8ggyz00ids67p49lm2yxu", + "slug": "bet_monster_hunter", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mfidc005ye0v5c3326jah", + "meta": { + "id": "clq39ywa00081sh27cjmxach5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal of grim determination", + "subType": "Mortal", + "rulesText": "Genesis → Kill a nearby Monster.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ggyz00ids67p49lm2yxu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gh2700ihs67pv8pk05jx", + "slug": "bet_monster_hunter_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/monster_hunter-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Nor glory nor profit is his reward—a safer world is.", + "cardId": "clm4mfidc005ye0v5c3326jah", + "setCardId": "clot8ggyz00ids67p49lm2yxu", + "setCard": { + "id": "clot8ggyz00ids67p49lm2yxu", + "slug": "bet_monster_hunter", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mfidc005ye0v5c3326jah", + "meta": { + "id": "clq39ywa00081sh27cjmxach5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal of grim determination", + "subType": "Mortal", + "rulesText": "Genesis → Kill a nearby Monster.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ggyz00ids67p49lm2yxu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mfppz0060e0v5gwr25ejr", + "slug": "alp_monster_hunter_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/monster_hunter.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Nor glory nor profit is his reward—a safer world is.", + "cardId": "clm4mfidc005ye0v5c3326jah", + "setCardId": "clm4mfo7q005ze0v58quhc8yr", + "setCard": { + "id": "clm4mfo7q005ze0v58quhc8yr", + "slug": "alp_monster_hunter", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mfidc005ye0v5c3326jah", + "meta": { + "id": "clq39yw4g0080sh27g7dp5t2y", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal of grim determination", + "subType": "Mortal", + "rulesText": "Genesis → Kill a nearby Monster.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mfo7q005ze0v58quhc8yr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mfwe80061e0v58blretvu", + "slug": "alp_monster_hunter_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/monster_hunter-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Nor glory nor profit is his reward—a safer world is.", + "cardId": "clm4mfidc005ye0v5c3326jah", + "setCardId": "clm4mfo7q005ze0v58quhc8yr", + "setCard": { + "id": "clm4mfo7q005ze0v58quhc8yr", + "slug": "alp_monster_hunter", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mfidc005ye0v5c3326jah", + "meta": { + "id": "clq39yw4g0080sh27g7dp5t2y", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal of grim determination", + "subType": "Mortal", + "rulesText": "Genesis → Kill a nearby Monster.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mfo7q005ze0v58quhc8yr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mh4pg006be0v5dtyu1wv7", + "slug": "pudge_butcher", + "name": "Pudge Butcher", + "hotscore": 3840, + "guardian": { + "id": "clq39yx8k0088sh27tyf83qoq", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Demon of corpulent choler", + "subType": "Demon", + "rulesText": "Immobile\r\n\r\nTap → Shoot a projectile. If it hits a unit, drag it to this location. Pudge may fight it.", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mh4pg006be0v5dtyu1wv7" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8ghyk00j0s67pnamdrtdh", + "slug": "bet_pudge_butcher_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pudge_butcher.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4mh4pg006be0v5dtyu1wv7", + "setCardId": "clot8ghww00iys67p5r1bzi7a", + "setCard": { + "id": "clot8ghww00iys67p5r1bzi7a", + "slug": "bet_pudge_butcher", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mh4pg006be0v5dtyu1wv7", + "meta": { + "id": "clq39yxi4008ash27pdfecwte", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Demon of corpulent choler", + "subType": "Demon", + "rulesText": "Immobile\r\n\r\nTap → Shoot a projectile. If it hits a unit, drag it to this location. Pudge may fight it.", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ghww00iys67p5r1bzi7a" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gi0200j2s67p40jr3t7z", + "slug": "bet_pudge_butcher_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pudge_butcher-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4mh4pg006be0v5dtyu1wv7", + "setCardId": "clot8ghww00iys67p5r1bzi7a", + "setCard": { + "id": "clot8ghww00iys67p5r1bzi7a", + "slug": "bet_pudge_butcher", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mh4pg006be0v5dtyu1wv7", + "meta": { + "id": "clq39yxi4008ash27pdfecwte", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Demon of corpulent choler", + "subType": "Demon", + "rulesText": "Immobile\r\n\r\nTap → Shoot a projectile. If it hits a unit, drag it to this location. Pudge may fight it.", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ghww00iys67p5r1bzi7a" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mhbsj006de0v54mk51yun", + "slug": "alp_pudge_butcher_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pudge_butcher.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4mh4pg006be0v5dtyu1wv7", + "setCardId": "clm4mhah8006ce0v5awpo2wp1", + "setCard": { + "id": "clm4mhah8006ce0v5awpo2wp1", + "slug": "alp_pudge_butcher", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mh4pg006be0v5dtyu1wv7", + "meta": { + "id": "clq39yxaw0089sh27umbyy9az", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Demon of corpulent choler", + "subType": "Demon", + "rulesText": "Immobile\n\nTap → Shoot a projectile. If it hits a unit, drag it to this location. Pudge may fight it.", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mhah8006ce0v5awpo2wp1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mhp4b006fe0v53tvz5fq2", + "slug": "alp_pudge_butcher_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pudge_butcher-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4mh4pg006be0v5dtyu1wv7", + "setCardId": "clm4mhah8006ce0v5awpo2wp1", + "setCard": { + "id": "clm4mhah8006ce0v5awpo2wp1", + "slug": "alp_pudge_butcher", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mh4pg006be0v5dtyu1wv7", + "meta": { + "id": "clq39yxaw0089sh27umbyy9az", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Demon of corpulent choler", + "subType": "Demon", + "rulesText": "Immobile\n\nTap → Shoot a projectile. If it hits a unit, drag it to this location. Pudge may fight it.", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mhah8006ce0v5awpo2wp1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mhjas006ee0v5fbky2u2s", + "slug": "alp_pudge_butcher_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pudge_butcher-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4mh4pg006be0v5dtyu1wv7", + "setCardId": "clm4mhah8006ce0v5awpo2wp1", + "setCard": { + "id": "clm4mhah8006ce0v5awpo2wp1", + "slug": "alp_pudge_butcher", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mh4pg006be0v5dtyu1wv7", + "meta": { + "id": "clq39yxaw0089sh27umbyy9az", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Demon of corpulent choler", + "subType": "Demon", + "rulesText": "Immobile\n\nTap → Shoot a projectile. If it hits a unit, drag it to this location. Pudge may fight it.", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mhah8006ce0v5awpo2wp1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4miat9006le0v55mg0hpie", + "slug": "root_spider", + "name": "Root Spider", + "hotscore": 5440, + "guardian": { + "id": "clq39yy2u008esh27kejd4k9g", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a snare of silk", + "subType": "Beast", + "rulesText": "Burrowing\r\n\r\nWhile Root Spider is burrowed, minions directly above it are disabled.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4miat9006le0v55mg0hpie" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gil600jes67p3xqnoan3", + "slug": "bet_root_spider_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/root_spider.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4miat9006le0v55mg0hpie", + "setCardId": "clot8gijm00jcs67pvu4d20nd", + "setCard": { + "id": "clot8gijm00jcs67pvu4d20nd", + "slug": "bet_root_spider", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4miat9006le0v55mg0hpie", + "meta": { + "id": "clq39yycp008gsh27mzxj78zy", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a snare of silk", + "subType": "Beast", + "rulesText": "Burrowing\r\n\r\nWhile Root Spider is burrowed, minions directly above it are disabled.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gijm00jcs67pvu4d20nd" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gimr00jgs67p45h7l5ma", + "slug": "bet_root_spider_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/root_spider-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4miat9006le0v55mg0hpie", + "setCardId": "clot8gijm00jcs67pvu4d20nd", + "setCard": { + "id": "clot8gijm00jcs67pvu4d20nd", + "slug": "bet_root_spider", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4miat9006le0v55mg0hpie", + "meta": { + "id": "clq39yycp008gsh27mzxj78zy", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a snare of silk", + "subType": "Beast", + "rulesText": "Burrowing\r\n\r\nWhile Root Spider is burrowed, minions directly above it are disabled.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gijm00jcs67pvu4d20nd" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4miija006ne0v53djp37ru", + "slug": "alp_root_spider_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/root_spider.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4miat9006le0v55mg0hpie", + "setCardId": "clm4mih84006me0v5eu4s2d4h", + "setCard": { + "id": "clm4mih84006me0v5eu4s2d4h", + "slug": "alp_root_spider", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4miat9006le0v55mg0hpie", + "meta": { + "id": "clq39yy55008fsh27b8vj0xql", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a snare of silk", + "subType": "Beast", + "rulesText": "Burrowing\n\nWhile Root Spider is burrowed, minions directly above it are disabled.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mih84006me0v5eu4s2d4h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4miq7y006oe0v5bvqy12nc", + "slug": "alp_root_spider_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/root_spider-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4miat9006le0v55mg0hpie", + "setCardId": "clm4mih84006me0v5eu4s2d4h", + "setCard": { + "id": "clm4mih84006me0v5eu4s2d4h", + "slug": "alp_root_spider", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4miat9006le0v55mg0hpie", + "meta": { + "id": "clq39yy55008fsh27b8vj0xql", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a snare of silk", + "subType": "Beast", + "rulesText": "Burrowing\n\nWhile Root Spider is burrowed, minions directly above it are disabled.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mih84006me0v5eu4s2d4h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mkjkh0072e0v555fn2zfx", + "slug": "shield_maidens", + "name": "Shield Maidens", + "hotscore": 1726, + "guardian": { + "id": "clq39yzpp008qsh27a9yry50h", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals hold the line", + "subType": "Mortal", + "rulesText": "Nearby allies take 1 less damage.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mkjkh0072e0v555fn2zfx" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gjul00k6s67p0ucst3rs", + "slug": "bet_shield_maidens_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/shield_maidens.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "My word is my bond, my shield is my service.", + "cardId": "clm4mkjkh0072e0v555fn2zfx", + "setCardId": "clot8gjt000k4s67psnrwjmaf", + "setCard": { + "id": "clot8gjt000k4s67psnrwjmaf", + "slug": "bet_shield_maidens", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mkjkh0072e0v555fn2zfx", + "meta": { + "id": "clq39yzxi008ssh27xskosruo", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals hold the line", + "subType": "Mortal", + "rulesText": "Nearby allies take 1 less damage.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gjt000k4s67psnrwjmaf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gjw600k8s67paa1ghev1", + "slug": "bet_shield_maidens_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/shield_maidens-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "My word is my bond, my shield is my service.", + "cardId": "clm4mkjkh0072e0v555fn2zfx", + "setCardId": "clot8gjt000k4s67psnrwjmaf", + "setCard": { + "id": "clot8gjt000k4s67psnrwjmaf", + "slug": "bet_shield_maidens", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mkjkh0072e0v555fn2zfx", + "meta": { + "id": "clq39yzxi008ssh27xskosruo", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals hold the line", + "subType": "Mortal", + "rulesText": "Nearby allies take 1 less damage.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gjt000k4s67psnrwjmaf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mkqbx0074e0v583x85n9z", + "slug": "alp_shield_maidens_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/shield_maidens.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "My word is my bond, my shield is my service.", + "cardId": "clm4mkjkh0072e0v555fn2zfx", + "setCardId": "clm4mkp0p0073e0v53asmc82h", + "setCard": { + "id": "clm4mkp0p0073e0v53asmc82h", + "slug": "alp_shield_maidens", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mkjkh0072e0v555fn2zfx", + "meta": { + "id": "clq39yzry008rsh272jaxxs58", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals hold the line", + "subType": "Mortal", + "rulesText": "Nearby allies take 1 less damage.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mkp0p0073e0v53asmc82h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mkxmg0075e0v5e187e0ce", + "slug": "alp_shield_maidens_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/shield_maidens-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "My word is my bond, my shield is my service.", + "cardId": "clm4mkjkh0072e0v555fn2zfx", + "setCardId": "clm4mkp0p0073e0v53asmc82h", + "setCard": { + "id": "clm4mkp0p0073e0v53asmc82h", + "slug": "alp_shield_maidens", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mkjkh0072e0v555fn2zfx", + "meta": { + "id": "clq39yzry008rsh272jaxxs58", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals hold the line", + "subType": "Mortal", + "rulesText": "Nearby allies take 1 less damage.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mkp0p0073e0v53asmc82h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mlnn5007ae0v5a7zqe0d7", + "slug": "sirian_templar", + "name": "Sirian Templar", + "hotscore": 420, + "guardian": { + "id": "clq39z0gu008wsh27icd0rcco", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal dispenses almighty justice", + "subType": "Mortal", + "rulesText": "Takes no damage from Demon, Spirit, or Undead minions.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mlnn5007ae0v5a7zqe0d7" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gkhq00kks67pgqsnrh7d", + "slug": "bet_sirian_templar_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sirian_templar.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "Struck down, the templar rose again, guided by his holy purpose—and the dawn rose with him.", + "cardId": "clm4mlnn5007ae0v5a7zqe0d7", + "setCardId": "clot8gkg000kis67pyzuywsfw", + "setCard": { + "id": "clot8gkg000kis67pyzuywsfw", + "slug": "bet_sirian_templar", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mlnn5007ae0v5a7zqe0d7", + "meta": { + "id": "clq39z0t6008zsh27y4wrgzx1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal dispenses almighty justice", + "subType": "Mortal", + "rulesText": "Takes no damage from Demon, Spirit, or Undead minions.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gkg000kis67pyzuywsfw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gkjd00kms67p6e6o6tm9", + "slug": "bet_sirian_templar_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sirian_templar-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "Struck down, the templar rose again, guided by his holy purpose—and the dawn rose with him.", + "cardId": "clm4mlnn5007ae0v5a7zqe0d7", + "setCardId": "clot8gkg000kis67pyzuywsfw", + "setCard": { + "id": "clot8gkg000kis67pyzuywsfw", + "slug": "bet_sirian_templar", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mlnn5007ae0v5a7zqe0d7", + "meta": { + "id": "clq39z0t6008zsh27y4wrgzx1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal dispenses almighty justice", + "subType": "Mortal", + "rulesText": "Takes no damage from Demon, Spirit, or Undead minions.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gkg000kis67pyzuywsfw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mlue5007ce0v5hkry8gpf", + "slug": "alp_sirian_templar_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sirian_templar.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "Struck down, the templar rose again, guided by his holy purpose—and the dawn rose with him.", + "cardId": "clm4mlnn5007ae0v5a7zqe0d7", + "setCardId": "clm4mlt2n007be0v556d3am3x", + "setCard": { + "id": "clm4mlt2n007be0v556d3am3x", + "slug": "alp_sirian_templar", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mlnn5007ae0v5a7zqe0d7", + "meta": { + "id": "clq39z0j5008xsh27cud6fcav", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal dispenses almighty justice", + "subType": "Mortal", + "rulesText": "Takes no damage from Demon, Spirit, or Undead minions.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mlt2n007be0v556d3am3x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mm156007de0v58j09aewm", + "slug": "alp_sirian_templar_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sirian_templar-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "Struck down, the templar rose again, guided by his holy purpose—and the dawn rose with him.", + "cardId": "clm4mlnn5007ae0v5a7zqe0d7", + "setCardId": "clm4mlt2n007be0v556d3am3x", + "setCard": { + "id": "clm4mlt2n007be0v556d3am3x", + "slug": "alp_sirian_templar", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mlnn5007ae0v5a7zqe0d7", + "meta": { + "id": "clq39z0j5008xsh27cud6fcav", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal dispenses almighty justice", + "subType": "Mortal", + "rulesText": "Takes no damage from Demon, Spirit, or Undead minions.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mlt2n007be0v556d3am3x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4rigyb000f42v5gl598kxs", + "slug": "pro_sirian_templar_bt_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/pro/sirian_templar-bt.png", + "finish": "Standard", + "product": "Box_Topper", + "artist": "Gadu Duaso", + "flavorText": "Yea, though I wal through the valley of the shadow of death, I will fear no evil. — Psalms 23:4", + "cardId": "clm4mlnn5007ae0v5a7zqe0d7", + "setCardId": "clm4rifmv000e42v5ggy7egln", + "setCard": { + "id": "clm4rifmv000e42v5ggy7egln", + "slug": "pro_sirian_templar", + "setId": "clm4rgehb000042v5a04vfg6s", + "cardId": "clm4mlnn5007ae0v5a7zqe0d7", + "meta": { + "id": "clq39z0p9008ysh278gscjjs3", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal, bane of all evil", + "subType": "Mortal", + "rulesText": "Takes no damage from Demon, Spirit, or Undead minions.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4rifmv000e42v5ggy7egln" + }, + "set": { + "id": "clm4rgehb000042v5a04vfg6s", + "name": "Promotional", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mmpis007ie0v56emmd4d8", + "slug": "slumbering_giantess", + "name": "Slumbering Giantess", + "hotscore": 2094, + "guardian": { + "id": "clq39z1c20093sh27jpqyfp5t", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Giant dozes peacefully", + "subType": "Giant", + "rulesText": "Genesis → Fall asleep. Slumbering Giantess is disabled until hurt.", + "cost": 3, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mmpis007ie0v56emmd4d8" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gl5o00kys67pdx5htj0g", + "slug": "bet_slumbering_giantess_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/slumbering_giantess.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4mmpis007ie0v56emmd4d8", + "setCardId": "clot8gl4300kws67pub9njum8", + "setCard": { + "id": "clot8gl4300kws67pub9njum8", + "slug": "bet_slumbering_giantess", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mmpis007ie0v56emmd4d8", + "meta": { + "id": "clq39z1k80095sh27vjv3k0lp", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Giant dozes peacefully", + "subType": "Giant", + "rulesText": "Genesis → Fall asleep. Slumbering Giantess is disabled until hurt.", + "cost": 3, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gl4300kws67pub9njum8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gl7c00l0s67pw60u1kmt", + "slug": "bet_slumbering_giantess_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/slumbering_giantess-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4mmpis007ie0v56emmd4d8", + "setCardId": "clot8gl4300kws67pub9njum8", + "setCard": { + "id": "clot8gl4300kws67pub9njum8", + "slug": "bet_slumbering_giantess", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mmpis007ie0v56emmd4d8", + "meta": { + "id": "clq39z1k80095sh27vjv3k0lp", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Giant dozes peacefully", + "subType": "Giant", + "rulesText": "Genesis → Fall asleep. Slumbering Giantess is disabled until hurt.", + "cost": 3, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gl4300kws67pub9njum8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mmx7l007ke0v50ewa28jx", + "slug": "alp_slumbering_giantess_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/slumbering_giantess.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4mmpis007ie0v56emmd4d8", + "setCardId": "clm4mmvpq007je0v578u20k1p", + "setCard": { + "id": "clm4mmvpq007je0v578u20k1p", + "slug": "alp_slumbering_giantess", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mmpis007ie0v56emmd4d8", + "meta": { + "id": "clq39z1ee0094sh27whtoqf27", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Giant dozes peacefully", + "subType": "Giant", + "rulesText": "Genesis → Fall asleep. Slumbering Giantess is disabled until hurt.", + "cost": 3, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mmvpq007je0v578u20k1p" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mn3ut007le0v518qu7n96", + "slug": "alp_slumbering_giantess_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/slumbering_giantess-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4mmpis007ie0v56emmd4d8", + "setCardId": "clm4mmvpq007je0v578u20k1p", + "setCard": { + "id": "clm4mmvpq007je0v578u20k1p", + "slug": "alp_slumbering_giantess", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mmpis007ie0v56emmd4d8", + "meta": { + "id": "clq39z1ee0094sh27whtoqf27", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Giant dozes peacefully", + "subType": "Giant", + "rulesText": "Genesis → Fall asleep. Slumbering Giantess is disabled until hurt.", + "cost": 3, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mmvpq007je0v578u20k1p" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4moeu3007ve0v5552k2yfb", + "slug": "tragedy_worrywart", + "name": "Tragedy Worrywart", + "hotscore": 1002, + "guardian": { + "id": "clq39z2ix009csh27qc4yjgxy", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal prepares for the worst", + "subType": "Mortal", + "rulesText": "Units nearby take no damage from Magic spells.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4moeu3007ve0v5552k2yfb" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gm6500ljs67prjn98d0k", + "slug": "bet_tragedy_worrywart_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/tragedy_worrywart.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "He frets incessantly to preserve the life he's not living.", + "cardId": "clm4moeu3007ve0v5552k2yfb", + "setCardId": "clot8gm4c00lhs67pd707qinw", + "setCard": { + "id": "clot8gm4c00lhs67pd707qinw", + "slug": "bet_tragedy_worrywart", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4moeu3007ve0v5552k2yfb", + "meta": { + "id": "clq39z2r6009esh27d0mtvog9", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal prepares for the worst", + "subType": "Mortal", + "rulesText": "Units nearby take no damage from Magic spells.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gm4c00lhs67pd707qinw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gm7o00lls67pm6jl99o4", + "slug": "bet_tragedy_worrywart_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/tragedy_worrywart-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "He frets incessantly to preserve the life he's not living.", + "cardId": "clm4moeu3007ve0v5552k2yfb", + "setCardId": "clot8gm4c00lhs67pd707qinw", + "setCard": { + "id": "clot8gm4c00lhs67pd707qinw", + "slug": "bet_tragedy_worrywart", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4moeu3007ve0v5552k2yfb", + "meta": { + "id": "clq39z2r6009esh27d0mtvog9", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal prepares for the worst", + "subType": "Mortal", + "rulesText": "Units nearby take no damage from Magic spells.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gm4c00lhs67pd707qinw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4molnw007xe0v52b3t953o", + "slug": "alp_tragedy_worrywart_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tragedy_worrywart.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Better safe than sorry.", + "cardId": "clm4moeu3007ve0v5552k2yfb", + "setCardId": "clm4mokcu007we0v53si10ntb", + "setCard": { + "id": "clm4mokcu007we0v53si10ntb", + "slug": "alp_tragedy_worrywart", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4moeu3007ve0v5552k2yfb", + "meta": { + "id": "clq39z2l8009dsh27io83zlj0", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal prepares for the worst", + "subType": "Mortal", + "rulesText": "Units nearby take no damage from Magic spells.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mokcu007we0v53si10ntb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mosgt007ye0v5aw8eg2xi", + "slug": "alp_tragedy_worrywart_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tragedy_worrywart-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Better safe than sorry.", + "cardId": "clm4moeu3007ve0v5552k2yfb", + "setCardId": "clm4mokcu007we0v53si10ntb", + "setCard": { + "id": "clm4mokcu007we0v53si10ntb", + "slug": "alp_tragedy_worrywart", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4moeu3007ve0v5552k2yfb", + "meta": { + "id": "clq39z2l8009dsh27io83zlj0", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal prepares for the worst", + "subType": "Mortal", + "rulesText": "Units nearby take no damage from Magic spells.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mokcu007we0v53si10ntb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4moyax007ze0v50e2040ae", + "slug": "vanguard_knights", + "name": "Vanguard Knights", + "hotscore": 490, + "guardian": { + "id": "clq39z2wx009fsh27a7c9ygjw", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals ride onward to glory", + "subType": "Mortal", + "rulesText": "Vanguard Knights have +2 power if they alone are the furthest forward of your units.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4moyax007ze0v50e2040ae" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gmha00lqs67pyw595kzx", + "slug": "bet_vanguard_knights_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/vanguard_knights.png", + "finish": "Standard", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4moyax007ze0v50e2040ae", + "setCardId": "clot8gmfr00los67pa4ukquhn", + "setCard": { + "id": "clot8gmfr00los67pa4ukquhn", + "slug": "bet_vanguard_knights", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4moyax007ze0v50e2040ae", + "meta": { + "id": "clq39z34x009hsh276yjhhkoj", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals ride onward to glory", + "subType": "Mortal", + "rulesText": "Vanguard Knights have +2 power if they alone are the furthest forward of your units.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gmfr00los67pa4ukquhn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gmit00lss67ptdbdrz9w", + "slug": "bet_vanguard_knights_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/vanguard_knights-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4moyax007ze0v50e2040ae", + "setCardId": "clot8gmfr00los67pa4ukquhn", + "setCard": { + "id": "clot8gmfr00los67pa4ukquhn", + "slug": "bet_vanguard_knights", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4moyax007ze0v50e2040ae", + "meta": { + "id": "clq39z34x009hsh276yjhhkoj", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals ride onward to glory", + "subType": "Mortal", + "rulesText": "Vanguard Knights have +2 power if they alone are the furthest forward of your units.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gmfr00los67pa4ukquhn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mp59r0081e0v50pr2g259", + "slug": "alp_vanguard_knights_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vanguard_knights.png", + "finish": "Standard", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4moyax007ze0v50e2040ae", + "setCardId": "clm4mp3y90080e0v51d345n84", + "setCard": { + "id": "clm4mp3y90080e0v51d345n84", + "slug": "alp_vanguard_knights", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4moyax007ze0v50e2040ae", + "meta": { + "id": "clq39z2z8009gsh27xxefs1mw", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals ride onward to glory", + "subType": "Mortal", + "rulesText": "Vanguard Knights have +2 power if they alone are the furthest forward of your units.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mp3y90080e0v51d345n84" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mpc2m0082e0v5frnofnz4", + "slug": "alp_vanguard_knights_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vanguard_knights-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4moyax007ze0v50e2040ae", + "setCardId": "clm4mp3y90080e0v51d345n84", + "setCard": { + "id": "clm4mp3y90080e0v51d345n84", + "slug": "alp_vanguard_knights", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4moyax007ze0v50e2040ae", + "meta": { + "id": "clq39z2z8009gsh27xxefs1mw", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals ride onward to glory", + "subType": "Mortal", + "rulesText": "Vanguard Knights have +2 power if they alone are the furthest forward of your units.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mp3y90080e0v51d345n84" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mr6t9008he0v5gubdht3v", + "slug": "yourke_crossbowmen", + "name": "Yourke Crossbowmen", + "hotscore": 757, + "guardian": { + "id": "clq39z4km009rsh27umlt8g08", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals entrenched and armed", + "subType": "Mortal", + "rulesText": "Ranged\r\n\r\nTakes no damage from ranged strikes.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mr6t9008he0v5gubdht3v" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gnsv00mis67pi42lhlgh", + "slug": "bet_yourke_crossbowmen_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/yourke_crossbowmen.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Corin's shield wracked and shivered like a plucked bowstring—but held!—while he reloaded.", + "cardId": "clm4mr6t9008he0v5gubdht3v", + "setCardId": "clot8gnr000mgs67pzjj7mnl7", + "setCard": { + "id": "clot8gnr000mgs67pzjj7mnl7", + "slug": "bet_yourke_crossbowmen", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mr6t9008he0v5gubdht3v", + "meta": { + "id": "clq39z4sz009tsh27y5ual5ov", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals entrenched and armed", + "subType": "Mortal", + "rulesText": "Ranged\r\n\r\nTakes no damage from ranged strikes.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gnr000mgs67pzjj7mnl7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gnul00mks67pyvh7wprd", + "slug": "bet_yourke_crossbowmen_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/yourke_crossbowmen-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Corin's shield wracked and shivered like a plucked bowstring—but held!—while he reloaded.", + "cardId": "clm4mr6t9008he0v5gubdht3v", + "setCardId": "clot8gnr000mgs67pzjj7mnl7", + "setCard": { + "id": "clot8gnr000mgs67pzjj7mnl7", + "slug": "bet_yourke_crossbowmen", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mr6t9008he0v5gubdht3v", + "meta": { + "id": "clq39z4sz009tsh27y5ual5ov", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals entrenched and armed", + "subType": "Mortal", + "rulesText": "Ranged\r\n\r\nTakes no damage from ranged strikes.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gnr000mgs67pzjj7mnl7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mrdzh008je0v571lf9i6m", + "slug": "alp_yourke_crossbowmen_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/yourke_crossbowmen.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Corin's shield wracked and shivered like a plucked bowstring—but held!—while he reloaded.", + "cardId": "clm4mr6t9008he0v5gubdht3v", + "setCardId": "clm4mrcmp008ie0v5f7ggez8s", + "setCard": { + "id": "clm4mrcmp008ie0v5f7ggez8s", + "slug": "alp_yourke_crossbowmen", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mr6t9008he0v5gubdht3v", + "meta": { + "id": "clq39z4n3009ssh27zy3fjr4g", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals entrenched and armed", + "subType": "Mortal", + "rulesText": "Ranged\n\nTakes no damage from ranged strikes.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mrcmp008ie0v5f7ggez8s" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mrllv008ke0v52hmn6p2i", + "slug": "alp_yourke_crossbowmen_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/yourke_crossbowmen-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Corin's shield wracked and shivered like a plucked bowstring—but held!—while he reloaded.", + "cardId": "clm4mr6t9008he0v5gubdht3v", + "setCardId": "clm4mrcmp008ie0v5f7ggez8s", + "setCard": { + "id": "clm4mrcmp008ie0v5f7ggez8s", + "slug": "alp_yourke_crossbowmen", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mr6t9008he0v5gubdht3v", + "meta": { + "id": "clq39z4n3009ssh27zy3fjr4g", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals entrenched and armed", + "subType": "Mortal", + "rulesText": "Ranged\n\nTakes no damage from ranged strikes.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mrcmp008ie0v5f7ggez8s" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_earth_exceptional_site_cards.json b/data/beta_earth_exceptional_site_cards.json new file mode 100644 index 0000000..b2b4676 --- /dev/null +++ b/data/beta_earth_exceptional_site_cards.json @@ -0,0 +1,1814 @@ +[ + { + "id": "clm4qla9j012ie0v536poch9p", + "slug": "aqueduct", + "name": "Aqueduct", + "hotscore": 3268, + "guardian": { + "id": "clq3a1xe200ugsh27y8axzuj1", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qla9j012ie0v536poch9p" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + }, + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8ivcj01yms67pbykdx2ii", + "slug": "bet_aqueduct_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/aqueduct.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Through brick and ashlar conduits flows the lifeblood of an empire.", + "cardId": "clm4qla9j012ie0v536poch9p", + "setCardId": "clot8ivb001yks67pasqhzy50", + "setCard": { + "id": "clot8ivb001yks67pasqhzy50", + "slug": "bet_aqueduct", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qla9j012ie0v536poch9p", + "meta": { + "id": "clq3a1xm500uish2733f1w9jo", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ivb001yks67pasqhzy50" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ive101yos67p7thd7x18", + "slug": "bet_aqueduct_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/aqueduct-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Through brick and ashlar conduits flows the lifeblood of an empire.", + "cardId": "clm4qla9j012ie0v536poch9p", + "setCardId": "clot8ivb001yks67pasqhzy50", + "setCard": { + "id": "clot8ivb001yks67pasqhzy50", + "slug": "bet_aqueduct", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qla9j012ie0v536poch9p", + "meta": { + "id": "clq3a1xm500uish2733f1w9jo", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ivb001yks67pasqhzy50" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qlhec012ke0v5d5kecygc", + "slug": "alp_aqueduct_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/aqueduct.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Through brick and ashlar conduits flows the lifeblood of an empire.", + "cardId": "clm4qla9j012ie0v536poch9p", + "setCardId": "clm4qlg3c012je0v536wk25y5", + "setCard": { + "id": "clm4qlg3c012je0v536wk25y5", + "slug": "alp_aqueduct", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qla9j012ie0v536poch9p", + "meta": { + "id": "clq3a1xge00uhsh27n75hnl2r", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qlg3c012je0v536wk25y5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qlnzq012le0v58oa35q3g", + "slug": "alp_aqueduct_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/aqueduct-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Through brick and ashlar conduits flows the lifeblood of an empire.", + "cardId": "clm4qla9j012ie0v536poch9p", + "setCardId": "clm4qlg3c012je0v536wk25y5", + "setCard": { + "id": "clm4qlg3c012je0v536wk25y5", + "slug": "alp_aqueduct", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qla9j012ie0v536poch9p", + "meta": { + "id": "clq3a1xge00uhsh27n75hnl2r", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qlg3c012je0v536wk25y5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q46a600yme0v5fiz5c1kt", + "slug": "bedrock", + "name": "Bedrock", + "hotscore": 4944, + "guardian": { + "id": "clq3a1koc00rysh27qiq7atri", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of unyielding solidity", + "subType": "", + "rulesText": "Can't be moved, destroyed, or modified.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4q46a600yme0v5fiz5c1kt" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8ilmy01sss67p099z7mxl", + "slug": "bet_bedrock_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bedrock.png", + "finish": "Standard", + "product": "Booster", + "artist": "Adam Kašpar", + "flavorText": "", + "cardId": "clm4q46a600yme0v5fiz5c1kt", + "setCardId": "clot8ille01sqs67pyuq1eu90", + "setCard": { + "id": "clot8ille01sqs67pyuq1eu90", + "slug": "bet_bedrock", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q46a600yme0v5fiz5c1kt", + "meta": { + "id": "clq3a1kwm00s0sh27cgehq0mi", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of unyielding solidity", + "subType": "", + "rulesText": "Can't be moved, destroyed, or modified.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ille01sqs67pyuq1eu90" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iloi01sus67pmhzknido", + "slug": "bet_bedrock_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bedrock-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Adam Kašpar", + "flavorText": "", + "cardId": "clm4q46a600yme0v5fiz5c1kt", + "setCardId": "clot8ille01sqs67pyuq1eu90", + "setCard": { + "id": "clot8ille01sqs67pyuq1eu90", + "slug": "bet_bedrock", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q46a600yme0v5fiz5c1kt", + "meta": { + "id": "clq3a1kwm00s0sh27cgehq0mi", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of unyielding solidity", + "subType": "", + "rulesText": "Can't be moved, destroyed, or modified.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ille01sqs67pyuq1eu90" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q4d9b00yoe0v51jz46l6z", + "slug": "alp_bedrock_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bedrock.png", + "finish": "Standard", + "product": "Booster", + "artist": "Adam Kašpar", + "flavorText": "", + "cardId": "clm4q46a600yme0v5fiz5c1kt", + "setCardId": "clm4q4by400yne0v51i4f553p", + "setCard": { + "id": "clm4q4by400yne0v51i4f553p", + "slug": "alp_bedrock", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q46a600yme0v5fiz5c1kt", + "meta": { + "id": "clq3a1kqz00rzsh27hw3rrhcq", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of unyielding solidity", + "subType": "", + "rulesText": "Can't be moved, destroyed, or modified.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q4by400yne0v51i4f553p" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q4jwh00ype0v5f1el69nf", + "slug": "alp_bedrock_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bedrock-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Adam Kašpar", + "flavorText": "", + "cardId": "clm4q46a600yme0v5fiz5c1kt", + "setCardId": "clm4q4by400yne0v51i4f553p", + "setCard": { + "id": "clm4q4by400yne0v51i4f553p", + "slug": "alp_bedrock", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q46a600yme0v5fiz5c1kt", + "meta": { + "id": "clq3a1kqz00rzsh27hw3rrhcq", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of unyielding solidity", + "subType": "", + "rulesText": "Can't be moved, destroyed, or modified.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q4by400yne0v51i4f553p" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q4pop00yqe0v544k26jsi", + "slug": "gnome_hollows", + "name": "Gnome Hollows", + "hotscore": 4666, + "guardian": { + "id": "clq3a1l2a00s1sh27uzp4ua6u", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of quaint construction", + "subType": "", + "rulesText": "Units with 3 or more power can’t enter this site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4q4pop00yqe0v544k26jsi" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8ilxm01szs67ptbtig42v", + "slug": "bet_gnome_hollows_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/gnome_hollows.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4q4pop00yqe0v544k26jsi", + "setCardId": "clot8ilw501sxs67pmuz5eu3i", + "setCard": { + "id": "clot8ilw501sxs67pmuz5eu3i", + "slug": "bet_gnome_hollows", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q4pop00yqe0v544k26jsi", + "meta": { + "id": "clq3a1lar00s3sh27o0jiiq4i", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of quaint construction", + "subType": "", + "rulesText": "Units with 3 or more power can’t enter this site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ilw501sxs67pmuz5eu3i" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ilz301t1s67pwnpt5dz0", + "slug": "bet_gnome_hollows_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/gnome_hollows-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4q4pop00yqe0v544k26jsi", + "setCardId": "clot8ilw501sxs67pmuz5eu3i", + "setCard": { + "id": "clot8ilw501sxs67pmuz5eu3i", + "slug": "bet_gnome_hollows", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q4pop00yqe0v544k26jsi", + "meta": { + "id": "clq3a1lar00s3sh27o0jiiq4i", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of quaint construction", + "subType": "", + "rulesText": "Units with 3 or more power can’t enter this site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ilw501sxs67pmuz5eu3i" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q4wk300yse0v502v0e8mx", + "slug": "alp_gnome_hollows_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gnome_hollows.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4q4pop00yqe0v544k26jsi", + "setCardId": "clm4q4v9100yre0v57bnp8cbr", + "setCard": { + "id": "clm4q4v9100yre0v57bnp8cbr", + "slug": "alp_gnome_hollows", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q4pop00yqe0v544k26jsi", + "meta": { + "id": "clq3a1l4n00s2sh27umvlw9ss", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of quaint construction", + "subType": "", + "rulesText": "Units with 3 or more power can’t enter this site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q4v9100yre0v57bnp8cbr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q547900yte0v52rpwhvaf", + "slug": "alp_gnome_hollows_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gnome_hollows-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4q4pop00yqe0v544k26jsi", + "setCardId": "clm4q4v9100yre0v57bnp8cbr", + "setCard": { + "id": "clm4q4v9100yre0v57bnp8cbr", + "slug": "alp_gnome_hollows", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q4pop00yqe0v544k26jsi", + "meta": { + "id": "clq3a1l4n00s2sh27umvlw9ss", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of quaint construction", + "subType": "", + "rulesText": "Units with 3 or more power can’t enter this site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q4v9100yre0v57bnp8cbr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q5a5700yue0v5e4b5csah", + "slug": "holy_ground", + "name": "Holy Ground", + "hotscore": 4375, + "guardian": { + "id": "clq3a1lge00s4sh27v0rst7kq", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of benefaction and blessings", + "subType": "", + "rulesText": "Genesis → Each nearby Avatar heals 3 life.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4q5a5700yue0v5e4b5csah" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8im9601t6s67p4prvrpch", + "slug": "bet_holy_ground_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/holy_ground.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q5a5700yue0v5e4b5csah", + "setCardId": "clot8im7o01t4s67ppknjcg8n", + "setCard": { + "id": "clot8im7o01t4s67ppknjcg8n", + "slug": "bet_holy_ground", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q5a5700yue0v5e4b5csah", + "meta": { + "id": "clq3a1lq100s6sh27qxa5dfma", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of benefaction and blessings", + "subType": "", + "rulesText": "Genesis → Each nearby Avatar heals 3 life.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8im7o01t4s67ppknjcg8n" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8imap01t8s67p4qhry2zn", + "slug": "bet_holy_ground_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/holy_ground-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q5a5700yue0v5e4b5csah", + "setCardId": "clot8im7o01t4s67ppknjcg8n", + "setCard": { + "id": "clot8im7o01t4s67ppknjcg8n", + "slug": "bet_holy_ground", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q5a5700yue0v5e4b5csah", + "meta": { + "id": "clq3a1lq100s6sh27qxa5dfma", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of benefaction and blessings", + "subType": "", + "rulesText": "Genesis → Each nearby Avatar heals 3 life.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8im7o01t4s67ppknjcg8n" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q5hk400ywe0v51afx77mr", + "slug": "alp_holy_ground_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/holy_ground.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q5a5700yue0v5e4b5csah", + "setCardId": "clm4q5g9400yve0v5c9lt2p6o", + "setCard": { + "id": "clm4q5g9400yve0v5c9lt2p6o", + "slug": "alp_holy_ground", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q5a5700yue0v5e4b5csah", + "meta": { + "id": "clq3a1lio00s5sh27iw3eg6v2", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of benefaction and blessings", + "subType": "", + "rulesText": "Genesis → Each nearby Avatar heals 3 life.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q5g9400yve0v5c9lt2p6o" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q5uht00yye0v5hns47bae", + "slug": "alp_holy_ground_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/holy_ground-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q5a5700yue0v5e4b5csah", + "setCardId": "clm4q5g9400yve0v5c9lt2p6o", + "setCard": { + "id": "clm4q5g9400yve0v5c9lt2p6o", + "slug": "alp_holy_ground", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q5a5700yue0v5e4b5csah", + "meta": { + "id": "clq3a1lio00s5sh27iw3eg6v2", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of benefaction and blessings", + "subType": "", + "rulesText": "Genesis → Each nearby Avatar heals 3 life.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q5g9400yve0v5c9lt2p6o" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q5oj000yxe0v5a0wf7o0f", + "slug": "alp_holy_ground_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/holy_ground-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q5a5700yue0v5e4b5csah", + "setCardId": "clm4q5g9400yve0v5c9lt2p6o", + "setCard": { + "id": "clm4q5g9400yve0v5c9lt2p6o", + "slug": "alp_holy_ground", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q5a5700yue0v5e4b5csah", + "meta": { + "id": "clq3a1lio00s5sh27iw3eg6v2", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of benefaction and blessings", + "subType": "", + "rulesText": "Genesis → Each nearby Avatar heals 3 life.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q5g9400yve0v5c9lt2p6o" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q7mci00zce0v5bhq43uh0", + "slug": "quagmire", + "name": "Quagmire", + "hotscore": 2809, + "guardian": { + "id": "clq3a1n3500sgsh27jrlouakm", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of swamp and slough", + "subType": "", + "rulesText": "Genesis → Until your next turn, units are Immobile while they occupy nearby sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4q7mci00zce0v5bhq43uh0" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8inlo01tys67pyype7auv", + "slug": "bet_quagmire_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/quagmire.png", + "finish": "Standard", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4q7mci00zce0v5bhq43uh0", + "setCardId": "clot8ink201tws67pycykzles", + "setCard": { + "id": "clot8ink201tws67pycykzles", + "slug": "bet_quagmire", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q7mci00zce0v5bhq43uh0", + "meta": { + "id": "clq3a1ncv00sish278ebzrkpf", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of swamp and slough", + "subType": "", + "rulesText": "Genesis → Until your next turn, units are Immobile while they occupy nearby sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ink201tws67pycykzles" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8inna01u0s67p34ivbfzi", + "slug": "bet_quagmire_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/quagmire-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4q7mci00zce0v5bhq43uh0", + "setCardId": "clot8ink201tws67pycykzles", + "setCard": { + "id": "clot8ink201tws67pycykzles", + "slug": "bet_quagmire", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q7mci00zce0v5bhq43uh0", + "meta": { + "id": "clq3a1ncv00sish278ebzrkpf", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of swamp and slough", + "subType": "", + "rulesText": "Genesis → Until your next turn, units are Immobile while they occupy nearby sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ink201tws67pycykzles" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q7u5200zee0v5du6o9aoq", + "slug": "alp_quagmire_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/quagmire.png", + "finish": "Standard", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4q7mci00zce0v5bhq43uh0", + "setCardId": "clm4q7snd00zde0v5ayrpe1bg", + "setCard": { + "id": "clm4q7snd00zde0v5ayrpe1bg", + "slug": "alp_quagmire", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q7mci00zce0v5bhq43uh0", + "meta": { + "id": "clq3a1n5o00shsh27o135jy5s", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of swamp and slough", + "subType": "", + "rulesText": "Genesis → Units occupying nearby sites are Immobile until your next turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q7snd00zde0v5ayrpe1bg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q861u00zge0v55vzc6jxh", + "slug": "alp_quagmire_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/quagmire-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4q7mci00zce0v5bhq43uh0", + "setCardId": "clm4q7snd00zde0v5ayrpe1bg", + "setCard": { + "id": "clm4q7snd00zde0v5ayrpe1bg", + "slug": "alp_quagmire", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q7mci00zce0v5bhq43uh0", + "meta": { + "id": "clq3a1n5o00shsh27o135jy5s", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of swamp and slough", + "subType": "", + "rulesText": "Genesis → Units occupying nearby sites are Immobile until your next turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q7snd00zde0v5ayrpe1bg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q80u700zfe0v50yxlgt4n", + "slug": "alp_quagmire_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/quagmire-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4q7mci00zce0v5bhq43uh0", + "setCardId": "clm4q7snd00zde0v5ayrpe1bg", + "setCard": { + "id": "clm4q7snd00zde0v5ayrpe1bg", + "slug": "alp_quagmire", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q7mci00zce0v5bhq43uh0", + "meta": { + "id": "clq3a1n5o00shsh27o135jy5s", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of swamp and slough", + "subType": "", + "rulesText": "Genesis → Units occupying nearby sites are Immobile until your next turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q7snd00zde0v5ayrpe1bg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q9cec00zqe0v51rrh8x9g", + "slug": "secret_tunnel", + "name": "Secret Tunnel", + "hotscore": 1008, + "guardian": { + "id": "clq3a1oce00spsh27cpbga9fd", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of subterranean passage", + "subType": "", + "rulesText": "Burrowed allies can move as if this were adjacent to your other sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4q9cec00zqe0v51rrh8x9g" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8iok901ujs67pyklf5bz2", + "slug": "bet_secret_tunnel_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/secret_tunnel.png", + "finish": "Standard", + "product": "Booster", + "artist": "Doug Kovacs", + "flavorText": "", + "cardId": "clm4q9cec00zqe0v51rrh8x9g", + "setCardId": "clot8ioin01uhs67pscdcid56", + "setCard": { + "id": "clot8ioin01uhs67pscdcid56", + "slug": "bet_secret_tunnel", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q9cec00zqe0v51rrh8x9g", + "meta": { + "id": "clq3a1okj00srsh27oqew9idf", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of subterranean passage", + "subType": "", + "rulesText": "Burrowed allies can move as if this were adjacent to your other sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ioin01uhs67pscdcid56" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iolr01uls67pl0drn4em", + "slug": "bet_secret_tunnel_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/secret_tunnel-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Doug Kovacs", + "flavorText": "", + "cardId": "clm4q9cec00zqe0v51rrh8x9g", + "setCardId": "clot8ioin01uhs67pscdcid56", + "setCard": { + "id": "clot8ioin01uhs67pscdcid56", + "slug": "bet_secret_tunnel", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q9cec00zqe0v51rrh8x9g", + "meta": { + "id": "clq3a1okj00srsh27oqew9idf", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of subterranean passage", + "subType": "", + "rulesText": "Burrowed allies can move as if this were adjacent to your other sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ioin01uhs67pscdcid56" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q9ji900zse0v5245y1tom", + "slug": "alp_secret_tunnel_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/secret_tunnel.png", + "finish": "Standard", + "product": "Booster", + "artist": "Doug Kovacs", + "flavorText": "", + "cardId": "clm4q9cec00zqe0v51rrh8x9g", + "setCardId": "clm4q9i7100zre0v513cecpjc", + "setCard": { + "id": "clm4q9i7100zre0v513cecpjc", + "slug": "alp_secret_tunnel", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q9cec00zqe0v51rrh8x9g", + "meta": { + "id": "clq3a1oen00sqsh27q8ljqgph", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of subterranean passage", + "subType": "", + "rulesText": "Burrowed allies can move as if this were adjacent to your other sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q9i7100zre0v513cecpjc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q9pvf00zte0v5g3g518gb", + "slug": "alp_secret_tunnel_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/secret_tunnel-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Doug Kovacs", + "flavorText": "", + "cardId": "clm4q9cec00zqe0v51rrh8x9g", + "setCardId": "clm4q9i7100zre0v513cecpjc", + "setCard": { + "id": "clm4q9i7100zre0v513cecpjc", + "slug": "alp_secret_tunnel", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q9cec00zqe0v51rrh8x9g", + "meta": { + "id": "clq3a1oen00sqsh27q8ljqgph", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of subterranean passage", + "subType": "", + "rulesText": "Burrowed allies can move as if this were adjacent to your other sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q9i7100zre0v513cecpjc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qo28w0132e0v51f85dz2a", + "slug": "steppe", + "name": "Steppe", + "hotscore": 5868, + "guardian": { + "id": "clq3a1zbt00uvsh27mjqqhi0z", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Fire", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4qo28w0132e0v51f85dz2a" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + }, + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8ix0q01zls67p3ys0i5tv", + "slug": "bet_steppe_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/steppe.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "There's beauty in the simplicity of empty horizons.", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "setCardId": "clot8iwza01zjs67p042z60l3", + "setCard": { + "id": "clot8iwza01zjs67p042z60l3", + "slug": "bet_steppe", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "meta": { + "id": "clq3a1zk100uxsh27xmnji0d4", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Fire", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8iwza01zjs67p042z60l3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ix2701zns67ph1vax3db", + "slug": "bet_steppe_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/steppe-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "There's beauty in the simplicity of empty horizons.", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "setCardId": "clot8iwza01zjs67p042z60l3", + "setCard": { + "id": "clot8iwza01zjs67p042z60l3", + "slug": "bet_steppe", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "meta": { + "id": "clq3a1zk100uxsh27xmnji0d4", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Fire", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8iwza01zjs67p042z60l3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qo9g50134e0v5fit47oty", + "slug": "alp_steppe_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/steppe.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "There's beauty in the simplicity of empty horizons.", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "setCardId": "clm4qo84x0133e0v5gz5jgmqw", + "setCard": { + "id": "clm4qo84x0133e0v5gz5jgmqw", + "slug": "alp_steppe", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "meta": { + "id": "clq3a1ze500uwsh27gkq14slf", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Fire", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qo84x0133e0v5gz5jgmqw" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qogvt0135e0v5an4zfxrj", + "slug": "alp_steppe_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/steppe-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "There's beauty in the simplicity of empty horizons.", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "setCardId": "clm4qo84x0133e0v5gz5jgmqw", + "setCard": { + "id": "clm4qo84x0133e0v5gz5jgmqw", + "slug": "alp_steppe", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "meta": { + "id": "clq3a1ze500uwsh27gkq14slf", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Fire", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qo84x0133e0v5gz5jgmqw" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qagl600zze0v5cjqjbl8o", + "slug": "vantage_hills", + "name": "Vantage Hills", + "hotscore": 1312, + "guardian": { + "id": "clq3a1p5q00svsh27jvwdpxth", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site with striking views", + "subType": "", + "rulesText": "Ranged units atop this site have +1 range.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qagl600zze0v5cjqjbl8o" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8ip7101uxs67pzq1eg0xw", + "slug": "bet_vantage_hills_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/vantage_hills.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4qagl600zze0v5cjqjbl8o", + "setCardId": "clot8ip5j01uvs67pf4zsrh74", + "setCard": { + "id": "clot8ip5j01uvs67pf4zsrh74", + "slug": "bet_vantage_hills", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qagl600zze0v5cjqjbl8o", + "meta": { + "id": "clq3a1phk00sxsh27j611qfpv", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site with striking views", + "subType": "", + "rulesText": "Ranged units atop this site have +1 range.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ip5j01uvs67pf4zsrh74" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ip8t01uzs67p96r3mxqg", + "slug": "bet_vantage_hills_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/vantage_hills-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4qagl600zze0v5cjqjbl8o", + "setCardId": "clot8ip5j01uvs67pf4zsrh74", + "setCard": { + "id": "clot8ip5j01uvs67pf4zsrh74", + "slug": "bet_vantage_hills", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qagl600zze0v5cjqjbl8o", + "meta": { + "id": "clq3a1phk00sxsh27j611qfpv", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site with striking views", + "subType": "", + "rulesText": "Ranged units atop this site have +1 range.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ip5j01uvs67pf4zsrh74" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qanzf0101e0v5dzxiadrr", + "slug": "alp_vantage_hills_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vantage_hills.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4qagl600zze0v5cjqjbl8o", + "setCardId": "clm4qamhm0100e0v5gyindy4j", + "setCard": { + "id": "clm4qamhm0100e0v5gyindy4j", + "slug": "alp_vantage_hills", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qagl600zze0v5cjqjbl8o", + "meta": { + "id": "clq3a1p8200swsh27mhxqm3j6", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site with striking views", + "subType": "", + "rulesText": "Ranged units atop this site have +1 range.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qamhm0100e0v5gyindy4j" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qb0a30103e0v5f41e31c1", + "slug": "alp_vantage_hills_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vantage_hills-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4qagl600zze0v5cjqjbl8o", + "setCardId": "clm4qamhm0100e0v5gyindy4j", + "setCard": { + "id": "clm4qamhm0100e0v5gyindy4j", + "slug": "alp_vantage_hills", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qagl600zze0v5cjqjbl8o", + "meta": { + "id": "clq3a1p8200swsh27mhxqm3j6", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site with striking views", + "subType": "", + "rulesText": "Ranged units atop this site have +1 range.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qamhm0100e0v5gyindy4j" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qaubc0102e0v5chow3b26", + "slug": "alp_vantage_hills_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vantage_hills-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4qagl600zze0v5cjqjbl8o", + "setCardId": "clm4qamhm0100e0v5gyindy4j", + "setCard": { + "id": "clm4qamhm0100e0v5gyindy4j", + "slug": "alp_vantage_hills", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qagl600zze0v5cjqjbl8o", + "meta": { + "id": "clq3a1p8200swsh27mhxqm3j6", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site with striking views", + "subType": "", + "rulesText": "Ranged units atop this site have +1 range.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qamhm0100e0v5gyindy4j" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qp8h9013ae0v5f63k0ey5", + "slug": "windmill", + "name": "Windmill", + "hotscore": 7407, + "guardian": { + "id": "clq3a203n00v1sh2776o4u8ix", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4qp8h9013ae0v5f63k0ey5" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + }, + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ixoo01zzs67po51tn5j5", + "slug": "bet_windmill_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/windmill.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "The wind's wild words, in uncertain surges, whisper how the world was made.", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "setCardId": "clot8ixn601zxs67ppyuggzor", + "setCard": { + "id": "clot8ixn601zxs67ppyuggzor", + "slug": "bet_windmill", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "meta": { + "id": "clq3a20bj00v3sh27a3t9t3j2", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ixn601zxs67ppyuggzor" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ixq60201s67p9ovuunrh", + "slug": "bet_windmill_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/windmill-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "The wind's wild words, in uncertain surges, whisper how the world was made.", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "setCardId": "clot8ixn601zxs67ppyuggzor", + "setCard": { + "id": "clot8ixn601zxs67ppyuggzor", + "slug": "bet_windmill", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "meta": { + "id": "clq3a20bj00v3sh27a3t9t3j2", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ixn601zxs67ppyuggzor" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qpg5p013ce0v51wwx6ady", + "slug": "alp_windmill_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/windmill.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "The wind's wild words, in uncertain surges, whisper how the world was made.", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "setCardId": "clm4qpeun013be0v5bbfc7r7x", + "setCard": { + "id": "clm4qpeun013be0v5bbfc7r7x", + "slug": "alp_windmill", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "meta": { + "id": "clq3a205y00v2sh27aptb3lfe", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4qpeun013be0v5bbfc7r7x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qpnsy013de0v5ed1ohhcg", + "slug": "alp_windmill_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/windmill-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "The wind's wild words, in uncertain surges, whisper how the world was made.", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "setCardId": "clm4qpeun013be0v5bbfc7r7x", + "setCard": { + "id": "clm4qpeun013be0v5bbfc7r7x", + "slug": "alp_windmill", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "meta": { + "id": "clq3a205y00v2sh27aptb3lfe", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4qpeun013be0v5bbfc7r7x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_earth_ordinary_aura_cards.json b/data/beta_earth_ordinary_aura_cards.json new file mode 100644 index 0000000..38c32ff --- /dev/null +++ b/data/beta_earth_ordinary_aura_cards.json @@ -0,0 +1,228 @@ +[ + { + "id": "clm4n1ve500ape0v59cjog6p7", + "slug": "entangle_terrain", + "name": "Entangle Terrain", + "hotscore": 1090, + "guardian": { + "id": "clq39zc4400bcsh27sho4l9t7", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of trammeling roots", + "subType": "", + "rulesText": "Minions occupying affected sites lose Airborne and are Immobile. Lasts 3 of your turns.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4n1ve500ape0v59cjog6p7" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gtv100q7s67pvniz5crf", + "slug": "bet_entangle_terrain_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/entangle_terrain.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4n1ve500ape0v59cjog6p7", + "setCardId": "clot8gtti00q5s67p1qm9106r", + "setCard": { + "id": "clot8gtti00q5s67p1qm9106r", + "slug": "bet_entangle_terrain", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n1ve500ape0v59cjog6p7", + "meta": { + "id": "clq39zce200besh272lz6hmn9", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of trammeling roots", + "subType": "", + "rulesText": "Minions occupying affected sites lose Airborne and are Immobile. Lasts 3 of your turns.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gtti00q5s67p1qm9106r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gtwl00q9s67pu36t4kzp", + "slug": "bet_entangle_terrain_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/entangle_terrain-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4n1ve500ape0v59cjog6p7", + "setCardId": "clot8gtti00q5s67p1qm9106r", + "setCard": { + "id": "clot8gtti00q5s67p1qm9106r", + "slug": "bet_entangle_terrain", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n1ve500ape0v59cjog6p7", + "meta": { + "id": "clq39zce200besh272lz6hmn9", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of trammeling roots", + "subType": "", + "rulesText": "Minions occupying affected sites lose Airborne and are Immobile. Lasts 3 of your turns.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gtti00q5s67p1qm9106r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n234400are0v50gqler2v", + "slug": "alp_entangle_terrain_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/entangle_terrain.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4n1ve500ape0v59cjog6p7", + "setCardId": "clm4n21sj00aqe0v551dth73q", + "setCard": { + "id": "clm4n21sj00aqe0v551dth73q", + "slug": "alp_entangle_terrain", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n1ve500ape0v59cjog6p7", + "meta": { + "id": "clq39zc6i00bdsh271wr0jhxl", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of trammeling roots", + "subType": "", + "rulesText": "Minions occupying affected sites lose Airborne and are Immobile. Lasts 3 of your turns.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4n21sj00aqe0v551dth73q" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n2g2200ate0v50og7ammm", + "slug": "alp_entangle_terrain_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/entangle_terrain-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4n1ve500ape0v59cjog6p7", + "setCardId": "clm4n21sj00aqe0v551dth73q", + "setCard": { + "id": "clm4n21sj00aqe0v551dth73q", + "slug": "alp_entangle_terrain", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n1ve500ape0v59cjog6p7", + "meta": { + "id": "clq39zc6i00bdsh271wr0jhxl", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of trammeling roots", + "subType": "", + "rulesText": "Minions occupying affected sites lose Airborne and are Immobile. Lasts 3 of your turns.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4n21sj00aqe0v551dth73q" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n2a2r00ase0v5494484ia", + "slug": "alp_entangle_terrain_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/entangle_terrain-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4n1ve500ape0v59cjog6p7", + "setCardId": "clm4n21sj00aqe0v551dth73q", + "setCard": { + "id": "clm4n21sj00aqe0v551dth73q", + "slug": "alp_entangle_terrain", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n1ve500ape0v59cjog6p7", + "meta": { + "id": "clq39zc6i00bdsh271wr0jhxl", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of trammeling roots", + "subType": "", + "rulesText": "Minions occupying affected sites lose Airborne and are Immobile. Lasts 3 of your turns.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4n21sj00aqe0v551dth73q" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_earth_ordinary_magic_cards.json b/data/beta_earth_ordinary_magic_cards.json new file mode 100644 index 0000000..439c59e --- /dev/null +++ b/data/beta_earth_ordinary_magic_cards.json @@ -0,0 +1,1389 @@ +[ + { + "id": "clm4msc3y008pe0v5gqp5aol4", + "slug": "border_militia", + "name": "Border Militia", + "hotscore": 2578, + "guardian": { + "id": "clq39z5ce009xsh27eyoefqwk", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to defend the motherland", + "subType": "", + "rulesText": "Summon a Foot Soldier token to each site you control that borders an enemy site.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4msc3y008pe0v5gqp5aol4" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gog700mws67p3ml006vv", + "slug": "bet_border_militia_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/border_militia.png", + "finish": "Standard", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4msc3y008pe0v5gqp5aol4", + "setCardId": "clot8goeg00mus67p0e4puypl", + "setCard": { + "id": "clot8goeg00mus67p0e4puypl", + "slug": "bet_border_militia", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4msc3y008pe0v5gqp5aol4", + "meta": { + "id": "clq39z5kh009zsh27xgzoxqxx", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to defend the motherland", + "subType": "", + "rulesText": "Summon a Foot Soldier token to each site you control that borders an enemy site.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8goeg00mus67p0e4puypl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gohr00mys67puwuzmy96", + "slug": "bet_border_militia_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/border_militia-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4msc3y008pe0v5gqp5aol4", + "setCardId": "clot8goeg00mus67p0e4puypl", + "setCard": { + "id": "clot8goeg00mus67p0e4puypl", + "slug": "bet_border_militia", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4msc3y008pe0v5gqp5aol4", + "meta": { + "id": "clq39z5kh009zsh27xgzoxqxx", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to defend the motherland", + "subType": "", + "rulesText": "Summon a Foot Soldier token to each site you control that borders an enemy site.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8goeg00mus67p0e4puypl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4msj3t008re0v55can4df2", + "slug": "alp_border_militia_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/border_militia.png", + "finish": "Standard", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4msc3y008pe0v5gqp5aol4", + "setCardId": "clm4mshsp008qe0v5adkm2mrn", + "setCard": { + "id": "clm4mshsp008qe0v5adkm2mrn", + "slug": "alp_border_militia", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4msc3y008pe0v5gqp5aol4", + "meta": { + "id": "clq39z5ev009ysh27u7eq6qkf", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to defend the motherland", + "subType": "", + "rulesText": "Summon a Foot Soldier token to each site you control that borders an enemy site.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mshsp008qe0v5adkm2mrn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4msqd4008se0v5cjwtcs90", + "slug": "alp_border_militia_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/border_militia-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4msc3y008pe0v5gqp5aol4", + "setCardId": "clm4mshsp008qe0v5adkm2mrn", + "setCard": { + "id": "clm4mshsp008qe0v5adkm2mrn", + "slug": "alp_border_militia", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4msc3y008pe0v5gqp5aol4", + "meta": { + "id": "clq39z5ev009ysh27u7eq6qkf", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to defend the motherland", + "subType": "", + "rulesText": "Summon a Foot Soldier token to each site you control that borders an enemy site.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mshsp008qe0v5adkm2mrn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mswk4008te0v5gk125edn", + "slug": "bury", + "name": "Bury", + "hotscore": 8343, + "guardian": { + "id": "clq39z5q700a0sh27im3pqx3y", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of terranean internment", + "subType": "", + "rulesText": "Burrow target minion or artifact, if able.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mswk4008te0v5gk125edn" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gorw00n3s67p51zq6vbj", + "slug": "bet_bury_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bury.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "“From out of the depths of the countless pits there came a melancholy rustling from the garments of the buried.“\r\n— Edgar Allan Poe", + "cardId": "clm4mswk4008te0v5gk125edn", + "setCardId": "clot8goqc00n1s67pmci7kl8s", + "setCard": { + "id": "clot8goqc00n1s67pmci7kl8s", + "slug": "bet_bury", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mswk4008te0v5gk125edn", + "meta": { + "id": "clq39z5zw00a2sh27rjo7ylw9", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of terranean internment", + "subType": "", + "rulesText": "Burrow target minion or artifact, if able.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8goqc00n1s67pmci7kl8s" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gotf00n5s67plms0u1io", + "slug": "bet_bury_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bury-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "“From out of the depths of the countless pits there came a melancholy rustling from the garments of the buried.“\r\n— Edgar Allan Poe", + "cardId": "clm4mswk4008te0v5gk125edn", + "setCardId": "clot8goqc00n1s67pmci7kl8s", + "setCard": { + "id": "clot8goqc00n1s67pmci7kl8s", + "slug": "bet_bury", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mswk4008te0v5gk125edn", + "meta": { + "id": "clq39z5zw00a2sh27rjo7ylw9", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of terranean internment", + "subType": "", + "rulesText": "Burrow target minion or artifact, if able.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8goqc00n1s67pmci7kl8s" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mt3yf008ve0v5bkoy5en0", + "slug": "alp_bury_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bury.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "“From out of the depths of the countless pits there came a melancholy rustling from the garments of the buried.“\n— Edgar Allan Poe", + "cardId": "clm4mswk4008te0v5gk125edn", + "setCardId": "clm4mt2lu008ue0v5anyw9f57", + "setCard": { + "id": "clm4mt2lu008ue0v5anyw9f57", + "slug": "alp_bury", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mswk4008te0v5gk125edn", + "meta": { + "id": "clq39z5sj00a1sh27i0yalonv", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of terranean internment", + "subType": "", + "rulesText": "Burrow target minion or artifact, if able.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mt2lu008ue0v5anyw9f57" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mtj0w008xe0v5aamde713", + "slug": "alp_bury_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bury-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Dan Seagrave", + "flavorText": "“From out of the depths of the countless pits there came a melancholy rustling from the garments of the buried.“\n— Edgar Allan Poe", + "cardId": "clm4mswk4008te0v5gk125edn", + "setCardId": "clm4mt2lu008ue0v5anyw9f57", + "setCard": { + "id": "clm4mt2lu008ue0v5anyw9f57", + "slug": "alp_bury", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mswk4008te0v5gk125edn", + "meta": { + "id": "clq39z5sj00a1sh27i0yalonv", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of terranean internment", + "subType": "", + "rulesText": "Burrow target minion or artifact, if able.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mt2lu008ue0v5anyw9f57" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mtc6s008we0v5c4gj59e9", + "slug": "alp_bury_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bury-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "“From out of the depths of the countless pits there came a melancholy rustling from the garments of the buried.“\n— Edgar Allan Poe", + "cardId": "clm4mswk4008te0v5gk125edn", + "setCardId": "clm4mt2lu008ue0v5anyw9f57", + "setCard": { + "id": "clm4mt2lu008ue0v5anyw9f57", + "slug": "alp_bury", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mswk4008te0v5gk125edn", + "meta": { + "id": "clq39z5sj00a1sh27i0yalonv", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of terranean internment", + "subType": "", + "rulesText": "Burrow target minion or artifact, if able.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mt2lu008ue0v5anyw9f57" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4muoek0096e0v5cd254bnp", + "slug": "common_sense", + "name": "Common Sense", + "hotscore": 8731, + "guardian": { + "id": "clq39z6xf00a9sh27yvm0kl5h", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "The Ordinary appears as Magic to some", + "subType": "", + "rulesText": "Search your spellbook for an Ordinary card, reveal it, and put it into your hand. Shuffle your spellbook.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4muoek0096e0v5cd254bnp" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gpqn00nos67p89q6x4qu", + "slug": "bet_common_sense_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/common_sense.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "“Common sense is the most widely shared commodity in the world, for every man is convinced that he is well supplied with it.” — René Descartes", + "cardId": "clm4muoek0096e0v5cd254bnp", + "setCardId": "clot8gpp500nms67p5b9tlpjr", + "setCard": { + "id": "clot8gpp500nms67p5b9tlpjr", + "slug": "bet_common_sense", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4muoek0096e0v5cd254bnp", + "meta": { + "id": "clq39z76200absh27qaihqgbt", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "The Ordinary appears as Magic to some", + "subType": "", + "rulesText": "Search your spellbook for an Ordinary card, reveal it, and put it into your hand. Shuffle your spellbook.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gpp500nms67p5b9tlpjr" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gps700nqs67pwazdbooz", + "slug": "bet_common_sense_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/common_sense-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "“Common sense is the most widely shared commodity in the world, for every man is convinced that he is well supplied with it.” — René Descartes", + "cardId": "clm4muoek0096e0v5cd254bnp", + "setCardId": "clot8gpp500nms67p5b9tlpjr", + "setCard": { + "id": "clot8gpp500nms67p5b9tlpjr", + "slug": "bet_common_sense", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4muoek0096e0v5cd254bnp", + "meta": { + "id": "clq39z76200absh27qaihqgbt", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "The Ordinary appears as Magic to some", + "subType": "", + "rulesText": "Search your spellbook for an Ordinary card, reveal it, and put it into your hand. Shuffle your spellbook.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gpp500nms67p5b9tlpjr" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4muvm20098e0v59dmp31bp", + "slug": "alp_common_sense_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/common_sense.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "“Common sense is the most widely shared commodity in the world, for every man is convinced that he is well supplied with it.” — René Descartes", + "cardId": "clm4muoek0096e0v5cd254bnp", + "setCardId": "clm4muua40097e0v5dr9zdyqb", + "setCard": { + "id": "clm4muua40097e0v5dr9zdyqb", + "slug": "alp_common_sense", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4muoek0096e0v5cd254bnp", + "meta": { + "id": "clq39z6zu00aash27vf00tsuo", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "The Ordinary appears as Magic to some", + "subType": "", + "rulesText": "Search your spellbook for an Ordinary card, reveal it, and put it into your hand. Shuffle your spellbook.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4muua40097e0v5dr9zdyqb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mv3hj0099e0v50u7x95zy", + "slug": "alp_common_sense_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/common_sense-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "“Common sense is the most widely shared commodity in the world, for every man is convinced that he is well supplied with it.” — René Descartes", + "cardId": "clm4muoek0096e0v5cd254bnp", + "setCardId": "clm4muua40097e0v5dr9zdyqb", + "setCard": { + "id": "clm4muua40097e0v5dr9zdyqb", + "slug": "alp_common_sense", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4muoek0096e0v5cd254bnp", + "meta": { + "id": "clq39z6zu00aash27vf00tsuo", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "The Ordinary appears as Magic to some", + "subType": "", + "rulesText": "Search your spellbook for an Ordinary card, reveal it, and put it into your hand. Shuffle your spellbook.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4muua40097e0v5dr9zdyqb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mvuuy009fe0v524zv4wma", + "slug": "dispel", + "name": "Dispel", + "hotscore": 4542, + "guardian": { + "id": "clq39z7r200afsh27dsi2ypqa", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of shattered vanity", + "subType": "", + "rulesText": "Destroy all auras and artifacts at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mvuuy009fe0v524zv4wma" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gqd400o2s67p6uy3blhk", + "slug": "bet_dispel_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dispel.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Pride goeth before destruction ...", + "cardId": "clm4mvuuy009fe0v524zv4wma", + "setCardId": "clot8gqbk00o0s67p8268yfti", + "setCard": { + "id": "clot8gqbk00o0s67p8268yfti", + "slug": "bet_dispel", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mvuuy009fe0v524zv4wma", + "meta": { + "id": "clq39z7yv00ahsh27786cqryf", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of shattered vanity", + "subType": "", + "rulesText": "Destroy all auras and artifacts at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gqbk00o0s67p8268yfti" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gqev00o4s67p8jmwj9zk", + "slug": "bet_dispel_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dispel-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Pride goeth before destruction ...", + "cardId": "clm4mvuuy009fe0v524zv4wma", + "setCardId": "clot8gqbk00o0s67p8268yfti", + "setCard": { + "id": "clot8gqbk00o0s67p8268yfti", + "slug": "bet_dispel", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mvuuy009fe0v524zv4wma", + "meta": { + "id": "clq39z7yv00ahsh27786cqryf", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of shattered vanity", + "subType": "", + "rulesText": "Destroy all auras and artifacts at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gqbk00o0s67p8268yfti" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mw1wt009he0v5ctivgrfj", + "slug": "alp_dispel_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dispel.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Pride goeth before destruction ...", + "cardId": "clm4mvuuy009fe0v524zv4wma", + "setCardId": "clm4mw0li009ge0v59zt271dd", + "setCard": { + "id": "clm4mw0li009ge0v59zt271dd", + "slug": "alp_dispel", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mvuuy009fe0v524zv4wma", + "meta": { + "id": "clq39z7tb00agsh275jmfai39", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of shattered vanity", + "subType": "", + "rulesText": "Destroy all auras and artifacts at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mw0li009ge0v59zt271dd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mw8s7009ie0v55rxth8j7", + "slug": "alp_dispel_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dispel-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Pride goeth before destruction ...", + "cardId": "clm4mvuuy009fe0v524zv4wma", + "setCardId": "clm4mw0li009ge0v59zt271dd", + "setCard": { + "id": "clm4mw0li009ge0v59zt271dd", + "slug": "alp_dispel", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mvuuy009fe0v524zv4wma", + "meta": { + "id": "clq39z7tb00agsh275jmfai39", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of shattered vanity", + "subType": "", + "rulesText": "Destroy all auras and artifacts at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mw0li009ge0v59zt271dd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mxl8v009se0v502a408xg", + "slug": "exorcism", + "name": "Exorcism", + "hotscore": 147, + "guardian": { + "id": "clq39z8y900aosh27vq21syit", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to expulse the unholy", + "subType": "", + "rulesText": "Banish all Demon and Undead minions at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mxl8v009se0v502a408xg" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8grbr00ons67pei5ixsbh", + "slug": "bet_exorcism_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/exorcism.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "Nor devil nor demon shall undo this done! Begone!", + "cardId": "clm4mxl8v009se0v502a408xg", + "setCardId": "clot8gra500ols67pueuyjqeu", + "setCard": { + "id": "clot8gra500ols67pueuyjqeu", + "slug": "bet_exorcism", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mxl8v009se0v502a408xg", + "meta": { + "id": "clq39z96e00aqsh27gq6s0yi1", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to expulse the unholy", + "subType": "", + "rulesText": "Banish all Demon and Undead minions at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gra500ols67pueuyjqeu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8grdb00ops67pp71pyfoe", + "slug": "bet_exorcism_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/exorcism-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "Nor devil nor demon shall undo this done! Begone!", + "cardId": "clm4mxl8v009se0v502a408xg", + "setCardId": "clot8gra500ols67pueuyjqeu", + "setCard": { + "id": "clot8gra500ols67pueuyjqeu", + "slug": "bet_exorcism", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mxl8v009se0v502a408xg", + "meta": { + "id": "clq39z96e00aqsh27gq6s0yi1", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to expulse the unholy", + "subType": "", + "rulesText": "Banish all Demon and Undead minions at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gra500ols67pueuyjqeu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mxs6k009ue0v5dy50cnqu", + "slug": "alp_exorcism_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/exorcism.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "\"Nor devil nor demon shall undo this done! Begone!\"", + "cardId": "clm4mxl8v009se0v502a408xg", + "setCardId": "clm4mxqv3009te0v57baodxq0", + "setCard": { + "id": "clm4mxqv3009te0v57baodxq0", + "slug": "alp_exorcism", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mxl8v009se0v502a408xg", + "meta": { + "id": "clq39z90j00apsh27406ha8xn", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to expulse the unholy", + "subType": "", + "rulesText": "Banish all Demon and Undead minions at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mxqv3009te0v57baodxq0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mxyro009ve0v599z98f4a", + "slug": "alp_exorcism_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/exorcism-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "\"Nor devil nor demon shall undo this done! Begone!\"", + "cardId": "clm4mxl8v009se0v502a408xg", + "setCardId": "clm4mxqv3009te0v57baodxq0", + "setCard": { + "id": "clm4mxqv3009te0v57baodxq0", + "slug": "alp_exorcism", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mxl8v009se0v502a408xg", + "meta": { + "id": "clq39z90j00apsh27406ha8xn", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to expulse the unholy", + "subType": "", + "rulesText": "Banish all Demon and Undead minions at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mxqv3009te0v57baodxq0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mz6ir00a4e0v515tcd8kn", + "slug": "overpower", + "name": "Overpower", + "hotscore": 1521, + "guardian": { + "id": "clq39za4y00axsh272wukz4jy", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of decisive force", + "subType": "", + "rulesText": "Give an ally +2 power this turn.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mz6ir00a4e0v515tcd8kn" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gs8u00p8s67pq37p8vnb", + "slug": "bet_overpower_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/overpower.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Suddenly the soldier was flung so violently from his mount, his sword became a ploughshare.", + "cardId": "clm4mz6ir00a4e0v515tcd8kn", + "setCardId": "clot8gs7a00p6s67pcrnjfe40", + "setCard": { + "id": "clot8gs7a00p6s67pcrnjfe40", + "slug": "bet_overpower", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mz6ir00a4e0v515tcd8kn", + "meta": { + "id": "clq39zaep00azsh27ibpyvg0e", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of decisive force", + "subType": "", + "rulesText": "Give an ally +2 power this turn.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gs7a00p6s67pcrnjfe40" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gsac00pas67pr52zpw2u", + "slug": "bet_overpower_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/overpower-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Suddenly the soldier was flung so violently from his mount, his sword became a ploughshare.", + "cardId": "clm4mz6ir00a4e0v515tcd8kn", + "setCardId": "clot8gs7a00p6s67pcrnjfe40", + "setCard": { + "id": "clot8gs7a00p6s67pcrnjfe40", + "slug": "bet_overpower", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mz6ir00a4e0v515tcd8kn", + "meta": { + "id": "clq39zaep00azsh27ibpyvg0e", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of decisive force", + "subType": "", + "rulesText": "Give an ally +2 power this turn.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gs7a00p6s67pcrnjfe40" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mzdfd00a6e0v5h2g87b7a", + "slug": "alp_overpower_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/overpower.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Suddenly the soldier was flung so violently from his mount, his sword became a ploughshare.", + "cardId": "clm4mz6ir00a4e0v515tcd8kn", + "setCardId": "clm4mzc4300a5e0v5aj6ubwpb", + "setCard": { + "id": "clm4mzc4300a5e0v5aj6ubwpb", + "slug": "alp_overpower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mz6ir00a4e0v515tcd8kn", + "meta": { + "id": "clq39za7a00aysh279gtbz256", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of decisive force", + "subType": "", + "rulesText": "Give an ally +2 power this turn.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mzc4300a5e0v5aj6ubwpb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mzq2700a8e0v52c274nl6", + "slug": "alp_overpower_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/overpower-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Vincent Pompetti", + "flavorText": "Suddenly the soldier was flung so violently from his mount, his sword became a ploughshare.", + "cardId": "clm4mz6ir00a4e0v515tcd8kn", + "setCardId": "clm4mzc4300a5e0v5aj6ubwpb", + "setCard": { + "id": "clm4mzc4300a5e0v5aj6ubwpb", + "slug": "alp_overpower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mz6ir00a4e0v515tcd8kn", + "meta": { + "id": "clq39za7a00aysh279gtbz256", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of decisive force", + "subType": "", + "rulesText": "Give an ally +2 power this turn.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mzc4300a5e0v5aj6ubwpb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mzkmo00a7e0v54l6r0xlk", + "slug": "alp_overpower_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/overpower-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Suddenly the soldier was flung so violently from his mount, his sword became a ploughshare.", + "cardId": "clm4mz6ir00a4e0v515tcd8kn", + "setCardId": "clm4mzc4300a5e0v5aj6ubwpb", + "setCard": { + "id": "clm4mzc4300a5e0v5aj6ubwpb", + "slug": "alp_overpower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mz6ir00a4e0v515tcd8kn", + "meta": { + "id": "clq39za7a00aysh279gtbz256", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of decisive force", + "subType": "", + "rulesText": "Give an ally +2 power this turn.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mzc4300a5e0v5aj6ubwpb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n0sll00ahe0v5fcfqg73u", + "slug": "unravel", + "name": "Unravel", + "hotscore": 235, + "guardian": { + "id": "clq39zbcr00b6sh27kt9inrff", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of calm repose", + "subType": "", + "rulesText": "Destroy all artifacts and Undead minions at a location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4n0sll00ahe0v5fcfqg73u" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gt7o00pts67pdmdlcyew", + "slug": "bet_unravel_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/unravel.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "“My heart, why come you here alone? The wild thing of my heart is grown, to be a thing, fairy, and wild, and fair, and whole.” — G. P. T. Branwen", + "cardId": "clm4n0sll00ahe0v5fcfqg73u", + "setCardId": "clot8gt6500prs67p7ziyjv6j", + "setCard": { + "id": "clot8gt6500prs67p7ziyjv6j", + "slug": "bet_unravel", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n0sll00ahe0v5fcfqg73u", + "meta": { + "id": "clq39zbks00b8sh27ynkzw1rr", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of calm repose", + "subType": "", + "rulesText": "Destroy all artifacts and Undead minions at a location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gt6500prs67p7ziyjv6j" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gt9700pvs67pvm1iitrn", + "slug": "bet_unravel_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/unravel-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "“My heart, why come you here alone? The wild thing of my heart is grown, to be a thing, fairy, and wild, and fair, and whole.” — G. P. T. Branwen", + "cardId": "clm4n0sll00ahe0v5fcfqg73u", + "setCardId": "clot8gt6500prs67p7ziyjv6j", + "setCard": { + "id": "clot8gt6500prs67p7ziyjv6j", + "slug": "bet_unravel", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n0sll00ahe0v5fcfqg73u", + "meta": { + "id": "clq39zbks00b8sh27ynkzw1rr", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of calm repose", + "subType": "", + "rulesText": "Destroy all artifacts and Undead minions at a location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gt6500prs67p7ziyjv6j" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n0zcz00aje0v51uyb5w9z", + "slug": "alp_unravel_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/unravel.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "“My heart, why come you here alone? The wild thing of my heart is grown, to be a thing, fairy, and wild, and fair, and whole.” — G. P. T. Branwen", + "cardId": "clm4n0sll00ahe0v5fcfqg73u", + "setCardId": "clm4n0y1n00aie0v59hef3op8", + "setCard": { + "id": "clm4n0y1n00aie0v59hef3op8", + "slug": "alp_unravel", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n0sll00ahe0v5fcfqg73u", + "meta": { + "id": "clq39zbf200b7sh27g28ywcxr", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of calm repose", + "subType": "", + "rulesText": "Destroy all artifacts and Undead minions at a location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4n0y1n00aie0v59hef3op8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n15x600ake0v56dlu7eo3", + "slug": "alp_unravel_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/unravel-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "“My heart, why come you here alone? The wild thing of my heart is grown, to be a thing, fairy, and wild, and fair, and whole.” — G. P. T. Branwen", + "cardId": "clm4n0sll00ahe0v5fcfqg73u", + "setCardId": "clm4n0y1n00aie0v59hef3op8", + "setCard": { + "id": "clm4n0y1n00aie0v59hef3op8", + "slug": "alp_unravel", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n0sll00ahe0v5fcfqg73u", + "meta": { + "id": "clq39zbf200b7sh27g28ywcxr", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of calm repose", + "subType": "", + "rulesText": "Destroy all artifacts and Undead minions at a location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4n0y1n00aie0v59hef3op8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_earth_ordinary_minion_cards.json b/data/beta_earth_ordinary_minion_cards.json new file mode 100644 index 0000000..9315c43 --- /dev/null +++ b/data/beta_earth_ordinary_minion_cards.json @@ -0,0 +1,2745 @@ +[ + { + "id": "clm4m1cua0035e0v56tvy785z", + "slug": "alvalinne_dryads", + "name": "Älvalinne Dryads", + "hotscore": 1854, + "guardian": { + "id": "clq39ymjf0061sh27qwurcq27", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Spirits of sweet succor", + "subType": "Spirit", + "rulesText": "Älvalinne Dryads provide ①.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m1cua0035e0v56tvy785z" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8g9m100dys67propo6ih2", + "slug": "bet_alvalinne_dryads_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/alvalinne_dryads.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "How fair to greet, on misted morn\r\nA daint parade of dew-kissed bloom\r\nNow deep, inspire! A bliss reborn\r\nOf air faint lade with sweet perfume", + "cardId": "clm4m1cua0035e0v56tvy785z", + "setCardId": "clot8g9kd00dws67pqx7nt5ux", + "setCard": { + "id": "clot8g9kd00dws67pqx7nt5ux", + "slug": "bet_alvalinne_dryads", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m1cua0035e0v56tvy785z", + "meta": { + "id": "clq39ymrg0063sh2730uaacse", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Spirits of sweet succor", + "subType": "Spirit", + "rulesText": "Älvalinne Dryads provide ①.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8g9kd00dws67pqx7nt5ux" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g9nq00e0s67pk54p0qe0", + "slug": "bet_alvalinne_dryads_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/alvalinne_dryads-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "How fair to greet, on misted morn\r\nA daint parade of dew-kissed bloom\r\nNow deep, inspire! A bliss reborn\r\nOf air faint lade with sweet perfume", + "cardId": "clm4m1cua0035e0v56tvy785z", + "setCardId": "clot8g9kd00dws67pqx7nt5ux", + "setCard": { + "id": "clot8g9kd00dws67pqx7nt5ux", + "slug": "bet_alvalinne_dryads", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m1cua0035e0v56tvy785z", + "meta": { + "id": "clq39ymrg0063sh2730uaacse", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Spirits of sweet succor", + "subType": "Spirit", + "rulesText": "Älvalinne Dryads provide ①.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8g9kd00dws67pqx7nt5ux" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m1kiz0037e0v5adpkfb35", + "slug": "alp_alvalinne_dryads_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/alvalinne_dryads.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "How fair to greet, on misted morn\nA daint parade of dew-kissed bloom\nNow deep, inspire! A bliss reborn\nOf air faint lade with sweet perfume", + "cardId": "clm4m1cua0035e0v56tvy785z", + "setCardId": "clm4m1iq40036e0v5fx01glom", + "setCard": { + "id": "clm4m1iq40036e0v5fx01glom", + "slug": "alp_alvalinne_dryads", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m1cua0035e0v56tvy785z", + "meta": { + "id": "clq39ymlq0062sh27tw9043cz", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Spirits of sweet succor", + "subType": "Spirit", + "rulesText": "Älvalinne Dryads provide ①.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m1iq40036e0v5fx01glom" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m1tl80038e0v58a7ybuul", + "slug": "alp_alvalinne_dryads_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/alvalinne_dryads-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "How fair to greet, on misted morn\nA daint parade of dew-kissed bloom\nNow deep, inspire! A bliss reborn\nOf air faint lade with sweet perfume", + "cardId": "clm4m1cua0035e0v56tvy785z", + "setCardId": "clm4m1iq40036e0v5fx01glom", + "setCard": { + "id": "clm4m1iq40036e0v5fx01glom", + "slug": "alp_alvalinne_dryads", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m1cua0035e0v56tvy785z", + "meta": { + "id": "clq39ymlq0062sh27tw9043cz", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Spirits of sweet succor", + "subType": "Spirit", + "rulesText": "Älvalinne Dryads provide ①.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m1iq40036e0v5fx01glom" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m1zmw0039e0v5d18z1m2p", + "slug": "amazon_warriors", + "name": "Amazon Warriors", + "hotscore": 1458, + "guardian": { + "id": "clq39ymxc0064sh27sqkb8939", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals of magnificent stature", + "subType": "Mortal", + "rulesText": "", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m1zmw0039e0v5d18z1m2p" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8g9x300e5s67pizgq7qn7", + "slug": "bet_amazon_warriors_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/amazon_warriors.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "\"Tonight, we keep watch. And tomorrow, before the dawn, we shall arm ourselves in our weapons, and beside their hollow vessels waken bitter Ares.\"\r\n— Homer", + "cardId": "clm4m1zmw0039e0v5d18z1m2p", + "setCardId": "clot8g9vk00e3s67p6kofkple", + "setCard": { + "id": "clot8g9vk00e3s67p6kofkple", + "slug": "bet_amazon_warriors", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m1zmw0039e0v5d18z1m2p", + "meta": { + "id": "clq39yn7j0066sh27mkcqc8ji", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals of magnificent stature", + "subType": "Mortal", + "rulesText": "", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8g9vk00e3s67p6kofkple" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g9yw00e7s67p3mu2s2os", + "slug": "bet_amazon_warriors_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/amazon_warriors-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "\"Tonight, we keep watch. And tomorrow, before the dawn, we shall arm ourselves in our weapons, and beside their hollow vessels waken bitter Ares.\"\r\n— Homer", + "cardId": "clm4m1zmw0039e0v5d18z1m2p", + "setCardId": "clot8g9vk00e3s67p6kofkple", + "setCard": { + "id": "clot8g9vk00e3s67p6kofkple", + "slug": "bet_amazon_warriors", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m1zmw0039e0v5d18z1m2p", + "meta": { + "id": "clq39yn7j0066sh27mkcqc8ji", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals of magnificent stature", + "subType": "Mortal", + "rulesText": "", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8g9vk00e3s67p6kofkple" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m26xq003be0v55yy3em49", + "slug": "alp_amazon_warriors_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/amazon_warriors.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "\"Tonight, we keep watch. And tomorrow, before the dawn, we shall arm ourselves in our weapons, and beside their hollow vessels waken bitter Ares.\"\n— Homer", + "cardId": "clm4m1zmw0039e0v5d18z1m2p", + "setCardId": "clm4m25ke003ae0v5bpfda9c1", + "setCard": { + "id": "clm4m25ke003ae0v5bpfda9c1", + "slug": "alp_amazon_warriors", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m1zmw0039e0v5d18z1m2p", + "meta": { + "id": "clq39ymzp0065sh27druj6s73", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals of magnificent stature", + "subType": "Mortal", + "rulesText": "", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m25ke003ae0v5bpfda9c1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m2m3p003de0v5da89h4q7", + "slug": "alp_amazon_warriors_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/amazon_warriors-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Elvira Shakirova", + "flavorText": "\"Tonight, we keep watch. And tomorrow, before the dawn, we shall arm ourselves in our weapons, and beside their hollow vessels waken bitter Ares.\"\n— Homer", + "cardId": "clm4m1zmw0039e0v5d18z1m2p", + "setCardId": "clm4m25ke003ae0v5bpfda9c1", + "setCard": { + "id": "clm4m25ke003ae0v5bpfda9c1", + "slug": "alp_amazon_warriors", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m1zmw0039e0v5d18z1m2p", + "meta": { + "id": "clq39ymzp0065sh27druj6s73", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals of magnificent stature", + "subType": "Mortal", + "rulesText": "", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m25ke003ae0v5bpfda9c1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m2ez2003ce0v5bs6d6bua", + "slug": "alp_amazon_warriors_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/amazon_warriors-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "\"Tonight, we keep watch. And tomorrow, before the dawn, we shall arm ourselves in our weapons, and beside their hollow vessels waken bitter Ares.\"\n— Homer", + "cardId": "clm4m1zmw0039e0v5d18z1m2p", + "setCardId": "clm4m25ke003ae0v5bpfda9c1", + "setCard": { + "id": "clm4m25ke003ae0v5bpfda9c1", + "slug": "alp_amazon_warriors", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m1zmw0039e0v5d18z1m2p", + "meta": { + "id": "clq39ymzp0065sh27druj6s73", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals of magnificent stature", + "subType": "Mortal", + "rulesText": "", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m25ke003ae0v5bpfda9c1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m3zdp003ne0v5fy0yacej", + "slug": "belmotte_longbowmen", + "name": "Belmotte Longbowmen", + "hotscore": 1191, + "guardian": { + "id": "clq39yo6k006dsh275dmcop8m", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals draw on distant foes", + "subType": "Mortal", + "rulesText": "Ranged", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m3zdp003ne0v5fy0yacej" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gaxm00eqs67pfy1b3xzx", + "slug": "bet_belmotte_longbowmen_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/belmotte_longbowmen.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "In the left hand of every delight lies woe; and for that, my bow.", + "cardId": "clm4m3zdp003ne0v5fy0yacej", + "setCardId": "clot8gaw000eos67pphbg1oap", + "setCard": { + "id": "clot8gaw000eos67pphbg1oap", + "slug": "bet_belmotte_longbowmen", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m3zdp003ne0v5fy0yacej", + "meta": { + "id": "clq39yogu006fsh27861hod1t", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals draw on distant foes", + "subType": "Mortal", + "rulesText": "Ranged", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gaw000eos67pphbg1oap" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gaz700ess67pzhhm0fyr", + "slug": "bet_belmotte_longbowmen_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/belmotte_longbowmen-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "In the left hand of every delight lies woe; and for that, my bow.", + "cardId": "clm4m3zdp003ne0v5fy0yacej", + "setCardId": "clot8gaw000eos67pphbg1oap", + "setCard": { + "id": "clot8gaw000eos67pphbg1oap", + "slug": "bet_belmotte_longbowmen", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m3zdp003ne0v5fy0yacej", + "meta": { + "id": "clq39yogu006fsh27861hod1t", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals draw on distant foes", + "subType": "Mortal", + "rulesText": "Ranged", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gaw000eos67pphbg1oap" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m4897003pe0v58z8wbyoy", + "slug": "alp_belmotte_longbowmen_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/belmotte_longbowmen.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "\"In the left hand of every delight lies woe; and for that, my bow.\"", + "cardId": "clm4m3zdp003ne0v5fy0yacej", + "setCardId": "clm4m46l9003oe0v50e3656zt", + "setCard": { + "id": "clm4m46l9003oe0v50e3656zt", + "slug": "alp_belmotte_longbowmen", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m3zdp003ne0v5fy0yacej", + "meta": { + "id": "clq39yo92006esh27om49gjww", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals draw on distant foes", + "subType": "Mortal", + "rulesText": "Ranged", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m46l9003oe0v50e3656zt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m4nke003re0v57kkj0cpp", + "slug": "alp_belmotte_longbowmen_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/belmotte_longbowmen-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Andrea Modesti", + "flavorText": "\"In the left hand of every delight lies woe; and for that, my bow.\"", + "cardId": "clm4m3zdp003ne0v5fy0yacej", + "setCardId": "clm4m46l9003oe0v50e3656zt", + "setCard": { + "id": "clm4m46l9003oe0v50e3656zt", + "slug": "alp_belmotte_longbowmen", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m3zdp003ne0v5fy0yacej", + "meta": { + "id": "clq39yo92006esh27om49gjww", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals draw on distant foes", + "subType": "Mortal", + "rulesText": "Ranged", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m46l9003oe0v50e3656zt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m4hij003qe0v510a97lal", + "slug": "alp_belmotte_longbowmen_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/belmotte_longbowmen-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "\"In the left hand of every delight lies woe; and for that, my bow.\"", + "cardId": "clm4m3zdp003ne0v5fy0yacej", + "setCardId": "clm4m46l9003oe0v50e3656zt", + "setCard": { + "id": "clm4m46l9003oe0v50e3656zt", + "slug": "alp_belmotte_longbowmen", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m3zdp003ne0v5fy0yacej", + "meta": { + "id": "clq39yo92006esh27om49gjww", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals draw on distant foes", + "subType": "Mortal", + "rulesText": "Ranged", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m46l9003oe0v50e3656zt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m4os5003se0v5akxp8qud", + "slug": "bone_rabble", + "name": "Bone Rabble", + "hotscore": 459, + "guardian": { + "id": "clq39yomi006gsh27wcgar6q4", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Undead scrabble to the surface", + "subType": "Undead", + "rulesText": "Whenever you play an earth site, you may summon Bone Rabble from your cemetery to that site.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m4os5003se0v5akxp8qud" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gb8f00exs67p73oqewob", + "slug": "bet_bone_rabble_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bone_rabble.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4m4os5003se0v5akxp8qud", + "setCardId": "clot8gb6y00evs67pooa8s3nw", + "setCard": { + "id": "clot8gb6y00evs67pooa8s3nw", + "slug": "bet_bone_rabble", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m4os5003se0v5akxp8qud", + "meta": { + "id": "clq39youc006ish27nei9pu9r", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Undead scrabble to the surface", + "subType": "Undead", + "rulesText": "Whenever you play an earth site, you may summon Bone Rabble from your cemetery to that site.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gb6y00evs67pooa8s3nw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gb9w00ezs67peyea85yl", + "slug": "bet_bone_rabble_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bone_rabble-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4m4os5003se0v5akxp8qud", + "setCardId": "clot8gb6y00evs67pooa8s3nw", + "setCard": { + "id": "clot8gb6y00evs67pooa8s3nw", + "slug": "bet_bone_rabble", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m4os5003se0v5akxp8qud", + "meta": { + "id": "clq39youc006ish27nei9pu9r", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Undead scrabble to the surface", + "subType": "Undead", + "rulesText": "Whenever you play an earth site, you may summon Bone Rabble from your cemetery to that site.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gb6y00evs67pooa8s3nw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m4wnv003ue0v5as69glzj", + "slug": "alp_bone_rabble_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bone_rabble.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4m4os5003se0v5akxp8qud", + "setCardId": "clm4m4va6003te0v5a4u6420k", + "setCard": { + "id": "clm4m4va6003te0v5a4u6420k", + "slug": "alp_bone_rabble", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m4os5003se0v5akxp8qud", + "meta": { + "id": "clq39yoos006hsh27k9uvzm2g", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Undead scrabble to the surface", + "subType": "Undead", + "rulesText": "Whenever you play an earth site, you may summon Bone Rabble from your cemetery to that site.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m4va6003te0v5a4u6420k" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m53xv003ve0v5flz38flt", + "slug": "alp_bone_rabble_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bone_rabble-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4m4os5003se0v5akxp8qud", + "setCardId": "clm4m4va6003te0v5a4u6420k", + "setCard": { + "id": "clm4m4va6003te0v5a4u6420k", + "slug": "alp_bone_rabble", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m4os5003se0v5akxp8qud", + "meta": { + "id": "clq39yoos006hsh27k9uvzm2g", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Undead scrabble to the surface", + "subType": "Undead", + "rulesText": "Whenever you play an earth site, you may summon Bone Rabble from your cemetery to that site.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m4va6003te0v5a4u6420k" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clpvzhp1f001lm65y1v64vw1k", + "slug": "pro_bone_rabble_p_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/pro/bone_rabble-p.png", + "finish": "Standard", + "product": "Promo", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4m4os5003se0v5akxp8qud", + "setCardId": "clpvzhozn001jm65yt73af8eu", + "setCard": { + "id": "clpvzhozn001jm65yt73af8eu", + "slug": "pro_bone_rabble", + "setId": "clm4rgehb000042v5a04vfg6s", + "cardId": "clm4m4os5003se0v5akxp8qud", + "meta": { + "id": "clq39yp01006jsh279i99pou6", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Undead, arise!", + "subType": "Undead", + "rulesText": "Whenever you play an earth site, you may summon Bone Rabble from your cemetery to that site.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clpvzhozn001jm65yt73af8eu" + }, + "set": { + "id": "clm4rgehb000042v5a04vfg6s", + "name": "Promotional", + "releaseDate": "" + } + } + }, + { + "id": "clpvzhp34001nm65ykgu02qi9", + "slug": "pro_bone_rabble_p_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/pro/bone_rabble-p-f.png", + "finish": "Foil", + "product": "Promo", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4m4os5003se0v5akxp8qud", + "setCardId": "clpvzhozn001jm65yt73af8eu", + "setCard": { + "id": "clpvzhozn001jm65yt73af8eu", + "slug": "pro_bone_rabble", + "setId": "clm4rgehb000042v5a04vfg6s", + "cardId": "clm4m4os5003se0v5akxp8qud", + "meta": { + "id": "clq39yp01006jsh279i99pou6", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Undead, arise!", + "subType": "Undead", + "rulesText": "Whenever you play an earth site, you may summon Bone Rabble from your cemetery to that site.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clpvzhozn001jm65yt73af8eu" + }, + "set": { + "id": "clm4rgehb000042v5a04vfg6s", + "name": "Promotional", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m5a6v003we0v5bbdq802h", + "slug": "bosk_troll", + "name": "Bosk Troll", + "hotscore": 2700, + "guardian": { + "id": "clq39yp5s006ksh27pw0destc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Troll of gentle disposition", + "subType": "Troll", + "rulesText": "", + "cost": 2, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m5a6v003we0v5bbdq802h" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gbj400f4s67poyczbg3h", + "slug": "bet_bosk_troll_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bosk_troll.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Its thoughts are reflections in a forest pool, softly trembling with wind and rain.", + "cardId": "clm4m5a6v003we0v5bbdq802h", + "setCardId": "clot8gbhn00f2s67pz9g5br2a", + "setCard": { + "id": "clot8gbhn00f2s67pz9g5br2a", + "slug": "bet_bosk_troll", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m5a6v003we0v5bbdq802h", + "meta": { + "id": "clq39ype2006msh27ppwcvqvc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Troll of gentle disposition", + "subType": "Troll", + "rulesText": "", + "cost": 2, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gbhn00f2s67pz9g5br2a" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gbkm00f6s67p6mdn5ec1", + "slug": "bet_bosk_troll_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bosk_troll-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Its thoughts are reflections in a forest pool, softly trembling with wind and rain.", + "cardId": "clm4m5a6v003we0v5bbdq802h", + "setCardId": "clot8gbhn00f2s67pz9g5br2a", + "setCard": { + "id": "clot8gbhn00f2s67pz9g5br2a", + "slug": "bet_bosk_troll", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m5a6v003we0v5bbdq802h", + "meta": { + "id": "clq39ype2006msh27ppwcvqvc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Troll of gentle disposition", + "subType": "Troll", + "rulesText": "", + "cost": 2, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gbhn00f2s67pz9g5br2a" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m5iz8003ye0v52wa09waz", + "slug": "alp_bosk_troll_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bosk_troll.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Its thoughts are reflections in a forest pool, softly trembling with wind and rain.", + "cardId": "clm4m5a6v003we0v5bbdq802h", + "setCardId": "clm4m5h6y003xe0v55juygf4f", + "setCard": { + "id": "clm4m5h6y003xe0v55juygf4f", + "slug": "alp_bosk_troll", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m5a6v003we0v5bbdq802h", + "meta": { + "id": "clq39yp80006lsh27550wpefg", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Troll of gentle disposition", + "subType": "Troll", + "rulesText": "", + "cost": 2, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m5h6y003xe0v55juygf4f" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m5qyb003ze0v556hj4ju0", + "slug": "alp_bosk_troll_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bosk_troll-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Its thoughts are reflections in a forest pool, softly trembling with wind and rain.", + "cardId": "clm4m5a6v003we0v5bbdq802h", + "setCardId": "clm4m5h6y003xe0v55juygf4f", + "setCard": { + "id": "clm4m5h6y003xe0v55juygf4f", + "slug": "alp_bosk_troll", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m5a6v003we0v5bbdq802h", + "meta": { + "id": "clq39yp80006lsh27550wpefg", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Troll of gentle disposition", + "subType": "Troll", + "rulesText": "", + "cost": 2, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m5h6y003xe0v55juygf4f" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m5wte0040e0v55kqp0ott", + "slug": "cave_trolls", + "name": "Cave Trolls", + "hotscore": 1545, + "guardian": { + "id": "clq39ypjo006nsh27ifmu3720", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Trollses put noses in holeses", + "subType": "Troll", + "rulesText": "Burrowing", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m5wte0040e0v55kqp0ott" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gbv700fbs67pg29mjvc6", + "slug": "bet_cave_trolls_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cave_trolls.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "We dig, we lug, we nosh da bug. Bore ore nor more, we jig and jug!", + "cardId": "clm4m5wte0040e0v55kqp0ott", + "setCardId": "clot8gbtm00f9s67pdkdcioxl", + "setCard": { + "id": "clot8gbtm00f9s67pdkdcioxl", + "slug": "bet_cave_trolls", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m5wte0040e0v55kqp0ott", + "meta": { + "id": "clq39yptb006psh273rh9ku9q", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Trollses put noses in holeses", + "subType": "Troll", + "rulesText": "Burrowing", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gbtm00f9s67pdkdcioxl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gbwr00fds67p3wzczja7", + "slug": "bet_cave_trolls_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cave_trolls-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "We dig, we lug, we nosh da bug. Bore ore nor more, we jig and jug!", + "cardId": "clm4m5wte0040e0v55kqp0ott", + "setCardId": "clot8gbtm00f9s67pdkdcioxl", + "setCard": { + "id": "clot8gbtm00f9s67pdkdcioxl", + "slug": "bet_cave_trolls", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m5wte0040e0v55kqp0ott", + "meta": { + "id": "clq39yptb006psh273rh9ku9q", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Trollses put noses in holeses", + "subType": "Troll", + "rulesText": "Burrowing", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gbtm00f9s67pdkdcioxl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m64tv0042e0v53iou280r", + "slug": "alp_cave_trolls_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cave_trolls.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "\"We dig, we lug, we nosh da bug. Bore ore nor more, we jig and jug!\"", + "cardId": "clm4m5wte0040e0v55kqp0ott", + "setCardId": "clm4m63950041e0v5broxf920", + "setCard": { + "id": "clm4m63950041e0v5broxf920", + "slug": "alp_cave_trolls", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m5wte0040e0v55kqp0ott", + "meta": { + "id": "clq39ypm2006osh27p7c0ckms", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Trollses put noses in holeses", + "subType": "Troll", + "rulesText": "Burrowing", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m63950041e0v5broxf920" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m6i0u0044e0v540w58umq", + "slug": "alp_cave_trolls_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cave_trolls-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Drew Tucker", + "flavorText": "\"We dig, we lug, we nosh da bug. Bore ore nor more, we jig and jug!\"", + "cardId": "clm4m5wte0040e0v55kqp0ott", + "setCardId": "clm4m63950041e0v5broxf920", + "setCard": { + "id": "clm4m63950041e0v5broxf920", + "slug": "alp_cave_trolls", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m5wte0040e0v55kqp0ott", + "meta": { + "id": "clq39ypm2006osh27p7c0ckms", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Trollses put noses in holeses", + "subType": "Troll", + "rulesText": "Burrowing", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m63950041e0v5broxf920" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m6c6n0043e0v59ujdc9g7", + "slug": "alp_cave_trolls_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cave_trolls-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "\"We dig, we lug, we nosh da bug. Bore ore nor more, we jig and jug!\"", + "cardId": "clm4m5wte0040e0v55kqp0ott", + "setCardId": "clm4m63950041e0v5broxf920", + "setCard": { + "id": "clm4m63950041e0v5broxf920", + "slug": "alp_cave_trolls", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m5wte0040e0v55kqp0ott", + "meta": { + "id": "clq39ypm2006osh27p7c0ckms", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Trollses put noses in holeses", + "subType": "Troll", + "rulesText": "Burrowing", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m63950041e0v5broxf920" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ma7u3004ue0v58dlw944x", + "slug": "grey_wolves", + "name": "Grey Wolves", + "hotscore": 975, + "guardian": { + "id": "clq39yscn0078sh27il0779eb", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A ravenous pack of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Your spellbook may include any number of Grey Wolves.\r\n \r\nHas +1 power for each other Grey Wolves nearby.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ma7u3004ue0v58dlw944x" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8ge3d00gos67p28gsvr7y", + "slug": "bet_grey_wolves_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/grey_wolves.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ma7u3004ue0v58dlw944x", + "setCardId": "clot8ge1t00gms67pmsrwe45p", + "setCard": { + "id": "clot8ge1t00gms67pmsrwe45p", + "slug": "bet_grey_wolves", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ma7u3004ue0v58dlw944x", + "meta": { + "id": "clq39ysku007ash27baqmo2d7", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A ravenous pack of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Your spellbook may include any number of Grey Wolves.\r\n \r\nHas +1 power for each other Grey Wolves nearby.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ge1t00gms67pmsrwe45p" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ge4u00gqs67pozdf2oak", + "slug": "bet_grey_wolves_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/grey_wolves-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ma7u3004ue0v58dlw944x", + "setCardId": "clot8ge1t00gms67pmsrwe45p", + "setCard": { + "id": "clot8ge1t00gms67pmsrwe45p", + "slug": "bet_grey_wolves", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ma7u3004ue0v58dlw944x", + "meta": { + "id": "clq39ysku007ash27baqmo2d7", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A ravenous pack of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Your spellbook may include any number of Grey Wolves.\r\n \r\nHas +1 power for each other Grey Wolves nearby.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ge1t00gms67pmsrwe45p" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4maemd004we0v5a73uau8d", + "slug": "alp_grey_wolves_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/grey_wolves.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ma7u3004ue0v58dlw944x", + "setCardId": "clm4mad9r004ve0v50lc82nh9", + "setCard": { + "id": "clm4mad9r004ve0v50lc82nh9", + "slug": "alp_grey_wolves", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ma7u3004ue0v58dlw944x", + "meta": { + "id": "clq39ysex0079sh27gmzhu6l4", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A ravenous pack of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Your spellbook may include any number of Grey Wolves.\n\nHas +1 power for each other Grey Wolves nearby.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mad9r004ve0v50lc82nh9" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mam3u004xe0v592dh1omz", + "slug": "alp_grey_wolves_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/grey_wolves-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ma7u3004ue0v58dlw944x", + "setCardId": "clm4mad9r004ve0v50lc82nh9", + "setCard": { + "id": "clm4mad9r004ve0v50lc82nh9", + "slug": "alp_grey_wolves", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ma7u3004ue0v58dlw944x", + "meta": { + "id": "clq39ysex0079sh27gmzhu6l4", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A ravenous pack of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Your spellbook may include any number of Grey Wolves.\n\nHas +1 power for each other Grey Wolves nearby.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mad9r004ve0v50lc82nh9" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mc1wj0058e0v5ga2y5wfr", + "slug": "land_surveyor", + "name": "Land Surveyor", + "hotscore": 6062, + "guardian": { + "id": "clq39ytlu007hsh27ewddjhgc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal promulgates royal decree", + "subType": "Mortal", + "rulesText": "Genesis → Draw a site.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mc1wj0058e0v5ga2y5wfr" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gf2000h9s67pnyhu8ybr", + "slug": "bet_land_surveyor_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/land_surveyor.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "Bare is the brotherless back. And so too shall be unlevied land.", + "cardId": "clm4mc1wj0058e0v5ga2y5wfr", + "setCardId": "clot8gf0f00h7s67pjxgwikic", + "setCard": { + "id": "clot8gf0f00h7s67pjxgwikic", + "slug": "bet_land_surveyor", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mc1wj0058e0v5ga2y5wfr", + "meta": { + "id": "clq39ytwc007jsh27pjhdce6p", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal promulgates royal decree", + "subType": "Mortal", + "rulesText": "Genesis → Draw a site.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gf0f00h7s67pjxgwikic" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gf3k00hbs67ptiqa37e1", + "slug": "bet_land_surveyor_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/land_surveyor-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "Bare is the brotherless back. And so too shall be unlevied land.", + "cardId": "clm4mc1wj0058e0v5ga2y5wfr", + "setCardId": "clot8gf0f00h7s67pjxgwikic", + "setCard": { + "id": "clot8gf0f00h7s67pjxgwikic", + "slug": "bet_land_surveyor", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mc1wj0058e0v5ga2y5wfr", + "meta": { + "id": "clq39ytwc007jsh27pjhdce6p", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal promulgates royal decree", + "subType": "Mortal", + "rulesText": "Genesis → Draw a site.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gf0f00h7s67pjxgwikic" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mc9lg005ae0v5cn4ndk4b", + "slug": "alp_land_surveyor_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/land_surveyor.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "\"Bare is the brotherless back. And so too shall be unlevied land.\"", + "cardId": "clm4mc1wj0058e0v5ga2y5wfr", + "setCardId": "clm4mc8240059e0v599m94p6s", + "setCard": { + "id": "clm4mc8240059e0v599m94p6s", + "slug": "alp_land_surveyor", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mc1wj0058e0v5ga2y5wfr", + "meta": { + "id": "clq39ytob007ish27u9yymj38", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal promulgates royal decree", + "subType": "Mortal", + "rulesText": "Genesis → Draw a site.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mc8240059e0v599m94p6s" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mcn3y005ce0v5f1a5ezrz", + "slug": "alp_land_surveyor_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/land_surveyor-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Ossi Hiekkala", + "flavorText": "\"Bare is the brotherless back. And so too shall be unlevied land.\"", + "cardId": "clm4mc1wj0058e0v5ga2y5wfr", + "setCardId": "clm4mc8240059e0v599m94p6s", + "setCard": { + "id": "clm4mc8240059e0v599m94p6s", + "slug": "alp_land_surveyor", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mc1wj0058e0v5ga2y5wfr", + "meta": { + "id": "clq39ytob007ish27u9yymj38", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal promulgates royal decree", + "subType": "Mortal", + "rulesText": "Genesis → Draw a site.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mc8240059e0v599m94p6s" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mcgzj005be0v521rth018", + "slug": "alp_land_surveyor_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/land_surveyor-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "\"Bare is the brotherless back. And so too shall be unlevied land.\"", + "cardId": "clm4mc1wj0058e0v5ga2y5wfr", + "setCardId": "clm4mc8240059e0v599m94p6s", + "setCard": { + "id": "clm4mc8240059e0v599m94p6s", + "slug": "alp_land_surveyor", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mc1wj0058e0v5ga2y5wfr", + "meta": { + "id": "clq39ytob007ish27u9yymj38", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal promulgates royal decree", + "subType": "Mortal", + "rulesText": "Genesis → Draw a site.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mc8240059e0v599m94p6s" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mco98005de0v5a8bgao10", + "slug": "mage_slayer", + "name": "Mage Slayer", + "hotscore": 291, + "guardian": { + "id": "clq39yu2a007ksh279jw7zloc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal with an enduring grudge", + "subType": "Mortal", + "rulesText": "Genesis → Kill target Spellcaster minion nearby.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mco98005de0v5a8bgao10" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gfe900hgs67p4d2hwk2w", + "slug": "bet_mage_slayer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mage_slayer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "Death is too kind for the likes of you. But I am a kind man.", + "cardId": "clm4mco98005de0v5a8bgao10", + "setCardId": "clot8gfcr00hes67p8707amzf", + "setCard": { + "id": "clot8gfcr00hes67p8707amzf", + "slug": "bet_mage_slayer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mco98005de0v5a8bgao10", + "meta": { + "id": "clq39yuan007msh27t98h3fir", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal with an enduring grudge", + "subType": "Mortal", + "rulesText": "Genesis → Kill target Spellcaster minion nearby.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gfcr00hes67p8707amzf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gffs00his67p2y37gzzc", + "slug": "bet_mage_slayer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mage_slayer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "Death is too kind for the likes of you. But I am a kind man.", + "cardId": "clm4mco98005de0v5a8bgao10", + "setCardId": "clot8gfcr00hes67p8707amzf", + "setCard": { + "id": "clot8gfcr00hes67p8707amzf", + "slug": "bet_mage_slayer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mco98005de0v5a8bgao10", + "meta": { + "id": "clq39yuan007msh27t98h3fir", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal with an enduring grudge", + "subType": "Mortal", + "rulesText": "Genesis → Kill target Spellcaster minion nearby.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gfcr00hes67p8707amzf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mcvwv005fe0v59ccyabgx", + "slug": "alp_mage_slayer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mage_slayer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "\"Death is too kind for the likes of you. But I am a kind man.\"", + "cardId": "clm4mco98005de0v5a8bgao10", + "setCardId": "clm4mcul9005ee0v5hl6gc9t6", + "setCard": { + "id": "clm4mcul9005ee0v5hl6gc9t6", + "slug": "alp_mage_slayer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mco98005de0v5a8bgao10", + "meta": { + "id": "clq39yu4n007lsh27elu26qg2", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal with an enduring grudge", + "subType": "Mortal", + "rulesText": "Genesis → Kill target Spellcaster minion nearby.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mcul9005ee0v5hl6gc9t6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4md2sj005ge0v594hd6vju", + "slug": "alp_mage_slayer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mage_slayer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "\"Death is too kind for the likes of you. But I am a kind man.\"", + "cardId": "clm4mco98005de0v5a8bgao10", + "setCardId": "clm4mcul9005ee0v5hl6gc9t6", + "setCard": { + "id": "clm4mcul9005ee0v5hl6gc9t6", + "slug": "alp_mage_slayer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mco98005de0v5a8bgao10", + "meta": { + "id": "clq39yu4n007lsh27elu26qg2", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal with an enduring grudge", + "subType": "Mortal", + "rulesText": "Genesis → Kill target Spellcaster minion nearby.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mcul9005ee0v5hl6gc9t6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mef8e005qe0v5cx7c64lr", + "slug": "miracle_workers", + "name": "Miracle Workers", + "hotscore": 679, + "guardian": { + "id": "clq39yva2007tsh27p5k1awq9", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals on a mission of mercy", + "subType": "Mortal", + "rulesText": "Genesis → You may return a minion that died this turn from your cemetery to your hand.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mef8e005qe0v5cx7c64lr" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8ggdm00i1s67ph82xcjz2", + "slug": "bet_miracle_workers_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/miracle_workers.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Seek not relief for grievous deeds in mercy done, but know that the prayers of all good people are good.", + "cardId": "clm4mef8e005qe0v5cx7c64lr", + "setCardId": "clot8ggc300hzs67pflqhgg0x", + "setCard": { + "id": "clot8ggc300hzs67pflqhgg0x", + "slug": "bet_miracle_workers", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mef8e005qe0v5cx7c64lr", + "meta": { + "id": "clq39yvi2007vsh27x5o3gp5w", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals on a mission of mercy", + "subType": "Mortal", + "rulesText": "Genesis → You may return a minion that died this turn from your cemetery to your hand.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ggc300hzs67pflqhgg0x" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ggf500i3s67pgauw2xt3", + "slug": "bet_miracle_workers_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/miracle_workers-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Seek not relief for grievous deeds in mercy done, but know that the prayers of all good people are good.", + "cardId": "clm4mef8e005qe0v5cx7c64lr", + "setCardId": "clot8ggc300hzs67pflqhgg0x", + "setCard": { + "id": "clot8ggc300hzs67pflqhgg0x", + "slug": "bet_miracle_workers", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mef8e005qe0v5cx7c64lr", + "meta": { + "id": "clq39yvi2007vsh27x5o3gp5w", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals on a mission of mercy", + "subType": "Mortal", + "rulesText": "Genesis → You may return a minion that died this turn from your cemetery to your hand.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ggc300hzs67pflqhgg0x" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4memgm005se0v5gexkd4iw", + "slug": "alp_miracle_workers_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/miracle_workers.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "\"Seek not relief for grievous deeds in mercy done, but know that the prayers of all good people are good.\"", + "cardId": "clm4mef8e005qe0v5cx7c64lr", + "setCardId": "clm4mel5a005re0v5daes82by", + "setCard": { + "id": "clm4mel5a005re0v5daes82by", + "slug": "alp_miracle_workers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mef8e005qe0v5cx7c64lr", + "meta": { + "id": "clq39yvcd007ush27a3pj2cbs", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals on a mission of mercy", + "subType": "Mortal", + "rulesText": "Genesis → You may return a minion that died this turn from your cemetery to your hand.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mel5a005re0v5daes82by" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4metmn005te0v5cavlho2v", + "slug": "alp_miracle_workers_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/miracle_workers-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "\"Seek not relief for grievous deeds in mercy done, but know that the prayers of all good people are good.\"", + "cardId": "clm4mef8e005qe0v5cx7c64lr", + "setCardId": "clm4mel5a005re0v5daes82by", + "setCard": { + "id": "clm4mel5a005re0v5daes82by", + "slug": "alp_miracle_workers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mef8e005qe0v5cx7c64lr", + "meta": { + "id": "clq39yvcd007ush27a3pj2cbs", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals on a mission of mercy", + "subType": "Mortal", + "rulesText": "Genesis → You may return a minion that died this turn from your cemetery to your hand.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mel5a005re0v5daes82by" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mjftv006te0v50qehcms7", + "slug": "scent_hounds", + "name": "Scent Hounds", + "hotscore": 883, + "guardian": { + "id": "clq39yyx0008ksh27z3o14lqe", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with extraordinary sniffers", + "subType": "Beast", + "rulesText": "Nearby enemies permanently lose Stealth.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mjftv006te0v50qehcms7" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gj8w00jss67pvnh27qkc", + "slug": "bet_scent_hounds_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/scent_hounds.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "For the upwardly mobile of the Midland Court, accolades in the Royal Hunt of the Mist were as treasured as any war-time achievement.", + "cardId": "clm4mjftv006te0v50qehcms7", + "setCardId": "clot8gj7e00jqs67pbslq8t94", + "setCard": { + "id": "clot8gj7e00jqs67pbslq8t94", + "slug": "bet_scent_hounds", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mjftv006te0v50qehcms7", + "meta": { + "id": "clq39yz6t008msh27mwslgai3", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with extraordinary sniffers", + "subType": "Beast", + "rulesText": "Nearby enemies permanently lose Stealth.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gj7e00jqs67pbslq8t94" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gjad00jus67phsgenab2", + "slug": "bet_scent_hounds_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/scent_hounds-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "For the upwardly mobile of the Midland Court, accolades in the Royal Hunt of the Mist were as treasured as any war-time achievement.", + "cardId": "clm4mjftv006te0v50qehcms7", + "setCardId": "clot8gj7e00jqs67pbslq8t94", + "setCard": { + "id": "clot8gj7e00jqs67pbslq8t94", + "slug": "bet_scent_hounds", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mjftv006te0v50qehcms7", + "meta": { + "id": "clq39yz6t008msh27mwslgai3", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with extraordinary sniffers", + "subType": "Beast", + "rulesText": "Nearby enemies permanently lose Stealth.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gj7e00jqs67pbslq8t94" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mjmy0006ve0v50sqr5a34", + "slug": "alp_scent_hounds_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/scent_hounds.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "For the upwardly mobile of the Midland Court, accolades in the Royal Hunt of the Mist were as treasured as any war-time achievement.", + "cardId": "clm4mjftv006te0v50qehcms7", + "setCardId": "clm4mjlmx006ue0v55qlmcekm", + "setCard": { + "id": "clm4mjlmx006ue0v55qlmcekm", + "slug": "alp_scent_hounds", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mjftv006te0v50qehcms7", + "meta": { + "id": "clq39yyzj008lsh27qh18b3oq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with extraordinary sniffers", + "subType": "Beast", + "rulesText": "Nearby enemies permanently lose Stealth.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mjlmx006ue0v55qlmcekm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mjyu4006xe0v5grj9ftem", + "slug": "alp_scent_hounds_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/scent_hounds-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Andrea Modesti", + "flavorText": "For the upwardly mobile of the Midland Court, accolades in the Royal Hunt of the Mist were as treasured as any war-time achievement.", + "cardId": "clm4mjftv006te0v50qehcms7", + "setCardId": "clm4mjlmx006ue0v55qlmcekm", + "setCard": { + "id": "clm4mjlmx006ue0v55qlmcekm", + "slug": "alp_scent_hounds", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mjftv006te0v50qehcms7", + "meta": { + "id": "clq39yyzj008lsh27qh18b3oq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with extraordinary sniffers", + "subType": "Beast", + "rulesText": "Nearby enemies permanently lose Stealth.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mjlmx006ue0v55qlmcekm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mjtou006we0v5725vdwiu", + "slug": "alp_scent_hounds_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/scent_hounds-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "For the upwardly mobile of the Midland Court, accolades in the Royal Hunt of the Mist were as treasured as any war-time achievement.", + "cardId": "clm4mjftv006te0v50qehcms7", + "setCardId": "clm4mjlmx006ue0v55qlmcekm", + "setCard": { + "id": "clm4mjlmx006ue0v55qlmcekm", + "slug": "alp_scent_hounds", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mjftv006te0v50qehcms7", + "meta": { + "id": "clq39yyzj008lsh27qh18b3oq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with extraordinary sniffers", + "subType": "Beast", + "rulesText": "Nearby enemies permanently lose Stealth.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mjlmx006ue0v55qlmcekm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mjzys006ye0v50ji19v4y", + "slug": "scourge_zombies", + "name": "Scourge Zombies", + "hotscore": 1017, + "guardian": { + "id": "clq39yzce008nsh27a19us0ta", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Undead of recent vintage", + "subType": "Undead", + "rulesText": "Whenever an allied Mortal dies on land, you may summon Scourge Zombies from your cemetery to its location, tapped.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mjzys006ye0v50ji19v4y" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gjjo00jzs67pw98bnmm2", + "slug": "bet_scourge_zombies_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/scourge_zombies.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4mjzys006ye0v50ji19v4y", + "setCardId": "clot8gji500jxs67prq39u5ox", + "setCard": { + "id": "clot8gji500jxs67prq39u5ox", + "slug": "bet_scourge_zombies", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mjzys006ye0v50ji19v4y", + "meta": { + "id": "clq39yzk4008psh27lwozw48u", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Undead of recent vintage", + "subType": "Undead", + "rulesText": "Whenever an allied Mortal dies on land, you may summon Scourge Zombies from your cemetery to its location, tapped.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gji500jxs67prq39u5ox" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gjl700k1s67pk61onp7i", + "slug": "bet_scourge_zombies_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/scourge_zombies-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4mjzys006ye0v50ji19v4y", + "setCardId": "clot8gji500jxs67prq39u5ox", + "setCard": { + "id": "clot8gji500jxs67prq39u5ox", + "slug": "bet_scourge_zombies", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mjzys006ye0v50ji19v4y", + "meta": { + "id": "clq39yzk4008psh27lwozw48u", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Undead of recent vintage", + "subType": "Undead", + "rulesText": "Whenever an allied Mortal dies on land, you may summon Scourge Zombies from your cemetery to its location, tapped.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gji500jxs67prq39u5ox" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mk7000070e0v59lt57vin", + "slug": "alp_scourge_zombies_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/scourge_zombies.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4mjzys006ye0v50ji19v4y", + "setCardId": "clm4mk5ov006ze0v5bywsbzi8", + "setCard": { + "id": "clm4mk5ov006ze0v5bywsbzi8", + "slug": "alp_scourge_zombies", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mjzys006ye0v50ji19v4y", + "meta": { + "id": "clq39yzem008osh27zzd64an4", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Undead of recent vintage", + "subType": "Undead", + "rulesText": "Whenever an allied Mortal dies on land, you may summon Scourge Zombies from your cemetery to its location, tapped.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mk5ov006ze0v5bywsbzi8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mkecd0071e0v5dldqb7wm", + "slug": "alp_scourge_zombies_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/scourge_zombies-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4mjzys006ye0v50ji19v4y", + "setCardId": "clm4mk5ov006ze0v5bywsbzi8", + "setCard": { + "id": "clm4mk5ov006ze0v5bywsbzi8", + "slug": "alp_scourge_zombies", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mjzys006ye0v50ji19v4y", + "meta": { + "id": "clq39yzem008osh27zzd64an4", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Undead of recent vintage", + "subType": "Undead", + "rulesText": "Whenever an allied Mortal dies on land, you may summon Scourge Zombies from your cemetery to its location, tapped.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mk5ov006ze0v5bywsbzi8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mq1u00087e0v534faceiv", + "slug": "wild_boars", + "name": "Wild Boars", + "hotscore": 639, + "guardian": { + "id": "clq39z3ph009lsh27zd9ywwo4", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with brindled bristles", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mq1u00087e0v534faceiv" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gn4200m4s67p4y742jl0", + "slug": "bet_wild_boars_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wild_boars.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Twere once again drowsy, when all in a rush, wild boar came a-snuffling, straight out of the brush!", + "cardId": "clm4mq1u00087e0v534faceiv", + "setCardId": "clot8gn2k00m2s67p6d5kwogy", + "setCard": { + "id": "clot8gn2k00m2s67p6d5kwogy", + "slug": "bet_wild_boars", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mq1u00087e0v534faceiv", + "meta": { + "id": "clq39z3zh009nsh271ur4nwgn", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with brindled bristles", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gn2k00m2s67p6d5kwogy" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gn5q00m6s67p6vi2mdw6", + "slug": "bet_wild_boars_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wild_boars-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Twere once again drowsy, when all in a rush, wild boar came a-snuffling, straight out of the brush!", + "cardId": "clm4mq1u00087e0v534faceiv", + "setCardId": "clot8gn2k00m2s67p6d5kwogy", + "setCard": { + "id": "clot8gn2k00m2s67p6d5kwogy", + "slug": "bet_wild_boars", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mq1u00087e0v534faceiv", + "meta": { + "id": "clq39z3zh009nsh271ur4nwgn", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with brindled bristles", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gn2k00m2s67p6d5kwogy" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mq8ly0089e0v58pmfcjzk", + "slug": "alp_wild_boars_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wild_boars.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Twere once again drowsy, when all in a rush, wild boar came a-snuffling, straight out of the brush!", + "cardId": "clm4mq1u00087e0v534faceiv", + "setCardId": "clm4mq7au0088e0v5g5605slq", + "setCard": { + "id": "clm4mq7au0088e0v5g5605slq", + "slug": "alp_wild_boars", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mq1u00087e0v534faceiv", + "meta": { + "id": "clq39z3ry009msh27zwt1ffq3", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with brindled bristles", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mq7au0088e0v5g5605slq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mqkto008be0v5f3v776ri", + "slug": "alp_wild_boars_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wild_boars-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Vasiliy Ermolaev", + "flavorText": "Twere once again drowsy, when all in a rush, wild boar came a-snuffling, straight out of the brush!", + "cardId": "clm4mq1u00087e0v534faceiv", + "setCardId": "clm4mq7au0088e0v5g5605slq", + "setCard": { + "id": "clm4mq7au0088e0v5g5605slq", + "slug": "alp_wild_boars", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mq1u00087e0v534faceiv", + "meta": { + "id": "clq39z3ry009msh27zwt1ffq3", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with brindled bristles", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mq7au0088e0v5g5605slq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mqf0l008ae0v54h6pgtmi", + "slug": "alp_wild_boars_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wild_boars-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Twere once again drowsy, when all in a rush, wild boar came a-snuffling, straight out of the brush!", + "cardId": "clm4mq1u00087e0v534faceiv", + "setCardId": "clm4mq7au0088e0v5g5605slq", + "setCard": { + "id": "clm4mq7au0088e0v5g5605slq", + "slug": "alp_wild_boars", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mq1u00087e0v534faceiv", + "meta": { + "id": "clq39z3ry009msh27zwt1ffq3", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with brindled bristles", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mq7au0088e0v5g5605slq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_earth_ordinary_site_cards.json b/data/beta_earth_ordinary_site_cards.json new file mode 100644 index 0000000..6f1acb3 --- /dev/null +++ b/data/beta_earth_ordinary_site_cards.json @@ -0,0 +1,680 @@ +[ + { + "id": "clm4q5vme00yze0v5gwisdybw", + "slug": "humble_village", + "name": "Humble Village", + "hotscore": 5282, + "guardian": { + "id": "clq3a1lvq00s7sh2709gyd7uv", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of abundance", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4q5vme00yze0v5gwisdybw" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8imku01tds67ptmp3cna3", + "slug": "bet_humble_village_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/humble_village.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q5vme00yze0v5gwisdybw", + "setCardId": "clot8imjc01tbs67p2mvjlegp", + "setCard": { + "id": "clot8imjc01tbs67p2mvjlegp", + "slug": "bet_humble_village", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q5vme00yze0v5gwisdybw", + "meta": { + "id": "clq3a1m5l00s9sh27rsnzvb9u", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of abundance", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8imjc01tbs67p2mvjlegp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8immd01tfs67pxc0mb3n5", + "slug": "bet_humble_village_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/humble_village-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q5vme00yze0v5gwisdybw", + "setCardId": "clot8imjc01tbs67p2mvjlegp", + "setCard": { + "id": "clot8imjc01tbs67p2mvjlegp", + "slug": "bet_humble_village", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q5vme00yze0v5gwisdybw", + "meta": { + "id": "clq3a1m5l00s9sh27rsnzvb9u", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of abundance", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8imjc01tbs67p2mvjlegp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q635100z1e0v5dbnn4rzj", + "slug": "alp_humble_village_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/humble_village.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q5vme00yze0v5gwisdybw", + "setCardId": "clm4q61nc00z0e0v55xypeg7q", + "setCard": { + "id": "clm4q61nc00z0e0v55xypeg7q", + "slug": "alp_humble_village", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q5vme00yze0v5gwisdybw", + "meta": { + "id": "clq3a1ly800s8sh27tybtb1jh", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of abundance", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q61nc00z0e0v55xypeg7q" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q6gcv00z3e0v5d8bw3ixg", + "slug": "alp_humble_village_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/humble_village-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q5vme00yze0v5gwisdybw", + "setCardId": "clm4q61nc00z0e0v55xypeg7q", + "setCard": { + "id": "clm4q61nc00z0e0v55xypeg7q", + "slug": "alp_humble_village", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q5vme00yze0v5gwisdybw", + "meta": { + "id": "clq3a1ly800s8sh27tybtb1jh", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of abundance", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q61nc00z0e0v55xypeg7q" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q6a4g00z2e0v53q4g1llh", + "slug": "alp_humble_village_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/humble_village-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q5vme00yze0v5gwisdybw", + "setCardId": "clm4q61nc00z0e0v55xypeg7q", + "setCard": { + "id": "clm4q61nc00z0e0v55xypeg7q", + "slug": "alp_humble_village", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q5vme00yze0v5gwisdybw", + "meta": { + "id": "clq3a1ly800s8sh27tybtb1jh", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of abundance", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q61nc00z0e0v55xypeg7q" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q8qtd00zle0v54j8qh3fk", + "slug": "rustic_village", + "name": "Rustic Village", + "hotscore": 4869, + "guardian": { + "id": "clq3a1nwp00smsh27nzele5da", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of fertility", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4q8qtd00zle0v54j8qh3fk" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8io8j01ucs67p37yhrx6f", + "slug": "bet_rustic_village_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/rustic_village.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q8qtd00zle0v54j8qh3fk", + "setCardId": "clot8io7001uas67pkt5s0gic", + "setCard": { + "id": "clot8io7001uas67pkt5s0gic", + "slug": "bet_rustic_village", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q8qtd00zle0v54j8qh3fk", + "meta": { + "id": "clq3a1o6d00sosh278f7qq8xf", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of fertility", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8io7001uas67pkt5s0gic" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ioa401ues67pagdzeo5i", + "slug": "bet_rustic_village_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/rustic_village-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q8qtd00zle0v54j8qh3fk", + "setCardId": "clot8io7001uas67pkt5s0gic", + "setCard": { + "id": "clot8io7001uas67pkt5s0gic", + "slug": "bet_rustic_village", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q8qtd00zle0v54j8qh3fk", + "meta": { + "id": "clq3a1o6d00sosh278f7qq8xf", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of fertility", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8io7001uas67pkt5s0gic" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q8y1200zne0v5b6ir46hs", + "slug": "alp_rustic_village_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rustic_village.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q8qtd00zle0v54j8qh3fk", + "setCardId": "clm4q8wpz00zme0v5a831fue4", + "setCard": { + "id": "clm4q8wpz00zme0v5a831fue4", + "slug": "alp_rustic_village", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q8qtd00zle0v54j8qh3fk", + "meta": { + "id": "clq3a1nz000snsh27mk6y6u5u", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of fertility", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q8wpz00zme0v5a831fue4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q9b9t00zpe0v5bozz5tn9", + "slug": "alp_rustic_village_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rustic_village-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q8qtd00zle0v54j8qh3fk", + "setCardId": "clm4q8wpz00zme0v5a831fue4", + "setCard": { + "id": "clm4q8wpz00zme0v5a831fue4", + "slug": "alp_rustic_village", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q8qtd00zle0v54j8qh3fk", + "meta": { + "id": "clq3a1nz000snsh27mk6y6u5u", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of fertility", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q8wpz00zme0v5a831fue4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q94wy00zoe0v51e8ed4c6", + "slug": "alp_rustic_village_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rustic_village-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q8qtd00zle0v54j8qh3fk", + "setCardId": "clm4q8wpz00zme0v5a831fue4", + "setCard": { + "id": "clm4q8wpz00zme0v5a831fue4", + "slug": "alp_rustic_village", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q8qtd00zle0v54j8qh3fk", + "meta": { + "id": "clq3a1nz000snsh27mk6y6u5u", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of fertility", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q8wpz00zme0v5a831fue4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q9vmx00zue0v53wozezmh", + "slug": "simple_village", + "name": "Simple Village", + "hotscore": 4499, + "guardian": { + "id": "clq3a1oq400sssh27fu81e2uh", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of fecundity", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4q9vmx00zue0v53wozezmh" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8iovn01uqs67p6xfyvdcq", + "slug": "bet_simple_village_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/simple_village.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q9vmx00zue0v53wozezmh", + "setCardId": "clot8iou701uos67plxd6e7kd", + "setCard": { + "id": "clot8iou701uos67plxd6e7kd", + "slug": "bet_simple_village", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q9vmx00zue0v53wozezmh", + "meta": { + "id": "clq3a1p0300sush27jnr125n1", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of fecundity", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iou701uos67plxd6e7kd" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iox601uss67pr1oezih5", + "slug": "bet_simple_village_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/simple_village-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q9vmx00zue0v53wozezmh", + "setCardId": "clot8iou701uos67plxd6e7kd", + "setCard": { + "id": "clot8iou701uos67plxd6e7kd", + "slug": "bet_simple_village", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q9vmx00zue0v53wozezmh", + "meta": { + "id": "clq3a1p0300sush27jnr125n1", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of fecundity", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iou701uos67plxd6e7kd" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qa2w700zwe0v5aq8ne55w", + "slug": "alp_simple_village_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/simple_village.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q9vmx00zue0v53wozezmh", + "setCardId": "clm4qa1kl00zve0v527c896ar", + "setCard": { + "id": "clm4qa1kl00zve0v527c896ar", + "slug": "alp_simple_village", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q9vmx00zue0v53wozezmh", + "meta": { + "id": "clq3a1osf00stsh27p72ra165", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of fecundity", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qa1kl00zve0v527c896ar" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qafgt00zye0v5cvy365rb", + "slug": "alp_simple_village_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/simple_village-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q9vmx00zue0v53wozezmh", + "setCardId": "clm4qa1kl00zve0v527c896ar", + "setCard": { + "id": "clm4qa1kl00zve0v527c896ar", + "slug": "alp_simple_village", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q9vmx00zue0v53wozezmh", + "meta": { + "id": "clq3a1osf00stsh27p72ra165", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of fecundity", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qa1kl00zve0v527c896ar" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qa9ha00zxe0v5cne9g7bl", + "slug": "alp_simple_village_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/simple_village-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q9vmx00zue0v53wozezmh", + "setCardId": "clm4qa1kl00zve0v527c896ar", + "setCard": { + "id": "clm4qa1kl00zve0v527c896ar", + "slug": "alp_simple_village", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q9vmx00zue0v53wozezmh", + "meta": { + "id": "clq3a1osf00stsh27p72ra165", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of fecundity", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qa1kl00zve0v527c896ar" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_earth_unique_aura_cards.json b/data/beta_earth_unique_aura_cards.json new file mode 100644 index 0000000..6547bfc --- /dev/null +++ b/data/beta_earth_unique_aura_cards.json @@ -0,0 +1,189 @@ +[ + { + "id": "clm4n1bxo00ale0v55t55b7cy", + "slug": "crusade", + "name": "Crusade", + "hotscore": 2586, + "guardian": { + "id": "clq39zbqk00b9sh27grnpdjno", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura to reclaim the holy land", + "subType": "", + "rulesText": "You may summon earth minions to affected sites.\r\n\r\nAllied earth minions occupying affected sites have +1 power.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4n1bxo00ale0v55t55b7cy" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gtii00q0s67p1pwhb3qm", + "slug": "bet_crusade_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/crusade.png", + "finish": "Standard", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4n1bxo00ale0v55t55b7cy", + "setCardId": "clot8gth100pys67p9vnoo2zl", + "setCard": { + "id": "clot8gth100pys67p9vnoo2zl", + "slug": "bet_crusade", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n1bxo00ale0v55t55b7cy", + "meta": { + "id": "clq39zbyf00bbsh27853i7nrf", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura to reclaim the holy land", + "subType": "", + "rulesText": "You may summon earth minions to affected sites.\r\n\r\nAllied earth minions occupying affected sites have +1 power.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gth100pys67p9vnoo2zl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gtk400q2s67p4g1hz6j7", + "slug": "bet_crusade_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/crusade-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4n1bxo00ale0v55t55b7cy", + "setCardId": "clot8gth100pys67p9vnoo2zl", + "setCard": { + "id": "clot8gth100pys67p9vnoo2zl", + "slug": "bet_crusade", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n1bxo00ale0v55t55b7cy", + "meta": { + "id": "clq39zbyf00bbsh27853i7nrf", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura to reclaim the holy land", + "subType": "", + "rulesText": "You may summon earth minions to affected sites.\r\n\r\nAllied earth minions occupying affected sites have +1 power.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gth100pys67p9vnoo2zl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n1iqj00ane0v52xijf1o2", + "slug": "alp_crusade_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/crusade.png", + "finish": "Standard", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4n1bxo00ale0v55t55b7cy", + "setCardId": "clm4n1hex00ame0v500z231n8", + "setCard": { + "id": "clm4n1hex00ame0v500z231n8", + "slug": "alp_crusade", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n1bxo00ale0v55t55b7cy", + "meta": { + "id": "clq39zbsu00bash277g4pjvsd", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura to reclaim the holy land", + "subType": "", + "rulesText": "You may summon earth minions to affected sites.\nAllied earth minions occupying affected sites have +1 power.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4n1hex00ame0v500z231n8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n1px000aoe0v58yl5920h", + "slug": "alp_crusade_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/crusade-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4n1bxo00ale0v55t55b7cy", + "setCardId": "clm4n1hex00ame0v500z231n8", + "setCard": { + "id": "clm4n1hex00ame0v500z231n8", + "slug": "alp_crusade", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n1bxo00ale0v55t55b7cy", + "meta": { + "id": "clq39zbsu00bash277g4pjvsd", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura to reclaim the holy land", + "subType": "", + "rulesText": "You may summon earth minions to affected sites.\nAllied earth minions occupying affected sites have +1 power.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4n1hex00ame0v500z231n8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_earth_unique_magic_cards.json b/data/beta_earth_unique_magic_cards.json new file mode 100644 index 0000000..89964aa --- /dev/null +++ b/data/beta_earth_unique_magic_cards.json @@ -0,0 +1,376 @@ +[ + { + "id": "clm4my410009we0v515npd3vr", + "slug": "gigantism", + "name": "Gigantism", + "hotscore": 3784, + "guardian": { + "id": "clq39z9d200arsh2729ihiy0u", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of surpassing strength", + "subType": "", + "rulesText": "Give an allied unit +6 power this turn.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4my410009we0v515npd3vr" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8grmu00ous67pwjjl9huk", + "slug": "bet_gigantism_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/gigantism.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "I, uh ... think you're gonna need a new roof.", + "cardId": "clm4my410009we0v515npd3vr", + "setCardId": "clot8grlb00oss67ply4303gs", + "setCard": { + "id": "clot8grlb00oss67ply4303gs", + "slug": "bet_gigantism", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4my410009we0v515npd3vr", + "meta": { + "id": "clq39z9la00atsh27myktllve", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of surpassing strength", + "subType": "", + "rulesText": "Give an allied unit +6 power this turn.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8grlb00oss67ply4303gs" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8grob00ows67pvvcqyjwr", + "slug": "bet_gigantism_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/gigantism-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "I, uh ... think you're gonna need a new roof.", + "cardId": "clm4my410009we0v515npd3vr", + "setCardId": "clot8grlb00oss67ply4303gs", + "setCard": { + "id": "clot8grlb00oss67ply4303gs", + "slug": "bet_gigantism", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4my410009we0v515npd3vr", + "meta": { + "id": "clq39z9la00atsh27myktllve", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of surpassing strength", + "subType": "", + "rulesText": "Give an allied unit +6 power this turn.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8grlb00oss67ply4303gs" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4myau5009ye0v50w1pfg12", + "slug": "alp_gigantism_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gigantism.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "Pity these meek and measly men!", + "cardId": "clm4my410009we0v515npd3vr", + "setCardId": "clm4my9is009xe0v5c2lj5ztf", + "setCard": { + "id": "clm4my9is009xe0v5c2lj5ztf", + "slug": "alp_gigantism", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4my410009we0v515npd3vr", + "meta": { + "id": "clq39z9fc00assh2763luodzo", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of sheer strength", + "subType": "", + "rulesText": "Give an allied unit +6 power this turn.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4my9is009xe0v5c2lj5ztf" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4myhvn009ze0v5c4cxfgoc", + "slug": "alp_gigantism_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gigantism-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "Pity these meek and measly men!", + "cardId": "clm4my410009we0v515npd3vr", + "setCardId": "clm4my9is009xe0v5c2lj5ztf", + "setCard": { + "id": "clm4my9is009xe0v5c2lj5ztf", + "slug": "alp_gigantism", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4my410009we0v515npd3vr", + "meta": { + "id": "clq39z9fc00assh2763luodzo", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of sheer strength", + "subType": "", + "rulesText": "Give an allied unit +6 power this turn.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4my9is009xe0v5c2lj5ztf" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n0a0o00ade0v5bgfjctc9", + "slug": "star_seeds_of_uhr", + "name": "Star-seeds of Uhr", + "hotscore": 533, + "guardian": { + "id": "clq39zayd00b3sh27rn7ml1z3", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic mourns a long lost past", + "subType": "", + "rulesText": "Fill up to thirteen voids with Rubble.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4n0a0o00ade0v5bgfjctc9" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gsvv00pms67p9rgumn6i", + "slug": "bet_star_seeds_of_uhr_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/star_seeds_of_uhr.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "For each layer of ruin excavated, another calamity of yore was revealed.", + "cardId": "clm4n0a0o00ade0v5bgfjctc9", + "setCardId": "clot8gsud00pks67pkvpbzzva", + "setCard": { + "id": "clot8gsud00pks67pkvpbzzva", + "slug": "bet_star_seeds_of_uhr", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n0a0o00ade0v5bgfjctc9", + "meta": { + "id": "clq39zb6p00b5sh27m0h7x3ut", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic mourns a long lost past", + "subType": "", + "rulesText": "Fill up to thirteen voids with Rubble.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gsud00pks67pkvpbzzva" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gsy700pos67psu3s3n29", + "slug": "bet_star_seeds_of_uhr_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/star_seeds_of_uhr-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "For each layer of ruin excavated, another calamity of yore was revealed.", + "cardId": "clm4n0a0o00ade0v5bgfjctc9", + "setCardId": "clot8gsud00pks67pkvpbzzva", + "setCard": { + "id": "clot8gsud00pks67pkvpbzzva", + "slug": "bet_star_seeds_of_uhr", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n0a0o00ade0v5bgfjctc9", + "meta": { + "id": "clq39zb6p00b5sh27m0h7x3ut", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic mourns a long lost past", + "subType": "", + "rulesText": "Fill up to thirteen voids with Rubble.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gsud00pks67pkvpbzzva" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n0gs900afe0v5drq29xkh", + "slug": "alp_star_seeds_of_uhr_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/star_seeds_of_uhr.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "For each layer of ruin excavated, another calamity of yore was revealed.", + "cardId": "clm4n0a0o00ade0v5bgfjctc9", + "setCardId": "clm4n0fh400aee0v52ececl49", + "setCard": { + "id": "clm4n0fh400aee0v52ececl49", + "slug": "alp_star_seeds_of_uhr", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n0a0o00ade0v5bgfjctc9", + "meta": { + "id": "clq39zb0q00b4sh27p0p42bzg", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic mourns a long lost past", + "subType": "", + "rulesText": "Fill up to thirteen voids with Rubble.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4n0fh400aee0v52ececl49" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n0nj500age0v537cq2fmv", + "slug": "alp_star_seeds_of_uhr_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/star_seeds_of_uhr-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "For each layer of ruin excavated, another calamity of yore was revealed.", + "cardId": "clm4n0a0o00ade0v5bgfjctc9", + "setCardId": "clm4n0fh400aee0v52ececl49", + "setCard": { + "id": "clm4n0fh400aee0v52ececl49", + "slug": "alp_star_seeds_of_uhr", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n0a0o00ade0v5bgfjctc9", + "meta": { + "id": "clq39zb0q00b4sh27p0p42bzg", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic mourns a long lost past", + "subType": "", + "rulesText": "Fill up to thirteen voids with Rubble.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4n0fh400aee0v52ececl49" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_earth_unique_minion_cards.json b/data/beta_earth_unique_minion_cards.json new file mode 100644 index 0000000..15854e0 --- /dev/null +++ b/data/beta_earth_unique_minion_cards.json @@ -0,0 +1,867 @@ +[ + { + "id": "clm4m74u70049e0v5alvcc4xk", + "slug": "crown_prince", + "name": "Crown Prince", + "hotscore": 1905, + "guardian": { + "id": "clq39yqd8006tsh27fh15njm9", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal with umpteen agnates", + "subType": "Mortal", + "rulesText": "Deathrite → If you control another Mortal, return Crown Prince to its owner's hand.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m74u70049e0v5alvcc4xk" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gchy00fps67p2ppp16cz", + "slug": "bet_crown_prince_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/crown_prince.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "Emmerich, the final Daniger king, assumed the throne only after outliving a horde of brothers and nephews.", + "cardId": "clm4m74u70049e0v5alvcc4xk", + "setCardId": "clot8gcgf00fns67pijtu3jvg", + "setCard": { + "id": "clot8gcgf00fns67pijtu3jvg", + "slug": "bet_crown_prince", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m74u70049e0v5alvcc4xk", + "meta": { + "id": "clq39yqlh006vsh27u8snwz96", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal with umpteen agnates", + "subType": "Mortal", + "rulesText": "Deathrite → If you control another Mortal, return Crown Prince to its owner's hand.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gcgf00fns67pijtu3jvg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gcjh00frs67pn5j0gc1m", + "slug": "bet_crown_prince_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/crown_prince-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "Emmerich, the final Daniger king, assumed the throne only after outliving a horde of brothers and nephews.", + "cardId": "clm4m74u70049e0v5alvcc4xk", + "setCardId": "clot8gcgf00fns67pijtu3jvg", + "setCard": { + "id": "clot8gcgf00fns67pijtu3jvg", + "slug": "bet_crown_prince", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m74u70049e0v5alvcc4xk", + "meta": { + "id": "clq39yqlh006vsh27u8snwz96", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal with umpteen agnates", + "subType": "Mortal", + "rulesText": "Deathrite → If you control another Mortal, return Crown Prince to its owner's hand.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gcgf00fns67pijtu3jvg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m7d2o004be0v52twzee1g", + "slug": "alp_crown_prince_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/crown_prince.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "Emmerich, the final Daniger king, assumed the throne only after outliving a horde of brothers and nephews.", + "cardId": "clm4m74u70049e0v5alvcc4xk", + "setCardId": "clm4m7bat004ae0v5gutl6p80", + "setCard": { + "id": "clm4m7bat004ae0v5gutl6p80", + "slug": "alp_crown_prince", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m74u70049e0v5alvcc4xk", + "meta": { + "id": "clq39yqfn006ush27biwlju5d", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal with umpteen agnates", + "subType": "Mortal", + "rulesText": "Deathrite → If you control another Mortal, return Crown Prince to its owner's hand.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m7bat004ae0v5gutl6p80" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m7kvf004ce0v5cdpqfywe", + "slug": "alp_crown_prince_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/crown_prince-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "Emmerich, the final Daniger king, assumed the throne only after outliving a horde of brothers and nephews.", + "cardId": "clm4m74u70049e0v5alvcc4xk", + "setCardId": "clm4m7bat004ae0v5gutl6p80", + "setCard": { + "id": "clm4m7bat004ae0v5gutl6p80", + "slug": "alp_crown_prince", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m74u70049e0v5alvcc4xk", + "meta": { + "id": "clq39yqfn006ush27biwlju5d", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal with umpteen agnates", + "subType": "Mortal", + "rulesText": "Deathrite → If you control another Mortal, return Crown Prince to its owner's hand.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m7bat004ae0v5gutl6p80" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mbfgh0053e0v57i924xf9", + "slug": "king_of_the_realm", + "name": "King of the Realm", + "hotscore": 2053, + "guardian": { + "id": "clq39yt67007esh27rbq3qdwd", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal, triumphant and true", + "subType": "Mortal", + "rulesText": "Other Mortals have +1 power.\r\n\r\nYou control all Mortals.", + "cost": 7, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mbfgh0053e0v57i924xf9" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gept00h2s67pw1x3ay43", + "slug": "bet_king_of_the_realm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/king_of_the_realm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4mbfgh0053e0v57i924xf9", + "setCardId": "clot8geny00h0s67pbnspn08g", + "setCard": { + "id": "clot8geny00h0s67pbnspn08g", + "slug": "bet_king_of_the_realm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mbfgh0053e0v57i924xf9", + "meta": { + "id": "clq39ytfy007gsh276809item", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal, triumphant and true", + "subType": "Mortal", + "rulesText": "Other Mortals have +1 power.\r\n\r\nYou control all Mortals.", + "cost": 7, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8geny00h0s67pbnspn08g" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gerb00h4s67prt7fizkb", + "slug": "bet_king_of_the_realm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/king_of_the_realm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4mbfgh0053e0v57i924xf9", + "setCardId": "clot8geny00h0s67pbnspn08g", + "setCard": { + "id": "clot8geny00h0s67pbnspn08g", + "slug": "bet_king_of_the_realm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mbfgh0053e0v57i924xf9", + "meta": { + "id": "clq39ytfy007gsh276809item", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal, triumphant and true", + "subType": "Mortal", + "rulesText": "Other Mortals have +1 power.\r\n\r\nYou control all Mortals.", + "cost": 7, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8geny00h0s67pbnspn08g" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mbmt10055e0v51q0q624a", + "slug": "alp_king_of_the_realm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/king_of_the_realm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4mbfgh0053e0v57i924xf9", + "setCardId": "clm4mblg90054e0v5fhfg6tx7", + "setCard": { + "id": "clm4mblg90054e0v5fhfg6tx7", + "slug": "alp_king_of_the_realm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mbfgh0053e0v57i924xf9", + "meta": { + "id": "clq39yt8g007fsh27off4phmr", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal, triumphant and true", + "subType": "Mortal", + "rulesText": "Other Mortals have +1 power.\n\nYou control all Mortals.", + "cost": 7, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mblg90054e0v5fhfg6tx7" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mc0qa0057e0v58zc54rqz", + "slug": "alp_king_of_the_realm_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/king_of_the_realm-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4mbfgh0053e0v57i924xf9", + "setCardId": "clm4mblg90054e0v5fhfg6tx7", + "setCard": { + "id": "clm4mblg90054e0v5fhfg6tx7", + "slug": "alp_king_of_the_realm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mbfgh0053e0v57i924xf9", + "meta": { + "id": "clq39yt8g007fsh27off4phmr", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal, triumphant and true", + "subType": "Mortal", + "rulesText": "Other Mortals have +1 power.\n\nYou control all Mortals.", + "cost": 7, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mblg90054e0v5fhfg6tx7" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mbu7s0056e0v55qhd6cmt", + "slug": "alp_king_of_the_realm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/king_of_the_realm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4mbfgh0053e0v57i924xf9", + "setCardId": "clm4mblg90054e0v5fhfg6tx7", + "setCard": { + "id": "clm4mblg90054e0v5fhfg6tx7", + "slug": "alp_king_of_the_realm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mbfgh0053e0v57i924xf9", + "meta": { + "id": "clq39yt8g007fsh27off4phmr", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal, triumphant and true", + "subType": "Mortal", + "rulesText": "Other Mortals have +1 power.\n\nYou control all Mortals.", + "cost": 7, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mblg90054e0v5fhfg6tx7" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mdsnx005le0v58jdp1wib", + "slug": "midland_army", + "name": "Midland Army", + "hotscore": 1563, + "guardian": { + "id": "clq39yuun007qsh27gdio04a7", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique army of Mortals, yours to command", + "subType": "Mortal", + "rulesText": "Tap → Target a location up to three steps away. Deal 4 damage to each unit there.\r\n\r\nDeathrite → Summon a Foot Soldier token to each adjacent location.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 4, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mdsnx005le0v58jdp1wib" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gg1q00hus67pgirsaaoh", + "slug": "bet_midland_army_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/midland_army.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4mdsnx005le0v58jdp1wib", + "setCardId": "clot8gg0800hss67pm5rx3irw", + "setCard": { + "id": "clot8gg0800hss67pm5rx3irw", + "slug": "bet_midland_army", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mdsnx005le0v58jdp1wib", + "meta": { + "id": "clq39yv4e007ssh27300ltm2l", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique army of Mortals, yours to command", + "subType": "Mortal", + "rulesText": "Tap → Target a location up to three steps away. Deal 4 damage to each unit there.\r\n\r\nDeathrite → Summon a Foot Soldier token to each adjacent location.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 4, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gg0800hss67pm5rx3irw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gg3900hws67p1ex0p3kh", + "slug": "bet_midland_army_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/midland_army-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4mdsnx005le0v58jdp1wib", + "setCardId": "clot8gg0800hss67pm5rx3irw", + "setCard": { + "id": "clot8gg0800hss67pm5rx3irw", + "slug": "bet_midland_army", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mdsnx005le0v58jdp1wib", + "meta": { + "id": "clq39yv4e007ssh27300ltm2l", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique army of Mortals, yours to command", + "subType": "Mortal", + "rulesText": "Tap → Target a location up to three steps away. Deal 4 damage to each unit there.\r\n\r\nDeathrite → Summon a Foot Soldier token to each adjacent location.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 4, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gg0800hss67pm5rx3irw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4me04l005ne0v501yf7r3j", + "slug": "alp_midland_army_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/midland_army.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4mdsnx005le0v58jdp1wib", + "setCardId": "clm4mdysf005me0v5h8z496mt", + "setCard": { + "id": "clm4mdysf005me0v5h8z496mt", + "slug": "alp_midland_army", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mdsnx005le0v58jdp1wib", + "meta": { + "id": "clq39yux3007rsh27xyenbubu", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique army of Mortals, yours to command", + "subType": "Mortal", + "rulesText": "Tap → Target a location up to three steps away. Deal 4 damage to each unit there.\n\nDeathrite → Summon a Foot Soldier token to each adjacent location.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 4, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mdysf005me0v5h8z496mt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mee3f005pe0v5evto4qxm", + "slug": "alp_midland_army_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/midland_army-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4mdsnx005le0v58jdp1wib", + "setCardId": "clm4mdysf005me0v5h8z496mt", + "setCard": { + "id": "clm4mdysf005me0v5h8z496mt", + "slug": "alp_midland_army", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mdsnx005le0v58jdp1wib", + "meta": { + "id": "clq39yux3007rsh27xyenbubu", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique army of Mortals, yours to command", + "subType": "Mortal", + "rulesText": "Tap → Target a location up to three steps away. Deal 4 damage to each unit there.\n\nDeathrite → Summon a Foot Soldier token to each adjacent location.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 4, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mdysf005me0v5h8z496mt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4me7ni005oe0v58roq5abh", + "slug": "alp_midland_army_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/midland_army-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4mdsnx005le0v58jdp1wib", + "setCardId": "clm4mdysf005me0v5h8z496mt", + "setCard": { + "id": "clm4mdysf005me0v5h8z496mt", + "slug": "alp_midland_army", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mdsnx005le0v58jdp1wib", + "meta": { + "id": "clq39yux3007rsh27xyenbubu", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique army of Mortals, yours to command", + "subType": "Mortal", + "rulesText": "Tap → Target a location up to three steps away. Deal 4 damage to each unit there.\n\nDeathrite → Summon a Foot Soldier token to each adjacent location.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 4, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mdysf005me0v5h8z496mt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mhqg9006ge0v56iw0fva2", + "slug": "queen_of_midland", + "name": "Queen of Midland", + "hotscore": 1897, + "guardian": { + "id": "clq39yxnt008bsh27k6ai8nq9", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal, comely and covetous", + "subType": "Mortal", + "rulesText": "After an opponent draws a card, if they have more cards than you, you may draw a card.", + "cost": 5, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mhqg9006ge0v56iw0fva2" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gi9800j7s67pofo5kubc", + "slug": "bet_queen_of_midland_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/queen_of_midland.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "Only a fool outshines the sun.", + "cardId": "clm4mhqg9006ge0v56iw0fva2", + "setCardId": "clot8gi7q00j5s67p5623b8ah", + "setCard": { + "id": "clot8gi7q00j5s67p5623b8ah", + "slug": "bet_queen_of_midland", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mhqg9006ge0v56iw0fva2", + "meta": { + "id": "clq39yxxc008dsh2754wf9tbb", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal, comely and covetous", + "subType": "Mortal", + "rulesText": "After an opponent draws a card, if they have more cards than you, you may draw a card.", + "cost": 5, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gi7q00j5s67p5623b8ah" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8giap00j9s67p1y8niokl", + "slug": "bet_queen_of_midland_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/queen_of_midland-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "Only a fool outshines the sun.", + "cardId": "clm4mhqg9006ge0v56iw0fva2", + "setCardId": "clot8gi7q00j5s67p5623b8ah", + "setCard": { + "id": "clot8gi7q00j5s67p5623b8ah", + "slug": "bet_queen_of_midland", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mhqg9006ge0v56iw0fva2", + "meta": { + "id": "clq39yxxc008dsh2754wf9tbb", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal, comely and covetous", + "subType": "Mortal", + "rulesText": "After an opponent draws a card, if they have more cards than you, you may draw a card.", + "cost": 5, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gi7q00j5s67p5623b8ah" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mhxam006ie0v5fw6zcl2o", + "slug": "alp_queen_of_midland_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/queen_of_midland.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4mhqg9006ge0v56iw0fva2", + "setCardId": "clm4mhvzd006he0v52u31decu", + "setCard": { + "id": "clm4mhvzd006he0v52u31decu", + "slug": "alp_queen_of_midland", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mhqg9006ge0v56iw0fva2", + "meta": { + "id": "clq39yxq8008csh27ujwa929r", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal, comely and covetous", + "subType": "Mortal", + "rulesText": "After an opponent draws a card, if they have more cards than you, you may draw a card.", + "cost": 5, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mhvzd006he0v52u31decu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mi9or006ke0v58oc9b1o7", + "slug": "alp_queen_of_midland_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/queen_of_midland-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4mhqg9006ge0v56iw0fva2", + "setCardId": "clm4mhvzd006he0v52u31decu", + "setCard": { + "id": "clm4mhvzd006he0v52u31decu", + "slug": "alp_queen_of_midland", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mhqg9006ge0v56iw0fva2", + "meta": { + "id": "clq39yxq8008csh27ujwa929r", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal, comely and covetous", + "subType": "Mortal", + "rulesText": "After an opponent draws a card, if they have more cards than you, you may draw a card.", + "cost": 5, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mhvzd006he0v52u31decu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mi3vm006je0v54g5c6imm", + "slug": "alp_queen_of_midland_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/queen_of_midland-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4mhqg9006ge0v56iw0fva2", + "setCardId": "clm4mhvzd006he0v52u31decu", + "setCard": { + "id": "clm4mhvzd006he0v52u31decu", + "slug": "alp_queen_of_midland", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mhqg9006ge0v56iw0fva2", + "meta": { + "id": "clq39yxq8008csh27ujwa929r", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal, comely and covetous", + "subType": "Mortal", + "rulesText": "After an opponent draws a card, if they have more cards than you, you may draw a card.", + "cost": 5, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mhvzd006he0v52u31decu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_earth_unique_site_cards.json b/data/beta_earth_unique_site_cards.json new file mode 100644 index 0000000..a1aa2f9 --- /dev/null +++ b/data/beta_earth_unique_site_cards.json @@ -0,0 +1,774 @@ +[ + { + "id": "clm4q6hh500z4e0v58yrb2t3s", + "slug": "kingdom_of_agartha", + "name": "Kingdom of Agartha", + "hotscore": 1479, + "guardian": { + "id": "clq3a1mb900sash27aqff2sgz", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site at creation’s core", + "subType": "", + "rulesText": "(E)(E)(E) — All minions have Burrowing.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4q6hh500z4e0v58yrb2t3s" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8imww01tks67pvzv0m4bn", + "slug": "bet_kingdom_of_agartha_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/kingdom_of_agartha.png", + "finish": "Standard", + "product": "Booster", + "artist": "Adam Burke", + "flavorText": "", + "cardId": "clm4q6hh500z4e0v58yrb2t3s", + "setCardId": "clot8imv501tis67pmmj7xdyu", + "setCard": { + "id": "clot8imv501tis67pmmj7xdyu", + "slug": "bet_kingdom_of_agartha", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q6hh500z4e0v58yrb2t3s", + "meta": { + "id": "clq3a1mjf00scsh27hzggef58", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site at creation’s core", + "subType": "", + "rulesText": "(E)(E)(E) — All minions have Burrowing.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8imv501tis67pmmj7xdyu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8imyg01tms67pm0rbdn99", + "slug": "bet_kingdom_of_agartha_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/kingdom_of_agartha-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Adam Burke", + "flavorText": "", + "cardId": "clm4q6hh500z4e0v58yrb2t3s", + "setCardId": "clot8imv501tis67pmmj7xdyu", + "setCard": { + "id": "clot8imv501tis67pmmj7xdyu", + "slug": "bet_kingdom_of_agartha", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q6hh500z4e0v58yrb2t3s", + "meta": { + "id": "clq3a1mjf00scsh27hzggef58", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site at creation’s core", + "subType": "", + "rulesText": "(E)(E)(E) — All minions have Burrowing.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8imv501tis67pmmj7xdyu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q6ola00z6e0v5hjcw0zp3", + "slug": "alp_kingdom_of_agartha_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/kingdom_of_agartha.png", + "finish": "Standard", + "product": "Booster", + "artist": "Adam Burke", + "flavorText": "", + "cardId": "clm4q6hh500z4e0v58yrb2t3s", + "setCardId": "clm4q6n9w00z5e0v596ex1wvx", + "setCard": { + "id": "clm4q6n9w00z5e0v596ex1wvx", + "slug": "alp_kingdom_of_agartha", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q6hh500z4e0v58yrb2t3s", + "meta": { + "id": "clq3a1mdj00sbsh27fm3lzxhq", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site at creation’s core", + "subType": "", + "rulesText": "(E)(E)(E) — All minions have Burrowing.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q6n9w00z5e0v596ex1wvx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q6vhq00z7e0v5fr0t5bwi", + "slug": "alp_kingdom_of_agartha_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/kingdom_of_agartha-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Adam Burke", + "flavorText": "", + "cardId": "clm4q6hh500z4e0v58yrb2t3s", + "setCardId": "clm4q6n9w00z5e0v596ex1wvx", + "setCard": { + "id": "clm4q6n9w00z5e0v596ex1wvx", + "slug": "alp_kingdom_of_agartha", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q6hh500z4e0v58yrb2t3s", + "meta": { + "id": "clq3a1mdj00sbsh27fm3lzxhq", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site at creation’s core", + "subType": "", + "rulesText": "(E)(E)(E) — All minions have Burrowing.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q6n9w00z5e0v596ex1wvx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q70lf00z8e0v58vi72yjd", + "slug": "pillar_of_zeiros", + "name": "Pillar of Zeiros", + "hotscore": 8894, + "guardian": { + "id": "clq3a1mp000sdsh27txxu4dbs", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of forgotten aeons", + "subType": "", + "rulesText": "Genesis → Banish all dead minions, and you heal 1 life for each.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4q70lf00z8e0v58vi72yjd" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8in9401trs67pa65yasel", + "slug": "bet_pillar_of_zeiros_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pillar_of_zeiros.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4q70lf00z8e0v58vi72yjd", + "setCardId": "clot8in7k01tps67po4pe9uu7", + "setCard": { + "id": "clot8in7k01tps67po4pe9uu7", + "slug": "bet_pillar_of_zeiros", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q70lf00z8e0v58vi72yjd", + "meta": { + "id": "clq3a1mxa00sfsh27o892r3wn", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of forgotten aeons", + "subType": "", + "rulesText": "Genesis → Banish all dead minions, and you heal 1 life for each.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8in7k01tps67po4pe9uu7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8inan01tts67pdtbfoaiv", + "slug": "bet_pillar_of_zeiros_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pillar_of_zeiros-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4q70lf00z8e0v58vi72yjd", + "setCardId": "clot8in7k01tps67po4pe9uu7", + "setCard": { + "id": "clot8in7k01tps67po4pe9uu7", + "slug": "bet_pillar_of_zeiros", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q70lf00z8e0v58vi72yjd", + "meta": { + "id": "clq3a1mxa00sfsh27o892r3wn", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of forgotten aeons", + "subType": "", + "rulesText": "Genesis → Banish all dead minions, and you heal 1 life for each.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8in7k01tps67po4pe9uu7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q787z00zae0v5ghlbdxie", + "slug": "alp_pillar_of_zeiros_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pillar_of_zeiros.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4q70lf00z8e0v58vi72yjd", + "setCardId": "clm4q76wj00z9e0v5fw610qxv", + "setCard": { + "id": "clm4q76wj00z9e0v5fw610qxv", + "slug": "alp_pillar_of_zeiros", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q70lf00z8e0v58vi72yjd", + "meta": { + "id": "clq3a1mrb00sesh27g0a30myd", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of forgotten aeons", + "subType": "", + "rulesText": "Genesis → Banish all dead minions, and you heal 1 life for each.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q76wj00z9e0v5fw610qxv" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q7flh00zbe0v5790zb64r", + "slug": "alp_pillar_of_zeiros_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pillar_of_zeiros-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4q70lf00z8e0v58vi72yjd", + "setCardId": "clm4q76wj00z9e0v5fw610qxv", + "setCard": { + "id": "clm4q76wj00z9e0v5fw610qxv", + "slug": "alp_pillar_of_zeiros", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q70lf00z8e0v58vi72yjd", + "meta": { + "id": "clq3a1mrb00sesh27g0a30myd", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of forgotten aeons", + "subType": "", + "rulesText": "Genesis → Banish all dead minions, and you heal 1 life for each.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q76wj00z9e0v5fw610qxv" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qmxf3012ue0v5bdwa40qx", + "slug": "pristine_paradise", + "name": "Pristine Paradise", + "hotscore": 1531, + "guardian": { + "id": "clq3a1yjn00upsh27si104svn", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "cardId": "clm4qmxf3012ue0v5bdwa40qx" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + }, + { + "id": "fire", + "name": "Fire" + }, + { + "id": "water", + "name": "Water" + }, + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8iwdk01z7s67pr0nqfuph", + "slug": "bet_pristine_paradise_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pristine_paradise.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "setCardId": "clot8iwbx01z5s67p12u2yp43", + "setCard": { + "id": "clot8iwbx01z5s67p12u2yp43", + "slug": "bet_pristine_paradise", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "meta": { + "id": "clq3a1ysu00ursh27no9164w4", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8iwbx01z5s67p12u2yp43" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iwf301z9s67po6l5ctyt", + "slug": "bet_pristine_paradise_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pristine_paradise-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "setCardId": "clot8iwbx01z5s67p12u2yp43", + "setCard": { + "id": "clot8iwbx01z5s67p12u2yp43", + "slug": "bet_pristine_paradise", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "meta": { + "id": "clq3a1ysu00ursh27no9164w4", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8iwbx01z5s67p12u2yp43" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qn5ae012we0v51b8xaotf", + "slug": "alp_pristine_paradise_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pristine_paradise.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "setCardId": "clm4qn3zf012ve0v52y3b1o02", + "setCard": { + "id": "clm4qn3zf012ve0v52y3b1o02", + "slug": "alp_pristine_paradise", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "meta": { + "id": "clq3a1ylw00uqsh27z378ff6v", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qn3zf012ve0v52y3b1o02" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qnc1p012xe0v563qr5rwy", + "slug": "alp_pristine_paradise_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pristine_paradise-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "setCardId": "clm4qn3zf012ve0v52y3b1o02", + "setCard": { + "id": "clm4qn3zf012ve0v52y3b1o02", + "slug": "alp_pristine_paradise", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "meta": { + "id": "clq3a1ylw00uqsh27z378ff6v", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qn3zf012ve0v52y3b1o02" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qomvd0136e0v5e5uofngd", + "slug": "the_colour_out_of_space", + "name": "The Colour Out of Space", + "hotscore": 6311, + "guardian": { + "id": "clq3a1zpv00uysh27j7422inz", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "cardId": "clm4qomvd0136e0v5e5uofngd" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + }, + { + "id": "fire", + "name": "Fire" + }, + { + "id": "water", + "name": "Water" + }, + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ixd501zss67pecb69wf9", + "slug": "bet_the_colour_out_of_space_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/the_colour_out_of_space.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "setCardId": "clot8ixbm01zqs67panpti0t4", + "setCard": { + "id": "clot8ixbm01zqs67panpti0t4", + "slug": "bet_the_colour_out_of_space", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "meta": { + "id": "clq3a1zxx00v0sh27spe9xk72", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8ixbm01zqs67panpti0t4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ixep01zus67peuwog4v3", + "slug": "bet_the_colour_out_of_space_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/the_colour_out_of_space-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "setCardId": "clot8ixbm01zqs67panpti0t4", + "setCard": { + "id": "clot8ixbm01zqs67panpti0t4", + "slug": "bet_the_colour_out_of_space", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "meta": { + "id": "clq3a1zxx00v0sh27spe9xk72", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8ixbm01zqs67panpti0t4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qousk0138e0v5g00m6q5s", + "slug": "alp_the_colour_out_of_space_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/the_colour_out_of_space.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "setCardId": "clm4qothd0137e0v58zymczgz", + "setCard": { + "id": "clm4qothd0137e0v58zymczgz", + "slug": "alp_the_colour_out_of_space", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "meta": { + "id": "clq3a1zs600uzsh27wmtcx8if", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qothd0137e0v58zymczgz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qp2nv0139e0v54z9w2pec", + "slug": "alp_the_colour_out_of_space_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/the_colour_out_of_space-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "setCardId": "clm4qothd0137e0v58zymczgz", + "setCard": { + "id": "clm4qothd0137e0v58zymczgz", + "slug": "alp_the_colour_out_of_space", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "meta": { + "id": "clq3a1zs600uzsh27wmtcx8if", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qothd0137e0v58zymczgz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_fire_cards.json b/data/beta_fire_cards.json new file mode 100644 index 0000000..2e4b824 --- /dev/null +++ b/data/beta_fire_cards.json @@ -0,0 +1,16807 @@ +[ + { + "id": "clm4n2zkg00aye0v553mfbac8", + "slug": "ancient_dragon", + "name": "Ancient Dragon", + "hotscore": 1149, + "guardian": { + "id": "clq39zcxv00bish27hrweutw6", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Dragon of breathtaking majesty", + "subType": "Dragon", + "rulesText": "Airborne\r\n\r\nTap → Deal 4 damage to each other unit at target location nearby.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "cardId": "clm4n2zkg00aye0v553mfbac8" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8guik00qls67p2re7d7vn", + "slug": "bet_ancient_dragon_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ancient_dragon.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4n2zkg00aye0v553mfbac8", + "setCardId": "clot8guh300qjs67p1ltrtn4i", + "setCard": { + "id": "clot8guh300qjs67p1ltrtn4i", + "slug": "bet_ancient_dragon", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n2zkg00aye0v553mfbac8", + "meta": { + "id": "clq39zd7f00bksh270arui069", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Dragon of breathtaking majesty", + "subType": "Dragon", + "rulesText": "Airborne\r\n\r\nTap → Deal 4 damage to each other unit at target location nearby.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clot8guh300qjs67p1ltrtn4i" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8guk200qns67ptctf1r22", + "slug": "bet_ancient_dragon_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ancient_dragon-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4n2zkg00aye0v553mfbac8", + "setCardId": "clot8guh300qjs67p1ltrtn4i", + "setCard": { + "id": "clot8guh300qjs67p1ltrtn4i", + "slug": "bet_ancient_dragon", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n2zkg00aye0v553mfbac8", + "meta": { + "id": "clq39zd7f00bksh270arui069", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Dragon of breathtaking majesty", + "subType": "Dragon", + "rulesText": "Airborne\r\n\r\nTap → Deal 4 damage to each other unit at target location nearby.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clot8guh300qjs67p1ltrtn4i" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n36q000b0e0v5h89l85m7", + "slug": "alp_ancient_dragon_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ancient_dragon.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4n2zkg00aye0v553mfbac8", + "setCardId": "clm4n35eu00aze0v530yjb6db", + "setCard": { + "id": "clm4n35eu00aze0v530yjb6db", + "slug": "alp_ancient_dragon", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n2zkg00aye0v553mfbac8", + "meta": { + "id": "clq39zd0400bjsh27xnjwbogv", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Dragon of breathtaking majesty", + "subType": "Dragon", + "rulesText": "Airborne\n\nTap → Deal 4 damage to each other unit at target location nearby.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clm4n35eu00aze0v530yjb6db" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n3jcy00b2e0v5a2aja674", + "slug": "alp_ancient_dragon_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ancient_dragon-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4n2zkg00aye0v553mfbac8", + "setCardId": "clm4n35eu00aze0v530yjb6db", + "setCard": { + "id": "clm4n35eu00aze0v530yjb6db", + "slug": "alp_ancient_dragon", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n2zkg00aye0v553mfbac8", + "meta": { + "id": "clq39zd0400bjsh27xnjwbogv", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Dragon of breathtaking majesty", + "subType": "Dragon", + "rulesText": "Airborne\n\nTap → Deal 4 damage to each other unit at target location nearby.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clm4n35eu00aze0v530yjb6db" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n3dq100b1e0v5241rhbs8", + "slug": "alp_ancient_dragon_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ancient_dragon-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4n2zkg00aye0v553mfbac8", + "setCardId": "clm4n35eu00aze0v530yjb6db", + "setCard": { + "id": "clm4n35eu00aze0v530yjb6db", + "slug": "alp_ancient_dragon", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n2zkg00aye0v553mfbac8", + "meta": { + "id": "clq39zd0400bjsh27xnjwbogv", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Dragon of breathtaking majesty", + "subType": "Dragon", + "rulesText": "Airborne\n\nTap → Deal 4 damage to each other unit at target location nearby.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clm4n35eu00aze0v530yjb6db" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n3khk00b3e0v5ac1c7mi9", + "slug": "aramos_mercenaries", + "name": "Aramos Mercenaries", + "hotscore": 1330, + "guardian": { + "id": "clq39zdd400blsh272k3sbg7e", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals fight for a price", + "subType": "Mortal", + "rulesText": "You may discard a random card rather than pay this spell's mana cost.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4n3khk00b3e0v5ac1c7mi9" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gutk00qss67pdyfixjh7", + "slug": "bet_aramos_mercenaries_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/aramos_mercenaries.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "The purse has enticements unknown to virtue.", + "cardId": "clm4n3khk00b3e0v5ac1c7mi9", + "setCardId": "clot8gus100qqs67prhxfeebt", + "setCard": { + "id": "clot8gus100qqs67prhxfeebt", + "slug": "bet_aramos_mercenaries", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n3khk00b3e0v5ac1c7mi9", + "meta": { + "id": "clq39zdl000bnsh276zte0x9n", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals fight for a price", + "subType": "Mortal", + "rulesText": "You may discard a random card rather than pay this spell's mana cost.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gus100qqs67prhxfeebt" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8guv700qus67p8y3o3mtg", + "slug": "bet_aramos_mercenaries_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/aramos_mercenaries-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "The purse has enticements unknown to virtue.", + "cardId": "clm4n3khk00b3e0v5ac1c7mi9", + "setCardId": "clot8gus100qqs67prhxfeebt", + "setCard": { + "id": "clot8gus100qqs67prhxfeebt", + "slug": "bet_aramos_mercenaries", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n3khk00b3e0v5ac1c7mi9", + "meta": { + "id": "clq39zdl000bnsh276zte0x9n", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals fight for a price", + "subType": "Mortal", + "rulesText": "You may discard a random card rather than pay this spell's mana cost.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gus100qqs67prhxfeebt" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n3r2d00b5e0v542do9k79", + "slug": "alp_aramos_mercenaries_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/aramos_mercenaries.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "The purse has enticements unknown to virtue.", + "cardId": "clm4n3khk00b3e0v5ac1c7mi9", + "setCardId": "clm4n3pr200b4e0v587oj0rlw", + "setCard": { + "id": "clm4n3pr200b4e0v587oj0rlw", + "slug": "alp_aramos_mercenaries", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n3khk00b3e0v5ac1c7mi9", + "meta": { + "id": "clq39zdff00bmsh279ezvp1gm", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals fight for a price", + "subType": "Mortal", + "rulesText": "You may discard a random card rather than pay this spell's mana cost.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n3pr200b4e0v587oj0rlw" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n3xum00b6e0v5bw7qd8ys", + "slug": "alp_aramos_mercenaries_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/aramos_mercenaries-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "The purse has enticements unknown to virtue.", + "cardId": "clm4n3khk00b3e0v5ac1c7mi9", + "setCardId": "clm4n3pr200b4e0v587oj0rlw", + "setCard": { + "id": "clm4n3pr200b4e0v587oj0rlw", + "slug": "alp_aramos_mercenaries", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n3khk00b3e0v5ac1c7mi9", + "meta": { + "id": "clq39zdff00bmsh279ezvp1gm", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals fight for a price", + "subType": "Mortal", + "rulesText": "You may discard a random card rather than pay this spell's mana cost.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n3pr200b4e0v587oj0rlw" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qb1ep0104e0v5149312q3", + "slug": "arid_desert", + "name": "Arid Desert", + "hotscore": 4967, + "guardian": { + "id": "clq3a1pny00sysh272fbkzkx6", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of ruin", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4qb1ep0104e0v5149312q3" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8ipj301v4s67p9sdhtkwv", + "slug": "bet_arid_desert_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/arid_desert.png", + "finish": "Standard", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qb1ep0104e0v5149312q3", + "setCardId": "clot8iphk01v2s67p9rzn5iuw", + "setCard": { + "id": "clot8iphk01v2s67p9rzn5iuw", + "slug": "bet_arid_desert", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qb1ep0104e0v5149312q3", + "meta": { + "id": "clq3a1pxx00t0sh270zt3axpw", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of ruin", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8iphk01v2s67p9rzn5iuw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ipkk01v6s67pxbhxijal", + "slug": "bet_arid_desert_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/arid_desert-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qb1ep0104e0v5149312q3", + "setCardId": "clot8iphk01v2s67p9rzn5iuw", + "setCard": { + "id": "clot8iphk01v2s67p9rzn5iuw", + "slug": "bet_arid_desert", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qb1ep0104e0v5149312q3", + "meta": { + "id": "clq3a1pxx00t0sh270zt3axpw", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of ruin", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8iphk01v2s67p9rzn5iuw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qb8kl0106e0v51xyvb0f4", + "slug": "alp_arid_desert_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/arid_desert.png", + "finish": "Standard", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qb1ep0104e0v5149312q3", + "setCardId": "clm4qb79n0105e0v5d72z9eky", + "setCard": { + "id": "clm4qb79n0105e0v5d72z9eky", + "slug": "alp_arid_desert", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qb1ep0104e0v5149312q3", + "meta": { + "id": "clq3a1pqe00szsh27xm44mt6y", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of ruin", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qb79n0105e0v5d72z9eky" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qbl3f0108e0v51mo62kbu", + "slug": "alp_arid_desert_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/arid_desert-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qb1ep0104e0v5149312q3", + "setCardId": "clm4qb79n0105e0v5d72z9eky", + "setCard": { + "id": "clm4qb79n0105e0v5d72z9eky", + "slug": "alp_arid_desert", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qb1ep0104e0v5149312q3", + "meta": { + "id": "clq3a1pqe00szsh27xm44mt6y", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of ruin", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qb79n0105e0v5d72z9eky" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qbfbs0107e0v5hd984z6s", + "slug": "alp_arid_desert_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/arid_desert-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qb1ep0104e0v5149312q3", + "setCardId": "clm4qb79n0105e0v5d72z9eky", + "setCard": { + "id": "clm4qb79n0105e0v5d72z9eky", + "slug": "alp_arid_desert", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qb1ep0104e0v5149312q3", + "meta": { + "id": "clq3a1pqe00szsh27xm44mt6y", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of ruin", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qb79n0105e0v5d72z9eky" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n43b700b7e0v55bkdh7cc", + "slug": "askelon_phoenix", + "name": "Askelon Phoenix", + "hotscore": 896, + "guardian": { + "id": "clq39zdqo00bosh27z2ku44dg", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast of candescent splendor\r\n", + "subType": "Beast", + "rulesText": "Airborne\r\n\r\nIf Askelon Phoenix would take damage from a fire spell or ability, it gains +1 power this turn, instead.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4n43b700b7e0v55bkdh7cc" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gv5k00qzs67p4wuz1206", + "slug": "bet_askelon_phoenix_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/askelon_phoenix.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4n43b700b7e0v55bkdh7cc", + "setCardId": "clot8gv3z00qxs67p3pqdenev", + "setCard": { + "id": "clot8gv3z00qxs67p3pqdenev", + "slug": "bet_askelon_phoenix", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n43b700b7e0v55bkdh7cc", + "meta": { + "id": "clq39zdz600bqsh27n9xaqprg", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast of candescent splendor\r\n", + "subType": "Beast", + "rulesText": "Airborne\r\n\r\nIf Askelon Phoenix would take damage from a fire spell or ability, it gains +1 power this turn, instead.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gv3z00qxs67p3pqdenev" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gv7600r1s67padfr2lmc", + "slug": "bet_askelon_phoenix_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/askelon_phoenix-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4n43b700b7e0v55bkdh7cc", + "setCardId": "clot8gv3z00qxs67p3pqdenev", + "setCard": { + "id": "clot8gv3z00qxs67p3pqdenev", + "slug": "bet_askelon_phoenix", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n43b700b7e0v55bkdh7cc", + "meta": { + "id": "clq39zdz600bqsh27n9xaqprg", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast of candescent splendor\r\n", + "subType": "Beast", + "rulesText": "Airborne\r\n\r\nIf Askelon Phoenix would take damage from a fire spell or ability, it gains +1 power this turn, instead.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gv3z00qxs67p3pqdenev" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n4ar700b9e0v54r2g2pee", + "slug": "alp_askelon_phoenix_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/askelon_phoenix.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4n43b700b7e0v55bkdh7cc", + "setCardId": "clm4n49fi00b8e0v5088acyhq", + "setCard": { + "id": "clm4n49fi00b8e0v5088acyhq", + "slug": "alp_askelon_phoenix", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n43b700b7e0v55bkdh7cc", + "meta": { + "id": "clq39zdsz00bpsh277w195lqi", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast of candescent splendor\n", + "subType": "Beast", + "rulesText": "Airborne\n\nIf Askelon Phoenix would take damage from a fire spell or ability, it gains +1 power this turn, instead.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n49fi00b8e0v5088acyhq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n4h6p00bae0v5b21uae5e", + "slug": "alp_askelon_phoenix_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/askelon_phoenix-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4n43b700b7e0v55bkdh7cc", + "setCardId": "clm4n49fi00b8e0v5088acyhq", + "setCard": { + "id": "clm4n49fi00b8e0v5088acyhq", + "slug": "alp_askelon_phoenix", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n43b700b7e0v55bkdh7cc", + "meta": { + "id": "clq39zdsz00bpsh277w195lqi", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast of candescent splendor\n", + "subType": "Beast", + "rulesText": "Airborne\n\nIf Askelon Phoenix would take damage from a fire spell or ability, it gains +1 power this turn, instead.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n49fi00b8e0v5088acyhq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n4mys00bbe0v56sd76vqf", + "slug": "awakened_mummies", + "name": "Awakened Mummies", + "hotscore": 496, + "guardian": { + "id": "clq39ze4v00brsh27nn45i2vf", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Undead roused from rest", + "subType": "Undead", + "rulesText": "Summon Awakened Mummies burrowed safely. When an enemy unit moves onto the ground above them, they unburrow and intercept.", + "cost": 1, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4n4mys00bbe0v56sd76vqf" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gvh400r6s67p4b44bnbg", + "slug": "bet_awakened_mummies_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/awakened_mummies.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "Bodies in desert tombs are often very well preserved. Mayhap too well.", + "cardId": "clm4n4mys00bbe0v56sd76vqf", + "setCardId": "clot8gvfl00r4s67p8t1ldwws", + "setCard": { + "id": "clot8gvfl00r4s67p8t1ldwws", + "slug": "bet_awakened_mummies", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n4mys00bbe0v56sd76vqf", + "meta": { + "id": "clq39zedr00btsh27c52yjo4n", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Undead roused from rest", + "subType": "Undead", + "rulesText": "Summon Awakened Mummies burrowed safely. When an enemy unit moves onto the ground above them, they unburrow and intercept.", + "cost": 1, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8gvfl00r4s67p8t1ldwws" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gvil00r8s67p75kb6v37", + "slug": "bet_awakened_mummies_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/awakened_mummies-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "Bodies in desert tombs are often very well preserved. Mayhap too well.", + "cardId": "clm4n4mys00bbe0v56sd76vqf", + "setCardId": "clot8gvfl00r4s67p8t1ldwws", + "setCard": { + "id": "clot8gvfl00r4s67p8t1ldwws", + "slug": "bet_awakened_mummies", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n4mys00bbe0v56sd76vqf", + "meta": { + "id": "clq39zedr00btsh27c52yjo4n", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Undead roused from rest", + "subType": "Undead", + "rulesText": "Summon Awakened Mummies burrowed safely. When an enemy unit moves onto the ground above them, they unburrow and intercept.", + "cost": 1, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8gvfl00r4s67p8t1ldwws" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n4u9f00bde0v5fuvwe4qs", + "slug": "alp_awakened_mummies_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/awakened_mummies.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "Bodies in desert tombs are often very well preserved. Mayhap too well.", + "cardId": "clm4n4mys00bbe0v56sd76vqf", + "setCardId": "clm4n4syg00bce0v52reo75dk", + "setCard": { + "id": "clm4n4syg00bce0v52reo75dk", + "slug": "alp_awakened_mummies", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n4mys00bbe0v56sd76vqf", + "meta": { + "id": "clq39ze7800bssh271nm3dj3n", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Undead roused from rest", + "subType": "Undead", + "rulesText": "Summon Awakened Mummies burrowed safely. When an enemy unit moves onto the ground above them, they unburrow and intercept.", + "cost": 1, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4n4syg00bce0v52reo75dk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n51k700bee0v59jdw9gy4", + "slug": "alp_awakened_mummies_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/awakened_mummies-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "Bodies in desert tombs are often very well preserved. Mayhap too well.", + "cardId": "clm4n4mys00bbe0v56sd76vqf", + "setCardId": "clm4n4syg00bce0v52reo75dk", + "setCard": { + "id": "clm4n4syg00bce0v52reo75dk", + "slug": "alp_awakened_mummies", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n4mys00bbe0v56sd76vqf", + "meta": { + "id": "clq39ze7800bssh271nm3dj3n", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Undead roused from rest", + "subType": "Undead", + "rulesText": "Summon Awakened Mummies burrowed safely. When an enemy unit moves onto the ground above them, they unburrow and intercept.", + "cost": 1, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4n4syg00bce0v52reo75dk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n575x00bfe0v59wzjea2k", + "slug": "azuridge_caravan", + "name": "Azuridge Caravan", + "hotscore": 183, + "guardian": { + "id": "clq39zejh00bush27ahktjy4i", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary convoy of divers kin and kind", + "subType": "", + "rulesText": "Has all elements and minion types.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4n575x00bfe0v59wzjea2k" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gvru00rds67po7ves2sp", + "slug": "bet_azuridge_caravan_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/azuridge_caravan.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Defendit numerus, liberat varietas.", + "cardId": "clm4n575x00bfe0v59wzjea2k", + "setCardId": "clot8gvqd00rbs67pvjf00x2y", + "setCard": { + "id": "clot8gvqd00rbs67pvjf00x2y", + "slug": "bet_azuridge_caravan", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n575x00bfe0v59wzjea2k", + "meta": { + "id": "clq39zers00bwsh2785r6c3qb", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary convoy of divers kin and kind", + "subType": "", + "rulesText": "Has all elements and minion types.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8gvqd00rbs67pvjf00x2y" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gvtd00rfs67puluodz85", + "slug": "bet_azuridge_caravan_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/azuridge_caravan-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Defendit numerus, liberat varietas.", + "cardId": "clm4n575x00bfe0v59wzjea2k", + "setCardId": "clot8gvqd00rbs67pvjf00x2y", + "setCard": { + "id": "clot8gvqd00rbs67pvjf00x2y", + "slug": "bet_azuridge_caravan", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n575x00bfe0v59wzjea2k", + "meta": { + "id": "clq39zers00bwsh2785r6c3qb", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary convoy of divers kin and kind", + "subType": "", + "rulesText": "Has all elements and minion types.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8gvqd00rbs67pvjf00x2y" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n5dpe00bhe0v54w0o0bq1", + "slug": "alp_azuridge_caravan_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/azuridge_caravan.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Defendit numerus, liberat varietas.", + "cardId": "clm4n575x00bfe0v59wzjea2k", + "setCardId": "clm4n5ceh00bge0v59sktee0s", + "setCard": { + "id": "clm4n5ceh00bge0v59sktee0s", + "slug": "alp_azuridge_caravan", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n575x00bfe0v59wzjea2k", + "meta": { + "id": "clq39zelr00bvsh27rxvnzo1y", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary convoy of diverse kin and kind", + "subType": "", + "rulesText": "Has all elements and minion types.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4n5ceh00bge0v59sktee0s" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n5k2q00bie0v5bu7t9t5b", + "slug": "alp_azuridge_caravan_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/azuridge_caravan-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Defendit numerus, liberat varietas.", + "cardId": "clm4n575x00bfe0v59wzjea2k", + "setCardId": "clm4n5ceh00bge0v59sktee0s", + "setCard": { + "id": "clm4n5ceh00bge0v59sktee0s", + "slug": "alp_azuridge_caravan", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n575x00bfe0v59wzjea2k", + "meta": { + "id": "clq39zelr00bvsh27rxvnzo1y", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary convoy of diverse kin and kind", + "subType": "", + "rulesText": "Has all elements and minion types.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4n5ceh00bge0v59sktee0s" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4npqfb00fze0v5gwnj6xhd", + "slug": "backstab", + "name": "Backstab", + "hotscore": 368, + "guardian": { + "id": "clq39ztsr00exsh27qt234ybz", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of treachery and treason", + "subType": "", + "rulesText": "Target minion moves to an adjacent location, if needed, to strike another target tapped minion there.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4npqfb00fze0v5gwnj6xhd" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h7s200yks67p6omuyoj0", + "slug": "bet_backstab_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/backstab.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4npqfb00fze0v5gwnj6xhd", + "setCardId": "clot8h7qk00yis67pe5fo238c", + "setCard": { + "id": "clot8h7qk00yis67pe5fo238c", + "slug": "bet_backstab", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4npqfb00fze0v5gwnj6xhd", + "meta": { + "id": "clq39zu0z00ezsh27mcybxjhu", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of treachery and treason", + "subType": "", + "rulesText": "Target minion moves to an adjacent location, if needed, to strike another target tapped minion there.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h7qk00yis67pe5fo238c" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h7tm00yms67p0y2y97or", + "slug": "bet_backstab_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/backstab-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4npqfb00fze0v5gwnj6xhd", + "setCardId": "clot8h7qk00yis67pe5fo238c", + "setCard": { + "id": "clot8h7qk00yis67pe5fo238c", + "slug": "bet_backstab", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4npqfb00fze0v5gwnj6xhd", + "meta": { + "id": "clq39zu0z00ezsh27mcybxjhu", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of treachery and treason", + "subType": "", + "rulesText": "Target minion moves to an adjacent location, if needed, to strike another target tapped minion there.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h7qk00yis67pe5fo238c" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4npx6n00g1e0v5b0swbxix", + "slug": "alp_backstab_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/backstab.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4npqfb00fze0v5gwnj6xhd", + "setCardId": "clm4npvuy00g0e0v58ecl90wl", + "setCard": { + "id": "clm4npvuy00g0e0v58ecl90wl", + "slug": "alp_backstab", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4npqfb00fze0v5gwnj6xhd", + "meta": { + "id": "clq39ztv600eysh273mucfwrg", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of treachery and treason", + "subType": "", + "rulesText": "Target minion moves to an adjacent location, if needed, to strike another target tapped minion there.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4npvuy00g0e0v58ecl90wl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nq3jg00g2e0v5c4v2b76q", + "slug": "alp_backstab_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/backstab-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4npqfb00fze0v5gwnj6xhd", + "setCardId": "clm4npvuy00g0e0v58ecl90wl", + "setCard": { + "id": "clm4npvuy00g0e0v58ecl90wl", + "slug": "alp_backstab", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4npqfb00fze0v5gwnj6xhd", + "meta": { + "id": "clq39ztv600eysh273mucfwrg", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of treachery and treason", + "subType": "", + "rulesText": "Target minion moves to an adjacent location, if needed, to strike another target tapped minion there.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4npvuy00g0e0v58ecl90wl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n5p4700bje0v5cjh64wua", + "slug": "bane_widow", + "name": "Bane Widow", + "hotscore": 908, + "guardian": { + "id": "clq39zexg00bxsh27awz0hq8m", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with venom-dript fangs", + "subType": "Beast", + "rulesText": "Genesis → May kill target minion here.", + "cost": 4, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4n5p4700bje0v5cjh64wua" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gw4c00rks67pdbn57drt", + "slug": "bet_bane_widow_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bane_widow.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "Born of earth, yet suckled by Hell's fire.\r\n", + "cardId": "clm4n5p4700bje0v5cjh64wua", + "setCardId": "clot8gw2m00ris67peje86i7v", + "setCard": { + "id": "clot8gw2m00ris67peje86i7v", + "slug": "bet_bane_widow", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n5p4700bje0v5cjh64wua", + "meta": { + "id": "clq39zf5k00bzsh27tuqoeq1x", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with venom-dript fangs", + "subType": "Beast", + "rulesText": "Genesis → May kill target minion here.", + "cost": 4, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gw2m00ris67peje86i7v" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gw5z00rms67p4t2h7svd", + "slug": "bet_bane_widow_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bane_widow-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "Born of earth, yet suckled by Hell's fire.\r\n", + "cardId": "clm4n5p4700bje0v5cjh64wua", + "setCardId": "clot8gw2m00ris67peje86i7v", + "setCard": { + "id": "clot8gw2m00ris67peje86i7v", + "slug": "bet_bane_widow", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n5p4700bje0v5cjh64wua", + "meta": { + "id": "clq39zf5k00bzsh27tuqoeq1x", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with venom-dript fangs", + "subType": "Beast", + "rulesText": "Genesis → May kill target minion here.", + "cost": 4, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gw2m00ris67peje86i7v" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n5wet00ble0v53xrggsnu", + "slug": "alp_bane_widow_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bane_widow.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "Born of earth, yet suckled by Hell's fire.\n", + "cardId": "clm4n5p4700bje0v5cjh64wua", + "setCardId": "clm4n5v3t00bke0v51vpaau17", + "setCard": { + "id": "clm4n5v3t00bke0v51vpaau17", + "slug": "alp_bane_widow", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n5p4700bje0v5cjh64wua", + "meta": { + "id": "clq39zf0000bysh272vpzcdyx", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with venom-dript fangs", + "subType": "Beast", + "rulesText": "Genesis → May kill target minion here.", + "cost": 4, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n5v3t00bke0v51vpaau17" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n62zy00bme0v50e1k7zxq", + "slug": "alp_bane_widow_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bane_widow-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "Born of earth, yet suckled by Hell's fire.\n", + "cardId": "clm4n5p4700bje0v5cjh64wua", + "setCardId": "clm4n5v3t00bke0v51vpaau17", + "setCard": { + "id": "clm4n5v3t00bke0v51vpaau17", + "slug": "alp_bane_widow", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n5p4700bje0v5cjh64wua", + "meta": { + "id": "clq39zf0000bysh272vpzcdyx", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with venom-dript fangs", + "subType": "Beast", + "rulesText": "Genesis → May kill target minion here.", + "cost": 4, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n5v3t00bke0v51vpaau17" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n68zp00bne0v577apblij", + "slug": "beast_of_burden", + "name": "Beast of Burden", + "hotscore": 265, + "guardian": { + "id": "clq39zfbe00c0sh272w0ih3sn", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast bears the wide world", + "subType": "Beast", + "rulesText": "May carry any number of allied minions.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4n68zp00bne0v577apblij" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gwfd00rrs67p4ztudwqr", + "slug": "bet_beast_of_burden_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/beast_of_burden.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "Louder, louder! Blast your snorting drums!\r\nLife’s most weary load is yet to come.", + "cardId": "clm4n68zp00bne0v577apblij", + "setCardId": "clot8gwdp00rps67p3sua5pel", + "setCard": { + "id": "clot8gwdp00rps67p3sua5pel", + "slug": "bet_beast_of_burden", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n68zp00bne0v577apblij", + "meta": { + "id": "clq39zfjh00c2sh27kzhsb221", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast bears the wide world", + "subType": "Beast", + "rulesText": "May carry any number of allied minions.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8gwdp00rps67p3sua5pel" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gwgu00rts67polne1oqu", + "slug": "bet_beast_of_burden_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/beast_of_burden-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "Louder, louder! Blast your snorting drums!\r\nLife’s most weary load is yet to come.", + "cardId": "clm4n68zp00bne0v577apblij", + "setCardId": "clot8gwdp00rps67p3sua5pel", + "setCard": { + "id": "clot8gwdp00rps67p3sua5pel", + "slug": "bet_beast_of_burden", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n68zp00bne0v577apblij", + "meta": { + "id": "clq39zfjh00c2sh27kzhsb221", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast bears the wide world", + "subType": "Beast", + "rulesText": "May carry any number of allied minions.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8gwdp00rps67p3sua5pel" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n6fj800bpe0v54ddvb1bz", + "slug": "alp_beast_of_burden_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/beast_of_burden.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "Louder, louder! Blast your snorting drums!\nLife’s most weary load is yet to come.", + "cardId": "clm4n68zp00bne0v577apblij", + "setCardId": "clm4n6e7x00boe0v59x6h87zy", + "setCard": { + "id": "clm4n6e7x00boe0v59x6h87zy", + "slug": "alp_beast_of_burden", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n68zp00bne0v577apblij", + "meta": { + "id": "clq39zfdr00c1sh27uti5b2m8", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast bears the wide world", + "subType": "Beast", + "rulesText": "May carry any number of allied minions.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4n6e7x00boe0v59x6h87zy" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n6mc100bqe0v5dilmavs6", + "slug": "alp_beast_of_burden_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/beast_of_burden-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "Louder, louder! Blast your snorting drums!\nLife’s most weary load is yet to come.", + "cardId": "clm4n68zp00bne0v577apblij", + "setCardId": "clm4n6e7x00boe0v59x6h87zy", + "setCard": { + "id": "clm4n6e7x00boe0v59x6h87zy", + "slug": "alp_beast_of_burden", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n68zp00bne0v577apblij", + "meta": { + "id": "clq39zfdr00c1sh27uti5b2m8", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast bears the wide world", + "subType": "Beast", + "rulesText": "May carry any number of allied minions.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4n6e7x00boe0v59x6h87zy" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nq8la00g3e0v51whb7zum", + "slug": "blaze", + "name": "Blaze", + "hotscore": 3154, + "guardian": { + "id": "clq39zu7g00f0sh27v4pt54m4", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of blistering speed", + "subType": "", + "rulesText": "This turn, give an ally Movement +2, it can't be intercepted, and it leaves a trail of fire at departed locations. When it stops, each unit along the trail takes 2 damage.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nq8la00g3e0v51whb7zum" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h84200yrs67px3zrtalq", + "slug": "bet_blaze_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/blaze.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4nq8la00g3e0v51whb7zum", + "setCardId": "clot8h82k00yps67pg7inyme7", + "setCard": { + "id": "clot8h82k00yps67pg7inyme7", + "slug": "bet_blaze", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nq8la00g3e0v51whb7zum", + "meta": { + "id": "clq39zuj200f2sh27qotzawyp", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of blistering speed", + "subType": "", + "rulesText": "This turn, give an ally Movement +2, it can't be intercepted, and it leaves a trail of fire at departed locations. When it stops, each unit along the trail takes 2 damage.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h82k00yps67pg7inyme7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h85q00yts67phlz8s7n3", + "slug": "bet_blaze_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/blaze-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4nq8la00g3e0v51whb7zum", + "setCardId": "clot8h82k00yps67pg7inyme7", + "setCard": { + "id": "clot8h82k00yps67pg7inyme7", + "slug": "bet_blaze", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nq8la00g3e0v51whb7zum", + "meta": { + "id": "clq39zuj200f2sh27qotzawyp", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of blistering speed", + "subType": "", + "rulesText": "This turn, give an ally Movement +2, it can't be intercepted, and it leaves a trail of fire at departed locations. When it stops, each unit along the trail takes 2 damage.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h82k00yps67pg7inyme7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nqfwu00g5e0v58rut13r1", + "slug": "alp_blaze_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/blaze.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4nq8la00g3e0v51whb7zum", + "setCardId": "clm4nqef000g4e0v56k72a9hm", + "setCard": { + "id": "clm4nqef000g4e0v56k72a9hm", + "slug": "alp_blaze", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nq8la00g3e0v51whb7zum", + "meta": { + "id": "clq39zuag00f1sh2787dwovs3", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of blistering speed", + "subType": "", + "rulesText": "This turn, give an ally Movement +2, it can't be intercepted, and it leaves a trail of fire at departed locations. When it stops, each unit along the trail takes 2 damage.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nqef000g4e0v56k72a9hm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nqt2300g7e0v504ez43lg", + "slug": "alp_blaze_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/blaze-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4nq8la00g3e0v51whb7zum", + "setCardId": "clm4nqef000g4e0v56k72a9hm", + "setCard": { + "id": "clm4nqef000g4e0v56k72a9hm", + "slug": "alp_blaze", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nq8la00g3e0v51whb7zum", + "meta": { + "id": "clq39zuag00f1sh2787dwovs3", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of blistering speed", + "subType": "", + "rulesText": "This turn, give an ally Movement +2, it can't be intercepted, and it leaves a trail of fire at departed locations. When it stops, each unit along the trail takes 2 damage.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nqef000g4e0v56k72a9hm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nqmq300g6e0v5hqmp09mr", + "slug": "alp_blaze_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/blaze-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4nq8la00g3e0v51whb7zum", + "setCardId": "clm4nqef000g4e0v56k72a9hm", + "setCard": { + "id": "clm4nqef000g4e0v56k72a9hm", + "slug": "alp_blaze", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nq8la00g3e0v51whb7zum", + "meta": { + "id": "clq39zuag00f1sh2787dwovs3", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of blistering speed", + "subType": "", + "rulesText": "This turn, give an ally Movement +2, it can't be intercepted, and it leaves a trail of fire at departed locations. When it stops, each unit along the trail takes 2 damage.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nqef000g4e0v56k72a9hm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nqu6u00g8e0v5g2uv5yl3", + "slug": "boil", + "name": "Boil", + "hotscore": 484, + "guardian": { + "id": "clq39zups00f3sh274tb0ix1y", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of sudden scalding", + "subType": "", + "rulesText": "Destroy all minions occupying target water site up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4nqu6u00g8e0v5g2uv5yl3" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h8f600yys67p8g51mtop", + "slug": "bet_boil_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/boil.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4nqu6u00g8e0v5g2uv5yl3", + "setCardId": "clot8h8dk00yws67pglvvnovr", + "setCard": { + "id": "clot8h8dk00yws67pglvvnovr", + "slug": "bet_boil", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nqu6u00g8e0v5g2uv5yl3", + "meta": { + "id": "clq39zuzf00f5sh27wjceyt1g", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of sudden scalding", + "subType": "", + "rulesText": "Destroy all minions occupying target water site up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h8dk00yws67pglvvnovr" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h8gp00z0s67pwm9eefn6", + "slug": "bet_boil_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/boil-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4nqu6u00g8e0v5g2uv5yl3", + "setCardId": "clot8h8dk00yws67pglvvnovr", + "setCard": { + "id": "clot8h8dk00yws67pglvvnovr", + "slug": "bet_boil", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nqu6u00g8e0v5g2uv5yl3", + "meta": { + "id": "clq39zuzf00f5sh27wjceyt1g", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of sudden scalding", + "subType": "", + "rulesText": "Destroy all minions occupying target water site up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h8dk00yws67pglvvnovr" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nr0xp00gae0v5elsx10cz", + "slug": "alp_boil_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/boil.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4nqu6u00g8e0v5g2uv5yl3", + "setCardId": "clm4nqzm900g9e0v59k2bbts4", + "setCard": { + "id": "clm4nqzm900g9e0v59k2bbts4", + "slug": "alp_boil", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nqu6u00g8e0v5g2uv5yl3", + "meta": { + "id": "clq39zusw00f4sh279yp2nujk", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of sudden scalding", + "subType": "", + "rulesText": "Destroy all minions occupying target water site up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nqzm900g9e0v59k2bbts4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nr7p200gbe0v50n4h0s84", + "slug": "alp_boil_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/boil-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4nqu6u00g8e0v5g2uv5yl3", + "setCardId": "clm4nqzm900g9e0v59k2bbts4", + "setCard": { + "id": "clm4nqzm900g9e0v59k2bbts4", + "slug": "alp_boil", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nqu6u00g8e0v5g2uv5yl3", + "meta": { + "id": "clq39zusw00f4sh279yp2nujk", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of sudden scalding", + "subType": "", + "rulesText": "Destroy all minions occupying target water site up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nqzm900g9e0v59k2bbts4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n6rru00bre0v5esja1xm7", + "slug": "bull_demons_of_adum", + "name": "Bull Demons of Adum", + "hotscore": 544, + "guardian": { + "id": "clq39zfp600c3sh27sunag1xk", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Demons run amok", + "subType": "Demon", + "rulesText": "Tap → Move three steps in a cardinal direction. When Bull Demons of Adum enter each location, they strike each untapped unit there.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4n6rru00bre0v5esja1xm7" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gwqo00rys67plty4xl9u", + "slug": "bet_bull_demons_of_adum_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bull_demons_of_adum.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "“A bull won’t charge a sleeping man. Go to bed, child.”", + "cardId": "clm4n6rru00bre0v5esja1xm7", + "setCardId": "clot8gwp400rws67p7yxvylzj", + "setCard": { + "id": "clot8gwp400rws67p7yxvylzj", + "slug": "bet_bull_demons_of_adum", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n6rru00bre0v5esja1xm7", + "meta": { + "id": "clq39zfyy00c5sh27k47810ui", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Demons run amok", + "subType": "Demon", + "rulesText": "Tap → Move three steps in a cardinal direction. When Bull Demons of Adum enter each location, they strike each untapped unit there.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gwp400rws67p7yxvylzj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gws800s0s67pll1e2boy", + "slug": "bet_bull_demons_of_adum_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bull_demons_of_adum-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "“A bull won’t charge a sleeping man. Go to bed, child.”", + "cardId": "clm4n6rru00bre0v5esja1xm7", + "setCardId": "clot8gwp400rws67p7yxvylzj", + "setCard": { + "id": "clot8gwp400rws67p7yxvylzj", + "slug": "bet_bull_demons_of_adum", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n6rru00bre0v5esja1xm7", + "meta": { + "id": "clq39zfyy00c5sh27k47810ui", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Demons run amok", + "subType": "Demon", + "rulesText": "Tap → Move three steps in a cardinal direction. When Bull Demons of Adum enter each location, they strike each untapped unit there.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gwp400rws67p7yxvylzj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n6yua00bte0v56mi72fda", + "slug": "alp_bull_demons_of_adum_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bull_demons_of_adum.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "“A bull won’t charge a sleeping man. Go to bed, child.”", + "cardId": "clm4n6rru00bre0v5esja1xm7", + "setCardId": "clm4n6xgi00bse0v55d4k138z", + "setCard": { + "id": "clm4n6xgi00bse0v55d4k138z", + "slug": "alp_bull_demons_of_adum", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n6rru00bre0v5esja1xm7", + "meta": { + "id": "clq39zfrj00c4sh27ewkd7exr", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Demons run amok", + "subType": "Demon", + "rulesText": "Tap → Move three steps in a cardinal direction. When Bull Demons of Adum enter each location, they strike each untapped unit there.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n6xgi00bse0v55d4k138z" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n7ae400bve0v5hd9f0c3a", + "slug": "alp_bull_demons_of_adum_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bull_demons_of_adum-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Gadu Duaso", + "flavorText": "“A bull won’t charge a sleeping man. Go to bed, child.”", + "cardId": "clm4n6rru00bre0v5esja1xm7", + "setCardId": "clm4n6xgi00bse0v55d4k138z", + "setCard": { + "id": "clm4n6xgi00bse0v55d4k138z", + "slug": "alp_bull_demons_of_adum", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n6rru00bre0v5esja1xm7", + "meta": { + "id": "clq39zfrj00c4sh27ewkd7exr", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Demons run amok", + "subType": "Demon", + "rulesText": "Tap → Move three steps in a cardinal direction. When Bull Demons of Adum enter each location, they strike each untapped unit there.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n6xgi00bse0v55d4k138z" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n754w00bue0v5bkxtau5c", + "slug": "alp_bull_demons_of_adum_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bull_demons_of_adum-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "“A bull won’t charge a sleeping man. Go to bed, child.”", + "cardId": "clm4n6rru00bre0v5esja1xm7", + "setCardId": "clm4n6xgi00bse0v55d4k138z", + "setCard": { + "id": "clm4n6xgi00bse0v55d4k138z", + "slug": "alp_bull_demons_of_adum", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n6rru00bre0v5esja1xm7", + "meta": { + "id": "clq39zfrj00c4sh27ewkd7exr", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Demons run amok", + "subType": "Demon", + "rulesText": "Tap → Move three steps in a cardinal direction. When Bull Demons of Adum enter each location, they strike each untapped unit there.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n6xgi00bse0v55d4k138z" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n7bit00bwe0v53b6abz16", + "slug": "cauldron_crones", + "name": "Cauldron Crones", + "hotscore": 907, + "guardian": { + "id": "clq39zg4r00c6sh277gwhpd1n", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals brewing with ill intent", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nGenesis → You may sacrifice another minion here to draw a spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4n7bit00bwe0v53b6abz16" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gx3000s5s67pnnyxmq25", + "slug": "bet_cauldron_crones_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cauldron_crones.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4n7bit00bwe0v53b6abz16", + "setCardId": "clot8gx1e00s3s67pywhtmt0k", + "setCard": { + "id": "clot8gx1e00s3s67pywhtmt0k", + "slug": "bet_cauldron_crones", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n7bit00bwe0v53b6abz16", + "meta": { + "id": "clq39zgcq00c8sh27varhhb70", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals brewing with ill intent", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nGenesis → You may sacrifice another minion here to draw a spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8gx1e00s3s67pywhtmt0k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gx4l00s7s67phd86bc53", + "slug": "bet_cauldron_crones_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cauldron_crones-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4n7bit00bwe0v53b6abz16", + "setCardId": "clot8gx1e00s3s67pywhtmt0k", + "setCard": { + "id": "clot8gx1e00s3s67pywhtmt0k", + "slug": "bet_cauldron_crones", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n7bit00bwe0v53b6abz16", + "meta": { + "id": "clq39zgcq00c8sh27varhhb70", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals brewing with ill intent", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nGenesis → You may sacrifice another minion here to draw a spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8gx1e00s3s67pywhtmt0k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n7j2z00bye0v532bzhllj", + "slug": "alp_cauldron_crones_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cauldron_crones.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4n7bit00bwe0v53b6abz16", + "setCardId": "clm4n7hr400bxe0v53m9vhyrg", + "setCard": { + "id": "clm4n7hr400bxe0v53m9vhyrg", + "slug": "alp_cauldron_crones", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n7bit00bwe0v53b6abz16", + "meta": { + "id": "clq39zg7400c7sh27q6kq8qyd", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals brewing with ill intent", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nGenesis → You may sacrifice another minion here to draw a spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4n7hr400bxe0v53m9vhyrg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n7qqe00bze0v54hhd6hry", + "slug": "alp_cauldron_crones_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cauldron_crones-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4n7bit00bwe0v53b6abz16", + "setCardId": "clm4n7hr400bxe0v53m9vhyrg", + "setCard": { + "id": "clm4n7hr400bxe0v53m9vhyrg", + "slug": "alp_cauldron_crones", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n7bit00bwe0v53b6abz16", + "meta": { + "id": "clq39zg7400c7sh27q6kq8qyd", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals brewing with ill intent", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nGenesis → You may sacrifice another minion here to draw a spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4n7hr400bxe0v53m9vhyrg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n7x5e00c0e0v55y1c9prd", + "slug": "cerberus_in_chains", + "name": "Cerberus in Chains", + "hotscore": 1328, + "guardian": { + "id": "clq39zgih00c9sh27aph8dkik", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Demon on a short leash", + "subType": "Demon", + "rulesText": "Must be summoned to your location.\r\n\r\nCerberus in Chains automatically follows you and can't move itself away.", + "cost": 3, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4n7x5e00c0e0v55y1c9prd" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gxe000scs67p57o4gw4r", + "slug": "bet_cerberus_in_chains_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cerberus_in_chains.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4n7x5e00c0e0v55y1c9prd", + "setCardId": "clot8gxcc00sas67pevy2canb", + "setCard": { + "id": "clot8gxcc00sas67pevy2canb", + "slug": "bet_cerberus_in_chains", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n7x5e00c0e0v55y1c9prd", + "meta": { + "id": "clq39zgr200cbsh27zhlkh89v", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Demon on a short leash", + "subType": "Demon", + "rulesText": "Must be summoned to your location.\r\n\r\nCerberus in Chains automatically follows you and can't move itself away.", + "cost": 3, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gxcc00sas67pevy2canb" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gxfk00ses67pwy63pmyz", + "slug": "bet_cerberus_in_chains_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cerberus_in_chains-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4n7x5e00c0e0v55y1c9prd", + "setCardId": "clot8gxcc00sas67pevy2canb", + "setCard": { + "id": "clot8gxcc00sas67pevy2canb", + "slug": "bet_cerberus_in_chains", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n7x5e00c0e0v55y1c9prd", + "meta": { + "id": "clq39zgr200cbsh27zhlkh89v", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Demon on a short leash", + "subType": "Demon", + "rulesText": "Must be summoned to your location.\r\n\r\nCerberus in Chains automatically follows you and can't move itself away.", + "cost": 3, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gxcc00sas67pevy2canb" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n840z00c2e0v5abbg0xz1", + "slug": "alp_cerberus_in_chains_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cerberus_in_chains.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4n7x5e00c0e0v55y1c9prd", + "setCardId": "clm4n82oo00c1e0v56rc9dgoc", + "setCard": { + "id": "clm4n82oo00c1e0v56rc9dgoc", + "slug": "alp_cerberus_in_chains", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n7x5e00c0e0v55y1c9prd", + "meta": { + "id": "clq39zgky00cash27qwmzqvlw", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Demon on a short leash", + "subType": "Demon", + "rulesText": "Must be summoned to your location.\n\nCerberus in Chains automatically follows you and can't move itself away.", + "cost": 3, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n82oo00c1e0v56rc9dgoc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n8aww00c3e0v55rg520nu", + "slug": "alp_cerberus_in_chains_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cerberus_in_chains-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4n7x5e00c0e0v55y1c9prd", + "setCardId": "clm4n82oo00c1e0v56rc9dgoc", + "setCard": { + "id": "clm4n82oo00c1e0v56rc9dgoc", + "slug": "alp_cerberus_in_chains", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n7x5e00c0e0v55y1c9prd", + "meta": { + "id": "clq39zgky00cash27qwmzqvlw", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Demon on a short leash", + "subType": "Demon", + "rulesText": "Must be summoned to your location.\n\nCerberus in Chains automatically follows you and can't move itself away.", + "cost": 3, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n82oo00c1e0v56rc9dgoc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n8hgg00c4e0v5cnt3dp1b", + "slug": "clamor_of_harpies", + "name": "Clamor of Harpies", + "hotscore": 2272, + "guardian": { + "id": "clq39zgy700ccsh27np8o0nas", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Monsters of ardent desire", + "subType": "Monster", + "rulesText": "Airborne\r\n\r\nGenesis → Teleport target weaker minion to this location. Clamor of Harpies may strike it.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4n8hgg00c4e0v5cnt3dp1b" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gxqs00sjs67pfabjpazo", + "slug": "bet_clamor_of_harpies_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/clamor_of_harpies.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4n8hgg00c4e0v5cnt3dp1b", + "setCardId": "clot8gxp900shs67pot09vx0u", + "setCard": { + "id": "clot8gxp900shs67pot09vx0u", + "slug": "bet_clamor_of_harpies", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n8hgg00c4e0v5cnt3dp1b", + "meta": { + "id": "clq39zh8600cesh27oiqxi5v0", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Monsters of ardent desire", + "subType": "Monster", + "rulesText": "Airborne\r\n\r\nGenesis → Teleport target weaker minion to this location. Clamor of Harpies may strike it.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8gxp900shs67pot09vx0u" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gxsd00sls67p68t2mcbt", + "slug": "bet_clamor_of_harpies_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/clamor_of_harpies-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4n8hgg00c4e0v5cnt3dp1b", + "setCardId": "clot8gxp900shs67pot09vx0u", + "setCard": { + "id": "clot8gxp900shs67pot09vx0u", + "slug": "bet_clamor_of_harpies", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n8hgg00c4e0v5cnt3dp1b", + "meta": { + "id": "clq39zh8600cesh27oiqxi5v0", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Monsters of ardent desire", + "subType": "Monster", + "rulesText": "Airborne\r\n\r\nGenesis → Teleport target weaker minion to this location. Clamor of Harpies may strike it.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8gxp900shs67pot09vx0u" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n8pb400c6e0v58ql8bz9m", + "slug": "alp_clamor_of_harpies_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/clamor_of_harpies.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4n8hgg00c4e0v5cnt3dp1b", + "setCardId": "clm4n8nzu00c5e0v5cbsq183v", + "setCard": { + "id": "clm4n8nzu00c5e0v5cbsq183v", + "slug": "alp_clamor_of_harpies", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n8hgg00c4e0v5cnt3dp1b", + "meta": { + "id": "clq39zh0k00cdsh27pzha9lm7", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Monsters of ardent desire", + "subType": "Monster", + "rulesText": "Airborne\n\nGenesis → Teleport target weaker minion to this location. Clamor of Harpies may strike it.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4n8nzu00c5e0v5cbsq183v" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n92ax00c8e0v5akxpafip", + "slug": "alp_clamor_of_harpies_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/clamor_of_harpies-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4n8hgg00c4e0v5cnt3dp1b", + "setCardId": "clm4n8nzu00c5e0v5cbsq183v", + "setCard": { + "id": "clm4n8nzu00c5e0v5cbsq183v", + "slug": "alp_clamor_of_harpies", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n8hgg00c4e0v5cnt3dp1b", + "meta": { + "id": "clq39zh0k00cdsh27pzha9lm7", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Monsters of ardent desire", + "subType": "Monster", + "rulesText": "Airborne\n\nGenesis → Teleport target weaker minion to this location. Clamor of Harpies may strike it.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4n8nzu00c5e0v5cbsq183v" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n8wbt00c7e0v5g4xefeov", + "slug": "alp_clamor_of_harpies_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/clamor_of_harpies-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4n8hgg00c4e0v5cnt3dp1b", + "setCardId": "clm4n8nzu00c5e0v5cbsq183v", + "setCard": { + "id": "clm4n8nzu00c5e0v5cbsq183v", + "slug": "alp_clamor_of_harpies", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n8hgg00c4e0v5cnt3dp1b", + "meta": { + "id": "clq39zh0k00cdsh27pzha9lm7", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Monsters of ardent desire", + "subType": "Monster", + "rulesText": "Airborne\n\nGenesis → Teleport target weaker minion to this location. Clamor of Harpies may strike it.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4n8nzu00c5e0v5cbsq183v" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n93gz00c9e0v5afyj0lw0", + "slug": "colicky_dragonettes", + "name": "Colicky Dragonettes", + "hotscore": 2556, + "guardian": { + "id": "clq39zhdx00cfsh27vn5br238", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Dragons disgorge dollops of flame", + "subType": "Dragon", + "rulesText": "At the end of your turn, Colicky Dragonettes shoot a projectile. It deals 1 damage.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4n93gz00c9e0v5afyj0lw0" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gy1x00sqs67pd3ulukea", + "slug": "bet_colicky_dragonettes_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/colicky_dragonettes.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "Wee dragon’s game a belch of flame to lay the mighty low.", + "cardId": "clm4n93gz00c9e0v5afyj0lw0", + "setCardId": "clot8gy0d00sos67px5r1b6i3", + "setCard": { + "id": "clot8gy0d00sos67px5r1b6i3", + "slug": "bet_colicky_dragonettes", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n93gz00c9e0v5afyj0lw0", + "meta": { + "id": "clq39zhnx00chsh27bzg7xfii", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Dragons disgorge dollops of flame", + "subType": "Dragon", + "rulesText": "At the end of your turn, Colicky Dragonettes shoot a projectile. It deals 1 damage.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gy0d00sos67px5r1b6i3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gy3h00sss67p3t86ik7x", + "slug": "bet_colicky_dragonettes_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/colicky_dragonettes-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "Wee dragon’s game a belch of flame to lay the mighty low.", + "cardId": "clm4n93gz00c9e0v5afyj0lw0", + "setCardId": "clot8gy0d00sos67px5r1b6i3", + "setCard": { + "id": "clot8gy0d00sos67px5r1b6i3", + "slug": "bet_colicky_dragonettes", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n93gz00c9e0v5afyj0lw0", + "meta": { + "id": "clq39zhnx00chsh27bzg7xfii", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Dragons disgorge dollops of flame", + "subType": "Dragon", + "rulesText": "At the end of your turn, Colicky Dragonettes shoot a projectile. It deals 1 damage.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gy0d00sos67px5r1b6i3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n9aeo00cbe0v5b0rwfuqw", + "slug": "alp_colicky_dragonettes_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/colicky_dragonettes.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "Wee dragon’s game a belch of flame to lay the mighty low.", + "cardId": "clm4n93gz00c9e0v5afyj0lw0", + "setCardId": "clm4n98x500cae0v549x05xo2", + "setCard": { + "id": "clm4n98x500cae0v549x05xo2", + "slug": "alp_colicky_dragonettes", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n93gz00c9e0v5afyj0lw0", + "meta": { + "id": "clq39zhg700cgsh27xexjj0qc", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Dragons disgorge dollops of flame", + "subType": "Dragon", + "rulesText": "At the end of your turn, Colicky Dragonettes shoot a projectile. It deals 1 damage.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n98x500cae0v549x05xo2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n9mai00cde0v5abukcjwm", + "slug": "alp_colicky_dragonettes_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/colicky_dragonettes-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jeff Easley", + "flavorText": "Wee dragon’s game a belch of flame to lay the mighty low.", + "cardId": "clm4n93gz00c9e0v5afyj0lw0", + "setCardId": "clm4n98x500cae0v549x05xo2", + "setCard": { + "id": "clm4n98x500cae0v549x05xo2", + "slug": "alp_colicky_dragonettes", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n93gz00c9e0v5afyj0lw0", + "meta": { + "id": "clq39zhg700cgsh27xexjj0qc", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Dragons disgorge dollops of flame", + "subType": "Dragon", + "rulesText": "At the end of your turn, Colicky Dragonettes shoot a projectile. It deals 1 damage.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n98x500cae0v549x05xo2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n9goc00cce0v53egv7t1o", + "slug": "alp_colicky_dragonettes_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/colicky_dragonettes-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "Wee dragon’s game a belch of flame to lay the mighty low.", + "cardId": "clm4n93gz00c9e0v5afyj0lw0", + "setCardId": "clm4n98x500cae0v549x05xo2", + "setCard": { + "id": "clm4n98x500cae0v549x05xo2", + "slug": "alp_colicky_dragonettes", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n93gz00c9e0v5afyj0lw0", + "meta": { + "id": "clq39zhg700cgsh27xexjj0qc", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Dragons disgorge dollops of flame", + "subType": "Dragon", + "rulesText": "At the end of your turn, Colicky Dragonettes shoot a projectile. It deals 1 damage.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n98x500cae0v549x05xo2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nrdx800gce0v50z13alkf", + "slug": "cone_of_flame", + "name": "Cone of Flame", + "hotscore": 811, + "guardian": { + "id": "clq39zv5000f6sh27jvcx9mqv", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A billowing blast of Exceptional Magic", + "subType": "", + "rulesText": "Choose a direction from the caster. Deal damage to each unit at a location in the area of effect:", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4nrdx800gce0v50z13alkf" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h8qi00z5s67pjatbipju", + "slug": "bet_cone_of_flame_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cone_of_flame.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4nrdx800gce0v50z13alkf", + "setCardId": "clot8h8p000z3s67p622tgf5v", + "setCard": { + "id": "clot8h8p000z3s67p622tgf5v", + "slug": "bet_cone_of_flame", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nrdx800gce0v50z13alkf", + "meta": { + "id": "clq39zvcs00f8sh27rtwa7jqo", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A billowing blast of Exceptional Magic", + "subType": "", + "rulesText": "Choose a direction from the caster. Deal damage to each unit at a location in the area of effect:", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h8p000z3s67p622tgf5v" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h8s200z7s67pl43n8xb7", + "slug": "bet_cone_of_flame_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cone_of_flame-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4nrdx800gce0v50z13alkf", + "setCardId": "clot8h8p000z3s67p622tgf5v", + "setCard": { + "id": "clot8h8p000z3s67p622tgf5v", + "slug": "bet_cone_of_flame", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nrdx800gce0v50z13alkf", + "meta": { + "id": "clq39zvcs00f8sh27rtwa7jqo", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A billowing blast of Exceptional Magic", + "subType": "", + "rulesText": "Choose a direction from the caster. Deal damage to each unit at a location in the area of effect:", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h8p000z3s67p622tgf5v" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nrkxe00gee0v5glql3i4e", + "slug": "alp_cone_of_flame_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cone_of_flame.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4nrdx800gce0v50z13alkf", + "setCardId": "clm4nrjmb00gde0v507gfcb4a", + "setCard": { + "id": "clm4nrjmb00gde0v507gfcb4a", + "slug": "alp_cone_of_flame", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nrdx800gce0v50z13alkf", + "meta": { + "id": "clq39zv7900f7sh27v8dbkjzd", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A billowing blast of Exceptional Magic", + "subType": "", + "rulesText": "Choose a direction from the caster. Deal damage to each unit at a location in the area of effect:", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nrjmb00gde0v507gfcb4a" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nrr4800gfe0v541oz1c2e", + "slug": "alp_cone_of_flame_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cone_of_flame-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4nrdx800gce0v50z13alkf", + "setCardId": "clm4nrjmb00gde0v507gfcb4a", + "setCard": { + "id": "clm4nrjmb00gde0v507gfcb4a", + "slug": "alp_cone_of_flame", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nrdx800gce0v50z13alkf", + "meta": { + "id": "clq39zv7900f7sh27v8dbkjzd", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A billowing blast of Exceptional Magic", + "subType": "", + "rulesText": "Choose a direction from the caster. Deal damage to each unit at a location in the area of effect:", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nrjmb00gde0v507gfcb4a" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n9nft00cee0v5daav3xy3", + "slug": "courtesan_thais", + "name": "Courtesan Thaïs", + "hotscore": 1257, + "guardian": { + "id": "clq39zhtw00cish27mgsuq1a7", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of sedition and seduction", + "subType": "Mortal", + "rulesText": "Genesis → During their next turn, each player is controlled by the previous one.", + "cost": 5, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4n9nft00cee0v5daav3xy3" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gydn00sxs67po8f9fz9y", + "slug": "bet_courtesan_thais_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/courtesan_thais.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "Well all the while blood shall spill, should woman's wile belie man's will.", + "cardId": "clm4n9nft00cee0v5daav3xy3", + "setCardId": "clot8gyc300svs67pjytbl8vl", + "setCard": { + "id": "clot8gyc300svs67pjytbl8vl", + "slug": "bet_courtesan_thais", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n9nft00cee0v5daav3xy3", + "meta": { + "id": "clq39zi2300cksh27igkwub6x", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of sedition and seduction", + "subType": "Mortal", + "rulesText": "Genesis → During their next turn, each player is controlled by the previous one.", + "cost": 5, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gyc300svs67pjytbl8vl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gyfa00szs67pwmcnoeen", + "slug": "bet_courtesan_thais_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/courtesan_thais-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "Well all the while blood shall spill, should woman's wile belie man's will.", + "cardId": "clm4n9nft00cee0v5daav3xy3", + "setCardId": "clot8gyc300svs67pjytbl8vl", + "setCard": { + "id": "clot8gyc300svs67pjytbl8vl", + "slug": "bet_courtesan_thais", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n9nft00cee0v5daav3xy3", + "meta": { + "id": "clq39zi2300cksh27igkwub6x", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of sedition and seduction", + "subType": "Mortal", + "rulesText": "Genesis → During their next turn, each player is controlled by the previous one.", + "cost": 5, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gyc300svs67pjytbl8vl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n9ujx00cge0v5gaz37inl", + "slug": "alp_courtesan_thais_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/courtesan_thais.png", + "finish": "Standard", + "product": "Booster", + "artist": "Frank Frazetta", + "flavorText": "Well all the while blood shall spill, should woman's wile belie man's will.", + "cardId": "clm4n9nft00cee0v5daav3xy3", + "setCardId": "clm4n9t8u00cfe0v596sj8gga", + "setCard": { + "id": "clm4n9t8u00cfe0v596sj8gga", + "slug": "alp_courtesan_thais", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n9nft00cee0v5daav3xy3", + "meta": { + "id": "clq39zhw900cjsh27cxd41b7c", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of sedition and seduction", + "subType": "Mortal", + "rulesText": "Genesis → During their next turn, each player is controlled by the previous one.", + "cost": 5, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n9t8u00cfe0v596sj8gga" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4na1nd00che0v55earfjqy", + "slug": "alp_courtesan_thais_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/courtesan_thais-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Frank Frazetta", + "flavorText": "Well all the while blood shall spill, should woman's wile belie man's will.", + "cardId": "clm4n9nft00cee0v5daav3xy3", + "setCardId": "clm4n9t8u00cfe0v596sj8gga", + "setCard": { + "id": "clm4n9t8u00cfe0v596sj8gga", + "slug": "alp_courtesan_thais", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n9nft00cee0v5daav3xy3", + "meta": { + "id": "clq39zhw900cjsh27cxd41b7c", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of sedition and seduction", + "subType": "Mortal", + "rulesText": "Genesis → During their next turn, each player is controlled by the previous one.", + "cost": 5, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n9t8u00cfe0v596sj8gga" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nrwcl00gge0v5gnly9v6z", + "slug": "critical_strike", + "name": "Critical Strike", + "hotscore": 1264, + "guardian": { + "id": "clq39zvid00f9sh272lz2i8tt", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to smite your enemy", + "subType": "", + "rulesText": "The next time an ally strikes a unit this turn, it deals double damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nrwcl00gge0v5gnly9v6z" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h91t00zcs67p2njkrw1l", + "slug": "bet_critical_strike_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/critical_strike.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4nrwcl00gge0v5gnly9v6z", + "setCardId": "clot8h90600zas67prw83a8ou", + "setCard": { + "id": "clot8h90600zas67prw83a8ou", + "slug": "bet_critical_strike", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nrwcl00gge0v5gnly9v6z", + "meta": { + "id": "clq39zvum00fcsh273tog2ec5", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to smite your enemy", + "subType": "", + "rulesText": "The next time an ally strikes a unit this turn, it deals double damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h90600zas67prw83a8ou" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h93b00zes67pnze7ujxc", + "slug": "bet_critical_strike_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/critical_strike-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4nrwcl00gge0v5gnly9v6z", + "setCardId": "clot8h90600zas67prw83a8ou", + "setCard": { + "id": "clot8h90600zas67prw83a8ou", + "slug": "bet_critical_strike", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nrwcl00gge0v5gnly9v6z", + "meta": { + "id": "clq39zvum00fcsh273tog2ec5", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to smite your enemy", + "subType": "", + "rulesText": "The next time an ally strikes a unit this turn, it deals double damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h90600zas67prw83a8ou" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ns36000gie0v50w70gxhd", + "slug": "alp_critical_strike_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/critical_strike.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4nrwcl00gge0v5gnly9v6z", + "setCardId": "clm4ns1u700ghe0v58h5o8dw8", + "setCard": { + "id": "clm4ns1u700ghe0v58h5o8dw8", + "slug": "alp_critical_strike", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nrwcl00gge0v5gnly9v6z", + "meta": { + "id": "clq39zvkn00fash27x14j9hvq", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to smite your enemy", + "subType": "", + "rulesText": "The next time an ally strikes a unit this turn, it deals double damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4ns1u700ghe0v58h5o8dw8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nsaec00gje0v5cfru6gk3", + "slug": "alp_critical_strike_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/critical_strike-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4nrwcl00gge0v5gnly9v6z", + "setCardId": "clm4ns1u700ghe0v58h5o8dw8", + "setCard": { + "id": "clm4ns1u700ghe0v58h5o8dw8", + "slug": "alp_critical_strike", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nrwcl00gge0v5gnly9v6z", + "meta": { + "id": "clq39zvkn00fash27x14j9hvq", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to smite your enemy", + "subType": "", + "rulesText": "The next time an ally strikes a unit this turn, it deals double damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4ns1u700ghe0v58h5o8dw8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4rgsz1000342v5eqsh0s63", + "slug": "pro_critical_strike_bt_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/pro/critical_strike-bt.png", + "finish": "Standard", + "product": "Box_Topper", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4nrwcl00gge0v5gnly9v6z", + "setCardId": "clm4rgqj7000242v571320oij", + "setCard": { + "id": "clm4rgqj7000242v571320oij", + "slug": "pro_critical_strike", + "setId": "clm4rgehb000042v5a04vfg6s", + "cardId": "clm4nrwcl00gge0v5gnly9v6z", + "meta": { + "id": "clq39zvqk00fbsh274t6n6oo8", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of piercing precision", + "subType": "", + "rulesText": "The next time an ally strikes a unit this turn, it deals double damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4rgqj7000242v571320oij" + }, + "set": { + "id": "clm4rgehb000042v5a04vfg6s", + "name": "Promotional", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4na72600cie0v515g15i6g", + "slug": "death_dealer", + "name": "Death Dealer", + "hotscore": 4115, + "guardian": { + "id": "clq39zi7u00clsh27rffcjgsr", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal and artist of the afterlife", + "subType": "Mortal", + "rulesText": "Genesis → Kill all other minions.", + "cost": 7, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4na72600cie0v515g15i6g" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gypf00t4s67pr7vqia1i", + "slug": "bet_death_dealer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/death_dealer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "With frank hand the dark traveler laid waste to all who came before him.\r\n\r\nA master of the art paints a portrait of death.", + "cardId": "clm4na72600cie0v515g15i6g", + "setCardId": "clot8gynx00t2s67pqsn3r6b6", + "setCard": { + "id": "clot8gynx00t2s67pqsn3r6b6", + "slug": "bet_death_dealer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4na72600cie0v515g15i6g", + "meta": { + "id": "clq39zig200cnsh27ibu5yq9t", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal and artist of the afterlife", + "subType": "Mortal", + "rulesText": "Genesis → Kill all other minions.", + "cost": 7, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gynx00t2s67pqsn3r6b6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gyr000t6s67p3rn0gra1", + "slug": "bet_death_dealer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/death_dealer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "With frank hand the dark traveler laid waste to all who came before him.\r\n\r\nA master of the art paints a portrait of death.", + "cardId": "clm4na72600cie0v515g15i6g", + "setCardId": "clot8gynx00t2s67pqsn3r6b6", + "setCard": { + "id": "clot8gynx00t2s67pqsn3r6b6", + "slug": "bet_death_dealer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4na72600cie0v515g15i6g", + "meta": { + "id": "clq39zig200cnsh27ibu5yq9t", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal and artist of the afterlife", + "subType": "Mortal", + "rulesText": "Genesis → Kill all other minions.", + "cost": 7, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gynx00t2s67pqsn3r6b6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4naefs00cke0v59p2vckt3", + "slug": "alp_death_dealer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/death_dealer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Frank Frazetta", + "flavorText": "With frank hand the dark traveler laid waste to all who came before him.", + "cardId": "clm4na72600cie0v515g15i6g", + "setCardId": "clm4nad4i00cje0v5cyfu3qwd", + "setCard": { + "id": "clm4nad4i00cje0v5cyfu3qwd", + "slug": "alp_death_dealer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4na72600cie0v515g15i6g", + "meta": { + "id": "clq39ziab00cmsh27jf37fml1", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal and artist of the afterlife", + "subType": "Mortal", + "rulesText": "Genesis → Kill all other minions.", + "cost": 7, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nad4i00cje0v5cyfu3qwd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nam4100cle0v56xyrhjeo", + "slug": "alp_death_dealer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/death_dealer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Frank Frazetta", + "flavorText": "With frank hand the dark traveler laid waste to all who came before him.", + "cardId": "clm4na72600cie0v515g15i6g", + "setCardId": "clm4nad4i00cje0v5cyfu3qwd", + "setCard": { + "id": "clm4nad4i00cje0v5cyfu3qwd", + "slug": "alp_death_dealer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4na72600cie0v515g15i6g", + "meta": { + "id": "clq39ziab00cmsh27jf37fml1", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal and artist of the afterlife", + "subType": "Mortal", + "rulesText": "Genesis → Kill all other minions.", + "cost": 7, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nad4i00cje0v5cyfu3qwd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nsg6m00gke0v504rsd0yq", + "slug": "disintegrate", + "name": "Disintegrate", + "hotscore": 2350, + "guardian": { + "id": "clq39zw0k00fdsh27k4hsg6bw", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of utter annihilation", + "subType": "", + "rulesText": "Banish target minion nearby, and everything it carries.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4nsg6m00gke0v504rsd0yq" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h9d700zjs67pl02753y3", + "slug": "bet_disintegrate_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/disintegrate.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "“For dust thou art, and to dust thou wilt.”\r\n― Genesis 3:19", + "cardId": "clm4nsg6m00gke0v504rsd0yq", + "setCardId": "clot8h9bn00zhs67pdx8muxxx", + "setCard": { + "id": "clot8h9bn00zhs67pdx8muxxx", + "slug": "bet_disintegrate", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nsg6m00gke0v504rsd0yq", + "meta": { + "id": "clq39zw8r00ffsh27urjkfmo9", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of utter annihilation", + "subType": "", + "rulesText": "Banish target minion nearby, and everything it carries.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h9bn00zhs67pdx8muxxx" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h9eo00zls67pdhimxfq3", + "slug": "bet_disintegrate_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/disintegrate-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "“For dust thou art, and to dust thou wilt.”\r\n― Genesis 3:19", + "cardId": "clm4nsg6m00gke0v504rsd0yq", + "setCardId": "clot8h9bn00zhs67pdx8muxxx", + "setCard": { + "id": "clot8h9bn00zhs67pdx8muxxx", + "slug": "bet_disintegrate", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nsg6m00gke0v504rsd0yq", + "meta": { + "id": "clq39zw8r00ffsh27urjkfmo9", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of utter annihilation", + "subType": "", + "rulesText": "Banish target minion nearby, and everything it carries.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h9bn00zhs67pdx8muxxx" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nsn8u00gme0v50id96rj8", + "slug": "alp_disintegrate_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/disintegrate.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "“For dust thou art, and unto dust shalt thou return.”\n― Genesis 3:19", + "cardId": "clm4nsg6m00gke0v504rsd0yq", + "setCardId": "clm4nslur00gle0v53jdbc05f", + "setCard": { + "id": "clm4nslur00gle0v53jdbc05f", + "slug": "alp_disintegrate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nsg6m00gke0v504rsd0yq", + "meta": { + "id": "clq39zw2u00fesh27w252244k", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of utter annihilation", + "subType": "", + "rulesText": "Banish target minion nearby, and everything it carries.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nslur00gle0v53jdbc05f" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nstxp00gne0v56u5925cf", + "slug": "alp_disintegrate_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/disintegrate-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "“For dust thou art, and unto dust shalt thou return.”\n― Genesis 3:19", + "cardId": "clm4nsg6m00gke0v504rsd0yq", + "setCardId": "clm4nslur00gle0v53jdbc05f", + "setCard": { + "id": "clm4nslur00gle0v53jdbc05f", + "slug": "alp_disintegrate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nsg6m00gke0v504rsd0yq", + "meta": { + "id": "clq39zw2u00fesh27w252244k", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of utter annihilation", + "subType": "", + "rulesText": "Banish target minion nearby, and everything it carries.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nslur00gle0v53jdbc05f" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nas3n00cme0v5hwkb3l5c", + "slug": "doomsday_prophet", + "name": "Doomsday Prophet", + "hotscore": 516, + "guardian": { + "id": "clq39zilp00cosh27dmo4e9c3", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal prognosticates the end", + "subType": "Mortal", + "rulesText": "Nearby units take double damage, except from strikes.", + "cost": 5, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4nas3n00cme0v5hwkb3l5c" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gz0800tbs67pg039yjzp", + "slug": "bet_doomsday_prophet_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/doomsday_prophet.png", + "finish": "Standard", + "product": "Booster", + "artist": "Doug Kovacs", + "flavorText": "The end is nigh!", + "cardId": "clm4nas3n00cme0v5hwkb3l5c", + "setCardId": "clot8gyyp00t9s67pvpcimr8k", + "setCard": { + "id": "clot8gyyp00t9s67pvpcimr8k", + "slug": "bet_doomsday_prophet", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nas3n00cme0v5hwkb3l5c", + "meta": { + "id": "clq39zivp00cqsh27uqxascej", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal prognosticates the end", + "subType": "Mortal", + "rulesText": "Nearby units take double damage, except from strikes.", + "cost": 5, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gyyp00t9s67pvpcimr8k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gz1s00tds67pqy1qgqwi", + "slug": "bet_doomsday_prophet_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/doomsday_prophet-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Doug Kovacs", + "flavorText": "The end is nigh!", + "cardId": "clm4nas3n00cme0v5hwkb3l5c", + "setCardId": "clot8gyyp00t9s67pvpcimr8k", + "setCard": { + "id": "clot8gyyp00t9s67pvpcimr8k", + "slug": "bet_doomsday_prophet", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nas3n00cme0v5hwkb3l5c", + "meta": { + "id": "clq39zivp00cqsh27uqxascej", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal prognosticates the end", + "subType": "Mortal", + "rulesText": "Nearby units take double damage, except from strikes.", + "cost": 5, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gyyp00t9s67pvpcimr8k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nayxg00coe0v57y7lh63w", + "slug": "alp_doomsday_prophet_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/doomsday_prophet.png", + "finish": "Standard", + "product": "Booster", + "artist": "Doug Kovacs", + "flavorText": "The end is nigh!", + "cardId": "clm4nas3n00cme0v5hwkb3l5c", + "setCardId": "clm4naxm200cne0v55igofgij", + "setCard": { + "id": "clm4naxm200cne0v55igofgij", + "slug": "alp_doomsday_prophet", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nas3n00cme0v5hwkb3l5c", + "meta": { + "id": "clq39zioe00cpsh27nede9ab9", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal prognosticates the end", + "subType": "Mortal", + "rulesText": "Nearby units take double damage, except from strikes.", + "cost": 5, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4naxm200cne0v55igofgij" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nbbwn00cqe0v5hfpg2zms", + "slug": "alp_doomsday_prophet_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/doomsday_prophet-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Doug Kovacs", + "flavorText": "The end is nigh!", + "cardId": "clm4nas3n00cme0v5hwkb3l5c", + "setCardId": "clm4naxm200cne0v55igofgij", + "setCard": { + "id": "clm4naxm200cne0v55igofgij", + "slug": "alp_doomsday_prophet", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nas3n00cme0v5hwkb3l5c", + "meta": { + "id": "clq39zioe00cpsh27nede9ab9", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal prognosticates the end", + "subType": "Mortal", + "rulesText": "Nearby units take double damage, except from strikes.", + "cost": 5, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4naxm200cne0v55igofgij" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nb63t00cpe0v580r036a8", + "slug": "alp_doomsday_prophet_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/doomsday_prophet-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Doug Kovacs", + "flavorText": "The end is nigh!", + "cardId": "clm4nas3n00cme0v5hwkb3l5c", + "setCardId": "clm4naxm200cne0v55igofgij", + "setCard": { + "id": "clm4naxm200cne0v55igofgij", + "slug": "alp_doomsday_prophet", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nas3n00cme0v5hwkb3l5c", + "meta": { + "id": "clq39zioe00cpsh27nede9ab9", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal prognosticates the end", + "subType": "Mortal", + "rulesText": "Nearby units take double damage, except from strikes.", + "cost": 5, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4naxm200cne0v55igofgij" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o2ghc00iqe0v5ewxrf2hh", + "slug": "drought", + "name": "Drought", + "hotscore": 286, + "guardian": { + "id": "clq3a039f00gvsh27oriz03f1", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of desperate dearth", + "subType": "", + "rulesText": "Affected sites aren't water sites, and provide no water threshold.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4o2ghc00iqe0v5ewxrf2hh" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hf040131s67pi8l7ld67", + "slug": "bet_drought_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/drought.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4o2ghc00iqe0v5ewxrf2hh", + "setCardId": "clot8heym012zs67p2mykj7bv", + "setCard": { + "id": "clot8heym012zs67p2mykj7bv", + "slug": "bet_drought", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o2ghc00iqe0v5ewxrf2hh", + "meta": { + "id": "clq3a03hf00gxsh27d45culre", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of desperate dearth", + "subType": "", + "rulesText": "Affected sites aren't water sites, and provide no water threshold.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8heym012zs67p2mykj7bv" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hf1q0133s67pidjyabcc", + "slug": "bet_drought_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/drought-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4o2ghc00iqe0v5ewxrf2hh", + "setCardId": "clot8heym012zs67p2mykj7bv", + "setCard": { + "id": "clot8heym012zs67p2mykj7bv", + "slug": "bet_drought", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o2ghc00iqe0v5ewxrf2hh", + "meta": { + "id": "clq3a03hf00gxsh27d45culre", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of desperate dearth", + "subType": "", + "rulesText": "Affected sites aren't water sites, and provide no water threshold.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8heym012zs67p2mykj7bv" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o2neh00ise0v583vr59ch", + "slug": "alp_drought_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/drought.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4o2ghc00iqe0v5ewxrf2hh", + "setCardId": "clm4o2lwm00ire0v534p87cbp", + "setCard": { + "id": "clm4o2lwm00ire0v534p87cbp", + "slug": "alp_drought", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o2ghc00iqe0v5ewxrf2hh", + "meta": { + "id": "clq3a03bq00gwsh273dnld8u0", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of desperate dearth", + "subType": "", + "rulesText": "Affected sites aren't water sites, and provide no water threshold.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4o2lwm00ire0v534p87cbp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o2ty900ite0v5gn7g2m1c", + "slug": "alp_drought_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/drought-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4o2ghc00iqe0v5ewxrf2hh", + "setCardId": "clm4o2lwm00ire0v534p87cbp", + "setCard": { + "id": "clm4o2lwm00ire0v534p87cbp", + "slug": "alp_drought", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o2ghc00iqe0v5ewxrf2hh", + "meta": { + "id": "clq3a03bq00gwsh273dnld8u0", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of desperate dearth", + "subType": "", + "rulesText": "Affected sites aren't water sites, and provide no water threshold.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4o2lwm00ire0v534p87cbp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qbm7t0109e0v5gaal0gfd", + "slug": "dwarven_forge", + "name": "Dwarven Forge", + "hotscore": 1057, + "guardian": { + "id": "clq3a1q3y00t1sh27y5pv5h8l", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site with swart and sweaty artisans", + "subType": "", + "rulesText": "Anyone may conjure Weapons and Armor here, and for ① less.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4qbm7t0109e0v5gaal0gfd" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8ipto01vbs67p2uesadpf", + "slug": "bet_dwarven_forge_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dwarven_forge.png", + "finish": "Standard", + "product": "Booster", + "artist": "Rodney Matthews", + "flavorText": "", + "cardId": "clm4qbm7t0109e0v5gaal0gfd", + "setCardId": "clot8ips601v9s67pg6o8d2ka", + "setCard": { + "id": "clot8ips601v9s67pg6o8d2ka", + "slug": "bet_dwarven_forge", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qbm7t0109e0v5gaal0gfd", + "meta": { + "id": "clq3a1qc800t3sh270xyzfry9", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site with swart and sweaty artisans", + "subType": "", + "rulesText": "Anyone may conjure Weapons and Armor here, and for ① less.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8ips601v9s67pg6o8d2ka" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ipva01vds67p3evu5l77", + "slug": "bet_dwarven_forge_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dwarven_forge-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Rodney Matthews", + "flavorText": "", + "cardId": "clm4qbm7t0109e0v5gaal0gfd", + "setCardId": "clot8ips601v9s67pg6o8d2ka", + "setCard": { + "id": "clot8ips601v9s67pg6o8d2ka", + "slug": "bet_dwarven_forge", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qbm7t0109e0v5gaal0gfd", + "meta": { + "id": "clq3a1qc800t3sh270xyzfry9", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site with swart and sweaty artisans", + "subType": "", + "rulesText": "Anyone may conjure Weapons and Armor here, and for ① less.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8ips601v9s67pg6o8d2ka" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qbt9b010be0v5bq1xbvwy", + "slug": "alp_dwarven_forge_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dwarven_forge.png", + "finish": "Standard", + "product": "Booster", + "artist": "Rodney Matthews", + "flavorText": "", + "cardId": "clm4qbm7t0109e0v5gaal0gfd", + "setCardId": "clm4qbry3010ae0v5469jhqwg", + "setCard": { + "id": "clm4qbry3010ae0v5469jhqwg", + "slug": "alp_dwarven_forge", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qbm7t0109e0v5gaal0gfd", + "meta": { + "id": "clq3a1q6h00t2sh27mdtoius6", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site with swart and sweaty artisans", + "subType": "", + "rulesText": "Anyone may conjure Weapons and Armor here, and for ① less.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qbry3010ae0v5469jhqwg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qbzgm010ce0v5h1sj1764", + "slug": "alp_dwarven_forge_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dwarven_forge-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Rodney Matthews", + "flavorText": "", + "cardId": "clm4qbm7t0109e0v5gaal0gfd", + "setCardId": "clm4qbry3010ae0v5469jhqwg", + "setCard": { + "id": "clm4qbry3010ae0v5469jhqwg", + "slug": "alp_dwarven_forge", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qbm7t0109e0v5gaal0gfd", + "meta": { + "id": "clq3a1q6h00t2sh27mdtoius6", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site with swart and sweaty artisans", + "subType": "", + "rulesText": "Anyone may conjure Weapons and Armor here, and for ① less.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qbry3010ae0v5469jhqwg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nbd1f00cre0v5c5rz1i3g", + "slug": "escyllion_cyclops", + "name": "Escyllion Cyclops", + "hotscore": 262, + "guardian": { + "id": "clq39zj1s00crsh27dvlha3ww", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Monster of singular focus", + "subType": "Monster", + "rulesText": "Doesn’t strike back while defending.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4nbd1f00cre0v5c5rz1i3g" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gzba00tis67pmjzx2172", + "slug": "bet_escyllion_cyclops_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/escyllion_cyclops.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "“We wept and raised our hands to the heavens on seeing such a horrific sight, for we knew not what else to do.” — Homer", + "cardId": "clm4nbd1f00cre0v5c5rz1i3g", + "setCardId": "clot8gz9m00tgs67phniidcpa", + "setCard": { + "id": "clot8gz9m00tgs67phniidcpa", + "slug": "bet_escyllion_cyclops", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nbd1f00cre0v5c5rz1i3g", + "meta": { + "id": "clq39zj9r00ctsh277x8neulo", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Monster of singular focus", + "subType": "Monster", + "rulesText": "Doesn’t strike back while defending.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gz9m00tgs67phniidcpa" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gzcr00tks67pjfgm39v4", + "slug": "bet_escyllion_cyclops_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/escyllion_cyclops-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "“We wept and raised our hands to the heavens on seeing such a horrific sight, for we knew not what else to do.” — Homer", + "cardId": "clm4nbd1f00cre0v5c5rz1i3g", + "setCardId": "clot8gz9m00tgs67phniidcpa", + "setCard": { + "id": "clot8gz9m00tgs67phniidcpa", + "slug": "bet_escyllion_cyclops", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nbd1f00cre0v5c5rz1i3g", + "meta": { + "id": "clq39zj9r00ctsh277x8neulo", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Monster of singular focus", + "subType": "Monster", + "rulesText": "Doesn’t strike back while defending.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gz9m00tgs67phniidcpa" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nbjy700cte0v52qhe3vvj", + "slug": "alp_escyllion_cyclops_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/escyllion_cyclops.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "“We wept and raised our hands to the heavens on seeing such a horrific sight, for we knew not what else to do.” — Homer", + "cardId": "clm4nbd1f00cre0v5c5rz1i3g", + "setCardId": "clm4nbimv00cse0v5eh7hf4a5", + "setCard": { + "id": "clm4nbimv00cse0v5eh7hf4a5", + "slug": "alp_escyllion_cyclops", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nbd1f00cre0v5c5rz1i3g", + "meta": { + "id": "clq39zj4400cssh27qq4oto2t", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Monster of singular focus", + "subType": "Monster", + "rulesText": "Doesn’t strike back while defending.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nbimv00cse0v5eh7hf4a5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nbqhz00cue0v5a1d79218", + "slug": "alp_escyllion_cyclops_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/escyllion_cyclops-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "“We wept and raised our hands to the heavens on seeing such a horrific sight, for we knew not what else to do.” — Homer", + "cardId": "clm4nbd1f00cre0v5c5rz1i3g", + "setCardId": "clm4nbimv00cse0v5eh7hf4a5", + "setCard": { + "id": "clm4nbimv00cse0v5eh7hf4a5", + "slug": "alp_escyllion_cyclops", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nbd1f00cre0v5c5rz1i3g", + "meta": { + "id": "clq39zj4400cssh27qq4oto2t", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Monster of singular focus", + "subType": "Monster", + "rulesText": "Doesn’t strike back while defending.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nbimv00cse0v5eh7hf4a5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nbw3900cve0v51nl75mg2", + "slug": "far_east_assassin", + "name": "Far East Assassin", + "hotscore": 476, + "guardian": { + "id": "clq39zjfg00cush2754pkbqui", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with exacting aim", + "subType": "Mortal", + "rulesText": "Stealth\r\n\r\nTap → Far East Assassin throws an artifact he carries at target adjacent unit. It takes damage equal to the artifact's mana cost.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nbw3900cve0v51nl75mg2" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gzn400tps67pa86i5l53", + "slug": "bet_far_east_assassin_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/far_east_assassin.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4nbw3900cve0v51nl75mg2", + "setCardId": "clot8gzlm00tns67pb6lpujuh", + "setCard": { + "id": "clot8gzlm00tns67pb6lpujuh", + "slug": "bet_far_east_assassin", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nbw3900cve0v51nl75mg2", + "meta": { + "id": "clq39zjnp00cwsh274d6rg5z7", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with exacting aim", + "subType": "Mortal", + "rulesText": "Stealth\r\n\r\nTap → Far East Assassin throws an artifact he carries at target adjacent unit. It takes damage equal to the artifact's mana cost.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8gzlm00tns67pb6lpujuh" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gzoo00trs67pfhkmhnsu", + "slug": "bet_far_east_assassin_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/far_east_assassin-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4nbw3900cve0v51nl75mg2", + "setCardId": "clot8gzlm00tns67pb6lpujuh", + "setCard": { + "id": "clot8gzlm00tns67pb6lpujuh", + "slug": "bet_far_east_assassin", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nbw3900cve0v51nl75mg2", + "meta": { + "id": "clq39zjnp00cwsh274d6rg5z7", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with exacting aim", + "subType": "Mortal", + "rulesText": "Stealth\r\n\r\nTap → Far East Assassin throws an artifact he carries at target adjacent unit. It takes damage equal to the artifact's mana cost.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8gzlm00tns67pb6lpujuh" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nc2te00cxe0v5byw6cty4", + "slug": "alp_far_east_assassin_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/far_east_assassin.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4nbw3900cve0v51nl75mg2", + "setCardId": "clm4nc1i400cwe0v5bi4zdnlv", + "setCard": { + "id": "clm4nc1i400cwe0v5bi4zdnlv", + "slug": "alp_far_east_assassin", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nbw3900cve0v51nl75mg2", + "meta": { + "id": "clq39zjhr00cvsh27aiuszu24", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with exacting aim", + "subType": "Mortal", + "rulesText": "Stealth\n\nTap → Far East Assassin throws an artifact he carries at target adjacent unit. It takes damage equal to the artifact's mana cost.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nc1i400cwe0v5bi4zdnlv" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nc8sp00cye0v53dslfl6w", + "slug": "alp_far_east_assassin_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/far_east_assassin-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4nbw3900cve0v51nl75mg2", + "setCardId": "clm4nc1i400cwe0v5bi4zdnlv", + "setCard": { + "id": "clm4nc1i400cwe0v5bi4zdnlv", + "slug": "alp_far_east_assassin", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nbw3900cve0v51nl75mg2", + "meta": { + "id": "clq39zjhr00cvsh27aiuszu24", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with exacting aim", + "subType": "Mortal", + "rulesText": "Stealth\n\nTap → Far East Assassin throws an artifact he carries at target adjacent unit. It takes damage equal to the artifact's mana cost.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nc1i400cwe0v5bi4zdnlv" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nszcv00goe0v5ggc3aphs", + "slug": "fireball", + "name": "Fireball", + "hotscore": 1178, + "guardian": { + "id": "clq39zweg00fgsh27a8lih1te", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of deflagrant destruction", + "subType": "", + "rulesText": "Shoot a projectile. It deals 4 damage on impact, and 2 damage to each other unit at that location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4nszcv00goe0v5ggc3aphs" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h9nx00zqs67pxqnqbknx", + "slug": "bet_fireball_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/fireball.png", + "finish": "Standard", + "product": "Booster", + "artist": "Doug Kovacs", + "flavorText": "", + "cardId": "clm4nszcv00goe0v5ggc3aphs", + "setCardId": "clot8h9md00zos67p1e48hnad", + "setCard": { + "id": "clot8h9md00zos67p1e48hnad", + "slug": "bet_fireball", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nszcv00goe0v5ggc3aphs", + "meta": { + "id": "clq39zwo900fish27hj4a1q6d", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of deflagrant destruction", + "subType": "", + "rulesText": "Shoot a projectile. It deals 4 damage on impact, and 2 damage to each other unit at that location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h9md00zos67p1e48hnad" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h9ph00zss67ptirar3rb", + "slug": "bet_fireball_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/fireball-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Doug Kovacs", + "flavorText": "", + "cardId": "clm4nszcv00goe0v5ggc3aphs", + "setCardId": "clot8h9md00zos67p1e48hnad", + "setCard": { + "id": "clot8h9md00zos67p1e48hnad", + "slug": "bet_fireball", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nszcv00goe0v5ggc3aphs", + "meta": { + "id": "clq39zwo900fish27hj4a1q6d", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of deflagrant destruction", + "subType": "", + "rulesText": "Shoot a projectile. It deals 4 damage on impact, and 2 damage to each other unit at that location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h9md00zos67p1e48hnad" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nt64l00gqe0v5ghkkaicb", + "slug": "alp_fireball_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/fireball.png", + "finish": "Standard", + "product": "Booster", + "artist": "Doug Kovacs", + "flavorText": "", + "cardId": "clm4nszcv00goe0v5ggc3aphs", + "setCardId": "clm4nt4tb00gpe0v5hzfu9ckc", + "setCard": { + "id": "clm4nt4tb00gpe0v5hzfu9ckc", + "slug": "alp_fireball", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nszcv00goe0v5ggc3aphs", + "meta": { + "id": "clq39zwgw00fhsh27m1178tz9", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of deflagrant destruction", + "subType": "", + "rulesText": "Shoot a projectile. It deals 4 damage on impact, and 2 damage to each other unit at that location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nt4tb00gpe0v5hzfu9ckc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ntj3700gse0v57w4oebvu", + "slug": "alp_fireball_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/fireball-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Doug Kovacs", + "flavorText": "", + "cardId": "clm4nszcv00goe0v5ggc3aphs", + "setCardId": "clm4nt4tb00gpe0v5hzfu9ckc", + "setCard": { + "id": "clm4nt4tb00gpe0v5hzfu9ckc", + "slug": "alp_fireball", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nszcv00goe0v5ggc3aphs", + "meta": { + "id": "clq39zwgw00fhsh27m1178tz9", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of deflagrant destruction", + "subType": "", + "rulesText": "Shoot a projectile. It deals 4 damage on impact, and 2 damage to each other unit at that location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nt4tb00gpe0v5hzfu9ckc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ntdal00gre0v5fshbg3nv", + "slug": "alp_fireball_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/fireball-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Doug Kovacs", + "flavorText": "", + "cardId": "clm4nszcv00goe0v5ggc3aphs", + "setCardId": "clm4nt4tb00gpe0v5hzfu9ckc", + "setCard": { + "id": "clm4nt4tb00gpe0v5hzfu9ckc", + "slug": "alp_fireball", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nszcv00goe0v5ggc3aphs", + "meta": { + "id": "clq39zwgw00fhsh27m1178tz9", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of deflagrant destruction", + "subType": "", + "rulesText": "Shoot a projectile. It deals 4 damage on impact, and 2 damage to each other unit at that location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nt4tb00gpe0v5hzfu9ckc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ntkfg00gte0v56tztex2i", + "slug": "firebolts", + "name": "Firebolts", + "hotscore": 6506, + "guardian": { + "id": "clq39zwtr00fjsh27bgmnhze0", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic unleashes a blazing barrage", + "subType": "", + "rulesText": "Shoot three projectiles in the same direction, one at a time. Each deals 1 damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4ntkfg00gte0v56tztex2i" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h9yj00zxs67p4llcha42", + "slug": "bet_firebolts_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/firebolts.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4ntkfg00gte0v56tztex2i", + "setCardId": "clot8h9x100zvs67phjg1guwv", + "setCard": { + "id": "clot8h9x100zvs67phjg1guwv", + "slug": "bet_firebolts", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ntkfg00gte0v56tztex2i", + "meta": { + "id": "clq39zx3c00flsh278pxxsqdu", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic unleashes a blazing barrage", + "subType": "", + "rulesText": "Shoot three projectiles in the same direction, one at a time. Each deals 1 damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h9x100zvs67phjg1guwv" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ha0400zzs67p5whkkgo4", + "slug": "bet_firebolts_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/firebolts-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4ntkfg00gte0v56tztex2i", + "setCardId": "clot8h9x100zvs67phjg1guwv", + "setCard": { + "id": "clot8h9x100zvs67phjg1guwv", + "slug": "bet_firebolts", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ntkfg00gte0v56tztex2i", + "meta": { + "id": "clq39zx3c00flsh278pxxsqdu", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic unleashes a blazing barrage", + "subType": "", + "rulesText": "Shoot three projectiles in the same direction, one at a time. Each deals 1 damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h9x100zvs67phjg1guwv" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ntr7f00gve0v513cw1ckk", + "slug": "alp_firebolts_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/firebolts.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4ntkfg00gte0v56tztex2i", + "setCardId": "clm4ntpwi00gue0v59oyx28x8", + "setCard": { + "id": "clm4ntpwi00gue0v59oyx28x8", + "slug": "alp_firebolts", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ntkfg00gte0v56tztex2i", + "meta": { + "id": "clq39zww100fksh27sz64b0xd", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic unleashes a blazing barrage", + "subType": "", + "rulesText": "Shoot three projectiles in the same direction, one at a time. Each deals 1 damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4ntpwi00gue0v59oyx28x8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nu4cr00gxe0v56li6d01j", + "slug": "alp_firebolts_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/firebolts-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4ntkfg00gte0v56tztex2i", + "setCardId": "clm4ntpwi00gue0v59oyx28x8", + "setCard": { + "id": "clm4ntpwi00gue0v59oyx28x8", + "slug": "alp_firebolts", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ntkfg00gte0v56tztex2i", + "meta": { + "id": "clq39zww100fksh27sz64b0xd", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic unleashes a blazing barrage", + "subType": "", + "rulesText": "Shoot three projectiles in the same direction, one at a time. Each deals 1 damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4ntpwi00gue0v59oyx28x8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ntyy800gwe0v578nlci47", + "slug": "alp_firebolts_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/firebolts-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4ntkfg00gte0v56tztex2i", + "setCardId": "clm4ntpwi00gue0v59oyx28x8", + "setCard": { + "id": "clm4ntpwi00gue0v59oyx28x8", + "slug": "alp_firebolts", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ntkfg00gte0v56tztex2i", + "meta": { + "id": "clq39zww100fksh27sz64b0xd", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic unleashes a blazing barrage", + "subType": "", + "rulesText": "Shoot three projectiles in the same direction, one at a time. Each deals 1 damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4ntpwi00gue0v59oyx28x8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nu5hc00gye0v52ya18fa3", + "slug": "flame_wave", + "name": "Flame Wave", + "hotscore": 1731, + "guardian": { + "id": "clq39zx8v00fmsh275ws5go6n", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic ravages the realm", + "subType": "", + "rulesText": "Flame Wave flows horizontally, from one edge of the realm to the other. Deal damage to each unit atop sites in the area of effect:", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4nu5hc00gye0v52ya18fa3" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8ha9m0104s67plpwq7eye", + "slug": "bet_flame_wave_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/flame_wave.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4nu5hc00gye0v52ya18fa3", + "setCardId": "clot8ha800102s67p6m14a634", + "setCard": { + "id": "clot8ha800102s67p6m14a634", + "slug": "bet_flame_wave", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nu5hc00gye0v52ya18fa3", + "meta": { + "id": "clq39zxgu00fosh27i9fgia6k", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic ravages the realm", + "subType": "", + "rulesText": "Flame Wave flows horizontally, from one edge of the realm to the other. Deal damage to each unit atop sites in the area of effect:", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8ha800102s67p6m14a634" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8habb0106s67pfva2f3j9", + "slug": "bet_flame_wave_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/flame_wave-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4nu5hc00gye0v52ya18fa3", + "setCardId": "clot8ha800102s67p6m14a634", + "setCard": { + "id": "clot8ha800102s67p6m14a634", + "slug": "bet_flame_wave", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nu5hc00gye0v52ya18fa3", + "meta": { + "id": "clq39zxgu00fosh27i9fgia6k", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic ravages the realm", + "subType": "", + "rulesText": "Flame Wave flows horizontally, from one edge of the realm to the other. Deal damage to each unit atop sites in the area of effect:", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8ha800102s67p6m14a634" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nucey00h0e0v54c460kvd", + "slug": "alp_flame_wave_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/flame_wave.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4nu5hc00gye0v52ya18fa3", + "setCardId": "clm4nub3j00gze0v5225s36q0", + "setCard": { + "id": "clm4nub3j00gze0v5225s36q0", + "slug": "alp_flame_wave", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nu5hc00gye0v52ya18fa3", + "meta": { + "id": "clq39zxb700fnsh27yjve09tl", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic ravages the realm", + "subType": "", + "rulesText": "Flame Wave flows horizontally, from one edge of the realm to the other. Deal damage to each unit atop sites in the area of effect:", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nub3j00gze0v5225s36q0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nujfd00h1e0v504yl2bh5", + "slug": "alp_flame_wave_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/flame_wave-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4nu5hc00gye0v52ya18fa3", + "setCardId": "clm4nub3j00gze0v5225s36q0", + "setCard": { + "id": "clm4nub3j00gze0v5225s36q0", + "slug": "alp_flame_wave", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nu5hc00gye0v52ya18fa3", + "meta": { + "id": "clq39zxb700fnsh27yjve09tl", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic ravages the realm", + "subType": "", + "rulesText": "Flame Wave flows horizontally, from one edge of the realm to the other. Deal damage to each unit atop sites in the area of effect:", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nub3j00gze0v5225s36q0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ncduf00cze0v530q3c3zt", + "slug": "grosse_poltergeist", + "name": "Grösse Poltergeist", + "hotscore": 422, + "guardian": { + "id": "clq39zjtg00cxsh27rwt1etba", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit and ghost in the shell", + "subType": "Spirit", + "rulesText": "Tap → Until Grosse Poltergeist leaves the realm, gain control of a nearby artifact and animate it. It's an Automaton with power equal to its cost, and has its own bearer abilities.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4ncduf00cze0v530q3c3zt" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gzy000tws67pwnwegvrw", + "slug": "bet_grosse_poltergeist_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/grosse_poltergeist.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4ncduf00cze0v530q3c3zt", + "setCardId": "clot8gzwd00tus67pxlvl5z2d", + "setCard": { + "id": "clot8gzwd00tus67pxlvl5z2d", + "slug": "bet_grosse_poltergeist", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ncduf00cze0v530q3c3zt", + "meta": { + "id": "clq39zk1r00czsh278rtmfqya", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit and ghost in the shell", + "subType": "Spirit", + "rulesText": "Tap → Until Grosse Poltergeist leaves the realm, gain control of a nearby artifact and animate it. It's an Automaton with power equal to its cost, and has its own bearer abilities.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gzwd00tus67pxlvl5z2d" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gzzk00tys67pi9ullo6l", + "slug": "bet_grosse_poltergeist_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/grosse_poltergeist-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4ncduf00cze0v530q3c3zt", + "setCardId": "clot8gzwd00tus67pxlvl5z2d", + "setCard": { + "id": "clot8gzwd00tus67pxlvl5z2d", + "slug": "bet_grosse_poltergeist", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ncduf00cze0v530q3c3zt", + "meta": { + "id": "clq39zk1r00czsh278rtmfqya", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit and ghost in the shell", + "subType": "Spirit", + "rulesText": "Tap → Until Grosse Poltergeist leaves the realm, gain control of a nearby artifact and animate it. It's an Automaton with power equal to its cost, and has its own bearer abilities.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gzwd00tus67pxlvl5z2d" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nckrr00d1e0v51flp9hla", + "slug": "alp_grosse_poltergeist_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/grosse_poltergeist.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4ncduf00cze0v530q3c3zt", + "setCardId": "clm4ncjg800d0e0v5anfwfjry", + "setCard": { + "id": "clm4ncjg800d0e0v5anfwfjry", + "slug": "alp_grosse_poltergeist", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ncduf00cze0v530q3c3zt", + "meta": { + "id": "clq39zjvs00cysh27slq61fcm", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit and ghost in the shell", + "subType": "Spirit", + "rulesText": "Tap → Until Grosse Poltergeist leaves the realm, gain control of a nearby artifact and animate it. It's an Automaton with power equal to its cost, and has its own bearer abilities.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4ncjg800d0e0v5anfwfjry" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ncs2y00d2e0v586wrhlov", + "slug": "alp_grosse_poltergeist_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/grosse_poltergeist-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4ncduf00cze0v530q3c3zt", + "setCardId": "clm4ncjg800d0e0v5anfwfjry", + "setCard": { + "id": "clm4ncjg800d0e0v5anfwfjry", + "slug": "alp_grosse_poltergeist", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ncduf00cze0v530q3c3zt", + "meta": { + "id": "clq39zjvs00cysh27slq61fcm", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit and ghost in the shell", + "subType": "Spirit", + "rulesText": "Tap → Until Grosse Poltergeist leaves the realm, gain control of a nearby artifact and animate it. It's an Automaton with power equal to its cost, and has its own bearer abilities.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4ncjg800d0e0v5anfwfjry" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nuont00h2e0v5f9klh1un", + "slug": "heat_ray", + "name": "Heat Ray", + "hotscore": 2120, + "guardian": { + "id": "clq39zxmh00fpsh27zzvstyc9", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of focused fire", + "subType": "", + "rulesText": "Shoot a piercing projectile. Deal 2 damage to one unit at each location along its path.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nuont00h2e0v5f9klh1un" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hakc010bs67pbu6k1jns", + "slug": "bet_heat_ray_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/heat_ray.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4nuont00h2e0v5f9klh1un", + "setCardId": "clot8haiv0109s67pcfz0vs77", + "setCard": { + "id": "clot8haiv0109s67pcfz0vs77", + "slug": "bet_heat_ray", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nuont00h2e0v5f9klh1un", + "meta": { + "id": "clq39zxw900frsh270r4hh3zu", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of focused fire", + "subType": "", + "rulesText": "Shoot a piercing projectile. Deal 2 damage to one unit at each location along its path.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8haiv0109s67pcfz0vs77" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8halu010ds67ptsx57si1", + "slug": "bet_heat_ray_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/heat_ray-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4nuont00h2e0v5f9klh1un", + "setCardId": "clot8haiv0109s67pcfz0vs77", + "setCard": { + "id": "clot8haiv0109s67pcfz0vs77", + "slug": "bet_heat_ray", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nuont00h2e0v5f9klh1un", + "meta": { + "id": "clq39zxw900frsh270r4hh3zu", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of focused fire", + "subType": "", + "rulesText": "Shoot a piercing projectile. Deal 2 damage to one unit at each location along its path.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8haiv0109s67pcfz0vs77" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nuvhr00h4e0v54vtx7188", + "slug": "alp_heat_ray_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/heat_ray.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4nuont00h2e0v5f9klh1un", + "setCardId": "clm4nuu6700h3e0v5e34y18u1", + "setCard": { + "id": "clm4nuu6700h3e0v5e34y18u1", + "slug": "alp_heat_ray", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nuont00h2e0v5f9klh1un", + "meta": { + "id": "clq39zxor00fqsh27b2381dve", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of focused fire", + "subType": "", + "rulesText": "Shoot a piercing projectile. Deal 2 damage to one unit at each location along its path.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nuu6700h3e0v5e34y18u1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nv8ij00h6e0v5b4nlc9fc", + "slug": "alp_heat_ray_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/heat_ray-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4nuont00h2e0v5f9klh1un", + "setCardId": "clm4nuu6700h3e0v5e34y18u1", + "setCard": { + "id": "clm4nuu6700h3e0v5e34y18u1", + "slug": "alp_heat_ray", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nuont00h2e0v5f9klh1un", + "meta": { + "id": "clq39zxor00fqsh27b2381dve", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of focused fire", + "subType": "", + "rulesText": "Shoot a piercing projectile. Deal 2 damage to one unit at each location along its path.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nuu6700h3e0v5e34y18u1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nv2pl00h5e0v5bzjx8qeb", + "slug": "alp_heat_ray_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/heat_ray-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4nuont00h2e0v5f9klh1un", + "setCardId": "clm4nuu6700h3e0v5e34y18u1", + "setCard": { + "id": "clm4nuu6700h3e0v5e34y18u1", + "slug": "alp_heat_ray", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nuont00h2e0v5f9klh1un", + "meta": { + "id": "clq39zxor00fqsh27b2381dve", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of focused fire", + "subType": "", + "rulesText": "Shoot a piercing projectile. Deal 2 damage to one unit at each location along its path.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nuu6700h3e0v5e34y18u1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ncxba00d3e0v5502zatkk", + "slug": "hillock_basilisk", + "name": "Hillock Basilisk", + "hotscore": 877, + "guardian": { + "id": "clq39zk8500d0sh27vvg4jbgw", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with an adamant eye", + "subType": "Beast", + "rulesText": "Other minions at rest here or one step in front of Hillock Basilisk are disabled.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4ncxba00d3e0v5502zatkk" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h09y00u3s67paxc77nri", + "slug": "bet_hillock_basilisk_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/hillock_basilisk.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4ncxba00d3e0v5502zatkk", + "setCardId": "clot8h08800u1s67p89q3vqm8", + "setCard": { + "id": "clot8h08800u1s67p89q3vqm8", + "slug": "bet_hillock_basilisk", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ncxba00d3e0v5502zatkk", + "meta": { + "id": "clq39zki100d2sh27v9anbpwb", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with an adamant eye", + "subType": "Beast", + "rulesText": "Other minions at rest here or one step in front of Hillock Basilisk are disabled.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h08800u1s67p89q3vqm8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h0bf00u5s67p17ad6jfl", + "slug": "bet_hillock_basilisk_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/hillock_basilisk-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4ncxba00d3e0v5502zatkk", + "setCardId": "clot8h08800u1s67p89q3vqm8", + "setCard": { + "id": "clot8h08800u1s67p89q3vqm8", + "slug": "bet_hillock_basilisk", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ncxba00d3e0v5502zatkk", + "meta": { + "id": "clq39zki100d2sh27v9anbpwb", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with an adamant eye", + "subType": "Beast", + "rulesText": "Other minions at rest here or one step in front of Hillock Basilisk are disabled.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h08800u1s67p89q3vqm8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nd4f600d5e0v53pbo8wku", + "slug": "alp_hillock_basilisk_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/hillock_basilisk.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4ncxba00d3e0v5502zatkk", + "setCardId": "clm4nd34700d4e0v54kif6uia", + "setCard": { + "id": "clm4nd34700d4e0v54kif6uia", + "slug": "alp_hillock_basilisk", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ncxba00d3e0v5502zatkk", + "meta": { + "id": "clq39zkai00d1sh2762zu7f7p", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with an adamant eye", + "subType": "Beast", + "rulesText": "Other minions at rest here or one step in front of Hillock Basilisk are disabled.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nd34700d4e0v54kif6uia" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ndg7b00d7e0v5h8942a3s", + "slug": "alp_hillock_basilisk_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/hillock_basilisk-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4ncxba00d3e0v5502zatkk", + "setCardId": "clm4nd34700d4e0v54kif6uia", + "setCard": { + "id": "clm4nd34700d4e0v54kif6uia", + "slug": "alp_hillock_basilisk", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ncxba00d3e0v5502zatkk", + "meta": { + "id": "clq39zkai00d1sh2762zu7f7p", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with an adamant eye", + "subType": "Beast", + "rulesText": "Other minions at rest here or one step in front of Hillock Basilisk are disabled.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nd34700d4e0v54kif6uia" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ndase00d6e0v52vpw86ji", + "slug": "alp_hillock_basilisk_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/hillock_basilisk-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4ncxba00d3e0v5502zatkk", + "setCardId": "clm4nd34700d4e0v54kif6uia", + "setCard": { + "id": "clm4nd34700d4e0v54kif6uia", + "slug": "alp_hillock_basilisk", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ncxba00d3e0v5502zatkk", + "meta": { + "id": "clq39zkai00d1sh2762zu7f7p", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with an adamant eye", + "subType": "Beast", + "rulesText": "Other minions at rest here or one step in front of Hillock Basilisk are disabled.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nd34700d4e0v54kif6uia" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nv9wj00h7e0v5g5355p9v", + "slug": "immolation", + "name": "Immolation", + "hotscore": 1030, + "guardian": { + "id": "clq39zy2200fssh27dmer9wt1", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of distilled devastation", + "subType": "", + "rulesText": "Deal 7 damage to target minion nearby.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "cardId": "clm4nv9wj00h7e0v5g5355p9v" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8havg010is67p8ksnnkxu", + "slug": "bet_immolation_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/immolation.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4nv9wj00h7e0v5g5355p9v", + "setCardId": "clot8haty010gs67p3r5fu3zg", + "setCard": { + "id": "clot8haty010gs67p3r5fu3zg", + "slug": "bet_immolation", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nv9wj00h7e0v5g5355p9v", + "meta": { + "id": "clq39zya600fush27dgbjh2z3", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of distilled devastation", + "subType": "", + "rulesText": "Deal 7 damage to target minion nearby.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clot8haty010gs67p3r5fu3zg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hawz010ks67pnddodxf3", + "slug": "bet_immolation_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/immolation-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4nv9wj00h7e0v5g5355p9v", + "setCardId": "clot8haty010gs67p3r5fu3zg", + "setCard": { + "id": "clot8haty010gs67p3r5fu3zg", + "slug": "bet_immolation", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nv9wj00h7e0v5g5355p9v", + "meta": { + "id": "clq39zya600fush27dgbjh2z3", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of distilled devastation", + "subType": "", + "rulesText": "Deal 7 damage to target minion nearby.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clot8haty010gs67p3r5fu3zg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nvgp700h9e0v50epp8u41", + "slug": "alp_immolation_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/immolation.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4nv9wj00h7e0v5g5355p9v", + "setCardId": "clm4nvfe400h8e0v5a0a80a9y", + "setCard": { + "id": "clm4nvfe400h8e0v5a0a80a9y", + "slug": "alp_immolation", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nv9wj00h7e0v5g5355p9v", + "meta": { + "id": "clq39zy4q00ftsh2722790zwm", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of distilled devastation", + "subType": "", + "rulesText": "Deal 7 damage to target minion nearby.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clm4nvfe400h8e0v5a0a80a9y" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nvnuy00hae0v564jpd3vs", + "slug": "alp_immolation_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/immolation-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4nv9wj00h7e0v5g5355p9v", + "setCardId": "clm4nvfe400h8e0v5a0a80a9y", + "setCard": { + "id": "clm4nvfe400h8e0v5a0a80a9y", + "slug": "alp_immolation", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nv9wj00h7e0v5g5355p9v", + "meta": { + "id": "clq39zy4q00ftsh2722790zwm", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of distilled devastation", + "subType": "", + "rulesText": "Deal 7 damage to target minion nearby.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clm4nvfe400h8e0v5a0a80a9y" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nvswf00hbe0v5cbmka1ii", + "slug": "incinerate", + "name": "Incinerate", + "hotscore": 575, + "guardian": { + "id": "clq39zygd00fvsh27kdoflnvd", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of draconic conflagration", + "subType": "", + "rulesText": "Deal 4 damage to each other unit at target location near the caster or an allied Dragon.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nvswf00hbe0v5cbmka1ii" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hb6o010ps67pefnzycpy", + "slug": "bet_incinerate_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/incinerate.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "Scaleforge stoked, proud kite untamed,\r\nin flagrant flight unfurled.", + "cardId": "clm4nvswf00hbe0v5cbmka1ii", + "setCardId": "clot8hb4s010ns67p4a5qym36", + "setCard": { + "id": "clot8hb4s010ns67p4a5qym36", + "slug": "bet_incinerate", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nvswf00hbe0v5cbmka1ii", + "meta": { + "id": "clq39zyqg00fxsh27xfdf2r21", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of draconic conflagration", + "subType": "", + "rulesText": "Deal 4 damage to each other unit at target location near the caster or an allied Dragon.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hb4s010ns67p4a5qym36" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hb8f010rs67pmw6w1yt5", + "slug": "bet_incinerate_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/incinerate-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "Scaleforge stoked, proud kite untamed,\r\nin flagrant flight unfurled.", + "cardId": "clm4nvswf00hbe0v5cbmka1ii", + "setCardId": "clot8hb4s010ns67p4a5qym36", + "setCard": { + "id": "clot8hb4s010ns67p4a5qym36", + "slug": "bet_incinerate", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nvswf00hbe0v5cbmka1ii", + "meta": { + "id": "clq39zyqg00fxsh27xfdf2r21", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of draconic conflagration", + "subType": "", + "rulesText": "Deal 4 damage to each other unit at target location near the caster or an allied Dragon.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hb4s010ns67p4a5qym36" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nvzuy00hde0v54utb299v", + "slug": "alp_incinerate_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/incinerate.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "Scaleforge stoked, proud kite untamed,\nin flagrant flight unfurled.", + "cardId": "clm4nvswf00hbe0v5cbmka1ii", + "setCardId": "clm4nvyj700hce0v55q781514", + "setCard": { + "id": "clm4nvyj700hce0v55q781514", + "slug": "alp_incinerate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nvswf00hbe0v5cbmka1ii", + "meta": { + "id": "clq39zyiu00fwsh274m0w7723", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of draconic conflagration", + "subType": "", + "rulesText": "Deal 4 damage to each other unit at target location near the caster or an allied Dragon.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nvyj700hce0v55q781514" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nwdn200hfe0v58ufq629o", + "slug": "alp_incinerate_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/incinerate-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Lindsey Crummett", + "flavorText": "Scaleforge stoked, proud kite untamed,\nin flagrant flight unfurled.", + "cardId": "clm4nvswf00hbe0v5cbmka1ii", + "setCardId": "clm4nvyj700hce0v55q781514", + "setCard": { + "id": "clm4nvyj700hce0v55q781514", + "slug": "alp_incinerate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nvswf00hbe0v5cbmka1ii", + "meta": { + "id": "clq39zyiu00fwsh274m0w7723", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of draconic conflagration", + "subType": "", + "rulesText": "Deal 4 damage to each other unit at target location near the caster or an allied Dragon.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nvyj700hce0v55q781514" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nw6ve00hee0v599ndd6i2", + "slug": "alp_incinerate_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/incinerate-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "Scaleforge stoked, proud kite untamed,\nin flagrant flight unfurled.", + "cardId": "clm4nvswf00hbe0v5cbmka1ii", + "setCardId": "clm4nvyj700hce0v55q781514", + "setCard": { + "id": "clm4nvyj700hce0v55q781514", + "slug": "alp_incinerate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nvswf00hbe0v5cbmka1ii", + "meta": { + "id": "clq39zyiu00fwsh274m0w7723", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of draconic conflagration", + "subType": "", + "rulesText": "Deal 4 damage to each other unit at target location near the caster or an allied Dragon.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nvyj700hce0v55q781514" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ndhby00d8e0v5c0nz00yy", + "slug": "infernal_legion", + "name": "Infernal Legion", + "hotscore": 1193, + "guardian": { + "id": "clq39zknm00d3sh27ofghe8kh", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Undead wreathed in hellfire", + "subType": "Undead", + "rulesText": "At the end of your turn, deal 3 damage to each other adjacent unit.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "cardId": "clm4ndhby00d8e0v5c0nz00yy" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h0kw00uas67p3z8tsqkd", + "slug": "bet_infernal_legion_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/infernal_legion.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Grave candélabre, en danse macabre, the Damned parade in ghastly mob.", + "cardId": "clm4ndhby00d8e0v5c0nz00yy", + "setCardId": "clot8h0jd00u8s67pxpwdf2hg", + "setCard": { + "id": "clot8h0jd00u8s67pxpwdf2hg", + "slug": "bet_infernal_legion", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ndhby00d8e0v5c0nz00yy", + "meta": { + "id": "clq39zkx800d5sh274j6tsnfr", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Undead wreathed in hellfire", + "subType": "Undead", + "rulesText": "At the end of your turn, deal 3 damage to each other adjacent unit.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clot8h0jd00u8s67pxpwdf2hg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h0mf00ucs67pw1kq6e4k", + "slug": "bet_infernal_legion_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/infernal_legion-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Grave candélabre, en danse macabre, the Damned parade in ghastly mob.", + "cardId": "clm4ndhby00d8e0v5c0nz00yy", + "setCardId": "clot8h0jd00u8s67pxpwdf2hg", + "setCard": { + "id": "clot8h0jd00u8s67pxpwdf2hg", + "slug": "bet_infernal_legion", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ndhby00d8e0v5c0nz00yy", + "meta": { + "id": "clq39zkx800d5sh274j6tsnfr", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Undead wreathed in hellfire", + "subType": "Undead", + "rulesText": "At the end of your turn, deal 3 damage to each other adjacent unit.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clot8h0jd00u8s67pxpwdf2hg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ndo4q00dae0v5hdwm9uqd", + "slug": "alp_infernal_legion_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/infernal_legion.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Grave candélabre, en danse macabre, the Damned parade in ghastly mob.", + "cardId": "clm4ndhby00d8e0v5c0nz00yy", + "setCardId": "clm4ndmt900d9e0v5b7me6m7l", + "setCard": { + "id": "clm4ndmt900d9e0v5b7me6m7l", + "slug": "alp_infernal_legion", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ndhby00d8e0v5c0nz00yy", + "meta": { + "id": "clq39zkpy00d4sh27q4gmwzdf", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Undead wreathed in hellfire", + "subType": "Undead", + "rulesText": "At the end of your turn, deal 3 damage to each other adjacent unit.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clm4ndmt900d9e0v5b7me6m7l" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ne14m00dce0v5e4xk8v7y", + "slug": "alp_infernal_legion_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/infernal_legion-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Melissa A. Benson", + "flavorText": "Grave candélabre, en danse macabre, the Damned parade in ghastly mob.", + "cardId": "clm4ndhby00d8e0v5c0nz00yy", + "setCardId": "clm4ndmt900d9e0v5b7me6m7l", + "setCard": { + "id": "clm4ndmt900d9e0v5b7me6m7l", + "slug": "alp_infernal_legion", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ndhby00d8e0v5c0nz00yy", + "meta": { + "id": "clq39zkpy00d4sh27q4gmwzdf", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Undead wreathed in hellfire", + "subType": "Undead", + "rulesText": "At the end of your turn, deal 3 damage to each other adjacent unit.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clm4ndmt900d9e0v5b7me6m7l" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ndvj100dbe0v50q8kah22", + "slug": "alp_infernal_legion_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/infernal_legion-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Grave candélabre, en danse macabre, the Damned parade in ghastly mob.", + "cardId": "clm4ndhby00d8e0v5c0nz00yy", + "setCardId": "clm4ndmt900d9e0v5b7me6m7l", + "setCard": { + "id": "clm4ndmt900d9e0v5b7me6m7l", + "slug": "alp_infernal_legion", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ndhby00d8e0v5c0nz00yy", + "meta": { + "id": "clq39zkpy00d4sh27q4gmwzdf", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Undead wreathed in hellfire", + "subType": "Undead", + "rulesText": "At the end of your turn, deal 3 damage to each other adjacent unit.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clm4ndmt900d9e0v5b7me6m7l" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nwes400hge0v50nng705h", + "slug": "infiltrate", + "name": "Infiltrate", + "hotscore": 4472, + "guardian": { + "id": "clq39zyw300fysh27hp0adwlp", + "type": "Magic", + "rarity": "Elite", + "typeText": "Sophisticated Magic for Elite access", + "subType": "", + "rulesText": "Gain control of target enemy minion until it deals damage, and tap it. It gains Stealth.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nwes400hge0v50nng705h" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hbj3010ws67p9dpf2pwn", + "slug": "bet_infiltrate_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/infiltrate.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4nwes400hge0v50nng705h", + "setCardId": "clot8hbhg010us67p82nslbbx", + "setCard": { + "id": "clot8hbhg010us67p82nslbbx", + "slug": "bet_infiltrate", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nwes400hge0v50nng705h", + "meta": { + "id": "clq39zz4600g0sh27xt1ur1by", + "type": "Magic", + "rarity": "Elite", + "typeText": "Sophisticated Magic for Elite access", + "subType": "", + "rulesText": "Gain control of target enemy minion until it deals damage, and tap it. It gains Stealth.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hbhg010us67p82nslbbx" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hbkm010ys67poalxxzhj", + "slug": "bet_infiltrate_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/infiltrate-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4nwes400hge0v50nng705h", + "setCardId": "clot8hbhg010us67p82nslbbx", + "setCard": { + "id": "clot8hbhg010us67p82nslbbx", + "slug": "bet_infiltrate", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nwes400hge0v50nng705h", + "meta": { + "id": "clq39zz4600g0sh27xt1ur1by", + "type": "Magic", + "rarity": "Elite", + "typeText": "Sophisticated Magic for Elite access", + "subType": "", + "rulesText": "Gain control of target enemy minion until it deals damage, and tap it. It gains Stealth.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hbhg010us67p82nslbbx" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nwmg100hie0v5g0p705rc", + "slug": "alp_infiltrate_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/infiltrate.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4nwes400hge0v50nng705h", + "setCardId": "clm4nwl3m00hhe0v5frlfgk5h", + "setCard": { + "id": "clm4nwl3m00hhe0v5frlfgk5h", + "slug": "alp_infiltrate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nwes400hge0v50nng705h", + "meta": { + "id": "clq39zyye00fzsh27vjtw194u", + "type": "Magic", + "rarity": "Elite", + "typeText": "Sophisticated Magic for Elite access", + "subType": "", + "rulesText": "Gain control of target enemy minion until it deals damage, and tap it. It gains Stealth.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nwl3m00hhe0v5frlfgk5h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nwti400hje0v55rpphdz0", + "slug": "alp_infiltrate_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/infiltrate-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4nwes400hge0v50nng705h", + "setCardId": "clm4nwl3m00hhe0v5frlfgk5h", + "setCard": { + "id": "clm4nwl3m00hhe0v5frlfgk5h", + "slug": "alp_infiltrate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nwes400hge0v50nng705h", + "meta": { + "id": "clq39zyye00fzsh27vjtw194u", + "type": "Magic", + "rarity": "Elite", + "typeText": "Sophisticated Magic for Elite access", + "subType": "", + "rulesText": "Gain control of target enemy minion until it deals damage, and tap it. It gains Stealth.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nwl3m00hhe0v5frlfgk5h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o2z6800iue0v595mx345h", + "slug": "jihad", + "name": "Jihad", + "hotscore": 2261, + "guardian": { + "id": "clq3a03n100gysh27n4sbmiwv", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura of zealous devotion", + "subType": "", + "rulesText": "You may summon fire minions to affected sites.\r\n\r\nAllied fire minions occupying affected sites have +1 power.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4o2z6800iue0v595mx345h" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hfav0138s67prqzkwc3z", + "slug": "bet_jihad_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/jihad.png", + "finish": "Standard", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4o2z6800iue0v595mx345h", + "setCardId": "clot8hf9c0136s67p47yd0y4w", + "setCard": { + "id": "clot8hf9c0136s67p47yd0y4w", + "slug": "bet_jihad", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o2z6800iue0v595mx345h", + "meta": { + "id": "clq3a03v900h0sh27d2n2yciz", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura of zealous devotion", + "subType": "", + "rulesText": "You may summon fire minions to affected sites.\r\n\r\nAllied fire minions occupying affected sites have +1 power.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8hf9c0136s67p47yd0y4w" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hfch013as67p5zte2ngu", + "slug": "bet_jihad_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/jihad-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4o2z6800iue0v595mx345h", + "setCardId": "clot8hf9c0136s67p47yd0y4w", + "setCard": { + "id": "clot8hf9c0136s67p47yd0y4w", + "slug": "bet_jihad", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o2z6800iue0v595mx345h", + "meta": { + "id": "clq3a03v900h0sh27d2n2yciz", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura of zealous devotion", + "subType": "", + "rulesText": "You may summon fire minions to affected sites.\r\n\r\nAllied fire minions occupying affected sites have +1 power.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8hf9c0136s67p47yd0y4w" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o35xm00iwe0v5gd98crhb", + "slug": "alp_jihad_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/jihad.png", + "finish": "Standard", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4o2z6800iue0v595mx345h", + "setCardId": "clm4o34mo00ive0v59om09rqt", + "setCard": { + "id": "clm4o34mo00ive0v59om09rqt", + "slug": "alp_jihad", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o2z6800iue0v595mx345h", + "meta": { + "id": "clq3a03pe00gzsh27q6tg32tl", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura of zealous devotion", + "subType": "", + "rulesText": "You may summon fire minions to affected sites.\n\nAllied fire minions occupying affected sites have +1 power.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4o34mo00ive0v59om09rqt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o3cps00ixe0v5h5t76d7c", + "slug": "alp_jihad_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/jihad-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4o2z6800iue0v595mx345h", + "setCardId": "clm4o34mo00ive0v59om09rqt", + "setCard": { + "id": "clm4o34mo00ive0v59om09rqt", + "slug": "alp_jihad", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o2z6800iue0v595mx345h", + "meta": { + "id": "clq3a03pe00gzsh27q6tg32tl", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura of zealous devotion", + "subType": "", + "rulesText": "You may summon fire minions to affected sites.\n\nAllied fire minions occupying affected sites have +1 power.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4o34mo00ive0v59om09rqt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ne29a00dde0v58k747nqj", + "slug": "karkemish_chimera", + "name": "Karkemish Chimera", + "hotscore": 283, + "guardian": { + "id": "clq39zl2y00d6sh27o41wz2dr", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast, deadly, defiant, and fierce", + "subType": "Beast", + "rulesText": "Can simultaneously attack up to three units at the same location.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4ne29a00dde0v58k747nqj" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h0wi00uhs67pe833znie", + "slug": "bet_karkemish_chimera_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/karkemish_chimera.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "", + "cardId": "clm4ne29a00dde0v58k747nqj", + "setCardId": "clot8h0ux00ufs67pbwdtrk7t", + "setCard": { + "id": "clot8h0ux00ufs67pbwdtrk7t", + "slug": "bet_karkemish_chimera", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ne29a00dde0v58k747nqj", + "meta": { + "id": "clq39zlb200d8sh27z7au4x17", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast, deadly, defiant, and fierce", + "subType": "Beast", + "rulesText": "Can simultaneously attack up to three units at the same location.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h0ux00ufs67pbwdtrk7t" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h0y400ujs67paxqffoi8", + "slug": "bet_karkemish_chimera_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/karkemish_chimera-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "", + "cardId": "clm4ne29a00dde0v58k747nqj", + "setCardId": "clot8h0ux00ufs67pbwdtrk7t", + "setCard": { + "id": "clot8h0ux00ufs67pbwdtrk7t", + "slug": "bet_karkemish_chimera", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ne29a00dde0v58k747nqj", + "meta": { + "id": "clq39zlb200d8sh27z7au4x17", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast, deadly, defiant, and fierce", + "subType": "Beast", + "rulesText": "Can simultaneously attack up to three units at the same location.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h0ux00ufs67pbwdtrk7t" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ne8sm00dfe0v52w9b4s90", + "slug": "alp_karkemish_chimera_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/karkemish_chimera.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "", + "cardId": "clm4ne29a00dde0v58k747nqj", + "setCardId": "clm4ne7hi00dee0v5fbjk8cbi", + "setCard": { + "id": "clm4ne7hi00dee0v5fbjk8cbi", + "slug": "alp_karkemish_chimera", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ne29a00dde0v58k747nqj", + "meta": { + "id": "clq39zl5900d7sh273atriawg", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast, deadly, defiant, and fierce", + "subType": "Beast", + "rulesText": "Can simultaneously attack up to three units at the same location.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4ne7hi00dee0v5fbjk8cbi" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nef5h00dge0v5bmzm3pwt", + "slug": "alp_karkemish_chimera_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/karkemish_chimera-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "", + "cardId": "clm4ne29a00dde0v58k747nqj", + "setCardId": "clm4ne7hi00dee0v5fbjk8cbi", + "setCard": { + "id": "clm4ne7hi00dee0v5fbjk8cbi", + "slug": "alp_karkemish_chimera", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ne29a00dde0v58k747nqj", + "meta": { + "id": "clq39zl5900d7sh273atriawg", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast, deadly, defiant, and fierce", + "subType": "Beast", + "rulesText": "Can simultaneously attack up to three units at the same location.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4ne7hi00dee0v5fbjk8cbi" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nek9300dhe0v5dfcucxdr", + "slug": "lava_salamander", + "name": "Lava Salamander", + "hotscore": 869, + "guardian": { + "id": "clq39zlhe00d9sh27r5xc9uvh", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a fiery temper", + "subType": "Beast", + "rulesText": "Fire Spellcaster\r\n\r\nTakes no damage from fire spells.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4nek9300dhe0v5dfcucxdr" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h18l00uos67prsy1tyw3", + "slug": "bet_lava_salamander_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lava_salamander.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Attempts to induce metamorphosis in neotinic lavalotls were, unfortunately, successful.", + "cardId": "clm4nek9300dhe0v5dfcucxdr", + "setCardId": "clot8h17300ums67pk8zwc9iq", + "setCard": { + "id": "clot8h17300ums67pk8zwc9iq", + "slug": "bet_lava_salamander", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nek9300dhe0v5dfcucxdr", + "meta": { + "id": "clq39zlpp00dbsh27z40n5lo5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a fiery temper", + "subType": "Beast", + "rulesText": "Fire Spellcaster\r\n\r\nTakes no damage from fire spells.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h17300ums67pk8zwc9iq" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h1a400uqs67p4jv8it8p", + "slug": "bet_lava_salamander_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lava_salamander-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Attempts to induce metamorphosis in neotinic lavalotls were, unfortunately, successful.", + "cardId": "clm4nek9300dhe0v5dfcucxdr", + "setCardId": "clot8h17300ums67pk8zwc9iq", + "setCard": { + "id": "clot8h17300ums67pk8zwc9iq", + "slug": "bet_lava_salamander", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nek9300dhe0v5dfcucxdr", + "meta": { + "id": "clq39zlpp00dbsh27z40n5lo5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a fiery temper", + "subType": "Beast", + "rulesText": "Fire Spellcaster\r\n\r\nTakes no damage from fire spells.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h17300ums67pk8zwc9iq" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nerkx00dje0v5914qeweb", + "slug": "alp_lava_salamander_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lava_salamander.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4nek9300dhe0v5dfcucxdr", + "setCardId": "clm4neq9m00die0v5150o5vpo", + "setCard": { + "id": "clm4neq9m00die0v5150o5vpo", + "slug": "alp_lava_salamander", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nek9300dhe0v5dfcucxdr", + "meta": { + "id": "clq39zlju00dash27sr9vj53l", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a fiery temper", + "subType": "Beast", + "rulesText": "Fire Spellcaster\n\nTakes no damage from fire spells.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4neq9m00die0v5150o5vpo" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ney6900dke0v55kin75af", + "slug": "alp_lava_salamander_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lava_salamander-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4nek9300dhe0v5dfcucxdr", + "setCardId": "clm4neq9m00die0v5150o5vpo", + "setCard": { + "id": "clm4neq9m00die0v5150o5vpo", + "slug": "alp_lava_salamander", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nek9300dhe0v5dfcucxdr", + "meta": { + "id": "clq39zlju00dash27sr9vj53l", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a fiery temper", + "subType": "Beast", + "rulesText": "Fire Spellcaster\n\nTakes no damage from fire spells.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4neq9m00die0v5150o5vpo" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nwzi400hke0v5embxc561", + "slug": "leap_attack", + "name": "Leap Attack", + "hotscore": 1105, + "guardian": { + "id": "clq39zz9w00g1sh27bgqz4wey", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of savage saltation", + "subType": "", + "rulesText": "An ally may take a step, and then it strikes each enemy at its location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nwzi400hke0v5embxc561" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hbtu0113s67pmk8rgaho", + "slug": "bet_leap_attack_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/leap_attack.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "", + "cardId": "clm4nwzi400hke0v5embxc561", + "setCardId": "clot8hbsb0111s67ph2ir9774", + "setCard": { + "id": "clot8hbsb0111s67ph2ir9774", + "slug": "bet_leap_attack", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nwzi400hke0v5embxc561", + "meta": { + "id": "clq39zzhy00g3sh274bgo84rn", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of savage saltation", + "subType": "", + "rulesText": "An ally may take a step, and then it strikes each enemy at its location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hbsb0111s67ph2ir9774" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hbvd0115s67prjhfrw5j", + "slug": "bet_leap_attack_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/leap_attack-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "", + "cardId": "clm4nwzi400hke0v5embxc561", + "setCardId": "clot8hbsb0111s67ph2ir9774", + "setCard": { + "id": "clot8hbsb0111s67ph2ir9774", + "slug": "bet_leap_attack", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nwzi400hke0v5embxc561", + "meta": { + "id": "clq39zzhy00g3sh274bgo84rn", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of savage saltation", + "subType": "", + "rulesText": "An ally may take a step, and then it strikes each enemy at its location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hbsb0111s67ph2ir9774" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nx6br00hme0v57q4t04l6", + "slug": "alp_leap_attack_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/leap_attack.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "", + "cardId": "clm4nwzi400hke0v5embxc561", + "setCardId": "clm4nx50700hle0v5cygv9cc2", + "setCard": { + "id": "clm4nx50700hle0v5cygv9cc2", + "slug": "alp_leap_attack", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nwzi400hke0v5embxc561", + "meta": { + "id": "clq39zzc900g2sh270ms4uaz6", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of savage saltation", + "subType": "", + "rulesText": "An ally may take a step, and then it strikes each enemy at its location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nx50700hle0v5cygv9cc2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nxdj800hne0v5dnht1mn3", + "slug": "alp_leap_attack_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/leap_attack-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "", + "cardId": "clm4nwzi400hke0v5embxc561", + "setCardId": "clm4nx50700hle0v5cygv9cc2", + "setCard": { + "id": "clm4nx50700hle0v5cygv9cc2", + "slug": "alp_leap_attack", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nwzi400hke0v5embxc561", + "meta": { + "id": "clq39zzc900g2sh270ms4uaz6", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of savage saltation", + "subType": "", + "rulesText": "An ally may take a step, and then it strikes each enemy at its location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nx50700hle0v5cygv9cc2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nxizg00hoe0v50n1m8l9i", + "slug": "mad_dash", + "name": "Mad Dash", + "hotscore": 1190, + "guardian": { + "id": "clq39zznu00g4sh27tookx5m8", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of utmost urgency", + "subType": "", + "rulesText": "Draw a card, then give an ally Movement +1 this turn.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nxizg00hoe0v50n1m8l9i" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hc5c011as67p6do04m1t", + "slug": "bet_mad_dash_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mad_dash.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "Guaranteed delivery in one month or less, or your money back!", + "cardId": "clm4nxizg00hoe0v50n1m8l9i", + "setCardId": "clot8hc3t0118s67pnv1mji3o", + "setCard": { + "id": "clot8hc3t0118s67pnv1mji3o", + "slug": "bet_mad_dash", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nxizg00hoe0v50n1m8l9i", + "meta": { + "id": "clq39zzwi00g6sh27s2zy1z3o", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of utmost urgency", + "subType": "", + "rulesText": "Draw a card, then give an ally Movement +1 this turn.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hc3t0118s67pnv1mji3o" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hc6v011cs67p2ryi3sgd", + "slug": "bet_mad_dash_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mad_dash-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "Guaranteed delivery in one month or less, or your money back!", + "cardId": "clm4nxizg00hoe0v50n1m8l9i", + "setCardId": "clot8hc3t0118s67pnv1mji3o", + "setCard": { + "id": "clot8hc3t0118s67pnv1mji3o", + "slug": "bet_mad_dash", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nxizg00hoe0v50n1m8l9i", + "meta": { + "id": "clq39zzwi00g6sh27s2zy1z3o", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of utmost urgency", + "subType": "", + "rulesText": "Draw a card, then give an ally Movement +1 this turn.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hc3t0118s67pnv1mji3o" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nxq5r00hqe0v5h65hevvl", + "slug": "alp_mad_dash_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mad_dash.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "Guaranteed delivery in one month or less, or your money back!", + "cardId": "clm4nxizg00hoe0v50n1m8l9i", + "setCardId": "clm4nxoue00hpe0v59bn02og9", + "setCard": { + "id": "clm4nxoue00hpe0v59bn02og9", + "slug": "alp_mad_dash", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nxizg00hoe0v50n1m8l9i", + "meta": { + "id": "clq39zzqg00g5sh27wllzlgb1", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of utmost urgency", + "subType": "", + "rulesText": "Draw a card, then give an ally Movement +1 this turn.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nxoue00hpe0v59bn02og9" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nxwt100hre0v5a0l841fh", + "slug": "alp_mad_dash_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mad_dash-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "Guaranteed delivery in one month or less, or your money back!", + "cardId": "clm4nxizg00hoe0v50n1m8l9i", + "setCardId": "clm4nxoue00hpe0v59bn02og9", + "setCard": { + "id": "clm4nxoue00hpe0v59bn02og9", + "slug": "alp_mad_dash", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nxizg00hoe0v50n1m8l9i", + "meta": { + "id": "clq39zzqg00g5sh27wllzlgb1", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of utmost urgency", + "subType": "", + "rulesText": "Draw a card, then give an ally Movement +1 this turn.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nxoue00hpe0v59bn02og9" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ny2ho00hse0v5bs6k8izm", + "slug": "major_explosion", + "name": "Major Explosion", + "hotscore": 3805, + "guardian": { + "id": "clq3a002500g7sh27iz0p9uwr", + "type": "Magic", + "rarity": "Elite", + "typeText": "A tremendous blast of Elite Magic", + "subType": "", + "rulesText": "Target a location up to two steps away.\r\n\r\nDeal damage to each unit at locations in the area of effect:", + "cost": 7, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4ny2ho00hse0v5bs6k8izm" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hcg7011hs67p1p2nnqfh", + "slug": "bet_major_explosion_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/major_explosion.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ny2ho00hse0v5bs6k8izm", + "setCardId": "clot8hcen011fs67pmts7h36l", + "setCard": { + "id": "clot8hcen011fs67pmts7h36l", + "slug": "bet_major_explosion", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ny2ho00hse0v5bs6k8izm", + "meta": { + "id": "clq3a00cc00g9sh27qu1ued0s", + "type": "Magic", + "rarity": "Elite", + "typeText": "A tremendous blast of Elite Magic", + "subType": "", + "rulesText": "Target a location up to two steps away.\r\n\r\nDeal damage to each unit at locations in the area of effect:", + "cost": 7, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8hcen011fs67pmts7h36l" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hchq011js67pb6ntnbqp", + "slug": "bet_major_explosion_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/major_explosion-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ny2ho00hse0v5bs6k8izm", + "setCardId": "clot8hcen011fs67pmts7h36l", + "setCard": { + "id": "clot8hcen011fs67pmts7h36l", + "slug": "bet_major_explosion", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ny2ho00hse0v5bs6k8izm", + "meta": { + "id": "clq3a00cc00g9sh27qu1ued0s", + "type": "Magic", + "rarity": "Elite", + "typeText": "A tremendous blast of Elite Magic", + "subType": "", + "rulesText": "Target a location up to two steps away.\r\n\r\nDeal damage to each unit at locations in the area of effect:", + "cost": 7, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8hcen011fs67pmts7h36l" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ny9fr00hue0v589rc2sx9", + "slug": "alp_major_explosion_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/major_explosion.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ny2ho00hse0v5bs6k8izm", + "setCardId": "clm4ny84800hte0v53w37czvx", + "setCard": { + "id": "clm4ny84800hte0v53w37czvx", + "slug": "alp_major_explosion", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ny2ho00hse0v5bs6k8izm", + "meta": { + "id": "clq3a004s00g8sh27wsmegd2g", + "type": "Magic", + "rarity": "Elite", + "typeText": "A tremendous blast of Elite Magic", + "subType": "", + "rulesText": "Target a location up to two steps away.\n\nDeal damage to each unit at locations in the area of effect:", + "cost": 7, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4ny84800hte0v53w37czvx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nyme700hwe0v5ex0z1zou", + "slug": "alp_major_explosion_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/major_explosion-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ny2ho00hse0v5bs6k8izm", + "setCardId": "clm4ny84800hte0v53w37czvx", + "setCard": { + "id": "clm4ny84800hte0v53w37czvx", + "slug": "alp_major_explosion", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ny2ho00hse0v5bs6k8izm", + "meta": { + "id": "clq3a004s00g8sh27wsmegd2g", + "type": "Magic", + "rarity": "Elite", + "typeText": "A tremendous blast of Elite Magic", + "subType": "", + "rulesText": "Target a location up to two steps away.\n\nDeal damage to each unit at locations in the area of effect:", + "cost": 7, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4ny84800hte0v53w37czvx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nyhco00hve0v5dj856w1y", + "slug": "alp_major_explosion_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/major_explosion-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ny2ho00hse0v5bs6k8izm", + "setCardId": "clm4ny84800hte0v53w37czvx", + "setCard": { + "id": "clm4ny84800hte0v53w37czvx", + "slug": "alp_major_explosion", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ny2ho00hse0v5bs6k8izm", + "meta": { + "id": "clq3a004s00g8sh27wsmegd2g", + "type": "Magic", + "rarity": "Elite", + "typeText": "A tremendous blast of Elite Magic", + "subType": "", + "rulesText": "Target a location up to two steps away.\n\nDeal damage to each unit at locations in the area of effect:", + "cost": 7, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4ny84800hte0v53w37czvx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nf45e00dle0v5eoh4b4lj", + "slug": "maze_minotaur", + "name": "Maze Minotaur", + "hotscore": 324, + "guardian": { + "id": "clq39zlvb00dcsh27fvxo2xvz", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster snarls around the corner", + "subType": "Monster", + "rulesText": "Enemy minions can’t move themselves out of the a maze of nine locations nearby Maze Minotaur.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nf45e00dle0v5eoh4b4lj" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h1jw00uvs67pohw0hq22", + "slug": "bet_maze_minotaur_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/maze_minotaur.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "", + "cardId": "clm4nf45e00dle0v5eoh4b4lj", + "setCardId": "clot8h1id00uts67pp0ly4npe", + "setCard": { + "id": "clot8h1id00uts67pp0ly4npe", + "slug": "bet_maze_minotaur", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nf45e00dle0v5eoh4b4lj", + "meta": { + "id": "clq39zm3d00desh27mmfgtkgy", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster snarls around the corner", + "subType": "Monster", + "rulesText": "Enemy minions can’t move themselves out of the a maze of nine locations nearby Maze Minotaur.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h1id00uts67pp0ly4npe" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h1ld00uxs67pcsoj6995", + "slug": "bet_maze_minotaur_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/maze_minotaur-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "", + "cardId": "clm4nf45e00dle0v5eoh4b4lj", + "setCardId": "clot8h1id00uts67pp0ly4npe", + "setCard": { + "id": "clot8h1id00uts67pp0ly4npe", + "slug": "bet_maze_minotaur", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nf45e00dle0v5eoh4b4lj", + "meta": { + "id": "clq39zm3d00desh27mmfgtkgy", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster snarls around the corner", + "subType": "Monster", + "rulesText": "Enemy minions can’t move themselves out of the a maze of nine locations nearby Maze Minotaur.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h1id00uts67pp0ly4npe" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nfapp00dne0v59ftxd5zb", + "slug": "alp_maze_minotaur_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/maze_minotaur.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "", + "cardId": "clm4nf45e00dle0v5eoh4b4lj", + "setCardId": "clm4nf9e100dme0v50p9uffin", + "setCard": { + "id": "clm4nf9e100dme0v50p9uffin", + "slug": "alp_maze_minotaur", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nf45e00dle0v5eoh4b4lj", + "meta": { + "id": "clq39zlxk00ddsh27yocuspyt", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster snarls around the corner", + "subType": "Monster", + "rulesText": "Enemy minions can't move themselves out of the neighborhood of nine locations nearby Maze Minotaur.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nf9e100dme0v50p9uffin" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nfh2p00doe0v51uuo5lm1", + "slug": "alp_maze_minotaur_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/maze_minotaur-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "", + "cardId": "clm4nf45e00dle0v5eoh4b4lj", + "setCardId": "clm4nf9e100dme0v50p9uffin", + "setCard": { + "id": "clm4nf9e100dme0v50p9uffin", + "slug": "alp_maze_minotaur", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nf45e00dle0v5eoh4b4lj", + "meta": { + "id": "clq39zlxk00ddsh27yocuspyt", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster snarls around the corner", + "subType": "Monster", + "rulesText": "Enemy minions can't move themselves out of the neighborhood of nine locations nearby Maze Minotaur.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nf9e100dme0v50p9uffin" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nynit00hxe0v53i10b5zg", + "slug": "meteor_shower", + "name": "Meteor Shower", + "hotscore": 531, + "guardian": { + "id": "clq3a00hz00gash277u2j9jqe", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of otherworldly destruction", + "subType": "", + "rulesText": "Target three sites that share no borders. Deal damage to each unit atop sites in each area of effect:", + "cost": 9, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "cardId": "clm4nynit00hxe0v53i10b5zg" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hcra011os67ptisuge04", + "slug": "bet_meteor_shower_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/meteor_shower.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4nynit00hxe0v53i10b5zg", + "setCardId": "clot8hcpq011ms67pqbkld9vn", + "setCard": { + "id": "clot8hcpq011ms67pqbkld9vn", + "slug": "bet_meteor_shower", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nynit00hxe0v53i10b5zg", + "meta": { + "id": "clq3a00q200gcsh27ljg5tvr6", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of otherworldly destruction", + "subType": "", + "rulesText": "Target three sites that share no borders. Deal damage to each unit atop sites in each area of effect:", + "cost": 9, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clot8hcpq011ms67pqbkld9vn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hcst011qs67p7h12qmre", + "slug": "bet_meteor_shower_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/meteor_shower-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4nynit00hxe0v53i10b5zg", + "setCardId": "clot8hcpq011ms67pqbkld9vn", + "setCard": { + "id": "clot8hcpq011ms67pqbkld9vn", + "slug": "bet_meteor_shower", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nynit00hxe0v53i10b5zg", + "meta": { + "id": "clq3a00q200gcsh27ljg5tvr6", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of otherworldly destruction", + "subType": "", + "rulesText": "Target three sites that share no borders. Deal damage to each unit atop sites in each area of effect:", + "cost": 9, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clot8hcpq011ms67pqbkld9vn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nyuhw00hze0v58agg07c4", + "slug": "alp_meteor_shower_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/meteor_shower.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4nynit00hxe0v53i10b5zg", + "setCardId": "clm4nyt6o00hye0v5anc14mk2", + "setCard": { + "id": "clm4nyt6o00hye0v5anc14mk2", + "slug": "alp_meteor_shower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nynit00hxe0v53i10b5zg", + "meta": { + "id": "clq3a00k800gbsh27k2y17qkq", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of otherworldly destruction", + "subType": "", + "rulesText": "Target three sites that share no borders. Deal damage to each unit atop sites in each area of effect:", + "cost": 9, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clm4nyt6o00hye0v5anc14mk2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nz12200i0e0v5anoih96l", + "slug": "alp_meteor_shower_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/meteor_shower-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4nynit00hxe0v53i10b5zg", + "setCardId": "clm4nyt6o00hye0v5anc14mk2", + "setCard": { + "id": "clm4nyt6o00hye0v5anc14mk2", + "slug": "alp_meteor_shower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nynit00hxe0v53i10b5zg", + "meta": { + "id": "clq3a00k800gbsh27k2y17qkq", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of otherworldly destruction", + "subType": "", + "rulesText": "Target three sites that share no borders. Deal damage to each unit atop sites in each area of effect:", + "cost": 9, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clm4nyt6o00hye0v5anc14mk2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nz6nm00i1e0v5bc04gcv8", + "slug": "minor_explosion", + "name": "Minor Explosion", + "hotscore": 2530, + "guardian": { + "id": "clq3a00vq00gdsh27l3w03pj1", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of proximal plosion", + "subType": "", + "rulesText": "Deal 3 damage to each unit at target location up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4nz6nm00i1e0v5bc04gcv8" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hd2h011vs67phoabkhh9", + "slug": "bet_minor_explosion_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/minor_explosion.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4nz6nm00i1e0v5bc04gcv8", + "setCardId": "clot8hd0q011ts67pxoolqgsp", + "setCard": { + "id": "clot8hd0q011ts67pxoolqgsp", + "slug": "bet_minor_explosion", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nz6nm00i1e0v5bc04gcv8", + "meta": { + "id": "clq3a015l00gfsh279kfz5aat", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of proximal plosion", + "subType": "", + "rulesText": "Deal 3 damage to each unit at target location up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8hd0q011ts67pxoolqgsp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hd42011xs67pram108oz", + "slug": "bet_minor_explosion_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/minor_explosion-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4nz6nm00i1e0v5bc04gcv8", + "setCardId": "clot8hd0q011ts67pxoolqgsp", + "setCard": { + "id": "clot8hd0q011ts67pxoolqgsp", + "slug": "bet_minor_explosion", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nz6nm00i1e0v5bc04gcv8", + "meta": { + "id": "clq3a015l00gfsh279kfz5aat", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of proximal plosion", + "subType": "", + "rulesText": "Deal 3 damage to each unit at target location up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8hd0q011ts67pxoolqgsp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nzdhq00i3e0v53twohl9k", + "slug": "alp_minor_explosion_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/minor_explosion.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4nz6nm00i1e0v5bc04gcv8", + "setCardId": "clm4nzc6i00i2e0v5hv3re6cp", + "setCard": { + "id": "clm4nzc6i00i2e0v5hv3re6cp", + "slug": "alp_minor_explosion", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nz6nm00i1e0v5bc04gcv8", + "meta": { + "id": "clq3a00y700gesh27i7rn4aur", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of proximal plosion", + "subType": "", + "rulesText": "Deal 3 damage to each unit at target location up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nzc6i00i2e0v5hv3re6cp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nzqi000i5e0v5hcu74dva", + "slug": "alp_minor_explosion_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/minor_explosion-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4nz6nm00i1e0v5bc04gcv8", + "setCardId": "clm4nzc6i00i2e0v5hv3re6cp", + "setCard": { + "id": "clm4nzc6i00i2e0v5hv3re6cp", + "slug": "alp_minor_explosion", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nz6nm00i1e0v5bc04gcv8", + "meta": { + "id": "clq3a00y700gesh27i7rn4aur", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of proximal plosion", + "subType": "", + "rulesText": "Deal 3 damage to each unit at target location up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nzc6i00i2e0v5hv3re6cp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nzl2b00i4e0v597he3tkz", + "slug": "alp_minor_explosion_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/minor_explosion-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4nz6nm00i1e0v5bc04gcv8", + "setCardId": "clm4nzc6i00i2e0v5hv3re6cp", + "setCard": { + "id": "clm4nzc6i00i2e0v5hv3re6cp", + "slug": "alp_minor_explosion", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nz6nm00i1e0v5bc04gcv8", + "meta": { + "id": "clq3a00y700gesh27i7rn4aur", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of proximal plosion", + "subType": "", + "rulesText": "Deal 3 damage to each unit at target location up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nzc6i00i2e0v5hv3re6cp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qc4q8010de0v5g0st58m7", + "slug": "mirage", + "name": "Mirage", + "hotscore": 2207, + "guardian": { + "id": "clq3a1qhx00t4sh278dh7p2ld", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of uncertain apprehension", + "subType": "", + "rulesText": "When played, you may return a site in play you own to your hand to play this site in its place.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4qc4q8010de0v5g0st58m7" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8iq5301vis67patknrnyd", + "slug": "bet_mirage_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mirage.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qc4q8010de0v5g0st58m7", + "setCardId": "clot8iq3j01vgs67po6gi6w6r", + "setCard": { + "id": "clot8iq3j01vgs67po6gi6w6r", + "slug": "bet_mirage", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qc4q8010de0v5g0st58m7", + "meta": { + "id": "clq3a1qq000t6sh27tro6c22r", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of uncertain apprehension", + "subType": "", + "rulesText": "When played, you may return a site in play you own to your hand to play this site in its place.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8iq3j01vgs67po6gi6w6r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iq6o01vks67pvnud8fp2", + "slug": "bet_mirage_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mirage-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qc4q8010de0v5g0st58m7", + "setCardId": "clot8iq3j01vgs67po6gi6w6r", + "setCard": { + "id": "clot8iq3j01vgs67po6gi6w6r", + "slug": "bet_mirage", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qc4q8010de0v5g0st58m7", + "meta": { + "id": "clq3a1qq000t6sh27tro6c22r", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of uncertain apprehension", + "subType": "", + "rulesText": "When played, you may return a site in play you own to your hand to play this site in its place.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8iq3j01vgs67po6gi6w6r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qcbje010fe0v5eriqh19j", + "slug": "alp_mirage_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mirage.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qc4q8010de0v5g0st58m7", + "setCardId": "clm4qca8g010ee0v58er2a0fn", + "setCard": { + "id": "clm4qca8g010ee0v58er2a0fn", + "slug": "alp_mirage", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qc4q8010de0v5g0st58m7", + "meta": { + "id": "clq3a1qk900t5sh27yxwqzhi6", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of uncertain apprehension", + "subType": "", + "rulesText": "When played, you may return a site in play you own to your hand to play this site in its place.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qca8g010ee0v58er2a0fn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qcj8f010ge0v596v7hd36", + "slug": "alp_mirage_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mirage-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qc4q8010de0v5g0st58m7", + "setCardId": "clm4qca8g010ee0v58er2a0fn", + "setCard": { + "id": "clm4qca8g010ee0v58er2a0fn", + "slug": "alp_mirage", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qc4q8010de0v5g0st58m7", + "meta": { + "id": "clq3a1qk900t5sh27yxwqzhi6", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of uncertain apprehension", + "subType": "", + "rulesText": "When played, you may return a site in play you own to your hand to play this site in its place.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qca8g010ee0v58er2a0fn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qmd96012qe0v5ez2r3gwt", + "slug": "oasis", + "name": "Oasis", + "hotscore": 4202, + "guardian": { + "id": "clq3a1y5t00umsh27znqoy7gd", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4qmd96012qe0v5ez2r3gwt" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + }, + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8ivzt01z0s67p0v91ehzr", + "slug": "bet_oasis_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/oasis.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "Where blood nourishes sand, life springs anew.", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "setCardId": "clot8ivy801yys67pdcdpeo8a", + "setCard": { + "id": "clot8ivy801yys67pdcdpeo8a", + "slug": "bet_oasis", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "meta": { + "id": "clq3a1ydy00uosh27qu39ktrg", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8ivy801yys67pdcdpeo8a" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iw1d01z2s67pi30xq4re", + "slug": "bet_oasis_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/oasis-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "Where blood nourishes sand, life springs anew.", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "setCardId": "clot8ivy801yys67pdcdpeo8a", + "setCard": { + "id": "clot8ivy801yys67pdcdpeo8a", + "slug": "bet_oasis", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "meta": { + "id": "clq3a1ydy00uosh27qu39ktrg", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8ivy801yys67pdcdpeo8a" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qmkf1012se0v5b4pre0l6", + "slug": "alp_oasis_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/oasis.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "Where blood nourishes sand, life springs anew.", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "setCardId": "clm4qmj3s012re0v57wpfg97x", + "setCard": { + "id": "clm4qmj3s012re0v57wpfg97x", + "slug": "alp_oasis", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "meta": { + "id": "clq3a1y8800unsh27lhnnh3zk", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qmj3s012re0v57wpfg97x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qmrfd012te0v53sws99i0", + "slug": "alp_oasis_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/oasis-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "Where blood nourishes sand, life springs anew.", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "setCardId": "clm4qmj3s012re0v57wpfg97x", + "setCard": { + "id": "clm4qmj3s012re0v57wpfg97x", + "slug": "alp_oasis", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "meta": { + "id": "clq3a1y8800unsh27lhnnh3zk", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qmj3s012re0v57wpfg97x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nfm4000dpe0v59fszbui9", + "slug": "ogre_goons", + "name": "Ogre Goons", + "hotscore": 324, + "guardian": { + "id": "clq39zm9d00dfsh27u8xool67", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Ogres blunder about", + "subType": "Ogre", + "rulesText": "", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nfm4000dpe0v59fszbui9" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h1uv00v2s67pqqrh5kgq", + "slug": "bet_ogre_goons_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ogre_goons.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "“Grok, grok! Me find rock!”\r\n“What rock do? It sit there!”", + "cardId": "clm4nfm4000dpe0v59fszbui9", + "setCardId": "clot8h1tc00v0s67piyks8o8h", + "setCard": { + "id": "clot8h1tc00v0s67piyks8o8h", + "slug": "bet_ogre_goons", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nfm4000dpe0v59fszbui9", + "meta": { + "id": "clq39zmj400dhsh27aofx90tp", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Ogres blunder about", + "subType": "Ogre", + "rulesText": "", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h1tc00v0s67piyks8o8h" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h1wf00v4s67p6pngbzxk", + "slug": "bet_ogre_goons_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ogre_goons-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "“Grok, grok! Me find rock!”\r\n“What rock do? It sit there!”", + "cardId": "clm4nfm4000dpe0v59fszbui9", + "setCardId": "clot8h1tc00v0s67piyks8o8h", + "setCard": { + "id": "clot8h1tc00v0s67piyks8o8h", + "slug": "bet_ogre_goons", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nfm4000dpe0v59fszbui9", + "meta": { + "id": "clq39zmj400dhsh27aofx90tp", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Ogres blunder about", + "subType": "Ogre", + "rulesText": "", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h1tc00v0s67piyks8o8h" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nft0h00dre0v5a6ohfzjn", + "slug": "alp_ogre_goons_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ogre_goons.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "“Grok, grok! Me find rock!”\n“What rock do?”\n“It sit there!”", + "cardId": "clm4nfm4000dpe0v59fszbui9", + "setCardId": "clm4nfrpf00dqe0v533yz1yza", + "setCard": { + "id": "clm4nfrpf00dqe0v533yz1yza", + "slug": "alp_ogre_goons", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nfm4000dpe0v59fszbui9", + "meta": { + "id": "clq39zmbp00dgsh27nns1ag3t", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Ogres blunder about", + "subType": "Ogre", + "rulesText": "", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nfrpf00dqe0v533yz1yza" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ng4tb00dte0v58qeydjje", + "slug": "alp_ogre_goons_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ogre_goons-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jeff A. Menges", + "flavorText": "“Grok, grok! Me find rock!”\n“What rock do?”\n“It sit there!”", + "cardId": "clm4nfm4000dpe0v59fszbui9", + "setCardId": "clm4nfrpf00dqe0v533yz1yza", + "setCard": { + "id": "clm4nfrpf00dqe0v533yz1yza", + "slug": "alp_ogre_goons", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nfm4000dpe0v59fszbui9", + "meta": { + "id": "clq39zmbp00dgsh27nns1ag3t", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Ogres blunder about", + "subType": "Ogre", + "rulesText": "", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nfrpf00dqe0v533yz1yza" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nfzjr00dse0v5coyhf8r7", + "slug": "alp_ogre_goons_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ogre_goons-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "“Grok, grok! Me find rock!”\n“What rock do?”\n“It sit there!”", + "cardId": "clm4nfm4000dpe0v59fszbui9", + "setCardId": "clm4nfrpf00dqe0v533yz1yza", + "setCard": { + "id": "clm4nfrpf00dqe0v533yz1yza", + "slug": "alp_ogre_goons", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nfm4000dpe0v59fszbui9", + "meta": { + "id": "clq39zmbp00dgsh27nns1ag3t", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Ogres blunder about", + "subType": "Ogre", + "rulesText": "", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nfrpf00dqe0v533yz1yza" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ng5xo00due0v56nizansq", + "slug": "outback_strider", + "name": "Outback Strider", + "hotscore": 730, + "guardian": { + "id": "clq39zmow00dish27zfreelhu", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal finds solace in solitude", + "subType": "Mortal", + "rulesText": "Moves freely between land sites not occupied by other units.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4ng5xo00due0v56nizansq" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h26s00v9s67px86vudav", + "slug": "bet_outback_strider_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/outback_strider.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ng5xo00due0v56nizansq", + "setCardId": "clot8h25900v7s67pqvanonad", + "setCard": { + "id": "clot8h25900v7s67pqvanonad", + "slug": "bet_outback_strider", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ng5xo00due0v56nizansq", + "meta": { + "id": "clq39zmwu00dksh27rcqfvnvx", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal finds solace in solitude", + "subType": "Mortal", + "rulesText": "Moves freely between land sites not occupied by other units.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h25900v7s67pqvanonad" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h28e00vbs67p9m40jg3d", + "slug": "bet_outback_strider_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/outback_strider-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ng5xo00due0v56nizansq", + "setCardId": "clot8h25900v7s67pqvanonad", + "setCard": { + "id": "clot8h25900v7s67pqvanonad", + "slug": "bet_outback_strider", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ng5xo00due0v56nizansq", + "meta": { + "id": "clq39zmwu00dksh27rcqfvnvx", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal finds solace in solitude", + "subType": "Mortal", + "rulesText": "Moves freely between land sites not occupied by other units.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h25900v7s67pqvanonad" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ngcx000dwe0v58l0m6w0s", + "slug": "alp_outback_strider_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/outback_strider.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ng5xo00due0v56nizansq", + "setCardId": "clm4ngblv00dve0v59rj6hbtz", + "setCard": { + "id": "clm4ngblv00dve0v59rj6hbtz", + "slug": "alp_outback_strider", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ng5xo00due0v56nizansq", + "meta": { + "id": "clq39zmr800djsh27420bd8nj", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal finds solace in solitude", + "subType": "Mortal", + "rulesText": "Moves freely between unoccupied land sites.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4ngblv00dve0v59rj6hbtz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ngjo400dxe0v51ojv9ped", + "slug": "alp_outback_strider_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/outback_strider-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ng5xo00due0v56nizansq", + "setCardId": "clm4ngblv00dve0v59rj6hbtz", + "setCard": { + "id": "clm4ngblv00dve0v59rj6hbtz", + "slug": "alp_outback_strider", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ng5xo00due0v56nizansq", + "meta": { + "id": "clq39zmr800djsh27420bd8nj", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal finds solace in solitude", + "subType": "Mortal", + "rulesText": "Moves freely between unoccupied land sites.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4ngblv00dve0v59rj6hbtz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nzrmo00i6e0v5d9um59du", + "slug": "pact_with_the_devil", + "name": "Pact with the Devil", + "hotscore": 3371, + "guardian": { + "id": "clq3a01b500ggsh27ctwykawm", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic commands a heavy price", + "subType": "", + "rulesText": "Sacrifice the caster or lose half your life, rounding up. If you do, draw three cards.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4nzrmo00i6e0v5d9um59du" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hddr0122s67pqq3dlilq", + "slug": "bet_pact_with_the_devil_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pact_with_the_devil.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4nzrmo00i6e0v5d9um59du", + "setCardId": "clot8hdbz0120s67povgtk6ov", + "setCard": { + "id": "clot8hdbz0120s67povgtk6ov", + "slug": "bet_pact_with_the_devil", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nzrmo00i6e0v5d9um59du", + "meta": { + "id": "clq3a01iy00gish27p31c5b3x", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic commands a heavy price", + "subType": "", + "rulesText": "Sacrifice the caster or lose half your life, rounding up. If you do, draw three cards.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8hdbz0120s67povgtk6ov" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hdfa0124s67piis8s86k", + "slug": "bet_pact_with_the_devil_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pact_with_the_devil-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4nzrmo00i6e0v5d9um59du", + "setCardId": "clot8hdbz0120s67povgtk6ov", + "setCard": { + "id": "clot8hdbz0120s67povgtk6ov", + "slug": "bet_pact_with_the_devil", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nzrmo00i6e0v5d9um59du", + "meta": { + "id": "clq3a01iy00gish27p31c5b3x", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic commands a heavy price", + "subType": "", + "rulesText": "Sacrifice the caster or lose half your life, rounding up. If you do, draw three cards.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8hdbz0120s67povgtk6ov" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nzynw00i8e0v5ats8dj6u", + "slug": "alp_pact_with_the_devil_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pact_with_the_devil.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4nzrmo00i6e0v5d9um59du", + "setCardId": "clm4nzxcm00i7e0v5astv8lpr", + "setCard": { + "id": "clm4nzxcm00i7e0v5astv8lpr", + "slug": "alp_pact_with_the_devil", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nzrmo00i6e0v5d9um59du", + "meta": { + "id": "clq3a01de00ghsh27x650i8ss", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic commands a heavy price", + "subType": "", + "rulesText": "Sacrifice the caster or lose half your life, rounding up. If you do, draw three cards.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nzxcm00i7e0v5astv8lpr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o05om00i9e0v5e6jzdup9", + "slug": "alp_pact_with_the_devil_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pact_with_the_devil-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4nzrmo00i6e0v5d9um59du", + "setCardId": "clm4nzxcm00i7e0v5astv8lpr", + "setCard": { + "id": "clm4nzxcm00i7e0v5astv8lpr", + "slug": "alp_pact_with_the_devil", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nzrmo00i6e0v5d9um59du", + "meta": { + "id": "clq3a01de00ghsh27x650i8ss", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic commands a heavy price", + "subType": "", + "rulesText": "Sacrifice the caster or lose half your life, rounding up. If you do, draw three cards.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nzxcm00i7e0v5astv8lpr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ngpj700dye0v59zgxa6j1", + "slug": "panorama_manticore", + "name": "Panorama Manticore", + "hotscore": 1392, + "guardian": { + "id": "clq39zn2k00dlsh271b6zk52e", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast keeps vigilant watch", + "subType": "Beast", + "rulesText": "Airborne, Lethal\r\n\r\nAt the end of your turn, if you cast a non-fire spell this turn, untap Panorama Manticore.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4ngpj700dye0v59zgxa6j1" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h2k100vgs67pybmav18o", + "slug": "bet_panorama_manticore_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/panorama_manticore.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ngpj700dye0v59zgxa6j1", + "setCardId": "clot8h2id00ves67pinnv6b94", + "setCard": { + "id": "clot8h2id00ves67pinnv6b94", + "slug": "bet_panorama_manticore", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ngpj700dye0v59zgxa6j1", + "meta": { + "id": "clq39znb500dnsh27tzgddqdp", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast keeps vigilant watch", + "subType": "Beast", + "rulesText": "Airborne, Lethal\r\n\r\nAt the end of your turn, if you cast a non-fire spell this turn, untap Panorama Manticore.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h2id00ves67pinnv6b94" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h2ls00vis67p5oqb9sh2", + "slug": "bet_panorama_manticore_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/panorama_manticore-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ngpj700dye0v59zgxa6j1", + "setCardId": "clot8h2id00ves67pinnv6b94", + "setCard": { + "id": "clot8h2id00ves67pinnv6b94", + "slug": "bet_panorama_manticore", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ngpj700dye0v59zgxa6j1", + "meta": { + "id": "clq39znb500dnsh27tzgddqdp", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast keeps vigilant watch", + "subType": "Beast", + "rulesText": "Airborne, Lethal\r\n\r\nAt the end of your turn, if you cast a non-fire spell this turn, untap Panorama Manticore.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h2id00ves67pinnv6b94" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ngx7j00e0e0v5hw2r83ae", + "slug": "alp_panorama_manticore_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/panorama_manticore.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ngpj700dye0v59zgxa6j1", + "setCardId": "clm4ngvwf00dze0v59lqj1sij", + "setCard": { + "id": "clm4ngvwf00dze0v59lqj1sij", + "slug": "alp_panorama_manticore", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ngpj700dye0v59zgxa6j1", + "meta": { + "id": "clq39zn4u00dmsh27kl3qfr5q", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast keeps vigilant watch", + "subType": "Beast", + "rulesText": "Airborne, Lethal\n\nAt the end of your turn, if you cast a non-fire spell this turn, untap Panorama Manticore.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4ngvwf00dze0v59lqj1sij" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nh3qw00e1e0v53y6c1v6f", + "slug": "alp_panorama_manticore_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/panorama_manticore-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ngpj700dye0v59zgxa6j1", + "setCardId": "clm4ngvwf00dze0v59lqj1sij", + "setCard": { + "id": "clm4ngvwf00dze0v59lqj1sij", + "slug": "alp_panorama_manticore", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ngpj700dye0v59zgxa6j1", + "meta": { + "id": "clq39zn4u00dmsh27kl3qfr5q", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast keeps vigilant watch", + "subType": "Beast", + "rulesText": "Airborne, Lethal\n\nAt the end of your turn, if you cast a non-fire spell this turn, untap Panorama Manticore.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4ngvwf00dze0v59lqj1sij" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nh90q00e2e0v59lm8htsx", + "slug": "petrosian_cavalry", + "name": "Petrosian Cavalry", + "hotscore": 2995, + "guardian": { + "id": "clq39zngu00dosh27ro6ptcwx", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals charge into battle", + "subType": "Mortal", + "rulesText": "Charge", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nh90q00e2e0v59lm8htsx" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h2ww00vns67p3lw77xd2", + "slug": "bet_petrosian_cavalry_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/petrosian_cavalry.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "By their swift steeds and swifter swords the tide of many a battle has turned.", + "cardId": "clm4nh90q00e2e0v59lm8htsx", + "setCardId": "clot8h2vd00vls67p41kidlc7", + "setCard": { + "id": "clot8h2vd00vls67p41kidlc7", + "slug": "bet_petrosian_cavalry", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nh90q00e2e0v59lm8htsx", + "meta": { + "id": "clq39znqj00dqsh27l384xrzx", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals charge into battle", + "subType": "Mortal", + "rulesText": "Charge", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h2vd00vls67p41kidlc7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h2yj00vps67pl76s13cu", + "slug": "bet_petrosian_cavalry_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/petrosian_cavalry-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "By their swift steeds and swifter swords the tide of many a battle has turned.", + "cardId": "clm4nh90q00e2e0v59lm8htsx", + "setCardId": "clot8h2vd00vls67p41kidlc7", + "setCard": { + "id": "clot8h2vd00vls67p41kidlc7", + "slug": "bet_petrosian_cavalry", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nh90q00e2e0v59lm8htsx", + "meta": { + "id": "clq39znqj00dqsh27l384xrzx", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals charge into battle", + "subType": "Mortal", + "rulesText": "Charge", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h2vd00vls67p41kidlc7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nhfyy00e4e0v55grh1lh6", + "slug": "alp_petrosian_cavalry_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/petrosian_cavalry.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "By their swift steeds and swifter swords the tide of many a battle has turned.", + "cardId": "clm4nh90q00e2e0v59lm8htsx", + "setCardId": "clm4nhenv00e3e0v58zwbctxu", + "setCard": { + "id": "clm4nhenv00e3e0v58zwbctxu", + "slug": "alp_petrosian_cavalry", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nh90q00e2e0v59lm8htsx", + "meta": { + "id": "clq39znj500dpsh27r7dooyd1", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals charge into battle", + "subType": "Mortal", + "rulesText": "Charge", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nhenv00e3e0v58zwbctxu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nhrru00e6e0v57ero5iab", + "slug": "alp_petrosian_cavalry_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/petrosian_cavalry-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Andrea Modesti", + "flavorText": "By their swift steeds and swifter swords the tide of many a battle has turned.", + "cardId": "clm4nh90q00e2e0v59lm8htsx", + "setCardId": "clm4nhenv00e3e0v58zwbctxu", + "setCard": { + "id": "clm4nhenv00e3e0v58zwbctxu", + "slug": "alp_petrosian_cavalry", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nh90q00e2e0v59lm8htsx", + "meta": { + "id": "clq39znj500dpsh27r7dooyd1", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals charge into battle", + "subType": "Mortal", + "rulesText": "Charge", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nhenv00e3e0v58zwbctxu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nhmr000e5e0v5a5osd9ps", + "slug": "alp_petrosian_cavalry_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/petrosian_cavalry-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "By their swift steeds and swifter swords the tide of many a battle has turned.", + "cardId": "clm4nh90q00e2e0v59lm8htsx", + "setCardId": "clm4nhenv00e3e0v58zwbctxu", + "setCard": { + "id": "clm4nhenv00e3e0v58zwbctxu", + "slug": "alp_petrosian_cavalry", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nh90q00e2e0v59lm8htsx", + "meta": { + "id": "clq39znj500dpsh27r7dooyd1", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals charge into battle", + "subType": "Mortal", + "rulesText": "Charge", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nhenv00e3e0v58zwbctxu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nhsw500e7e0v50s2mgyo7", + "slug": "pit_vipers", + "name": "Pit Vipers", + "hotscore": 1843, + "guardian": { + "id": "clq39znw800drsh27jmvnj8sh", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A terrifying tangle of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Burrowing, Lethal", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nhsw500e7e0v50s2mgyo7" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h39p00vus67p5ayfqqrw", + "slug": "bet_pit_vipers_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pit_vipers.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Always look before you leap, for snakes among the hollows creep.", + "cardId": "clm4nhsw500e7e0v50s2mgyo7", + "setCardId": "clot8h37x00vss67p95uoznah", + "setCard": { + "id": "clot8h37x00vss67p95uoznah", + "slug": "bet_pit_vipers", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nhsw500e7e0v50s2mgyo7", + "meta": { + "id": "clq39zo6d00dtsh27j0lxqrlg", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A terrifying tangle of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Burrowing, Lethal", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h37x00vss67p95uoznah" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h3bg00vws67pyaakgcar", + "slug": "bet_pit_vipers_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pit_vipers-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Always look before you leap, for snakes among the hollows creep.", + "cardId": "clm4nhsw500e7e0v50s2mgyo7", + "setCardId": "clot8h37x00vss67p95uoznah", + "setCard": { + "id": "clot8h37x00vss67p95uoznah", + "slug": "bet_pit_vipers", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nhsw500e7e0v50s2mgyo7", + "meta": { + "id": "clq39zo6d00dtsh27j0lxqrlg", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A terrifying tangle of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Burrowing, Lethal", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h37x00vss67p95uoznah" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ni0l300e9e0v5aii8dt35", + "slug": "alp_pit_vipers_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pit_vipers.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Always look before you leap, for snakes among the hollows creep.", + "cardId": "clm4nhsw500e7e0v50s2mgyo7", + "setCardId": "clm4nhza100e8e0v5h8wn3elx", + "setCard": { + "id": "clm4nhza100e8e0v5h8wn3elx", + "slug": "alp_pit_vipers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nhsw500e7e0v50s2mgyo7", + "meta": { + "id": "clq39znyj00dssh27uvb7w6f0", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A terrifying tangle of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Burrowing, Lethal\n", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nhza100e8e0v5h8wn3elx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nidjj00ebe0v5ggmd1de7", + "slug": "alp_pit_vipers_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pit_vipers-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Michal Nagypál", + "flavorText": "Always look before you leap, for snakes among the hollows creep.", + "cardId": "clm4nhsw500e7e0v50s2mgyo7", + "setCardId": "clm4nhza100e8e0v5h8wn3elx", + "setCard": { + "id": "clm4nhza100e8e0v5h8wn3elx", + "slug": "alp_pit_vipers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nhsw500e7e0v50s2mgyo7", + "meta": { + "id": "clq39znyj00dssh27uvb7w6f0", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A terrifying tangle of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Burrowing, Lethal\n", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nhza100e8e0v5h8wn3elx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ni7q100eae0v531jq352t", + "slug": "alp_pit_vipers_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pit_vipers-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Always look before you leap, for snakes among the hollows creep.", + "cardId": "clm4nhsw500e7e0v50s2mgyo7", + "setCardId": "clm4nhza100e8e0v5h8wn3elx", + "setCard": { + "id": "clm4nhza100e8e0v5h8wn3elx", + "slug": "alp_pit_vipers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nhsw500e7e0v50s2mgyo7", + "meta": { + "id": "clq39znyj00dssh27uvb7w6f0", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A terrifying tangle of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Burrowing, Lethal\n", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nhza100e8e0v5h8wn3elx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o0axk00iae0v549yragct", + "slug": "poison_nova", + "name": "Poison Nova", + "hotscore": 4349, + "guardian": { + "id": "clq3a01p300gjsh272kike2nu", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of mephitic miasma", + "subType": "", + "rulesText": "Lethal\r\n\r\nDeal 1 damage to each other nearby minion.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4o0axk00iae0v549yragct" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hdql0129s67ppc8hg668", + "slug": "bet_poison_nova_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/poison_nova.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4o0axk00iae0v549yragct", + "setCardId": "clot8hdp10127s67pa08gh9r0", + "setCard": { + "id": "clot8hdp10127s67pa08gh9r0", + "slug": "bet_poison_nova", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o0axk00iae0v549yragct", + "meta": { + "id": "clq3a01x600glsh27k11k2ysl", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of mephitic miasma", + "subType": "", + "rulesText": "Lethal\r\n\r\nDeal 1 damage to each other nearby minion.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hdp10127s67pa08gh9r0" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hds7012bs67pkaexjv8v", + "slug": "bet_poison_nova_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/poison_nova-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4o0axk00iae0v549yragct", + "setCardId": "clot8hdp10127s67pa08gh9r0", + "setCard": { + "id": "clot8hdp10127s67pa08gh9r0", + "slug": "bet_poison_nova", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o0axk00iae0v549yragct", + "meta": { + "id": "clq3a01x600glsh27k11k2ysl", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of mephitic miasma", + "subType": "", + "rulesText": "Lethal\r\n\r\nDeal 1 damage to each other nearby minion.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hdp10127s67pa08gh9r0" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o0i6400ice0v5bxisa7iz", + "slug": "alp_poison_nova_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/poison_nova.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4o0axk00iae0v549yragct", + "setCardId": "clm4o0gv100ibe0v5fv434rvk", + "setCard": { + "id": "clm4o0gv100ibe0v5fv434rvk", + "slug": "alp_poison_nova", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o0axk00iae0v549yragct", + "meta": { + "id": "clq3a01re00gksh27640ft54p", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of mephitic miasma", + "subType": "", + "rulesText": "Lethal\n\nDeal 1 damage to each other nearby minion.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o0gv100ibe0v5fv434rvk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o0pba00ide0v519hu4zij", + "slug": "alp_poison_nova_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/poison_nova-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4o0axk00iae0v549yragct", + "setCardId": "clm4o0gv100ibe0v5fv434rvk", + "setCard": { + "id": "clm4o0gv100ibe0v5fv434rvk", + "slug": "alp_poison_nova", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o0axk00iae0v549yragct", + "meta": { + "id": "clq3a01re00gksh27640ft54p", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of mephitic miasma", + "subType": "", + "rulesText": "Lethal\n\nDeal 1 damage to each other nearby minion.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o0gv100ibe0v5fv434rvk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qmxf3012ue0v5bdwa40qx", + "slug": "pristine_paradise", + "name": "Pristine Paradise", + "hotscore": 1531, + "guardian": { + "id": "clq3a1yjn00upsh27si104svn", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "cardId": "clm4qmxf3012ue0v5bdwa40qx" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + }, + { + "id": "fire", + "name": "Fire" + }, + { + "id": "water", + "name": "Water" + }, + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8iwdk01z7s67pr0nqfuph", + "slug": "bet_pristine_paradise_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pristine_paradise.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "setCardId": "clot8iwbx01z5s67p12u2yp43", + "setCard": { + "id": "clot8iwbx01z5s67p12u2yp43", + "slug": "bet_pristine_paradise", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "meta": { + "id": "clq3a1ysu00ursh27no9164w4", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8iwbx01z5s67p12u2yp43" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iwf301z9s67po6l5ctyt", + "slug": "bet_pristine_paradise_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pristine_paradise-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "setCardId": "clot8iwbx01z5s67p12u2yp43", + "setCard": { + "id": "clot8iwbx01z5s67p12u2yp43", + "slug": "bet_pristine_paradise", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "meta": { + "id": "clq3a1ysu00ursh27no9164w4", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8iwbx01z5s67p12u2yp43" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qn5ae012we0v51b8xaotf", + "slug": "alp_pristine_paradise_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pristine_paradise.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "setCardId": "clm4qn3zf012ve0v52y3b1o02", + "setCard": { + "id": "clm4qn3zf012ve0v52y3b1o02", + "slug": "alp_pristine_paradise", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "meta": { + "id": "clq3a1ylw00uqsh27z378ff6v", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qn3zf012ve0v52y3b1o02" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qnc1p012xe0v563qr5rwy", + "slug": "alp_pristine_paradise_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pristine_paradise-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "setCardId": "clm4qn3zf012ve0v52y3b1o02", + "setCard": { + "id": "clm4qn3zf012ve0v52y3b1o02", + "slug": "alp_pristine_paradise", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "meta": { + "id": "clq3a1ylw00uqsh27z378ff6v", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qn3zf012ve0v52y3b1o02" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nieo300ece0v52oua58w3", + "slug": "quarrelsome_kobolds", + "name": "Quarrelsome Kobolds", + "hotscore": 3126, + "guardian": { + "id": "clq39zoc300dush27c0n4unxh", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Goblins raise a ruckus", + "subType": "Goblin", + "rulesText": "At the end of your turn, Quarrelsome Kobolds strike themselves or another target adjacent unit.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nieo300ece0v52oua58w3" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h3kv00w1s67p2hsznkqj", + "slug": "bet_quarrelsome_kobolds_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/quarrelsome_kobolds.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "“He started it!” — The one that started it", + "cardId": "clm4nieo300ece0v52oua58w3", + "setCardId": "clot8h3jd00vzs67psjnbgcrf", + "setCard": { + "id": "clot8h3jd00vzs67psjnbgcrf", + "slug": "bet_quarrelsome_kobolds", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nieo300ece0v52oua58w3", + "meta": { + "id": "clq39zolz00dwsh27ziye8pde", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Goblins raise a ruckus", + "subType": "Goblin", + "rulesText": "At the end of your turn, Quarrelsome Kobolds strike themselves or another target adjacent unit.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h3jd00vzs67psjnbgcrf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h3md00w3s67ph3oq7heo", + "slug": "bet_quarrelsome_kobolds_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/quarrelsome_kobolds-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "“He started it!” — The one that started it", + "cardId": "clm4nieo300ece0v52oua58w3", + "setCardId": "clot8h3jd00vzs67psjnbgcrf", + "setCard": { + "id": "clot8h3jd00vzs67psjnbgcrf", + "slug": "bet_quarrelsome_kobolds", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nieo300ece0v52oua58w3", + "meta": { + "id": "clq39zolz00dwsh27ziye8pde", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Goblins raise a ruckus", + "subType": "Goblin", + "rulesText": "At the end of your turn, Quarrelsome Kobolds strike themselves or another target adjacent unit.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h3jd00vzs67psjnbgcrf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nileu00eee0v5h6i91aa3", + "slug": "alp_quarrelsome_kobolds_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/quarrelsome_kobolds.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "“He started it!” — The one that started it", + "cardId": "clm4nieo300ece0v52oua58w3", + "setCardId": "clm4nik3v00ede0v5f8wu4cz8", + "setCard": { + "id": "clm4nik3v00ede0v5f8wu4cz8", + "slug": "alp_quarrelsome_kobolds", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nieo300ece0v52oua58w3", + "meta": { + "id": "clq39zoel00dvsh27d94qmigw", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Goblins raise a ruckus", + "subType": "Goblin", + "rulesText": "At the end of your turn, Quarrelsome Kobolds strike themselves or another target adjacent unit.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nik3v00ede0v5f8wu4cz8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4niygg00ege0v5elm40po2", + "slug": "alp_quarrelsome_kobolds_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/quarrelsome_kobolds-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Alan Pollack", + "flavorText": "“He started it!” — The one that started it", + "cardId": "clm4nieo300ece0v52oua58w3", + "setCardId": "clm4nik3v00ede0v5f8wu4cz8", + "setCard": { + "id": "clm4nik3v00ede0v5f8wu4cz8", + "slug": "alp_quarrelsome_kobolds", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nieo300ece0v52oua58w3", + "meta": { + "id": "clq39zoel00dvsh27d94qmigw", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Goblins raise a ruckus", + "subType": "Goblin", + "rulesText": "At the end of your turn, Quarrelsome Kobolds strike themselves or another target adjacent unit.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nik3v00ede0v5f8wu4cz8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nisfc00efe0v55g4xflyt", + "slug": "alp_quarrelsome_kobolds_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/quarrelsome_kobolds-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "“He started it!” — The one that started it", + "cardId": "clm4nieo300ece0v52oua58w3", + "setCardId": "clm4nik3v00ede0v5f8wu4cz8", + "setCard": { + "id": "clm4nik3v00ede0v5f8wu4cz8", + "slug": "alp_quarrelsome_kobolds", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nieo300ece0v52oua58w3", + "meta": { + "id": "clq39zoel00dvsh27d94qmigw", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Goblins raise a ruckus", + "subType": "Goblin", + "rulesText": "At the end of your turn, Quarrelsome Kobolds strike themselves or another target adjacent unit.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nik3v00ede0v5f8wu4cz8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nizlh00ehe0v56r7z6wyj", + "slug": "raal_dromedary", + "name": "Raal Dromedary", + "hotscore": 419, + "guardian": { + "id": "clq39zos200dxsh27ppbufgzl", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary and superbly indifferent Beast", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nizlh00ehe0v56r7z6wyj" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h3vr00w8s67pbmbg8k5p", + "slug": "bet_raal_dromedary_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/raal_dromedary.png", + "finish": "Standard", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "“And a coarse grace remained: his head was high,\r\n Though his gaunt flanks with a great mange were worn:\r\n There was not any yearning in his eye,\r\n But on his lips and nostril infinite scorn.”\r\n — Archibald Young Campbell", + "cardId": "clm4nizlh00ehe0v56r7z6wyj", + "setCardId": "clot8h3u700w6s67p48mhfjg9", + "setCard": { + "id": "clot8h3u700w6s67p48mhfjg9", + "slug": "bet_raal_dromedary", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nizlh00ehe0v56r7z6wyj", + "meta": { + "id": "clq39zp2400dzsh27yt7l73iv", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary and superbly indifferent Beast", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h3u700w6s67p48mhfjg9" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h3xa00was67pb4ed9soc", + "slug": "bet_raal_dromedary_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/raal_dromedary-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "“And a coarse grace remained: his head was high,\r\n Though his gaunt flanks with a great mange were worn:\r\n There was not any yearning in his eye,\r\n But on his lips and nostril infinite scorn.”\r\n — Archibald Young Campbell", + "cardId": "clm4nizlh00ehe0v56r7z6wyj", + "setCardId": "clot8h3u700w6s67p48mhfjg9", + "setCard": { + "id": "clot8h3u700w6s67p48mhfjg9", + "slug": "bet_raal_dromedary", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nizlh00ehe0v56r7z6wyj", + "meta": { + "id": "clq39zp2400dzsh27yt7l73iv", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary and superbly indifferent Beast", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h3u700w6s67p48mhfjg9" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nj6cp00eje0v57qsz4up9", + "slug": "alp_raal_dromedary_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/raal_dromedary.png", + "finish": "Standard", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "“And a coarse grace remained: his head was high,\n Though his gaunt flanks with a great mange were worn:\n There was not any yearning in his eye,\n But on his lips and nostril infinite scorn.”\n — Archibald Young Campbell", + "cardId": "clm4nizlh00ehe0v56r7z6wyj", + "setCardId": "clm4nj51i00eie0v5829sfioi", + "setCard": { + "id": "clm4nj51i00eie0v5829sfioi", + "slug": "alp_raal_dromedary", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nizlh00ehe0v56r7z6wyj", + "meta": { + "id": "clq39zoue00dysh273ll6zda7", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary and superbly indifferent Beast", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nj51i00eie0v5829sfioi" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nji7v00ele0v529b39d6s", + "slug": "alp_raal_dromedary_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/raal_dromedary-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Caio Calazans", + "flavorText": "“And a coarse grace remained: his head was high,\n Though his gaunt flanks with a great mange were worn:\n There was not any yearning in his eye,\n But on his lips and nostril infinite scorn.”\n — Archibald Young Campbell", + "cardId": "clm4nizlh00ehe0v56r7z6wyj", + "setCardId": "clm4nj51i00eie0v5829sfioi", + "setCard": { + "id": "clm4nj51i00eie0v5829sfioi", + "slug": "alp_raal_dromedary", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nizlh00ehe0v56r7z6wyj", + "meta": { + "id": "clq39zoue00dysh273ll6zda7", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary and superbly indifferent Beast", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nj51i00eie0v5829sfioi" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4njced00eke0v59yg886sr", + "slug": "alp_raal_dromedary_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/raal_dromedary-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "“And a coarse grace remained: his head was high,\n Though his gaunt flanks with a great mange were worn:\n There was not any yearning in his eye,\n But on his lips and nostril infinite scorn.”\n — Archibald Young Campbell", + "cardId": "clm4nizlh00ehe0v56r7z6wyj", + "setCardId": "clm4nj51i00eie0v5829sfioi", + "setCard": { + "id": "clm4nj51i00eie0v5829sfioi", + "slug": "alp_raal_dromedary", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nizlh00ehe0v56r7z6wyj", + "meta": { + "id": "clq39zoue00dysh273ll6zda7", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary and superbly indifferent Beast", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nj51i00eie0v5829sfioi" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qcoon010he0v50wjt4edz", + "slug": "red_desert", + "name": "Red Desert", + "hotscore": 4751, + "guardian": { + "id": "clq3a1qvw00t7sh27rh59b6jm", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of blight", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4qcoon010he0v50wjt4edz" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8iqh401vps67p37tgfbri", + "slug": "bet_red_desert_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/red_desert.png", + "finish": "Standard", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qcoon010he0v50wjt4edz", + "setCardId": "clot8iqf901vns67p6vginr2m", + "setCard": { + "id": "clot8iqf901vns67p6vginr2m", + "slug": "bet_red_desert", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qcoon010he0v50wjt4edz", + "meta": { + "id": "clq3a1r5y00t9sh27lyrwiijq", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of blight", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8iqf901vns67p6vginr2m" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iqin01vrs67pb1gxilrq", + "slug": "bet_red_desert_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/red_desert-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qcoon010he0v50wjt4edz", + "setCardId": "clot8iqf901vns67p6vginr2m", + "setCard": { + "id": "clot8iqf901vns67p6vginr2m", + "slug": "bet_red_desert", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qcoon010he0v50wjt4edz", + "meta": { + "id": "clq3a1r5y00t9sh27lyrwiijq", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of blight", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8iqf901vns67p6vginr2m" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qcw0p010je0v54d4xgmxh", + "slug": "alp_red_desert_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/red_desert.png", + "finish": "Standard", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qcoon010he0v50wjt4edz", + "setCardId": "clm4qcupp010ie0v59j74am5g", + "setCard": { + "id": "clm4qcupp010ie0v59j74am5g", + "slug": "alp_red_desert", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qcoon010he0v50wjt4edz", + "meta": { + "id": "clq3a1qyb00t8sh274rlx0cfz", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of blight", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qcupp010ie0v59j74am5g" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qd8ir010le0v5g8xrcjfi", + "slug": "alp_red_desert_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/red_desert-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qcoon010he0v50wjt4edz", + "setCardId": "clm4qcupp010ie0v59j74am5g", + "setCard": { + "id": "clm4qcupp010ie0v59j74am5g", + "slug": "alp_red_desert", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qcoon010he0v50wjt4edz", + "meta": { + "id": "clq3a1qyb00t8sh274rlx0cfz", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of blight", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qcupp010ie0v59j74am5g" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qd2uw010ke0v52hai1kcj", + "slug": "alp_red_desert_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/red_desert-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qcoon010he0v50wjt4edz", + "setCardId": "clm4qcupp010ie0v59j74am5g", + "setCard": { + "id": "clm4qcupp010ie0v59j74am5g", + "slug": "alp_red_desert", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qcoon010he0v50wjt4edz", + "meta": { + "id": "clq3a1qyb00t8sh274rlx0cfz", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of blight", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qcupp010ie0v59j74am5g" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qd9n9010me0v510b90tj0", + "slug": "remote_desert", + "name": "Remote Desert", + "hotscore": 5195, + "guardian": { + "id": "clq3a1rbj00tash2702mk043c", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of decline", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4qd9n9010me0v510b90tj0" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8iqsw01vws67pdm754uvk", + "slug": "bet_remote_desert_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/remote_desert.png", + "finish": "Standard", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qd9n9010me0v510b90tj0", + "setCardId": "clot8iqrf01vus67p9f34d4mb", + "setCard": { + "id": "clot8iqrf01vus67p9f34d4mb", + "slug": "bet_remote_desert", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qd9n9010me0v510b90tj0", + "meta": { + "id": "clq3a1rlv00tcsh277rvs8yad", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of decline", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8iqrf01vus67p9f34d4mb" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iqui01vys67pj7yly74s", + "slug": "bet_remote_desert_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/remote_desert-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qd9n9010me0v510b90tj0", + "setCardId": "clot8iqrf01vus67p9f34d4mb", + "setCard": { + "id": "clot8iqrf01vus67p9f34d4mb", + "slug": "bet_remote_desert", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qd9n9010me0v510b90tj0", + "meta": { + "id": "clq3a1rlv00tcsh277rvs8yad", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of decline", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8iqrf01vus67p9f34d4mb" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qdh3i010oe0v564w8706b", + "slug": "alp_remote_desert_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/remote_desert.png", + "finish": "Standard", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qd9n9010me0v510b90tj0", + "setCardId": "clm4qdflu010ne0v56og28sej", + "setCard": { + "id": "clm4qdflu010ne0v56og28sej", + "slug": "alp_remote_desert", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qd9n9010me0v510b90tj0", + "meta": { + "id": "clq3a1rdz00tbsh27v898x0zo", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of decline", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qdflu010ne0v56og28sej" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qdtr3010qe0v541lxa673", + "slug": "alp_remote_desert_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/remote_desert-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qd9n9010me0v510b90tj0", + "setCardId": "clm4qdflu010ne0v56og28sej", + "setCard": { + "id": "clm4qdflu010ne0v56og28sej", + "slug": "alp_remote_desert", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qd9n9010me0v510b90tj0", + "meta": { + "id": "clq3a1rdz00tbsh27v898x0zo", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of decline", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qdflu010ne0v56og28sej" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qdo4k010pe0v552xm5ucm", + "slug": "alp_remote_desert_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/remote_desert-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qd9n9010me0v510b90tj0", + "setCardId": "clm4qdflu010ne0v56og28sej", + "setCard": { + "id": "clm4qdflu010ne0v56og28sej", + "slug": "alp_remote_desert", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qd9n9010me0v510b90tj0", + "meta": { + "id": "clq3a1rdz00tbsh27v898x0zo", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of decline", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qdflu010ne0v56og28sej" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4njjj300eme0v5fhar5z6k", + "slug": "rimland_nomads", + "name": "Rimland Nomads", + "hotscore": 455, + "guardian": { + "id": "clq39zp7x00e0sh27uld69d4f", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals adrift among dunes", + "subType": "Mortal", + "rulesText": "Movement +1\r\n\r\nTakes no damage from Deserts.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4njjj300eme0v5fhar5z6k" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h48800wfs67pqz4cn5go", + "slug": "bet_rimland_nomads_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/rimland_nomads.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "As the sands shift, so shall we.", + "cardId": "clm4njjj300eme0v5fhar5z6k", + "setCardId": "clot8h46q00wds67pq514iu2s", + "setCard": { + "id": "clot8h46q00wds67pq514iu2s", + "slug": "bet_rimland_nomads", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4njjj300eme0v5fhar5z6k", + "meta": { + "id": "clq39zphq00e2sh27aquvoa9v", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals adrift among dunes", + "subType": "Mortal", + "rulesText": "Movement +1\r\n\r\nTakes no damage from Deserts.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h46q00wds67pq514iu2s" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h49q00whs67p0gvc42mk", + "slug": "bet_rimland_nomads_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/rimland_nomads-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "As the sands shift, so shall we.", + "cardId": "clm4njjj300eme0v5fhar5z6k", + "setCardId": "clot8h46q00wds67pq514iu2s", + "setCard": { + "id": "clot8h46q00wds67pq514iu2s", + "slug": "bet_rimland_nomads", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4njjj300eme0v5fhar5z6k", + "meta": { + "id": "clq39zphq00e2sh27aquvoa9v", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals adrift among dunes", + "subType": "Mortal", + "rulesText": "Movement +1\r\n\r\nTakes no damage from Deserts.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h46q00wds67pq514iu2s" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4njqnj00eoe0v5caxh07qf", + "slug": "alp_rimland_nomads_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rimland_nomads.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "As the sands shift, so shall we.", + "cardId": "clm4njjj300eme0v5fhar5z6k", + "setCardId": "clm4njpce00ene0v58ezha3ek", + "setCard": { + "id": "clm4njpce00ene0v58ezha3ek", + "slug": "alp_rimland_nomads", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4njjj300eme0v5fhar5z6k", + "meta": { + "id": "clq39zpad00e1sh277t3hu4ew", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals adrift among dunes", + "subType": "Mortal", + "rulesText": "Movement +1\n\nTakes no damage from Deserts.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4njpce00ene0v58ezha3ek" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nk2i800eqe0v5bibhgbp5", + "slug": "alp_rimland_nomads_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rimland_nomads-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Elvira Shakirova", + "flavorText": "As the sands shift, so shall we.", + "cardId": "clm4njjj300eme0v5fhar5z6k", + "setCardId": "clm4njpce00ene0v58ezha3ek", + "setCard": { + "id": "clm4njpce00ene0v58ezha3ek", + "slug": "alp_rimland_nomads", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4njjj300eme0v5fhar5z6k", + "meta": { + "id": "clq39zpad00e1sh277t3hu4ew", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals adrift among dunes", + "subType": "Mortal", + "rulesText": "Movement +1\n\nTakes no damage from Deserts.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4njpce00ene0v58ezha3ek" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4njx2w00epe0v5gtn115ej", + "slug": "alp_rimland_nomads_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rimland_nomads-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "As the sands shift, so shall we.", + "cardId": "clm4njjj300eme0v5fhar5z6k", + "setCardId": "clm4njpce00ene0v58ezha3ek", + "setCard": { + "id": "clm4njpce00ene0v58ezha3ek", + "slug": "alp_rimland_nomads", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4njjj300eme0v5fhar5z6k", + "meta": { + "id": "clq39zpad00e1sh277t3hu4ew", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals adrift among dunes", + "subType": "Mortal", + "rulesText": "Movement +1\n\nTakes no damage from Deserts.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4njpce00ene0v58ezha3ek" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qduvn010re0v5a5kx2ugp", + "slug": "river_of_flame", + "name": "River of Flame", + "hotscore": 7508, + "guardian": { + "id": "clq3a1rrv00tdsh271wpulo5b", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site with incendiary intent", + "subType": "", + "rulesText": "Fire Spellcaster", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4qduvn010re0v5a5kx2ugp" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8ir4f01w3s67pox02fqt9", + "slug": "bet_river_of_flame_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/river_of_flame.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qduvn010re0v5a5kx2ugp", + "setCardId": "clot8ir2x01w1s67pw3excufk", + "setCard": { + "id": "clot8ir2x01w1s67pw3excufk", + "slug": "bet_river_of_flame", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qduvn010re0v5a5kx2ugp", + "meta": { + "id": "clq3a1s2000tfsh277wpvslbx", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site with incendiary intent", + "subType": "", + "rulesText": "Fire Spellcaster", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8ir2x01w1s67pw3excufk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ir5w01w5s67pkh2qry2p", + "slug": "bet_river_of_flame_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/river_of_flame-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qduvn010re0v5a5kx2ugp", + "setCardId": "clot8ir2x01w1s67pw3excufk", + "setCard": { + "id": "clot8ir2x01w1s67pw3excufk", + "slug": "bet_river_of_flame", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qduvn010re0v5a5kx2ugp", + "meta": { + "id": "clq3a1s2000tfsh277wpvslbx", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site with incendiary intent", + "subType": "", + "rulesText": "Fire Spellcaster", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8ir2x01w1s67pw3excufk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qe22v010te0v53ssw7vtn", + "slug": "alp_river_of_flame_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/river_of_flame.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qduvn010re0v5a5kx2ugp", + "setCardId": "clm4qe0qj010se0v5cjq02mzp", + "setCard": { + "id": "clm4qe0qj010se0v5cjq02mzp", + "slug": "alp_river_of_flame", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qduvn010re0v5a5kx2ugp", + "meta": { + "id": "clq3a1ru700tesh27hz8w69gk", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site with incendiary intent", + "subType": "", + "rulesText": "Fire Spellcaster", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qe0qj010se0v5cjq02mzp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qefb9010ve0v5ejl54q74", + "slug": "alp_river_of_flame_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/river_of_flame-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qduvn010re0v5a5kx2ugp", + "setCardId": "clm4qe0qj010se0v5cjq02mzp", + "setCard": { + "id": "clm4qe0qj010se0v5cjq02mzp", + "slug": "alp_river_of_flame", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qduvn010re0v5a5kx2ugp", + "meta": { + "id": "clq3a1ru700tesh27hz8w69gk", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site with incendiary intent", + "subType": "", + "rulesText": "Fire Spellcaster", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qe0qj010se0v5cjq02mzp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qe9vs010ue0v52mgr4cbx", + "slug": "alp_river_of_flame_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/river_of_flame-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qduvn010re0v5a5kx2ugp", + "setCardId": "clm4qe0qj010se0v5cjq02mzp", + "setCard": { + "id": "clm4qe0qj010se0v5cjq02mzp", + "slug": "alp_river_of_flame", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qduvn010re0v5a5kx2ugp", + "meta": { + "id": "clq3a1ru700tesh27hz8w69gk", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site with incendiary intent", + "subType": "", + "rulesText": "Fire Spellcaster", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qe0qj010se0v5cjq02mzp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qni3e012ye0v57f1hd3km", + "slug": "ruins", + "name": "Ruins", + "hotscore": 8461, + "guardian": { + "id": "clq3a1yyb00ussh276eeofl6j", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 1, + "cardId": "clm4qni3e012ye0v57f1hd3km" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + }, + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8iwpa01zes67p38a0jl9d", + "slug": "bet_ruins_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ruins.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What do lines on a map mean to the sand and the sun and the wind?", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "setCardId": "clot8iwnm01zcs67pjgh73fwt", + "setCard": { + "id": "clot8iwnm01zcs67pjgh73fwt", + "slug": "bet_ruins", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "meta": { + "id": "clq3a1z6a00uush277rmmjx01", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8iwnm01zcs67pjgh73fwt" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iwqu01zgs67pjszqleiu", + "slug": "bet_ruins_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ruins-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What do lines on a map mean to the sand and the sun and the wind?", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "setCardId": "clot8iwnm01zcs67pjgh73fwt", + "setCard": { + "id": "clot8iwnm01zcs67pjgh73fwt", + "slug": "bet_ruins", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "meta": { + "id": "clq3a1z6a00uush277rmmjx01", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8iwnm01zcs67pjgh73fwt" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qnpef0130e0v5bchueqwm", + "slug": "alp_ruins_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ruins.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What do lines on a map mean to the sand and the sun and the wind?", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "setCardId": "clm4qno3a012ze0v59bjm76d5", + "setCard": { + "id": "clm4qno3a012ze0v59bjm76d5", + "slug": "alp_ruins", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "meta": { + "id": "clq3a1z0o00utsh27ecuchnd7", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qno3a012ze0v59bjm76d5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qnwnf0131e0v5c4kw17ub", + "slug": "alp_ruins_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ruins-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What do lines on a map mean to the sand and the sun and the wind?", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "setCardId": "clm4qno3a012ze0v59bjm76d5", + "setCard": { + "id": "clm4qno3a012ze0v59bjm76d5", + "slug": "alp_ruins", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "meta": { + "id": "clq3a1z0o00utsh27ecuchnd7", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qno3a012ze0v59bjm76d5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nk3nb00ere0v5aj4w7l8d", + "slug": "sacred_scarabs", + "name": "Sacred Scarabs", + "hotscore": 3395, + "guardian": { + "id": "clq39zpns00e3sh278avm69hr", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with an explosive finale", + "subType": "Beast", + "rulesText": "Airborne\r\n\r\nDeathrite → Deal 3 damage to each unit here.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nk3nb00ere0v5aj4w7l8d" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h4ka00wms67pa2mw2qj4", + "slug": "bet_sacred_scarabs_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sacred_scarabs.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "It’s all fun and games until someone steps on a bug.", + "cardId": "clm4nk3nb00ere0v5aj4w7l8d", + "setCardId": "clot8h4iq00wks67psozq5k5r", + "setCard": { + "id": "clot8h4iq00wks67psozq5k5r", + "slug": "bet_sacred_scarabs", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nk3nb00ere0v5aj4w7l8d", + "meta": { + "id": "clq39zpxg00e5sh27at5a37en", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with an explosive finale", + "subType": "Beast", + "rulesText": "Airborne\r\n\r\nDeathrite → Deal 3 damage to each unit here.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h4iq00wks67psozq5k5r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h4lt00wos67plx7i9if1", + "slug": "bet_sacred_scarabs_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sacred_scarabs-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "It’s all fun and games until someone steps on a bug.", + "cardId": "clm4nk3nb00ere0v5aj4w7l8d", + "setCardId": "clot8h4iq00wks67psozq5k5r", + "setCard": { + "id": "clot8h4iq00wks67psozq5k5r", + "slug": "bet_sacred_scarabs", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nk3nb00ere0v5aj4w7l8d", + "meta": { + "id": "clq39zpxg00e5sh27at5a37en", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with an explosive finale", + "subType": "Beast", + "rulesText": "Airborne\r\n\r\nDeathrite → Deal 3 damage to each unit here.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h4iq00wks67psozq5k5r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nkbib00ete0v543c8eoo5", + "slug": "alp_sacred_scarabs_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sacred_scarabs.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "It’s all fun and games until someone steps on a bug.", + "cardId": "clm4nk3nb00ere0v5aj4w7l8d", + "setCardId": "clm4nka6z00ese0v53fab7ruw", + "setCard": { + "id": "clm4nka6z00ese0v53fab7ruw", + "slug": "alp_sacred_scarabs", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nk3nb00ere0v5aj4w7l8d", + "meta": { + "id": "clq39zpq500e4sh27trtjqy9e", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with an explosive finale", + "subType": "Beast", + "rulesText": "Airborne\n\nDeathrite → Deal 3 damage to each unit here.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nka6z00ese0v53fab7ruw" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nkp3t00eve0v57s6z12mn", + "slug": "alp_sacred_scarabs_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sacred_scarabs-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Melissa A. Benson", + "flavorText": "It’s all fun and games until someone steps on a bug.", + "cardId": "clm4nk3nb00ere0v5aj4w7l8d", + "setCardId": "clm4nka6z00ese0v53fab7ruw", + "setCard": { + "id": "clm4nka6z00ese0v53fab7ruw", + "slug": "alp_sacred_scarabs", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nk3nb00ere0v5aj4w7l8d", + "meta": { + "id": "clq39zpq500e4sh27trtjqy9e", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with an explosive finale", + "subType": "Beast", + "rulesText": "Airborne\n\nDeathrite → Deal 3 damage to each unit here.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nka6z00ese0v53fab7ruw" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nkid500eue0v5fpi13ade", + "slug": "alp_sacred_scarabs_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sacred_scarabs-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "It’s all fun and games until someone steps on a bug.", + "cardId": "clm4nk3nb00ere0v5aj4w7l8d", + "setCardId": "clm4nka6z00ese0v53fab7ruw", + "setCard": { + "id": "clm4nka6z00ese0v53fab7ruw", + "slug": "alp_sacred_scarabs", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nk3nb00ere0v5aj4w7l8d", + "meta": { + "id": "clq39zpq500e4sh27trtjqy9e", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with an explosive finale", + "subType": "Beast", + "rulesText": "Airborne\n\nDeathrite → Deal 3 damage to each unit here.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nka6z00ese0v53fab7ruw" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nkq8g00ewe0v52ffv8u79", + "slug": "sand_worm", + "name": "Sand Worm", + "hotscore": 785, + "guardian": { + "id": "clq39zq3n00e6sh2721blnq2s", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast swims seas of sand", + "subType": "Beast", + "rulesText": "Burrowing, Landbound", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nkq8g00ewe0v52ffv8u79" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h4wa00wts67p4ndh2674", + "slug": "bet_sand_worm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sand_worm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Only a soft susurration betrays the passing of these desert leviathans far beneath your feet.", + "cardId": "clm4nkq8g00ewe0v52ffv8u79", + "setCardId": "clot8h4ut00wrs67pnfdu63ad", + "setCard": { + "id": "clot8h4ut00wrs67pnfdu63ad", + "slug": "bet_sand_worm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nkq8g00ewe0v52ffv8u79", + "meta": { + "id": "clq39zqdt00e8sh27ftgxe999", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast swims seas of sand", + "subType": "Beast", + "rulesText": "Burrowing, Landbound", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h4ut00wrs67pnfdu63ad" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h4xt00wvs67pvyfuv42d", + "slug": "bet_sand_worm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sand_worm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Only a soft susurration betrays the passing of these desert leviathans far beneath your feet.", + "cardId": "clm4nkq8g00ewe0v52ffv8u79", + "setCardId": "clot8h4ut00wrs67pnfdu63ad", + "setCard": { + "id": "clot8h4ut00wrs67pnfdu63ad", + "slug": "bet_sand_worm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nkq8g00ewe0v52ffv8u79", + "meta": { + "id": "clq39zqdt00e8sh27ftgxe999", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast swims seas of sand", + "subType": "Beast", + "rulesText": "Burrowing, Landbound", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h4ut00wrs67pnfdu63ad" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nkxr100eye0v57dp3hl49", + "slug": "alp_sand_worm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sand_worm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Only a soft susurration betrays the passing of these desert leviathans far beneath your feet.", + "cardId": "clm4nkq8g00ewe0v52ffv8u79", + "setCardId": "clm4nkw8t00exe0v58t2gb61w", + "setCard": { + "id": "clm4nkw8t00exe0v58t2gb61w", + "slug": "alp_sand_worm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nkq8g00ewe0v52ffv8u79", + "meta": { + "id": "clq39zq6200e7sh27x2ypixyg", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast swims seas of sand", + "subType": "Beast", + "rulesText": "Burrowing, Landbound", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nkw8t00exe0v58t2gb61w" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nl9y100f0e0v5g94m4t6e", + "slug": "alp_sand_worm_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sand_worm-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Vincent Pompetti", + "flavorText": "Only a soft susurration betrays the passing of these desert leviathans far beneath your feet.", + "cardId": "clm4nkq8g00ewe0v52ffv8u79", + "setCardId": "clm4nkw8t00exe0v58t2gb61w", + "setCard": { + "id": "clm4nkw8t00exe0v58t2gb61w", + "slug": "alp_sand_worm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nkq8g00ewe0v52ffv8u79", + "meta": { + "id": "clq39zq6200e7sh27x2ypixyg", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast swims seas of sand", + "subType": "Beast", + "rulesText": "Burrowing, Landbound", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nkw8t00exe0v58t2gb61w" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nl4cb00eze0v5fua96cdb", + "slug": "alp_sand_worm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sand_worm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Only a soft susurration betrays the passing of these desert leviathans far beneath your feet.", + "cardId": "clm4nkq8g00ewe0v52ffv8u79", + "setCardId": "clm4nkw8t00exe0v58t2gb61w", + "setCard": { + "id": "clm4nkw8t00exe0v58t2gb61w", + "slug": "alp_sand_worm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nkq8g00ewe0v52ffv8u79", + "meta": { + "id": "clq39zq6200e7sh27x2ypixyg", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast swims seas of sand", + "subType": "Beast", + "rulesText": "Burrowing, Landbound", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nkw8t00exe0v58t2gb61w" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o3hqt00iye0v55cf7hbke", + "slug": "sandstorm", + "name": "Sandstorm", + "hotscore": 319, + "guardian": { + "id": "clq3a041t00h1sh27rd325jif", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of swirling silica", + "subType": "", + "rulesText": "Affected sites and units atop them can't be attacked or intercepted.\r\n \r\nAt the start of your turn, dispel Sandstorm.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4o3hqt00iye0v55cf7hbke" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hfm1013fs67pmq9iqaw6", + "slug": "bet_sandstorm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sandstorm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4o3hqt00iye0v55cf7hbke", + "setCardId": "clot8hfkg013ds67pv0x0ys9e", + "setCard": { + "id": "clot8hfkg013ds67pv0x0ys9e", + "slug": "bet_sandstorm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o3hqt00iye0v55cf7hbke", + "meta": { + "id": "clq3a04a500h3sh27sm11ehzy", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of swirling silica", + "subType": "", + "rulesText": "Affected sites and units atop them can't be attacked or intercepted.\r\n \r\nAt the start of your turn, dispel Sandstorm.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hfkg013ds67pv0x0ys9e" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hfnv013hs67ppk700rzz", + "slug": "bet_sandstorm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sandstorm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4o3hqt00iye0v55cf7hbke", + "setCardId": "clot8hfkg013ds67pv0x0ys9e", + "setCard": { + "id": "clot8hfkg013ds67pv0x0ys9e", + "slug": "bet_sandstorm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o3hqt00iye0v55cf7hbke", + "meta": { + "id": "clq3a04a500h3sh27sm11ehzy", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of swirling silica", + "subType": "", + "rulesText": "Affected sites and units atop them can't be attacked or intercepted.\r\n \r\nAt the start of your turn, dispel Sandstorm.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hfkg013ds67pv0x0ys9e" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o3oq400j0e0v5dzmtgg1m", + "slug": "alp_sandstorm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sandstorm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4o3hqt00iye0v55cf7hbke", + "setCardId": "clm4o3nco00ize0v5cryv62kj", + "setCard": { + "id": "clm4o3nco00ize0v5cryv62kj", + "slug": "alp_sandstorm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o3hqt00iye0v55cf7hbke", + "meta": { + "id": "clq3a044700h2sh27czd9kiqn", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of swirling silica", + "subType": "", + "rulesText": "Affected sites and units atop them can't be attacked or intercepted.\n\nAt the start of your turn, dispel Sandstorm.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o3nco00ize0v5cryv62kj" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o3v3f00j1e0v5arm03ton", + "slug": "alp_sandstorm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sandstorm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4o3hqt00iye0v55cf7hbke", + "setCardId": "clm4o3nco00ize0v5cryv62kj", + "setCard": { + "id": "clm4o3nco00ize0v5cryv62kj", + "slug": "alp_sandstorm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o3hqt00iye0v55cf7hbke", + "meta": { + "id": "clq3a044700h2sh27czd9kiqn", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of swirling silica", + "subType": "", + "rulesText": "Affected sites and units atop them can't be attacked or intercepted.\n\nAt the start of your turn, dispel Sandstorm.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o3nco00ize0v5cryv62kj" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nlb2z00f1e0v544ix1cpo", + "slug": "scavenging_fiend", + "name": "Scavenging Fiend", + "hotscore": 752, + "guardian": { + "id": "clq39zqjq00e9sh2716yiwcc0", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Demon rummages refuse", + "subType": "Demon", + "rulesText": "Genesis → Conjure a broken artifact to this location.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nlb2z00f1e0v544ix1cpo" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h57s00x0s67p37g9xtyg", + "slug": "bet_scavenging_fiend_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/scavenging_fiend.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4nlb2z00f1e0v544ix1cpo", + "setCardId": "clot8h56b00wys67pfnrzm89w", + "setCard": { + "id": "clot8h56b00wys67pfnrzm89w", + "slug": "bet_scavenging_fiend", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nlb2z00f1e0v544ix1cpo", + "meta": { + "id": "clq39zqso00ebsh27dws5fpgk", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Demon rummages refuse", + "subType": "Demon", + "rulesText": "Genesis → Conjure a broken artifact to this location.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h56b00wys67pfnrzm89w" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h59b00x2s67p8878jeb3", + "slug": "bet_scavenging_fiend_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/scavenging_fiend-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4nlb2z00f1e0v544ix1cpo", + "setCardId": "clot8h56b00wys67pfnrzm89w", + "setCard": { + "id": "clot8h56b00wys67pfnrzm89w", + "slug": "bet_scavenging_fiend", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nlb2z00f1e0v544ix1cpo", + "meta": { + "id": "clq39zqso00ebsh27dws5fpgk", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Demon rummages refuse", + "subType": "Demon", + "rulesText": "Genesis → Conjure a broken artifact to this location.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h56b00wys67pfnrzm89w" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nli6m00f3e0v5f9go3ndm", + "slug": "alp_scavenging_fiend_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/scavenging_fiend.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4nlb2z00f1e0v544ix1cpo", + "setCardId": "clm4nlgvl00f2e0v55xa70xbs", + "setCard": { + "id": "clm4nlgvl00f2e0v55xa70xbs", + "slug": "alp_scavenging_fiend", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nlb2z00f1e0v544ix1cpo", + "meta": { + "id": "clq39zqmh00eash27bte2elek", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Demon rummages refuse", + "subType": "Demon", + "rulesText": "Genesis → Conjure a broken artifact to this location.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nlgvl00f2e0v55xa70xbs" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nlpaf00f4e0v5hrk2heaa", + "slug": "alp_scavenging_fiend_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/scavenging_fiend-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4nlb2z00f1e0v544ix1cpo", + "setCardId": "clm4nlgvl00f2e0v55xa70xbs", + "setCard": { + "id": "clm4nlgvl00f2e0v55xa70xbs", + "slug": "alp_scavenging_fiend", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nlb2z00f1e0v544ix1cpo", + "meta": { + "id": "clq39zqmh00eash27bte2elek", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Demon rummages refuse", + "subType": "Demon", + "rulesText": "Genesis → Conjure a broken artifact to this location.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nlgvl00f2e0v55xa70xbs" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o0vun00iee0v5canh8or4", + "slug": "scorched_earth", + "name": "Scorched Earth", + "hotscore": 1148, + "guardian": { + "id": "clq3a023700gmsh27ep5azrjg", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of dire desperation\r\n", + "subType": "", + "rulesText": "Choose any number of sites you control. Destroy each of those sites and everything there.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4o0vun00iee0v5canh8or4" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8he1w012gs67przkbkrbi", + "slug": "bet_scorched_earth_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/scorched_earth.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4o0vun00iee0v5canh8or4", + "setCardId": "clot8he06012es67pohq4fz91", + "setCard": { + "id": "clot8he06012es67pohq4fz91", + "slug": "bet_scorched_earth", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o0vun00iee0v5canh8or4", + "meta": { + "id": "clq3a02by00gosh27sfaukz0i", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of dire desperation\r\n", + "subType": "", + "rulesText": "Choose any number of sites you control. Destroy each of those sites and everything there.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8he06012es67pohq4fz91" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8he3g012is67p4g13fds0", + "slug": "bet_scorched_earth_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/scorched_earth-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4o0vun00iee0v5canh8or4", + "setCardId": "clot8he06012es67pohq4fz91", + "setCard": { + "id": "clot8he06012es67pohq4fz91", + "slug": "bet_scorched_earth", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o0vun00iee0v5canh8or4", + "meta": { + "id": "clq3a02by00gosh27sfaukz0i", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of dire desperation\r\n", + "subType": "", + "rulesText": "Choose any number of sites you control. Destroy each of those sites and everything there.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8he06012es67pohq4fz91" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o12ld00ige0v565uy382l", + "slug": "alp_scorched_earth_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/scorched_earth.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4o0vun00iee0v5canh8or4", + "setCardId": "clm4o11a600ife0v57sa3fqnk", + "setCard": { + "id": "clm4o11a600ife0v57sa3fqnk", + "slug": "alp_scorched_earth", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o0vun00iee0v5canh8or4", + "meta": { + "id": "clq3a025i00gnsh27tie07ag1", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of dire desperation\n", + "subType": "", + "rulesText": "Choose any number of sites you control. Destroy each of those sites and everything there.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o11a600ife0v57sa3fqnk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o19dx00ihe0v55esb0z7s", + "slug": "alp_scorched_earth_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/scorched_earth-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4o0vun00iee0v5canh8or4", + "setCardId": "clm4o11a600ife0v57sa3fqnk", + "setCard": { + "id": "clm4o11a600ife0v57sa3fqnk", + "slug": "alp_scorched_earth", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o0vun00iee0v5canh8or4", + "meta": { + "id": "clq3a025i00gnsh27tie07ag1", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of dire desperation\n", + "subType": "", + "rulesText": "Choose any number of sites you control. Destroy each of those sites and everything there.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o11a600ife0v57sa3fqnk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nlubl00f5e0v5eysta2cn", + "slug": "seasoned_sellsword", + "name": "Seasoned Sellsword", + "hotscore": 1051, + "guardian": { + "id": "clq39zqyk00ecsh279dry7odg", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal serves the highest bidder", + "subType": "Mortal", + "rulesText": "Avatars nearby have \"Discard a card → Gain control of Seasoned Sellsword.\"", + "cost": 2, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4nlubl00f5e0v5eysta2cn" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h5in00x7s67pra6t87mn", + "slug": "bet_seasoned_sellsword_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/seasoned_sellsword.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4nlubl00f5e0v5eysta2cn", + "setCardId": "clot8h5gy00x5s67pn0ixx3on", + "setCard": { + "id": "clot8h5gy00x5s67pn0ixx3on", + "slug": "bet_seasoned_sellsword", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nlubl00f5e0v5eysta2cn", + "meta": { + "id": "clq39zr6q00eesh270vcfnr2x", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal serves the highest bidder", + "subType": "Mortal", + "rulesText": "Avatars nearby have \"Discard a card → Gain control of Seasoned Sellsword.\"", + "cost": 2, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h5gy00x5s67pn0ixx3on" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h5k300x9s67ps74mi50b", + "slug": "bet_seasoned_sellsword_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/seasoned_sellsword-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4nlubl00f5e0v5eysta2cn", + "setCardId": "clot8h5gy00x5s67pn0ixx3on", + "setCard": { + "id": "clot8h5gy00x5s67pn0ixx3on", + "slug": "bet_seasoned_sellsword", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nlubl00f5e0v5eysta2cn", + "meta": { + "id": "clq39zr6q00eesh270vcfnr2x", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal serves the highest bidder", + "subType": "Mortal", + "rulesText": "Avatars nearby have \"Discard a card → Gain control of Seasoned Sellsword.\"", + "cost": 2, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h5gy00x5s67pn0ixx3on" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nm12z00f7e0v5f7ib0cw1", + "slug": "alp_seasoned_sellsword_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/seasoned_sellsword.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4nlubl00f5e0v5eysta2cn", + "setCardId": "clm4nlzrw00f6e0v59v0b9bb6", + "setCard": { + "id": "clm4nlzrw00f6e0v59v0b9bb6", + "slug": "alp_seasoned_sellsword", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nlubl00f5e0v5eysta2cn", + "meta": { + "id": "clq39zr0u00edsh27vo6fwr9x", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal serves the highest bidder", + "subType": "Mortal", + "rulesText": "Avatars nearby have \"Discard a card → Gain control of Seasoned Sellsword.\"", + "cost": 2, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nlzrw00f6e0v59v0b9bb6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nm80w00f8e0v5gc1wcewl", + "slug": "alp_seasoned_sellsword_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/seasoned_sellsword-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4nlubl00f5e0v5eysta2cn", + "setCardId": "clm4nlzrw00f6e0v59v0b9bb6", + "setCard": { + "id": "clm4nlzrw00f6e0v59v0b9bb6", + "slug": "alp_seasoned_sellsword", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nlubl00f5e0v5eysta2cn", + "meta": { + "id": "clq39zr0u00edsh27vo6fwr9x", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal serves the highest bidder", + "subType": "Mortal", + "rulesText": "Avatars nearby have \"Discard a card → Gain control of Seasoned Sellsword.\"", + "cost": 2, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nlzrw00f6e0v59v0b9bb6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qegfs010we0v5h58b9fjt", + "slug": "shifting_sands", + "name": "Shifting Sands", + "hotscore": 1980, + "guardian": { + "id": "clq3a1s7z00tgsh27bkiq9mdt", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of unsettled animosity", + "subType": "", + "rulesText": "Genesis → Reactivate the Genesis abilities of your nearby Deserts.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4qegfs010we0v5h58b9fjt" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8irfg01was67pcv6yoell", + "slug": "bet_shifting_sands_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/shifting_sands.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qegfs010we0v5h58b9fjt", + "setCardId": "clot8irdz01w8s67pgokhz6cz", + "setCard": { + "id": "clot8irdz01w8s67pgokhz6cz", + "slug": "bet_shifting_sands", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qegfs010we0v5h58b9fjt", + "meta": { + "id": "clq3a1sig00tish27cvwlrygd", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of unsettled animosity", + "subType": "", + "rulesText": "Genesis → Reactivate the Genesis abilities of your nearby Deserts.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8irdz01w8s67pgokhz6cz" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8irgy01wcs67p1nk247cb", + "slug": "bet_shifting_sands_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/shifting_sands-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qegfs010we0v5h58b9fjt", + "setCardId": "clot8irdz01w8s67pgokhz6cz", + "setCard": { + "id": "clot8irdz01w8s67pgokhz6cz", + "slug": "bet_shifting_sands", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qegfs010we0v5h58b9fjt", + "meta": { + "id": "clq3a1sig00tish27cvwlrygd", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of unsettled animosity", + "subType": "", + "rulesText": "Genesis → Reactivate the Genesis abilities of your nearby Deserts.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8irdz01w8s67pgokhz6cz" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qenty010ye0v5fwm69e4r", + "slug": "alp_shifting_sands_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/shifting_sands.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qegfs010we0v5h58b9fjt", + "setCardId": "clm4qemh3010xe0v5f7q9cu6d", + "setCard": { + "id": "clm4qemh3010xe0v5f7q9cu6d", + "slug": "alp_shifting_sands", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qegfs010we0v5h58b9fjt", + "meta": { + "id": "clq3a1sad00thsh27ymoz4086", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of unsettled animosity", + "subType": "", + "rulesText": "Genesis → Reactivate the Genesis abilities of your nearby Deserts.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qemh3010xe0v5f7q9cu6d" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qezq50110e0v5g2577v2r", + "slug": "alp_shifting_sands_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/shifting_sands-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qegfs010we0v5h58b9fjt", + "setCardId": "clm4qemh3010xe0v5f7q9cu6d", + "setCard": { + "id": "clm4qemh3010xe0v5f7q9cu6d", + "slug": "alp_shifting_sands", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qegfs010we0v5h58b9fjt", + "meta": { + "id": "clq3a1sad00thsh27ymoz4086", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of unsettled animosity", + "subType": "", + "rulesText": "Genesis → Reactivate the Genesis abilities of your nearby Deserts.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qemh3010xe0v5f7q9cu6d" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qeuhy010ze0v5f6kj2pxw", + "slug": "alp_shifting_sands_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/shifting_sands-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qegfs010we0v5h58b9fjt", + "setCardId": "clm4qemh3010xe0v5f7q9cu6d", + "setCard": { + "id": "clm4qemh3010xe0v5f7q9cu6d", + "slug": "alp_shifting_sands", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qegfs010we0v5h58b9fjt", + "meta": { + "id": "clq3a1sad00thsh27ymoz4086", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of unsettled animosity", + "subType": "", + "rulesText": "Genesis → Reactivate the Genesis abilities of your nearby Deserts.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qemh3010xe0v5f7q9cu6d" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nmdae00f9e0v58z6r1j21", + "slug": "sirocco_scorpions", + "name": "Sirocco Scorpions", + "hotscore": 796, + "guardian": { + "id": "clq39zrd000efsh27trrhgo1f", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with deathly stings", + "subType": "Beast", + "rulesText": "Lethal", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nmdae00f9e0v58z6r1j21" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h5uy00xes67pd1rw3p86", + "slug": "bet_sirocco_scorpions_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sirocco_scorpions.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Tread light! And hasten thee away from skittering cinders, sun-scorched obsidian shards asway.", + "cardId": "clm4nmdae00f9e0v58z6r1j21", + "setCardId": "clot8h5te00xcs67pm1xt0fpd", + "setCard": { + "id": "clot8h5te00xcs67pm1xt0fpd", + "slug": "bet_sirocco_scorpions", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nmdae00f9e0v58z6r1j21", + "meta": { + "id": "clq39zrm300ehsh27l0vl1yj9", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with deathly stings", + "subType": "Beast", + "rulesText": "Lethal", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h5te00xcs67pm1xt0fpd" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h5wn00xgs67pwvwxylwn", + "slug": "bet_sirocco_scorpions_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sirocco_scorpions-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Tread light! And hasten thee away from skittering cinders, sun-scorched obsidian shards asway.", + "cardId": "clm4nmdae00f9e0v58z6r1j21", + "setCardId": "clot8h5te00xcs67pm1xt0fpd", + "setCard": { + "id": "clot8h5te00xcs67pm1xt0fpd", + "slug": "bet_sirocco_scorpions", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nmdae00f9e0v58z6r1j21", + "meta": { + "id": "clq39zrm300ehsh27l0vl1yj9", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with deathly stings", + "subType": "Beast", + "rulesText": "Lethal", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h5te00xcs67pm1xt0fpd" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nmkfb00fbe0v59bhb5mzt", + "slug": "alp_sirocco_scorpions_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sirocco_scorpions.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "They wait and watch with eyes of soot.", + "cardId": "clm4nmdae00f9e0v58z6r1j21", + "setCardId": "clm4nmj4700fae0v52vgufn4c", + "setCard": { + "id": "clm4nmj4700fae0v52vgufn4c", + "slug": "alp_sirocco_scorpions", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nmdae00f9e0v58z6r1j21", + "meta": { + "id": "clq39zrfg00egsh27681qp48v", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with deathly stings", + "subType": "Beast", + "rulesText": "Lethal", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nmj4700fae0v52vgufn4c" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nmr7b00fce0v52n7jabi5", + "slug": "alp_sirocco_scorpions_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sirocco_scorpions-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "They wait and watch with eyes of soot.", + "cardId": "clm4nmdae00f9e0v58z6r1j21", + "setCardId": "clm4nmj4700fae0v52vgufn4c", + "setCard": { + "id": "clm4nmj4700fae0v52vgufn4c", + "slug": "alp_sirocco_scorpions", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nmdae00f9e0v58z6r1j21", + "meta": { + "id": "clq39zrfg00egsh27681qp48v", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with deathly stings", + "subType": "Beast", + "rulesText": "Lethal", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nmj4700fae0v52vgufn4c" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qf0ui0111e0v566geerm3", + "slug": "smokestacks_of_gnaak", + "name": "Smokestacks of Gnaak", + "hotscore": 4351, + "guardian": { + "id": "clq3a1so200tjsh275tj5mfuy", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of industrialized evil", + "subType": "", + "rulesText": "Other nearby sites lose their abilities.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4qf0ui0111e0v566geerm3" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8irpy01whs67plxkolv5b", + "slug": "bet_smokestacks_of_gnaak_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/smokestacks_of_gnaak.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qf0ui0111e0v566geerm3", + "setCardId": "clot8irog01wfs67p50l9ygrn", + "setCard": { + "id": "clot8irog01wfs67p50l9ygrn", + "slug": "bet_smokestacks_of_gnaak", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qf0ui0111e0v566geerm3", + "meta": { + "id": "clq3a1sw600tlsh27qsw602i5", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of industrialized evil", + "subType": "", + "rulesText": "Other nearby sites lose their abilities.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8irog01wfs67p50l9ygrn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8irri01wjs67pw1has9q2", + "slug": "bet_smokestacks_of_gnaak_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/smokestacks_of_gnaak-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qf0ui0111e0v566geerm3", + "setCardId": "clot8irog01wfs67p50l9ygrn", + "setCard": { + "id": "clot8irog01wfs67p50l9ygrn", + "slug": "bet_smokestacks_of_gnaak", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qf0ui0111e0v566geerm3", + "meta": { + "id": "clq3a1sw600tlsh27qsw602i5", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of industrialized evil", + "subType": "", + "rulesText": "Other nearby sites lose their abilities.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8irog01wfs67p50l9ygrn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qf7mw0113e0v56lcv5ucq", + "slug": "alp_smokestacks_of_gnaak_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/smokestacks_of_gnaak.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qf0ui0111e0v566geerm3", + "setCardId": "clm4qf6bn0112e0v5fjch20wh", + "setCard": { + "id": "clm4qf6bn0112e0v5fjch20wh", + "slug": "alp_smokestacks_of_gnaak", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qf0ui0111e0v566geerm3", + "meta": { + "id": "clq3a1sqh00tksh27tdxpkpkt", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of industrialized evil", + "subType": "", + "rulesText": "Other nearby sites lose their abilities.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qf6bn0112e0v5fjch20wh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qfegg0114e0v5auzv3foc", + "slug": "alp_smokestacks_of_gnaak_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/smokestacks_of_gnaak-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qf0ui0111e0v566geerm3", + "setCardId": "clm4qf6bn0112e0v5fjch20wh", + "setCard": { + "id": "clm4qf6bn0112e0v5fjch20wh", + "slug": "alp_smokestacks_of_gnaak", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qf0ui0111e0v566geerm3", + "meta": { + "id": "clq3a1sqh00tksh27tdxpkpkt", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of industrialized evil", + "subType": "", + "rulesText": "Other nearby sites lose their abilities.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qf6bn0112e0v5fjch20wh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o1eff00iie0v5alqbh7tl", + "slug": "spin_attack", + "name": "Spin Attack", + "hotscore": 760, + "guardian": { + "id": "clq3a02hp00gpsh277x78yxqo", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of radial violence", + "subType": "", + "rulesText": "An ally strikes each enemy at its location.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4o1eff00iie0v5alqbh7tl" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hedk012ns67pwubv1y0t", + "slug": "bet_spin_attack_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/spin_attack.png", + "finish": "Standard", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4o1eff00iie0v5alqbh7tl", + "setCardId": "clot8hebv012ls67pt44q5z1d", + "setCard": { + "id": "clot8hebv012ls67pt44q5z1d", + "slug": "bet_spin_attack", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o1eff00iie0v5alqbh7tl", + "meta": { + "id": "clq3a02pp00grsh27484pwc0r", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of radial violence", + "subType": "", + "rulesText": "An ally strikes each enemy at its location.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hebv012ls67pt44q5z1d" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hef9012ps67pnvr7z5p3", + "slug": "bet_spin_attack_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/spin_attack-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4o1eff00iie0v5alqbh7tl", + "setCardId": "clot8hebv012ls67pt44q5z1d", + "setCard": { + "id": "clot8hebv012ls67pt44q5z1d", + "slug": "bet_spin_attack", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o1eff00iie0v5alqbh7tl", + "meta": { + "id": "clq3a02pp00grsh27484pwc0r", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of radial violence", + "subType": "", + "rulesText": "An ally strikes each enemy at its location.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hebv012ls67pt44q5z1d" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o1kz100ike0v58mjb65ap", + "slug": "alp_spin_attack_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spin_attack.png", + "finish": "Standard", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4o1eff00iie0v5alqbh7tl", + "setCardId": "clm4o1jnz00ije0v590uue8aa", + "setCard": { + "id": "clm4o1jnz00ije0v590uue8aa", + "slug": "alp_spin_attack", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o1eff00iie0v5alqbh7tl", + "meta": { + "id": "clq3a02k000gqsh27xlyu3xef", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of radial violence", + "subType": "", + "rulesText": "An ally strikes each enemy at its location.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o1jnz00ije0v590uue8aa" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o1rrs00ile0v55kbe57se", + "slug": "alp_spin_attack_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spin_attack-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4o1eff00iie0v5alqbh7tl", + "setCardId": "clm4o1jnz00ije0v590uue8aa", + "setCard": { + "id": "clm4o1jnz00ije0v590uue8aa", + "slug": "alp_spin_attack", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o1eff00iie0v5alqbh7tl", + "meta": { + "id": "clq3a02k000gqsh27xlyu3xef", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of radial violence", + "subType": "", + "rulesText": "An ally strikes each enemy at its location.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o1jnz00ije0v590uue8aa" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qo28w0132e0v51f85dz2a", + "slug": "steppe", + "name": "Steppe", + "hotscore": 5868, + "guardian": { + "id": "clq3a1zbt00uvsh27mjqqhi0z", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Fire", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4qo28w0132e0v51f85dz2a" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + }, + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8ix0q01zls67p3ys0i5tv", + "slug": "bet_steppe_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/steppe.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "There's beauty in the simplicity of empty horizons.", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "setCardId": "clot8iwza01zjs67p042z60l3", + "setCard": { + "id": "clot8iwza01zjs67p042z60l3", + "slug": "bet_steppe", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "meta": { + "id": "clq3a1zk100uxsh27xmnji0d4", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Fire", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8iwza01zjs67p042z60l3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ix2701zns67ph1vax3db", + "slug": "bet_steppe_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/steppe-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "There's beauty in the simplicity of empty horizons.", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "setCardId": "clot8iwza01zjs67p042z60l3", + "setCard": { + "id": "clot8iwza01zjs67p042z60l3", + "slug": "bet_steppe", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "meta": { + "id": "clq3a1zk100uxsh27xmnji0d4", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Fire", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8iwza01zjs67p042z60l3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qo9g50134e0v5fit47oty", + "slug": "alp_steppe_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/steppe.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "There's beauty in the simplicity of empty horizons.", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "setCardId": "clm4qo84x0133e0v5gz5jgmqw", + "setCard": { + "id": "clm4qo84x0133e0v5gz5jgmqw", + "slug": "alp_steppe", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "meta": { + "id": "clq3a1ze500uwsh27gkq14slf", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Fire", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qo84x0133e0v5gz5jgmqw" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qogvt0135e0v5an4zfxrj", + "slug": "alp_steppe_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/steppe-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "There's beauty in the simplicity of empty horizons.", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "setCardId": "clm4qo84x0133e0v5gz5jgmqw", + "setCard": { + "id": "clm4qo84x0133e0v5gz5jgmqw", + "slug": "alp_steppe", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "meta": { + "id": "clq3a1ze500uwsh27gkq14slf", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Fire", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qo84x0133e0v5gz5jgmqw" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nmxd300fde0v5dk6jhwel", + "slug": "swiven_scout", + "name": "Swiven Scout", + "hotscore": 981, + "guardian": { + "id": "clq39zrrs00eish27jjd10gie", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal keeps her distance", + "subType": "Mortal", + "rulesText": "Movement +1\r\n\r\nEnemy Avatars within Swiven Scout's range of motion play with their hands revealed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nmxd300fde0v5dk6jhwel" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h67400xls67pgb029b7h", + "slug": "bet_swiven_scout_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/swiven_scout.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "\"Know thine enemy and know thyself, and feel not the awe of a hundred battles.\"\r\n— Sun Tzu", + "cardId": "clm4nmxd300fde0v5dk6jhwel", + "setCardId": "clot8h65l00xjs67pnq2vsyex", + "setCard": { + "id": "clot8h65l00xjs67pnq2vsyex", + "slug": "bet_swiven_scout", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nmxd300fde0v5dk6jhwel", + "meta": { + "id": "clq39zrzt00eksh27rz7nz6d5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal keeps her distance", + "subType": "Mortal", + "rulesText": "Movement +1\r\n\r\nEnemy Avatars within Swiven Scout's range of motion play with their hands revealed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h65l00xjs67pnq2vsyex" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h68n00xns67pl385fdg8", + "slug": "bet_swiven_scout_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/swiven_scout-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "\"Know thine enemy and know thyself, and feel not the awe of a hundred battles.\"\r\n— Sun Tzu", + "cardId": "clm4nmxd300fde0v5dk6jhwel", + "setCardId": "clot8h65l00xjs67pnq2vsyex", + "setCard": { + "id": "clot8h65l00xjs67pnq2vsyex", + "slug": "bet_swiven_scout", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nmxd300fde0v5dk6jhwel", + "meta": { + "id": "clq39zrzt00eksh27rz7nz6d5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal keeps her distance", + "subType": "Mortal", + "rulesText": "Movement +1\r\n\r\nEnemy Avatars within Swiven Scout's range of motion play with their hands revealed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h65l00xjs67pnq2vsyex" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nn4wo00ffe0v5f43v6iq8", + "slug": "alp_swiven_scout_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/swiven_scout.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "\"Know thine enemy and know thyself, and feel not the awe of a hundred battles.\"\n— Sun Tzu", + "cardId": "clm4nmxd300fde0v5dk6jhwel", + "setCardId": "clm4nn3l000fee0v5berqfo6j", + "setCard": { + "id": "clm4nn3l000fee0v5berqfo6j", + "slug": "alp_swiven_scout", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nmxd300fde0v5dk6jhwel", + "meta": { + "id": "clq39zru300ejsh27g4w5asv5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal keeps her distance", + "subType": "Mortal", + "rulesText": "Movement +1\n\nEnemy Avatars within Swiven Scout's range of motion play with their hands revealed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nn3l000fee0v5berqfo6j" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nnbh200fge0v57cgs0bsd", + "slug": "alp_swiven_scout_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/swiven_scout-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "\"Know thine enemy and know thyself, and feel not the awe of a hundred battles.\"\n— Sun Tzu", + "cardId": "clm4nmxd300fde0v5dk6jhwel", + "setCardId": "clm4nn3l000fee0v5berqfo6j", + "setCard": { + "id": "clm4nn3l000fee0v5berqfo6j", + "slug": "alp_swiven_scout", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nmxd300fde0v5dk6jhwel", + "meta": { + "id": "clq39zru300ejsh27g4w5asv5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal keeps her distance", + "subType": "Mortal", + "rulesText": "Movement +1\n\nEnemy Avatars within Swiven Scout's range of motion play with their hands revealed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nn3l000fee0v5berqfo6j" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qomvd0136e0v5e5uofngd", + "slug": "the_colour_out_of_space", + "name": "The Colour Out of Space", + "hotscore": 6311, + "guardian": { + "id": "clq3a1zpv00uysh27j7422inz", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "cardId": "clm4qomvd0136e0v5e5uofngd" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + }, + { + "id": "fire", + "name": "Fire" + }, + { + "id": "water", + "name": "Water" + }, + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ixd501zss67pecb69wf9", + "slug": "bet_the_colour_out_of_space_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/the_colour_out_of_space.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "setCardId": "clot8ixbm01zqs67panpti0t4", + "setCard": { + "id": "clot8ixbm01zqs67panpti0t4", + "slug": "bet_the_colour_out_of_space", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "meta": { + "id": "clq3a1zxx00v0sh27spe9xk72", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8ixbm01zqs67panpti0t4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ixep01zus67peuwog4v3", + "slug": "bet_the_colour_out_of_space_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/the_colour_out_of_space-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "setCardId": "clot8ixbm01zqs67panpti0t4", + "setCard": { + "id": "clot8ixbm01zqs67panpti0t4", + "slug": "bet_the_colour_out_of_space", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "meta": { + "id": "clq3a1zxx00v0sh27spe9xk72", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8ixbm01zqs67panpti0t4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qousk0138e0v5g00m6q5s", + "slug": "alp_the_colour_out_of_space_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/the_colour_out_of_space.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "setCardId": "clm4qothd0137e0v58zymczgz", + "setCard": { + "id": "clm4qothd0137e0v58zymczgz", + "slug": "alp_the_colour_out_of_space", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "meta": { + "id": "clq3a1zs600uzsh27wmtcx8if", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qothd0137e0v58zymczgz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qp2nv0139e0v54z9w2pec", + "slug": "alp_the_colour_out_of_space_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/the_colour_out_of_space-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "setCardId": "clm4qothd0137e0v58zymczgz", + "setCard": { + "id": "clm4qothd0137e0v58zymczgz", + "slug": "alp_the_colour_out_of_space", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "meta": { + "id": "clq3a1zs600uzsh27wmtcx8if", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qothd0137e0v58zymczgz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nnh3100fhe0v53muaddd4", + "slug": "tvinnax_berserker", + "name": "Tvinnax Berserker", + "hotscore": 232, + "guardian": { + "id": "clq39zs5e00elsh27ghtugqth", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal lusts for blood", + "subType": "Mortal", + "rulesText": "Whenever Tvinnax Berserker can attack a unit, he must.\r\n \r\nUntap Tvinnax Berserker whenever he attacks and kills an enemy minion.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4nnh3100fhe0v53muaddd4" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h6i400xss67pgtwjiz15", + "slug": "bet_tvinnax_berserker_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/tvinnax_berserker.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "Most folk share naught with berserkers save for being, and even that not for long.", + "cardId": "clm4nnh3100fhe0v53muaddd4", + "setCardId": "clot8h6gk00xqs67p7ikzv4ap", + "setCard": { + "id": "clot8h6gk00xqs67p7ikzv4ap", + "slug": "bet_tvinnax_berserker", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nnh3100fhe0v53muaddd4", + "meta": { + "id": "clq39zsdm00ensh27ubzqwcoo", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal lusts for blood", + "subType": "Mortal", + "rulesText": "Whenever Tvinnax Berserker can attack a unit, he must.\r\n \r\nUntap Tvinnax Berserker whenever he attacks and kills an enemy minion.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h6gk00xqs67p7ikzv4ap" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h6jp00xus67p1p3osc2l", + "slug": "bet_tvinnax_berserker_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/tvinnax_berserker-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "Most folk share naught with berserkers save for being, and even that not for long.", + "cardId": "clm4nnh3100fhe0v53muaddd4", + "setCardId": "clot8h6gk00xqs67p7ikzv4ap", + "setCard": { + "id": "clot8h6gk00xqs67p7ikzv4ap", + "slug": "bet_tvinnax_berserker", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nnh3100fhe0v53muaddd4", + "meta": { + "id": "clq39zsdm00ensh27ubzqwcoo", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal lusts for blood", + "subType": "Mortal", + "rulesText": "Whenever Tvinnax Berserker can attack a unit, he must.\r\n \r\nUntap Tvinnax Berserker whenever he attacks and kills an enemy minion.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h6gk00xqs67p7ikzv4ap" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nnnu000fje0v5a6yc93pz", + "slug": "alp_tvinnax_berserker_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tvinnax_berserker.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4nnh3100fhe0v53muaddd4", + "setCardId": "clm4nnmim00fie0v5c63k22y9", + "setCard": { + "id": "clm4nnmim00fie0v5c63k22y9", + "slug": "alp_tvinnax_berserker", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nnh3100fhe0v53muaddd4", + "meta": { + "id": "clq39zs7w00emsh27847ofixz", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal lusts for blood", + "subType": "Mortal", + "rulesText": "Whenever Tvinnax Berserker can attack a unit, he must.\n\nUntap Tvinnax Berserker whenever he attacks and kills an enemy minion.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nnmim00fie0v5c63k22y9" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nnuxu00fke0v55mr8gcaw", + "slug": "alp_tvinnax_berserker_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tvinnax_berserker-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4nnh3100fhe0v53muaddd4", + "setCardId": "clm4nnmim00fie0v5c63k22y9", + "setCard": { + "id": "clm4nnmim00fie0v5c63k22y9", + "slug": "alp_tvinnax_berserker", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nnh3100fhe0v53muaddd4", + "meta": { + "id": "clq39zs7w00emsh27847ofixz", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal lusts for blood", + "subType": "Mortal", + "rulesText": "Whenever Tvinnax Berserker can attack a unit, he must.\n\nUntap Tvinnax Berserker whenever he attacks and kills an enemy minion.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nnmim00fie0v5c63k22y9" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qfjh70115e0v5dp4w4hwc", + "slug": "vesuvius", + "name": "Vesuvius", + "hotscore": 4327, + "guardian": { + "id": "clq3a1t1p00tmsh27kxlj4rmh", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of doom foretold", + "subType": "", + "rulesText": "(F)(F)(F) — Sacrifice Vesuvius → Each unit occupying nearby sites takes 3 damage.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4qfjh70115e0v5dp4w4hwc" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8is0u01wos67pupi345i9", + "slug": "bet_vesuvius_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/vesuvius.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4qfjh70115e0v5dp4w4hwc", + "setCardId": "clot8irzc01wms67prypf3sfr", + "setCard": { + "id": "clot8irzc01wms67prypf3sfr", + "slug": "bet_vesuvius", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qfjh70115e0v5dp4w4hwc", + "meta": { + "id": "clq3a1tbf00tosh27t54f24dg", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of doom foretold", + "subType": "", + "rulesText": "(F)(F)(F) — Sacrifice Vesuvius → Each unit occupying nearby sites takes 3 damage.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8irzc01wms67prypf3sfr" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8is2c01wqs67p4grtplo5", + "slug": "bet_vesuvius_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/vesuvius-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4qfjh70115e0v5dp4w4hwc", + "setCardId": "clot8irzc01wms67prypf3sfr", + "setCard": { + "id": "clot8irzc01wms67prypf3sfr", + "slug": "bet_vesuvius", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qfjh70115e0v5dp4w4hwc", + "meta": { + "id": "clq3a1tbf00tosh27t54f24dg", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of doom foretold", + "subType": "", + "rulesText": "(F)(F)(F) — Sacrifice Vesuvius → Each unit occupying nearby sites takes 3 damage.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8irzc01wms67prypf3sfr" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qfqib0117e0v55mglgkhs", + "slug": "alp_vesuvius_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vesuvius.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4qfjh70115e0v5dp4w4hwc", + "setCardId": "clm4qfp770116e0v5bxzocntn", + "setCard": { + "id": "clm4qfp770116e0v5bxzocntn", + "slug": "alp_vesuvius", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qfjh70115e0v5dp4w4hwc", + "meta": { + "id": "clq3a1t3z00tnsh27ramtk67s", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of doom foretold", + "subType": "", + "rulesText": "(F)(F)(F) — Sacrifice Vesuvius → Each unit occupying nearby sites takes 3 damage.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qfp770116e0v5bxzocntn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qg3b50119e0v53sn2gr2v", + "slug": "alp_vesuvius_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vesuvius-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4qfjh70115e0v5dp4w4hwc", + "setCardId": "clm4qfp770116e0v5bxzocntn", + "setCard": { + "id": "clm4qfp770116e0v5bxzocntn", + "slug": "alp_vesuvius", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qfjh70115e0v5dp4w4hwc", + "meta": { + "id": "clq3a1t3z00tnsh27ramtk67s", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of doom foretold", + "subType": "", + "rulesText": "(F)(F)(F) — Sacrifice Vesuvius → Each unit occupying nearby sites takes 3 damage.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qfp770116e0v5bxzocntn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qfy8t0118e0v57mixeor1", + "slug": "alp_vesuvius_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vesuvius-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4qfjh70115e0v5dp4w4hwc", + "setCardId": "clm4qfp770116e0v5bxzocntn", + "setCard": { + "id": "clm4qfp770116e0v5bxzocntn", + "slug": "alp_vesuvius", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qfjh70115e0v5dp4w4hwc", + "meta": { + "id": "clq3a1t3z00tnsh27ramtk67s", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of doom foretold", + "subType": "", + "rulesText": "(F)(F)(F) — Sacrifice Vesuvius → Each unit occupying nearby sites takes 3 damage.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qfp770116e0v5bxzocntn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4no0cu00fle0v56dxidlnk", + "slug": "vile_imp", + "name": "Vile Imp", + "hotscore": 5793, + "guardian": { + "id": "clq39zsjc00eosh27lnm9spuh", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary firestarter of a Demon", + "subType": "Demon", + "rulesText": "Genesis → May deal 2 damage to target adjacent unit.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4no0cu00fle0v56dxidlnk" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h6tz00xzs67pwwmo568c", + "slug": "bet_vile_imp_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/vile_imp.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "One good burn deserves another.", + "cardId": "clm4no0cu00fle0v56dxidlnk", + "setCardId": "clot8h6sf00xxs67pydfqq53u", + "setCard": { + "id": "clot8h6sf00xxs67pydfqq53u", + "slug": "bet_vile_imp", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4no0cu00fle0v56dxidlnk", + "meta": { + "id": "clq39zsrn00eqsh27uezgjtm2", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary firestarter of a Demon", + "subType": "Demon", + "rulesText": "Genesis → May deal 2 damage to target adjacent unit.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h6sf00xxs67pydfqq53u" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h6vl00y1s67pl766z3pi", + "slug": "bet_vile_imp_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/vile_imp-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "One good burn deserves another.", + "cardId": "clm4no0cu00fle0v56dxidlnk", + "setCardId": "clot8h6sf00xxs67pydfqq53u", + "setCard": { + "id": "clot8h6sf00xxs67pydfqq53u", + "slug": "bet_vile_imp", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4no0cu00fle0v56dxidlnk", + "meta": { + "id": "clq39zsrn00eqsh27uezgjtm2", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary firestarter of a Demon", + "subType": "Demon", + "rulesText": "Genesis → May deal 2 damage to target adjacent unit.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h6sf00xxs67pydfqq53u" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4no7qe00fne0v52chfd34b", + "slug": "alp_vile_imp_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vile_imp.png", + "finish": "Standard", + "product": "Booster", + "artist": "Frank Frazetta", + "flavorText": "One good burn deserves another.", + "cardId": "clm4no0cu00fle0v56dxidlnk", + "setCardId": "clm4no6fc00fme0v58n7s5mb0", + "setCard": { + "id": "clm4no6fc00fme0v58n7s5mb0", + "slug": "alp_vile_imp", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4no0cu00fle0v56dxidlnk", + "meta": { + "id": "clq39zsls00epsh27d5lz7l98", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary firestarter of a Demon", + "subType": "Demon", + "rulesText": "Genesis → May deal 2 damage to target adjacent unit.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4no6fc00fme0v58n7s5mb0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nof4a00foe0v56oet8ixb", + "slug": "alp_vile_imp_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vile_imp-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Frank Frazetta", + "flavorText": "One good burn deserves another.", + "cardId": "clm4no0cu00fle0v56dxidlnk", + "setCardId": "clm4no6fc00fme0v58n7s5mb0", + "setCard": { + "id": "clm4no6fc00fme0v58n7s5mb0", + "slug": "alp_vile_imp", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4no0cu00fle0v56dxidlnk", + "meta": { + "id": "clq39zsls00epsh27d5lz7l98", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary firestarter of a Demon", + "subType": "Demon", + "rulesText": "Genesis → May deal 2 damage to target adjacent unit.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4no6fc00fme0v58n7s5mb0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o40au00j2e0v57cmh0815", + "slug": "wall_of_fire", + "name": "Wall of Fire", + "hotscore": 618, + "guardian": { + "id": "clq3a04fx00h4sh27bga2r14g", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura and blazing barricade", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\r\n \r\nWhenever a unit passes through Wall of Fire, it takes 3 damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4o40au00j2e0v57cmh0815" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hfxj013ms67pe0tdr012", + "slug": "bet_wall_of_fire_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wall_of_fire.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4o40au00j2e0v57cmh0815", + "setCardId": "clot8hfw1013ks67p2c6imslc", + "setCard": { + "id": "clot8hfw1013ks67p2c6imslc", + "slug": "bet_wall_of_fire", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o40au00j2e0v57cmh0815", + "meta": { + "id": "clq3a04os00h6sh27ukrpmhu2", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura and blazing barricade", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\r\n \r\nWhenever a unit passes through Wall of Fire, it takes 3 damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hfw1013ks67p2c6imslc" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hfyy013os67plucbdgp5", + "slug": "bet_wall_of_fire_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wall_of_fire-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4o40au00j2e0v57cmh0815", + "setCardId": "clot8hfw1013ks67p2c6imslc", + "setCard": { + "id": "clot8hfw1013ks67p2c6imslc", + "slug": "bet_wall_of_fire", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o40au00j2e0v57cmh0815", + "meta": { + "id": "clq3a04os00h6sh27ukrpmhu2", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura and blazing barricade", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\r\n \r\nWhenever a unit passes through Wall of Fire, it takes 3 damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hfw1013ks67p2c6imslc" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o46od00j4e0v5hlm80x5o", + "slug": "alp_wall_of_fire_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wall_of_fire.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4o40au00j2e0v57cmh0815", + "setCardId": "clm4o45d600j3e0v5b98q85k0", + "setCard": { + "id": "clm4o45d600j3e0v5b98q85k0", + "slug": "alp_wall_of_fire", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o40au00j2e0v57cmh0815", + "meta": { + "id": "clq3a04ib00h5sh2753hfmbt0", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura and blazing barricade", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\nWhenever a unit passes through Wall of Fire, it takes 3 damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o45d600j3e0v5b98q85k0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o4dp400j5e0v564o35q4p", + "slug": "alp_wall_of_fire_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wall_of_fire-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4o40au00j2e0v57cmh0815", + "setCardId": "clm4o45d600j3e0v5b98q85k0", + "setCard": { + "id": "clm4o45d600j3e0v5b98q85k0", + "slug": "alp_wall_of_fire", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o40au00j2e0v57cmh0815", + "meta": { + "id": "clq3a04ib00h5sh2753hfmbt0", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura and blazing barricade", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\nWhenever a unit passes through Wall of Fire, it takes 3 damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o45d600j3e0v5b98q85k0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o1x6200ime0v5c715gjrt", + "slug": "warp_spasm", + "name": "Warp Spasm", + "hotscore": 732, + "guardian": { + "id": "clq3a02vk00gssh279sbqsowg", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of hyper-violence", + "subType": "", + "rulesText": "This turn, double an allied minion's power, and whenever it attacks and kills a unit, it untaps. At the end of the turn, it dies.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "cardId": "clm4o1x6200ime0v5c715gjrt" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hep7012us67plefgdr1e", + "slug": "bet_warp_spasm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/warp_spasm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4o1x6200ime0v5c715gjrt", + "setCardId": "clot8heno012ss67plcn7w6cu", + "setCard": { + "id": "clot8heno012ss67plcn7w6cu", + "slug": "bet_warp_spasm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o1x6200ime0v5c715gjrt", + "meta": { + "id": "clq3a033o00gush27bj5v4zkq", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of hyper-violence", + "subType": "", + "rulesText": "This turn, double an allied minion's power, and whenever it attacks and kills a unit, it untaps. At the end of the turn, it dies.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clot8heno012ss67plcn7w6cu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8her0012ws67pdiikpd1p", + "slug": "bet_warp_spasm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/warp_spasm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4o1x6200ime0v5c715gjrt", + "setCardId": "clot8heno012ss67plcn7w6cu", + "setCard": { + "id": "clot8heno012ss67plcn7w6cu", + "slug": "bet_warp_spasm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o1x6200ime0v5c715gjrt", + "meta": { + "id": "clq3a033o00gush27bj5v4zkq", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of hyper-violence", + "subType": "", + "rulesText": "This turn, double an allied minion's power, and whenever it attacks and kills a unit, it untaps. At the end of the turn, it dies.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clot8heno012ss67plcn7w6cu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o23wx00ioe0v5h304gd3i", + "slug": "alp_warp_spasm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/warp_spasm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4o1x6200ime0v5c715gjrt", + "setCardId": "clm4o22lw00ine0v58rqsbmv6", + "setCard": { + "id": "clm4o22lw00ine0v58rqsbmv6", + "slug": "alp_warp_spasm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o1x6200ime0v5c715gjrt", + "meta": { + "id": "clq3a02xv00gtsh27y28wywu7", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of hyper-violence", + "subType": "", + "rulesText": "This turn, double an allied minion's power, and whenever it attacks and kills a unit, it untaps. At the end of the turn, it dies.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clm4o22lw00ine0v58rqsbmv6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o2abc00ipe0v57cind9t9", + "slug": "alp_warp_spasm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/warp_spasm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4o1x6200ime0v5c715gjrt", + "setCardId": "clm4o22lw00ine0v58rqsbmv6", + "setCard": { + "id": "clm4o22lw00ine0v58rqsbmv6", + "slug": "alp_warp_spasm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o1x6200ime0v5c715gjrt", + "meta": { + "id": "clq3a02xv00gtsh27y28wywu7", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of hyper-violence", + "subType": "", + "rulesText": "This turn, double an allied minion's power, and whenever it attacks and kills a unit, it untaps. At the end of the turn, it dies.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clm4o22lw00ine0v58rqsbmv6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nola900fpe0v53cyd66ml", + "slug": "wayfaring_pilgrim", + "name": "Wayfaring Pilgrim", + "hotscore": 863, + "guardian": { + "id": "clq39zsxk00ersh27qlv4srm6", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal on a spiritual journey", + "subType": "Mortal", + "rulesText": "Whenever Wayfaring Pilgrim enters each corner of the realm for the first time, you may draw a card.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nola900fpe0v53cyd66ml" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h75700y6s67pv6ltodtr", + "slug": "bet_wayfaring_pilgrim_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wayfaring_pilgrim.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4nola900fpe0v53cyd66ml", + "setCardId": "clot8h73i00y4s67p0btlgzu9", + "setCard": { + "id": "clot8h73i00y4s67p0btlgzu9", + "slug": "bet_wayfaring_pilgrim", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nola900fpe0v53cyd66ml", + "meta": { + "id": "clq39zt7f00etsh27r9t3mgnf", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal on a spiritual journey", + "subType": "Mortal", + "rulesText": "Whenever Wayfaring Pilgrim enters each corner of the realm for the first time, you may draw a card.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h73i00y4s67p0btlgzu9" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h76o00y8s67pu823784s", + "slug": "bet_wayfaring_pilgrim_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wayfaring_pilgrim-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4nola900fpe0v53cyd66ml", + "setCardId": "clot8h73i00y4s67p0btlgzu9", + "setCard": { + "id": "clot8h73i00y4s67p0btlgzu9", + "slug": "bet_wayfaring_pilgrim", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nola900fpe0v53cyd66ml", + "meta": { + "id": "clq39zt7f00etsh27r9t3mgnf", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal on a spiritual journey", + "subType": "Mortal", + "rulesText": "Whenever Wayfaring Pilgrim enters each corner of the realm for the first time, you may draw a card.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h73i00y4s67p0btlgzu9" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nos3800fre0v5brknbltx", + "slug": "alp_wayfaring_pilgrim_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wayfaring_pilgrim.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4nola900fpe0v53cyd66ml", + "setCardId": "clm4noqrw00fqe0v5b9vefafc", + "setCard": { + "id": "clm4noqrw00fqe0v5b9vefafc", + "slug": "alp_wayfaring_pilgrim", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nola900fpe0v53cyd66ml", + "meta": { + "id": "clq39zszy00essh27ustolm9b", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal on a spiritual journey", + "subType": "Mortal", + "rulesText": "Whenever Wayfaring Pilgrim enters each corner of the realm for the first time, you may draw a card.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4noqrw00fqe0v5b9vefafc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4np55b00fte0v59txl7mo2", + "slug": "alp_wayfaring_pilgrim_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wayfaring_pilgrim-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4nola900fpe0v53cyd66ml", + "setCardId": "clm4noqrw00fqe0v5b9vefafc", + "setCard": { + "id": "clm4noqrw00fqe0v5b9vefafc", + "slug": "alp_wayfaring_pilgrim", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nola900fpe0v53cyd66ml", + "meta": { + "id": "clq39zszy00essh27ustolm9b", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal on a spiritual journey", + "subType": "Mortal", + "rulesText": "Whenever Wayfaring Pilgrim enters each corner of the realm for the first time, you may draw a card.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4noqrw00fqe0v5b9vefafc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4noz5g00fse0v531kuews2", + "slug": "alp_wayfaring_pilgrim_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wayfaring_pilgrim-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4nola900fpe0v53cyd66ml", + "setCardId": "clm4noqrw00fqe0v5b9vefafc", + "setCard": { + "id": "clm4noqrw00fqe0v5b9vefafc", + "slug": "alp_wayfaring_pilgrim", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nola900fpe0v53cyd66ml", + "meta": { + "id": "clq39zszy00essh27ustolm9b", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal on a spiritual journey", + "subType": "Mortal", + "rulesText": "Whenever Wayfaring Pilgrim enters each corner of the realm for the first time, you may draw a card.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4noqrw00fqe0v5b9vefafc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o4j4i00j6e0v59ycw1qb9", + "slug": "wildfire", + "name": "Wildfire", + "hotscore": 1979, + "guardian": { + "id": "clq3a04uw00h7sh279tww8t8q", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of itinerant ignition", + "subType": "", + "rulesText": "Conjure Wildfire atop a single site nearby.\r\n\r\nAt the end of each turn, each unit here takes 3 damage, then move Wildfire to an adjacent location it hasn't visited before. If none remain, dispel Wildfire.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4o4j4i00j6e0v59ycw1qb9" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hg87013ts67pkmaufssd", + "slug": "bet_wildfire_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wildfire.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4o4j4i00j6e0v59ycw1qb9", + "setCardId": "clot8hg6l013rs67po7p14rb8", + "setCard": { + "id": "clot8hg6l013rs67po7p14rb8", + "slug": "bet_wildfire", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o4j4i00j6e0v59ycw1qb9", + "meta": { + "id": "clq3a055c00h9sh275222xg1q", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of itinerant ignition", + "subType": "", + "rulesText": "Conjure Wildfire atop a single site nearby.\r\n\r\nAt the end of each turn, each unit here takes 3 damage, then move Wildfire to an adjacent location it hasn't visited before. If none remain, dispel Wildfire.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hg6l013rs67po7p14rb8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hg9w013vs67p1qzalkyi", + "slug": "bet_wildfire_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wildfire-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4o4j4i00j6e0v59ycw1qb9", + "setCardId": "clot8hg6l013rs67po7p14rb8", + "setCard": { + "id": "clot8hg6l013rs67po7p14rb8", + "slug": "bet_wildfire", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o4j4i00j6e0v59ycw1qb9", + "meta": { + "id": "clq3a055c00h9sh275222xg1q", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of itinerant ignition", + "subType": "", + "rulesText": "Conjure Wildfire atop a single site nearby.\r\n\r\nAt the end of each turn, each unit here takes 3 damage, then move Wildfire to an adjacent location it hasn't visited before. If none remain, dispel Wildfire.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hg6l013rs67po7p14rb8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o4q3l00j8e0v581dd70fj", + "slug": "alp_wildfire_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wildfire.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4o4j4i00j6e0v59ycw1qb9", + "setCardId": "clm4o4orm00j7e0v56s4qbv0a", + "setCard": { + "id": "clm4o4orm00j7e0v56s4qbv0a", + "slug": "alp_wildfire", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o4j4i00j6e0v59ycw1qb9", + "meta": { + "id": "clq3a04xe00h8sh27qejrg4ow", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of itinerant ignition", + "subType": "", + "rulesText": "Conjure Wildfire atop a single site nearby.\n\nAt the end of each turn, each unit here takes 3 damage, then move Wildfire to an adjacent location it hasn't visited before. If none remain, dispel Wildfire.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o4orm00j7e0v56s4qbv0a" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o520c00jae0v5b2ob0nuv", + "slug": "alp_wildfire_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wildfire-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4o4j4i00j6e0v59ycw1qb9", + "setCardId": "clm4o4orm00j7e0v56s4qbv0a", + "setCard": { + "id": "clm4o4orm00j7e0v56s4qbv0a", + "slug": "alp_wildfire", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o4j4i00j6e0v59ycw1qb9", + "meta": { + "id": "clq3a04xe00h8sh27qejrg4ow", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of itinerant ignition", + "subType": "", + "rulesText": "Conjure Wildfire atop a single site nearby.\n\nAt the end of each turn, each unit here takes 3 damage, then move Wildfire to an adjacent location it hasn't visited before. If none remain, dispel Wildfire.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o4orm00j7e0v56s4qbv0a" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o4wei00j9e0v5447jhvnq", + "slug": "alp_wildfire_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wildfire-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4o4j4i00j6e0v59ycw1qb9", + "setCardId": "clm4o4orm00j7e0v56s4qbv0a", + "setCard": { + "id": "clm4o4orm00j7e0v56s4qbv0a", + "slug": "alp_wildfire", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o4j4i00j6e0v59ycw1qb9", + "meta": { + "id": "clq3a04xe00h8sh27qejrg4ow", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of itinerant ignition", + "subType": "", + "rulesText": "Conjure Wildfire atop a single site nearby.\n\nAt the end of each turn, each unit here takes 3 damage, then move Wildfire to an adjacent location it hasn't visited before. If none remain, dispel Wildfire.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o4orm00j7e0v56s4qbv0a" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4np69q00fue0v592401wp5", + "slug": "wills_o_the_wisp", + "name": "Wills-o'-the-Wisp", + "hotscore": 1084, + "guardian": { + "id": "clq39ztdb00eush27sxudxhrp", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Spirits of fascination and folly", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nWhenever Wills-o’-the-Wisp are attacked, they may teleport to another nearby location or void to evade the attack.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4np69q00fue0v592401wp5" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h7gx00yds67pfnio4qy7", + "slug": "bet_wills_o_the_wisp_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wills_o_the_wisp.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4np69q00fue0v592401wp5", + "setCardId": "clot8h7fg00ybs67plsjqjh1r", + "setCard": { + "id": "clot8h7fg00ybs67plsjqjh1r", + "slug": "bet_wills_o_the_wisp", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4np69q00fue0v592401wp5", + "meta": { + "id": "clq39ztn100ewsh27lpvz6be5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Spirits of fascination and folly", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nWhenever Wills-o’-the-Wisp are attacked, they may teleport to another nearby location or void to evade the attack.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h7fg00ybs67plsjqjh1r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h7ig00yfs67pahk0ke1e", + "slug": "bet_wills_o_the_wisp_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wills_o_the_wisp-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4np69q00fue0v592401wp5", + "setCardId": "clot8h7fg00ybs67plsjqjh1r", + "setCard": { + "id": "clot8h7fg00ybs67plsjqjh1r", + "slug": "bet_wills_o_the_wisp", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4np69q00fue0v592401wp5", + "meta": { + "id": "clq39ztn100ewsh27lpvz6be5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Spirits of fascination and folly", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nWhenever Wills-o’-the-Wisp are attacked, they may teleport to another nearby location or void to evade the attack.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h7fg00ybs67plsjqjh1r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4npdgx00fwe0v58odf7m47", + "slug": "alp_wills_o_the_wisp_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wills_o_the_wisp.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4np69q00fue0v592401wp5", + "setCardId": "clm4npc5b00fve0v51su1cnds", + "setCard": { + "id": "clm4npc5b00fve0v51su1cnds", + "slug": "alp_wills_o_the_wisp", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4np69q00fue0v592401wp5", + "meta": { + "id": "clq39ztfm00evsh278uggi64a", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Spirits of fascination and folly", + "subType": "Spirit", + "rulesText": "Voidwalk\n\nWhenever Wills-o’-the-Wisp are attacked, they may teleport to another nearby void or location to evade the attack.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4npc5b00fve0v51su1cnds" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nppap00fye0v5b6uwcvza", + "slug": "alp_wills_o_the_wisp_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wills_o_the_wisp-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4np69q00fue0v592401wp5", + "setCardId": "clm4npc5b00fve0v51su1cnds", + "setCard": { + "id": "clm4npc5b00fve0v51su1cnds", + "slug": "alp_wills_o_the_wisp", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4np69q00fue0v592401wp5", + "meta": { + "id": "clq39ztfm00evsh278uggi64a", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Spirits of fascination and folly", + "subType": "Spirit", + "rulesText": "Voidwalk\n\nWhenever Wills-o’-the-Wisp are attacked, they may teleport to another nearby void or location to evade the attack.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4npc5b00fve0v51su1cnds" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4npk8q00fxe0v53kflgzwa", + "slug": "alp_wills_o_the_wisp_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wills_o_the_wisp-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4np69q00fue0v592401wp5", + "setCardId": "clm4npc5b00fve0v51su1cnds", + "setCard": { + "id": "clm4npc5b00fve0v51su1cnds", + "slug": "alp_wills_o_the_wisp", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4np69q00fue0v592401wp5", + "meta": { + "id": "clq39ztfm00evsh278uggi64a", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Spirits of fascination and folly", + "subType": "Spirit", + "rulesText": "Voidwalk\n\nWhenever Wills-o’-the-Wisp are attacked, they may teleport to another nearby void or location to evade the attack.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4npc5b00fve0v51su1cnds" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_fire_elite_magic_cards.json b/data/beta_fire_elite_magic_cards.json new file mode 100644 index 0000000..22645f0 --- /dev/null +++ b/data/beta_fire_elite_magic_cards.json @@ -0,0 +1,1163 @@ +[ + { + "id": "clm4nsg6m00gke0v504rsd0yq", + "slug": "disintegrate", + "name": "Disintegrate", + "hotscore": 2350, + "guardian": { + "id": "clq39zw0k00fdsh27k4hsg6bw", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of utter annihilation", + "subType": "", + "rulesText": "Banish target minion nearby, and everything it carries.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4nsg6m00gke0v504rsd0yq" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h9d700zjs67pl02753y3", + "slug": "bet_disintegrate_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/disintegrate.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "“For dust thou art, and to dust thou wilt.”\r\n― Genesis 3:19", + "cardId": "clm4nsg6m00gke0v504rsd0yq", + "setCardId": "clot8h9bn00zhs67pdx8muxxx", + "setCard": { + "id": "clot8h9bn00zhs67pdx8muxxx", + "slug": "bet_disintegrate", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nsg6m00gke0v504rsd0yq", + "meta": { + "id": "clq39zw8r00ffsh27urjkfmo9", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of utter annihilation", + "subType": "", + "rulesText": "Banish target minion nearby, and everything it carries.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h9bn00zhs67pdx8muxxx" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h9eo00zls67pdhimxfq3", + "slug": "bet_disintegrate_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/disintegrate-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "“For dust thou art, and to dust thou wilt.”\r\n― Genesis 3:19", + "cardId": "clm4nsg6m00gke0v504rsd0yq", + "setCardId": "clot8h9bn00zhs67pdx8muxxx", + "setCard": { + "id": "clot8h9bn00zhs67pdx8muxxx", + "slug": "bet_disintegrate", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nsg6m00gke0v504rsd0yq", + "meta": { + "id": "clq39zw8r00ffsh27urjkfmo9", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of utter annihilation", + "subType": "", + "rulesText": "Banish target minion nearby, and everything it carries.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h9bn00zhs67pdx8muxxx" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nsn8u00gme0v50id96rj8", + "slug": "alp_disintegrate_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/disintegrate.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "“For dust thou art, and unto dust shalt thou return.”\n― Genesis 3:19", + "cardId": "clm4nsg6m00gke0v504rsd0yq", + "setCardId": "clm4nslur00gle0v53jdbc05f", + "setCard": { + "id": "clm4nslur00gle0v53jdbc05f", + "slug": "alp_disintegrate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nsg6m00gke0v504rsd0yq", + "meta": { + "id": "clq39zw2u00fesh27w252244k", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of utter annihilation", + "subType": "", + "rulesText": "Banish target minion nearby, and everything it carries.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nslur00gle0v53jdbc05f" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nstxp00gne0v56u5925cf", + "slug": "alp_disintegrate_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/disintegrate-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "“For dust thou art, and unto dust shalt thou return.”\n― Genesis 3:19", + "cardId": "clm4nsg6m00gke0v504rsd0yq", + "setCardId": "clm4nslur00gle0v53jdbc05f", + "setCard": { + "id": "clm4nslur00gle0v53jdbc05f", + "slug": "alp_disintegrate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nsg6m00gke0v504rsd0yq", + "meta": { + "id": "clq39zw2u00fesh27w252244k", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of utter annihilation", + "subType": "", + "rulesText": "Banish target minion nearby, and everything it carries.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nslur00gle0v53jdbc05f" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nu5hc00gye0v52ya18fa3", + "slug": "flame_wave", + "name": "Flame Wave", + "hotscore": 1731, + "guardian": { + "id": "clq39zx8v00fmsh275ws5go6n", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic ravages the realm", + "subType": "", + "rulesText": "Flame Wave flows horizontally, from one edge of the realm to the other. Deal damage to each unit atop sites in the area of effect:", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4nu5hc00gye0v52ya18fa3" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8ha9m0104s67plpwq7eye", + "slug": "bet_flame_wave_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/flame_wave.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4nu5hc00gye0v52ya18fa3", + "setCardId": "clot8ha800102s67p6m14a634", + "setCard": { + "id": "clot8ha800102s67p6m14a634", + "slug": "bet_flame_wave", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nu5hc00gye0v52ya18fa3", + "meta": { + "id": "clq39zxgu00fosh27i9fgia6k", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic ravages the realm", + "subType": "", + "rulesText": "Flame Wave flows horizontally, from one edge of the realm to the other. Deal damage to each unit atop sites in the area of effect:", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8ha800102s67p6m14a634" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8habb0106s67pfva2f3j9", + "slug": "bet_flame_wave_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/flame_wave-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4nu5hc00gye0v52ya18fa3", + "setCardId": "clot8ha800102s67p6m14a634", + "setCard": { + "id": "clot8ha800102s67p6m14a634", + "slug": "bet_flame_wave", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nu5hc00gye0v52ya18fa3", + "meta": { + "id": "clq39zxgu00fosh27i9fgia6k", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic ravages the realm", + "subType": "", + "rulesText": "Flame Wave flows horizontally, from one edge of the realm to the other. Deal damage to each unit atop sites in the area of effect:", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8ha800102s67p6m14a634" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nucey00h0e0v54c460kvd", + "slug": "alp_flame_wave_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/flame_wave.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4nu5hc00gye0v52ya18fa3", + "setCardId": "clm4nub3j00gze0v5225s36q0", + "setCard": { + "id": "clm4nub3j00gze0v5225s36q0", + "slug": "alp_flame_wave", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nu5hc00gye0v52ya18fa3", + "meta": { + "id": "clq39zxb700fnsh27yjve09tl", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic ravages the realm", + "subType": "", + "rulesText": "Flame Wave flows horizontally, from one edge of the realm to the other. Deal damage to each unit atop sites in the area of effect:", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nub3j00gze0v5225s36q0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nujfd00h1e0v504yl2bh5", + "slug": "alp_flame_wave_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/flame_wave-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4nu5hc00gye0v52ya18fa3", + "setCardId": "clm4nub3j00gze0v5225s36q0", + "setCard": { + "id": "clm4nub3j00gze0v5225s36q0", + "slug": "alp_flame_wave", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nu5hc00gye0v52ya18fa3", + "meta": { + "id": "clq39zxb700fnsh27yjve09tl", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic ravages the realm", + "subType": "", + "rulesText": "Flame Wave flows horizontally, from one edge of the realm to the other. Deal damage to each unit atop sites in the area of effect:", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nub3j00gze0v5225s36q0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nwes400hge0v50nng705h", + "slug": "infiltrate", + "name": "Infiltrate", + "hotscore": 4472, + "guardian": { + "id": "clq39zyw300fysh27hp0adwlp", + "type": "Magic", + "rarity": "Elite", + "typeText": "Sophisticated Magic for Elite access", + "subType": "", + "rulesText": "Gain control of target enemy minion until it deals damage, and tap it. It gains Stealth.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nwes400hge0v50nng705h" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hbj3010ws67p9dpf2pwn", + "slug": "bet_infiltrate_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/infiltrate.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4nwes400hge0v50nng705h", + "setCardId": "clot8hbhg010us67p82nslbbx", + "setCard": { + "id": "clot8hbhg010us67p82nslbbx", + "slug": "bet_infiltrate", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nwes400hge0v50nng705h", + "meta": { + "id": "clq39zz4600g0sh27xt1ur1by", + "type": "Magic", + "rarity": "Elite", + "typeText": "Sophisticated Magic for Elite access", + "subType": "", + "rulesText": "Gain control of target enemy minion until it deals damage, and tap it. It gains Stealth.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hbhg010us67p82nslbbx" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hbkm010ys67poalxxzhj", + "slug": "bet_infiltrate_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/infiltrate-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4nwes400hge0v50nng705h", + "setCardId": "clot8hbhg010us67p82nslbbx", + "setCard": { + "id": "clot8hbhg010us67p82nslbbx", + "slug": "bet_infiltrate", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nwes400hge0v50nng705h", + "meta": { + "id": "clq39zz4600g0sh27xt1ur1by", + "type": "Magic", + "rarity": "Elite", + "typeText": "Sophisticated Magic for Elite access", + "subType": "", + "rulesText": "Gain control of target enemy minion until it deals damage, and tap it. It gains Stealth.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hbhg010us67p82nslbbx" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nwmg100hie0v5g0p705rc", + "slug": "alp_infiltrate_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/infiltrate.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4nwes400hge0v50nng705h", + "setCardId": "clm4nwl3m00hhe0v5frlfgk5h", + "setCard": { + "id": "clm4nwl3m00hhe0v5frlfgk5h", + "slug": "alp_infiltrate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nwes400hge0v50nng705h", + "meta": { + "id": "clq39zyye00fzsh27vjtw194u", + "type": "Magic", + "rarity": "Elite", + "typeText": "Sophisticated Magic for Elite access", + "subType": "", + "rulesText": "Gain control of target enemy minion until it deals damage, and tap it. It gains Stealth.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nwl3m00hhe0v5frlfgk5h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nwti400hje0v55rpphdz0", + "slug": "alp_infiltrate_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/infiltrate-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4nwes400hge0v50nng705h", + "setCardId": "clm4nwl3m00hhe0v5frlfgk5h", + "setCard": { + "id": "clm4nwl3m00hhe0v5frlfgk5h", + "slug": "alp_infiltrate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nwes400hge0v50nng705h", + "meta": { + "id": "clq39zyye00fzsh27vjtw194u", + "type": "Magic", + "rarity": "Elite", + "typeText": "Sophisticated Magic for Elite access", + "subType": "", + "rulesText": "Gain control of target enemy minion until it deals damage, and tap it. It gains Stealth.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nwl3m00hhe0v5frlfgk5h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ny2ho00hse0v5bs6k8izm", + "slug": "major_explosion", + "name": "Major Explosion", + "hotscore": 3805, + "guardian": { + "id": "clq3a002500g7sh27iz0p9uwr", + "type": "Magic", + "rarity": "Elite", + "typeText": "A tremendous blast of Elite Magic", + "subType": "", + "rulesText": "Target a location up to two steps away.\r\n\r\nDeal damage to each unit at locations in the area of effect:", + "cost": 7, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4ny2ho00hse0v5bs6k8izm" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hcg7011hs67p1p2nnqfh", + "slug": "bet_major_explosion_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/major_explosion.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ny2ho00hse0v5bs6k8izm", + "setCardId": "clot8hcen011fs67pmts7h36l", + "setCard": { + "id": "clot8hcen011fs67pmts7h36l", + "slug": "bet_major_explosion", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ny2ho00hse0v5bs6k8izm", + "meta": { + "id": "clq3a00cc00g9sh27qu1ued0s", + "type": "Magic", + "rarity": "Elite", + "typeText": "A tremendous blast of Elite Magic", + "subType": "", + "rulesText": "Target a location up to two steps away.\r\n\r\nDeal damage to each unit at locations in the area of effect:", + "cost": 7, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8hcen011fs67pmts7h36l" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hchq011js67pb6ntnbqp", + "slug": "bet_major_explosion_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/major_explosion-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ny2ho00hse0v5bs6k8izm", + "setCardId": "clot8hcen011fs67pmts7h36l", + "setCard": { + "id": "clot8hcen011fs67pmts7h36l", + "slug": "bet_major_explosion", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ny2ho00hse0v5bs6k8izm", + "meta": { + "id": "clq3a00cc00g9sh27qu1ued0s", + "type": "Magic", + "rarity": "Elite", + "typeText": "A tremendous blast of Elite Magic", + "subType": "", + "rulesText": "Target a location up to two steps away.\r\n\r\nDeal damage to each unit at locations in the area of effect:", + "cost": 7, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8hcen011fs67pmts7h36l" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ny9fr00hue0v589rc2sx9", + "slug": "alp_major_explosion_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/major_explosion.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ny2ho00hse0v5bs6k8izm", + "setCardId": "clm4ny84800hte0v53w37czvx", + "setCard": { + "id": "clm4ny84800hte0v53w37czvx", + "slug": "alp_major_explosion", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ny2ho00hse0v5bs6k8izm", + "meta": { + "id": "clq3a004s00g8sh27wsmegd2g", + "type": "Magic", + "rarity": "Elite", + "typeText": "A tremendous blast of Elite Magic", + "subType": "", + "rulesText": "Target a location up to two steps away.\n\nDeal damage to each unit at locations in the area of effect:", + "cost": 7, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4ny84800hte0v53w37czvx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nyme700hwe0v5ex0z1zou", + "slug": "alp_major_explosion_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/major_explosion-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ny2ho00hse0v5bs6k8izm", + "setCardId": "clm4ny84800hte0v53w37czvx", + "setCard": { + "id": "clm4ny84800hte0v53w37czvx", + "slug": "alp_major_explosion", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ny2ho00hse0v5bs6k8izm", + "meta": { + "id": "clq3a004s00g8sh27wsmegd2g", + "type": "Magic", + "rarity": "Elite", + "typeText": "A tremendous blast of Elite Magic", + "subType": "", + "rulesText": "Target a location up to two steps away.\n\nDeal damage to each unit at locations in the area of effect:", + "cost": 7, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4ny84800hte0v53w37czvx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nyhco00hve0v5dj856w1y", + "slug": "alp_major_explosion_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/major_explosion-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ny2ho00hse0v5bs6k8izm", + "setCardId": "clm4ny84800hte0v53w37czvx", + "setCard": { + "id": "clm4ny84800hte0v53w37czvx", + "slug": "alp_major_explosion", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ny2ho00hse0v5bs6k8izm", + "meta": { + "id": "clq3a004s00g8sh27wsmegd2g", + "type": "Magic", + "rarity": "Elite", + "typeText": "A tremendous blast of Elite Magic", + "subType": "", + "rulesText": "Target a location up to two steps away.\n\nDeal damage to each unit at locations in the area of effect:", + "cost": 7, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4ny84800hte0v53w37czvx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nynit00hxe0v53i10b5zg", + "slug": "meteor_shower", + "name": "Meteor Shower", + "hotscore": 531, + "guardian": { + "id": "clq3a00hz00gash277u2j9jqe", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of otherworldly destruction", + "subType": "", + "rulesText": "Target three sites that share no borders. Deal damage to each unit atop sites in each area of effect:", + "cost": 9, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "cardId": "clm4nynit00hxe0v53i10b5zg" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hcra011os67ptisuge04", + "slug": "bet_meteor_shower_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/meteor_shower.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4nynit00hxe0v53i10b5zg", + "setCardId": "clot8hcpq011ms67pqbkld9vn", + "setCard": { + "id": "clot8hcpq011ms67pqbkld9vn", + "slug": "bet_meteor_shower", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nynit00hxe0v53i10b5zg", + "meta": { + "id": "clq3a00q200gcsh27ljg5tvr6", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of otherworldly destruction", + "subType": "", + "rulesText": "Target three sites that share no borders. Deal damage to each unit atop sites in each area of effect:", + "cost": 9, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clot8hcpq011ms67pqbkld9vn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hcst011qs67p7h12qmre", + "slug": "bet_meteor_shower_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/meteor_shower-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4nynit00hxe0v53i10b5zg", + "setCardId": "clot8hcpq011ms67pqbkld9vn", + "setCard": { + "id": "clot8hcpq011ms67pqbkld9vn", + "slug": "bet_meteor_shower", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nynit00hxe0v53i10b5zg", + "meta": { + "id": "clq3a00q200gcsh27ljg5tvr6", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of otherworldly destruction", + "subType": "", + "rulesText": "Target three sites that share no borders. Deal damage to each unit atop sites in each area of effect:", + "cost": 9, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clot8hcpq011ms67pqbkld9vn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nyuhw00hze0v58agg07c4", + "slug": "alp_meteor_shower_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/meteor_shower.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4nynit00hxe0v53i10b5zg", + "setCardId": "clm4nyt6o00hye0v5anc14mk2", + "setCard": { + "id": "clm4nyt6o00hye0v5anc14mk2", + "slug": "alp_meteor_shower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nynit00hxe0v53i10b5zg", + "meta": { + "id": "clq3a00k800gbsh27k2y17qkq", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of otherworldly destruction", + "subType": "", + "rulesText": "Target three sites that share no borders. Deal damage to each unit atop sites in each area of effect:", + "cost": 9, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clm4nyt6o00hye0v5anc14mk2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nz12200i0e0v5anoih96l", + "slug": "alp_meteor_shower_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/meteor_shower-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4nynit00hxe0v53i10b5zg", + "setCardId": "clm4nyt6o00hye0v5anc14mk2", + "setCard": { + "id": "clm4nyt6o00hye0v5anc14mk2", + "slug": "alp_meteor_shower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nynit00hxe0v53i10b5zg", + "meta": { + "id": "clq3a00k800gbsh27k2y17qkq", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of otherworldly destruction", + "subType": "", + "rulesText": "Target three sites that share no borders. Deal damage to each unit atop sites in each area of effect:", + "cost": 9, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clm4nyt6o00hye0v5anc14mk2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o0vun00iee0v5canh8or4", + "slug": "scorched_earth", + "name": "Scorched Earth", + "hotscore": 1148, + "guardian": { + "id": "clq3a023700gmsh27ep5azrjg", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of dire desperation\r\n", + "subType": "", + "rulesText": "Choose any number of sites you control. Destroy each of those sites and everything there.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4o0vun00iee0v5canh8or4" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8he1w012gs67przkbkrbi", + "slug": "bet_scorched_earth_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/scorched_earth.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4o0vun00iee0v5canh8or4", + "setCardId": "clot8he06012es67pohq4fz91", + "setCard": { + "id": "clot8he06012es67pohq4fz91", + "slug": "bet_scorched_earth", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o0vun00iee0v5canh8or4", + "meta": { + "id": "clq3a02by00gosh27sfaukz0i", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of dire desperation\r\n", + "subType": "", + "rulesText": "Choose any number of sites you control. Destroy each of those sites and everything there.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8he06012es67pohq4fz91" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8he3g012is67p4g13fds0", + "slug": "bet_scorched_earth_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/scorched_earth-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4o0vun00iee0v5canh8or4", + "setCardId": "clot8he06012es67pohq4fz91", + "setCard": { + "id": "clot8he06012es67pohq4fz91", + "slug": "bet_scorched_earth", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o0vun00iee0v5canh8or4", + "meta": { + "id": "clq3a02by00gosh27sfaukz0i", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of dire desperation\r\n", + "subType": "", + "rulesText": "Choose any number of sites you control. Destroy each of those sites and everything there.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8he06012es67pohq4fz91" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o12ld00ige0v565uy382l", + "slug": "alp_scorched_earth_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/scorched_earth.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4o0vun00iee0v5canh8or4", + "setCardId": "clm4o11a600ife0v57sa3fqnk", + "setCard": { + "id": "clm4o11a600ife0v57sa3fqnk", + "slug": "alp_scorched_earth", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o0vun00iee0v5canh8or4", + "meta": { + "id": "clq3a025i00gnsh27tie07ag1", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of dire desperation\n", + "subType": "", + "rulesText": "Choose any number of sites you control. Destroy each of those sites and everything there.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o11a600ife0v57sa3fqnk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o19dx00ihe0v55esb0z7s", + "slug": "alp_scorched_earth_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/scorched_earth-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4o0vun00iee0v5canh8or4", + "setCardId": "clm4o11a600ife0v57sa3fqnk", + "setCard": { + "id": "clm4o11a600ife0v57sa3fqnk", + "slug": "alp_scorched_earth", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o0vun00iee0v5canh8or4", + "meta": { + "id": "clq3a025i00gnsh27tie07ag1", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of dire desperation\n", + "subType": "", + "rulesText": "Choose any number of sites you control. Destroy each of those sites and everything there.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o11a600ife0v57sa3fqnk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_fire_elite_minion_cards.json b/data/beta_fire_elite_minion_cards.json new file mode 100644 index 0000000..f11dff5 --- /dev/null +++ b/data/beta_fire_elite_minion_cards.json @@ -0,0 +1,1989 @@ +[ + { + "id": "clm4n2zkg00aye0v553mfbac8", + "slug": "ancient_dragon", + "name": "Ancient Dragon", + "hotscore": 1149, + "guardian": { + "id": "clq39zcxv00bish27hrweutw6", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Dragon of breathtaking majesty", + "subType": "Dragon", + "rulesText": "Airborne\r\n\r\nTap → Deal 4 damage to each other unit at target location nearby.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "cardId": "clm4n2zkg00aye0v553mfbac8" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8guik00qls67p2re7d7vn", + "slug": "bet_ancient_dragon_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ancient_dragon.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4n2zkg00aye0v553mfbac8", + "setCardId": "clot8guh300qjs67p1ltrtn4i", + "setCard": { + "id": "clot8guh300qjs67p1ltrtn4i", + "slug": "bet_ancient_dragon", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n2zkg00aye0v553mfbac8", + "meta": { + "id": "clq39zd7f00bksh270arui069", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Dragon of breathtaking majesty", + "subType": "Dragon", + "rulesText": "Airborne\r\n\r\nTap → Deal 4 damage to each other unit at target location nearby.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clot8guh300qjs67p1ltrtn4i" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8guk200qns67ptctf1r22", + "slug": "bet_ancient_dragon_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ancient_dragon-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4n2zkg00aye0v553mfbac8", + "setCardId": "clot8guh300qjs67p1ltrtn4i", + "setCard": { + "id": "clot8guh300qjs67p1ltrtn4i", + "slug": "bet_ancient_dragon", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n2zkg00aye0v553mfbac8", + "meta": { + "id": "clq39zd7f00bksh270arui069", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Dragon of breathtaking majesty", + "subType": "Dragon", + "rulesText": "Airborne\r\n\r\nTap → Deal 4 damage to each other unit at target location nearby.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clot8guh300qjs67p1ltrtn4i" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n36q000b0e0v5h89l85m7", + "slug": "alp_ancient_dragon_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ancient_dragon.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4n2zkg00aye0v553mfbac8", + "setCardId": "clm4n35eu00aze0v530yjb6db", + "setCard": { + "id": "clm4n35eu00aze0v530yjb6db", + "slug": "alp_ancient_dragon", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n2zkg00aye0v553mfbac8", + "meta": { + "id": "clq39zd0400bjsh27xnjwbogv", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Dragon of breathtaking majesty", + "subType": "Dragon", + "rulesText": "Airborne\n\nTap → Deal 4 damage to each other unit at target location nearby.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clm4n35eu00aze0v530yjb6db" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n3jcy00b2e0v5a2aja674", + "slug": "alp_ancient_dragon_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ancient_dragon-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4n2zkg00aye0v553mfbac8", + "setCardId": "clm4n35eu00aze0v530yjb6db", + "setCard": { + "id": "clm4n35eu00aze0v530yjb6db", + "slug": "alp_ancient_dragon", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n2zkg00aye0v553mfbac8", + "meta": { + "id": "clq39zd0400bjsh27xnjwbogv", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Dragon of breathtaking majesty", + "subType": "Dragon", + "rulesText": "Airborne\n\nTap → Deal 4 damage to each other unit at target location nearby.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clm4n35eu00aze0v530yjb6db" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n3dq100b1e0v5241rhbs8", + "slug": "alp_ancient_dragon_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ancient_dragon-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4n2zkg00aye0v553mfbac8", + "setCardId": "clm4n35eu00aze0v530yjb6db", + "setCard": { + "id": "clm4n35eu00aze0v530yjb6db", + "slug": "alp_ancient_dragon", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n2zkg00aye0v553mfbac8", + "meta": { + "id": "clq39zd0400bjsh27xnjwbogv", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Dragon of breathtaking majesty", + "subType": "Dragon", + "rulesText": "Airborne\n\nTap → Deal 4 damage to each other unit at target location nearby.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clm4n35eu00aze0v530yjb6db" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n43b700b7e0v55bkdh7cc", + "slug": "askelon_phoenix", + "name": "Askelon Phoenix", + "hotscore": 896, + "guardian": { + "id": "clq39zdqo00bosh27z2ku44dg", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast of candescent splendor\r\n", + "subType": "Beast", + "rulesText": "Airborne\r\n\r\nIf Askelon Phoenix would take damage from a fire spell or ability, it gains +1 power this turn, instead.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4n43b700b7e0v55bkdh7cc" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gv5k00qzs67p4wuz1206", + "slug": "bet_askelon_phoenix_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/askelon_phoenix.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4n43b700b7e0v55bkdh7cc", + "setCardId": "clot8gv3z00qxs67p3pqdenev", + "setCard": { + "id": "clot8gv3z00qxs67p3pqdenev", + "slug": "bet_askelon_phoenix", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n43b700b7e0v55bkdh7cc", + "meta": { + "id": "clq39zdz600bqsh27n9xaqprg", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast of candescent splendor\r\n", + "subType": "Beast", + "rulesText": "Airborne\r\n\r\nIf Askelon Phoenix would take damage from a fire spell or ability, it gains +1 power this turn, instead.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gv3z00qxs67p3pqdenev" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gv7600r1s67padfr2lmc", + "slug": "bet_askelon_phoenix_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/askelon_phoenix-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4n43b700b7e0v55bkdh7cc", + "setCardId": "clot8gv3z00qxs67p3pqdenev", + "setCard": { + "id": "clot8gv3z00qxs67p3pqdenev", + "slug": "bet_askelon_phoenix", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n43b700b7e0v55bkdh7cc", + "meta": { + "id": "clq39zdz600bqsh27n9xaqprg", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast of candescent splendor\r\n", + "subType": "Beast", + "rulesText": "Airborne\r\n\r\nIf Askelon Phoenix would take damage from a fire spell or ability, it gains +1 power this turn, instead.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gv3z00qxs67p3pqdenev" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n4ar700b9e0v54r2g2pee", + "slug": "alp_askelon_phoenix_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/askelon_phoenix.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4n43b700b7e0v55bkdh7cc", + "setCardId": "clm4n49fi00b8e0v5088acyhq", + "setCard": { + "id": "clm4n49fi00b8e0v5088acyhq", + "slug": "alp_askelon_phoenix", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n43b700b7e0v55bkdh7cc", + "meta": { + "id": "clq39zdsz00bpsh277w195lqi", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast of candescent splendor\n", + "subType": "Beast", + "rulesText": "Airborne\n\nIf Askelon Phoenix would take damage from a fire spell or ability, it gains +1 power this turn, instead.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n49fi00b8e0v5088acyhq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n4h6p00bae0v5b21uae5e", + "slug": "alp_askelon_phoenix_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/askelon_phoenix-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4n43b700b7e0v55bkdh7cc", + "setCardId": "clm4n49fi00b8e0v5088acyhq", + "setCard": { + "id": "clm4n49fi00b8e0v5088acyhq", + "slug": "alp_askelon_phoenix", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n43b700b7e0v55bkdh7cc", + "meta": { + "id": "clq39zdsz00bpsh277w195lqi", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast of candescent splendor\n", + "subType": "Beast", + "rulesText": "Airborne\n\nIf Askelon Phoenix would take damage from a fire spell or ability, it gains +1 power this turn, instead.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n49fi00b8e0v5088acyhq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n6rru00bre0v5esja1xm7", + "slug": "bull_demons_of_adum", + "name": "Bull Demons of Adum", + "hotscore": 544, + "guardian": { + "id": "clq39zfp600c3sh27sunag1xk", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Demons run amok", + "subType": "Demon", + "rulesText": "Tap → Move three steps in a cardinal direction. When Bull Demons of Adum enter each location, they strike each untapped unit there.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4n6rru00bre0v5esja1xm7" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gwqo00rys67plty4xl9u", + "slug": "bet_bull_demons_of_adum_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bull_demons_of_adum.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "“A bull won’t charge a sleeping man. Go to bed, child.”", + "cardId": "clm4n6rru00bre0v5esja1xm7", + "setCardId": "clot8gwp400rws67p7yxvylzj", + "setCard": { + "id": "clot8gwp400rws67p7yxvylzj", + "slug": "bet_bull_demons_of_adum", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n6rru00bre0v5esja1xm7", + "meta": { + "id": "clq39zfyy00c5sh27k47810ui", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Demons run amok", + "subType": "Demon", + "rulesText": "Tap → Move three steps in a cardinal direction. When Bull Demons of Adum enter each location, they strike each untapped unit there.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gwp400rws67p7yxvylzj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gws800s0s67pll1e2boy", + "slug": "bet_bull_demons_of_adum_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bull_demons_of_adum-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "“A bull won’t charge a sleeping man. Go to bed, child.”", + "cardId": "clm4n6rru00bre0v5esja1xm7", + "setCardId": "clot8gwp400rws67p7yxvylzj", + "setCard": { + "id": "clot8gwp400rws67p7yxvylzj", + "slug": "bet_bull_demons_of_adum", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n6rru00bre0v5esja1xm7", + "meta": { + "id": "clq39zfyy00c5sh27k47810ui", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Demons run amok", + "subType": "Demon", + "rulesText": "Tap → Move three steps in a cardinal direction. When Bull Demons of Adum enter each location, they strike each untapped unit there.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gwp400rws67p7yxvylzj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n6yua00bte0v56mi72fda", + "slug": "alp_bull_demons_of_adum_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bull_demons_of_adum.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "“A bull won’t charge a sleeping man. Go to bed, child.”", + "cardId": "clm4n6rru00bre0v5esja1xm7", + "setCardId": "clm4n6xgi00bse0v55d4k138z", + "setCard": { + "id": "clm4n6xgi00bse0v55d4k138z", + "slug": "alp_bull_demons_of_adum", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n6rru00bre0v5esja1xm7", + "meta": { + "id": "clq39zfrj00c4sh27ewkd7exr", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Demons run amok", + "subType": "Demon", + "rulesText": "Tap → Move three steps in a cardinal direction. When Bull Demons of Adum enter each location, they strike each untapped unit there.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n6xgi00bse0v55d4k138z" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n7ae400bve0v5hd9f0c3a", + "slug": "alp_bull_demons_of_adum_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bull_demons_of_adum-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Gadu Duaso", + "flavorText": "“A bull won’t charge a sleeping man. Go to bed, child.”", + "cardId": "clm4n6rru00bre0v5esja1xm7", + "setCardId": "clm4n6xgi00bse0v55d4k138z", + "setCard": { + "id": "clm4n6xgi00bse0v55d4k138z", + "slug": "alp_bull_demons_of_adum", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n6rru00bre0v5esja1xm7", + "meta": { + "id": "clq39zfrj00c4sh27ewkd7exr", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Demons run amok", + "subType": "Demon", + "rulesText": "Tap → Move three steps in a cardinal direction. When Bull Demons of Adum enter each location, they strike each untapped unit there.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n6xgi00bse0v55d4k138z" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n754w00bue0v5bkxtau5c", + "slug": "alp_bull_demons_of_adum_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bull_demons_of_adum-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "“A bull won’t charge a sleeping man. Go to bed, child.”", + "cardId": "clm4n6rru00bre0v5esja1xm7", + "setCardId": "clm4n6xgi00bse0v55d4k138z", + "setCard": { + "id": "clm4n6xgi00bse0v55d4k138z", + "slug": "alp_bull_demons_of_adum", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n6rru00bre0v5esja1xm7", + "meta": { + "id": "clq39zfrj00c4sh27ewkd7exr", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Demons run amok", + "subType": "Demon", + "rulesText": "Tap → Move three steps in a cardinal direction. When Bull Demons of Adum enter each location, they strike each untapped unit there.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n6xgi00bse0v55d4k138z" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nbw3900cve0v51nl75mg2", + "slug": "far_east_assassin", + "name": "Far East Assassin", + "hotscore": 476, + "guardian": { + "id": "clq39zjfg00cush2754pkbqui", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with exacting aim", + "subType": "Mortal", + "rulesText": "Stealth\r\n\r\nTap → Far East Assassin throws an artifact he carries at target adjacent unit. It takes damage equal to the artifact's mana cost.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nbw3900cve0v51nl75mg2" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gzn400tps67pa86i5l53", + "slug": "bet_far_east_assassin_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/far_east_assassin.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4nbw3900cve0v51nl75mg2", + "setCardId": "clot8gzlm00tns67pb6lpujuh", + "setCard": { + "id": "clot8gzlm00tns67pb6lpujuh", + "slug": "bet_far_east_assassin", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nbw3900cve0v51nl75mg2", + "meta": { + "id": "clq39zjnp00cwsh274d6rg5z7", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with exacting aim", + "subType": "Mortal", + "rulesText": "Stealth\r\n\r\nTap → Far East Assassin throws an artifact he carries at target adjacent unit. It takes damage equal to the artifact's mana cost.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8gzlm00tns67pb6lpujuh" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gzoo00trs67pfhkmhnsu", + "slug": "bet_far_east_assassin_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/far_east_assassin-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4nbw3900cve0v51nl75mg2", + "setCardId": "clot8gzlm00tns67pb6lpujuh", + "setCard": { + "id": "clot8gzlm00tns67pb6lpujuh", + "slug": "bet_far_east_assassin", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nbw3900cve0v51nl75mg2", + "meta": { + "id": "clq39zjnp00cwsh274d6rg5z7", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with exacting aim", + "subType": "Mortal", + "rulesText": "Stealth\r\n\r\nTap → Far East Assassin throws an artifact he carries at target adjacent unit. It takes damage equal to the artifact's mana cost.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8gzlm00tns67pb6lpujuh" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nc2te00cxe0v5byw6cty4", + "slug": "alp_far_east_assassin_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/far_east_assassin.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4nbw3900cve0v51nl75mg2", + "setCardId": "clm4nc1i400cwe0v5bi4zdnlv", + "setCard": { + "id": "clm4nc1i400cwe0v5bi4zdnlv", + "slug": "alp_far_east_assassin", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nbw3900cve0v51nl75mg2", + "meta": { + "id": "clq39zjhr00cvsh27aiuszu24", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with exacting aim", + "subType": "Mortal", + "rulesText": "Stealth\n\nTap → Far East Assassin throws an artifact he carries at target adjacent unit. It takes damage equal to the artifact's mana cost.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nc1i400cwe0v5bi4zdnlv" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nc8sp00cye0v53dslfl6w", + "slug": "alp_far_east_assassin_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/far_east_assassin-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4nbw3900cve0v51nl75mg2", + "setCardId": "clm4nc1i400cwe0v5bi4zdnlv", + "setCard": { + "id": "clm4nc1i400cwe0v5bi4zdnlv", + "slug": "alp_far_east_assassin", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nbw3900cve0v51nl75mg2", + "meta": { + "id": "clq39zjhr00cvsh27aiuszu24", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with exacting aim", + "subType": "Mortal", + "rulesText": "Stealth\n\nTap → Far East Assassin throws an artifact he carries at target adjacent unit. It takes damage equal to the artifact's mana cost.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nc1i400cwe0v5bi4zdnlv" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ncduf00cze0v530q3c3zt", + "slug": "grosse_poltergeist", + "name": "Grösse Poltergeist", + "hotscore": 422, + "guardian": { + "id": "clq39zjtg00cxsh27rwt1etba", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit and ghost in the shell", + "subType": "Spirit", + "rulesText": "Tap → Until Grosse Poltergeist leaves the realm, gain control of a nearby artifact and animate it. It's an Automaton with power equal to its cost, and has its own bearer abilities.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4ncduf00cze0v530q3c3zt" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gzy000tws67pwnwegvrw", + "slug": "bet_grosse_poltergeist_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/grosse_poltergeist.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4ncduf00cze0v530q3c3zt", + "setCardId": "clot8gzwd00tus67pxlvl5z2d", + "setCard": { + "id": "clot8gzwd00tus67pxlvl5z2d", + "slug": "bet_grosse_poltergeist", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ncduf00cze0v530q3c3zt", + "meta": { + "id": "clq39zk1r00czsh278rtmfqya", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit and ghost in the shell", + "subType": "Spirit", + "rulesText": "Tap → Until Grosse Poltergeist leaves the realm, gain control of a nearby artifact and animate it. It's an Automaton with power equal to its cost, and has its own bearer abilities.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gzwd00tus67pxlvl5z2d" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gzzk00tys67pi9ullo6l", + "slug": "bet_grosse_poltergeist_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/grosse_poltergeist-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4ncduf00cze0v530q3c3zt", + "setCardId": "clot8gzwd00tus67pxlvl5z2d", + "setCard": { + "id": "clot8gzwd00tus67pxlvl5z2d", + "slug": "bet_grosse_poltergeist", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ncduf00cze0v530q3c3zt", + "meta": { + "id": "clq39zk1r00czsh278rtmfqya", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit and ghost in the shell", + "subType": "Spirit", + "rulesText": "Tap → Until Grosse Poltergeist leaves the realm, gain control of a nearby artifact and animate it. It's an Automaton with power equal to its cost, and has its own bearer abilities.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gzwd00tus67pxlvl5z2d" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nckrr00d1e0v51flp9hla", + "slug": "alp_grosse_poltergeist_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/grosse_poltergeist.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4ncduf00cze0v530q3c3zt", + "setCardId": "clm4ncjg800d0e0v5anfwfjry", + "setCard": { + "id": "clm4ncjg800d0e0v5anfwfjry", + "slug": "alp_grosse_poltergeist", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ncduf00cze0v530q3c3zt", + "meta": { + "id": "clq39zjvs00cysh27slq61fcm", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit and ghost in the shell", + "subType": "Spirit", + "rulesText": "Tap → Until Grosse Poltergeist leaves the realm, gain control of a nearby artifact and animate it. It's an Automaton with power equal to its cost, and has its own bearer abilities.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4ncjg800d0e0v5anfwfjry" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ncs2y00d2e0v586wrhlov", + "slug": "alp_grosse_poltergeist_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/grosse_poltergeist-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4ncduf00cze0v530q3c3zt", + "setCardId": "clm4ncjg800d0e0v5anfwfjry", + "setCard": { + "id": "clm4ncjg800d0e0v5anfwfjry", + "slug": "alp_grosse_poltergeist", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ncduf00cze0v530q3c3zt", + "meta": { + "id": "clq39zjvs00cysh27slq61fcm", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit and ghost in the shell", + "subType": "Spirit", + "rulesText": "Tap → Until Grosse Poltergeist leaves the realm, gain control of a nearby artifact and animate it. It's an Automaton with power equal to its cost, and has its own bearer abilities.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4ncjg800d0e0v5anfwfjry" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ndhby00d8e0v5c0nz00yy", + "slug": "infernal_legion", + "name": "Infernal Legion", + "hotscore": 1193, + "guardian": { + "id": "clq39zknm00d3sh27ofghe8kh", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Undead wreathed in hellfire", + "subType": "Undead", + "rulesText": "At the end of your turn, deal 3 damage to each other adjacent unit.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "cardId": "clm4ndhby00d8e0v5c0nz00yy" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h0kw00uas67p3z8tsqkd", + "slug": "bet_infernal_legion_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/infernal_legion.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Grave candélabre, en danse macabre, the Damned parade in ghastly mob.", + "cardId": "clm4ndhby00d8e0v5c0nz00yy", + "setCardId": "clot8h0jd00u8s67pxpwdf2hg", + "setCard": { + "id": "clot8h0jd00u8s67pxpwdf2hg", + "slug": "bet_infernal_legion", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ndhby00d8e0v5c0nz00yy", + "meta": { + "id": "clq39zkx800d5sh274j6tsnfr", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Undead wreathed in hellfire", + "subType": "Undead", + "rulesText": "At the end of your turn, deal 3 damage to each other adjacent unit.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clot8h0jd00u8s67pxpwdf2hg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h0mf00ucs67pw1kq6e4k", + "slug": "bet_infernal_legion_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/infernal_legion-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Grave candélabre, en danse macabre, the Damned parade in ghastly mob.", + "cardId": "clm4ndhby00d8e0v5c0nz00yy", + "setCardId": "clot8h0jd00u8s67pxpwdf2hg", + "setCard": { + "id": "clot8h0jd00u8s67pxpwdf2hg", + "slug": "bet_infernal_legion", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ndhby00d8e0v5c0nz00yy", + "meta": { + "id": "clq39zkx800d5sh274j6tsnfr", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Undead wreathed in hellfire", + "subType": "Undead", + "rulesText": "At the end of your turn, deal 3 damage to each other adjacent unit.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clot8h0jd00u8s67pxpwdf2hg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ndo4q00dae0v5hdwm9uqd", + "slug": "alp_infernal_legion_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/infernal_legion.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Grave candélabre, en danse macabre, the Damned parade in ghastly mob.", + "cardId": "clm4ndhby00d8e0v5c0nz00yy", + "setCardId": "clm4ndmt900d9e0v5b7me6m7l", + "setCard": { + "id": "clm4ndmt900d9e0v5b7me6m7l", + "slug": "alp_infernal_legion", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ndhby00d8e0v5c0nz00yy", + "meta": { + "id": "clq39zkpy00d4sh27q4gmwzdf", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Undead wreathed in hellfire", + "subType": "Undead", + "rulesText": "At the end of your turn, deal 3 damage to each other adjacent unit.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clm4ndmt900d9e0v5b7me6m7l" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ne14m00dce0v5e4xk8v7y", + "slug": "alp_infernal_legion_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/infernal_legion-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Melissa A. Benson", + "flavorText": "Grave candélabre, en danse macabre, the Damned parade in ghastly mob.", + "cardId": "clm4ndhby00d8e0v5c0nz00yy", + "setCardId": "clm4ndmt900d9e0v5b7me6m7l", + "setCard": { + "id": "clm4ndmt900d9e0v5b7me6m7l", + "slug": "alp_infernal_legion", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ndhby00d8e0v5c0nz00yy", + "meta": { + "id": "clq39zkpy00d4sh27q4gmwzdf", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Undead wreathed in hellfire", + "subType": "Undead", + "rulesText": "At the end of your turn, deal 3 damage to each other adjacent unit.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clm4ndmt900d9e0v5b7me6m7l" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ndvj100dbe0v50q8kah22", + "slug": "alp_infernal_legion_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/infernal_legion-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Grave candélabre, en danse macabre, the Damned parade in ghastly mob.", + "cardId": "clm4ndhby00d8e0v5c0nz00yy", + "setCardId": "clm4ndmt900d9e0v5b7me6m7l", + "setCard": { + "id": "clm4ndmt900d9e0v5b7me6m7l", + "slug": "alp_infernal_legion", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ndhby00d8e0v5c0nz00yy", + "meta": { + "id": "clq39zkpy00d4sh27q4gmwzdf", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Undead wreathed in hellfire", + "subType": "Undead", + "rulesText": "At the end of your turn, deal 3 damage to each other adjacent unit.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clm4ndmt900d9e0v5b7me6m7l" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ne29a00dde0v58k747nqj", + "slug": "karkemish_chimera", + "name": "Karkemish Chimera", + "hotscore": 283, + "guardian": { + "id": "clq39zl2y00d6sh27o41wz2dr", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast, deadly, defiant, and fierce", + "subType": "Beast", + "rulesText": "Can simultaneously attack up to three units at the same location.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4ne29a00dde0v58k747nqj" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h0wi00uhs67pe833znie", + "slug": "bet_karkemish_chimera_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/karkemish_chimera.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "", + "cardId": "clm4ne29a00dde0v58k747nqj", + "setCardId": "clot8h0ux00ufs67pbwdtrk7t", + "setCard": { + "id": "clot8h0ux00ufs67pbwdtrk7t", + "slug": "bet_karkemish_chimera", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ne29a00dde0v58k747nqj", + "meta": { + "id": "clq39zlb200d8sh27z7au4x17", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast, deadly, defiant, and fierce", + "subType": "Beast", + "rulesText": "Can simultaneously attack up to three units at the same location.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h0ux00ufs67pbwdtrk7t" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h0y400ujs67paxqffoi8", + "slug": "bet_karkemish_chimera_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/karkemish_chimera-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "", + "cardId": "clm4ne29a00dde0v58k747nqj", + "setCardId": "clot8h0ux00ufs67pbwdtrk7t", + "setCard": { + "id": "clot8h0ux00ufs67pbwdtrk7t", + "slug": "bet_karkemish_chimera", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ne29a00dde0v58k747nqj", + "meta": { + "id": "clq39zlb200d8sh27z7au4x17", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast, deadly, defiant, and fierce", + "subType": "Beast", + "rulesText": "Can simultaneously attack up to three units at the same location.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h0ux00ufs67pbwdtrk7t" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ne8sm00dfe0v52w9b4s90", + "slug": "alp_karkemish_chimera_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/karkemish_chimera.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "", + "cardId": "clm4ne29a00dde0v58k747nqj", + "setCardId": "clm4ne7hi00dee0v5fbjk8cbi", + "setCard": { + "id": "clm4ne7hi00dee0v5fbjk8cbi", + "slug": "alp_karkemish_chimera", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ne29a00dde0v58k747nqj", + "meta": { + "id": "clq39zl5900d7sh273atriawg", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast, deadly, defiant, and fierce", + "subType": "Beast", + "rulesText": "Can simultaneously attack up to three units at the same location.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4ne7hi00dee0v5fbjk8cbi" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nef5h00dge0v5bmzm3pwt", + "slug": "alp_karkemish_chimera_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/karkemish_chimera-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "", + "cardId": "clm4ne29a00dde0v58k747nqj", + "setCardId": "clm4ne7hi00dee0v5fbjk8cbi", + "setCard": { + "id": "clm4ne7hi00dee0v5fbjk8cbi", + "slug": "alp_karkemish_chimera", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ne29a00dde0v58k747nqj", + "meta": { + "id": "clq39zl5900d7sh273atriawg", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast, deadly, defiant, and fierce", + "subType": "Beast", + "rulesText": "Can simultaneously attack up to three units at the same location.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4ne7hi00dee0v5fbjk8cbi" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nf45e00dle0v5eoh4b4lj", + "slug": "maze_minotaur", + "name": "Maze Minotaur", + "hotscore": 324, + "guardian": { + "id": "clq39zlvb00dcsh27fvxo2xvz", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster snarls around the corner", + "subType": "Monster", + "rulesText": "Enemy minions can’t move themselves out of the a maze of nine locations nearby Maze Minotaur.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nf45e00dle0v5eoh4b4lj" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h1jw00uvs67pohw0hq22", + "slug": "bet_maze_minotaur_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/maze_minotaur.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "", + "cardId": "clm4nf45e00dle0v5eoh4b4lj", + "setCardId": "clot8h1id00uts67pp0ly4npe", + "setCard": { + "id": "clot8h1id00uts67pp0ly4npe", + "slug": "bet_maze_minotaur", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nf45e00dle0v5eoh4b4lj", + "meta": { + "id": "clq39zm3d00desh27mmfgtkgy", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster snarls around the corner", + "subType": "Monster", + "rulesText": "Enemy minions can’t move themselves out of the a maze of nine locations nearby Maze Minotaur.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h1id00uts67pp0ly4npe" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h1ld00uxs67pcsoj6995", + "slug": "bet_maze_minotaur_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/maze_minotaur-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "", + "cardId": "clm4nf45e00dle0v5eoh4b4lj", + "setCardId": "clot8h1id00uts67pp0ly4npe", + "setCard": { + "id": "clot8h1id00uts67pp0ly4npe", + "slug": "bet_maze_minotaur", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nf45e00dle0v5eoh4b4lj", + "meta": { + "id": "clq39zm3d00desh27mmfgtkgy", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster snarls around the corner", + "subType": "Monster", + "rulesText": "Enemy minions can’t move themselves out of the a maze of nine locations nearby Maze Minotaur.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h1id00uts67pp0ly4npe" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nfapp00dne0v59ftxd5zb", + "slug": "alp_maze_minotaur_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/maze_minotaur.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "", + "cardId": "clm4nf45e00dle0v5eoh4b4lj", + "setCardId": "clm4nf9e100dme0v50p9uffin", + "setCard": { + "id": "clm4nf9e100dme0v50p9uffin", + "slug": "alp_maze_minotaur", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nf45e00dle0v5eoh4b4lj", + "meta": { + "id": "clq39zlxk00ddsh27yocuspyt", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster snarls around the corner", + "subType": "Monster", + "rulesText": "Enemy minions can't move themselves out of the neighborhood of nine locations nearby Maze Minotaur.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nf9e100dme0v50p9uffin" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nfh2p00doe0v51uuo5lm1", + "slug": "alp_maze_minotaur_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/maze_minotaur-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "", + "cardId": "clm4nf45e00dle0v5eoh4b4lj", + "setCardId": "clm4nf9e100dme0v50p9uffin", + "setCard": { + "id": "clm4nf9e100dme0v50p9uffin", + "slug": "alp_maze_minotaur", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nf45e00dle0v5eoh4b4lj", + "meta": { + "id": "clq39zlxk00ddsh27yocuspyt", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster snarls around the corner", + "subType": "Monster", + "rulesText": "Enemy minions can't move themselves out of the neighborhood of nine locations nearby Maze Minotaur.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nf9e100dme0v50p9uffin" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ngpj700dye0v59zgxa6j1", + "slug": "panorama_manticore", + "name": "Panorama Manticore", + "hotscore": 1392, + "guardian": { + "id": "clq39zn2k00dlsh271b6zk52e", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast keeps vigilant watch", + "subType": "Beast", + "rulesText": "Airborne, Lethal\r\n\r\nAt the end of your turn, if you cast a non-fire spell this turn, untap Panorama Manticore.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4ngpj700dye0v59zgxa6j1" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h2k100vgs67pybmav18o", + "slug": "bet_panorama_manticore_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/panorama_manticore.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ngpj700dye0v59zgxa6j1", + "setCardId": "clot8h2id00ves67pinnv6b94", + "setCard": { + "id": "clot8h2id00ves67pinnv6b94", + "slug": "bet_panorama_manticore", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ngpj700dye0v59zgxa6j1", + "meta": { + "id": "clq39znb500dnsh27tzgddqdp", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast keeps vigilant watch", + "subType": "Beast", + "rulesText": "Airborne, Lethal\r\n\r\nAt the end of your turn, if you cast a non-fire spell this turn, untap Panorama Manticore.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h2id00ves67pinnv6b94" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h2ls00vis67p5oqb9sh2", + "slug": "bet_panorama_manticore_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/panorama_manticore-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ngpj700dye0v59zgxa6j1", + "setCardId": "clot8h2id00ves67pinnv6b94", + "setCard": { + "id": "clot8h2id00ves67pinnv6b94", + "slug": "bet_panorama_manticore", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ngpj700dye0v59zgxa6j1", + "meta": { + "id": "clq39znb500dnsh27tzgddqdp", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast keeps vigilant watch", + "subType": "Beast", + "rulesText": "Airborne, Lethal\r\n\r\nAt the end of your turn, if you cast a non-fire spell this turn, untap Panorama Manticore.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h2id00ves67pinnv6b94" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ngx7j00e0e0v5hw2r83ae", + "slug": "alp_panorama_manticore_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/panorama_manticore.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ngpj700dye0v59zgxa6j1", + "setCardId": "clm4ngvwf00dze0v59lqj1sij", + "setCard": { + "id": "clm4ngvwf00dze0v59lqj1sij", + "slug": "alp_panorama_manticore", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ngpj700dye0v59zgxa6j1", + "meta": { + "id": "clq39zn4u00dmsh27kl3qfr5q", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast keeps vigilant watch", + "subType": "Beast", + "rulesText": "Airborne, Lethal\n\nAt the end of your turn, if you cast a non-fire spell this turn, untap Panorama Manticore.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4ngvwf00dze0v59lqj1sij" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nh3qw00e1e0v53y6c1v6f", + "slug": "alp_panorama_manticore_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/panorama_manticore-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ngpj700dye0v59zgxa6j1", + "setCardId": "clm4ngvwf00dze0v59lqj1sij", + "setCard": { + "id": "clm4ngvwf00dze0v59lqj1sij", + "slug": "alp_panorama_manticore", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ngpj700dye0v59zgxa6j1", + "meta": { + "id": "clq39zn4u00dmsh27kl3qfr5q", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast keeps vigilant watch", + "subType": "Beast", + "rulesText": "Airborne, Lethal\n\nAt the end of your turn, if you cast a non-fire spell this turn, untap Panorama Manticore.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4ngvwf00dze0v59lqj1sij" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nlubl00f5e0v5eysta2cn", + "slug": "seasoned_sellsword", + "name": "Seasoned Sellsword", + "hotscore": 1051, + "guardian": { + "id": "clq39zqyk00ecsh279dry7odg", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal serves the highest bidder", + "subType": "Mortal", + "rulesText": "Avatars nearby have \"Discard a card → Gain control of Seasoned Sellsword.\"", + "cost": 2, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4nlubl00f5e0v5eysta2cn" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h5in00x7s67pra6t87mn", + "slug": "bet_seasoned_sellsword_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/seasoned_sellsword.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4nlubl00f5e0v5eysta2cn", + "setCardId": "clot8h5gy00x5s67pn0ixx3on", + "setCard": { + "id": "clot8h5gy00x5s67pn0ixx3on", + "slug": "bet_seasoned_sellsword", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nlubl00f5e0v5eysta2cn", + "meta": { + "id": "clq39zr6q00eesh270vcfnr2x", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal serves the highest bidder", + "subType": "Mortal", + "rulesText": "Avatars nearby have \"Discard a card → Gain control of Seasoned Sellsword.\"", + "cost": 2, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h5gy00x5s67pn0ixx3on" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h5k300x9s67ps74mi50b", + "slug": "bet_seasoned_sellsword_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/seasoned_sellsword-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4nlubl00f5e0v5eysta2cn", + "setCardId": "clot8h5gy00x5s67pn0ixx3on", + "setCard": { + "id": "clot8h5gy00x5s67pn0ixx3on", + "slug": "bet_seasoned_sellsword", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nlubl00f5e0v5eysta2cn", + "meta": { + "id": "clq39zr6q00eesh270vcfnr2x", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal serves the highest bidder", + "subType": "Mortal", + "rulesText": "Avatars nearby have \"Discard a card → Gain control of Seasoned Sellsword.\"", + "cost": 2, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h5gy00x5s67pn0ixx3on" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nm12z00f7e0v5f7ib0cw1", + "slug": "alp_seasoned_sellsword_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/seasoned_sellsword.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4nlubl00f5e0v5eysta2cn", + "setCardId": "clm4nlzrw00f6e0v59v0b9bb6", + "setCard": { + "id": "clm4nlzrw00f6e0v59v0b9bb6", + "slug": "alp_seasoned_sellsword", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nlubl00f5e0v5eysta2cn", + "meta": { + "id": "clq39zr0u00edsh27vo6fwr9x", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal serves the highest bidder", + "subType": "Mortal", + "rulesText": "Avatars nearby have \"Discard a card → Gain control of Seasoned Sellsword.\"", + "cost": 2, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nlzrw00f6e0v59v0b9bb6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nm80w00f8e0v5gc1wcewl", + "slug": "alp_seasoned_sellsword_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/seasoned_sellsword-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4nlubl00f5e0v5eysta2cn", + "setCardId": "clm4nlzrw00f6e0v59v0b9bb6", + "setCard": { + "id": "clm4nlzrw00f6e0v59v0b9bb6", + "slug": "alp_seasoned_sellsword", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nlubl00f5e0v5eysta2cn", + "meta": { + "id": "clq39zr0u00edsh27vo6fwr9x", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal serves the highest bidder", + "subType": "Mortal", + "rulesText": "Avatars nearby have \"Discard a card → Gain control of Seasoned Sellsword.\"", + "cost": 2, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nlzrw00f6e0v59v0b9bb6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_fire_elite_site_cards.json b/data/beta_fire_elite_site_cards.json new file mode 100644 index 0000000..40e12c2 --- /dev/null +++ b/data/beta_fire_elite_site_cards.json @@ -0,0 +1,376 @@ +[ + { + "id": "clm4qbm7t0109e0v5gaal0gfd", + "slug": "dwarven_forge", + "name": "Dwarven Forge", + "hotscore": 1057, + "guardian": { + "id": "clq3a1q3y00t1sh27y5pv5h8l", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site with swart and sweaty artisans", + "subType": "", + "rulesText": "Anyone may conjure Weapons and Armor here, and for ① less.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4qbm7t0109e0v5gaal0gfd" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8ipto01vbs67p2uesadpf", + "slug": "bet_dwarven_forge_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dwarven_forge.png", + "finish": "Standard", + "product": "Booster", + "artist": "Rodney Matthews", + "flavorText": "", + "cardId": "clm4qbm7t0109e0v5gaal0gfd", + "setCardId": "clot8ips601v9s67pg6o8d2ka", + "setCard": { + "id": "clot8ips601v9s67pg6o8d2ka", + "slug": "bet_dwarven_forge", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qbm7t0109e0v5gaal0gfd", + "meta": { + "id": "clq3a1qc800t3sh270xyzfry9", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site with swart and sweaty artisans", + "subType": "", + "rulesText": "Anyone may conjure Weapons and Armor here, and for ① less.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8ips601v9s67pg6o8d2ka" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ipva01vds67p3evu5l77", + "slug": "bet_dwarven_forge_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dwarven_forge-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Rodney Matthews", + "flavorText": "", + "cardId": "clm4qbm7t0109e0v5gaal0gfd", + "setCardId": "clot8ips601v9s67pg6o8d2ka", + "setCard": { + "id": "clot8ips601v9s67pg6o8d2ka", + "slug": "bet_dwarven_forge", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qbm7t0109e0v5gaal0gfd", + "meta": { + "id": "clq3a1qc800t3sh270xyzfry9", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site with swart and sweaty artisans", + "subType": "", + "rulesText": "Anyone may conjure Weapons and Armor here, and for ① less.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8ips601v9s67pg6o8d2ka" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qbt9b010be0v5bq1xbvwy", + "slug": "alp_dwarven_forge_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dwarven_forge.png", + "finish": "Standard", + "product": "Booster", + "artist": "Rodney Matthews", + "flavorText": "", + "cardId": "clm4qbm7t0109e0v5gaal0gfd", + "setCardId": "clm4qbry3010ae0v5469jhqwg", + "setCard": { + "id": "clm4qbry3010ae0v5469jhqwg", + "slug": "alp_dwarven_forge", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qbm7t0109e0v5gaal0gfd", + "meta": { + "id": "clq3a1q6h00t2sh27mdtoius6", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site with swart and sweaty artisans", + "subType": "", + "rulesText": "Anyone may conjure Weapons and Armor here, and for ① less.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qbry3010ae0v5469jhqwg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qbzgm010ce0v5h1sj1764", + "slug": "alp_dwarven_forge_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dwarven_forge-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Rodney Matthews", + "flavorText": "", + "cardId": "clm4qbm7t0109e0v5gaal0gfd", + "setCardId": "clm4qbry3010ae0v5469jhqwg", + "setCard": { + "id": "clm4qbry3010ae0v5469jhqwg", + "slug": "alp_dwarven_forge", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qbm7t0109e0v5gaal0gfd", + "meta": { + "id": "clq3a1q6h00t2sh27mdtoius6", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site with swart and sweaty artisans", + "subType": "", + "rulesText": "Anyone may conjure Weapons and Armor here, and for ① less.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qbry3010ae0v5469jhqwg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qc4q8010de0v5g0st58m7", + "slug": "mirage", + "name": "Mirage", + "hotscore": 2207, + "guardian": { + "id": "clq3a1qhx00t4sh278dh7p2ld", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of uncertain apprehension", + "subType": "", + "rulesText": "When played, you may return a site in play you own to your hand to play this site in its place.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4qc4q8010de0v5g0st58m7" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8iq5301vis67patknrnyd", + "slug": "bet_mirage_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mirage.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qc4q8010de0v5g0st58m7", + "setCardId": "clot8iq3j01vgs67po6gi6w6r", + "setCard": { + "id": "clot8iq3j01vgs67po6gi6w6r", + "slug": "bet_mirage", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qc4q8010de0v5g0st58m7", + "meta": { + "id": "clq3a1qq000t6sh27tro6c22r", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of uncertain apprehension", + "subType": "", + "rulesText": "When played, you may return a site in play you own to your hand to play this site in its place.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8iq3j01vgs67po6gi6w6r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iq6o01vks67pvnud8fp2", + "slug": "bet_mirage_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mirage-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qc4q8010de0v5g0st58m7", + "setCardId": "clot8iq3j01vgs67po6gi6w6r", + "setCard": { + "id": "clot8iq3j01vgs67po6gi6w6r", + "slug": "bet_mirage", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qc4q8010de0v5g0st58m7", + "meta": { + "id": "clq3a1qq000t6sh27tro6c22r", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of uncertain apprehension", + "subType": "", + "rulesText": "When played, you may return a site in play you own to your hand to play this site in its place.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8iq3j01vgs67po6gi6w6r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qcbje010fe0v5eriqh19j", + "slug": "alp_mirage_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mirage.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qc4q8010de0v5g0st58m7", + "setCardId": "clm4qca8g010ee0v58er2a0fn", + "setCard": { + "id": "clm4qca8g010ee0v58er2a0fn", + "slug": "alp_mirage", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qc4q8010de0v5g0st58m7", + "meta": { + "id": "clq3a1qk900t5sh27yxwqzhi6", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of uncertain apprehension", + "subType": "", + "rulesText": "When played, you may return a site in play you own to your hand to play this site in its place.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qca8g010ee0v58er2a0fn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qcj8f010ge0v596v7hd36", + "slug": "alp_mirage_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mirage-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qc4q8010de0v5g0st58m7", + "setCardId": "clm4qca8g010ee0v58er2a0fn", + "setCard": { + "id": "clm4qca8g010ee0v58er2a0fn", + "slug": "alp_mirage", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qc4q8010de0v5g0st58m7", + "meta": { + "id": "clq3a1qk900t5sh27yxwqzhi6", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of uncertain apprehension", + "subType": "", + "rulesText": "When played, you may return a site in play you own to your hand to play this site in its place.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qca8g010ee0v58er2a0fn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_fire_exceptional_aura_cards.json b/data/beta_fire_exceptional_aura_cards.json new file mode 100644 index 0000000..bd8f3d7 --- /dev/null +++ b/data/beta_fire_exceptional_aura_cards.json @@ -0,0 +1,415 @@ +[ + { + "id": "clm4o2ghc00iqe0v5ewxrf2hh", + "slug": "drought", + "name": "Drought", + "hotscore": 286, + "guardian": { + "id": "clq3a039f00gvsh27oriz03f1", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of desperate dearth", + "subType": "", + "rulesText": "Affected sites aren't water sites, and provide no water threshold.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4o2ghc00iqe0v5ewxrf2hh" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hf040131s67pi8l7ld67", + "slug": "bet_drought_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/drought.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4o2ghc00iqe0v5ewxrf2hh", + "setCardId": "clot8heym012zs67p2mykj7bv", + "setCard": { + "id": "clot8heym012zs67p2mykj7bv", + "slug": "bet_drought", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o2ghc00iqe0v5ewxrf2hh", + "meta": { + "id": "clq3a03hf00gxsh27d45culre", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of desperate dearth", + "subType": "", + "rulesText": "Affected sites aren't water sites, and provide no water threshold.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8heym012zs67p2mykj7bv" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hf1q0133s67pidjyabcc", + "slug": "bet_drought_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/drought-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4o2ghc00iqe0v5ewxrf2hh", + "setCardId": "clot8heym012zs67p2mykj7bv", + "setCard": { + "id": "clot8heym012zs67p2mykj7bv", + "slug": "bet_drought", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o2ghc00iqe0v5ewxrf2hh", + "meta": { + "id": "clq3a03hf00gxsh27d45culre", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of desperate dearth", + "subType": "", + "rulesText": "Affected sites aren't water sites, and provide no water threshold.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8heym012zs67p2mykj7bv" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o2neh00ise0v583vr59ch", + "slug": "alp_drought_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/drought.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4o2ghc00iqe0v5ewxrf2hh", + "setCardId": "clm4o2lwm00ire0v534p87cbp", + "setCard": { + "id": "clm4o2lwm00ire0v534p87cbp", + "slug": "alp_drought", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o2ghc00iqe0v5ewxrf2hh", + "meta": { + "id": "clq3a03bq00gwsh273dnld8u0", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of desperate dearth", + "subType": "", + "rulesText": "Affected sites aren't water sites, and provide no water threshold.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4o2lwm00ire0v534p87cbp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o2ty900ite0v5gn7g2m1c", + "slug": "alp_drought_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/drought-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4o2ghc00iqe0v5ewxrf2hh", + "setCardId": "clm4o2lwm00ire0v534p87cbp", + "setCard": { + "id": "clm4o2lwm00ire0v534p87cbp", + "slug": "alp_drought", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o2ghc00iqe0v5ewxrf2hh", + "meta": { + "id": "clq3a03bq00gwsh273dnld8u0", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of desperate dearth", + "subType": "", + "rulesText": "Affected sites aren't water sites, and provide no water threshold.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4o2lwm00ire0v534p87cbp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o4j4i00j6e0v59ycw1qb9", + "slug": "wildfire", + "name": "Wildfire", + "hotscore": 1979, + "guardian": { + "id": "clq3a04uw00h7sh279tww8t8q", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of itinerant ignition", + "subType": "", + "rulesText": "Conjure Wildfire atop a single site nearby.\r\n\r\nAt the end of each turn, each unit here takes 3 damage, then move Wildfire to an adjacent location it hasn't visited before. If none remain, dispel Wildfire.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4o4j4i00j6e0v59ycw1qb9" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hg87013ts67pkmaufssd", + "slug": "bet_wildfire_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wildfire.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4o4j4i00j6e0v59ycw1qb9", + "setCardId": "clot8hg6l013rs67po7p14rb8", + "setCard": { + "id": "clot8hg6l013rs67po7p14rb8", + "slug": "bet_wildfire", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o4j4i00j6e0v59ycw1qb9", + "meta": { + "id": "clq3a055c00h9sh275222xg1q", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of itinerant ignition", + "subType": "", + "rulesText": "Conjure Wildfire atop a single site nearby.\r\n\r\nAt the end of each turn, each unit here takes 3 damage, then move Wildfire to an adjacent location it hasn't visited before. If none remain, dispel Wildfire.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hg6l013rs67po7p14rb8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hg9w013vs67p1qzalkyi", + "slug": "bet_wildfire_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wildfire-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4o4j4i00j6e0v59ycw1qb9", + "setCardId": "clot8hg6l013rs67po7p14rb8", + "setCard": { + "id": "clot8hg6l013rs67po7p14rb8", + "slug": "bet_wildfire", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o4j4i00j6e0v59ycw1qb9", + "meta": { + "id": "clq3a055c00h9sh275222xg1q", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of itinerant ignition", + "subType": "", + "rulesText": "Conjure Wildfire atop a single site nearby.\r\n\r\nAt the end of each turn, each unit here takes 3 damage, then move Wildfire to an adjacent location it hasn't visited before. If none remain, dispel Wildfire.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hg6l013rs67po7p14rb8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o4q3l00j8e0v581dd70fj", + "slug": "alp_wildfire_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wildfire.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4o4j4i00j6e0v59ycw1qb9", + "setCardId": "clm4o4orm00j7e0v56s4qbv0a", + "setCard": { + "id": "clm4o4orm00j7e0v56s4qbv0a", + "slug": "alp_wildfire", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o4j4i00j6e0v59ycw1qb9", + "meta": { + "id": "clq3a04xe00h8sh27qejrg4ow", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of itinerant ignition", + "subType": "", + "rulesText": "Conjure Wildfire atop a single site nearby.\n\nAt the end of each turn, each unit here takes 3 damage, then move Wildfire to an adjacent location it hasn't visited before. If none remain, dispel Wildfire.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o4orm00j7e0v56s4qbv0a" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o520c00jae0v5b2ob0nuv", + "slug": "alp_wildfire_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wildfire-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4o4j4i00j6e0v59ycw1qb9", + "setCardId": "clm4o4orm00j7e0v56s4qbv0a", + "setCard": { + "id": "clm4o4orm00j7e0v56s4qbv0a", + "slug": "alp_wildfire", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o4j4i00j6e0v59ycw1qb9", + "meta": { + "id": "clq3a04xe00h8sh27qejrg4ow", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of itinerant ignition", + "subType": "", + "rulesText": "Conjure Wildfire atop a single site nearby.\n\nAt the end of each turn, each unit here takes 3 damage, then move Wildfire to an adjacent location it hasn't visited before. If none remain, dispel Wildfire.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o4orm00j7e0v56s4qbv0a" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o4wei00j9e0v5447jhvnq", + "slug": "alp_wildfire_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wildfire-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4o4j4i00j6e0v59ycw1qb9", + "setCardId": "clm4o4orm00j7e0v56s4qbv0a", + "setCard": { + "id": "clm4o4orm00j7e0v56s4qbv0a", + "slug": "alp_wildfire", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o4j4i00j6e0v59ycw1qb9", + "meta": { + "id": "clq3a04xe00h8sh27qejrg4ow", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of itinerant ignition", + "subType": "", + "rulesText": "Conjure Wildfire atop a single site nearby.\n\nAt the end of each turn, each unit here takes 3 damage, then move Wildfire to an adjacent location it hasn't visited before. If none remain, dispel Wildfire.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o4orm00j7e0v56s4qbv0a" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_fire_exceptional_magic_cards.json b/data/beta_fire_exceptional_magic_cards.json new file mode 100644 index 0000000..e1ef1db --- /dev/null +++ b/data/beta_fire_exceptional_magic_cards.json @@ -0,0 +1,1202 @@ +[ + { + "id": "clm4npqfb00fze0v5gwnj6xhd", + "slug": "backstab", + "name": "Backstab", + "hotscore": 368, + "guardian": { + "id": "clq39ztsr00exsh27qt234ybz", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of treachery and treason", + "subType": "", + "rulesText": "Target minion moves to an adjacent location, if needed, to strike another target tapped minion there.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4npqfb00fze0v5gwnj6xhd" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h7s200yks67p6omuyoj0", + "slug": "bet_backstab_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/backstab.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4npqfb00fze0v5gwnj6xhd", + "setCardId": "clot8h7qk00yis67pe5fo238c", + "setCard": { + "id": "clot8h7qk00yis67pe5fo238c", + "slug": "bet_backstab", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4npqfb00fze0v5gwnj6xhd", + "meta": { + "id": "clq39zu0z00ezsh27mcybxjhu", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of treachery and treason", + "subType": "", + "rulesText": "Target minion moves to an adjacent location, if needed, to strike another target tapped minion there.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h7qk00yis67pe5fo238c" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h7tm00yms67p0y2y97or", + "slug": "bet_backstab_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/backstab-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4npqfb00fze0v5gwnj6xhd", + "setCardId": "clot8h7qk00yis67pe5fo238c", + "setCard": { + "id": "clot8h7qk00yis67pe5fo238c", + "slug": "bet_backstab", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4npqfb00fze0v5gwnj6xhd", + "meta": { + "id": "clq39zu0z00ezsh27mcybxjhu", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of treachery and treason", + "subType": "", + "rulesText": "Target minion moves to an adjacent location, if needed, to strike another target tapped minion there.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h7qk00yis67pe5fo238c" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4npx6n00g1e0v5b0swbxix", + "slug": "alp_backstab_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/backstab.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4npqfb00fze0v5gwnj6xhd", + "setCardId": "clm4npvuy00g0e0v58ecl90wl", + "setCard": { + "id": "clm4npvuy00g0e0v58ecl90wl", + "slug": "alp_backstab", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4npqfb00fze0v5gwnj6xhd", + "meta": { + "id": "clq39ztv600eysh273mucfwrg", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of treachery and treason", + "subType": "", + "rulesText": "Target minion moves to an adjacent location, if needed, to strike another target tapped minion there.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4npvuy00g0e0v58ecl90wl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nq3jg00g2e0v5c4v2b76q", + "slug": "alp_backstab_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/backstab-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4npqfb00fze0v5gwnj6xhd", + "setCardId": "clm4npvuy00g0e0v58ecl90wl", + "setCard": { + "id": "clm4npvuy00g0e0v58ecl90wl", + "slug": "alp_backstab", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4npqfb00fze0v5gwnj6xhd", + "meta": { + "id": "clq39ztv600eysh273mucfwrg", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of treachery and treason", + "subType": "", + "rulesText": "Target minion moves to an adjacent location, if needed, to strike another target tapped minion there.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4npvuy00g0e0v58ecl90wl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nq8la00g3e0v51whb7zum", + "slug": "blaze", + "name": "Blaze", + "hotscore": 3154, + "guardian": { + "id": "clq39zu7g00f0sh27v4pt54m4", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of blistering speed", + "subType": "", + "rulesText": "This turn, give an ally Movement +2, it can't be intercepted, and it leaves a trail of fire at departed locations. When it stops, each unit along the trail takes 2 damage.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nq8la00g3e0v51whb7zum" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h84200yrs67px3zrtalq", + "slug": "bet_blaze_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/blaze.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4nq8la00g3e0v51whb7zum", + "setCardId": "clot8h82k00yps67pg7inyme7", + "setCard": { + "id": "clot8h82k00yps67pg7inyme7", + "slug": "bet_blaze", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nq8la00g3e0v51whb7zum", + "meta": { + "id": "clq39zuj200f2sh27qotzawyp", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of blistering speed", + "subType": "", + "rulesText": "This turn, give an ally Movement +2, it can't be intercepted, and it leaves a trail of fire at departed locations. When it stops, each unit along the trail takes 2 damage.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h82k00yps67pg7inyme7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h85q00yts67phlz8s7n3", + "slug": "bet_blaze_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/blaze-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4nq8la00g3e0v51whb7zum", + "setCardId": "clot8h82k00yps67pg7inyme7", + "setCard": { + "id": "clot8h82k00yps67pg7inyme7", + "slug": "bet_blaze", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nq8la00g3e0v51whb7zum", + "meta": { + "id": "clq39zuj200f2sh27qotzawyp", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of blistering speed", + "subType": "", + "rulesText": "This turn, give an ally Movement +2, it can't be intercepted, and it leaves a trail of fire at departed locations. When it stops, each unit along the trail takes 2 damage.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h82k00yps67pg7inyme7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nqfwu00g5e0v58rut13r1", + "slug": "alp_blaze_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/blaze.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4nq8la00g3e0v51whb7zum", + "setCardId": "clm4nqef000g4e0v56k72a9hm", + "setCard": { + "id": "clm4nqef000g4e0v56k72a9hm", + "slug": "alp_blaze", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nq8la00g3e0v51whb7zum", + "meta": { + "id": "clq39zuag00f1sh2787dwovs3", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of blistering speed", + "subType": "", + "rulesText": "This turn, give an ally Movement +2, it can't be intercepted, and it leaves a trail of fire at departed locations. When it stops, each unit along the trail takes 2 damage.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nqef000g4e0v56k72a9hm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nqt2300g7e0v504ez43lg", + "slug": "alp_blaze_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/blaze-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4nq8la00g3e0v51whb7zum", + "setCardId": "clm4nqef000g4e0v56k72a9hm", + "setCard": { + "id": "clm4nqef000g4e0v56k72a9hm", + "slug": "alp_blaze", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nq8la00g3e0v51whb7zum", + "meta": { + "id": "clq39zuag00f1sh2787dwovs3", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of blistering speed", + "subType": "", + "rulesText": "This turn, give an ally Movement +2, it can't be intercepted, and it leaves a trail of fire at departed locations. When it stops, each unit along the trail takes 2 damage.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nqef000g4e0v56k72a9hm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nqmq300g6e0v5hqmp09mr", + "slug": "alp_blaze_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/blaze-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4nq8la00g3e0v51whb7zum", + "setCardId": "clm4nqef000g4e0v56k72a9hm", + "setCard": { + "id": "clm4nqef000g4e0v56k72a9hm", + "slug": "alp_blaze", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nq8la00g3e0v51whb7zum", + "meta": { + "id": "clq39zuag00f1sh2787dwovs3", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of blistering speed", + "subType": "", + "rulesText": "This turn, give an ally Movement +2, it can't be intercepted, and it leaves a trail of fire at departed locations. When it stops, each unit along the trail takes 2 damage.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nqef000g4e0v56k72a9hm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nrdx800gce0v50z13alkf", + "slug": "cone_of_flame", + "name": "Cone of Flame", + "hotscore": 811, + "guardian": { + "id": "clq39zv5000f6sh27jvcx9mqv", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A billowing blast of Exceptional Magic", + "subType": "", + "rulesText": "Choose a direction from the caster. Deal damage to each unit at a location in the area of effect:", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4nrdx800gce0v50z13alkf" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h8qi00z5s67pjatbipju", + "slug": "bet_cone_of_flame_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cone_of_flame.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4nrdx800gce0v50z13alkf", + "setCardId": "clot8h8p000z3s67p622tgf5v", + "setCard": { + "id": "clot8h8p000z3s67p622tgf5v", + "slug": "bet_cone_of_flame", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nrdx800gce0v50z13alkf", + "meta": { + "id": "clq39zvcs00f8sh27rtwa7jqo", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A billowing blast of Exceptional Magic", + "subType": "", + "rulesText": "Choose a direction from the caster. Deal damage to each unit at a location in the area of effect:", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h8p000z3s67p622tgf5v" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h8s200z7s67pl43n8xb7", + "slug": "bet_cone_of_flame_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cone_of_flame-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4nrdx800gce0v50z13alkf", + "setCardId": "clot8h8p000z3s67p622tgf5v", + "setCard": { + "id": "clot8h8p000z3s67p622tgf5v", + "slug": "bet_cone_of_flame", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nrdx800gce0v50z13alkf", + "meta": { + "id": "clq39zvcs00f8sh27rtwa7jqo", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A billowing blast of Exceptional Magic", + "subType": "", + "rulesText": "Choose a direction from the caster. Deal damage to each unit at a location in the area of effect:", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h8p000z3s67p622tgf5v" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nrkxe00gee0v5glql3i4e", + "slug": "alp_cone_of_flame_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cone_of_flame.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4nrdx800gce0v50z13alkf", + "setCardId": "clm4nrjmb00gde0v507gfcb4a", + "setCard": { + "id": "clm4nrjmb00gde0v507gfcb4a", + "slug": "alp_cone_of_flame", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nrdx800gce0v50z13alkf", + "meta": { + "id": "clq39zv7900f7sh27v8dbkjzd", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A billowing blast of Exceptional Magic", + "subType": "", + "rulesText": "Choose a direction from the caster. Deal damage to each unit at a location in the area of effect:", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nrjmb00gde0v507gfcb4a" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nrr4800gfe0v541oz1c2e", + "slug": "alp_cone_of_flame_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cone_of_flame-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4nrdx800gce0v50z13alkf", + "setCardId": "clm4nrjmb00gde0v507gfcb4a", + "setCard": { + "id": "clm4nrjmb00gde0v507gfcb4a", + "slug": "alp_cone_of_flame", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nrdx800gce0v50z13alkf", + "meta": { + "id": "clq39zv7900f7sh27v8dbkjzd", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A billowing blast of Exceptional Magic", + "subType": "", + "rulesText": "Choose a direction from the caster. Deal damage to each unit at a location in the area of effect:", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nrjmb00gde0v507gfcb4a" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nszcv00goe0v5ggc3aphs", + "slug": "fireball", + "name": "Fireball", + "hotscore": 1178, + "guardian": { + "id": "clq39zweg00fgsh27a8lih1te", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of deflagrant destruction", + "subType": "", + "rulesText": "Shoot a projectile. It deals 4 damage on impact, and 2 damage to each other unit at that location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4nszcv00goe0v5ggc3aphs" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h9nx00zqs67pxqnqbknx", + "slug": "bet_fireball_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/fireball.png", + "finish": "Standard", + "product": "Booster", + "artist": "Doug Kovacs", + "flavorText": "", + "cardId": "clm4nszcv00goe0v5ggc3aphs", + "setCardId": "clot8h9md00zos67p1e48hnad", + "setCard": { + "id": "clot8h9md00zos67p1e48hnad", + "slug": "bet_fireball", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nszcv00goe0v5ggc3aphs", + "meta": { + "id": "clq39zwo900fish27hj4a1q6d", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of deflagrant destruction", + "subType": "", + "rulesText": "Shoot a projectile. It deals 4 damage on impact, and 2 damage to each other unit at that location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h9md00zos67p1e48hnad" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h9ph00zss67ptirar3rb", + "slug": "bet_fireball_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/fireball-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Doug Kovacs", + "flavorText": "", + "cardId": "clm4nszcv00goe0v5ggc3aphs", + "setCardId": "clot8h9md00zos67p1e48hnad", + "setCard": { + "id": "clot8h9md00zos67p1e48hnad", + "slug": "bet_fireball", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nszcv00goe0v5ggc3aphs", + "meta": { + "id": "clq39zwo900fish27hj4a1q6d", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of deflagrant destruction", + "subType": "", + "rulesText": "Shoot a projectile. It deals 4 damage on impact, and 2 damage to each other unit at that location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h9md00zos67p1e48hnad" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nt64l00gqe0v5ghkkaicb", + "slug": "alp_fireball_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/fireball.png", + "finish": "Standard", + "product": "Booster", + "artist": "Doug Kovacs", + "flavorText": "", + "cardId": "clm4nszcv00goe0v5ggc3aphs", + "setCardId": "clm4nt4tb00gpe0v5hzfu9ckc", + "setCard": { + "id": "clm4nt4tb00gpe0v5hzfu9ckc", + "slug": "alp_fireball", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nszcv00goe0v5ggc3aphs", + "meta": { + "id": "clq39zwgw00fhsh27m1178tz9", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of deflagrant destruction", + "subType": "", + "rulesText": "Shoot a projectile. It deals 4 damage on impact, and 2 damage to each other unit at that location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nt4tb00gpe0v5hzfu9ckc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ntj3700gse0v57w4oebvu", + "slug": "alp_fireball_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/fireball-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Doug Kovacs", + "flavorText": "", + "cardId": "clm4nszcv00goe0v5ggc3aphs", + "setCardId": "clm4nt4tb00gpe0v5hzfu9ckc", + "setCard": { + "id": "clm4nt4tb00gpe0v5hzfu9ckc", + "slug": "alp_fireball", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nszcv00goe0v5ggc3aphs", + "meta": { + "id": "clq39zwgw00fhsh27m1178tz9", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of deflagrant destruction", + "subType": "", + "rulesText": "Shoot a projectile. It deals 4 damage on impact, and 2 damage to each other unit at that location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nt4tb00gpe0v5hzfu9ckc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ntdal00gre0v5fshbg3nv", + "slug": "alp_fireball_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/fireball-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Doug Kovacs", + "flavorText": "", + "cardId": "clm4nszcv00goe0v5ggc3aphs", + "setCardId": "clm4nt4tb00gpe0v5hzfu9ckc", + "setCard": { + "id": "clm4nt4tb00gpe0v5hzfu9ckc", + "slug": "alp_fireball", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nszcv00goe0v5ggc3aphs", + "meta": { + "id": "clq39zwgw00fhsh27m1178tz9", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of deflagrant destruction", + "subType": "", + "rulesText": "Shoot a projectile. It deals 4 damage on impact, and 2 damage to each other unit at that location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nt4tb00gpe0v5hzfu9ckc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nwzi400hke0v5embxc561", + "slug": "leap_attack", + "name": "Leap Attack", + "hotscore": 1105, + "guardian": { + "id": "clq39zz9w00g1sh27bgqz4wey", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of savage saltation", + "subType": "", + "rulesText": "An ally may take a step, and then it strikes each enemy at its location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nwzi400hke0v5embxc561" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hbtu0113s67pmk8rgaho", + "slug": "bet_leap_attack_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/leap_attack.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "", + "cardId": "clm4nwzi400hke0v5embxc561", + "setCardId": "clot8hbsb0111s67ph2ir9774", + "setCard": { + "id": "clot8hbsb0111s67ph2ir9774", + "slug": "bet_leap_attack", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nwzi400hke0v5embxc561", + "meta": { + "id": "clq39zzhy00g3sh274bgo84rn", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of savage saltation", + "subType": "", + "rulesText": "An ally may take a step, and then it strikes each enemy at its location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hbsb0111s67ph2ir9774" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hbvd0115s67prjhfrw5j", + "slug": "bet_leap_attack_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/leap_attack-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "", + "cardId": "clm4nwzi400hke0v5embxc561", + "setCardId": "clot8hbsb0111s67ph2ir9774", + "setCard": { + "id": "clot8hbsb0111s67ph2ir9774", + "slug": "bet_leap_attack", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nwzi400hke0v5embxc561", + "meta": { + "id": "clq39zzhy00g3sh274bgo84rn", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of savage saltation", + "subType": "", + "rulesText": "An ally may take a step, and then it strikes each enemy at its location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hbsb0111s67ph2ir9774" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nx6br00hme0v57q4t04l6", + "slug": "alp_leap_attack_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/leap_attack.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "", + "cardId": "clm4nwzi400hke0v5embxc561", + "setCardId": "clm4nx50700hle0v5cygv9cc2", + "setCard": { + "id": "clm4nx50700hle0v5cygv9cc2", + "slug": "alp_leap_attack", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nwzi400hke0v5embxc561", + "meta": { + "id": "clq39zzc900g2sh270ms4uaz6", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of savage saltation", + "subType": "", + "rulesText": "An ally may take a step, and then it strikes each enemy at its location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nx50700hle0v5cygv9cc2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nxdj800hne0v5dnht1mn3", + "slug": "alp_leap_attack_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/leap_attack-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "", + "cardId": "clm4nwzi400hke0v5embxc561", + "setCardId": "clm4nx50700hle0v5cygv9cc2", + "setCard": { + "id": "clm4nx50700hle0v5cygv9cc2", + "slug": "alp_leap_attack", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nwzi400hke0v5embxc561", + "meta": { + "id": "clq39zzc900g2sh270ms4uaz6", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of savage saltation", + "subType": "", + "rulesText": "An ally may take a step, and then it strikes each enemy at its location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nx50700hle0v5cygv9cc2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o0axk00iae0v549yragct", + "slug": "poison_nova", + "name": "Poison Nova", + "hotscore": 4349, + "guardian": { + "id": "clq3a01p300gjsh272kike2nu", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of mephitic miasma", + "subType": "", + "rulesText": "Lethal\r\n\r\nDeal 1 damage to each other nearby minion.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4o0axk00iae0v549yragct" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hdql0129s67ppc8hg668", + "slug": "bet_poison_nova_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/poison_nova.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4o0axk00iae0v549yragct", + "setCardId": "clot8hdp10127s67pa08gh9r0", + "setCard": { + "id": "clot8hdp10127s67pa08gh9r0", + "slug": "bet_poison_nova", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o0axk00iae0v549yragct", + "meta": { + "id": "clq3a01x600glsh27k11k2ysl", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of mephitic miasma", + "subType": "", + "rulesText": "Lethal\r\n\r\nDeal 1 damage to each other nearby minion.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hdp10127s67pa08gh9r0" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hds7012bs67pkaexjv8v", + "slug": "bet_poison_nova_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/poison_nova-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4o0axk00iae0v549yragct", + "setCardId": "clot8hdp10127s67pa08gh9r0", + "setCard": { + "id": "clot8hdp10127s67pa08gh9r0", + "slug": "bet_poison_nova", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o0axk00iae0v549yragct", + "meta": { + "id": "clq3a01x600glsh27k11k2ysl", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of mephitic miasma", + "subType": "", + "rulesText": "Lethal\r\n\r\nDeal 1 damage to each other nearby minion.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hdp10127s67pa08gh9r0" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o0i6400ice0v5bxisa7iz", + "slug": "alp_poison_nova_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/poison_nova.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4o0axk00iae0v549yragct", + "setCardId": "clm4o0gv100ibe0v5fv434rvk", + "setCard": { + "id": "clm4o0gv100ibe0v5fv434rvk", + "slug": "alp_poison_nova", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o0axk00iae0v549yragct", + "meta": { + "id": "clq3a01re00gksh27640ft54p", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of mephitic miasma", + "subType": "", + "rulesText": "Lethal\n\nDeal 1 damage to each other nearby minion.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o0gv100ibe0v5fv434rvk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o0pba00ide0v519hu4zij", + "slug": "alp_poison_nova_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/poison_nova-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4o0axk00iae0v549yragct", + "setCardId": "clm4o0gv100ibe0v5fv434rvk", + "setCard": { + "id": "clm4o0gv100ibe0v5fv434rvk", + "slug": "alp_poison_nova", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o0axk00iae0v549yragct", + "meta": { + "id": "clq3a01re00gksh27640ft54p", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of mephitic miasma", + "subType": "", + "rulesText": "Lethal\n\nDeal 1 damage to each other nearby minion.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o0gv100ibe0v5fv434rvk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_fire_exceptional_minion_cards.json b/data/beta_fire_exceptional_minion_cards.json new file mode 100644 index 0000000..136b2ba --- /dev/null +++ b/data/beta_fire_exceptional_minion_cards.json @@ -0,0 +1,2854 @@ +[ + { + "id": "clm4n4mys00bbe0v56sd76vqf", + "slug": "awakened_mummies", + "name": "Awakened Mummies", + "hotscore": 496, + "guardian": { + "id": "clq39ze4v00brsh27nn45i2vf", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Undead roused from rest", + "subType": "Undead", + "rulesText": "Summon Awakened Mummies burrowed safely. When an enemy unit moves onto the ground above them, they unburrow and intercept.", + "cost": 1, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4n4mys00bbe0v56sd76vqf" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gvh400r6s67p4b44bnbg", + "slug": "bet_awakened_mummies_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/awakened_mummies.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "Bodies in desert tombs are often very well preserved. Mayhap too well.", + "cardId": "clm4n4mys00bbe0v56sd76vqf", + "setCardId": "clot8gvfl00r4s67p8t1ldwws", + "setCard": { + "id": "clot8gvfl00r4s67p8t1ldwws", + "slug": "bet_awakened_mummies", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n4mys00bbe0v56sd76vqf", + "meta": { + "id": "clq39zedr00btsh27c52yjo4n", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Undead roused from rest", + "subType": "Undead", + "rulesText": "Summon Awakened Mummies burrowed safely. When an enemy unit moves onto the ground above them, they unburrow and intercept.", + "cost": 1, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8gvfl00r4s67p8t1ldwws" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gvil00r8s67p75kb6v37", + "slug": "bet_awakened_mummies_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/awakened_mummies-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "Bodies in desert tombs are often very well preserved. Mayhap too well.", + "cardId": "clm4n4mys00bbe0v56sd76vqf", + "setCardId": "clot8gvfl00r4s67p8t1ldwws", + "setCard": { + "id": "clot8gvfl00r4s67p8t1ldwws", + "slug": "bet_awakened_mummies", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n4mys00bbe0v56sd76vqf", + "meta": { + "id": "clq39zedr00btsh27c52yjo4n", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Undead roused from rest", + "subType": "Undead", + "rulesText": "Summon Awakened Mummies burrowed safely. When an enemy unit moves onto the ground above them, they unburrow and intercept.", + "cost": 1, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8gvfl00r4s67p8t1ldwws" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n4u9f00bde0v5fuvwe4qs", + "slug": "alp_awakened_mummies_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/awakened_mummies.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "Bodies in desert tombs are often very well preserved. Mayhap too well.", + "cardId": "clm4n4mys00bbe0v56sd76vqf", + "setCardId": "clm4n4syg00bce0v52reo75dk", + "setCard": { + "id": "clm4n4syg00bce0v52reo75dk", + "slug": "alp_awakened_mummies", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n4mys00bbe0v56sd76vqf", + "meta": { + "id": "clq39ze7800bssh271nm3dj3n", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Undead roused from rest", + "subType": "Undead", + "rulesText": "Summon Awakened Mummies burrowed safely. When an enemy unit moves onto the ground above them, they unburrow and intercept.", + "cost": 1, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4n4syg00bce0v52reo75dk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n51k700bee0v59jdw9gy4", + "slug": "alp_awakened_mummies_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/awakened_mummies-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "Bodies in desert tombs are often very well preserved. Mayhap too well.", + "cardId": "clm4n4mys00bbe0v56sd76vqf", + "setCardId": "clm4n4syg00bce0v52reo75dk", + "setCard": { + "id": "clm4n4syg00bce0v52reo75dk", + "slug": "alp_awakened_mummies", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n4mys00bbe0v56sd76vqf", + "meta": { + "id": "clq39ze7800bssh271nm3dj3n", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Undead roused from rest", + "subType": "Undead", + "rulesText": "Summon Awakened Mummies burrowed safely. When an enemy unit moves onto the ground above them, they unburrow and intercept.", + "cost": 1, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4n4syg00bce0v52reo75dk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n5p4700bje0v5cjh64wua", + "slug": "bane_widow", + "name": "Bane Widow", + "hotscore": 908, + "guardian": { + "id": "clq39zexg00bxsh27awz0hq8m", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with venom-dript fangs", + "subType": "Beast", + "rulesText": "Genesis → May kill target minion here.", + "cost": 4, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4n5p4700bje0v5cjh64wua" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gw4c00rks67pdbn57drt", + "slug": "bet_bane_widow_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bane_widow.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "Born of earth, yet suckled by Hell's fire.\r\n", + "cardId": "clm4n5p4700bje0v5cjh64wua", + "setCardId": "clot8gw2m00ris67peje86i7v", + "setCard": { + "id": "clot8gw2m00ris67peje86i7v", + "slug": "bet_bane_widow", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n5p4700bje0v5cjh64wua", + "meta": { + "id": "clq39zf5k00bzsh27tuqoeq1x", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with venom-dript fangs", + "subType": "Beast", + "rulesText": "Genesis → May kill target minion here.", + "cost": 4, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gw2m00ris67peje86i7v" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gw5z00rms67p4t2h7svd", + "slug": "bet_bane_widow_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bane_widow-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "Born of earth, yet suckled by Hell's fire.\r\n", + "cardId": "clm4n5p4700bje0v5cjh64wua", + "setCardId": "clot8gw2m00ris67peje86i7v", + "setCard": { + "id": "clot8gw2m00ris67peje86i7v", + "slug": "bet_bane_widow", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n5p4700bje0v5cjh64wua", + "meta": { + "id": "clq39zf5k00bzsh27tuqoeq1x", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with venom-dript fangs", + "subType": "Beast", + "rulesText": "Genesis → May kill target minion here.", + "cost": 4, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gw2m00ris67peje86i7v" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n5wet00ble0v53xrggsnu", + "slug": "alp_bane_widow_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bane_widow.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "Born of earth, yet suckled by Hell's fire.\n", + "cardId": "clm4n5p4700bje0v5cjh64wua", + "setCardId": "clm4n5v3t00bke0v51vpaau17", + "setCard": { + "id": "clm4n5v3t00bke0v51vpaau17", + "slug": "alp_bane_widow", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n5p4700bje0v5cjh64wua", + "meta": { + "id": "clq39zf0000bysh272vpzcdyx", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with venom-dript fangs", + "subType": "Beast", + "rulesText": "Genesis → May kill target minion here.", + "cost": 4, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n5v3t00bke0v51vpaau17" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n62zy00bme0v50e1k7zxq", + "slug": "alp_bane_widow_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bane_widow-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "Born of earth, yet suckled by Hell's fire.\n", + "cardId": "clm4n5p4700bje0v5cjh64wua", + "setCardId": "clm4n5v3t00bke0v51vpaau17", + "setCard": { + "id": "clm4n5v3t00bke0v51vpaau17", + "slug": "alp_bane_widow", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n5p4700bje0v5cjh64wua", + "meta": { + "id": "clq39zf0000bysh272vpzcdyx", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with venom-dript fangs", + "subType": "Beast", + "rulesText": "Genesis → May kill target minion here.", + "cost": 4, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n5v3t00bke0v51vpaau17" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n8hgg00c4e0v5cnt3dp1b", + "slug": "clamor_of_harpies", + "name": "Clamor of Harpies", + "hotscore": 2272, + "guardian": { + "id": "clq39zgy700ccsh27np8o0nas", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Monsters of ardent desire", + "subType": "Monster", + "rulesText": "Airborne\r\n\r\nGenesis → Teleport target weaker minion to this location. Clamor of Harpies may strike it.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4n8hgg00c4e0v5cnt3dp1b" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gxqs00sjs67pfabjpazo", + "slug": "bet_clamor_of_harpies_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/clamor_of_harpies.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4n8hgg00c4e0v5cnt3dp1b", + "setCardId": "clot8gxp900shs67pot09vx0u", + "setCard": { + "id": "clot8gxp900shs67pot09vx0u", + "slug": "bet_clamor_of_harpies", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n8hgg00c4e0v5cnt3dp1b", + "meta": { + "id": "clq39zh8600cesh27oiqxi5v0", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Monsters of ardent desire", + "subType": "Monster", + "rulesText": "Airborne\r\n\r\nGenesis → Teleport target weaker minion to this location. Clamor of Harpies may strike it.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8gxp900shs67pot09vx0u" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gxsd00sls67p68t2mcbt", + "slug": "bet_clamor_of_harpies_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/clamor_of_harpies-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4n8hgg00c4e0v5cnt3dp1b", + "setCardId": "clot8gxp900shs67pot09vx0u", + "setCard": { + "id": "clot8gxp900shs67pot09vx0u", + "slug": "bet_clamor_of_harpies", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n8hgg00c4e0v5cnt3dp1b", + "meta": { + "id": "clq39zh8600cesh27oiqxi5v0", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Monsters of ardent desire", + "subType": "Monster", + "rulesText": "Airborne\r\n\r\nGenesis → Teleport target weaker minion to this location. Clamor of Harpies may strike it.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8gxp900shs67pot09vx0u" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n8pb400c6e0v58ql8bz9m", + "slug": "alp_clamor_of_harpies_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/clamor_of_harpies.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4n8hgg00c4e0v5cnt3dp1b", + "setCardId": "clm4n8nzu00c5e0v5cbsq183v", + "setCard": { + "id": "clm4n8nzu00c5e0v5cbsq183v", + "slug": "alp_clamor_of_harpies", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n8hgg00c4e0v5cnt3dp1b", + "meta": { + "id": "clq39zh0k00cdsh27pzha9lm7", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Monsters of ardent desire", + "subType": "Monster", + "rulesText": "Airborne\n\nGenesis → Teleport target weaker minion to this location. Clamor of Harpies may strike it.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4n8nzu00c5e0v5cbsq183v" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n92ax00c8e0v5akxpafip", + "slug": "alp_clamor_of_harpies_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/clamor_of_harpies-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4n8hgg00c4e0v5cnt3dp1b", + "setCardId": "clm4n8nzu00c5e0v5cbsq183v", + "setCard": { + "id": "clm4n8nzu00c5e0v5cbsq183v", + "slug": "alp_clamor_of_harpies", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n8hgg00c4e0v5cnt3dp1b", + "meta": { + "id": "clq39zh0k00cdsh27pzha9lm7", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Monsters of ardent desire", + "subType": "Monster", + "rulesText": "Airborne\n\nGenesis → Teleport target weaker minion to this location. Clamor of Harpies may strike it.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4n8nzu00c5e0v5cbsq183v" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n8wbt00c7e0v5g4xefeov", + "slug": "alp_clamor_of_harpies_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/clamor_of_harpies-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4n8hgg00c4e0v5cnt3dp1b", + "setCardId": "clm4n8nzu00c5e0v5cbsq183v", + "setCard": { + "id": "clm4n8nzu00c5e0v5cbsq183v", + "slug": "alp_clamor_of_harpies", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n8hgg00c4e0v5cnt3dp1b", + "meta": { + "id": "clq39zh0k00cdsh27pzha9lm7", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Monsters of ardent desire", + "subType": "Monster", + "rulesText": "Airborne\n\nGenesis → Teleport target weaker minion to this location. Clamor of Harpies may strike it.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4n8nzu00c5e0v5cbsq183v" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n93gz00c9e0v5afyj0lw0", + "slug": "colicky_dragonettes", + "name": "Colicky Dragonettes", + "hotscore": 2556, + "guardian": { + "id": "clq39zhdx00cfsh27vn5br238", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Dragons disgorge dollops of flame", + "subType": "Dragon", + "rulesText": "At the end of your turn, Colicky Dragonettes shoot a projectile. It deals 1 damage.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4n93gz00c9e0v5afyj0lw0" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gy1x00sqs67pd3ulukea", + "slug": "bet_colicky_dragonettes_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/colicky_dragonettes.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "Wee dragon’s game a belch of flame to lay the mighty low.", + "cardId": "clm4n93gz00c9e0v5afyj0lw0", + "setCardId": "clot8gy0d00sos67px5r1b6i3", + "setCard": { + "id": "clot8gy0d00sos67px5r1b6i3", + "slug": "bet_colicky_dragonettes", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n93gz00c9e0v5afyj0lw0", + "meta": { + "id": "clq39zhnx00chsh27bzg7xfii", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Dragons disgorge dollops of flame", + "subType": "Dragon", + "rulesText": "At the end of your turn, Colicky Dragonettes shoot a projectile. It deals 1 damage.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gy0d00sos67px5r1b6i3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gy3h00sss67p3t86ik7x", + "slug": "bet_colicky_dragonettes_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/colicky_dragonettes-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "Wee dragon’s game a belch of flame to lay the mighty low.", + "cardId": "clm4n93gz00c9e0v5afyj0lw0", + "setCardId": "clot8gy0d00sos67px5r1b6i3", + "setCard": { + "id": "clot8gy0d00sos67px5r1b6i3", + "slug": "bet_colicky_dragonettes", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n93gz00c9e0v5afyj0lw0", + "meta": { + "id": "clq39zhnx00chsh27bzg7xfii", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Dragons disgorge dollops of flame", + "subType": "Dragon", + "rulesText": "At the end of your turn, Colicky Dragonettes shoot a projectile. It deals 1 damage.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gy0d00sos67px5r1b6i3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n9aeo00cbe0v5b0rwfuqw", + "slug": "alp_colicky_dragonettes_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/colicky_dragonettes.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "Wee dragon’s game a belch of flame to lay the mighty low.", + "cardId": "clm4n93gz00c9e0v5afyj0lw0", + "setCardId": "clm4n98x500cae0v549x05xo2", + "setCard": { + "id": "clm4n98x500cae0v549x05xo2", + "slug": "alp_colicky_dragonettes", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n93gz00c9e0v5afyj0lw0", + "meta": { + "id": "clq39zhg700cgsh27xexjj0qc", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Dragons disgorge dollops of flame", + "subType": "Dragon", + "rulesText": "At the end of your turn, Colicky Dragonettes shoot a projectile. It deals 1 damage.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n98x500cae0v549x05xo2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n9mai00cde0v5abukcjwm", + "slug": "alp_colicky_dragonettes_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/colicky_dragonettes-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jeff Easley", + "flavorText": "Wee dragon’s game a belch of flame to lay the mighty low.", + "cardId": "clm4n93gz00c9e0v5afyj0lw0", + "setCardId": "clm4n98x500cae0v549x05xo2", + "setCard": { + "id": "clm4n98x500cae0v549x05xo2", + "slug": "alp_colicky_dragonettes", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n93gz00c9e0v5afyj0lw0", + "meta": { + "id": "clq39zhg700cgsh27xexjj0qc", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Dragons disgorge dollops of flame", + "subType": "Dragon", + "rulesText": "At the end of your turn, Colicky Dragonettes shoot a projectile. It deals 1 damage.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n98x500cae0v549x05xo2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n9goc00cce0v53egv7t1o", + "slug": "alp_colicky_dragonettes_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/colicky_dragonettes-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "Wee dragon’s game a belch of flame to lay the mighty low.", + "cardId": "clm4n93gz00c9e0v5afyj0lw0", + "setCardId": "clm4n98x500cae0v549x05xo2", + "setCard": { + "id": "clm4n98x500cae0v549x05xo2", + "slug": "alp_colicky_dragonettes", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n93gz00c9e0v5afyj0lw0", + "meta": { + "id": "clq39zhg700cgsh27xexjj0qc", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Dragons disgorge dollops of flame", + "subType": "Dragon", + "rulesText": "At the end of your turn, Colicky Dragonettes shoot a projectile. It deals 1 damage.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n98x500cae0v549x05xo2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nbd1f00cre0v5c5rz1i3g", + "slug": "escyllion_cyclops", + "name": "Escyllion Cyclops", + "hotscore": 262, + "guardian": { + "id": "clq39zj1s00crsh27dvlha3ww", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Monster of singular focus", + "subType": "Monster", + "rulesText": "Doesn’t strike back while defending.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4nbd1f00cre0v5c5rz1i3g" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gzba00tis67pmjzx2172", + "slug": "bet_escyllion_cyclops_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/escyllion_cyclops.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "“We wept and raised our hands to the heavens on seeing such a horrific sight, for we knew not what else to do.” — Homer", + "cardId": "clm4nbd1f00cre0v5c5rz1i3g", + "setCardId": "clot8gz9m00tgs67phniidcpa", + "setCard": { + "id": "clot8gz9m00tgs67phniidcpa", + "slug": "bet_escyllion_cyclops", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nbd1f00cre0v5c5rz1i3g", + "meta": { + "id": "clq39zj9r00ctsh277x8neulo", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Monster of singular focus", + "subType": "Monster", + "rulesText": "Doesn’t strike back while defending.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gz9m00tgs67phniidcpa" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gzcr00tks67pjfgm39v4", + "slug": "bet_escyllion_cyclops_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/escyllion_cyclops-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "“We wept and raised our hands to the heavens on seeing such a horrific sight, for we knew not what else to do.” — Homer", + "cardId": "clm4nbd1f00cre0v5c5rz1i3g", + "setCardId": "clot8gz9m00tgs67phniidcpa", + "setCard": { + "id": "clot8gz9m00tgs67phniidcpa", + "slug": "bet_escyllion_cyclops", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nbd1f00cre0v5c5rz1i3g", + "meta": { + "id": "clq39zj9r00ctsh277x8neulo", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Monster of singular focus", + "subType": "Monster", + "rulesText": "Doesn’t strike back while defending.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gz9m00tgs67phniidcpa" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nbjy700cte0v52qhe3vvj", + "slug": "alp_escyllion_cyclops_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/escyllion_cyclops.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "“We wept and raised our hands to the heavens on seeing such a horrific sight, for we knew not what else to do.” — Homer", + "cardId": "clm4nbd1f00cre0v5c5rz1i3g", + "setCardId": "clm4nbimv00cse0v5eh7hf4a5", + "setCard": { + "id": "clm4nbimv00cse0v5eh7hf4a5", + "slug": "alp_escyllion_cyclops", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nbd1f00cre0v5c5rz1i3g", + "meta": { + "id": "clq39zj4400cssh27qq4oto2t", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Monster of singular focus", + "subType": "Monster", + "rulesText": "Doesn’t strike back while defending.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nbimv00cse0v5eh7hf4a5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nbqhz00cue0v5a1d79218", + "slug": "alp_escyllion_cyclops_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/escyllion_cyclops-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "“We wept and raised our hands to the heavens on seeing such a horrific sight, for we knew not what else to do.” — Homer", + "cardId": "clm4nbd1f00cre0v5c5rz1i3g", + "setCardId": "clm4nbimv00cse0v5eh7hf4a5", + "setCard": { + "id": "clm4nbimv00cse0v5eh7hf4a5", + "slug": "alp_escyllion_cyclops", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nbd1f00cre0v5c5rz1i3g", + "meta": { + "id": "clq39zj4400cssh27qq4oto2t", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Monster of singular focus", + "subType": "Monster", + "rulesText": "Doesn’t strike back while defending.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nbimv00cse0v5eh7hf4a5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ncxba00d3e0v5502zatkk", + "slug": "hillock_basilisk", + "name": "Hillock Basilisk", + "hotscore": 877, + "guardian": { + "id": "clq39zk8500d0sh27vvg4jbgw", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with an adamant eye", + "subType": "Beast", + "rulesText": "Other minions at rest here or one step in front of Hillock Basilisk are disabled.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4ncxba00d3e0v5502zatkk" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h09y00u3s67paxc77nri", + "slug": "bet_hillock_basilisk_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/hillock_basilisk.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4ncxba00d3e0v5502zatkk", + "setCardId": "clot8h08800u1s67p89q3vqm8", + "setCard": { + "id": "clot8h08800u1s67p89q3vqm8", + "slug": "bet_hillock_basilisk", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ncxba00d3e0v5502zatkk", + "meta": { + "id": "clq39zki100d2sh27v9anbpwb", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with an adamant eye", + "subType": "Beast", + "rulesText": "Other minions at rest here or one step in front of Hillock Basilisk are disabled.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h08800u1s67p89q3vqm8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h0bf00u5s67p17ad6jfl", + "slug": "bet_hillock_basilisk_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/hillock_basilisk-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4ncxba00d3e0v5502zatkk", + "setCardId": "clot8h08800u1s67p89q3vqm8", + "setCard": { + "id": "clot8h08800u1s67p89q3vqm8", + "slug": "bet_hillock_basilisk", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ncxba00d3e0v5502zatkk", + "meta": { + "id": "clq39zki100d2sh27v9anbpwb", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with an adamant eye", + "subType": "Beast", + "rulesText": "Other minions at rest here or one step in front of Hillock Basilisk are disabled.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h08800u1s67p89q3vqm8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nd4f600d5e0v53pbo8wku", + "slug": "alp_hillock_basilisk_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/hillock_basilisk.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4ncxba00d3e0v5502zatkk", + "setCardId": "clm4nd34700d4e0v54kif6uia", + "setCard": { + "id": "clm4nd34700d4e0v54kif6uia", + "slug": "alp_hillock_basilisk", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ncxba00d3e0v5502zatkk", + "meta": { + "id": "clq39zkai00d1sh2762zu7f7p", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with an adamant eye", + "subType": "Beast", + "rulesText": "Other minions at rest here or one step in front of Hillock Basilisk are disabled.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nd34700d4e0v54kif6uia" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ndg7b00d7e0v5h8942a3s", + "slug": "alp_hillock_basilisk_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/hillock_basilisk-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4ncxba00d3e0v5502zatkk", + "setCardId": "clm4nd34700d4e0v54kif6uia", + "setCard": { + "id": "clm4nd34700d4e0v54kif6uia", + "slug": "alp_hillock_basilisk", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ncxba00d3e0v5502zatkk", + "meta": { + "id": "clq39zkai00d1sh2762zu7f7p", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with an adamant eye", + "subType": "Beast", + "rulesText": "Other minions at rest here or one step in front of Hillock Basilisk are disabled.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nd34700d4e0v54kif6uia" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ndase00d6e0v52vpw86ji", + "slug": "alp_hillock_basilisk_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/hillock_basilisk-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4ncxba00d3e0v5502zatkk", + "setCardId": "clm4nd34700d4e0v54kif6uia", + "setCard": { + "id": "clm4nd34700d4e0v54kif6uia", + "slug": "alp_hillock_basilisk", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ncxba00d3e0v5502zatkk", + "meta": { + "id": "clq39zkai00d1sh2762zu7f7p", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with an adamant eye", + "subType": "Beast", + "rulesText": "Other minions at rest here or one step in front of Hillock Basilisk are disabled.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nd34700d4e0v54kif6uia" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nek9300dhe0v5dfcucxdr", + "slug": "lava_salamander", + "name": "Lava Salamander", + "hotscore": 869, + "guardian": { + "id": "clq39zlhe00d9sh27r5xc9uvh", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a fiery temper", + "subType": "Beast", + "rulesText": "Fire Spellcaster\r\n\r\nTakes no damage from fire spells.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4nek9300dhe0v5dfcucxdr" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h18l00uos67prsy1tyw3", + "slug": "bet_lava_salamander_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lava_salamander.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Attempts to induce metamorphosis in neotinic lavalotls were, unfortunately, successful.", + "cardId": "clm4nek9300dhe0v5dfcucxdr", + "setCardId": "clot8h17300ums67pk8zwc9iq", + "setCard": { + "id": "clot8h17300ums67pk8zwc9iq", + "slug": "bet_lava_salamander", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nek9300dhe0v5dfcucxdr", + "meta": { + "id": "clq39zlpp00dbsh27z40n5lo5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a fiery temper", + "subType": "Beast", + "rulesText": "Fire Spellcaster\r\n\r\nTakes no damage from fire spells.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h17300ums67pk8zwc9iq" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h1a400uqs67p4jv8it8p", + "slug": "bet_lava_salamander_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lava_salamander-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Attempts to induce metamorphosis in neotinic lavalotls were, unfortunately, successful.", + "cardId": "clm4nek9300dhe0v5dfcucxdr", + "setCardId": "clot8h17300ums67pk8zwc9iq", + "setCard": { + "id": "clot8h17300ums67pk8zwc9iq", + "slug": "bet_lava_salamander", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nek9300dhe0v5dfcucxdr", + "meta": { + "id": "clq39zlpp00dbsh27z40n5lo5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a fiery temper", + "subType": "Beast", + "rulesText": "Fire Spellcaster\r\n\r\nTakes no damage from fire spells.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h17300ums67pk8zwc9iq" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nerkx00dje0v5914qeweb", + "slug": "alp_lava_salamander_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lava_salamander.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4nek9300dhe0v5dfcucxdr", + "setCardId": "clm4neq9m00die0v5150o5vpo", + "setCard": { + "id": "clm4neq9m00die0v5150o5vpo", + "slug": "alp_lava_salamander", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nek9300dhe0v5dfcucxdr", + "meta": { + "id": "clq39zlju00dash27sr9vj53l", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a fiery temper", + "subType": "Beast", + "rulesText": "Fire Spellcaster\n\nTakes no damage from fire spells.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4neq9m00die0v5150o5vpo" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ney6900dke0v55kin75af", + "slug": "alp_lava_salamander_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lava_salamander-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4nek9300dhe0v5dfcucxdr", + "setCardId": "clm4neq9m00die0v5150o5vpo", + "setCard": { + "id": "clm4neq9m00die0v5150o5vpo", + "slug": "alp_lava_salamander", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nek9300dhe0v5dfcucxdr", + "meta": { + "id": "clq39zlju00dash27sr9vj53l", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a fiery temper", + "subType": "Beast", + "rulesText": "Fire Spellcaster\n\nTakes no damage from fire spells.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4neq9m00die0v5150o5vpo" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ng5xo00due0v56nizansq", + "slug": "outback_strider", + "name": "Outback Strider", + "hotscore": 730, + "guardian": { + "id": "clq39zmow00dish27zfreelhu", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal finds solace in solitude", + "subType": "Mortal", + "rulesText": "Moves freely between land sites not occupied by other units.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4ng5xo00due0v56nizansq" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h26s00v9s67px86vudav", + "slug": "bet_outback_strider_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/outback_strider.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ng5xo00due0v56nizansq", + "setCardId": "clot8h25900v7s67pqvanonad", + "setCard": { + "id": "clot8h25900v7s67pqvanonad", + "slug": "bet_outback_strider", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ng5xo00due0v56nizansq", + "meta": { + "id": "clq39zmwu00dksh27rcqfvnvx", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal finds solace in solitude", + "subType": "Mortal", + "rulesText": "Moves freely between land sites not occupied by other units.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h25900v7s67pqvanonad" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h28e00vbs67p9m40jg3d", + "slug": "bet_outback_strider_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/outback_strider-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ng5xo00due0v56nizansq", + "setCardId": "clot8h25900v7s67pqvanonad", + "setCard": { + "id": "clot8h25900v7s67pqvanonad", + "slug": "bet_outback_strider", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ng5xo00due0v56nizansq", + "meta": { + "id": "clq39zmwu00dksh27rcqfvnvx", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal finds solace in solitude", + "subType": "Mortal", + "rulesText": "Moves freely between land sites not occupied by other units.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h25900v7s67pqvanonad" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ngcx000dwe0v58l0m6w0s", + "slug": "alp_outback_strider_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/outback_strider.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ng5xo00due0v56nizansq", + "setCardId": "clm4ngblv00dve0v59rj6hbtz", + "setCard": { + "id": "clm4ngblv00dve0v59rj6hbtz", + "slug": "alp_outback_strider", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ng5xo00due0v56nizansq", + "meta": { + "id": "clq39zmr800djsh27420bd8nj", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal finds solace in solitude", + "subType": "Mortal", + "rulesText": "Moves freely between unoccupied land sites.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4ngblv00dve0v59rj6hbtz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ngjo400dxe0v51ojv9ped", + "slug": "alp_outback_strider_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/outback_strider-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ng5xo00due0v56nizansq", + "setCardId": "clm4ngblv00dve0v59rj6hbtz", + "setCard": { + "id": "clm4ngblv00dve0v59rj6hbtz", + "slug": "alp_outback_strider", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ng5xo00due0v56nizansq", + "meta": { + "id": "clq39zmr800djsh27420bd8nj", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal finds solace in solitude", + "subType": "Mortal", + "rulesText": "Moves freely between unoccupied land sites.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4ngblv00dve0v59rj6hbtz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nieo300ece0v52oua58w3", + "slug": "quarrelsome_kobolds", + "name": "Quarrelsome Kobolds", + "hotscore": 3126, + "guardian": { + "id": "clq39zoc300dush27c0n4unxh", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Goblins raise a ruckus", + "subType": "Goblin", + "rulesText": "At the end of your turn, Quarrelsome Kobolds strike themselves or another target adjacent unit.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nieo300ece0v52oua58w3" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h3kv00w1s67p2hsznkqj", + "slug": "bet_quarrelsome_kobolds_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/quarrelsome_kobolds.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "“He started it!” — The one that started it", + "cardId": "clm4nieo300ece0v52oua58w3", + "setCardId": "clot8h3jd00vzs67psjnbgcrf", + "setCard": { + "id": "clot8h3jd00vzs67psjnbgcrf", + "slug": "bet_quarrelsome_kobolds", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nieo300ece0v52oua58w3", + "meta": { + "id": "clq39zolz00dwsh27ziye8pde", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Goblins raise a ruckus", + "subType": "Goblin", + "rulesText": "At the end of your turn, Quarrelsome Kobolds strike themselves or another target adjacent unit.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h3jd00vzs67psjnbgcrf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h3md00w3s67ph3oq7heo", + "slug": "bet_quarrelsome_kobolds_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/quarrelsome_kobolds-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "“He started it!” — The one that started it", + "cardId": "clm4nieo300ece0v52oua58w3", + "setCardId": "clot8h3jd00vzs67psjnbgcrf", + "setCard": { + "id": "clot8h3jd00vzs67psjnbgcrf", + "slug": "bet_quarrelsome_kobolds", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nieo300ece0v52oua58w3", + "meta": { + "id": "clq39zolz00dwsh27ziye8pde", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Goblins raise a ruckus", + "subType": "Goblin", + "rulesText": "At the end of your turn, Quarrelsome Kobolds strike themselves or another target adjacent unit.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h3jd00vzs67psjnbgcrf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nileu00eee0v5h6i91aa3", + "slug": "alp_quarrelsome_kobolds_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/quarrelsome_kobolds.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "“He started it!” — The one that started it", + "cardId": "clm4nieo300ece0v52oua58w3", + "setCardId": "clm4nik3v00ede0v5f8wu4cz8", + "setCard": { + "id": "clm4nik3v00ede0v5f8wu4cz8", + "slug": "alp_quarrelsome_kobolds", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nieo300ece0v52oua58w3", + "meta": { + "id": "clq39zoel00dvsh27d94qmigw", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Goblins raise a ruckus", + "subType": "Goblin", + "rulesText": "At the end of your turn, Quarrelsome Kobolds strike themselves or another target adjacent unit.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nik3v00ede0v5f8wu4cz8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4niygg00ege0v5elm40po2", + "slug": "alp_quarrelsome_kobolds_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/quarrelsome_kobolds-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Alan Pollack", + "flavorText": "“He started it!” — The one that started it", + "cardId": "clm4nieo300ece0v52oua58w3", + "setCardId": "clm4nik3v00ede0v5f8wu4cz8", + "setCard": { + "id": "clm4nik3v00ede0v5f8wu4cz8", + "slug": "alp_quarrelsome_kobolds", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nieo300ece0v52oua58w3", + "meta": { + "id": "clq39zoel00dvsh27d94qmigw", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Goblins raise a ruckus", + "subType": "Goblin", + "rulesText": "At the end of your turn, Quarrelsome Kobolds strike themselves or another target adjacent unit.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nik3v00ede0v5f8wu4cz8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nisfc00efe0v55g4xflyt", + "slug": "alp_quarrelsome_kobolds_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/quarrelsome_kobolds-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "“He started it!” — The one that started it", + "cardId": "clm4nieo300ece0v52oua58w3", + "setCardId": "clm4nik3v00ede0v5f8wu4cz8", + "setCard": { + "id": "clm4nik3v00ede0v5f8wu4cz8", + "slug": "alp_quarrelsome_kobolds", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nieo300ece0v52oua58w3", + "meta": { + "id": "clq39zoel00dvsh27d94qmigw", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Goblins raise a ruckus", + "subType": "Goblin", + "rulesText": "At the end of your turn, Quarrelsome Kobolds strike themselves or another target adjacent unit.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nik3v00ede0v5f8wu4cz8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nlb2z00f1e0v544ix1cpo", + "slug": "scavenging_fiend", + "name": "Scavenging Fiend", + "hotscore": 752, + "guardian": { + "id": "clq39zqjq00e9sh2716yiwcc0", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Demon rummages refuse", + "subType": "Demon", + "rulesText": "Genesis → Conjure a broken artifact to this location.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nlb2z00f1e0v544ix1cpo" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h57s00x0s67p37g9xtyg", + "slug": "bet_scavenging_fiend_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/scavenging_fiend.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4nlb2z00f1e0v544ix1cpo", + "setCardId": "clot8h56b00wys67pfnrzm89w", + "setCard": { + "id": "clot8h56b00wys67pfnrzm89w", + "slug": "bet_scavenging_fiend", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nlb2z00f1e0v544ix1cpo", + "meta": { + "id": "clq39zqso00ebsh27dws5fpgk", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Demon rummages refuse", + "subType": "Demon", + "rulesText": "Genesis → Conjure a broken artifact to this location.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h56b00wys67pfnrzm89w" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h59b00x2s67p8878jeb3", + "slug": "bet_scavenging_fiend_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/scavenging_fiend-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4nlb2z00f1e0v544ix1cpo", + "setCardId": "clot8h56b00wys67pfnrzm89w", + "setCard": { + "id": "clot8h56b00wys67pfnrzm89w", + "slug": "bet_scavenging_fiend", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nlb2z00f1e0v544ix1cpo", + "meta": { + "id": "clq39zqso00ebsh27dws5fpgk", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Demon rummages refuse", + "subType": "Demon", + "rulesText": "Genesis → Conjure a broken artifact to this location.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h56b00wys67pfnrzm89w" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nli6m00f3e0v5f9go3ndm", + "slug": "alp_scavenging_fiend_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/scavenging_fiend.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4nlb2z00f1e0v544ix1cpo", + "setCardId": "clm4nlgvl00f2e0v55xa70xbs", + "setCard": { + "id": "clm4nlgvl00f2e0v55xa70xbs", + "slug": "alp_scavenging_fiend", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nlb2z00f1e0v544ix1cpo", + "meta": { + "id": "clq39zqmh00eash27bte2elek", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Demon rummages refuse", + "subType": "Demon", + "rulesText": "Genesis → Conjure a broken artifact to this location.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nlgvl00f2e0v55xa70xbs" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nlpaf00f4e0v5hrk2heaa", + "slug": "alp_scavenging_fiend_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/scavenging_fiend-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4nlb2z00f1e0v544ix1cpo", + "setCardId": "clm4nlgvl00f2e0v55xa70xbs", + "setCard": { + "id": "clm4nlgvl00f2e0v55xa70xbs", + "slug": "alp_scavenging_fiend", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nlb2z00f1e0v544ix1cpo", + "meta": { + "id": "clq39zqmh00eash27bte2elek", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Demon rummages refuse", + "subType": "Demon", + "rulesText": "Genesis → Conjure a broken artifact to this location.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nlgvl00f2e0v55xa70xbs" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nmxd300fde0v5dk6jhwel", + "slug": "swiven_scout", + "name": "Swiven Scout", + "hotscore": 981, + "guardian": { + "id": "clq39zrrs00eish27jjd10gie", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal keeps her distance", + "subType": "Mortal", + "rulesText": "Movement +1\r\n\r\nEnemy Avatars within Swiven Scout's range of motion play with their hands revealed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nmxd300fde0v5dk6jhwel" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h67400xls67pgb029b7h", + "slug": "bet_swiven_scout_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/swiven_scout.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "\"Know thine enemy and know thyself, and feel not the awe of a hundred battles.\"\r\n— Sun Tzu", + "cardId": "clm4nmxd300fde0v5dk6jhwel", + "setCardId": "clot8h65l00xjs67pnq2vsyex", + "setCard": { + "id": "clot8h65l00xjs67pnq2vsyex", + "slug": "bet_swiven_scout", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nmxd300fde0v5dk6jhwel", + "meta": { + "id": "clq39zrzt00eksh27rz7nz6d5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal keeps her distance", + "subType": "Mortal", + "rulesText": "Movement +1\r\n\r\nEnemy Avatars within Swiven Scout's range of motion play with their hands revealed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h65l00xjs67pnq2vsyex" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h68n00xns67pl385fdg8", + "slug": "bet_swiven_scout_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/swiven_scout-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "\"Know thine enemy and know thyself, and feel not the awe of a hundred battles.\"\r\n— Sun Tzu", + "cardId": "clm4nmxd300fde0v5dk6jhwel", + "setCardId": "clot8h65l00xjs67pnq2vsyex", + "setCard": { + "id": "clot8h65l00xjs67pnq2vsyex", + "slug": "bet_swiven_scout", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nmxd300fde0v5dk6jhwel", + "meta": { + "id": "clq39zrzt00eksh27rz7nz6d5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal keeps her distance", + "subType": "Mortal", + "rulesText": "Movement +1\r\n\r\nEnemy Avatars within Swiven Scout's range of motion play with their hands revealed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h65l00xjs67pnq2vsyex" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nn4wo00ffe0v5f43v6iq8", + "slug": "alp_swiven_scout_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/swiven_scout.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "\"Know thine enemy and know thyself, and feel not the awe of a hundred battles.\"\n— Sun Tzu", + "cardId": "clm4nmxd300fde0v5dk6jhwel", + "setCardId": "clm4nn3l000fee0v5berqfo6j", + "setCard": { + "id": "clm4nn3l000fee0v5berqfo6j", + "slug": "alp_swiven_scout", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nmxd300fde0v5dk6jhwel", + "meta": { + "id": "clq39zru300ejsh27g4w5asv5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal keeps her distance", + "subType": "Mortal", + "rulesText": "Movement +1\n\nEnemy Avatars within Swiven Scout's range of motion play with their hands revealed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nn3l000fee0v5berqfo6j" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nnbh200fge0v57cgs0bsd", + "slug": "alp_swiven_scout_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/swiven_scout-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "\"Know thine enemy and know thyself, and feel not the awe of a hundred battles.\"\n— Sun Tzu", + "cardId": "clm4nmxd300fde0v5dk6jhwel", + "setCardId": "clm4nn3l000fee0v5berqfo6j", + "setCard": { + "id": "clm4nn3l000fee0v5berqfo6j", + "slug": "alp_swiven_scout", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nmxd300fde0v5dk6jhwel", + "meta": { + "id": "clq39zru300ejsh27g4w5asv5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal keeps her distance", + "subType": "Mortal", + "rulesText": "Movement +1\n\nEnemy Avatars within Swiven Scout's range of motion play with their hands revealed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nn3l000fee0v5berqfo6j" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nnh3100fhe0v53muaddd4", + "slug": "tvinnax_berserker", + "name": "Tvinnax Berserker", + "hotscore": 232, + "guardian": { + "id": "clq39zs5e00elsh27ghtugqth", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal lusts for blood", + "subType": "Mortal", + "rulesText": "Whenever Tvinnax Berserker can attack a unit, he must.\r\n \r\nUntap Tvinnax Berserker whenever he attacks and kills an enemy minion.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4nnh3100fhe0v53muaddd4" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h6i400xss67pgtwjiz15", + "slug": "bet_tvinnax_berserker_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/tvinnax_berserker.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "Most folk share naught with berserkers save for being, and even that not for long.", + "cardId": "clm4nnh3100fhe0v53muaddd4", + "setCardId": "clot8h6gk00xqs67p7ikzv4ap", + "setCard": { + "id": "clot8h6gk00xqs67p7ikzv4ap", + "slug": "bet_tvinnax_berserker", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nnh3100fhe0v53muaddd4", + "meta": { + "id": "clq39zsdm00ensh27ubzqwcoo", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal lusts for blood", + "subType": "Mortal", + "rulesText": "Whenever Tvinnax Berserker can attack a unit, he must.\r\n \r\nUntap Tvinnax Berserker whenever he attacks and kills an enemy minion.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h6gk00xqs67p7ikzv4ap" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h6jp00xus67p1p3osc2l", + "slug": "bet_tvinnax_berserker_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/tvinnax_berserker-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "Most folk share naught with berserkers save for being, and even that not for long.", + "cardId": "clm4nnh3100fhe0v53muaddd4", + "setCardId": "clot8h6gk00xqs67p7ikzv4ap", + "setCard": { + "id": "clot8h6gk00xqs67p7ikzv4ap", + "slug": "bet_tvinnax_berserker", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nnh3100fhe0v53muaddd4", + "meta": { + "id": "clq39zsdm00ensh27ubzqwcoo", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal lusts for blood", + "subType": "Mortal", + "rulesText": "Whenever Tvinnax Berserker can attack a unit, he must.\r\n \r\nUntap Tvinnax Berserker whenever he attacks and kills an enemy minion.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h6gk00xqs67p7ikzv4ap" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nnnu000fje0v5a6yc93pz", + "slug": "alp_tvinnax_berserker_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tvinnax_berserker.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4nnh3100fhe0v53muaddd4", + "setCardId": "clm4nnmim00fie0v5c63k22y9", + "setCard": { + "id": "clm4nnmim00fie0v5c63k22y9", + "slug": "alp_tvinnax_berserker", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nnh3100fhe0v53muaddd4", + "meta": { + "id": "clq39zs7w00emsh27847ofixz", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal lusts for blood", + "subType": "Mortal", + "rulesText": "Whenever Tvinnax Berserker can attack a unit, he must.\n\nUntap Tvinnax Berserker whenever he attacks and kills an enemy minion.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nnmim00fie0v5c63k22y9" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nnuxu00fke0v55mr8gcaw", + "slug": "alp_tvinnax_berserker_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tvinnax_berserker-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4nnh3100fhe0v53muaddd4", + "setCardId": "clm4nnmim00fie0v5c63k22y9", + "setCard": { + "id": "clm4nnmim00fie0v5c63k22y9", + "slug": "alp_tvinnax_berserker", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nnh3100fhe0v53muaddd4", + "meta": { + "id": "clq39zs7w00emsh27847ofixz", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal lusts for blood", + "subType": "Mortal", + "rulesText": "Whenever Tvinnax Berserker can attack a unit, he must.\n\nUntap Tvinnax Berserker whenever he attacks and kills an enemy minion.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nnmim00fie0v5c63k22y9" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nola900fpe0v53cyd66ml", + "slug": "wayfaring_pilgrim", + "name": "Wayfaring Pilgrim", + "hotscore": 863, + "guardian": { + "id": "clq39zsxk00ersh27qlv4srm6", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal on a spiritual journey", + "subType": "Mortal", + "rulesText": "Whenever Wayfaring Pilgrim enters each corner of the realm for the first time, you may draw a card.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nola900fpe0v53cyd66ml" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h75700y6s67pv6ltodtr", + "slug": "bet_wayfaring_pilgrim_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wayfaring_pilgrim.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4nola900fpe0v53cyd66ml", + "setCardId": "clot8h73i00y4s67p0btlgzu9", + "setCard": { + "id": "clot8h73i00y4s67p0btlgzu9", + "slug": "bet_wayfaring_pilgrim", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nola900fpe0v53cyd66ml", + "meta": { + "id": "clq39zt7f00etsh27r9t3mgnf", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal on a spiritual journey", + "subType": "Mortal", + "rulesText": "Whenever Wayfaring Pilgrim enters each corner of the realm for the first time, you may draw a card.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h73i00y4s67p0btlgzu9" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h76o00y8s67pu823784s", + "slug": "bet_wayfaring_pilgrim_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wayfaring_pilgrim-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4nola900fpe0v53cyd66ml", + "setCardId": "clot8h73i00y4s67p0btlgzu9", + "setCard": { + "id": "clot8h73i00y4s67p0btlgzu9", + "slug": "bet_wayfaring_pilgrim", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nola900fpe0v53cyd66ml", + "meta": { + "id": "clq39zt7f00etsh27r9t3mgnf", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal on a spiritual journey", + "subType": "Mortal", + "rulesText": "Whenever Wayfaring Pilgrim enters each corner of the realm for the first time, you may draw a card.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h73i00y4s67p0btlgzu9" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nos3800fre0v5brknbltx", + "slug": "alp_wayfaring_pilgrim_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wayfaring_pilgrim.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4nola900fpe0v53cyd66ml", + "setCardId": "clm4noqrw00fqe0v5b9vefafc", + "setCard": { + "id": "clm4noqrw00fqe0v5b9vefafc", + "slug": "alp_wayfaring_pilgrim", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nola900fpe0v53cyd66ml", + "meta": { + "id": "clq39zszy00essh27ustolm9b", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal on a spiritual journey", + "subType": "Mortal", + "rulesText": "Whenever Wayfaring Pilgrim enters each corner of the realm for the first time, you may draw a card.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4noqrw00fqe0v5b9vefafc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4np55b00fte0v59txl7mo2", + "slug": "alp_wayfaring_pilgrim_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wayfaring_pilgrim-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4nola900fpe0v53cyd66ml", + "setCardId": "clm4noqrw00fqe0v5b9vefafc", + "setCard": { + "id": "clm4noqrw00fqe0v5b9vefafc", + "slug": "alp_wayfaring_pilgrim", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nola900fpe0v53cyd66ml", + "meta": { + "id": "clq39zszy00essh27ustolm9b", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal on a spiritual journey", + "subType": "Mortal", + "rulesText": "Whenever Wayfaring Pilgrim enters each corner of the realm for the first time, you may draw a card.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4noqrw00fqe0v5b9vefafc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4noz5g00fse0v531kuews2", + "slug": "alp_wayfaring_pilgrim_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wayfaring_pilgrim-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4nola900fpe0v53cyd66ml", + "setCardId": "clm4noqrw00fqe0v5b9vefafc", + "setCard": { + "id": "clm4noqrw00fqe0v5b9vefafc", + "slug": "alp_wayfaring_pilgrim", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nola900fpe0v53cyd66ml", + "meta": { + "id": "clq39zszy00essh27ustolm9b", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal on a spiritual journey", + "subType": "Mortal", + "rulesText": "Whenever Wayfaring Pilgrim enters each corner of the realm for the first time, you may draw a card.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4noqrw00fqe0v5b9vefafc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4np69q00fue0v592401wp5", + "slug": "wills_o_the_wisp", + "name": "Wills-o'-the-Wisp", + "hotscore": 1084, + "guardian": { + "id": "clq39ztdb00eush27sxudxhrp", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Spirits of fascination and folly", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nWhenever Wills-o’-the-Wisp are attacked, they may teleport to another nearby location or void to evade the attack.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4np69q00fue0v592401wp5" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h7gx00yds67pfnio4qy7", + "slug": "bet_wills_o_the_wisp_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wills_o_the_wisp.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4np69q00fue0v592401wp5", + "setCardId": "clot8h7fg00ybs67plsjqjh1r", + "setCard": { + "id": "clot8h7fg00ybs67plsjqjh1r", + "slug": "bet_wills_o_the_wisp", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4np69q00fue0v592401wp5", + "meta": { + "id": "clq39ztn100ewsh27lpvz6be5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Spirits of fascination and folly", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nWhenever Wills-o’-the-Wisp are attacked, they may teleport to another nearby location or void to evade the attack.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h7fg00ybs67plsjqjh1r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h7ig00yfs67pahk0ke1e", + "slug": "bet_wills_o_the_wisp_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wills_o_the_wisp-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4np69q00fue0v592401wp5", + "setCardId": "clot8h7fg00ybs67plsjqjh1r", + "setCard": { + "id": "clot8h7fg00ybs67plsjqjh1r", + "slug": "bet_wills_o_the_wisp", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4np69q00fue0v592401wp5", + "meta": { + "id": "clq39ztn100ewsh27lpvz6be5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Spirits of fascination and folly", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nWhenever Wills-o’-the-Wisp are attacked, they may teleport to another nearby location or void to evade the attack.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h7fg00ybs67plsjqjh1r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4npdgx00fwe0v58odf7m47", + "slug": "alp_wills_o_the_wisp_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wills_o_the_wisp.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4np69q00fue0v592401wp5", + "setCardId": "clm4npc5b00fve0v51su1cnds", + "setCard": { + "id": "clm4npc5b00fve0v51su1cnds", + "slug": "alp_wills_o_the_wisp", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4np69q00fue0v592401wp5", + "meta": { + "id": "clq39ztfm00evsh278uggi64a", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Spirits of fascination and folly", + "subType": "Spirit", + "rulesText": "Voidwalk\n\nWhenever Wills-o’-the-Wisp are attacked, they may teleport to another nearby void or location to evade the attack.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4npc5b00fve0v51su1cnds" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nppap00fye0v5b6uwcvza", + "slug": "alp_wills_o_the_wisp_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wills_o_the_wisp-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4np69q00fue0v592401wp5", + "setCardId": "clm4npc5b00fve0v51su1cnds", + "setCard": { + "id": "clm4npc5b00fve0v51su1cnds", + "slug": "alp_wills_o_the_wisp", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4np69q00fue0v592401wp5", + "meta": { + "id": "clq39ztfm00evsh278uggi64a", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Spirits of fascination and folly", + "subType": "Spirit", + "rulesText": "Voidwalk\n\nWhenever Wills-o’-the-Wisp are attacked, they may teleport to another nearby void or location to evade the attack.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4npc5b00fve0v51su1cnds" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4npk8q00fxe0v53kflgzwa", + "slug": "alp_wills_o_the_wisp_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wills_o_the_wisp-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4np69q00fue0v592401wp5", + "setCardId": "clm4npc5b00fve0v51su1cnds", + "setCard": { + "id": "clm4npc5b00fve0v51su1cnds", + "slug": "alp_wills_o_the_wisp", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4np69q00fue0v592401wp5", + "meta": { + "id": "clq39ztfm00evsh278uggi64a", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Spirits of fascination and folly", + "subType": "Spirit", + "rulesText": "Voidwalk\n\nWhenever Wills-o’-the-Wisp are attacked, they may teleport to another nearby void or location to evade the attack.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4npc5b00fve0v51su1cnds" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_fire_exceptional_site_cards.json b/data/beta_fire_exceptional_site_cards.json new file mode 100644 index 0000000..3153574 --- /dev/null +++ b/data/beta_fire_exceptional_site_cards.json @@ -0,0 +1,801 @@ +[ + { + "id": "clm4qmd96012qe0v5ez2r3gwt", + "slug": "oasis", + "name": "Oasis", + "hotscore": 4202, + "guardian": { + "id": "clq3a1y5t00umsh27znqoy7gd", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4qmd96012qe0v5ez2r3gwt" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + }, + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8ivzt01z0s67p0v91ehzr", + "slug": "bet_oasis_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/oasis.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "Where blood nourishes sand, life springs anew.", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "setCardId": "clot8ivy801yys67pdcdpeo8a", + "setCard": { + "id": "clot8ivy801yys67pdcdpeo8a", + "slug": "bet_oasis", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "meta": { + "id": "clq3a1ydy00uosh27qu39ktrg", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8ivy801yys67pdcdpeo8a" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iw1d01z2s67pi30xq4re", + "slug": "bet_oasis_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/oasis-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "Where blood nourishes sand, life springs anew.", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "setCardId": "clot8ivy801yys67pdcdpeo8a", + "setCard": { + "id": "clot8ivy801yys67pdcdpeo8a", + "slug": "bet_oasis", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "meta": { + "id": "clq3a1ydy00uosh27qu39ktrg", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8ivy801yys67pdcdpeo8a" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qmkf1012se0v5b4pre0l6", + "slug": "alp_oasis_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/oasis.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "Where blood nourishes sand, life springs anew.", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "setCardId": "clm4qmj3s012re0v57wpfg97x", + "setCard": { + "id": "clm4qmj3s012re0v57wpfg97x", + "slug": "alp_oasis", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "meta": { + "id": "clq3a1y8800unsh27lhnnh3zk", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qmj3s012re0v57wpfg97x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qmrfd012te0v53sws99i0", + "slug": "alp_oasis_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/oasis-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "Where blood nourishes sand, life springs anew.", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "setCardId": "clm4qmj3s012re0v57wpfg97x", + "setCard": { + "id": "clm4qmj3s012re0v57wpfg97x", + "slug": "alp_oasis", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "meta": { + "id": "clq3a1y8800unsh27lhnnh3zk", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qmj3s012re0v57wpfg97x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qni3e012ye0v57f1hd3km", + "slug": "ruins", + "name": "Ruins", + "hotscore": 8461, + "guardian": { + "id": "clq3a1yyb00ussh276eeofl6j", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 1, + "cardId": "clm4qni3e012ye0v57f1hd3km" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + }, + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8iwpa01zes67p38a0jl9d", + "slug": "bet_ruins_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ruins.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What do lines on a map mean to the sand and the sun and the wind?", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "setCardId": "clot8iwnm01zcs67pjgh73fwt", + "setCard": { + "id": "clot8iwnm01zcs67pjgh73fwt", + "slug": "bet_ruins", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "meta": { + "id": "clq3a1z6a00uush277rmmjx01", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8iwnm01zcs67pjgh73fwt" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iwqu01zgs67pjszqleiu", + "slug": "bet_ruins_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ruins-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What do lines on a map mean to the sand and the sun and the wind?", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "setCardId": "clot8iwnm01zcs67pjgh73fwt", + "setCard": { + "id": "clot8iwnm01zcs67pjgh73fwt", + "slug": "bet_ruins", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "meta": { + "id": "clq3a1z6a00uush277rmmjx01", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8iwnm01zcs67pjgh73fwt" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qnpef0130e0v5bchueqwm", + "slug": "alp_ruins_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ruins.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What do lines on a map mean to the sand and the sun and the wind?", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "setCardId": "clm4qno3a012ze0v59bjm76d5", + "setCard": { + "id": "clm4qno3a012ze0v59bjm76d5", + "slug": "alp_ruins", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "meta": { + "id": "clq3a1z0o00utsh27ecuchnd7", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qno3a012ze0v59bjm76d5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qnwnf0131e0v5c4kw17ub", + "slug": "alp_ruins_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ruins-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What do lines on a map mean to the sand and the sun and the wind?", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "setCardId": "clm4qno3a012ze0v59bjm76d5", + "setCard": { + "id": "clm4qno3a012ze0v59bjm76d5", + "slug": "alp_ruins", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "meta": { + "id": "clq3a1z0o00utsh27ecuchnd7", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qno3a012ze0v59bjm76d5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qegfs010we0v5h58b9fjt", + "slug": "shifting_sands", + "name": "Shifting Sands", + "hotscore": 1980, + "guardian": { + "id": "clq3a1s7z00tgsh27bkiq9mdt", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of unsettled animosity", + "subType": "", + "rulesText": "Genesis → Reactivate the Genesis abilities of your nearby Deserts.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4qegfs010we0v5h58b9fjt" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8irfg01was67pcv6yoell", + "slug": "bet_shifting_sands_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/shifting_sands.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qegfs010we0v5h58b9fjt", + "setCardId": "clot8irdz01w8s67pgokhz6cz", + "setCard": { + "id": "clot8irdz01w8s67pgokhz6cz", + "slug": "bet_shifting_sands", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qegfs010we0v5h58b9fjt", + "meta": { + "id": "clq3a1sig00tish27cvwlrygd", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of unsettled animosity", + "subType": "", + "rulesText": "Genesis → Reactivate the Genesis abilities of your nearby Deserts.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8irdz01w8s67pgokhz6cz" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8irgy01wcs67p1nk247cb", + "slug": "bet_shifting_sands_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/shifting_sands-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qegfs010we0v5h58b9fjt", + "setCardId": "clot8irdz01w8s67pgokhz6cz", + "setCard": { + "id": "clot8irdz01w8s67pgokhz6cz", + "slug": "bet_shifting_sands", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qegfs010we0v5h58b9fjt", + "meta": { + "id": "clq3a1sig00tish27cvwlrygd", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of unsettled animosity", + "subType": "", + "rulesText": "Genesis → Reactivate the Genesis abilities of your nearby Deserts.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8irdz01w8s67pgokhz6cz" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qenty010ye0v5fwm69e4r", + "slug": "alp_shifting_sands_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/shifting_sands.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qegfs010we0v5h58b9fjt", + "setCardId": "clm4qemh3010xe0v5f7q9cu6d", + "setCard": { + "id": "clm4qemh3010xe0v5f7q9cu6d", + "slug": "alp_shifting_sands", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qegfs010we0v5h58b9fjt", + "meta": { + "id": "clq3a1sad00thsh27ymoz4086", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of unsettled animosity", + "subType": "", + "rulesText": "Genesis → Reactivate the Genesis abilities of your nearby Deserts.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qemh3010xe0v5f7q9cu6d" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qezq50110e0v5g2577v2r", + "slug": "alp_shifting_sands_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/shifting_sands-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qegfs010we0v5h58b9fjt", + "setCardId": "clm4qemh3010xe0v5f7q9cu6d", + "setCard": { + "id": "clm4qemh3010xe0v5f7q9cu6d", + "slug": "alp_shifting_sands", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qegfs010we0v5h58b9fjt", + "meta": { + "id": "clq3a1sad00thsh27ymoz4086", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of unsettled animosity", + "subType": "", + "rulesText": "Genesis → Reactivate the Genesis abilities of your nearby Deserts.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qemh3010xe0v5f7q9cu6d" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qeuhy010ze0v5f6kj2pxw", + "slug": "alp_shifting_sands_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/shifting_sands-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qegfs010we0v5h58b9fjt", + "setCardId": "clm4qemh3010xe0v5f7q9cu6d", + "setCard": { + "id": "clm4qemh3010xe0v5f7q9cu6d", + "slug": "alp_shifting_sands", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qegfs010we0v5h58b9fjt", + "meta": { + "id": "clq3a1sad00thsh27ymoz4086", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of unsettled animosity", + "subType": "", + "rulesText": "Genesis → Reactivate the Genesis abilities of your nearby Deserts.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qemh3010xe0v5f7q9cu6d" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qo28w0132e0v51f85dz2a", + "slug": "steppe", + "name": "Steppe", + "hotscore": 5868, + "guardian": { + "id": "clq3a1zbt00uvsh27mjqqhi0z", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Fire", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4qo28w0132e0v51f85dz2a" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + }, + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8ix0q01zls67p3ys0i5tv", + "slug": "bet_steppe_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/steppe.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "There's beauty in the simplicity of empty horizons.", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "setCardId": "clot8iwza01zjs67p042z60l3", + "setCard": { + "id": "clot8iwza01zjs67p042z60l3", + "slug": "bet_steppe", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "meta": { + "id": "clq3a1zk100uxsh27xmnji0d4", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Fire", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8iwza01zjs67p042z60l3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ix2701zns67ph1vax3db", + "slug": "bet_steppe_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/steppe-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "There's beauty in the simplicity of empty horizons.", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "setCardId": "clot8iwza01zjs67p042z60l3", + "setCard": { + "id": "clot8iwza01zjs67p042z60l3", + "slug": "bet_steppe", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "meta": { + "id": "clq3a1zk100uxsh27xmnji0d4", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Fire", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8iwza01zjs67p042z60l3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qo9g50134e0v5fit47oty", + "slug": "alp_steppe_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/steppe.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "There's beauty in the simplicity of empty horizons.", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "setCardId": "clm4qo84x0133e0v5gz5jgmqw", + "setCard": { + "id": "clm4qo84x0133e0v5gz5jgmqw", + "slug": "alp_steppe", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "meta": { + "id": "clq3a1ze500uwsh27gkq14slf", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Fire", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qo84x0133e0v5gz5jgmqw" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qogvt0135e0v5an4zfxrj", + "slug": "alp_steppe_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/steppe-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "There's beauty in the simplicity of empty horizons.", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "setCardId": "clm4qo84x0133e0v5gz5jgmqw", + "setCard": { + "id": "clm4qo84x0133e0v5gz5jgmqw", + "slug": "alp_steppe", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "meta": { + "id": "clq3a1ze500uwsh27gkq14slf", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Fire", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qo84x0133e0v5gz5jgmqw" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_fire_ordinary_aura_cards.json b/data/beta_fire_ordinary_aura_cards.json new file mode 100644 index 0000000..e6a0570 --- /dev/null +++ b/data/beta_fire_ordinary_aura_cards.json @@ -0,0 +1,376 @@ +[ + { + "id": "clm4o3hqt00iye0v55cf7hbke", + "slug": "sandstorm", + "name": "Sandstorm", + "hotscore": 319, + "guardian": { + "id": "clq3a041t00h1sh27rd325jif", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of swirling silica", + "subType": "", + "rulesText": "Affected sites and units atop them can't be attacked or intercepted.\r\n \r\nAt the start of your turn, dispel Sandstorm.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4o3hqt00iye0v55cf7hbke" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hfm1013fs67pmq9iqaw6", + "slug": "bet_sandstorm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sandstorm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4o3hqt00iye0v55cf7hbke", + "setCardId": "clot8hfkg013ds67pv0x0ys9e", + "setCard": { + "id": "clot8hfkg013ds67pv0x0ys9e", + "slug": "bet_sandstorm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o3hqt00iye0v55cf7hbke", + "meta": { + "id": "clq3a04a500h3sh27sm11ehzy", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of swirling silica", + "subType": "", + "rulesText": "Affected sites and units atop them can't be attacked or intercepted.\r\n \r\nAt the start of your turn, dispel Sandstorm.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hfkg013ds67pv0x0ys9e" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hfnv013hs67ppk700rzz", + "slug": "bet_sandstorm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sandstorm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4o3hqt00iye0v55cf7hbke", + "setCardId": "clot8hfkg013ds67pv0x0ys9e", + "setCard": { + "id": "clot8hfkg013ds67pv0x0ys9e", + "slug": "bet_sandstorm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o3hqt00iye0v55cf7hbke", + "meta": { + "id": "clq3a04a500h3sh27sm11ehzy", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of swirling silica", + "subType": "", + "rulesText": "Affected sites and units atop them can't be attacked or intercepted.\r\n \r\nAt the start of your turn, dispel Sandstorm.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hfkg013ds67pv0x0ys9e" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o3oq400j0e0v5dzmtgg1m", + "slug": "alp_sandstorm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sandstorm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4o3hqt00iye0v55cf7hbke", + "setCardId": "clm4o3nco00ize0v5cryv62kj", + "setCard": { + "id": "clm4o3nco00ize0v5cryv62kj", + "slug": "alp_sandstorm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o3hqt00iye0v55cf7hbke", + "meta": { + "id": "clq3a044700h2sh27czd9kiqn", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of swirling silica", + "subType": "", + "rulesText": "Affected sites and units atop them can't be attacked or intercepted.\n\nAt the start of your turn, dispel Sandstorm.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o3nco00ize0v5cryv62kj" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o3v3f00j1e0v5arm03ton", + "slug": "alp_sandstorm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sandstorm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4o3hqt00iye0v55cf7hbke", + "setCardId": "clm4o3nco00ize0v5cryv62kj", + "setCard": { + "id": "clm4o3nco00ize0v5cryv62kj", + "slug": "alp_sandstorm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o3hqt00iye0v55cf7hbke", + "meta": { + "id": "clq3a044700h2sh27czd9kiqn", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of swirling silica", + "subType": "", + "rulesText": "Affected sites and units atop them can't be attacked or intercepted.\n\nAt the start of your turn, dispel Sandstorm.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o3nco00ize0v5cryv62kj" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o40au00j2e0v57cmh0815", + "slug": "wall_of_fire", + "name": "Wall of Fire", + "hotscore": 618, + "guardian": { + "id": "clq3a04fx00h4sh27bga2r14g", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura and blazing barricade", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\r\n \r\nWhenever a unit passes through Wall of Fire, it takes 3 damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4o40au00j2e0v57cmh0815" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hfxj013ms67pe0tdr012", + "slug": "bet_wall_of_fire_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wall_of_fire.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4o40au00j2e0v57cmh0815", + "setCardId": "clot8hfw1013ks67p2c6imslc", + "setCard": { + "id": "clot8hfw1013ks67p2c6imslc", + "slug": "bet_wall_of_fire", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o40au00j2e0v57cmh0815", + "meta": { + "id": "clq3a04os00h6sh27ukrpmhu2", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura and blazing barricade", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\r\n \r\nWhenever a unit passes through Wall of Fire, it takes 3 damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hfw1013ks67p2c6imslc" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hfyy013os67plucbdgp5", + "slug": "bet_wall_of_fire_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wall_of_fire-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4o40au00j2e0v57cmh0815", + "setCardId": "clot8hfw1013ks67p2c6imslc", + "setCard": { + "id": "clot8hfw1013ks67p2c6imslc", + "slug": "bet_wall_of_fire", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o40au00j2e0v57cmh0815", + "meta": { + "id": "clq3a04os00h6sh27ukrpmhu2", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura and blazing barricade", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\r\n \r\nWhenever a unit passes through Wall of Fire, it takes 3 damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hfw1013ks67p2c6imslc" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o46od00j4e0v5hlm80x5o", + "slug": "alp_wall_of_fire_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wall_of_fire.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4o40au00j2e0v57cmh0815", + "setCardId": "clm4o45d600j3e0v5b98q85k0", + "setCard": { + "id": "clm4o45d600j3e0v5b98q85k0", + "slug": "alp_wall_of_fire", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o40au00j2e0v57cmh0815", + "meta": { + "id": "clq3a04ib00h5sh2753hfmbt0", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura and blazing barricade", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\nWhenever a unit passes through Wall of Fire, it takes 3 damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o45d600j3e0v5b98q85k0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o4dp400j5e0v564o35q4p", + "slug": "alp_wall_of_fire_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wall_of_fire-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4o40au00j2e0v57cmh0815", + "setCardId": "clm4o45d600j3e0v5b98q85k0", + "setCard": { + "id": "clm4o45d600j3e0v5b98q85k0", + "slug": "alp_wall_of_fire", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o40au00j2e0v57cmh0815", + "meta": { + "id": "clq3a04ib00h5sh2753hfmbt0", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura and blazing barricade", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\nWhenever a unit passes through Wall of Fire, it takes 3 damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o45d600j3e0v5b98q85k0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_fire_ordinary_magic_cards.json b/data/beta_fire_ordinary_magic_cards.json new file mode 100644 index 0000000..6656816 --- /dev/null +++ b/data/beta_fire_ordinary_magic_cards.json @@ -0,0 +1,1693 @@ +[ + { + "id": "clm4nqu6u00g8e0v5g2uv5yl3", + "slug": "boil", + "name": "Boil", + "hotscore": 484, + "guardian": { + "id": "clq39zups00f3sh274tb0ix1y", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of sudden scalding", + "subType": "", + "rulesText": "Destroy all minions occupying target water site up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4nqu6u00g8e0v5g2uv5yl3" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h8f600yys67p8g51mtop", + "slug": "bet_boil_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/boil.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4nqu6u00g8e0v5g2uv5yl3", + "setCardId": "clot8h8dk00yws67pglvvnovr", + "setCard": { + "id": "clot8h8dk00yws67pglvvnovr", + "slug": "bet_boil", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nqu6u00g8e0v5g2uv5yl3", + "meta": { + "id": "clq39zuzf00f5sh27wjceyt1g", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of sudden scalding", + "subType": "", + "rulesText": "Destroy all minions occupying target water site up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h8dk00yws67pglvvnovr" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h8gp00z0s67pwm9eefn6", + "slug": "bet_boil_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/boil-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4nqu6u00g8e0v5g2uv5yl3", + "setCardId": "clot8h8dk00yws67pglvvnovr", + "setCard": { + "id": "clot8h8dk00yws67pglvvnovr", + "slug": "bet_boil", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nqu6u00g8e0v5g2uv5yl3", + "meta": { + "id": "clq39zuzf00f5sh27wjceyt1g", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of sudden scalding", + "subType": "", + "rulesText": "Destroy all minions occupying target water site up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h8dk00yws67pglvvnovr" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nr0xp00gae0v5elsx10cz", + "slug": "alp_boil_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/boil.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4nqu6u00g8e0v5g2uv5yl3", + "setCardId": "clm4nqzm900g9e0v59k2bbts4", + "setCard": { + "id": "clm4nqzm900g9e0v59k2bbts4", + "slug": "alp_boil", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nqu6u00g8e0v5g2uv5yl3", + "meta": { + "id": "clq39zusw00f4sh279yp2nujk", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of sudden scalding", + "subType": "", + "rulesText": "Destroy all minions occupying target water site up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nqzm900g9e0v59k2bbts4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nr7p200gbe0v50n4h0s84", + "slug": "alp_boil_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/boil-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4nqu6u00g8e0v5g2uv5yl3", + "setCardId": "clm4nqzm900g9e0v59k2bbts4", + "setCard": { + "id": "clm4nqzm900g9e0v59k2bbts4", + "slug": "alp_boil", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nqu6u00g8e0v5g2uv5yl3", + "meta": { + "id": "clq39zusw00f4sh279yp2nujk", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of sudden scalding", + "subType": "", + "rulesText": "Destroy all minions occupying target water site up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nqzm900g9e0v59k2bbts4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nrwcl00gge0v5gnly9v6z", + "slug": "critical_strike", + "name": "Critical Strike", + "hotscore": 1264, + "guardian": { + "id": "clq39zvid00f9sh272lz2i8tt", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to smite your enemy", + "subType": "", + "rulesText": "The next time an ally strikes a unit this turn, it deals double damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nrwcl00gge0v5gnly9v6z" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h91t00zcs67p2njkrw1l", + "slug": "bet_critical_strike_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/critical_strike.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4nrwcl00gge0v5gnly9v6z", + "setCardId": "clot8h90600zas67prw83a8ou", + "setCard": { + "id": "clot8h90600zas67prw83a8ou", + "slug": "bet_critical_strike", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nrwcl00gge0v5gnly9v6z", + "meta": { + "id": "clq39zvum00fcsh273tog2ec5", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to smite your enemy", + "subType": "", + "rulesText": "The next time an ally strikes a unit this turn, it deals double damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h90600zas67prw83a8ou" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h93b00zes67pnze7ujxc", + "slug": "bet_critical_strike_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/critical_strike-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4nrwcl00gge0v5gnly9v6z", + "setCardId": "clot8h90600zas67prw83a8ou", + "setCard": { + "id": "clot8h90600zas67prw83a8ou", + "slug": "bet_critical_strike", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nrwcl00gge0v5gnly9v6z", + "meta": { + "id": "clq39zvum00fcsh273tog2ec5", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to smite your enemy", + "subType": "", + "rulesText": "The next time an ally strikes a unit this turn, it deals double damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h90600zas67prw83a8ou" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ns36000gie0v50w70gxhd", + "slug": "alp_critical_strike_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/critical_strike.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4nrwcl00gge0v5gnly9v6z", + "setCardId": "clm4ns1u700ghe0v58h5o8dw8", + "setCard": { + "id": "clm4ns1u700ghe0v58h5o8dw8", + "slug": "alp_critical_strike", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nrwcl00gge0v5gnly9v6z", + "meta": { + "id": "clq39zvkn00fash27x14j9hvq", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to smite your enemy", + "subType": "", + "rulesText": "The next time an ally strikes a unit this turn, it deals double damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4ns1u700ghe0v58h5o8dw8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nsaec00gje0v5cfru6gk3", + "slug": "alp_critical_strike_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/critical_strike-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4nrwcl00gge0v5gnly9v6z", + "setCardId": "clm4ns1u700ghe0v58h5o8dw8", + "setCard": { + "id": "clm4ns1u700ghe0v58h5o8dw8", + "slug": "alp_critical_strike", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nrwcl00gge0v5gnly9v6z", + "meta": { + "id": "clq39zvkn00fash27x14j9hvq", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to smite your enemy", + "subType": "", + "rulesText": "The next time an ally strikes a unit this turn, it deals double damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4ns1u700ghe0v58h5o8dw8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4rgsz1000342v5eqsh0s63", + "slug": "pro_critical_strike_bt_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/pro/critical_strike-bt.png", + "finish": "Standard", + "product": "Box_Topper", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4nrwcl00gge0v5gnly9v6z", + "setCardId": "clm4rgqj7000242v571320oij", + "setCard": { + "id": "clm4rgqj7000242v571320oij", + "slug": "pro_critical_strike", + "setId": "clm4rgehb000042v5a04vfg6s", + "cardId": "clm4nrwcl00gge0v5gnly9v6z", + "meta": { + "id": "clq39zvqk00fbsh274t6n6oo8", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of piercing precision", + "subType": "", + "rulesText": "The next time an ally strikes a unit this turn, it deals double damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4rgqj7000242v571320oij" + }, + "set": { + "id": "clm4rgehb000042v5a04vfg6s", + "name": "Promotional", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ntkfg00gte0v56tztex2i", + "slug": "firebolts", + "name": "Firebolts", + "hotscore": 6506, + "guardian": { + "id": "clq39zwtr00fjsh27bgmnhze0", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic unleashes a blazing barrage", + "subType": "", + "rulesText": "Shoot three projectiles in the same direction, one at a time. Each deals 1 damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4ntkfg00gte0v56tztex2i" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h9yj00zxs67p4llcha42", + "slug": "bet_firebolts_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/firebolts.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4ntkfg00gte0v56tztex2i", + "setCardId": "clot8h9x100zvs67phjg1guwv", + "setCard": { + "id": "clot8h9x100zvs67phjg1guwv", + "slug": "bet_firebolts", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ntkfg00gte0v56tztex2i", + "meta": { + "id": "clq39zx3c00flsh278pxxsqdu", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic unleashes a blazing barrage", + "subType": "", + "rulesText": "Shoot three projectiles in the same direction, one at a time. Each deals 1 damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h9x100zvs67phjg1guwv" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ha0400zzs67p5whkkgo4", + "slug": "bet_firebolts_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/firebolts-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4ntkfg00gte0v56tztex2i", + "setCardId": "clot8h9x100zvs67phjg1guwv", + "setCard": { + "id": "clot8h9x100zvs67phjg1guwv", + "slug": "bet_firebolts", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ntkfg00gte0v56tztex2i", + "meta": { + "id": "clq39zx3c00flsh278pxxsqdu", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic unleashes a blazing barrage", + "subType": "", + "rulesText": "Shoot three projectiles in the same direction, one at a time. Each deals 1 damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h9x100zvs67phjg1guwv" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ntr7f00gve0v513cw1ckk", + "slug": "alp_firebolts_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/firebolts.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4ntkfg00gte0v56tztex2i", + "setCardId": "clm4ntpwi00gue0v59oyx28x8", + "setCard": { + "id": "clm4ntpwi00gue0v59oyx28x8", + "slug": "alp_firebolts", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ntkfg00gte0v56tztex2i", + "meta": { + "id": "clq39zww100fksh27sz64b0xd", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic unleashes a blazing barrage", + "subType": "", + "rulesText": "Shoot three projectiles in the same direction, one at a time. Each deals 1 damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4ntpwi00gue0v59oyx28x8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nu4cr00gxe0v56li6d01j", + "slug": "alp_firebolts_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/firebolts-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4ntkfg00gte0v56tztex2i", + "setCardId": "clm4ntpwi00gue0v59oyx28x8", + "setCard": { + "id": "clm4ntpwi00gue0v59oyx28x8", + "slug": "alp_firebolts", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ntkfg00gte0v56tztex2i", + "meta": { + "id": "clq39zww100fksh27sz64b0xd", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic unleashes a blazing barrage", + "subType": "", + "rulesText": "Shoot three projectiles in the same direction, one at a time. Each deals 1 damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4ntpwi00gue0v59oyx28x8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ntyy800gwe0v578nlci47", + "slug": "alp_firebolts_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/firebolts-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4ntkfg00gte0v56tztex2i", + "setCardId": "clm4ntpwi00gue0v59oyx28x8", + "setCard": { + "id": "clm4ntpwi00gue0v59oyx28x8", + "slug": "alp_firebolts", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ntkfg00gte0v56tztex2i", + "meta": { + "id": "clq39zww100fksh27sz64b0xd", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic unleashes a blazing barrage", + "subType": "", + "rulesText": "Shoot three projectiles in the same direction, one at a time. Each deals 1 damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4ntpwi00gue0v59oyx28x8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nuont00h2e0v5f9klh1un", + "slug": "heat_ray", + "name": "Heat Ray", + "hotscore": 2120, + "guardian": { + "id": "clq39zxmh00fpsh27zzvstyc9", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of focused fire", + "subType": "", + "rulesText": "Shoot a piercing projectile. Deal 2 damage to one unit at each location along its path.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nuont00h2e0v5f9klh1un" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hakc010bs67pbu6k1jns", + "slug": "bet_heat_ray_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/heat_ray.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4nuont00h2e0v5f9klh1un", + "setCardId": "clot8haiv0109s67pcfz0vs77", + "setCard": { + "id": "clot8haiv0109s67pcfz0vs77", + "slug": "bet_heat_ray", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nuont00h2e0v5f9klh1un", + "meta": { + "id": "clq39zxw900frsh270r4hh3zu", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of focused fire", + "subType": "", + "rulesText": "Shoot a piercing projectile. Deal 2 damage to one unit at each location along its path.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8haiv0109s67pcfz0vs77" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8halu010ds67ptsx57si1", + "slug": "bet_heat_ray_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/heat_ray-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4nuont00h2e0v5f9klh1un", + "setCardId": "clot8haiv0109s67pcfz0vs77", + "setCard": { + "id": "clot8haiv0109s67pcfz0vs77", + "slug": "bet_heat_ray", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nuont00h2e0v5f9klh1un", + "meta": { + "id": "clq39zxw900frsh270r4hh3zu", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of focused fire", + "subType": "", + "rulesText": "Shoot a piercing projectile. Deal 2 damage to one unit at each location along its path.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8haiv0109s67pcfz0vs77" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nuvhr00h4e0v54vtx7188", + "slug": "alp_heat_ray_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/heat_ray.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4nuont00h2e0v5f9klh1un", + "setCardId": "clm4nuu6700h3e0v5e34y18u1", + "setCard": { + "id": "clm4nuu6700h3e0v5e34y18u1", + "slug": "alp_heat_ray", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nuont00h2e0v5f9klh1un", + "meta": { + "id": "clq39zxor00fqsh27b2381dve", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of focused fire", + "subType": "", + "rulesText": "Shoot a piercing projectile. Deal 2 damage to one unit at each location along its path.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nuu6700h3e0v5e34y18u1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nv8ij00h6e0v5b4nlc9fc", + "slug": "alp_heat_ray_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/heat_ray-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4nuont00h2e0v5f9klh1un", + "setCardId": "clm4nuu6700h3e0v5e34y18u1", + "setCard": { + "id": "clm4nuu6700h3e0v5e34y18u1", + "slug": "alp_heat_ray", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nuont00h2e0v5f9klh1un", + "meta": { + "id": "clq39zxor00fqsh27b2381dve", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of focused fire", + "subType": "", + "rulesText": "Shoot a piercing projectile. Deal 2 damage to one unit at each location along its path.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nuu6700h3e0v5e34y18u1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nv2pl00h5e0v5bzjx8qeb", + "slug": "alp_heat_ray_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/heat_ray-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4nuont00h2e0v5f9klh1un", + "setCardId": "clm4nuu6700h3e0v5e34y18u1", + "setCard": { + "id": "clm4nuu6700h3e0v5e34y18u1", + "slug": "alp_heat_ray", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nuont00h2e0v5f9klh1un", + "meta": { + "id": "clq39zxor00fqsh27b2381dve", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of focused fire", + "subType": "", + "rulesText": "Shoot a piercing projectile. Deal 2 damage to one unit at each location along its path.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nuu6700h3e0v5e34y18u1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nvswf00hbe0v5cbmka1ii", + "slug": "incinerate", + "name": "Incinerate", + "hotscore": 575, + "guardian": { + "id": "clq39zygd00fvsh27kdoflnvd", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of draconic conflagration", + "subType": "", + "rulesText": "Deal 4 damage to each other unit at target location near the caster or an allied Dragon.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nvswf00hbe0v5cbmka1ii" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hb6o010ps67pefnzycpy", + "slug": "bet_incinerate_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/incinerate.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "Scaleforge stoked, proud kite untamed,\r\nin flagrant flight unfurled.", + "cardId": "clm4nvswf00hbe0v5cbmka1ii", + "setCardId": "clot8hb4s010ns67p4a5qym36", + "setCard": { + "id": "clot8hb4s010ns67p4a5qym36", + "slug": "bet_incinerate", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nvswf00hbe0v5cbmka1ii", + "meta": { + "id": "clq39zyqg00fxsh27xfdf2r21", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of draconic conflagration", + "subType": "", + "rulesText": "Deal 4 damage to each other unit at target location near the caster or an allied Dragon.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hb4s010ns67p4a5qym36" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hb8f010rs67pmw6w1yt5", + "slug": "bet_incinerate_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/incinerate-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "Scaleforge stoked, proud kite untamed,\r\nin flagrant flight unfurled.", + "cardId": "clm4nvswf00hbe0v5cbmka1ii", + "setCardId": "clot8hb4s010ns67p4a5qym36", + "setCard": { + "id": "clot8hb4s010ns67p4a5qym36", + "slug": "bet_incinerate", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nvswf00hbe0v5cbmka1ii", + "meta": { + "id": "clq39zyqg00fxsh27xfdf2r21", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of draconic conflagration", + "subType": "", + "rulesText": "Deal 4 damage to each other unit at target location near the caster or an allied Dragon.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hb4s010ns67p4a5qym36" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nvzuy00hde0v54utb299v", + "slug": "alp_incinerate_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/incinerate.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "Scaleforge stoked, proud kite untamed,\nin flagrant flight unfurled.", + "cardId": "clm4nvswf00hbe0v5cbmka1ii", + "setCardId": "clm4nvyj700hce0v55q781514", + "setCard": { + "id": "clm4nvyj700hce0v55q781514", + "slug": "alp_incinerate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nvswf00hbe0v5cbmka1ii", + "meta": { + "id": "clq39zyiu00fwsh274m0w7723", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of draconic conflagration", + "subType": "", + "rulesText": "Deal 4 damage to each other unit at target location near the caster or an allied Dragon.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nvyj700hce0v55q781514" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nwdn200hfe0v58ufq629o", + "slug": "alp_incinerate_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/incinerate-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Lindsey Crummett", + "flavorText": "Scaleforge stoked, proud kite untamed,\nin flagrant flight unfurled.", + "cardId": "clm4nvswf00hbe0v5cbmka1ii", + "setCardId": "clm4nvyj700hce0v55q781514", + "setCard": { + "id": "clm4nvyj700hce0v55q781514", + "slug": "alp_incinerate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nvswf00hbe0v5cbmka1ii", + "meta": { + "id": "clq39zyiu00fwsh274m0w7723", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of draconic conflagration", + "subType": "", + "rulesText": "Deal 4 damage to each other unit at target location near the caster or an allied Dragon.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nvyj700hce0v55q781514" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nw6ve00hee0v599ndd6i2", + "slug": "alp_incinerate_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/incinerate-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "Scaleforge stoked, proud kite untamed,\nin flagrant flight unfurled.", + "cardId": "clm4nvswf00hbe0v5cbmka1ii", + "setCardId": "clm4nvyj700hce0v55q781514", + "setCard": { + "id": "clm4nvyj700hce0v55q781514", + "slug": "alp_incinerate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nvswf00hbe0v5cbmka1ii", + "meta": { + "id": "clq39zyiu00fwsh274m0w7723", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of draconic conflagration", + "subType": "", + "rulesText": "Deal 4 damage to each other unit at target location near the caster or an allied Dragon.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nvyj700hce0v55q781514" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nxizg00hoe0v50n1m8l9i", + "slug": "mad_dash", + "name": "Mad Dash", + "hotscore": 1190, + "guardian": { + "id": "clq39zznu00g4sh27tookx5m8", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of utmost urgency", + "subType": "", + "rulesText": "Draw a card, then give an ally Movement +1 this turn.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nxizg00hoe0v50n1m8l9i" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hc5c011as67p6do04m1t", + "slug": "bet_mad_dash_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mad_dash.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "Guaranteed delivery in one month or less, or your money back!", + "cardId": "clm4nxizg00hoe0v50n1m8l9i", + "setCardId": "clot8hc3t0118s67pnv1mji3o", + "setCard": { + "id": "clot8hc3t0118s67pnv1mji3o", + "slug": "bet_mad_dash", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nxizg00hoe0v50n1m8l9i", + "meta": { + "id": "clq39zzwi00g6sh27s2zy1z3o", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of utmost urgency", + "subType": "", + "rulesText": "Draw a card, then give an ally Movement +1 this turn.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hc3t0118s67pnv1mji3o" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hc6v011cs67p2ryi3sgd", + "slug": "bet_mad_dash_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mad_dash-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "Guaranteed delivery in one month or less, or your money back!", + "cardId": "clm4nxizg00hoe0v50n1m8l9i", + "setCardId": "clot8hc3t0118s67pnv1mji3o", + "setCard": { + "id": "clot8hc3t0118s67pnv1mji3o", + "slug": "bet_mad_dash", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nxizg00hoe0v50n1m8l9i", + "meta": { + "id": "clq39zzwi00g6sh27s2zy1z3o", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of utmost urgency", + "subType": "", + "rulesText": "Draw a card, then give an ally Movement +1 this turn.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hc3t0118s67pnv1mji3o" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nxq5r00hqe0v5h65hevvl", + "slug": "alp_mad_dash_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mad_dash.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "Guaranteed delivery in one month or less, or your money back!", + "cardId": "clm4nxizg00hoe0v50n1m8l9i", + "setCardId": "clm4nxoue00hpe0v59bn02og9", + "setCard": { + "id": "clm4nxoue00hpe0v59bn02og9", + "slug": "alp_mad_dash", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nxizg00hoe0v50n1m8l9i", + "meta": { + "id": "clq39zzqg00g5sh27wllzlgb1", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of utmost urgency", + "subType": "", + "rulesText": "Draw a card, then give an ally Movement +1 this turn.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nxoue00hpe0v59bn02og9" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nxwt100hre0v5a0l841fh", + "slug": "alp_mad_dash_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mad_dash-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "Guaranteed delivery in one month or less, or your money back!", + "cardId": "clm4nxizg00hoe0v50n1m8l9i", + "setCardId": "clm4nxoue00hpe0v59bn02og9", + "setCard": { + "id": "clm4nxoue00hpe0v59bn02og9", + "slug": "alp_mad_dash", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nxizg00hoe0v50n1m8l9i", + "meta": { + "id": "clq39zzqg00g5sh27wllzlgb1", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of utmost urgency", + "subType": "", + "rulesText": "Draw a card, then give an ally Movement +1 this turn.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nxoue00hpe0v59bn02og9" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nz6nm00i1e0v5bc04gcv8", + "slug": "minor_explosion", + "name": "Minor Explosion", + "hotscore": 2530, + "guardian": { + "id": "clq3a00vq00gdsh27l3w03pj1", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of proximal plosion", + "subType": "", + "rulesText": "Deal 3 damage to each unit at target location up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4nz6nm00i1e0v5bc04gcv8" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hd2h011vs67phoabkhh9", + "slug": "bet_minor_explosion_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/minor_explosion.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4nz6nm00i1e0v5bc04gcv8", + "setCardId": "clot8hd0q011ts67pxoolqgsp", + "setCard": { + "id": "clot8hd0q011ts67pxoolqgsp", + "slug": "bet_minor_explosion", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nz6nm00i1e0v5bc04gcv8", + "meta": { + "id": "clq3a015l00gfsh279kfz5aat", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of proximal plosion", + "subType": "", + "rulesText": "Deal 3 damage to each unit at target location up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8hd0q011ts67pxoolqgsp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hd42011xs67pram108oz", + "slug": "bet_minor_explosion_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/minor_explosion-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4nz6nm00i1e0v5bc04gcv8", + "setCardId": "clot8hd0q011ts67pxoolqgsp", + "setCard": { + "id": "clot8hd0q011ts67pxoolqgsp", + "slug": "bet_minor_explosion", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nz6nm00i1e0v5bc04gcv8", + "meta": { + "id": "clq3a015l00gfsh279kfz5aat", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of proximal plosion", + "subType": "", + "rulesText": "Deal 3 damage to each unit at target location up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8hd0q011ts67pxoolqgsp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nzdhq00i3e0v53twohl9k", + "slug": "alp_minor_explosion_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/minor_explosion.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4nz6nm00i1e0v5bc04gcv8", + "setCardId": "clm4nzc6i00i2e0v5hv3re6cp", + "setCard": { + "id": "clm4nzc6i00i2e0v5hv3re6cp", + "slug": "alp_minor_explosion", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nz6nm00i1e0v5bc04gcv8", + "meta": { + "id": "clq3a00y700gesh27i7rn4aur", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of proximal plosion", + "subType": "", + "rulesText": "Deal 3 damage to each unit at target location up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nzc6i00i2e0v5hv3re6cp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nzqi000i5e0v5hcu74dva", + "slug": "alp_minor_explosion_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/minor_explosion-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4nz6nm00i1e0v5bc04gcv8", + "setCardId": "clm4nzc6i00i2e0v5hv3re6cp", + "setCard": { + "id": "clm4nzc6i00i2e0v5hv3re6cp", + "slug": "alp_minor_explosion", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nz6nm00i1e0v5bc04gcv8", + "meta": { + "id": "clq3a00y700gesh27i7rn4aur", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of proximal plosion", + "subType": "", + "rulesText": "Deal 3 damage to each unit at target location up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nzc6i00i2e0v5hv3re6cp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nzl2b00i4e0v597he3tkz", + "slug": "alp_minor_explosion_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/minor_explosion-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4nz6nm00i1e0v5bc04gcv8", + "setCardId": "clm4nzc6i00i2e0v5hv3re6cp", + "setCard": { + "id": "clm4nzc6i00i2e0v5hv3re6cp", + "slug": "alp_minor_explosion", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nz6nm00i1e0v5bc04gcv8", + "meta": { + "id": "clq3a00y700gesh27i7rn4aur", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of proximal plosion", + "subType": "", + "rulesText": "Deal 3 damage to each unit at target location up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nzc6i00i2e0v5hv3re6cp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o1eff00iie0v5alqbh7tl", + "slug": "spin_attack", + "name": "Spin Attack", + "hotscore": 760, + "guardian": { + "id": "clq3a02hp00gpsh277x78yxqo", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of radial violence", + "subType": "", + "rulesText": "An ally strikes each enemy at its location.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4o1eff00iie0v5alqbh7tl" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hedk012ns67pwubv1y0t", + "slug": "bet_spin_attack_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/spin_attack.png", + "finish": "Standard", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4o1eff00iie0v5alqbh7tl", + "setCardId": "clot8hebv012ls67pt44q5z1d", + "setCard": { + "id": "clot8hebv012ls67pt44q5z1d", + "slug": "bet_spin_attack", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o1eff00iie0v5alqbh7tl", + "meta": { + "id": "clq3a02pp00grsh27484pwc0r", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of radial violence", + "subType": "", + "rulesText": "An ally strikes each enemy at its location.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hebv012ls67pt44q5z1d" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hef9012ps67pnvr7z5p3", + "slug": "bet_spin_attack_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/spin_attack-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4o1eff00iie0v5alqbh7tl", + "setCardId": "clot8hebv012ls67pt44q5z1d", + "setCard": { + "id": "clot8hebv012ls67pt44q5z1d", + "slug": "bet_spin_attack", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o1eff00iie0v5alqbh7tl", + "meta": { + "id": "clq3a02pp00grsh27484pwc0r", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of radial violence", + "subType": "", + "rulesText": "An ally strikes each enemy at its location.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hebv012ls67pt44q5z1d" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o1kz100ike0v58mjb65ap", + "slug": "alp_spin_attack_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spin_attack.png", + "finish": "Standard", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4o1eff00iie0v5alqbh7tl", + "setCardId": "clm4o1jnz00ije0v590uue8aa", + "setCard": { + "id": "clm4o1jnz00ije0v590uue8aa", + "slug": "alp_spin_attack", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o1eff00iie0v5alqbh7tl", + "meta": { + "id": "clq3a02k000gqsh27xlyu3xef", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of radial violence", + "subType": "", + "rulesText": "An ally strikes each enemy at its location.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o1jnz00ije0v590uue8aa" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o1rrs00ile0v55kbe57se", + "slug": "alp_spin_attack_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spin_attack-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4o1eff00iie0v5alqbh7tl", + "setCardId": "clm4o1jnz00ije0v590uue8aa", + "setCard": { + "id": "clm4o1jnz00ije0v590uue8aa", + "slug": "alp_spin_attack", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o1eff00iie0v5alqbh7tl", + "meta": { + "id": "clq3a02k000gqsh27xlyu3xef", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of radial violence", + "subType": "", + "rulesText": "An ally strikes each enemy at its location.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o1jnz00ije0v590uue8aa" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_fire_ordinary_minion_cards.json b/data/beta_fire_ordinary_minion_cards.json new file mode 100644 index 0000000..62afba5 --- /dev/null +++ b/data/beta_fire_ordinary_minion_cards.json @@ -0,0 +1,2706 @@ +[ + { + "id": "clm4n3khk00b3e0v5ac1c7mi9", + "slug": "aramos_mercenaries", + "name": "Aramos Mercenaries", + "hotscore": 1330, + "guardian": { + "id": "clq39zdd400blsh272k3sbg7e", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals fight for a price", + "subType": "Mortal", + "rulesText": "You may discard a random card rather than pay this spell's mana cost.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4n3khk00b3e0v5ac1c7mi9" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gutk00qss67pdyfixjh7", + "slug": "bet_aramos_mercenaries_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/aramos_mercenaries.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "The purse has enticements unknown to virtue.", + "cardId": "clm4n3khk00b3e0v5ac1c7mi9", + "setCardId": "clot8gus100qqs67prhxfeebt", + "setCard": { + "id": "clot8gus100qqs67prhxfeebt", + "slug": "bet_aramos_mercenaries", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n3khk00b3e0v5ac1c7mi9", + "meta": { + "id": "clq39zdl000bnsh276zte0x9n", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals fight for a price", + "subType": "Mortal", + "rulesText": "You may discard a random card rather than pay this spell's mana cost.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gus100qqs67prhxfeebt" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8guv700qus67p8y3o3mtg", + "slug": "bet_aramos_mercenaries_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/aramos_mercenaries-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "The purse has enticements unknown to virtue.", + "cardId": "clm4n3khk00b3e0v5ac1c7mi9", + "setCardId": "clot8gus100qqs67prhxfeebt", + "setCard": { + "id": "clot8gus100qqs67prhxfeebt", + "slug": "bet_aramos_mercenaries", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n3khk00b3e0v5ac1c7mi9", + "meta": { + "id": "clq39zdl000bnsh276zte0x9n", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals fight for a price", + "subType": "Mortal", + "rulesText": "You may discard a random card rather than pay this spell's mana cost.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gus100qqs67prhxfeebt" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n3r2d00b5e0v542do9k79", + "slug": "alp_aramos_mercenaries_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/aramos_mercenaries.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "The purse has enticements unknown to virtue.", + "cardId": "clm4n3khk00b3e0v5ac1c7mi9", + "setCardId": "clm4n3pr200b4e0v587oj0rlw", + "setCard": { + "id": "clm4n3pr200b4e0v587oj0rlw", + "slug": "alp_aramos_mercenaries", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n3khk00b3e0v5ac1c7mi9", + "meta": { + "id": "clq39zdff00bmsh279ezvp1gm", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals fight for a price", + "subType": "Mortal", + "rulesText": "You may discard a random card rather than pay this spell's mana cost.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n3pr200b4e0v587oj0rlw" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n3xum00b6e0v5bw7qd8ys", + "slug": "alp_aramos_mercenaries_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/aramos_mercenaries-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "The purse has enticements unknown to virtue.", + "cardId": "clm4n3khk00b3e0v5ac1c7mi9", + "setCardId": "clm4n3pr200b4e0v587oj0rlw", + "setCard": { + "id": "clm4n3pr200b4e0v587oj0rlw", + "slug": "alp_aramos_mercenaries", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n3khk00b3e0v5ac1c7mi9", + "meta": { + "id": "clq39zdff00bmsh279ezvp1gm", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals fight for a price", + "subType": "Mortal", + "rulesText": "You may discard a random card rather than pay this spell's mana cost.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n3pr200b4e0v587oj0rlw" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n575x00bfe0v59wzjea2k", + "slug": "azuridge_caravan", + "name": "Azuridge Caravan", + "hotscore": 183, + "guardian": { + "id": "clq39zejh00bush27ahktjy4i", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary convoy of divers kin and kind", + "subType": "", + "rulesText": "Has all elements and minion types.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4n575x00bfe0v59wzjea2k" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gvru00rds67po7ves2sp", + "slug": "bet_azuridge_caravan_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/azuridge_caravan.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Defendit numerus, liberat varietas.", + "cardId": "clm4n575x00bfe0v59wzjea2k", + "setCardId": "clot8gvqd00rbs67pvjf00x2y", + "setCard": { + "id": "clot8gvqd00rbs67pvjf00x2y", + "slug": "bet_azuridge_caravan", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n575x00bfe0v59wzjea2k", + "meta": { + "id": "clq39zers00bwsh2785r6c3qb", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary convoy of divers kin and kind", + "subType": "", + "rulesText": "Has all elements and minion types.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8gvqd00rbs67pvjf00x2y" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gvtd00rfs67puluodz85", + "slug": "bet_azuridge_caravan_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/azuridge_caravan-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Defendit numerus, liberat varietas.", + "cardId": "clm4n575x00bfe0v59wzjea2k", + "setCardId": "clot8gvqd00rbs67pvjf00x2y", + "setCard": { + "id": "clot8gvqd00rbs67pvjf00x2y", + "slug": "bet_azuridge_caravan", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n575x00bfe0v59wzjea2k", + "meta": { + "id": "clq39zers00bwsh2785r6c3qb", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary convoy of divers kin and kind", + "subType": "", + "rulesText": "Has all elements and minion types.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8gvqd00rbs67pvjf00x2y" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n5dpe00bhe0v54w0o0bq1", + "slug": "alp_azuridge_caravan_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/azuridge_caravan.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Defendit numerus, liberat varietas.", + "cardId": "clm4n575x00bfe0v59wzjea2k", + "setCardId": "clm4n5ceh00bge0v59sktee0s", + "setCard": { + "id": "clm4n5ceh00bge0v59sktee0s", + "slug": "alp_azuridge_caravan", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n575x00bfe0v59wzjea2k", + "meta": { + "id": "clq39zelr00bvsh27rxvnzo1y", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary convoy of diverse kin and kind", + "subType": "", + "rulesText": "Has all elements and minion types.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4n5ceh00bge0v59sktee0s" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n5k2q00bie0v5bu7t9t5b", + "slug": "alp_azuridge_caravan_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/azuridge_caravan-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Defendit numerus, liberat varietas.", + "cardId": "clm4n575x00bfe0v59wzjea2k", + "setCardId": "clm4n5ceh00bge0v59sktee0s", + "setCard": { + "id": "clm4n5ceh00bge0v59sktee0s", + "slug": "alp_azuridge_caravan", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n575x00bfe0v59wzjea2k", + "meta": { + "id": "clq39zelr00bvsh27rxvnzo1y", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary convoy of diverse kin and kind", + "subType": "", + "rulesText": "Has all elements and minion types.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4n5ceh00bge0v59sktee0s" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n68zp00bne0v577apblij", + "slug": "beast_of_burden", + "name": "Beast of Burden", + "hotscore": 265, + "guardian": { + "id": "clq39zfbe00c0sh272w0ih3sn", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast bears the wide world", + "subType": "Beast", + "rulesText": "May carry any number of allied minions.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4n68zp00bne0v577apblij" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gwfd00rrs67p4ztudwqr", + "slug": "bet_beast_of_burden_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/beast_of_burden.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "Louder, louder! Blast your snorting drums!\r\nLife’s most weary load is yet to come.", + "cardId": "clm4n68zp00bne0v577apblij", + "setCardId": "clot8gwdp00rps67p3sua5pel", + "setCard": { + "id": "clot8gwdp00rps67p3sua5pel", + "slug": "bet_beast_of_burden", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n68zp00bne0v577apblij", + "meta": { + "id": "clq39zfjh00c2sh27kzhsb221", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast bears the wide world", + "subType": "Beast", + "rulesText": "May carry any number of allied minions.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8gwdp00rps67p3sua5pel" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gwgu00rts67polne1oqu", + "slug": "bet_beast_of_burden_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/beast_of_burden-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "Louder, louder! Blast your snorting drums!\r\nLife’s most weary load is yet to come.", + "cardId": "clm4n68zp00bne0v577apblij", + "setCardId": "clot8gwdp00rps67p3sua5pel", + "setCard": { + "id": "clot8gwdp00rps67p3sua5pel", + "slug": "bet_beast_of_burden", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n68zp00bne0v577apblij", + "meta": { + "id": "clq39zfjh00c2sh27kzhsb221", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast bears the wide world", + "subType": "Beast", + "rulesText": "May carry any number of allied minions.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8gwdp00rps67p3sua5pel" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n6fj800bpe0v54ddvb1bz", + "slug": "alp_beast_of_burden_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/beast_of_burden.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "Louder, louder! Blast your snorting drums!\nLife’s most weary load is yet to come.", + "cardId": "clm4n68zp00bne0v577apblij", + "setCardId": "clm4n6e7x00boe0v59x6h87zy", + "setCard": { + "id": "clm4n6e7x00boe0v59x6h87zy", + "slug": "alp_beast_of_burden", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n68zp00bne0v577apblij", + "meta": { + "id": "clq39zfdr00c1sh27uti5b2m8", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast bears the wide world", + "subType": "Beast", + "rulesText": "May carry any number of allied minions.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4n6e7x00boe0v59x6h87zy" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n6mc100bqe0v5dilmavs6", + "slug": "alp_beast_of_burden_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/beast_of_burden-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "Louder, louder! Blast your snorting drums!\nLife’s most weary load is yet to come.", + "cardId": "clm4n68zp00bne0v577apblij", + "setCardId": "clm4n6e7x00boe0v59x6h87zy", + "setCard": { + "id": "clm4n6e7x00boe0v59x6h87zy", + "slug": "alp_beast_of_burden", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n68zp00bne0v577apblij", + "meta": { + "id": "clq39zfdr00c1sh27uti5b2m8", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast bears the wide world", + "subType": "Beast", + "rulesText": "May carry any number of allied minions.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4n6e7x00boe0v59x6h87zy" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n7bit00bwe0v53b6abz16", + "slug": "cauldron_crones", + "name": "Cauldron Crones", + "hotscore": 907, + "guardian": { + "id": "clq39zg4r00c6sh277gwhpd1n", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals brewing with ill intent", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nGenesis → You may sacrifice another minion here to draw a spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4n7bit00bwe0v53b6abz16" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gx3000s5s67pnnyxmq25", + "slug": "bet_cauldron_crones_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cauldron_crones.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4n7bit00bwe0v53b6abz16", + "setCardId": "clot8gx1e00s3s67pywhtmt0k", + "setCard": { + "id": "clot8gx1e00s3s67pywhtmt0k", + "slug": "bet_cauldron_crones", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n7bit00bwe0v53b6abz16", + "meta": { + "id": "clq39zgcq00c8sh27varhhb70", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals brewing with ill intent", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nGenesis → You may sacrifice another minion here to draw a spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8gx1e00s3s67pywhtmt0k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gx4l00s7s67phd86bc53", + "slug": "bet_cauldron_crones_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cauldron_crones-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4n7bit00bwe0v53b6abz16", + "setCardId": "clot8gx1e00s3s67pywhtmt0k", + "setCard": { + "id": "clot8gx1e00s3s67pywhtmt0k", + "slug": "bet_cauldron_crones", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n7bit00bwe0v53b6abz16", + "meta": { + "id": "clq39zgcq00c8sh27varhhb70", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals brewing with ill intent", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nGenesis → You may sacrifice another minion here to draw a spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8gx1e00s3s67pywhtmt0k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n7j2z00bye0v532bzhllj", + "slug": "alp_cauldron_crones_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cauldron_crones.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4n7bit00bwe0v53b6abz16", + "setCardId": "clm4n7hr400bxe0v53m9vhyrg", + "setCard": { + "id": "clm4n7hr400bxe0v53m9vhyrg", + "slug": "alp_cauldron_crones", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n7bit00bwe0v53b6abz16", + "meta": { + "id": "clq39zg7400c7sh27q6kq8qyd", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals brewing with ill intent", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nGenesis → You may sacrifice another minion here to draw a spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4n7hr400bxe0v53m9vhyrg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n7qqe00bze0v54hhd6hry", + "slug": "alp_cauldron_crones_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cauldron_crones-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4n7bit00bwe0v53b6abz16", + "setCardId": "clm4n7hr400bxe0v53m9vhyrg", + "setCard": { + "id": "clm4n7hr400bxe0v53m9vhyrg", + "slug": "alp_cauldron_crones", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n7bit00bwe0v53b6abz16", + "meta": { + "id": "clq39zg7400c7sh27q6kq8qyd", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals brewing with ill intent", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nGenesis → You may sacrifice another minion here to draw a spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4n7hr400bxe0v53m9vhyrg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nfm4000dpe0v59fszbui9", + "slug": "ogre_goons", + "name": "Ogre Goons", + "hotscore": 324, + "guardian": { + "id": "clq39zm9d00dfsh27u8xool67", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Ogres blunder about", + "subType": "Ogre", + "rulesText": "", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nfm4000dpe0v59fszbui9" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h1uv00v2s67pqqrh5kgq", + "slug": "bet_ogre_goons_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ogre_goons.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "“Grok, grok! Me find rock!”\r\n“What rock do? It sit there!”", + "cardId": "clm4nfm4000dpe0v59fszbui9", + "setCardId": "clot8h1tc00v0s67piyks8o8h", + "setCard": { + "id": "clot8h1tc00v0s67piyks8o8h", + "slug": "bet_ogre_goons", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nfm4000dpe0v59fszbui9", + "meta": { + "id": "clq39zmj400dhsh27aofx90tp", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Ogres blunder about", + "subType": "Ogre", + "rulesText": "", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h1tc00v0s67piyks8o8h" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h1wf00v4s67p6pngbzxk", + "slug": "bet_ogre_goons_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ogre_goons-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "“Grok, grok! Me find rock!”\r\n“What rock do? It sit there!”", + "cardId": "clm4nfm4000dpe0v59fszbui9", + "setCardId": "clot8h1tc00v0s67piyks8o8h", + "setCard": { + "id": "clot8h1tc00v0s67piyks8o8h", + "slug": "bet_ogre_goons", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nfm4000dpe0v59fszbui9", + "meta": { + "id": "clq39zmj400dhsh27aofx90tp", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Ogres blunder about", + "subType": "Ogre", + "rulesText": "", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h1tc00v0s67piyks8o8h" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nft0h00dre0v5a6ohfzjn", + "slug": "alp_ogre_goons_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ogre_goons.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "“Grok, grok! Me find rock!”\n“What rock do?”\n“It sit there!”", + "cardId": "clm4nfm4000dpe0v59fszbui9", + "setCardId": "clm4nfrpf00dqe0v533yz1yza", + "setCard": { + "id": "clm4nfrpf00dqe0v533yz1yza", + "slug": "alp_ogre_goons", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nfm4000dpe0v59fszbui9", + "meta": { + "id": "clq39zmbp00dgsh27nns1ag3t", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Ogres blunder about", + "subType": "Ogre", + "rulesText": "", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nfrpf00dqe0v533yz1yza" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ng4tb00dte0v58qeydjje", + "slug": "alp_ogre_goons_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ogre_goons-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jeff A. Menges", + "flavorText": "“Grok, grok! Me find rock!”\n“What rock do?”\n“It sit there!”", + "cardId": "clm4nfm4000dpe0v59fszbui9", + "setCardId": "clm4nfrpf00dqe0v533yz1yza", + "setCard": { + "id": "clm4nfrpf00dqe0v533yz1yza", + "slug": "alp_ogre_goons", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nfm4000dpe0v59fszbui9", + "meta": { + "id": "clq39zmbp00dgsh27nns1ag3t", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Ogres blunder about", + "subType": "Ogre", + "rulesText": "", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nfrpf00dqe0v533yz1yza" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nfzjr00dse0v5coyhf8r7", + "slug": "alp_ogre_goons_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ogre_goons-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "“Grok, grok! Me find rock!”\n“What rock do?”\n“It sit there!”", + "cardId": "clm4nfm4000dpe0v59fszbui9", + "setCardId": "clm4nfrpf00dqe0v533yz1yza", + "setCard": { + "id": "clm4nfrpf00dqe0v533yz1yza", + "slug": "alp_ogre_goons", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nfm4000dpe0v59fszbui9", + "meta": { + "id": "clq39zmbp00dgsh27nns1ag3t", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Ogres blunder about", + "subType": "Ogre", + "rulesText": "", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nfrpf00dqe0v533yz1yza" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nh90q00e2e0v59lm8htsx", + "slug": "petrosian_cavalry", + "name": "Petrosian Cavalry", + "hotscore": 2995, + "guardian": { + "id": "clq39zngu00dosh27ro6ptcwx", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals charge into battle", + "subType": "Mortal", + "rulesText": "Charge", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nh90q00e2e0v59lm8htsx" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h2ww00vns67p3lw77xd2", + "slug": "bet_petrosian_cavalry_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/petrosian_cavalry.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "By their swift steeds and swifter swords the tide of many a battle has turned.", + "cardId": "clm4nh90q00e2e0v59lm8htsx", + "setCardId": "clot8h2vd00vls67p41kidlc7", + "setCard": { + "id": "clot8h2vd00vls67p41kidlc7", + "slug": "bet_petrosian_cavalry", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nh90q00e2e0v59lm8htsx", + "meta": { + "id": "clq39znqj00dqsh27l384xrzx", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals charge into battle", + "subType": "Mortal", + "rulesText": "Charge", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h2vd00vls67p41kidlc7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h2yj00vps67pl76s13cu", + "slug": "bet_petrosian_cavalry_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/petrosian_cavalry-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "By their swift steeds and swifter swords the tide of many a battle has turned.", + "cardId": "clm4nh90q00e2e0v59lm8htsx", + "setCardId": "clot8h2vd00vls67p41kidlc7", + "setCard": { + "id": "clot8h2vd00vls67p41kidlc7", + "slug": "bet_petrosian_cavalry", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nh90q00e2e0v59lm8htsx", + "meta": { + "id": "clq39znqj00dqsh27l384xrzx", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals charge into battle", + "subType": "Mortal", + "rulesText": "Charge", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h2vd00vls67p41kidlc7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nhfyy00e4e0v55grh1lh6", + "slug": "alp_petrosian_cavalry_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/petrosian_cavalry.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "By their swift steeds and swifter swords the tide of many a battle has turned.", + "cardId": "clm4nh90q00e2e0v59lm8htsx", + "setCardId": "clm4nhenv00e3e0v58zwbctxu", + "setCard": { + "id": "clm4nhenv00e3e0v58zwbctxu", + "slug": "alp_petrosian_cavalry", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nh90q00e2e0v59lm8htsx", + "meta": { + "id": "clq39znj500dpsh27r7dooyd1", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals charge into battle", + "subType": "Mortal", + "rulesText": "Charge", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nhenv00e3e0v58zwbctxu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nhrru00e6e0v57ero5iab", + "slug": "alp_petrosian_cavalry_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/petrosian_cavalry-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Andrea Modesti", + "flavorText": "By their swift steeds and swifter swords the tide of many a battle has turned.", + "cardId": "clm4nh90q00e2e0v59lm8htsx", + "setCardId": "clm4nhenv00e3e0v58zwbctxu", + "setCard": { + "id": "clm4nhenv00e3e0v58zwbctxu", + "slug": "alp_petrosian_cavalry", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nh90q00e2e0v59lm8htsx", + "meta": { + "id": "clq39znj500dpsh27r7dooyd1", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals charge into battle", + "subType": "Mortal", + "rulesText": "Charge", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nhenv00e3e0v58zwbctxu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nhmr000e5e0v5a5osd9ps", + "slug": "alp_petrosian_cavalry_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/petrosian_cavalry-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "By their swift steeds and swifter swords the tide of many a battle has turned.", + "cardId": "clm4nh90q00e2e0v59lm8htsx", + "setCardId": "clm4nhenv00e3e0v58zwbctxu", + "setCard": { + "id": "clm4nhenv00e3e0v58zwbctxu", + "slug": "alp_petrosian_cavalry", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nh90q00e2e0v59lm8htsx", + "meta": { + "id": "clq39znj500dpsh27r7dooyd1", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals charge into battle", + "subType": "Mortal", + "rulesText": "Charge", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nhenv00e3e0v58zwbctxu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nhsw500e7e0v50s2mgyo7", + "slug": "pit_vipers", + "name": "Pit Vipers", + "hotscore": 1843, + "guardian": { + "id": "clq39znw800drsh27jmvnj8sh", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A terrifying tangle of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Burrowing, Lethal", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nhsw500e7e0v50s2mgyo7" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h39p00vus67p5ayfqqrw", + "slug": "bet_pit_vipers_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pit_vipers.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Always look before you leap, for snakes among the hollows creep.", + "cardId": "clm4nhsw500e7e0v50s2mgyo7", + "setCardId": "clot8h37x00vss67p95uoznah", + "setCard": { + "id": "clot8h37x00vss67p95uoznah", + "slug": "bet_pit_vipers", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nhsw500e7e0v50s2mgyo7", + "meta": { + "id": "clq39zo6d00dtsh27j0lxqrlg", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A terrifying tangle of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Burrowing, Lethal", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h37x00vss67p95uoznah" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h3bg00vws67pyaakgcar", + "slug": "bet_pit_vipers_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pit_vipers-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Always look before you leap, for snakes among the hollows creep.", + "cardId": "clm4nhsw500e7e0v50s2mgyo7", + "setCardId": "clot8h37x00vss67p95uoznah", + "setCard": { + "id": "clot8h37x00vss67p95uoznah", + "slug": "bet_pit_vipers", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nhsw500e7e0v50s2mgyo7", + "meta": { + "id": "clq39zo6d00dtsh27j0lxqrlg", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A terrifying tangle of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Burrowing, Lethal", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h37x00vss67p95uoznah" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ni0l300e9e0v5aii8dt35", + "slug": "alp_pit_vipers_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pit_vipers.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Always look before you leap, for snakes among the hollows creep.", + "cardId": "clm4nhsw500e7e0v50s2mgyo7", + "setCardId": "clm4nhza100e8e0v5h8wn3elx", + "setCard": { + "id": "clm4nhza100e8e0v5h8wn3elx", + "slug": "alp_pit_vipers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nhsw500e7e0v50s2mgyo7", + "meta": { + "id": "clq39znyj00dssh27uvb7w6f0", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A terrifying tangle of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Burrowing, Lethal\n", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nhza100e8e0v5h8wn3elx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nidjj00ebe0v5ggmd1de7", + "slug": "alp_pit_vipers_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pit_vipers-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Michal Nagypál", + "flavorText": "Always look before you leap, for snakes among the hollows creep.", + "cardId": "clm4nhsw500e7e0v50s2mgyo7", + "setCardId": "clm4nhza100e8e0v5h8wn3elx", + "setCard": { + "id": "clm4nhza100e8e0v5h8wn3elx", + "slug": "alp_pit_vipers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nhsw500e7e0v50s2mgyo7", + "meta": { + "id": "clq39znyj00dssh27uvb7w6f0", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A terrifying tangle of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Burrowing, Lethal\n", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nhza100e8e0v5h8wn3elx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ni7q100eae0v531jq352t", + "slug": "alp_pit_vipers_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pit_vipers-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Always look before you leap, for snakes among the hollows creep.", + "cardId": "clm4nhsw500e7e0v50s2mgyo7", + "setCardId": "clm4nhza100e8e0v5h8wn3elx", + "setCard": { + "id": "clm4nhza100e8e0v5h8wn3elx", + "slug": "alp_pit_vipers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nhsw500e7e0v50s2mgyo7", + "meta": { + "id": "clq39znyj00dssh27uvb7w6f0", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A terrifying tangle of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Burrowing, Lethal\n", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nhza100e8e0v5h8wn3elx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nizlh00ehe0v56r7z6wyj", + "slug": "raal_dromedary", + "name": "Raal Dromedary", + "hotscore": 419, + "guardian": { + "id": "clq39zos200dxsh27ppbufgzl", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary and superbly indifferent Beast", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nizlh00ehe0v56r7z6wyj" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h3vr00w8s67pbmbg8k5p", + "slug": "bet_raal_dromedary_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/raal_dromedary.png", + "finish": "Standard", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "“And a coarse grace remained: his head was high,\r\n Though his gaunt flanks with a great mange were worn:\r\n There was not any yearning in his eye,\r\n But on his lips and nostril infinite scorn.”\r\n — Archibald Young Campbell", + "cardId": "clm4nizlh00ehe0v56r7z6wyj", + "setCardId": "clot8h3u700w6s67p48mhfjg9", + "setCard": { + "id": "clot8h3u700w6s67p48mhfjg9", + "slug": "bet_raal_dromedary", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nizlh00ehe0v56r7z6wyj", + "meta": { + "id": "clq39zp2400dzsh27yt7l73iv", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary and superbly indifferent Beast", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h3u700w6s67p48mhfjg9" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h3xa00was67pb4ed9soc", + "slug": "bet_raal_dromedary_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/raal_dromedary-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "“And a coarse grace remained: his head was high,\r\n Though his gaunt flanks with a great mange were worn:\r\n There was not any yearning in his eye,\r\n But on his lips and nostril infinite scorn.”\r\n — Archibald Young Campbell", + "cardId": "clm4nizlh00ehe0v56r7z6wyj", + "setCardId": "clot8h3u700w6s67p48mhfjg9", + "setCard": { + "id": "clot8h3u700w6s67p48mhfjg9", + "slug": "bet_raal_dromedary", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nizlh00ehe0v56r7z6wyj", + "meta": { + "id": "clq39zp2400dzsh27yt7l73iv", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary and superbly indifferent Beast", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h3u700w6s67p48mhfjg9" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nj6cp00eje0v57qsz4up9", + "slug": "alp_raal_dromedary_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/raal_dromedary.png", + "finish": "Standard", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "“And a coarse grace remained: his head was high,\n Though his gaunt flanks with a great mange were worn:\n There was not any yearning in his eye,\n But on his lips and nostril infinite scorn.”\n — Archibald Young Campbell", + "cardId": "clm4nizlh00ehe0v56r7z6wyj", + "setCardId": "clm4nj51i00eie0v5829sfioi", + "setCard": { + "id": "clm4nj51i00eie0v5829sfioi", + "slug": "alp_raal_dromedary", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nizlh00ehe0v56r7z6wyj", + "meta": { + "id": "clq39zoue00dysh273ll6zda7", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary and superbly indifferent Beast", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nj51i00eie0v5829sfioi" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nji7v00ele0v529b39d6s", + "slug": "alp_raal_dromedary_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/raal_dromedary-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Caio Calazans", + "flavorText": "“And a coarse grace remained: his head was high,\n Though his gaunt flanks with a great mange were worn:\n There was not any yearning in his eye,\n But on his lips and nostril infinite scorn.”\n — Archibald Young Campbell", + "cardId": "clm4nizlh00ehe0v56r7z6wyj", + "setCardId": "clm4nj51i00eie0v5829sfioi", + "setCard": { + "id": "clm4nj51i00eie0v5829sfioi", + "slug": "alp_raal_dromedary", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nizlh00ehe0v56r7z6wyj", + "meta": { + "id": "clq39zoue00dysh273ll6zda7", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary and superbly indifferent Beast", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nj51i00eie0v5829sfioi" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4njced00eke0v59yg886sr", + "slug": "alp_raal_dromedary_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/raal_dromedary-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "“And a coarse grace remained: his head was high,\n Though his gaunt flanks with a great mange were worn:\n There was not any yearning in his eye,\n But on his lips and nostril infinite scorn.”\n — Archibald Young Campbell", + "cardId": "clm4nizlh00ehe0v56r7z6wyj", + "setCardId": "clm4nj51i00eie0v5829sfioi", + "setCard": { + "id": "clm4nj51i00eie0v5829sfioi", + "slug": "alp_raal_dromedary", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nizlh00ehe0v56r7z6wyj", + "meta": { + "id": "clq39zoue00dysh273ll6zda7", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary and superbly indifferent Beast", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nj51i00eie0v5829sfioi" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4njjj300eme0v5fhar5z6k", + "slug": "rimland_nomads", + "name": "Rimland Nomads", + "hotscore": 455, + "guardian": { + "id": "clq39zp7x00e0sh27uld69d4f", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals adrift among dunes", + "subType": "Mortal", + "rulesText": "Movement +1\r\n\r\nTakes no damage from Deserts.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4njjj300eme0v5fhar5z6k" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h48800wfs67pqz4cn5go", + "slug": "bet_rimland_nomads_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/rimland_nomads.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "As the sands shift, so shall we.", + "cardId": "clm4njjj300eme0v5fhar5z6k", + "setCardId": "clot8h46q00wds67pq514iu2s", + "setCard": { + "id": "clot8h46q00wds67pq514iu2s", + "slug": "bet_rimland_nomads", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4njjj300eme0v5fhar5z6k", + "meta": { + "id": "clq39zphq00e2sh27aquvoa9v", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals adrift among dunes", + "subType": "Mortal", + "rulesText": "Movement +1\r\n\r\nTakes no damage from Deserts.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h46q00wds67pq514iu2s" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h49q00whs67p0gvc42mk", + "slug": "bet_rimland_nomads_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/rimland_nomads-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "As the sands shift, so shall we.", + "cardId": "clm4njjj300eme0v5fhar5z6k", + "setCardId": "clot8h46q00wds67pq514iu2s", + "setCard": { + "id": "clot8h46q00wds67pq514iu2s", + "slug": "bet_rimland_nomads", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4njjj300eme0v5fhar5z6k", + "meta": { + "id": "clq39zphq00e2sh27aquvoa9v", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals adrift among dunes", + "subType": "Mortal", + "rulesText": "Movement +1\r\n\r\nTakes no damage from Deserts.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h46q00wds67pq514iu2s" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4njqnj00eoe0v5caxh07qf", + "slug": "alp_rimland_nomads_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rimland_nomads.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "As the sands shift, so shall we.", + "cardId": "clm4njjj300eme0v5fhar5z6k", + "setCardId": "clm4njpce00ene0v58ezha3ek", + "setCard": { + "id": "clm4njpce00ene0v58ezha3ek", + "slug": "alp_rimland_nomads", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4njjj300eme0v5fhar5z6k", + "meta": { + "id": "clq39zpad00e1sh277t3hu4ew", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals adrift among dunes", + "subType": "Mortal", + "rulesText": "Movement +1\n\nTakes no damage from Deserts.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4njpce00ene0v58ezha3ek" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nk2i800eqe0v5bibhgbp5", + "slug": "alp_rimland_nomads_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rimland_nomads-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Elvira Shakirova", + "flavorText": "As the sands shift, so shall we.", + "cardId": "clm4njjj300eme0v5fhar5z6k", + "setCardId": "clm4njpce00ene0v58ezha3ek", + "setCard": { + "id": "clm4njpce00ene0v58ezha3ek", + "slug": "alp_rimland_nomads", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4njjj300eme0v5fhar5z6k", + "meta": { + "id": "clq39zpad00e1sh277t3hu4ew", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals adrift among dunes", + "subType": "Mortal", + "rulesText": "Movement +1\n\nTakes no damage from Deserts.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4njpce00ene0v58ezha3ek" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4njx2w00epe0v5gtn115ej", + "slug": "alp_rimland_nomads_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rimland_nomads-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "As the sands shift, so shall we.", + "cardId": "clm4njjj300eme0v5fhar5z6k", + "setCardId": "clm4njpce00ene0v58ezha3ek", + "setCard": { + "id": "clm4njpce00ene0v58ezha3ek", + "slug": "alp_rimland_nomads", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4njjj300eme0v5fhar5z6k", + "meta": { + "id": "clq39zpad00e1sh277t3hu4ew", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals adrift among dunes", + "subType": "Mortal", + "rulesText": "Movement +1\n\nTakes no damage from Deserts.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4njpce00ene0v58ezha3ek" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nk3nb00ere0v5aj4w7l8d", + "slug": "sacred_scarabs", + "name": "Sacred Scarabs", + "hotscore": 3395, + "guardian": { + "id": "clq39zpns00e3sh278avm69hr", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with an explosive finale", + "subType": "Beast", + "rulesText": "Airborne\r\n\r\nDeathrite → Deal 3 damage to each unit here.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nk3nb00ere0v5aj4w7l8d" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h4ka00wms67pa2mw2qj4", + "slug": "bet_sacred_scarabs_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sacred_scarabs.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "It’s all fun and games until someone steps on a bug.", + "cardId": "clm4nk3nb00ere0v5aj4w7l8d", + "setCardId": "clot8h4iq00wks67psozq5k5r", + "setCard": { + "id": "clot8h4iq00wks67psozq5k5r", + "slug": "bet_sacred_scarabs", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nk3nb00ere0v5aj4w7l8d", + "meta": { + "id": "clq39zpxg00e5sh27at5a37en", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with an explosive finale", + "subType": "Beast", + "rulesText": "Airborne\r\n\r\nDeathrite → Deal 3 damage to each unit here.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h4iq00wks67psozq5k5r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h4lt00wos67plx7i9if1", + "slug": "bet_sacred_scarabs_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sacred_scarabs-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "It’s all fun and games until someone steps on a bug.", + "cardId": "clm4nk3nb00ere0v5aj4w7l8d", + "setCardId": "clot8h4iq00wks67psozq5k5r", + "setCard": { + "id": "clot8h4iq00wks67psozq5k5r", + "slug": "bet_sacred_scarabs", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nk3nb00ere0v5aj4w7l8d", + "meta": { + "id": "clq39zpxg00e5sh27at5a37en", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with an explosive finale", + "subType": "Beast", + "rulesText": "Airborne\r\n\r\nDeathrite → Deal 3 damage to each unit here.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h4iq00wks67psozq5k5r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nkbib00ete0v543c8eoo5", + "slug": "alp_sacred_scarabs_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sacred_scarabs.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "It’s all fun and games until someone steps on a bug.", + "cardId": "clm4nk3nb00ere0v5aj4w7l8d", + "setCardId": "clm4nka6z00ese0v53fab7ruw", + "setCard": { + "id": "clm4nka6z00ese0v53fab7ruw", + "slug": "alp_sacred_scarabs", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nk3nb00ere0v5aj4w7l8d", + "meta": { + "id": "clq39zpq500e4sh27trtjqy9e", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with an explosive finale", + "subType": "Beast", + "rulesText": "Airborne\n\nDeathrite → Deal 3 damage to each unit here.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nka6z00ese0v53fab7ruw" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nkp3t00eve0v57s6z12mn", + "slug": "alp_sacred_scarabs_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sacred_scarabs-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Melissa A. Benson", + "flavorText": "It’s all fun and games until someone steps on a bug.", + "cardId": "clm4nk3nb00ere0v5aj4w7l8d", + "setCardId": "clm4nka6z00ese0v53fab7ruw", + "setCard": { + "id": "clm4nka6z00ese0v53fab7ruw", + "slug": "alp_sacred_scarabs", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nk3nb00ere0v5aj4w7l8d", + "meta": { + "id": "clq39zpq500e4sh27trtjqy9e", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with an explosive finale", + "subType": "Beast", + "rulesText": "Airborne\n\nDeathrite → Deal 3 damage to each unit here.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nka6z00ese0v53fab7ruw" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nkid500eue0v5fpi13ade", + "slug": "alp_sacred_scarabs_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sacred_scarabs-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "It’s all fun and games until someone steps on a bug.", + "cardId": "clm4nk3nb00ere0v5aj4w7l8d", + "setCardId": "clm4nka6z00ese0v53fab7ruw", + "setCard": { + "id": "clm4nka6z00ese0v53fab7ruw", + "slug": "alp_sacred_scarabs", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nk3nb00ere0v5aj4w7l8d", + "meta": { + "id": "clq39zpq500e4sh27trtjqy9e", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with an explosive finale", + "subType": "Beast", + "rulesText": "Airborne\n\nDeathrite → Deal 3 damage to each unit here.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nka6z00ese0v53fab7ruw" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nkq8g00ewe0v52ffv8u79", + "slug": "sand_worm", + "name": "Sand Worm", + "hotscore": 785, + "guardian": { + "id": "clq39zq3n00e6sh2721blnq2s", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast swims seas of sand", + "subType": "Beast", + "rulesText": "Burrowing, Landbound", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nkq8g00ewe0v52ffv8u79" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h4wa00wts67p4ndh2674", + "slug": "bet_sand_worm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sand_worm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Only a soft susurration betrays the passing of these desert leviathans far beneath your feet.", + "cardId": "clm4nkq8g00ewe0v52ffv8u79", + "setCardId": "clot8h4ut00wrs67pnfdu63ad", + "setCard": { + "id": "clot8h4ut00wrs67pnfdu63ad", + "slug": "bet_sand_worm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nkq8g00ewe0v52ffv8u79", + "meta": { + "id": "clq39zqdt00e8sh27ftgxe999", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast swims seas of sand", + "subType": "Beast", + "rulesText": "Burrowing, Landbound", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h4ut00wrs67pnfdu63ad" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h4xt00wvs67pvyfuv42d", + "slug": "bet_sand_worm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sand_worm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Only a soft susurration betrays the passing of these desert leviathans far beneath your feet.", + "cardId": "clm4nkq8g00ewe0v52ffv8u79", + "setCardId": "clot8h4ut00wrs67pnfdu63ad", + "setCard": { + "id": "clot8h4ut00wrs67pnfdu63ad", + "slug": "bet_sand_worm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nkq8g00ewe0v52ffv8u79", + "meta": { + "id": "clq39zqdt00e8sh27ftgxe999", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast swims seas of sand", + "subType": "Beast", + "rulesText": "Burrowing, Landbound", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h4ut00wrs67pnfdu63ad" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nkxr100eye0v57dp3hl49", + "slug": "alp_sand_worm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sand_worm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Only a soft susurration betrays the passing of these desert leviathans far beneath your feet.", + "cardId": "clm4nkq8g00ewe0v52ffv8u79", + "setCardId": "clm4nkw8t00exe0v58t2gb61w", + "setCard": { + "id": "clm4nkw8t00exe0v58t2gb61w", + "slug": "alp_sand_worm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nkq8g00ewe0v52ffv8u79", + "meta": { + "id": "clq39zq6200e7sh27x2ypixyg", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast swims seas of sand", + "subType": "Beast", + "rulesText": "Burrowing, Landbound", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nkw8t00exe0v58t2gb61w" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nl9y100f0e0v5g94m4t6e", + "slug": "alp_sand_worm_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sand_worm-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Vincent Pompetti", + "flavorText": "Only a soft susurration betrays the passing of these desert leviathans far beneath your feet.", + "cardId": "clm4nkq8g00ewe0v52ffv8u79", + "setCardId": "clm4nkw8t00exe0v58t2gb61w", + "setCard": { + "id": "clm4nkw8t00exe0v58t2gb61w", + "slug": "alp_sand_worm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nkq8g00ewe0v52ffv8u79", + "meta": { + "id": "clq39zq6200e7sh27x2ypixyg", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast swims seas of sand", + "subType": "Beast", + "rulesText": "Burrowing, Landbound", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nkw8t00exe0v58t2gb61w" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nl4cb00eze0v5fua96cdb", + "slug": "alp_sand_worm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sand_worm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Only a soft susurration betrays the passing of these desert leviathans far beneath your feet.", + "cardId": "clm4nkq8g00ewe0v52ffv8u79", + "setCardId": "clm4nkw8t00exe0v58t2gb61w", + "setCard": { + "id": "clm4nkw8t00exe0v58t2gb61w", + "slug": "alp_sand_worm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nkq8g00ewe0v52ffv8u79", + "meta": { + "id": "clq39zq6200e7sh27x2ypixyg", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast swims seas of sand", + "subType": "Beast", + "rulesText": "Burrowing, Landbound", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nkw8t00exe0v58t2gb61w" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nmdae00f9e0v58z6r1j21", + "slug": "sirocco_scorpions", + "name": "Sirocco Scorpions", + "hotscore": 796, + "guardian": { + "id": "clq39zrd000efsh27trrhgo1f", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with deathly stings", + "subType": "Beast", + "rulesText": "Lethal", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nmdae00f9e0v58z6r1j21" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h5uy00xes67pd1rw3p86", + "slug": "bet_sirocco_scorpions_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sirocco_scorpions.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Tread light! And hasten thee away from skittering cinders, sun-scorched obsidian shards asway.", + "cardId": "clm4nmdae00f9e0v58z6r1j21", + "setCardId": "clot8h5te00xcs67pm1xt0fpd", + "setCard": { + "id": "clot8h5te00xcs67pm1xt0fpd", + "slug": "bet_sirocco_scorpions", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nmdae00f9e0v58z6r1j21", + "meta": { + "id": "clq39zrm300ehsh27l0vl1yj9", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with deathly stings", + "subType": "Beast", + "rulesText": "Lethal", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h5te00xcs67pm1xt0fpd" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h5wn00xgs67pwvwxylwn", + "slug": "bet_sirocco_scorpions_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sirocco_scorpions-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Tread light! And hasten thee away from skittering cinders, sun-scorched obsidian shards asway.", + "cardId": "clm4nmdae00f9e0v58z6r1j21", + "setCardId": "clot8h5te00xcs67pm1xt0fpd", + "setCard": { + "id": "clot8h5te00xcs67pm1xt0fpd", + "slug": "bet_sirocco_scorpions", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nmdae00f9e0v58z6r1j21", + "meta": { + "id": "clq39zrm300ehsh27l0vl1yj9", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with deathly stings", + "subType": "Beast", + "rulesText": "Lethal", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h5te00xcs67pm1xt0fpd" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nmkfb00fbe0v59bhb5mzt", + "slug": "alp_sirocco_scorpions_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sirocco_scorpions.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "They wait and watch with eyes of soot.", + "cardId": "clm4nmdae00f9e0v58z6r1j21", + "setCardId": "clm4nmj4700fae0v52vgufn4c", + "setCard": { + "id": "clm4nmj4700fae0v52vgufn4c", + "slug": "alp_sirocco_scorpions", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nmdae00f9e0v58z6r1j21", + "meta": { + "id": "clq39zrfg00egsh27681qp48v", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with deathly stings", + "subType": "Beast", + "rulesText": "Lethal", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nmj4700fae0v52vgufn4c" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nmr7b00fce0v52n7jabi5", + "slug": "alp_sirocco_scorpions_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sirocco_scorpions-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "They wait and watch with eyes of soot.", + "cardId": "clm4nmdae00f9e0v58z6r1j21", + "setCardId": "clm4nmj4700fae0v52vgufn4c", + "setCard": { + "id": "clm4nmj4700fae0v52vgufn4c", + "slug": "alp_sirocco_scorpions", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nmdae00f9e0v58z6r1j21", + "meta": { + "id": "clq39zrfg00egsh27681qp48v", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with deathly stings", + "subType": "Beast", + "rulesText": "Lethal", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nmj4700fae0v52vgufn4c" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4no0cu00fle0v56dxidlnk", + "slug": "vile_imp", + "name": "Vile Imp", + "hotscore": 5793, + "guardian": { + "id": "clq39zsjc00eosh27lnm9spuh", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary firestarter of a Demon", + "subType": "Demon", + "rulesText": "Genesis → May deal 2 damage to target adjacent unit.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4no0cu00fle0v56dxidlnk" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h6tz00xzs67pwwmo568c", + "slug": "bet_vile_imp_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/vile_imp.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "One good burn deserves another.", + "cardId": "clm4no0cu00fle0v56dxidlnk", + "setCardId": "clot8h6sf00xxs67pydfqq53u", + "setCard": { + "id": "clot8h6sf00xxs67pydfqq53u", + "slug": "bet_vile_imp", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4no0cu00fle0v56dxidlnk", + "meta": { + "id": "clq39zsrn00eqsh27uezgjtm2", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary firestarter of a Demon", + "subType": "Demon", + "rulesText": "Genesis → May deal 2 damage to target adjacent unit.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h6sf00xxs67pydfqq53u" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h6vl00y1s67pl766z3pi", + "slug": "bet_vile_imp_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/vile_imp-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "One good burn deserves another.", + "cardId": "clm4no0cu00fle0v56dxidlnk", + "setCardId": "clot8h6sf00xxs67pydfqq53u", + "setCard": { + "id": "clot8h6sf00xxs67pydfqq53u", + "slug": "bet_vile_imp", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4no0cu00fle0v56dxidlnk", + "meta": { + "id": "clq39zsrn00eqsh27uezgjtm2", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary firestarter of a Demon", + "subType": "Demon", + "rulesText": "Genesis → May deal 2 damage to target adjacent unit.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h6sf00xxs67pydfqq53u" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4no7qe00fne0v52chfd34b", + "slug": "alp_vile_imp_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vile_imp.png", + "finish": "Standard", + "product": "Booster", + "artist": "Frank Frazetta", + "flavorText": "One good burn deserves another.", + "cardId": "clm4no0cu00fle0v56dxidlnk", + "setCardId": "clm4no6fc00fme0v58n7s5mb0", + "setCard": { + "id": "clm4no6fc00fme0v58n7s5mb0", + "slug": "alp_vile_imp", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4no0cu00fle0v56dxidlnk", + "meta": { + "id": "clq39zsls00epsh27d5lz7l98", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary firestarter of a Demon", + "subType": "Demon", + "rulesText": "Genesis → May deal 2 damage to target adjacent unit.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4no6fc00fme0v58n7s5mb0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nof4a00foe0v56oet8ixb", + "slug": "alp_vile_imp_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vile_imp-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Frank Frazetta", + "flavorText": "One good burn deserves another.", + "cardId": "clm4no0cu00fle0v56dxidlnk", + "setCardId": "clm4no6fc00fme0v58n7s5mb0", + "setCard": { + "id": "clm4no6fc00fme0v58n7s5mb0", + "slug": "alp_vile_imp", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4no0cu00fle0v56dxidlnk", + "meta": { + "id": "clq39zsls00epsh27d5lz7l98", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary firestarter of a Demon", + "subType": "Demon", + "rulesText": "Genesis → May deal 2 damage to target adjacent unit.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4no6fc00fme0v58n7s5mb0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_fire_ordinary_site_cards.json b/data/beta_fire_ordinary_site_cards.json new file mode 100644 index 0000000..517cb61 --- /dev/null +++ b/data/beta_fire_ordinary_site_cards.json @@ -0,0 +1,680 @@ +[ + { + "id": "clm4qb1ep0104e0v5149312q3", + "slug": "arid_desert", + "name": "Arid Desert", + "hotscore": 4967, + "guardian": { + "id": "clq3a1pny00sysh272fbkzkx6", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of ruin", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4qb1ep0104e0v5149312q3" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8ipj301v4s67p9sdhtkwv", + "slug": "bet_arid_desert_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/arid_desert.png", + "finish": "Standard", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qb1ep0104e0v5149312q3", + "setCardId": "clot8iphk01v2s67p9rzn5iuw", + "setCard": { + "id": "clot8iphk01v2s67p9rzn5iuw", + "slug": "bet_arid_desert", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qb1ep0104e0v5149312q3", + "meta": { + "id": "clq3a1pxx00t0sh270zt3axpw", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of ruin", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8iphk01v2s67p9rzn5iuw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ipkk01v6s67pxbhxijal", + "slug": "bet_arid_desert_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/arid_desert-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qb1ep0104e0v5149312q3", + "setCardId": "clot8iphk01v2s67p9rzn5iuw", + "setCard": { + "id": "clot8iphk01v2s67p9rzn5iuw", + "slug": "bet_arid_desert", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qb1ep0104e0v5149312q3", + "meta": { + "id": "clq3a1pxx00t0sh270zt3axpw", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of ruin", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8iphk01v2s67p9rzn5iuw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qb8kl0106e0v51xyvb0f4", + "slug": "alp_arid_desert_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/arid_desert.png", + "finish": "Standard", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qb1ep0104e0v5149312q3", + "setCardId": "clm4qb79n0105e0v5d72z9eky", + "setCard": { + "id": "clm4qb79n0105e0v5d72z9eky", + "slug": "alp_arid_desert", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qb1ep0104e0v5149312q3", + "meta": { + "id": "clq3a1pqe00szsh27xm44mt6y", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of ruin", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qb79n0105e0v5d72z9eky" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qbl3f0108e0v51mo62kbu", + "slug": "alp_arid_desert_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/arid_desert-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qb1ep0104e0v5149312q3", + "setCardId": "clm4qb79n0105e0v5d72z9eky", + "setCard": { + "id": "clm4qb79n0105e0v5d72z9eky", + "slug": "alp_arid_desert", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qb1ep0104e0v5149312q3", + "meta": { + "id": "clq3a1pqe00szsh27xm44mt6y", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of ruin", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qb79n0105e0v5d72z9eky" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qbfbs0107e0v5hd984z6s", + "slug": "alp_arid_desert_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/arid_desert-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qb1ep0104e0v5149312q3", + "setCardId": "clm4qb79n0105e0v5d72z9eky", + "setCard": { + "id": "clm4qb79n0105e0v5d72z9eky", + "slug": "alp_arid_desert", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qb1ep0104e0v5149312q3", + "meta": { + "id": "clq3a1pqe00szsh27xm44mt6y", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of ruin", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qb79n0105e0v5d72z9eky" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qcoon010he0v50wjt4edz", + "slug": "red_desert", + "name": "Red Desert", + "hotscore": 4751, + "guardian": { + "id": "clq3a1qvw00t7sh27rh59b6jm", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of blight", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4qcoon010he0v50wjt4edz" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8iqh401vps67p37tgfbri", + "slug": "bet_red_desert_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/red_desert.png", + "finish": "Standard", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qcoon010he0v50wjt4edz", + "setCardId": "clot8iqf901vns67p6vginr2m", + "setCard": { + "id": "clot8iqf901vns67p6vginr2m", + "slug": "bet_red_desert", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qcoon010he0v50wjt4edz", + "meta": { + "id": "clq3a1r5y00t9sh27lyrwiijq", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of blight", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8iqf901vns67p6vginr2m" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iqin01vrs67pb1gxilrq", + "slug": "bet_red_desert_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/red_desert-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qcoon010he0v50wjt4edz", + "setCardId": "clot8iqf901vns67p6vginr2m", + "setCard": { + "id": "clot8iqf901vns67p6vginr2m", + "slug": "bet_red_desert", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qcoon010he0v50wjt4edz", + "meta": { + "id": "clq3a1r5y00t9sh27lyrwiijq", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of blight", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8iqf901vns67p6vginr2m" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qcw0p010je0v54d4xgmxh", + "slug": "alp_red_desert_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/red_desert.png", + "finish": "Standard", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qcoon010he0v50wjt4edz", + "setCardId": "clm4qcupp010ie0v59j74am5g", + "setCard": { + "id": "clm4qcupp010ie0v59j74am5g", + "slug": "alp_red_desert", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qcoon010he0v50wjt4edz", + "meta": { + "id": "clq3a1qyb00t8sh274rlx0cfz", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of blight", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qcupp010ie0v59j74am5g" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qd8ir010le0v5g8xrcjfi", + "slug": "alp_red_desert_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/red_desert-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qcoon010he0v50wjt4edz", + "setCardId": "clm4qcupp010ie0v59j74am5g", + "setCard": { + "id": "clm4qcupp010ie0v59j74am5g", + "slug": "alp_red_desert", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qcoon010he0v50wjt4edz", + "meta": { + "id": "clq3a1qyb00t8sh274rlx0cfz", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of blight", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qcupp010ie0v59j74am5g" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qd2uw010ke0v52hai1kcj", + "slug": "alp_red_desert_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/red_desert-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qcoon010he0v50wjt4edz", + "setCardId": "clm4qcupp010ie0v59j74am5g", + "setCard": { + "id": "clm4qcupp010ie0v59j74am5g", + "slug": "alp_red_desert", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qcoon010he0v50wjt4edz", + "meta": { + "id": "clq3a1qyb00t8sh274rlx0cfz", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of blight", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qcupp010ie0v59j74am5g" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qd9n9010me0v510b90tj0", + "slug": "remote_desert", + "name": "Remote Desert", + "hotscore": 5195, + "guardian": { + "id": "clq3a1rbj00tash2702mk043c", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of decline", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4qd9n9010me0v510b90tj0" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8iqsw01vws67pdm754uvk", + "slug": "bet_remote_desert_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/remote_desert.png", + "finish": "Standard", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qd9n9010me0v510b90tj0", + "setCardId": "clot8iqrf01vus67p9f34d4mb", + "setCard": { + "id": "clot8iqrf01vus67p9f34d4mb", + "slug": "bet_remote_desert", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qd9n9010me0v510b90tj0", + "meta": { + "id": "clq3a1rlv00tcsh277rvs8yad", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of decline", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8iqrf01vus67p9f34d4mb" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iqui01vys67pj7yly74s", + "slug": "bet_remote_desert_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/remote_desert-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qd9n9010me0v510b90tj0", + "setCardId": "clot8iqrf01vus67p9f34d4mb", + "setCard": { + "id": "clot8iqrf01vus67p9f34d4mb", + "slug": "bet_remote_desert", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qd9n9010me0v510b90tj0", + "meta": { + "id": "clq3a1rlv00tcsh277rvs8yad", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of decline", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8iqrf01vus67p9f34d4mb" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qdh3i010oe0v564w8706b", + "slug": "alp_remote_desert_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/remote_desert.png", + "finish": "Standard", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qd9n9010me0v510b90tj0", + "setCardId": "clm4qdflu010ne0v56og28sej", + "setCard": { + "id": "clm4qdflu010ne0v56og28sej", + "slug": "alp_remote_desert", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qd9n9010me0v510b90tj0", + "meta": { + "id": "clq3a1rdz00tbsh27v898x0zo", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of decline", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qdflu010ne0v56og28sej" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qdtr3010qe0v541lxa673", + "slug": "alp_remote_desert_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/remote_desert-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qd9n9010me0v510b90tj0", + "setCardId": "clm4qdflu010ne0v56og28sej", + "setCard": { + "id": "clm4qdflu010ne0v56og28sej", + "slug": "alp_remote_desert", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qd9n9010me0v510b90tj0", + "meta": { + "id": "clq3a1rdz00tbsh27v898x0zo", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of decline", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qdflu010ne0v56og28sej" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qdo4k010pe0v552xm5ucm", + "slug": "alp_remote_desert_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/remote_desert-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qd9n9010me0v510b90tj0", + "setCardId": "clm4qdflu010ne0v56og28sej", + "setCard": { + "id": "clm4qdflu010ne0v56og28sej", + "slug": "alp_remote_desert", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qd9n9010me0v510b90tj0", + "meta": { + "id": "clq3a1rdz00tbsh27v898x0zo", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of decline", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qdflu010ne0v56og28sej" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_fire_unique_aura_cards.json b/data/beta_fire_unique_aura_cards.json new file mode 100644 index 0000000..4652a77 --- /dev/null +++ b/data/beta_fire_unique_aura_cards.json @@ -0,0 +1,189 @@ +[ + { + "id": "clm4o2z6800iue0v595mx345h", + "slug": "jihad", + "name": "Jihad", + "hotscore": 2261, + "guardian": { + "id": "clq3a03n100gysh27n4sbmiwv", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura of zealous devotion", + "subType": "", + "rulesText": "You may summon fire minions to affected sites.\r\n\r\nAllied fire minions occupying affected sites have +1 power.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4o2z6800iue0v595mx345h" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hfav0138s67prqzkwc3z", + "slug": "bet_jihad_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/jihad.png", + "finish": "Standard", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4o2z6800iue0v595mx345h", + "setCardId": "clot8hf9c0136s67p47yd0y4w", + "setCard": { + "id": "clot8hf9c0136s67p47yd0y4w", + "slug": "bet_jihad", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o2z6800iue0v595mx345h", + "meta": { + "id": "clq3a03v900h0sh27d2n2yciz", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura of zealous devotion", + "subType": "", + "rulesText": "You may summon fire minions to affected sites.\r\n\r\nAllied fire minions occupying affected sites have +1 power.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8hf9c0136s67p47yd0y4w" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hfch013as67p5zte2ngu", + "slug": "bet_jihad_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/jihad-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4o2z6800iue0v595mx345h", + "setCardId": "clot8hf9c0136s67p47yd0y4w", + "setCard": { + "id": "clot8hf9c0136s67p47yd0y4w", + "slug": "bet_jihad", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o2z6800iue0v595mx345h", + "meta": { + "id": "clq3a03v900h0sh27d2n2yciz", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura of zealous devotion", + "subType": "", + "rulesText": "You may summon fire minions to affected sites.\r\n\r\nAllied fire minions occupying affected sites have +1 power.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8hf9c0136s67p47yd0y4w" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o35xm00iwe0v5gd98crhb", + "slug": "alp_jihad_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/jihad.png", + "finish": "Standard", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4o2z6800iue0v595mx345h", + "setCardId": "clm4o34mo00ive0v59om09rqt", + "setCard": { + "id": "clm4o34mo00ive0v59om09rqt", + "slug": "alp_jihad", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o2z6800iue0v595mx345h", + "meta": { + "id": "clq3a03pe00gzsh27q6tg32tl", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura of zealous devotion", + "subType": "", + "rulesText": "You may summon fire minions to affected sites.\n\nAllied fire minions occupying affected sites have +1 power.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4o34mo00ive0v59om09rqt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o3cps00ixe0v5h5t76d7c", + "slug": "alp_jihad_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/jihad-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4o2z6800iue0v595mx345h", + "setCardId": "clm4o34mo00ive0v59om09rqt", + "setCard": { + "id": "clm4o34mo00ive0v59om09rqt", + "slug": "alp_jihad", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o2z6800iue0v595mx345h", + "meta": { + "id": "clq3a03pe00gzsh27q6tg32tl", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura of zealous devotion", + "subType": "", + "rulesText": "You may summon fire minions to affected sites.\n\nAllied fire minions occupying affected sites have +1 power.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4o34mo00ive0v59om09rqt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_fire_unique_magic_cards.json b/data/beta_fire_unique_magic_cards.json new file mode 100644 index 0000000..6606648 --- /dev/null +++ b/data/beta_fire_unique_magic_cards.json @@ -0,0 +1,563 @@ +[ + { + "id": "clm4nv9wj00h7e0v5g5355p9v", + "slug": "immolation", + "name": "Immolation", + "hotscore": 1030, + "guardian": { + "id": "clq39zy2200fssh27dmer9wt1", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of distilled devastation", + "subType": "", + "rulesText": "Deal 7 damage to target minion nearby.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "cardId": "clm4nv9wj00h7e0v5g5355p9v" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8havg010is67p8ksnnkxu", + "slug": "bet_immolation_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/immolation.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4nv9wj00h7e0v5g5355p9v", + "setCardId": "clot8haty010gs67p3r5fu3zg", + "setCard": { + "id": "clot8haty010gs67p3r5fu3zg", + "slug": "bet_immolation", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nv9wj00h7e0v5g5355p9v", + "meta": { + "id": "clq39zya600fush27dgbjh2z3", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of distilled devastation", + "subType": "", + "rulesText": "Deal 7 damage to target minion nearby.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clot8haty010gs67p3r5fu3zg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hawz010ks67pnddodxf3", + "slug": "bet_immolation_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/immolation-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4nv9wj00h7e0v5g5355p9v", + "setCardId": "clot8haty010gs67p3r5fu3zg", + "setCard": { + "id": "clot8haty010gs67p3r5fu3zg", + "slug": "bet_immolation", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nv9wj00h7e0v5g5355p9v", + "meta": { + "id": "clq39zya600fush27dgbjh2z3", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of distilled devastation", + "subType": "", + "rulesText": "Deal 7 damage to target minion nearby.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clot8haty010gs67p3r5fu3zg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nvgp700h9e0v50epp8u41", + "slug": "alp_immolation_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/immolation.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4nv9wj00h7e0v5g5355p9v", + "setCardId": "clm4nvfe400h8e0v5a0a80a9y", + "setCard": { + "id": "clm4nvfe400h8e0v5a0a80a9y", + "slug": "alp_immolation", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nv9wj00h7e0v5g5355p9v", + "meta": { + "id": "clq39zy4q00ftsh2722790zwm", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of distilled devastation", + "subType": "", + "rulesText": "Deal 7 damage to target minion nearby.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clm4nvfe400h8e0v5a0a80a9y" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nvnuy00hae0v564jpd3vs", + "slug": "alp_immolation_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/immolation-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4nv9wj00h7e0v5g5355p9v", + "setCardId": "clm4nvfe400h8e0v5a0a80a9y", + "setCard": { + "id": "clm4nvfe400h8e0v5a0a80a9y", + "slug": "alp_immolation", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nv9wj00h7e0v5g5355p9v", + "meta": { + "id": "clq39zy4q00ftsh2722790zwm", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of distilled devastation", + "subType": "", + "rulesText": "Deal 7 damage to target minion nearby.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clm4nvfe400h8e0v5a0a80a9y" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nzrmo00i6e0v5d9um59du", + "slug": "pact_with_the_devil", + "name": "Pact with the Devil", + "hotscore": 3371, + "guardian": { + "id": "clq3a01b500ggsh27ctwykawm", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic commands a heavy price", + "subType": "", + "rulesText": "Sacrifice the caster or lose half your life, rounding up. If you do, draw three cards.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4nzrmo00i6e0v5d9um59du" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hddr0122s67pqq3dlilq", + "slug": "bet_pact_with_the_devil_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pact_with_the_devil.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4nzrmo00i6e0v5d9um59du", + "setCardId": "clot8hdbz0120s67povgtk6ov", + "setCard": { + "id": "clot8hdbz0120s67povgtk6ov", + "slug": "bet_pact_with_the_devil", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nzrmo00i6e0v5d9um59du", + "meta": { + "id": "clq3a01iy00gish27p31c5b3x", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic commands a heavy price", + "subType": "", + "rulesText": "Sacrifice the caster or lose half your life, rounding up. If you do, draw three cards.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8hdbz0120s67povgtk6ov" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hdfa0124s67piis8s86k", + "slug": "bet_pact_with_the_devil_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pact_with_the_devil-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4nzrmo00i6e0v5d9um59du", + "setCardId": "clot8hdbz0120s67povgtk6ov", + "setCard": { + "id": "clot8hdbz0120s67povgtk6ov", + "slug": "bet_pact_with_the_devil", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nzrmo00i6e0v5d9um59du", + "meta": { + "id": "clq3a01iy00gish27p31c5b3x", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic commands a heavy price", + "subType": "", + "rulesText": "Sacrifice the caster or lose half your life, rounding up. If you do, draw three cards.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8hdbz0120s67povgtk6ov" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nzynw00i8e0v5ats8dj6u", + "slug": "alp_pact_with_the_devil_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pact_with_the_devil.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4nzrmo00i6e0v5d9um59du", + "setCardId": "clm4nzxcm00i7e0v5astv8lpr", + "setCard": { + "id": "clm4nzxcm00i7e0v5astv8lpr", + "slug": "alp_pact_with_the_devil", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nzrmo00i6e0v5d9um59du", + "meta": { + "id": "clq3a01de00ghsh27x650i8ss", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic commands a heavy price", + "subType": "", + "rulesText": "Sacrifice the caster or lose half your life, rounding up. If you do, draw three cards.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nzxcm00i7e0v5astv8lpr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o05om00i9e0v5e6jzdup9", + "slug": "alp_pact_with_the_devil_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pact_with_the_devil-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4nzrmo00i6e0v5d9um59du", + "setCardId": "clm4nzxcm00i7e0v5astv8lpr", + "setCard": { + "id": "clm4nzxcm00i7e0v5astv8lpr", + "slug": "alp_pact_with_the_devil", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nzrmo00i6e0v5d9um59du", + "meta": { + "id": "clq3a01de00ghsh27x650i8ss", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic commands a heavy price", + "subType": "", + "rulesText": "Sacrifice the caster or lose half your life, rounding up. If you do, draw three cards.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nzxcm00i7e0v5astv8lpr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o1x6200ime0v5c715gjrt", + "slug": "warp_spasm", + "name": "Warp Spasm", + "hotscore": 732, + "guardian": { + "id": "clq3a02vk00gssh279sbqsowg", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of hyper-violence", + "subType": "", + "rulesText": "This turn, double an allied minion's power, and whenever it attacks and kills a unit, it untaps. At the end of the turn, it dies.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "cardId": "clm4o1x6200ime0v5c715gjrt" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hep7012us67plefgdr1e", + "slug": "bet_warp_spasm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/warp_spasm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4o1x6200ime0v5c715gjrt", + "setCardId": "clot8heno012ss67plcn7w6cu", + "setCard": { + "id": "clot8heno012ss67plcn7w6cu", + "slug": "bet_warp_spasm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o1x6200ime0v5c715gjrt", + "meta": { + "id": "clq3a033o00gush27bj5v4zkq", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of hyper-violence", + "subType": "", + "rulesText": "This turn, double an allied minion's power, and whenever it attacks and kills a unit, it untaps. At the end of the turn, it dies.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clot8heno012ss67plcn7w6cu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8her0012ws67pdiikpd1p", + "slug": "bet_warp_spasm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/warp_spasm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4o1x6200ime0v5c715gjrt", + "setCardId": "clot8heno012ss67plcn7w6cu", + "setCard": { + "id": "clot8heno012ss67plcn7w6cu", + "slug": "bet_warp_spasm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o1x6200ime0v5c715gjrt", + "meta": { + "id": "clq3a033o00gush27bj5v4zkq", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of hyper-violence", + "subType": "", + "rulesText": "This turn, double an allied minion's power, and whenever it attacks and kills a unit, it untaps. At the end of the turn, it dies.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clot8heno012ss67plcn7w6cu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o23wx00ioe0v5h304gd3i", + "slug": "alp_warp_spasm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/warp_spasm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4o1x6200ime0v5c715gjrt", + "setCardId": "clm4o22lw00ine0v58rqsbmv6", + "setCard": { + "id": "clm4o22lw00ine0v58rqsbmv6", + "slug": "alp_warp_spasm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o1x6200ime0v5c715gjrt", + "meta": { + "id": "clq3a02xv00gtsh27y28wywu7", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of hyper-violence", + "subType": "", + "rulesText": "This turn, double an allied minion's power, and whenever it attacks and kills a unit, it untaps. At the end of the turn, it dies.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clm4o22lw00ine0v58rqsbmv6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o2abc00ipe0v57cind9t9", + "slug": "alp_warp_spasm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/warp_spasm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4o1x6200ime0v5c715gjrt", + "setCardId": "clm4o22lw00ine0v58rqsbmv6", + "setCard": { + "id": "clm4o22lw00ine0v58rqsbmv6", + "slug": "alp_warp_spasm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o1x6200ime0v5c715gjrt", + "meta": { + "id": "clq3a02xv00gtsh27y28wywu7", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of hyper-violence", + "subType": "", + "rulesText": "This turn, double an allied minion's power, and whenever it attacks and kills a unit, it untaps. At the end of the turn, it dies.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clm4o22lw00ine0v58rqsbmv6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_fire_unique_minion_cards.json b/data/beta_fire_unique_minion_cards.json new file mode 100644 index 0000000..ce61677 --- /dev/null +++ b/data/beta_fire_unique_minion_cards.json @@ -0,0 +1,789 @@ +[ + { + "id": "clm4n7x5e00c0e0v55y1c9prd", + "slug": "cerberus_in_chains", + "name": "Cerberus in Chains", + "hotscore": 1328, + "guardian": { + "id": "clq39zgih00c9sh27aph8dkik", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Demon on a short leash", + "subType": "Demon", + "rulesText": "Must be summoned to your location.\r\n\r\nCerberus in Chains automatically follows you and can't move itself away.", + "cost": 3, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4n7x5e00c0e0v55y1c9prd" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gxe000scs67p57o4gw4r", + "slug": "bet_cerberus_in_chains_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cerberus_in_chains.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4n7x5e00c0e0v55y1c9prd", + "setCardId": "clot8gxcc00sas67pevy2canb", + "setCard": { + "id": "clot8gxcc00sas67pevy2canb", + "slug": "bet_cerberus_in_chains", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n7x5e00c0e0v55y1c9prd", + "meta": { + "id": "clq39zgr200cbsh27zhlkh89v", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Demon on a short leash", + "subType": "Demon", + "rulesText": "Must be summoned to your location.\r\n\r\nCerberus in Chains automatically follows you and can't move itself away.", + "cost": 3, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gxcc00sas67pevy2canb" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gxfk00ses67pwy63pmyz", + "slug": "bet_cerberus_in_chains_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cerberus_in_chains-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4n7x5e00c0e0v55y1c9prd", + "setCardId": "clot8gxcc00sas67pevy2canb", + "setCard": { + "id": "clot8gxcc00sas67pevy2canb", + "slug": "bet_cerberus_in_chains", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n7x5e00c0e0v55y1c9prd", + "meta": { + "id": "clq39zgr200cbsh27zhlkh89v", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Demon on a short leash", + "subType": "Demon", + "rulesText": "Must be summoned to your location.\r\n\r\nCerberus in Chains automatically follows you and can't move itself away.", + "cost": 3, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gxcc00sas67pevy2canb" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n840z00c2e0v5abbg0xz1", + "slug": "alp_cerberus_in_chains_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cerberus_in_chains.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4n7x5e00c0e0v55y1c9prd", + "setCardId": "clm4n82oo00c1e0v56rc9dgoc", + "setCard": { + "id": "clm4n82oo00c1e0v56rc9dgoc", + "slug": "alp_cerberus_in_chains", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n7x5e00c0e0v55y1c9prd", + "meta": { + "id": "clq39zgky00cash27qwmzqvlw", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Demon on a short leash", + "subType": "Demon", + "rulesText": "Must be summoned to your location.\n\nCerberus in Chains automatically follows you and can't move itself away.", + "cost": 3, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n82oo00c1e0v56rc9dgoc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n8aww00c3e0v55rg520nu", + "slug": "alp_cerberus_in_chains_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cerberus_in_chains-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4n7x5e00c0e0v55y1c9prd", + "setCardId": "clm4n82oo00c1e0v56rc9dgoc", + "setCard": { + "id": "clm4n82oo00c1e0v56rc9dgoc", + "slug": "alp_cerberus_in_chains", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n7x5e00c0e0v55y1c9prd", + "meta": { + "id": "clq39zgky00cash27qwmzqvlw", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Demon on a short leash", + "subType": "Demon", + "rulesText": "Must be summoned to your location.\n\nCerberus in Chains automatically follows you and can't move itself away.", + "cost": 3, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n82oo00c1e0v56rc9dgoc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n9nft00cee0v5daav3xy3", + "slug": "courtesan_thais", + "name": "Courtesan Thaïs", + "hotscore": 1257, + "guardian": { + "id": "clq39zhtw00cish27mgsuq1a7", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of sedition and seduction", + "subType": "Mortal", + "rulesText": "Genesis → During their next turn, each player is controlled by the previous one.", + "cost": 5, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4n9nft00cee0v5daav3xy3" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gydn00sxs67po8f9fz9y", + "slug": "bet_courtesan_thais_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/courtesan_thais.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "Well all the while blood shall spill, should woman's wile belie man's will.", + "cardId": "clm4n9nft00cee0v5daav3xy3", + "setCardId": "clot8gyc300svs67pjytbl8vl", + "setCard": { + "id": "clot8gyc300svs67pjytbl8vl", + "slug": "bet_courtesan_thais", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n9nft00cee0v5daav3xy3", + "meta": { + "id": "clq39zi2300cksh27igkwub6x", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of sedition and seduction", + "subType": "Mortal", + "rulesText": "Genesis → During their next turn, each player is controlled by the previous one.", + "cost": 5, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gyc300svs67pjytbl8vl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gyfa00szs67pwmcnoeen", + "slug": "bet_courtesan_thais_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/courtesan_thais-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "Well all the while blood shall spill, should woman's wile belie man's will.", + "cardId": "clm4n9nft00cee0v5daav3xy3", + "setCardId": "clot8gyc300svs67pjytbl8vl", + "setCard": { + "id": "clot8gyc300svs67pjytbl8vl", + "slug": "bet_courtesan_thais", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n9nft00cee0v5daav3xy3", + "meta": { + "id": "clq39zi2300cksh27igkwub6x", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of sedition and seduction", + "subType": "Mortal", + "rulesText": "Genesis → During their next turn, each player is controlled by the previous one.", + "cost": 5, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gyc300svs67pjytbl8vl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n9ujx00cge0v5gaz37inl", + "slug": "alp_courtesan_thais_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/courtesan_thais.png", + "finish": "Standard", + "product": "Booster", + "artist": "Frank Frazetta", + "flavorText": "Well all the while blood shall spill, should woman's wile belie man's will.", + "cardId": "clm4n9nft00cee0v5daav3xy3", + "setCardId": "clm4n9t8u00cfe0v596sj8gga", + "setCard": { + "id": "clm4n9t8u00cfe0v596sj8gga", + "slug": "alp_courtesan_thais", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n9nft00cee0v5daav3xy3", + "meta": { + "id": "clq39zhw900cjsh27cxd41b7c", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of sedition and seduction", + "subType": "Mortal", + "rulesText": "Genesis → During their next turn, each player is controlled by the previous one.", + "cost": 5, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n9t8u00cfe0v596sj8gga" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4na1nd00che0v55earfjqy", + "slug": "alp_courtesan_thais_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/courtesan_thais-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Frank Frazetta", + "flavorText": "Well all the while blood shall spill, should woman's wile belie man's will.", + "cardId": "clm4n9nft00cee0v5daav3xy3", + "setCardId": "clm4n9t8u00cfe0v596sj8gga", + "setCard": { + "id": "clm4n9t8u00cfe0v596sj8gga", + "slug": "alp_courtesan_thais", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n9nft00cee0v5daav3xy3", + "meta": { + "id": "clq39zhw900cjsh27cxd41b7c", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of sedition and seduction", + "subType": "Mortal", + "rulesText": "Genesis → During their next turn, each player is controlled by the previous one.", + "cost": 5, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n9t8u00cfe0v596sj8gga" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4na72600cie0v515g15i6g", + "slug": "death_dealer", + "name": "Death Dealer", + "hotscore": 4115, + "guardian": { + "id": "clq39zi7u00clsh27rffcjgsr", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal and artist of the afterlife", + "subType": "Mortal", + "rulesText": "Genesis → Kill all other minions.", + "cost": 7, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4na72600cie0v515g15i6g" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gypf00t4s67pr7vqia1i", + "slug": "bet_death_dealer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/death_dealer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "With frank hand the dark traveler laid waste to all who came before him.\r\n\r\nA master of the art paints a portrait of death.", + "cardId": "clm4na72600cie0v515g15i6g", + "setCardId": "clot8gynx00t2s67pqsn3r6b6", + "setCard": { + "id": "clot8gynx00t2s67pqsn3r6b6", + "slug": "bet_death_dealer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4na72600cie0v515g15i6g", + "meta": { + "id": "clq39zig200cnsh27ibu5yq9t", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal and artist of the afterlife", + "subType": "Mortal", + "rulesText": "Genesis → Kill all other minions.", + "cost": 7, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gynx00t2s67pqsn3r6b6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gyr000t6s67p3rn0gra1", + "slug": "bet_death_dealer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/death_dealer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "With frank hand the dark traveler laid waste to all who came before him.\r\n\r\nA master of the art paints a portrait of death.", + "cardId": "clm4na72600cie0v515g15i6g", + "setCardId": "clot8gynx00t2s67pqsn3r6b6", + "setCard": { + "id": "clot8gynx00t2s67pqsn3r6b6", + "slug": "bet_death_dealer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4na72600cie0v515g15i6g", + "meta": { + "id": "clq39zig200cnsh27ibu5yq9t", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal and artist of the afterlife", + "subType": "Mortal", + "rulesText": "Genesis → Kill all other minions.", + "cost": 7, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gynx00t2s67pqsn3r6b6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4naefs00cke0v59p2vckt3", + "slug": "alp_death_dealer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/death_dealer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Frank Frazetta", + "flavorText": "With frank hand the dark traveler laid waste to all who came before him.", + "cardId": "clm4na72600cie0v515g15i6g", + "setCardId": "clm4nad4i00cje0v5cyfu3qwd", + "setCard": { + "id": "clm4nad4i00cje0v5cyfu3qwd", + "slug": "alp_death_dealer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4na72600cie0v515g15i6g", + "meta": { + "id": "clq39ziab00cmsh27jf37fml1", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal and artist of the afterlife", + "subType": "Mortal", + "rulesText": "Genesis → Kill all other minions.", + "cost": 7, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nad4i00cje0v5cyfu3qwd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nam4100cle0v56xyrhjeo", + "slug": "alp_death_dealer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/death_dealer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Frank Frazetta", + "flavorText": "With frank hand the dark traveler laid waste to all who came before him.", + "cardId": "clm4na72600cie0v515g15i6g", + "setCardId": "clm4nad4i00cje0v5cyfu3qwd", + "setCard": { + "id": "clm4nad4i00cje0v5cyfu3qwd", + "slug": "alp_death_dealer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4na72600cie0v515g15i6g", + "meta": { + "id": "clq39ziab00cmsh27jf37fml1", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal and artist of the afterlife", + "subType": "Mortal", + "rulesText": "Genesis → Kill all other minions.", + "cost": 7, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nad4i00cje0v5cyfu3qwd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nas3n00cme0v5hwkb3l5c", + "slug": "doomsday_prophet", + "name": "Doomsday Prophet", + "hotscore": 516, + "guardian": { + "id": "clq39zilp00cosh27dmo4e9c3", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal prognosticates the end", + "subType": "Mortal", + "rulesText": "Nearby units take double damage, except from strikes.", + "cost": 5, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4nas3n00cme0v5hwkb3l5c" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gz0800tbs67pg039yjzp", + "slug": "bet_doomsday_prophet_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/doomsday_prophet.png", + "finish": "Standard", + "product": "Booster", + "artist": "Doug Kovacs", + "flavorText": "The end is nigh!", + "cardId": "clm4nas3n00cme0v5hwkb3l5c", + "setCardId": "clot8gyyp00t9s67pvpcimr8k", + "setCard": { + "id": "clot8gyyp00t9s67pvpcimr8k", + "slug": "bet_doomsday_prophet", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nas3n00cme0v5hwkb3l5c", + "meta": { + "id": "clq39zivp00cqsh27uqxascej", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal prognosticates the end", + "subType": "Mortal", + "rulesText": "Nearby units take double damage, except from strikes.", + "cost": 5, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gyyp00t9s67pvpcimr8k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gz1s00tds67pqy1qgqwi", + "slug": "bet_doomsday_prophet_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/doomsday_prophet-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Doug Kovacs", + "flavorText": "The end is nigh!", + "cardId": "clm4nas3n00cme0v5hwkb3l5c", + "setCardId": "clot8gyyp00t9s67pvpcimr8k", + "setCard": { + "id": "clot8gyyp00t9s67pvpcimr8k", + "slug": "bet_doomsday_prophet", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nas3n00cme0v5hwkb3l5c", + "meta": { + "id": "clq39zivp00cqsh27uqxascej", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal prognosticates the end", + "subType": "Mortal", + "rulesText": "Nearby units take double damage, except from strikes.", + "cost": 5, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gyyp00t9s67pvpcimr8k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nayxg00coe0v57y7lh63w", + "slug": "alp_doomsday_prophet_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/doomsday_prophet.png", + "finish": "Standard", + "product": "Booster", + "artist": "Doug Kovacs", + "flavorText": "The end is nigh!", + "cardId": "clm4nas3n00cme0v5hwkb3l5c", + "setCardId": "clm4naxm200cne0v55igofgij", + "setCard": { + "id": "clm4naxm200cne0v55igofgij", + "slug": "alp_doomsday_prophet", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nas3n00cme0v5hwkb3l5c", + "meta": { + "id": "clq39zioe00cpsh27nede9ab9", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal prognosticates the end", + "subType": "Mortal", + "rulesText": "Nearby units take double damage, except from strikes.", + "cost": 5, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4naxm200cne0v55igofgij" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nbbwn00cqe0v5hfpg2zms", + "slug": "alp_doomsday_prophet_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/doomsday_prophet-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Doug Kovacs", + "flavorText": "The end is nigh!", + "cardId": "clm4nas3n00cme0v5hwkb3l5c", + "setCardId": "clm4naxm200cne0v55igofgij", + "setCard": { + "id": "clm4naxm200cne0v55igofgij", + "slug": "alp_doomsday_prophet", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nas3n00cme0v5hwkb3l5c", + "meta": { + "id": "clq39zioe00cpsh27nede9ab9", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal prognosticates the end", + "subType": "Mortal", + "rulesText": "Nearby units take double damage, except from strikes.", + "cost": 5, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4naxm200cne0v55igofgij" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nb63t00cpe0v580r036a8", + "slug": "alp_doomsday_prophet_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/doomsday_prophet-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Doug Kovacs", + "flavorText": "The end is nigh!", + "cardId": "clm4nas3n00cme0v5hwkb3l5c", + "setCardId": "clm4naxm200cne0v55igofgij", + "setCard": { + "id": "clm4naxm200cne0v55igofgij", + "slug": "alp_doomsday_prophet", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nas3n00cme0v5hwkb3l5c", + "meta": { + "id": "clq39zioe00cpsh27nede9ab9", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal prognosticates the end", + "subType": "Mortal", + "rulesText": "Nearby units take double damage, except from strikes.", + "cost": 5, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4naxm200cne0v55igofgij" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_fire_unique_site_cards.json b/data/beta_fire_unique_site_cards.json new file mode 100644 index 0000000..4793f81 --- /dev/null +++ b/data/beta_fire_unique_site_cards.json @@ -0,0 +1,1039 @@ +[ + { + "id": "clm4qmxf3012ue0v5bdwa40qx", + "slug": "pristine_paradise", + "name": "Pristine Paradise", + "hotscore": 1531, + "guardian": { + "id": "clq3a1yjn00upsh27si104svn", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "cardId": "clm4qmxf3012ue0v5bdwa40qx" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + }, + { + "id": "fire", + "name": "Fire" + }, + { + "id": "water", + "name": "Water" + }, + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8iwdk01z7s67pr0nqfuph", + "slug": "bet_pristine_paradise_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pristine_paradise.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "setCardId": "clot8iwbx01z5s67p12u2yp43", + "setCard": { + "id": "clot8iwbx01z5s67p12u2yp43", + "slug": "bet_pristine_paradise", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "meta": { + "id": "clq3a1ysu00ursh27no9164w4", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8iwbx01z5s67p12u2yp43" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iwf301z9s67po6l5ctyt", + "slug": "bet_pristine_paradise_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pristine_paradise-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "setCardId": "clot8iwbx01z5s67p12u2yp43", + "setCard": { + "id": "clot8iwbx01z5s67p12u2yp43", + "slug": "bet_pristine_paradise", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "meta": { + "id": "clq3a1ysu00ursh27no9164w4", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8iwbx01z5s67p12u2yp43" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qn5ae012we0v51b8xaotf", + "slug": "alp_pristine_paradise_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pristine_paradise.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "setCardId": "clm4qn3zf012ve0v52y3b1o02", + "setCard": { + "id": "clm4qn3zf012ve0v52y3b1o02", + "slug": "alp_pristine_paradise", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "meta": { + "id": "clq3a1ylw00uqsh27z378ff6v", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qn3zf012ve0v52y3b1o02" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qnc1p012xe0v563qr5rwy", + "slug": "alp_pristine_paradise_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pristine_paradise-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "setCardId": "clm4qn3zf012ve0v52y3b1o02", + "setCard": { + "id": "clm4qn3zf012ve0v52y3b1o02", + "slug": "alp_pristine_paradise", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "meta": { + "id": "clq3a1ylw00uqsh27z378ff6v", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qn3zf012ve0v52y3b1o02" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qduvn010re0v5a5kx2ugp", + "slug": "river_of_flame", + "name": "River of Flame", + "hotscore": 7508, + "guardian": { + "id": "clq3a1rrv00tdsh271wpulo5b", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site with incendiary intent", + "subType": "", + "rulesText": "Fire Spellcaster", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4qduvn010re0v5a5kx2ugp" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8ir4f01w3s67pox02fqt9", + "slug": "bet_river_of_flame_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/river_of_flame.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qduvn010re0v5a5kx2ugp", + "setCardId": "clot8ir2x01w1s67pw3excufk", + "setCard": { + "id": "clot8ir2x01w1s67pw3excufk", + "slug": "bet_river_of_flame", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qduvn010re0v5a5kx2ugp", + "meta": { + "id": "clq3a1s2000tfsh277wpvslbx", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site with incendiary intent", + "subType": "", + "rulesText": "Fire Spellcaster", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8ir2x01w1s67pw3excufk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ir5w01w5s67pkh2qry2p", + "slug": "bet_river_of_flame_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/river_of_flame-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qduvn010re0v5a5kx2ugp", + "setCardId": "clot8ir2x01w1s67pw3excufk", + "setCard": { + "id": "clot8ir2x01w1s67pw3excufk", + "slug": "bet_river_of_flame", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qduvn010re0v5a5kx2ugp", + "meta": { + "id": "clq3a1s2000tfsh277wpvslbx", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site with incendiary intent", + "subType": "", + "rulesText": "Fire Spellcaster", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8ir2x01w1s67pw3excufk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qe22v010te0v53ssw7vtn", + "slug": "alp_river_of_flame_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/river_of_flame.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qduvn010re0v5a5kx2ugp", + "setCardId": "clm4qe0qj010se0v5cjq02mzp", + "setCard": { + "id": "clm4qe0qj010se0v5cjq02mzp", + "slug": "alp_river_of_flame", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qduvn010re0v5a5kx2ugp", + "meta": { + "id": "clq3a1ru700tesh27hz8w69gk", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site with incendiary intent", + "subType": "", + "rulesText": "Fire Spellcaster", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qe0qj010se0v5cjq02mzp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qefb9010ve0v5ejl54q74", + "slug": "alp_river_of_flame_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/river_of_flame-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qduvn010re0v5a5kx2ugp", + "setCardId": "clm4qe0qj010se0v5cjq02mzp", + "setCard": { + "id": "clm4qe0qj010se0v5cjq02mzp", + "slug": "alp_river_of_flame", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qduvn010re0v5a5kx2ugp", + "meta": { + "id": "clq3a1ru700tesh27hz8w69gk", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site with incendiary intent", + "subType": "", + "rulesText": "Fire Spellcaster", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qe0qj010se0v5cjq02mzp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qe9vs010ue0v52mgr4cbx", + "slug": "alp_river_of_flame_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/river_of_flame-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qduvn010re0v5a5kx2ugp", + "setCardId": "clm4qe0qj010se0v5cjq02mzp", + "setCard": { + "id": "clm4qe0qj010se0v5cjq02mzp", + "slug": "alp_river_of_flame", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qduvn010re0v5a5kx2ugp", + "meta": { + "id": "clq3a1ru700tesh27hz8w69gk", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site with incendiary intent", + "subType": "", + "rulesText": "Fire Spellcaster", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qe0qj010se0v5cjq02mzp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qf0ui0111e0v566geerm3", + "slug": "smokestacks_of_gnaak", + "name": "Smokestacks of Gnaak", + "hotscore": 4351, + "guardian": { + "id": "clq3a1so200tjsh275tj5mfuy", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of industrialized evil", + "subType": "", + "rulesText": "Other nearby sites lose their abilities.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4qf0ui0111e0v566geerm3" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8irpy01whs67plxkolv5b", + "slug": "bet_smokestacks_of_gnaak_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/smokestacks_of_gnaak.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qf0ui0111e0v566geerm3", + "setCardId": "clot8irog01wfs67p50l9ygrn", + "setCard": { + "id": "clot8irog01wfs67p50l9ygrn", + "slug": "bet_smokestacks_of_gnaak", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qf0ui0111e0v566geerm3", + "meta": { + "id": "clq3a1sw600tlsh27qsw602i5", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of industrialized evil", + "subType": "", + "rulesText": "Other nearby sites lose their abilities.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8irog01wfs67p50l9ygrn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8irri01wjs67pw1has9q2", + "slug": "bet_smokestacks_of_gnaak_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/smokestacks_of_gnaak-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qf0ui0111e0v566geerm3", + "setCardId": "clot8irog01wfs67p50l9ygrn", + "setCard": { + "id": "clot8irog01wfs67p50l9ygrn", + "slug": "bet_smokestacks_of_gnaak", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qf0ui0111e0v566geerm3", + "meta": { + "id": "clq3a1sw600tlsh27qsw602i5", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of industrialized evil", + "subType": "", + "rulesText": "Other nearby sites lose their abilities.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8irog01wfs67p50l9ygrn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qf7mw0113e0v56lcv5ucq", + "slug": "alp_smokestacks_of_gnaak_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/smokestacks_of_gnaak.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qf0ui0111e0v566geerm3", + "setCardId": "clm4qf6bn0112e0v5fjch20wh", + "setCard": { + "id": "clm4qf6bn0112e0v5fjch20wh", + "slug": "alp_smokestacks_of_gnaak", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qf0ui0111e0v566geerm3", + "meta": { + "id": "clq3a1sqh00tksh27tdxpkpkt", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of industrialized evil", + "subType": "", + "rulesText": "Other nearby sites lose their abilities.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qf6bn0112e0v5fjch20wh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qfegg0114e0v5auzv3foc", + "slug": "alp_smokestacks_of_gnaak_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/smokestacks_of_gnaak-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qf0ui0111e0v566geerm3", + "setCardId": "clm4qf6bn0112e0v5fjch20wh", + "setCard": { + "id": "clm4qf6bn0112e0v5fjch20wh", + "slug": "alp_smokestacks_of_gnaak", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qf0ui0111e0v566geerm3", + "meta": { + "id": "clq3a1sqh00tksh27tdxpkpkt", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of industrialized evil", + "subType": "", + "rulesText": "Other nearby sites lose their abilities.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qf6bn0112e0v5fjch20wh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qomvd0136e0v5e5uofngd", + "slug": "the_colour_out_of_space", + "name": "The Colour Out of Space", + "hotscore": 6311, + "guardian": { + "id": "clq3a1zpv00uysh27j7422inz", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "cardId": "clm4qomvd0136e0v5e5uofngd" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + }, + { + "id": "fire", + "name": "Fire" + }, + { + "id": "water", + "name": "Water" + }, + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ixd501zss67pecb69wf9", + "slug": "bet_the_colour_out_of_space_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/the_colour_out_of_space.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "setCardId": "clot8ixbm01zqs67panpti0t4", + "setCard": { + "id": "clot8ixbm01zqs67panpti0t4", + "slug": "bet_the_colour_out_of_space", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "meta": { + "id": "clq3a1zxx00v0sh27spe9xk72", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8ixbm01zqs67panpti0t4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ixep01zus67peuwog4v3", + "slug": "bet_the_colour_out_of_space_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/the_colour_out_of_space-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "setCardId": "clot8ixbm01zqs67panpti0t4", + "setCard": { + "id": "clot8ixbm01zqs67panpti0t4", + "slug": "bet_the_colour_out_of_space", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "meta": { + "id": "clq3a1zxx00v0sh27spe9xk72", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8ixbm01zqs67panpti0t4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qousk0138e0v5g00m6q5s", + "slug": "alp_the_colour_out_of_space_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/the_colour_out_of_space.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "setCardId": "clm4qothd0137e0v58zymczgz", + "setCard": { + "id": "clm4qothd0137e0v58zymczgz", + "slug": "alp_the_colour_out_of_space", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "meta": { + "id": "clq3a1zs600uzsh27wmtcx8if", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qothd0137e0v58zymczgz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qp2nv0139e0v54z9w2pec", + "slug": "alp_the_colour_out_of_space_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/the_colour_out_of_space-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "setCardId": "clm4qothd0137e0v58zymczgz", + "setCard": { + "id": "clm4qothd0137e0v58zymczgz", + "slug": "alp_the_colour_out_of_space", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "meta": { + "id": "clq3a1zs600uzsh27wmtcx8if", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qothd0137e0v58zymczgz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qfjh70115e0v5dp4w4hwc", + "slug": "vesuvius", + "name": "Vesuvius", + "hotscore": 4327, + "guardian": { + "id": "clq3a1t1p00tmsh27kxlj4rmh", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of doom foretold", + "subType": "", + "rulesText": "(F)(F)(F) — Sacrifice Vesuvius → Each unit occupying nearby sites takes 3 damage.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4qfjh70115e0v5dp4w4hwc" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8is0u01wos67pupi345i9", + "slug": "bet_vesuvius_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/vesuvius.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4qfjh70115e0v5dp4w4hwc", + "setCardId": "clot8irzc01wms67prypf3sfr", + "setCard": { + "id": "clot8irzc01wms67prypf3sfr", + "slug": "bet_vesuvius", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qfjh70115e0v5dp4w4hwc", + "meta": { + "id": "clq3a1tbf00tosh27t54f24dg", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of doom foretold", + "subType": "", + "rulesText": "(F)(F)(F) — Sacrifice Vesuvius → Each unit occupying nearby sites takes 3 damage.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8irzc01wms67prypf3sfr" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8is2c01wqs67p4grtplo5", + "slug": "bet_vesuvius_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/vesuvius-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4qfjh70115e0v5dp4w4hwc", + "setCardId": "clot8irzc01wms67prypf3sfr", + "setCard": { + "id": "clot8irzc01wms67prypf3sfr", + "slug": "bet_vesuvius", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qfjh70115e0v5dp4w4hwc", + "meta": { + "id": "clq3a1tbf00tosh27t54f24dg", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of doom foretold", + "subType": "", + "rulesText": "(F)(F)(F) — Sacrifice Vesuvius → Each unit occupying nearby sites takes 3 damage.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8irzc01wms67prypf3sfr" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qfqib0117e0v55mglgkhs", + "slug": "alp_vesuvius_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vesuvius.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4qfjh70115e0v5dp4w4hwc", + "setCardId": "clm4qfp770116e0v5bxzocntn", + "setCard": { + "id": "clm4qfp770116e0v5bxzocntn", + "slug": "alp_vesuvius", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qfjh70115e0v5dp4w4hwc", + "meta": { + "id": "clq3a1t3z00tnsh27ramtk67s", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of doom foretold", + "subType": "", + "rulesText": "(F)(F)(F) — Sacrifice Vesuvius → Each unit occupying nearby sites takes 3 damage.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qfp770116e0v5bxzocntn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qg3b50119e0v53sn2gr2v", + "slug": "alp_vesuvius_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vesuvius-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4qfjh70115e0v5dp4w4hwc", + "setCardId": "clm4qfp770116e0v5bxzocntn", + "setCard": { + "id": "clm4qfp770116e0v5bxzocntn", + "slug": "alp_vesuvius", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qfjh70115e0v5dp4w4hwc", + "meta": { + "id": "clq3a1t3z00tnsh27ramtk67s", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of doom foretold", + "subType": "", + "rulesText": "(F)(F)(F) — Sacrifice Vesuvius → Each unit occupying nearby sites takes 3 damage.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qfp770116e0v5bxzocntn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qfy8t0118e0v57mixeor1", + "slug": "alp_vesuvius_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vesuvius-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4qfjh70115e0v5dp4w4hwc", + "setCardId": "clm4qfp770116e0v5bxzocntn", + "setCard": { + "id": "clm4qfp770116e0v5bxzocntn", + "slug": "alp_vesuvius", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qfjh70115e0v5dp4w4hwc", + "meta": { + "id": "clq3a1t3z00tnsh27ramtk67s", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of doom foretold", + "subType": "", + "rulesText": "(F)(F)(F) — Sacrifice Vesuvius → Each unit occupying nearby sites takes 3 damage.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qfp770116e0v5bxzocntn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_none_cards.json b/data/beta_none_cards.json new file mode 100644 index 0000000..87b8260 --- /dev/null +++ b/data/beta_none_cards.json @@ -0,0 +1,15679 @@ +[ + { + "id": "clm4p6zif00rke0v56xr2esf0", + "slug": "all_terrain_vestments", + "name": "All-terrain Vestments", + "hotscore": 472, + "guardian": { + "id": "clq3a0x4p00mzsh27lzd13g6g", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Armor fit for any adventure", + "subType": "Armor", + "rulesText": "Bearer has Burrowing, Submerge, and Voidwalk, if it's a minion.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p6zif00rke0v56xr2esf0" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i2ld01h8s67pbi2m8wgq", + "slug": "bet_all_terrain_vestments_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/all_terrain_vestments.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4p6zif00rke0v56xr2esf0", + "setCardId": "clot8i2ju01h6s67p3g66175k", + "setCard": { + "id": "clot8i2ju01h6s67p3g66175k", + "slug": "bet_all_terrain_vestments", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p6zif00rke0v56xr2esf0", + "meta": { + "id": "clq3a0xd000n1sh271rqrw00s", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Armor fit for any adventure", + "subType": "Armor", + "rulesText": "Bearer has Burrowing, Submerge, and Voidwalk, if it's a minion.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i2ju01h6s67p3g66175k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i2mu01has67pp7axtb0e", + "slug": "bet_all_terrain_vestments_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/all_terrain_vestments-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4p6zif00rke0v56xr2esf0", + "setCardId": "clot8i2ju01h6s67p3g66175k", + "setCard": { + "id": "clot8i2ju01h6s67p3g66175k", + "slug": "bet_all_terrain_vestments", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p6zif00rke0v56xr2esf0", + "meta": { + "id": "clq3a0xd000n1sh271rqrw00s", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Armor fit for any adventure", + "subType": "Armor", + "rulesText": "Bearer has Burrowing, Submerge, and Voidwalk, if it's a minion.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i2ju01h6s67p3g66175k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p77ei00rme0v51qeg8gp0", + "slug": "alp_all_terrain_vestments_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/all_terrain_vestments.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4p6zif00rke0v56xr2esf0", + "setCardId": "clm4p763c00rle0v54j9w7hbm", + "setCard": { + "id": "clm4p763c00rle0v54j9w7hbm", + "slug": "alp_all_terrain_vestments", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p6zif00rke0v56xr2esf0", + "meta": { + "id": "clq3a0x7100n0sh270oxdjaqm", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Armor fit for any adventure", + "subType": "Armor", + "rulesText": "Bearer has Burrowing, Submerge, and Voidwalk, if it's a minion.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p763c00rle0v54j9w7hbm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p7e7s00rne0v5gv9f94rm", + "slug": "alp_all_terrain_vestments_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/all_terrain_vestments-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4p6zif00rke0v56xr2esf0", + "setCardId": "clm4p763c00rle0v54j9w7hbm", + "setCard": { + "id": "clm4p763c00rle0v54j9w7hbm", + "slug": "alp_all_terrain_vestments", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p6zif00rke0v56xr2esf0", + "meta": { + "id": "clq3a0x7100n0sh270oxdjaqm", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Armor fit for any adventure", + "subType": "Armor", + "rulesText": "Bearer has Burrowing, Submerge, and Voidwalk, if it's a minion.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p763c00rle0v54j9w7hbm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p7kg500roe0v5hxwd7a79", + "slug": "amethyst_core", + "name": "Amethyst Core", + "hotscore": 8033, + "guardian": { + "id": "clq3a0xio00n2sh27ntaqqmza", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of ethereal essence", + "subType": "Relic", + "rulesText": "Provides (A) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p7kg500roe0v5hxwd7a79" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i2w901hfs67ptwu41c4x", + "slug": "bet_amethyst_core_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/amethyst_core.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4p7kg500roe0v5hxwd7a79", + "setCardId": "clot8i2uj01hds67p280yjw1j", + "setCard": { + "id": "clot8i2uj01hds67p280yjw1j", + "slug": "bet_amethyst_core", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p7kg500roe0v5hxwd7a79", + "meta": { + "id": "clq3a0xra00n4sh278am2lxp7", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of ethereal essence", + "subType": "Relic", + "rulesText": "Provides (A) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i2uj01hds67p280yjw1j" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i2xx01hhs67p37o48p5d", + "slug": "bet_amethyst_core_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/amethyst_core-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4p7kg500roe0v5hxwd7a79", + "setCardId": "clot8i2uj01hds67p280yjw1j", + "setCard": { + "id": "clot8i2uj01hds67p280yjw1j", + "slug": "bet_amethyst_core", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p7kg500roe0v5hxwd7a79", + "meta": { + "id": "clq3a0xra00n4sh278am2lxp7", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of ethereal essence", + "subType": "Relic", + "rulesText": "Provides (A) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i2uj01hds67p280yjw1j" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p7rr800rqe0v5flmj36l8", + "slug": "alp_amethyst_core_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/amethyst_core.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4p7kg500roe0v5hxwd7a79", + "setCardId": "clm4p7qfs00rpe0v5d347avgk", + "setCard": { + "id": "clm4p7qfs00rpe0v5d347avgk", + "slug": "alp_amethyst_core", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p7kg500roe0v5hxwd7a79", + "meta": { + "id": "clq3a0xlh00n3sh27haojs1gm", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of ethereal essence", + "subType": "Relic", + "rulesText": "Provides (A) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p7qfs00rpe0v5d347avgk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p7z8200rre0v5h6309cbj", + "slug": "alp_amethyst_core_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/amethyst_core-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4p7kg500roe0v5hxwd7a79", + "setCardId": "clm4p7qfs00rpe0v5d347avgk", + "setCard": { + "id": "clm4p7qfs00rpe0v5d347avgk", + "slug": "alp_amethyst_core", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p7kg500roe0v5hxwd7a79", + "meta": { + "id": "clq3a0xlh00n3sh27haojs1gm", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of ethereal essence", + "subType": "Relic", + "rulesText": "Provides (A) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p7qfs00rpe0v5d347avgk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p85ni00rse0v5ckyk0oa8", + "slug": "angels_egg", + "name": "Angel's Egg", + "hotscore": 4163, + "guardian": { + "id": "clq3a0xxe00n5sh27mtl7jyyf", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of seraphic transfixion", + "subType": "Relic", + "rulesText": "At the end of each turn, the controller of Angel's Egg's site heals 1 life.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p85ni00rse0v5ckyk0oa8" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i37a01hms67pxbp8kq4d", + "slug": "bet_angels_egg_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/angels_egg.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4p85ni00rse0v5ckyk0oa8", + "setCardId": "clot8i35s01hks67p11cjdum5", + "setCard": { + "id": "clot8i35s01hks67p11cjdum5", + "slug": "bet_angels_egg", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p85ni00rse0v5ckyk0oa8", + "meta": { + "id": "clq3a0y5c00n7sh27ifvb8lbn", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of seraphic transfixion", + "subType": "Relic", + "rulesText": "At the end of each turn, the controller of Angel's Egg's site heals 1 life.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i35s01hks67p11cjdum5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i38v01hos67pixe808e1", + "slug": "bet_angels_egg_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/angels_egg-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4p85ni00rse0v5ckyk0oa8", + "setCardId": "clot8i35s01hks67p11cjdum5", + "setCard": { + "id": "clot8i35s01hks67p11cjdum5", + "slug": "bet_angels_egg", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p85ni00rse0v5ckyk0oa8", + "meta": { + "id": "clq3a0y5c00n7sh27ifvb8lbn", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of seraphic transfixion", + "subType": "Relic", + "rulesText": "At the end of each turn, the controller of Angel's Egg's site heals 1 life.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i35s01hks67p11cjdum5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p8cg000rue0v5evfnbrq2", + "slug": "alp_angels_egg_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/angels_egg.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4p85ni00rse0v5ckyk0oa8", + "setCardId": "clm4p8b4x00rte0v5h6wtf160", + "setCard": { + "id": "clm4p8b4x00rte0v5h6wtf160", + "slug": "alp_angels_egg", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p85ni00rse0v5ckyk0oa8", + "meta": { + "id": "clq3a0xzo00n6sh278lr2i48c", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of seraphic transfixion", + "subType": "Relic", + "rulesText": "At the end of each turn, the controller of Angel's Egg's site heals 1 life.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p8b4x00rte0v5h6wtf160" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p8jah00rve0v52wdw6qkw", + "slug": "alp_angels_egg_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/angels_egg-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4p85ni00rse0v5ckyk0oa8", + "setCardId": "clm4p8b4x00rte0v5h6wtf160", + "setCard": { + "id": "clm4p8b4x00rte0v5h6wtf160", + "slug": "alp_angels_egg", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p85ni00rse0v5ckyk0oa8", + "meta": { + "id": "clq3a0xzo00n6sh278lr2i48c", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of seraphic transfixion", + "subType": "Relic", + "rulesText": "At the end of each turn, the controller of Angel's Egg's site heals 1 life.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p8b4x00rte0v5h6wtf160" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p8od800rwe0v57baz9e43", + "slug": "aquamarine_core", + "name": "Aquamarine Core", + "hotscore": 5393, + "guardian": { + "id": "clq3a0yb700n8sh27c83vk8b3", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of fluidic finesse", + "subType": "Relic", + "rulesText": "Provides (W) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p8od800rwe0v57baz9e43" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i3i901hts67pmhg6mx1m", + "slug": "bet_aquamarine_core_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/aquamarine_core.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4p8od800rwe0v57baz9e43", + "setCardId": "clot8i3gq01hrs67pv0rb549o", + "setCard": { + "id": "clot8i3gq01hrs67pv0rb549o", + "slug": "bet_aquamarine_core", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p8od800rwe0v57baz9e43", + "meta": { + "id": "clq3a0yj600nash27y7gfritw", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of fluidic finesse", + "subType": "Relic", + "rulesText": "Provides (W) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i3gq01hrs67pv0rb549o" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i3jv01hvs67phfvl2vco", + "slug": "bet_aquamarine_core_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/aquamarine_core-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4p8od800rwe0v57baz9e43", + "setCardId": "clot8i3gq01hrs67pv0rb549o", + "setCard": { + "id": "clot8i3gq01hrs67pv0rb549o", + "slug": "bet_aquamarine_core", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p8od800rwe0v57baz9e43", + "meta": { + "id": "clq3a0yj600nash27y7gfritw", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of fluidic finesse", + "subType": "Relic", + "rulesText": "Provides (W) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i3gq01hrs67pv0rb549o" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p8vg700rye0v5aff3hrrj", + "slug": "alp_aquamarine_core_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/aquamarine_core.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4p8od800rwe0v57baz9e43", + "setCardId": "clm4p8u4q00rxe0v5cgd0av28", + "setCard": { + "id": "clm4p8u4q00rxe0v5cgd0av28", + "slug": "alp_aquamarine_core", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p8od800rwe0v57baz9e43", + "meta": { + "id": "clq3a0ydm00n9sh27fivf5zf0", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of fluidic finesse", + "subType": "Relic", + "rulesText": "Provides (W) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p8u4q00rxe0v5cgd0av28" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p92mp00rze0v50j3o8uc2", + "slug": "alp_aquamarine_core_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/aquamarine_core-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4p8od800rwe0v57baz9e43", + "setCardId": "clm4p8u4q00rxe0v5cgd0av28", + "setCard": { + "id": "clm4p8u4q00rxe0v5cgd0av28", + "slug": "alp_aquamarine_core", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p8od800rwe0v57baz9e43", + "meta": { + "id": "clq3a0ydm00n9sh27fivf5zf0", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of fluidic finesse", + "subType": "Relic", + "rulesText": "Provides (W) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p8u4q00rxe0v5cgd0av28" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qpter013ee0v59pu59gkl", + "slug": "astral_alcazar", + "name": "Astral Alcazar", + "hotscore": 703, + "guardian": { + "id": "clq3a20hb00v4sh27run5l74y", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site drifts through infinity", + "subType": "", + "rulesText": "Units can move between this site and any void as if they were adjacent.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qpter013ee0v59pu59gkl" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ixzh0206s67p418ctx9i", + "slug": "bet_astral_alcazar_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/astral_alcazar.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4qpter013ee0v59pu59gkl", + "setCardId": "clot8ixxz0204s67paorfdxic", + "setCard": { + "id": "clot8ixxz0204s67paorfdxic", + "slug": "bet_astral_alcazar", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qpter013ee0v59pu59gkl", + "meta": { + "id": "clq3a20p600v6sh27y5miznix", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site drifts through infinity", + "subType": "", + "rulesText": "Units can move between this site and any void as if they were adjacent.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ixxz0204s67paorfdxic" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iy0z0208s67pm56gsfo5", + "slug": "bet_astral_alcazar_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/astral_alcazar-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4qpter013ee0v59pu59gkl", + "setCardId": "clot8ixxz0204s67paorfdxic", + "setCard": { + "id": "clot8ixxz0204s67paorfdxic", + "slug": "bet_astral_alcazar", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qpter013ee0v59pu59gkl", + "meta": { + "id": "clq3a20p600v6sh27y5miznix", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site drifts through infinity", + "subType": "", + "rulesText": "Units can move between this site and any void as if they were adjacent.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ixxz0204s67paorfdxic" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qpzz8013ge0v57n1r7dxa", + "slug": "alp_astral_alcazar_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/astral_alcazar.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4qpter013ee0v59pu59gkl", + "setCardId": "clm4qpyo0013fe0v5ehbc6szo", + "setCard": { + "id": "clm4qpyo0013fe0v5ehbc6szo", + "slug": "alp_astral_alcazar", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qpter013ee0v59pu59gkl", + "meta": { + "id": "clq3a20jl00v5sh279ooafnqs", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site drifts through infinity", + "subType": "", + "rulesText": "Units can move between this site and any void as if they were adjacent.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qpyo0013fe0v5ehbc6szo" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qq6e9013he0v5f8hq95t4", + "slug": "alp_astral_alcazar_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/astral_alcazar-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4qpter013ee0v59pu59gkl", + "setCardId": "clm4qpyo0013fe0v5ehbc6szo", + "setCard": { + "id": "clm4qpyo0013fe0v5ehbc6szo", + "slug": "alp_astral_alcazar", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qpter013ee0v59pu59gkl", + "meta": { + "id": "clq3a20jl00v5sh279ooafnqs", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site drifts through infinity", + "subType": "", + "rulesText": "Units can move between this site and any void as if they were adjacent.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qpyo0013fe0v5ehbc6szo" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p97qm00s0e0v580qrcy10", + "slug": "battering_ram", + "name": "Battering Ram", + "hotscore": 141, + "guardian": { + "id": "clq3a0yov00nbsh27inrf3l9g", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Device pummels and pounds", + "subType": "Device", + "rulesText": "Units here have “Tap → Destroy target adjacent Wall or Monument.”", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p97qm00s0e0v580qrcy10" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i3ta01i0s67pghgdbccv", + "slug": "bet_battering_ram_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/battering_ram.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4p97qm00s0e0v580qrcy10", + "setCardId": "clot8i3rq01hys67pr6e5y0n0", + "setCard": { + "id": "clot8i3rq01hys67pr6e5y0n0", + "slug": "bet_battering_ram", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p97qm00s0e0v580qrcy10", + "meta": { + "id": "clq3a0yww00ndsh27zmy7ihkj", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Device pummels and pounds", + "subType": "Device", + "rulesText": "Units here have “Tap → Destroy target adjacent Wall or Monument.”", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i3rq01hys67pr6e5y0n0" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i3ut01i2s67plkoqaw5t", + "slug": "bet_battering_ram_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/battering_ram-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4p97qm00s0e0v580qrcy10", + "setCardId": "clot8i3rq01hys67pr6e5y0n0", + "setCard": { + "id": "clot8i3rq01hys67pr6e5y0n0", + "slug": "bet_battering_ram", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p97qm00s0e0v580qrcy10", + "meta": { + "id": "clq3a0yww00ndsh27zmy7ihkj", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Device pummels and pounds", + "subType": "Device", + "rulesText": "Units here have “Tap → Destroy target adjacent Wall or Monument.”", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i3rq01hys67pr6e5y0n0" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p9eqo00s2e0v5a1x25wd2", + "slug": "alp_battering_ram_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/battering_ram.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4p97qm00s0e0v580qrcy10", + "setCardId": "clm4p9d8100s1e0v5b6hldq8b", + "setCard": { + "id": "clm4p9d8100s1e0v5b6hldq8b", + "slug": "alp_battering_ram", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p97qm00s0e0v580qrcy10", + "meta": { + "id": "clq3a0yr800ncsh27wv6ugs0i", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Device pummels and pounds", + "subType": "Device", + "rulesText": "Units here have “Tap → Destroy target adjacent Wall or Monument.”", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p9d8100s1e0v5b6hldq8b" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p9l1000s3e0v5a5pb5l90", + "slug": "alp_battering_ram_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/battering_ram-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4p97qm00s0e0v580qrcy10", + "setCardId": "clm4p9d8100s1e0v5b6hldq8b", + "setCard": { + "id": "clm4p9d8100s1e0v5b6hldq8b", + "slug": "alp_battering_ram", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p97qm00s0e0v580qrcy10", + "meta": { + "id": "clq3a0yr800ncsh27wv6ugs0i", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Device pummels and pounds", + "subType": "Device", + "rulesText": "Units here have “Tap → Destroy target adjacent Wall or Monument.”", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p9d8100s1e0v5b6hldq8b" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qqbg8013ie0v527u76erj", + "slug": "battlefield", + "name": "Battlefield", + "hotscore": 588, + "guardian": { + "id": "clq3a20uw00v7sh27tjjcdbsn", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of the wages of war", + "subType": "", + "rulesText": "Genesis → Conjure a broken Weapon or Armor here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qqbg8013ie0v527u76erj" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8iyb5020ds67penhv4v0y", + "slug": "bet_battlefield_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/battlefield.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qqbg8013ie0v527u76erj", + "setCardId": "clot8iy9n020bs67pjbug8wue", + "setCard": { + "id": "clot8iy9n020bs67pjbug8wue", + "slug": "bet_battlefield", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qqbg8013ie0v527u76erj", + "meta": { + "id": "clq3a212v00v9sh27o9niz4xq", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of the wages of war", + "subType": "", + "rulesText": "Genesis → Conjure a broken Weapon or Armor here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iy9n020bs67pjbug8wue" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iycp020fs67pq1tb5dfa", + "slug": "bet_battlefield_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/battlefield-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qqbg8013ie0v527u76erj", + "setCardId": "clot8iy9n020bs67pjbug8wue", + "setCard": { + "id": "clot8iy9n020bs67pjbug8wue", + "slug": "bet_battlefield", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qqbg8013ie0v527u76erj", + "meta": { + "id": "clq3a212v00v9sh27o9niz4xq", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of the wages of war", + "subType": "", + "rulesText": "Genesis → Conjure a broken Weapon or Armor here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iy9n020bs67pjbug8wue" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qqj9x013ke0v58oqscc35", + "slug": "alp_battlefield_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/battlefield.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qqbg8013ie0v527u76erj", + "setCardId": "clm4qqhyd013je0v57lhu545o", + "setCard": { + "id": "clm4qqhyd013je0v57lhu545o", + "slug": "alp_battlefield", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qqbg8013ie0v527u76erj", + "meta": { + "id": "clq3a20xa00v8sh27gf6li2m2", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of the wages of war", + "subType": "", + "rulesText": "Genesis → Conjure a broken Weapon or Armor here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qqhyd013je0v57lhu545o" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qqpxj013le0v5fov2a599", + "slug": "alp_battlefield_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/battlefield-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qqbg8013ie0v527u76erj", + "setCardId": "clm4qqhyd013je0v57lhu545o", + "setCard": { + "id": "clm4qqhyd013je0v57lhu545o", + "slug": "alp_battlefield", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qqbg8013ie0v527u76erj", + "meta": { + "id": "clq3a20xa00v8sh27gf6li2m2", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of the wages of war", + "subType": "", + "rulesText": "Genesis → Conjure a broken Weapon or Armor here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qqhyd013je0v57lhu545o" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4r3pmq0169e0v57i9p6w3j", + "slug": "battlemage", + "name": "Battlemage", + "hotscore": 132, + "guardian": { + "id": "clq3a29qj00x3sh27bt5eoiug", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar to win the battle and the war", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nWhenever Battlemage attacks and kills an enemy, you may draw a spell.", + "cost": 0, + "attack": 3, + "defense": 3, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4r3pmq0169e0v57i9p6w3j" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j5wl0251s67p2bb4q3ox", + "slug": "bet_battlemage_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/battlemage.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4r3pmq0169e0v57i9p6w3j", + "setCardId": "clot8j5v3024zs67pqc3j1a1x", + "setCard": { + "id": "clot8j5v3024zs67pqc3j1a1x", + "slug": "bet_battlemage", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r3pmq0169e0v57i9p6w3j", + "meta": { + "id": "clq3a29yp00x5sh27mzetsad6", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar to win the battle and the war", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nWhenever Battlemage attacks and kills an enemy, you may draw a spell.", + "cost": 0, + "attack": 3, + "defense": 3, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j5v3024zs67pqc3j1a1x" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j5y60253s67pbj364cty", + "slug": "bet_battlemage_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/battlemage-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4r3pmq0169e0v57i9p6w3j", + "setCardId": "clot8j5v3024zs67pqc3j1a1x", + "setCard": { + "id": "clot8j5v3024zs67pqc3j1a1x", + "slug": "bet_battlemage", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r3pmq0169e0v57i9p6w3j", + "meta": { + "id": "clq3a29yp00x5sh27mzetsad6", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar to win the battle and the war", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nWhenever Battlemage attacks and kills an enemy, you may draw a spell.", + "cost": 0, + "attack": 3, + "defense": 3, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j5v3024zs67pqc3j1a1x" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4r3wk4016be0v540k2e82m", + "slug": "alp_battlemage_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/battlemage.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4r3pmq0169e0v57i9p6w3j", + "setCardId": "clm4r3v93016ae0v5a9vu97qa", + "setCard": { + "id": "clm4r3v93016ae0v5a9vu97qa", + "slug": "alp_battlemage", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r3pmq0169e0v57i9p6w3j", + "meta": { + "id": "clq3a29su00x4sh279grufvuc", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar to win the battle and the war", + "subType": "", + "rulesText": "Tap → Play or draw a site.\n\nWhenever Battlemage attacks and kills an enemy, you may draw a spell.", + "cost": 0, + "attack": 3, + "defense": 3, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r3v93016ae0v5a9vu97qa" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4r444y016ce0v5e2g4f5vo", + "slug": "alp_battlemage_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/battlemage-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4r3pmq0169e0v57i9p6w3j", + "setCardId": "clm4r3v93016ae0v5a9vu97qa", + "setCard": { + "id": "clm4r3v93016ae0v5a9vu97qa", + "slug": "alp_battlemage", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r3pmq0169e0v57i9p6w3j", + "meta": { + "id": "clq3a29su00x4sh279grufvuc", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar to win the battle and the war", + "subType": "", + "rulesText": "Tap → Play or draw a site.\n\nWhenever Battlemage attacks and kills an enemy, you may draw a spell.", + "cost": 0, + "attack": 3, + "defense": 3, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r3v93016ae0v5a9vu97qa" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p9qap00s4e0v52o1p4rih", + "slug": "belfry", + "name": "Belfry", + "hotscore": 558, + "guardian": { + "id": "clq3a0z2m00nesh277ekcqfij", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument to common conviction", + "subType": "Monument", + "rulesText": "At the end of your turn, untap all nearby allies.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p9qap00s4e0v52o1p4rih" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i44001i7s67pchefyxnb", + "slug": "bet_belfry_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/belfry.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4p9qap00s4e0v52o1p4rih", + "setCardId": "clot8i42g01i5s67pftb2yazc", + "setCard": { + "id": "clot8i42g01i5s67pftb2yazc", + "slug": "bet_belfry", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p9qap00s4e0v52o1p4rih", + "meta": { + "id": "clq3a0zah00ngsh272ogcq96g", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument to common conviction", + "subType": "Monument", + "rulesText": "At the end of your turn, untap all nearby allies.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i42g01i5s67pftb2yazc" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i45j01i9s67p7gyqt13a", + "slug": "bet_belfry_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/belfry-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4p9qap00s4e0v52o1p4rih", + "setCardId": "clot8i42g01i5s67pftb2yazc", + "setCard": { + "id": "clot8i42g01i5s67pftb2yazc", + "slug": "bet_belfry", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p9qap00s4e0v52o1p4rih", + "meta": { + "id": "clq3a0zah00ngsh272ogcq96g", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument to common conviction", + "subType": "Monument", + "rulesText": "At the end of your turn, untap all nearby allies.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i42g01i5s67pftb2yazc" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p9wy300s6e0v59razbcir", + "slug": "alp_belfry_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/belfry.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4p9qap00s4e0v52o1p4rih", + "setCardId": "clm4p9vm400s5e0v58x6dbtnh", + "setCard": { + "id": "clm4p9vm400s5e0v58x6dbtnh", + "slug": "alp_belfry", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p9qap00s4e0v52o1p4rih", + "meta": { + "id": "clq3a0z4x00nfsh27w1sbuzpr", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument to common conviction", + "subType": "Monument", + "rulesText": "At the end of your turn, untap all nearby allies.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p9vm400s5e0v58x6dbtnh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pa3t700s7e0v54brsahqd", + "slug": "alp_belfry_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/belfry-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4p9qap00s4e0v52o1p4rih", + "setCardId": "clm4p9vm400s5e0v58x6dbtnh", + "setCard": { + "id": "clm4p9vm400s5e0v58x6dbtnh", + "slug": "alp_belfry", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p9qap00s4e0v52o1p4rih", + "meta": { + "id": "clq3a0z4x00nfsh27w1sbuzpr", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument to common conviction", + "subType": "Monument", + "rulesText": "At the end of your turn, untap all nearby allies.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p9vm400s5e0v58x6dbtnh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pa9dq00s8e0v52hieccu0", + "slug": "black_obelisk", + "name": "Black Obelisk", + "hotscore": 645, + "guardian": { + "id": "clq3a0zg300nhsh275xn08wui", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument of ominous aspect", + "subType": "Monument", + "rulesText": "Black Obelisk's site has “At the start of your turn, lose 2 life and gain ② this turn.”", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pa9dq00s8e0v52hieccu0" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i4f701ies67pb6febzgg", + "slug": "bet_black_obelisk_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/black_obelisk.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pa9dq00s8e0v52hieccu0", + "setCardId": "clot8i4dp01ics67pko034kko", + "setCard": { + "id": "clot8i4dp01ics67pko034kko", + "slug": "bet_black_obelisk", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pa9dq00s8e0v52hieccu0", + "meta": { + "id": "clq3a0zom00njsh27kft2z83p", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument of ominous aspect", + "subType": "Monument", + "rulesText": "Black Obelisk's site has “At the start of your turn, lose 2 life and gain ② this turn.”", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i4dp01ics67pko034kko" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i4gp01igs67pucprh8bz", + "slug": "bet_black_obelisk_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/black_obelisk-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pa9dq00s8e0v52hieccu0", + "setCardId": "clot8i4dp01ics67pko034kko", + "setCard": { + "id": "clot8i4dp01ics67pko034kko", + "slug": "bet_black_obelisk", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pa9dq00s8e0v52hieccu0", + "meta": { + "id": "clq3a0zom00njsh27kft2z83p", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument of ominous aspect", + "subType": "Monument", + "rulesText": "Black Obelisk's site has “At the start of your turn, lose 2 life and gain ② this turn.”", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i4dp01ics67pko034kko" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4paggg00sae0v5aunc92pi", + "slug": "alp_black_obelisk_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/black_obelisk.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pa9dq00s8e0v52hieccu0", + "setCardId": "clm4paf4w00s9e0v52w459w9t", + "setCard": { + "id": "clm4paf4w00s9e0v52w459w9t", + "slug": "alp_black_obelisk", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pa9dq00s8e0v52hieccu0", + "meta": { + "id": "clq3a0zih00nish27ye0zh2yt", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument of ominous aspect", + "subType": "Monument", + "rulesText": "Black Obelisk's site has “At the start of your turn, lose 2 life and gain ② this turn.”", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4paf4w00s9e0v52w459w9t" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4panun00sbe0v5gvc2arwl", + "slug": "alp_black_obelisk_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/black_obelisk-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pa9dq00s8e0v52hieccu0", + "setCardId": "clm4paf4w00s9e0v52w459w9t", + "setCard": { + "id": "clm4paf4w00s9e0v52w459w9t", + "slug": "alp_black_obelisk", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pa9dq00s8e0v52hieccu0", + "meta": { + "id": "clq3a0zih00nish27ye0zh2yt", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument of ominous aspect", + "subType": "Monument", + "rulesText": "Black Obelisk's site has “At the start of your turn, lose 2 life and gain ② this turn.”", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4paf4w00s9e0v52w459w9t" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4patwx00sce0v5d6t86ffh", + "slug": "blasted_oak", + "name": "Blasted Oak", + "hotscore": 446, + "guardian": { + "id": "clq3a0zui00nksh27qmn6qx71", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to grim persistence", + "subType": "Monument", + "rulesText": "If a spell or non-basic ability can target—in order of precedence—Blasted Oak, its site or location, or anything else at its site or location, it must.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4patwx00sce0v5d6t86ffh" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i4q001ils67pf5zpp47m", + "slug": "bet_blasted_oak_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/blasted_oak.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4patwx00sce0v5d6t86ffh", + "setCardId": "clot8i4oh01ijs67psbuqx42u", + "setCard": { + "id": "clot8i4oh01ijs67psbuqx42u", + "slug": "bet_blasted_oak", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4patwx00sce0v5d6t86ffh", + "meta": { + "id": "clq3a102b00nmsh27ouaug0n7", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to grim persistence", + "subType": "Monument", + "rulesText": "If a spell or non-basic ability can target—in order of precedence—Blasted Oak, its site or location, or anything else at its site or location, it must.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i4oh01ijs67psbuqx42u" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i4rk01ins67ps4zte3x2", + "slug": "bet_blasted_oak_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/blasted_oak-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4patwx00sce0v5d6t86ffh", + "setCardId": "clot8i4oh01ijs67psbuqx42u", + "setCard": { + "id": "clot8i4oh01ijs67psbuqx42u", + "slug": "bet_blasted_oak", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4patwx00sce0v5d6t86ffh", + "meta": { + "id": "clq3a102b00nmsh27ouaug0n7", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to grim persistence", + "subType": "Monument", + "rulesText": "If a spell or non-basic ability can target—in order of precedence—Blasted Oak, its site or location, or anything else at its site or location, it must.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i4oh01ijs67psbuqx42u" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pb0rg00see0v561wx3ksl", + "slug": "alp_blasted_oak_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/blasted_oak.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4patwx00sce0v5d6t86ffh", + "setCardId": "clm4pazfe00sde0v53a4v6qin", + "setCard": { + "id": "clm4pazfe00sde0v53a4v6qin", + "slug": "alp_blasted_oak", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4patwx00sce0v5d6t86ffh", + "meta": { + "id": "clq3a0zwt00nlsh27bfqc5qxk", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to grim persistence", + "subType": "Monument", + "rulesText": "If a spell or non-basic ability can target—in order of precedence—Blasted Oak, its site or location, or anything else at its site or location, it must.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pazfe00sde0v53a4v6qin" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pb7ir00sfe0v555x952rj", + "slug": "alp_blasted_oak_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/blasted_oak-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4patwx00sce0v5d6t86ffh", + "setCardId": "clm4pazfe00sde0v53a4v6qin", + "setCard": { + "id": "clm4pazfe00sde0v53a4v6qin", + "slug": "alp_blasted_oak", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4patwx00sce0v5d6t86ffh", + "meta": { + "id": "clq3a0zwt00nlsh27bfqc5qxk", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to grim persistence", + "subType": "Monument", + "rulesText": "If a spell or non-basic ability can target—in order of precedence—Blasted Oak, its site or location, or anything else at its site or location, it must.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pazfe00sde0v53a4v6qin" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qqvju013me0v5dvgt7l6l", + "slug": "boneyard", + "name": "Boneyard", + "hotscore": 2650, + "guardian": { + "id": "clq3a218j00vash27p738ocbp", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site brimming with death", + "subType": "", + "rulesText": "Genesis → Each player may summon a minion from their cemetery here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qqvju013me0v5dvgt7l6l" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8iyni020ks67pdxgkohi3", + "slug": "bet_boneyard_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/boneyard.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qqvju013me0v5dvgt7l6l", + "setCardId": "clot8iylz020is67p0oq7mxey", + "setCard": { + "id": "clot8iylz020is67p0oq7mxey", + "slug": "bet_boneyard", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qqvju013me0v5dvgt7l6l", + "meta": { + "id": "clq3a21h200vcsh2704ejjwnm", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site brimming with death", + "subType": "", + "rulesText": "Genesis → Each player may summon a minion from their cemetery here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iylz020is67p0oq7mxey" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iyp1020ms67prtqfl0ey", + "slug": "bet_boneyard_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/boneyard-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qqvju013me0v5dvgt7l6l", + "setCardId": "clot8iylz020is67p0oq7mxey", + "setCard": { + "id": "clot8iylz020is67p0oq7mxey", + "slug": "bet_boneyard", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qqvju013me0v5dvgt7l6l", + "meta": { + "id": "clq3a21h200vcsh2704ejjwnm", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site brimming with death", + "subType": "", + "rulesText": "Genesis → Each player may summon a minion from their cemetery here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iylz020is67p0oq7mxey" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qr2jo013oe0v5e6bx5se5", + "slug": "alp_boneyard_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/boneyard.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qqvju013me0v5dvgt7l6l", + "setCardId": "clm4qr18e013ne0v57qrv61e0", + "setCard": { + "id": "clm4qr18e013ne0v57qrv61e0", + "slug": "alp_boneyard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qqvju013me0v5dvgt7l6l", + "meta": { + "id": "clq3a21at00vbsh27apezjs94", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site brimming with death", + "subType": "", + "rulesText": "Genesis → Each player may summon a minion from their cemetery here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qr18e013ne0v57qrv61e0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qr9f7013pe0v5e02i5yw4", + "slug": "alp_boneyard_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/boneyard-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qqvju013me0v5dvgt7l6l", + "setCardId": "clm4qr18e013ne0v57qrv61e0", + "setCard": { + "id": "clm4qr18e013ne0v57qrv61e0", + "slug": "alp_boneyard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qqvju013me0v5dvgt7l6l", + "meta": { + "id": "clq3a21at00vbsh27apezjs94", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site brimming with death", + "subType": "", + "rulesText": "Genesis → Each player may summon a minion from their cemetery here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qr18e013ne0v57qrv61e0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qrehi013qe0v5060ccjht", + "slug": "bottomless_pit", + "name": "Bottomless Pit", + "hotscore": 2526, + "guardian": { + "id": "clq3a21mz00vdsh272lgt6xq8", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of depth and despair", + "subType": "", + "rulesText": "Whenever a non-Airborne minion enters this site, kill it.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qrehi013qe0v5060ccjht" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8iyz7020rs67p8hiy2030", + "slug": "bet_bottomless_pit_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bottomless_pit.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qrehi013qe0v5060ccjht", + "setCardId": "clot8iyxl020ps67px34mprbj", + "setCard": { + "id": "clot8iyxl020ps67px34mprbj", + "slug": "bet_bottomless_pit", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qrehi013qe0v5060ccjht", + "meta": { + "id": "clq3a21wv00vfsh27pv7odpcj", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of depth and despair", + "subType": "", + "rulesText": "Whenever a non-Airborne minion enters this site, kill it.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iyxl020ps67px34mprbj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iz0s020ts67peuf3ipsx", + "slug": "bet_bottomless_pit_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bottomless_pit-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qrehi013qe0v5060ccjht", + "setCardId": "clot8iyxl020ps67px34mprbj", + "setCard": { + "id": "clot8iyxl020ps67px34mprbj", + "slug": "bet_bottomless_pit", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qrehi013qe0v5060ccjht", + "meta": { + "id": "clq3a21wv00vfsh27pv7odpcj", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of depth and despair", + "subType": "", + "rulesText": "Whenever a non-Airborne minion enters this site, kill it.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iyxl020ps67px34mprbj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qrlo8013se0v57szkg7so", + "slug": "alp_bottomless_pit_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bottomless_pit.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qrehi013qe0v5060ccjht", + "setCardId": "clm4qrkd8013re0v58b2t0myc", + "setCard": { + "id": "clm4qrkd8013re0v58b2t0myc", + "slug": "alp_bottomless_pit", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qrehi013qe0v5060ccjht", + "meta": { + "id": "clq3a21pb00vesh276oxweowv", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of depth and despair", + "subType": "", + "rulesText": "Whenever a non-Airborne minion enters this site, kill it.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qrkd8013re0v58b2t0myc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qrxdv013ue0v54zwr45h9", + "slug": "alp_bottomless_pit_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bottomless_pit-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qrehi013qe0v5060ccjht", + "setCardId": "clm4qrkd8013re0v58b2t0myc", + "setCard": { + "id": "clm4qrkd8013re0v58b2t0myc", + "slug": "alp_bottomless_pit", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qrehi013qe0v5060ccjht", + "meta": { + "id": "clq3a21pb00vesh276oxweowv", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of depth and despair", + "subType": "", + "rulesText": "Whenever a non-Airborne minion enters this site, kill it.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qrkd8013re0v58b2t0myc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qrs5f013te0v5ftnx36dt", + "slug": "alp_bottomless_pit_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bottomless_pit-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qrehi013qe0v5060ccjht", + "setCardId": "clm4qrkd8013re0v58b2t0myc", + "setCard": { + "id": "clm4qrkd8013re0v58b2t0myc", + "slug": "alp_bottomless_pit", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qrehi013qe0v5060ccjht", + "meta": { + "id": "clq3a21pb00vesh276oxweowv", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of depth and despair", + "subType": "", + "rulesText": "Whenever a non-Airborne minion enters this site, kill it.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qrkd8013re0v58b2t0myc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pbcyl00sge0v5fayigw4j", + "slug": "buried_treasure", + "name": "Buried Treasure", + "hotscore": 300, + "guardian": { + "id": "clq3a107v00nnsh27cs7mhfqi", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "X marks the spot for these Exceptional Relics", + "subType": "Relic", + "rulesText": "If cast, conjure this under an allied land site of an opponent's choice.\r\n\r\nWhen Buried Treasure is carried to the surface, its controller sacrifices it and draws two cards.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pbcyl00sge0v5fayigw4j" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i54l01iss67p8cpe2fgq", + "slug": "bet_buried_treasure_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/buried_treasure.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4pbcyl00sge0v5fayigw4j", + "setCardId": "clot8i52601iqs67p6frjrcw3", + "setCard": { + "id": "clot8i52601iqs67p6frjrcw3", + "slug": "bet_buried_treasure", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pbcyl00sge0v5fayigw4j", + "meta": { + "id": "clq3a10fm00npsh27lunxpa0r", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "X marks the spot for these Exceptional Relics", + "subType": "Relic", + "rulesText": "If cast, conjure this under an allied land site of an opponent's choice.\r\n\r\nWhen Buried Treasure is carried to the surface, its controller sacrifices it and draws two cards.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i52601iqs67p6frjrcw3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i56u01ius67p8th49y3d", + "slug": "bet_buried_treasure_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/buried_treasure-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4pbcyl00sge0v5fayigw4j", + "setCardId": "clot8i52601iqs67p6frjrcw3", + "setCard": { + "id": "clot8i52601iqs67p6frjrcw3", + "slug": "bet_buried_treasure", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pbcyl00sge0v5fayigw4j", + "meta": { + "id": "clq3a10fm00npsh27lunxpa0r", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "X marks the spot for these Exceptional Relics", + "subType": "Relic", + "rulesText": "If cast, conjure this under an allied land site of an opponent's choice.\r\n\r\nWhen Buried Treasure is carried to the surface, its controller sacrifices it and draws two cards.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i52601iqs67p6frjrcw3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pbk9800sie0v5fgcwbikn", + "slug": "alp_buried_treasure_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/buried_treasure.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4pbcyl00sge0v5fayigw4j", + "setCardId": "clm4pbiy800she0v56k2udsb4", + "setCard": { + "id": "clm4pbiy800she0v56k2udsb4", + "slug": "alp_buried_treasure", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pbcyl00sge0v5fayigw4j", + "meta": { + "id": "clq3a10a300nosh27ts0z1t11", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "X marks the spot for these Exceptional Relics", + "subType": "Relic", + "rulesText": "If cast, conjure this under an allied land site of an opponent's choice.\n\nWhen Buried Treasure is carried to the surface, its controller sacrifices it and draws two cards.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pbiy800she0v56k2udsb4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pbqtt00sje0v58i2k974w", + "slug": "alp_buried_treasure_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/buried_treasure-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4pbcyl00sge0v5fayigw4j", + "setCardId": "clm4pbiy800she0v56k2udsb4", + "setCard": { + "id": "clm4pbiy800she0v56k2udsb4", + "slug": "alp_buried_treasure", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pbcyl00sge0v5fayigw4j", + "meta": { + "id": "clq3a10a300nosh27ts0z1t11", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "X marks the spot for these Exceptional Relics", + "subType": "Relic", + "rulesText": "If cast, conjure this under an allied land site of an opponent's choice.\n\nWhen Buried Treasure is carried to the surface, its controller sacrifices it and draws two cards.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pbiy800she0v56k2udsb4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pbw1j00ske0v5hq6a65ki", + "slug": "chains_of_prometheus", + "name": "Chains of Prometheus", + "hotscore": 1401, + "guardian": { + "id": "clq3a10lr00nqsh27408f9to1", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument to the arrogance of man", + "subType": "Monument", + "rulesText": "Whenever a player draws a card, that player taps their strongest untapped minion.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pbw1j00ske0v5hq6a65ki" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i5h401izs67pf3pa62dd", + "slug": "bet_chains_of_prometheus_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/chains_of_prometheus.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "“Be sure of this, O young ambition, all mortal greatness is but disease.” — Herman Melville", + "cardId": "clm4pbw1j00ske0v5hq6a65ki", + "setCardId": "clot8i5fl01ixs67pmr14axok", + "setCard": { + "id": "clot8i5fl01ixs67pmr14axok", + "slug": "bet_chains_of_prometheus", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pbw1j00ske0v5hq6a65ki", + "meta": { + "id": "clq3a10tz00nssh27rq9iz5j0", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument to the arrogance of man", + "subType": "Monument", + "rulesText": "Whenever a player draws a card, that player taps their strongest untapped minion.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i5fl01ixs67pmr14axok" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i5k701j1s67p5mknv7jo", + "slug": "bet_chains_of_prometheus_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/chains_of_prometheus-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "“Be sure of this, O young ambition, all mortal greatness is but disease.” — Herman Melville", + "cardId": "clm4pbw1j00ske0v5hq6a65ki", + "setCardId": "clot8i5fl01ixs67pmr14axok", + "setCard": { + "id": "clot8i5fl01ixs67pmr14axok", + "slug": "bet_chains_of_prometheus", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pbw1j00ske0v5hq6a65ki", + "meta": { + "id": "clq3a10tz00nssh27rq9iz5j0", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument to the arrogance of man", + "subType": "Monument", + "rulesText": "Whenever a player draws a card, that player taps their strongest untapped minion.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i5fl01ixs67pmr14axok" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pc2s800sme0v5c9sxgqcb", + "slug": "alp_chains_of_prometheus_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/chains_of_prometheus.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "“Be sure of this, O young ambition, all mortal greatness is but disease.” — Herman Melville", + "cardId": "clm4pbw1j00ske0v5hq6a65ki", + "setCardId": "clm4pc1h300sle0v53zyv7opl", + "setCard": { + "id": "clm4pc1h300sle0v53zyv7opl", + "slug": "alp_chains_of_prometheus", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pbw1j00ske0v5hq6a65ki", + "meta": { + "id": "clq3a10ob00nrsh27oeafn5gu", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument to the arrogance of man", + "subType": "Monument", + "rulesText": "Whenever a player draws a card, that player taps their strongest untapped minion.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pc1h300sle0v53zyv7opl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pc8un00sne0v5f9nxaab2", + "slug": "alp_chains_of_prometheus_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/chains_of_prometheus-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "“Be sure of this, O young ambition, all mortal greatness is but disease.” — Herman Melville", + "cardId": "clm4pbw1j00ske0v5hq6a65ki", + "setCardId": "clm4pc1h300sle0v53zyv7opl", + "setCard": { + "id": "clm4pc1h300sle0v53zyv7opl", + "slug": "alp_chains_of_prometheus", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pbw1j00ske0v5hq6a65ki", + "meta": { + "id": "clq3a10ob00nrsh27oeafn5gu", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument to the arrogance of man", + "subType": "Monument", + "rulesText": "Whenever a player draws a card, that player taps their strongest untapped minion.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pc1h300sle0v53zyv7opl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qryop013ve0v5d5rh96we", + "slug": "cornerstone", + "name": "Cornerstone", + "hotscore": 985, + "guardian": { + "id": "clq3a222s00vgsh27v2q7cqsj", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site and fundament of the firmament", + "subType": "", + "rulesText": "You may play this site to any corner.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qryop013ve0v5d5rh96we" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8izai020ys67p2nyg1z8t", + "slug": "bet_cornerstone_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cornerstone.png", + "finish": "Standard", + "product": "Booster", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4qryop013ve0v5d5rh96we", + "setCardId": "clot8iz8t020ws67p8c92d29i", + "setCard": { + "id": "clot8iz8t020ws67p8c92d29i", + "slug": "bet_cornerstone", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qryop013ve0v5d5rh96we", + "meta": { + "id": "clq3a22d800vish27c3yz703u", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site and fundament of the firmament", + "subType": "", + "rulesText": "You may play this site to any corner.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iz8t020ws67p8c92d29i" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8izc30210s67pax4z41z5", + "slug": "bet_cornerstone_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cornerstone-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4qryop013ve0v5d5rh96we", + "setCardId": "clot8iz8t020ws67p8c92d29i", + "setCard": { + "id": "clot8iz8t020ws67p8c92d29i", + "slug": "bet_cornerstone", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qryop013ve0v5d5rh96we", + "meta": { + "id": "clq3a22d800vish27c3yz703u", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site and fundament of the firmament", + "subType": "", + "rulesText": "You may play this site to any corner.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iz8t020ws67p8c92d29i" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qs581013xe0v56d8d5229", + "slug": "alp_cornerstone_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cornerstone.png", + "finish": "Standard", + "product": "Booster", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4qryop013ve0v5d5rh96we", + "setCardId": "clm4qs3x4013we0v59a5q5p1n", + "setCard": { + "id": "clm4qs3x4013we0v59a5q5p1n", + "slug": "alp_cornerstone", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qryop013ve0v5d5rh96we", + "meta": { + "id": "clq3a225500vhsh27tio0e4cl", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site and fundament of the firmament", + "subType": "", + "rulesText": "You may play this site to one of your corners.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qs3x4013we0v59a5q5p1n" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qshvs013ze0v5amqr7t6y", + "slug": "alp_cornerstone_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cornerstone-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4qryop013ve0v5d5rh96we", + "setCardId": "clm4qs3x4013we0v59a5q5p1n", + "setCard": { + "id": "clm4qs3x4013we0v59a5q5p1n", + "slug": "alp_cornerstone", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qryop013ve0v5d5rh96we", + "meta": { + "id": "clq3a225500vhsh27tio0e4cl", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site and fundament of the firmament", + "subType": "", + "rulesText": "You may play this site to one of your corners.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qs3x4013we0v59a5q5p1n" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qsbka013ye0v5es960u4v", + "slug": "alp_cornerstone_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cornerstone-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4qryop013ve0v5d5rh96we", + "setCardId": "clm4qs3x4013we0v59a5q5p1n", + "setCard": { + "id": "clm4qs3x4013we0v59a5q5p1n", + "slug": "alp_cornerstone", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qryop013ve0v5d5rh96we", + "meta": { + "id": "clq3a225500vhsh27tio0e4cl", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site and fundament of the firmament", + "subType": "", + "rulesText": "You may play this site to one of your corners.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qs3x4013we0v59a5q5p1n" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pcfef00soe0v56qnddnj5", + "slug": "crave_golem", + "name": "Crave Golem", + "hotscore": 675, + "guardian": { + "id": "clq3a10zr00ntsh27pyxsmsl2", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Automaton of insatiable hunger", + "subType": "Automaton", + "rulesText": "At the start of each player's turn, Crave Golem attacks a random minion within its range of motion, or takes a step toward the closest minion if it can't.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pcfef00soe0v56qnddnj5" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i5u801j6s67pk6372y6k", + "slug": "bet_crave_golem_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/crave_golem.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "As enmity gave way to amity, we soon found we'd created far worse than a monster: a machine.", + "cardId": "clm4pcfef00soe0v56qnddnj5", + "setCardId": "clot8i5sp01j4s67pmnaksbwj", + "setCard": { + "id": "clot8i5sp01j4s67pmnaksbwj", + "slug": "bet_crave_golem", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pcfef00soe0v56qnddnj5", + "meta": { + "id": "clq3a118200nvsh27dzvnklwm", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Automaton of insatiable hunger", + "subType": "Automaton", + "rulesText": "At the start of each player's turn, Crave Golem attacks a random minion within its range of motion, or takes a step toward the closest minion if it can't.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i5sp01j4s67pmnaksbwj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i5vo01j8s67p7h6dic9p", + "slug": "bet_crave_golem_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/crave_golem-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "As enmity gave way to amity, we soon found we'd created far worse than a monster: a machine.", + "cardId": "clm4pcfef00soe0v56qnddnj5", + "setCardId": "clot8i5sp01j4s67pmnaksbwj", + "setCard": { + "id": "clot8i5sp01j4s67pmnaksbwj", + "slug": "bet_crave_golem", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pcfef00soe0v56qnddnj5", + "meta": { + "id": "clq3a118200nvsh27dzvnklwm", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Automaton of insatiable hunger", + "subType": "Automaton", + "rulesText": "At the start of each player's turn, Crave Golem attacks a random minion within its range of motion, or takes a step toward the closest minion if it can't.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i5sp01j4s67pmnaksbwj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pcmqo00sqe0v54hmbd96m", + "slug": "alp_crave_golem_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/crave_golem.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "As enmity gave way to amity, we soon found we'd created far worse than a monster: a machine.", + "cardId": "clm4pcfef00soe0v56qnddnj5", + "setCardId": "clm4pclf700spe0v558re390v", + "setCard": { + "id": "clm4pclf700spe0v558re390v", + "slug": "alp_crave_golem", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pcfef00soe0v56qnddnj5", + "meta": { + "id": "clq3a112e00nush27vcik8m8m", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Automaton of insatiable hunger", + "subType": "Automaton", + "rulesText": "At the start of each player's turn, Crave Golem attacks a random minion within its range of motion, or takes a step toward the closest minion if it can't.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pclf700spe0v558re390v" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pcsxd00sre0v5cadjd4wa", + "slug": "alp_crave_golem_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/crave_golem-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "As enmity gave way to amity, we soon found we'd created far worse than a monster: a machine.", + "cardId": "clm4pcfef00soe0v56qnddnj5", + "setCardId": "clm4pclf700spe0v558re390v", + "setCard": { + "id": "clm4pclf700spe0v558re390v", + "slug": "alp_crave_golem", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pcfef00soe0v56qnddnj5", + "meta": { + "id": "clq3a112e00nush27vcik8m8m", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Automaton of insatiable hunger", + "subType": "Automaton", + "rulesText": "At the start of each player's turn, Crave Golem attacks a random minion within its range of motion, or takes a step toward the closest minion if it can't.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pclf700spe0v558re390v" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qsj6x0140e0v53k984nra", + "slug": "crossroads", + "name": "Crossroads", + "hotscore": 3864, + "guardian": { + "id": "clq3a22j400vjsh27uugxjsx2", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site points in the right direction", + "subType": "", + "rulesText": "Genesis → Look at your next four sites. Put three on the bottom of your atlas.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qsj6x0140e0v53k984nra" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8izm80215s67pmqb6dn84", + "slug": "bet_crossroads_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/crossroads.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qsj6x0140e0v53k984nra", + "setCardId": "clot8izkp0213s67phukvmqz3", + "setCard": { + "id": "clot8izkp0213s67phukvmqz3", + "slug": "bet_crossroads", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qsj6x0140e0v53k984nra", + "meta": { + "id": "clq3a22r400vlsh2786fdbqye", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site points in the right direction", + "subType": "", + "rulesText": "Genesis → Look at your next four sites. Put three on the bottom of your atlas.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8izkp0213s67phukvmqz3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iznq0217s67p84ldfp00", + "slug": "bet_crossroads_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/crossroads-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qsj6x0140e0v53k984nra", + "setCardId": "clot8izkp0213s67phukvmqz3", + "setCard": { + "id": "clot8izkp0213s67phukvmqz3", + "slug": "bet_crossroads", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qsj6x0140e0v53k984nra", + "meta": { + "id": "clq3a22r400vlsh2786fdbqye", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site points in the right direction", + "subType": "", + "rulesText": "Genesis → Look at your next four sites. Put three on the bottom of your atlas.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8izkp0213s67phukvmqz3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qsqbz0142e0v57uu11jee", + "slug": "alp_crossroads_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/crossroads.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qsj6x0140e0v53k984nra", + "setCardId": "clm4qsp0r0141e0v5eai9go7q", + "setCard": { + "id": "clm4qsp0r0141e0v5eai9go7q", + "slug": "alp_crossroads", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qsj6x0140e0v53k984nra", + "meta": { + "id": "clq3a22lg00vksh27oc1ot857", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site points in the right direction", + "subType": "", + "rulesText": "Genesis → Look at your next four sites. Put three on the bottom of your atlas.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qsp0r0141e0v5eai9go7q" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qsy3d0143e0v515oe2noa", + "slug": "alp_crossroads_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/crossroads-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qsj6x0140e0v53k984nra", + "setCardId": "clm4qsp0r0141e0v5eai9go7q", + "setCard": { + "id": "clm4qsp0r0141e0v5eai9go7q", + "slug": "alp_crossroads", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qsj6x0140e0v53k984nra", + "meta": { + "id": "clq3a22lg00vksh27oc1ot857", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site points in the right direction", + "subType": "", + "rulesText": "Genesis → Look at your next four sites. Put three on the bottom of your atlas.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qsp0r0141e0v5eai9go7q" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pcyiy00sse0v565ut2k1e", + "slug": "crown_of_the_victor", + "name": "Crown of the Victor", + "hotscore": 2359, + "guardian": { + "id": "clq3a11do00nwsh27k6m8lo3k", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic for champions triumphant", + "subType": "Relic", + "rulesText": "Bearer has +3 power if they've ever killed a minion.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pcyiy00sse0v565ut2k1e" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i64x01jds67plksfee5f", + "slug": "bet_crown_of_the_victor_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/crown_of_the_victor.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "The gods see their glory in you this day.", + "cardId": "clm4pcyiy00sse0v565ut2k1e", + "setCardId": "clot8i63e01jbs67p4bycmfi5", + "setCard": { + "id": "clot8i63e01jbs67p4bycmfi5", + "slug": "bet_crown_of_the_victor", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pcyiy00sse0v565ut2k1e", + "meta": { + "id": "clq3a11li00nysh27u7nkt4mh", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic for champions triumphant", + "subType": "Relic", + "rulesText": "Bearer has +3 power if they've ever killed a minion.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i63e01jbs67p4bycmfi5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i66g01jfs67p7spk0iyi", + "slug": "bet_crown_of_the_victor_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/crown_of_the_victor-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "The gods see their glory in you this day.", + "cardId": "clm4pcyiy00sse0v565ut2k1e", + "setCardId": "clot8i63e01jbs67p4bycmfi5", + "setCard": { + "id": "clot8i63e01jbs67p4bycmfi5", + "slug": "bet_crown_of_the_victor", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pcyiy00sse0v565ut2k1e", + "meta": { + "id": "clq3a11li00nysh27u7nkt4mh", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic for champions triumphant", + "subType": "Relic", + "rulesText": "Bearer has +3 power if they've ever killed a minion.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i63e01jbs67p4bycmfi5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pd55r00sue0v51ibuamy7", + "slug": "alp_crown_of_the_victor_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/crown_of_the_victor.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "The gods see their glory in you this day.", + "cardId": "clm4pcyiy00sse0v565ut2k1e", + "setCardId": "clm4pd3uj00ste0v52av1e4v3", + "setCard": { + "id": "clm4pd3uj00ste0v52av1e4v3", + "slug": "alp_crown_of_the_victor", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pcyiy00sse0v565ut2k1e", + "meta": { + "id": "clq3a11fx00nxsh27njxe4qor", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic for champions triumphant", + "subType": "Relic", + "rulesText": "Bearer has +3 power if they've ever killed a minion.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pd3uj00ste0v52av1e4v3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pdbxg00sve0v5hz2yf9qj", + "slug": "alp_crown_of_the_victor_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/crown_of_the_victor-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "The gods see their glory in you this day.", + "cardId": "clm4pcyiy00sse0v565ut2k1e", + "setCardId": "clm4pd3uj00ste0v52av1e4v3", + "setCard": { + "id": "clm4pd3uj00ste0v52av1e4v3", + "slug": "alp_crown_of_the_victor", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pcyiy00sse0v565ut2k1e", + "meta": { + "id": "clq3a11fx00nxsh27njxe4qor", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic for champions triumphant", + "subType": "Relic", + "rulesText": "Bearer has +3 power if they've ever killed a minion.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pd3uj00ste0v52av1e4v3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4r4au3016de0v5gmbd8m6z", + "slug": "deathspeaker", + "name": "Deathspeaker", + "hotscore": 138, + "guardian": { + "id": "clq3a2a4j00x6sh277bwtskzu", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar turns death into dominion", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nYou may cast one dead minion each turn, and for (0) if you’re on Death’s Door. Whenever you summon a minion this way, banish it.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4r4au3016de0v5gmbd8m6z" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j67g0258s67py0ptz84d", + "slug": "bet_deathspeaker_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/deathspeaker.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4r4au3016de0v5gmbd8m6z", + "setCardId": "clot8j65w0256s67p806unb3o", + "setCard": { + "id": "clot8j65w0256s67p806unb3o", + "slug": "bet_deathspeaker", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r4au3016de0v5gmbd8m6z", + "meta": { + "id": "clq3a2acr00x8sh27spuckdg2", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar turns death into dominion", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nYou may cast one dead minion each turn, and for (0) if you’re on Death’s Door. Whenever you summon a minion this way, banish it.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j65w0256s67p806unb3o" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j690025as67pbynzmjs1", + "slug": "bet_deathspeaker_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/deathspeaker-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4r4au3016de0v5gmbd8m6z", + "setCardId": "clot8j65w0256s67p806unb3o", + "setCard": { + "id": "clot8j65w0256s67p806unb3o", + "slug": "bet_deathspeaker", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r4au3016de0v5gmbd8m6z", + "meta": { + "id": "clq3a2acr00x8sh27spuckdg2", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar turns death into dominion", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nYou may cast one dead minion each turn, and for (0) if you’re on Death’s Door. Whenever you summon a minion this way, banish it.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j65w0256s67p806unb3o" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4r4hrj016fe0v587x045t8", + "slug": "alp_deathspeaker_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/deathspeaker.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4r4au3016de0v5gmbd8m6z", + "setCardId": "clm4r4gg1016ee0v58yny505e", + "setCard": { + "id": "clm4r4gg1016ee0v58yny505e", + "slug": "alp_deathspeaker", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r4au3016de0v5gmbd8m6z", + "meta": { + "id": "clq3a2a6u00x7sh27sfiyywx2", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar turns death into dominion", + "subType": "", + "rulesText": "Tap → Play or draw a site.\n\nYou may cast one dead minion each turn, and for (0) if you’re on Death’s Door. Whenever you summon a minion this way, banish it.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r4gg1016ee0v58yny505e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4r4pop016ge0v50yb78tsv", + "slug": "alp_deathspeaker_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/deathspeaker-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4r4au3016de0v5gmbd8m6z", + "setCardId": "clm4r4gg1016ee0v58yny505e", + "setCard": { + "id": "clm4r4gg1016ee0v58yny505e", + "slug": "alp_deathspeaker", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r4au3016de0v5gmbd8m6z", + "meta": { + "id": "clq3a2a6u00x7sh27sfiyywx2", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar turns death into dominion", + "subType": "", + "rulesText": "Tap → Play or draw a site.\n\nYou may cast one dead minion each turn, and for (0) if you’re on Death’s Door. Whenever you summon a minion this way, banish it.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r4gg1016ee0v58yny505e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pdigy00swe0v56vwtbjvs", + "slug": "devils_egg", + "name": "Devil's Egg", + "hotscore": 1869, + "guardian": { + "id": "clq3a11r900nzsh27afo8xxpx", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of diabolical affliction", + "subType": "Relic", + "rulesText": "At the end of each turn, the controller of Devil's Egg's site loses 1 life.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pdigy00swe0v56vwtbjvs" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i6gw01jks67p0qmw8ltx", + "slug": "bet_devils_egg_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/devils_egg.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pdigy00swe0v56vwtbjvs", + "setCardId": "clot8i6eg01jis67pvbyzfnbr", + "setCard": { + "id": "clot8i6eg01jis67pvbyzfnbr", + "slug": "bet_devils_egg", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pdigy00swe0v56vwtbjvs", + "meta": { + "id": "clq3a120x00o1sh27asjrfhp2", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of diabolical affliction", + "subType": "Relic", + "rulesText": "At the end of each turn, the controller of Devil's Egg's site loses 1 life.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i6eg01jis67pvbyzfnbr" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i6ie01jms67prerzc90f", + "slug": "bet_devils_egg_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/devils_egg-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pdigy00swe0v56vwtbjvs", + "setCardId": "clot8i6eg01jis67pvbyzfnbr", + "setCard": { + "id": "clot8i6eg01jis67pvbyzfnbr", + "slug": "bet_devils_egg", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pdigy00swe0v56vwtbjvs", + "meta": { + "id": "clq3a120x00o1sh27asjrfhp2", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of diabolical affliction", + "subType": "Relic", + "rulesText": "At the end of each turn, the controller of Devil's Egg's site loses 1 life.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i6eg01jis67pvbyzfnbr" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pdpfv00sye0v5dob681ru", + "slug": "alp_devils_egg_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/devils_egg.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pdigy00swe0v56vwtbjvs", + "setCardId": "clm4pdo4u00sxe0v5akev7o17", + "setCard": { + "id": "clm4pdo4u00sxe0v5akev7o17", + "slug": "alp_devils_egg", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pdigy00swe0v56vwtbjvs", + "meta": { + "id": "clq3a11tl00o0sh27ht3q86n4", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of diabolical affliction", + "subType": "Relic", + "rulesText": "At the end of each turn, the controller of Devil's Egg's site loses 1 life.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pdo4u00sxe0v5akev7o17" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pe25w00t0e0v5hkx77jq1", + "slug": "alp_devils_egg_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/devils_egg-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pdigy00swe0v56vwtbjvs", + "setCardId": "clm4pdo4u00sxe0v5akev7o17", + "setCard": { + "id": "clm4pdo4u00sxe0v5akev7o17", + "slug": "alp_devils_egg", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pdigy00swe0v56vwtbjvs", + "meta": { + "id": "clq3a11tl00o0sh27ht3q86n4", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of diabolical affliction", + "subType": "Relic", + "rulesText": "At the end of each turn, the controller of Devil's Egg's site loses 1 life.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pdo4u00sxe0v5akev7o17" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pdwkl00sze0v52sii2itv", + "slug": "alp_devils_egg_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/devils_egg-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pdigy00swe0v56vwtbjvs", + "setCardId": "clm4pdo4u00sxe0v5akev7o17", + "setCard": { + "id": "clm4pdo4u00sxe0v5akev7o17", + "slug": "alp_devils_egg", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pdigy00swe0v56vwtbjvs", + "meta": { + "id": "clq3a11tl00o0sh27ht3q86n4", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of diabolical affliction", + "subType": "Relic", + "rulesText": "At the end of each turn, the controller of Devil's Egg's site loses 1 life.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pdo4u00sxe0v5akev7o17" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qt3ik0144e0v59m826lij", + "slug": "dome_of_osiros", + "name": "Dome of Osiros", + "hotscore": 1770, + "guardian": { + "id": "clq3a22ws00vmsh27s9702ry9", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of sacred communion", + "subType": "", + "rulesText": "This site and minions here can't be attacked.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qt3ik0144e0v59m826lij" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8izwx021cs67pnblcyiur", + "slug": "bet_dome_of_osiros_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dome_of_osiros.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4qt3ik0144e0v59m826lij", + "setCardId": "clot8izvg021as67p7mqhtflq", + "setCard": { + "id": "clot8izvg021as67p7mqhtflq", + "slug": "bet_dome_of_osiros", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qt3ik0144e0v59m826lij", + "meta": { + "id": "clq3a235000vosh27yqmerh1q", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of sacred communion", + "subType": "", + "rulesText": "This site and minions here can't be attacked.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8izvg021as67p7mqhtflq" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8izye021es67plek1krge", + "slug": "bet_dome_of_osiros_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dome_of_osiros-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4qt3ik0144e0v59m826lij", + "setCardId": "clot8izvg021as67p7mqhtflq", + "setCard": { + "id": "clot8izvg021as67p7mqhtflq", + "slug": "bet_dome_of_osiros", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qt3ik0144e0v59m826lij", + "meta": { + "id": "clq3a235000vosh27yqmerh1q", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of sacred communion", + "subType": "", + "rulesText": "This site and minions here can't be attacked.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8izvg021as67p7mqhtflq" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qtafi0146e0v5ejt81gi1", + "slug": "alp_dome_of_osiros_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dome_of_osiros.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4qt3ik0144e0v59m826lij", + "setCardId": "clm4qt9470145e0v5a2ir48wj", + "setCard": { + "id": "clm4qt9470145e0v5a2ir48wj", + "slug": "alp_dome_of_osiros", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qt3ik0144e0v59m826lij", + "meta": { + "id": "clq3a22z600vnsh27it37uh1o", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of sacred communion", + "subType": "", + "rulesText": "This site and minions here can't be attacked.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qt9470145e0v5a2ir48wj" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qth080147e0v5gdyzbshp", + "slug": "alp_dome_of_osiros_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dome_of_osiros-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4qt3ik0144e0v59m826lij", + "setCardId": "clm4qt9470145e0v5a2ir48wj", + "setCard": { + "id": "clm4qt9470145e0v5a2ir48wj", + "slug": "alp_dome_of_osiros", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qt3ik0144e0v59m826lij", + "meta": { + "id": "clq3a22z600vnsh27it37uh1o", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of sacred communion", + "subType": "", + "rulesText": "This site and minions here can't be attacked.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qt9470145e0v5a2ir48wj" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qtmlj0148e0v5fzzd46to", + "slug": "donnybrook_inn", + "name": "Donnybrook Inn", + "hotscore": 977, + "guardian": { + "id": "clq3a23ay00vpsh271dbzhtrt", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site for anyone and everyone", + "subType": "", + "rulesText": "Anyone may cast minions here and they may do so for ① less.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qtmlj0148e0v5fzzd46to" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j082021js67pp1314gc1", + "slug": "bet_donnybrook_inn_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/donnybrook_inn.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qtmlj0148e0v5fzzd46to", + "setCardId": "clot8j06f021hs67pf5azcgkw", + "setCard": { + "id": "clot8j06f021hs67pf5azcgkw", + "slug": "bet_donnybrook_inn", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qtmlj0148e0v5fzzd46to", + "meta": { + "id": "clq3a23iu00vrsh27oy5iivr4", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site for anyone and everyone", + "subType": "", + "rulesText": "Anyone may cast minions here and they may do so for ① less.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j06f021hs67pf5azcgkw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j09n021ls67p2iqu3aaw", + "slug": "bet_donnybrook_inn_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/donnybrook_inn-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qtmlj0148e0v5fzzd46to", + "setCardId": "clot8j06f021hs67pf5azcgkw", + "setCard": { + "id": "clot8j06f021hs67pf5azcgkw", + "slug": "bet_donnybrook_inn", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qtmlj0148e0v5fzzd46to", + "meta": { + "id": "clq3a23iu00vrsh27oy5iivr4", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site for anyone and everyone", + "subType": "", + "rulesText": "Anyone may cast minions here and they may do so for ① less.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j06f021hs67pf5azcgkw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qttcx014ae0v5gmbfgcmk", + "slug": "alp_donnybrook_inn_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/donnybrook_inn.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qtmlj0148e0v5fzzd46to", + "setCardId": "clm4qts1d0149e0v5860f1gsx", + "setCard": { + "id": "clm4qts1d0149e0v5860f1gsx", + "slug": "alp_donnybrook_inn", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qtmlj0148e0v5fzzd46to", + "meta": { + "id": "clq3a23db00vqsh27alo3u2ah", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site for anyone and everyone", + "subType": "", + "rulesText": "Anyone may cast minions here and they may do so for ① less.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qts1d0149e0v5860f1gsx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qu040014be0v59ngk582n", + "slug": "alp_donnybrook_inn_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/donnybrook_inn-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qtmlj0148e0v5fzzd46to", + "setCardId": "clm4qts1d0149e0v5860f1gsx", + "setCard": { + "id": "clm4qts1d0149e0v5860f1gsx", + "slug": "alp_donnybrook_inn", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qtmlj0148e0v5fzzd46to", + "meta": { + "id": "clq3a23db00vqsh27alo3u2ah", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site for anyone and everyone", + "subType": "", + "rulesText": "Anyone may cast minions here and they may do so for ① less.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qts1d0149e0v5860f1gsx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pe3h400t1e0v51ub1d6at", + "slug": "doomsday_device", + "name": "Doomsday Device", + "hotscore": 852, + "guardian": { + "id": "clq3a126l00o2sh279un4v2uz", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Device of mutually assured destruction", + "subType": "Device", + "rulesText": "Doomsday Device enters the realm with 6 counters. At the end of each player’s turn, remove a counter. When the last is removed, it detonates!\r\n\r\nDeals damage to each unit at affected locations:", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pe3h400t1e0v51ub1d6at" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i6rl01jrs67pkdx007z4", + "slug": "bet_doomsday_device_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/doomsday_device.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4pe3h400t1e0v51ub1d6at", + "setCardId": "clot8i6q401jps67pj3oohfo3", + "setCard": { + "id": "clot8i6q401jps67pj3oohfo3", + "slug": "bet_doomsday_device", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pe3h400t1e0v51ub1d6at", + "meta": { + "id": "clq3a12gb00o4sh270lc5p7ar", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Device of mutually assured destruction", + "subType": "Device", + "rulesText": "Doomsday Device enters the realm with 6 counters. At the end of each player’s turn, remove a counter. When the last is removed, it detonates!\r\n\r\nDeals damage to each unit at affected locations:", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i6q401jps67pj3oohfo3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i6t301jts67pa8nv6xwv", + "slug": "bet_doomsday_device_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/doomsday_device-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4pe3h400t1e0v51ub1d6at", + "setCardId": "clot8i6q401jps67pj3oohfo3", + "setCard": { + "id": "clot8i6q401jps67pj3oohfo3", + "slug": "bet_doomsday_device", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pe3h400t1e0v51ub1d6at", + "meta": { + "id": "clq3a12gb00o4sh270lc5p7ar", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Device of mutually assured destruction", + "subType": "Device", + "rulesText": "Doomsday Device enters the realm with 6 counters. At the end of each player’s turn, remove a counter. When the last is removed, it detonates!\r\n\r\nDeals damage to each unit at affected locations:", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i6q401jps67pj3oohfo3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pea8o00t3e0v507vufrj5", + "slug": "alp_doomsday_device_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/doomsday_device.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4pe3h400t1e0v51ub1d6at", + "setCardId": "clm4pe8xo00t2e0v5dv2y7wih", + "setCard": { + "id": "clm4pe8xo00t2e0v5dv2y7wih", + "slug": "alp_doomsday_device", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pe3h400t1e0v51ub1d6at", + "meta": { + "id": "clq3a128v00o3sh27mcoek8lc", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Device of mutually assured destruction", + "subType": "Device", + "rulesText": "Doomsday Device enters the realm with 6 counters. At the end of each player’s turn, remove a counter. When the last is removed, it detonates!\n\nDeals damage to each unit at affected locations:", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pe8xo00t2e0v5dv2y7wih" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4penx100t5e0v5g7zuc68w", + "slug": "alp_doomsday_device_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/doomsday_device-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4pe3h400t1e0v51ub1d6at", + "setCardId": "clm4pe8xo00t2e0v5dv2y7wih", + "setCard": { + "id": "clm4pe8xo00t2e0v5dv2y7wih", + "slug": "alp_doomsday_device", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pe3h400t1e0v51ub1d6at", + "meta": { + "id": "clq3a128v00o3sh27mcoek8lc", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Device of mutually assured destruction", + "subType": "Device", + "rulesText": "Doomsday Device enters the realm with 6 counters. At the end of each player’s turn, remove a counter. When the last is removed, it detonates!\n\nDeals damage to each unit at affected locations:", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pe8xo00t2e0v5dv2y7wih" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pehua00t4e0v55xi36b7k", + "slug": "alp_doomsday_device_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/doomsday_device-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4pe3h400t1e0v51ub1d6at", + "setCardId": "clm4pe8xo00t2e0v5dv2y7wih", + "setCard": { + "id": "clm4pe8xo00t2e0v5dv2y7wih", + "slug": "alp_doomsday_device", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pe3h400t1e0v51ub1d6at", + "meta": { + "id": "clq3a128v00o3sh27mcoek8lc", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Device of mutually assured destruction", + "subType": "Device", + "rulesText": "Doomsday Device enters the realm with 6 counters. At the end of each player’s turn, remove a counter. When the last is removed, it detonates!\n\nDeals damage to each unit at affected locations:", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pe8xo00t2e0v5dv2y7wih" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pep1p00t6e0v50kb0dxc2", + "slug": "drums_of_doom", + "name": "Drums of Doom", + "hotscore": 722, + "guardian": { + "id": "clq3a12lz00o5sh27rgn6919d", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Instruments of mass percussion", + "subType": "Instruments", + "rulesText": "Damage dealt to minions nearby is lethal.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pep1p00t6e0v50kb0dxc2" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i73j01jys67pbkbw1l36", + "slug": "bet_drums_of_doom_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/drums_of_doom.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "A trepid pulse, a throb of bloodpour’d passion, and life’s spark seemed to each one about them lost.", + "cardId": "clm4pep1p00t6e0v50kb0dxc2", + "setCardId": "clot8i71q01jws67ptb9ubyjz", + "setCard": { + "id": "clot8i71q01jws67ptb9ubyjz", + "slug": "bet_drums_of_doom", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pep1p00t6e0v50kb0dxc2", + "meta": { + "id": "clq3a12vp00o7sh27geor0lkf", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Instruments of mass percussion", + "subType": "Instruments", + "rulesText": "Damage dealt to minions nearby is lethal.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i71q01jws67ptb9ubyjz" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i75201k0s67pgxr2xfw4", + "slug": "bet_drums_of_doom_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/drums_of_doom-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "A trepid pulse, a throb of bloodpour’d passion, and life’s spark seemed to each one about them lost.", + "cardId": "clm4pep1p00t6e0v50kb0dxc2", + "setCardId": "clot8i71q01jws67ptb9ubyjz", + "setCard": { + "id": "clot8i71q01jws67ptb9ubyjz", + "slug": "bet_drums_of_doom", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pep1p00t6e0v50kb0dxc2", + "meta": { + "id": "clq3a12vp00o7sh27geor0lkf", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Instruments of mass percussion", + "subType": "Instruments", + "rulesText": "Damage dealt to minions nearby is lethal.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i71q01jws67ptb9ubyjz" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pew7f00t8e0v51zwmgq35", + "slug": "alp_drums_of_doom_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/drums_of_doom.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "A trepid pulse, a throb of bloodpour’d passion, and life’s spark seemed to each one about them lost.", + "cardId": "clm4pep1p00t6e0v50kb0dxc2", + "setCardId": "clm4peuvx00t7e0v5bo4v7rx6", + "setCard": { + "id": "clm4peuvx00t7e0v5bo4v7rx6", + "slug": "alp_drums_of_doom", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pep1p00t6e0v50kb0dxc2", + "meta": { + "id": "clq3a12ob00o6sh27dps3c072", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Instruments of mass percussion", + "subType": "Instruments", + "rulesText": "Damage dealt to minions nearby is lethal.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4peuvx00t7e0v5bo4v7rx6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pf8qv00tae0v5h8ci8l4k", + "slug": "alp_drums_of_doom_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/drums_of_doom-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Alan Pollack", + "flavorText": "A trepid pulse, a throb of bloodpour’d passion, and life’s spark seemed to each one about them lost.", + "cardId": "clm4pep1p00t6e0v50kb0dxc2", + "setCardId": "clm4peuvx00t7e0v5bo4v7rx6", + "setCard": { + "id": "clm4peuvx00t7e0v5bo4v7rx6", + "slug": "alp_drums_of_doom", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pep1p00t6e0v50kb0dxc2", + "meta": { + "id": "clq3a12ob00o6sh27dps3c072", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Instruments of mass percussion", + "subType": "Instruments", + "rulesText": "Damage dealt to minions nearby is lethal.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4peuvx00t7e0v5bo4v7rx6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pf3bx00t9e0v51yok8oh5", + "slug": "alp_drums_of_doom_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/drums_of_doom-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "A trepid pulse, a throb of bloodpour’d passion, and life’s spark seemed to each one about them lost.", + "cardId": "clm4pep1p00t6e0v50kb0dxc2", + "setCardId": "clm4peuvx00t7e0v5bo4v7rx6", + "setCard": { + "id": "clm4peuvx00t7e0v5bo4v7rx6", + "slug": "alp_drums_of_doom", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pep1p00t6e0v50kb0dxc2", + "meta": { + "id": "clq3a12ob00o6sh27dps3c072", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Instruments of mass percussion", + "subType": "Instruments", + "rulesText": "Damage dealt to minions nearby is lethal.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4peuvx00t7e0v5bo4v7rx6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qu55w014ce0v50zzu7pi8", + "slug": "edge_of_the_world", + "name": "Edge of the World", + "hotscore": 684, + "guardian": { + "id": "clq3a23pc00vssh270mjdp2x7", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site on the border of unreality", + "subType": "", + "rulesText": "Must always be adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qu55w014ce0v50zzu7pi8" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j0iv021qs67pb33gyrpb", + "slug": "bet_edge_of_the_world_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/edge_of_the_world.png", + "finish": "Standard", + "product": "Booster", + "artist": "Adam Burke", + "flavorText": "", + "cardId": "clm4qu55w014ce0v50zzu7pi8", + "setCardId": "clot8j0hd021os67p5oey68vf", + "setCard": { + "id": "clot8j0hd021os67p5oey68vf", + "slug": "bet_edge_of_the_world", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qu55w014ce0v50zzu7pi8", + "meta": { + "id": "clq3a23xf00vush27xd0swzjf", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site on the border of unreality", + "subType": "", + "rulesText": "Must always be adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j0hd021os67p5oey68vf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j0kg021ss67pysrj9vgx", + "slug": "bet_edge_of_the_world_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/edge_of_the_world-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Adam Burke", + "flavorText": "", + "cardId": "clm4qu55w014ce0v50zzu7pi8", + "setCardId": "clot8j0hd021os67p5oey68vf", + "setCard": { + "id": "clot8j0hd021os67p5oey68vf", + "slug": "bet_edge_of_the_world", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qu55w014ce0v50zzu7pi8", + "meta": { + "id": "clq3a23xf00vush27xd0swzjf", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site on the border of unreality", + "subType": "", + "rulesText": "Must always be adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j0hd021os67p5oey68vf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4quc3j014ee0v51ue96kpc", + "slug": "alp_edge_of_the_world_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/edge_of_the_world.png", + "finish": "Standard", + "product": "Booster", + "artist": "Adam Burke", + "flavorText": "", + "cardId": "clm4qu55w014ce0v50zzu7pi8", + "setCardId": "clm4quasd014de0v519gr61ve", + "setCard": { + "id": "clm4quasd014de0v519gr61ve", + "slug": "alp_edge_of_the_world", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qu55w014ce0v50zzu7pi8", + "meta": { + "id": "clq3a23ro00vtsh27rkvrub93", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site on the border of unreality", + "subType": "", + "rulesText": "Must always be adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4quasd014de0v519gr61ve" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4quiam014fe0v516sg5rd3", + "slug": "alp_edge_of_the_world_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/edge_of_the_world-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Adam Burke", + "flavorText": "", + "cardId": "clm4qu55w014ce0v50zzu7pi8", + "setCardId": "clm4quasd014de0v519gr61ve", + "setCard": { + "id": "clm4quasd014de0v519gr61ve", + "slug": "alp_edge_of_the_world", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qu55w014ce0v50zzu7pi8", + "meta": { + "id": "clq3a23ro00vtsh27rkvrub93", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site on the border of unreality", + "subType": "", + "rulesText": "Must always be adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4quasd014de0v519gr61ve" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4r4wrt016he0v5b6tz69ef", + "slug": "elementalist", + "name": "Elementalist", + "hotscore": 138, + "guardian": { + "id": "clq3a2aif00x9sh27c57im06v", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar of wonder and awe", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n \r\nYou have an additional (E)(F)(W)(A).", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4r4wrt016he0v5b6tz69ef" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j6ii025fs67pfif5ws4s", + "slug": "bet_elementalist_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/elementalist.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4r4wrt016he0v5b6tz69ef", + "setCardId": "clot8j6gz025ds67p77in7jm2", + "setCard": { + "id": "clot8j6gz025ds67p77in7jm2", + "slug": "bet_elementalist", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r4wrt016he0v5b6tz69ef", + "meta": { + "id": "clq3a2aqh00xbsh27hupn3vu8", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar of wonder and awe", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n \r\nYou have an additional (E)(F)(W)(A).", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j6gz025ds67p77in7jm2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j6k1025hs67po5drnj5h", + "slug": "bet_elementalist_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/elementalist-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4r4wrt016he0v5b6tz69ef", + "setCardId": "clot8j6gz025ds67p77in7jm2", + "setCard": { + "id": "clot8j6gz025ds67p77in7jm2", + "slug": "bet_elementalist", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r4wrt016he0v5b6tz69ef", + "meta": { + "id": "clq3a2aqh00xbsh27hupn3vu8", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar of wonder and awe", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n \r\nYou have an additional (E)(F)(W)(A).", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j6gz025ds67p77in7jm2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4r53jo016je0v5bhad50j3", + "slug": "alp_elementalist_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/elementalist.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4r4wrt016he0v5b6tz69ef", + "setCardId": "clm4r528i016ie0v51bblbnzh", + "setCard": { + "id": "clm4r528i016ie0v51bblbnzh", + "slug": "alp_elementalist", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r4wrt016he0v5b6tz69ef", + "meta": { + "id": "clq3a2akp00xash27c79m533u", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar of wonder and awe", + "subType": "", + "rulesText": "Tap → Play or draw a site.\n\nYou have an additional (E)(F)(W)(A).", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r528i016ie0v51bblbnzh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4r5bch016ke0v51j328993", + "slug": "alp_elementalist_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/elementalist-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4r4wrt016he0v5b6tz69ef", + "setCardId": "clm4r528i016ie0v51bblbnzh", + "setCard": { + "id": "clm4r528i016ie0v51bblbnzh", + "slug": "alp_elementalist", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r4wrt016he0v5b6tz69ef", + "meta": { + "id": "clq3a2akp00xash27c79m533u", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar of wonder and awe", + "subType": "", + "rulesText": "Tap → Play or draw a site.\n\nYou have an additional (E)(F)(W)(A).", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r528i016ie0v51bblbnzh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4r5ipm016le0v5hnvl5rap", + "slug": "enchantress", + "name": "Enchantress", + "hotscore": 98, + "guardian": { + "id": "clq3a2awa00xcsh27mncje8at", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar of transcendent triumph", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nWhenever you cast a spell, you may animate target aura until your next turn. It’s an aura minion with power equal to its cost.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4r5ipm016le0v5hnvl5rap" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j6tc025ms67p392bnf5l", + "slug": "bet_enchantress_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/enchantress.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4r5ipm016le0v5hnvl5rap", + "setCardId": "clot8j6rt025ks67p0red6ltu", + "setCard": { + "id": "clot8j6rt025ks67p0red6ltu", + "slug": "bet_enchantress", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r5ipm016le0v5hnvl5rap", + "meta": { + "id": "clq3a2b4m00xesh272y7n5s9g", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar of transcendent triumph", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nWhenever you cast a spell, you may animate target aura until your next turn. It’s an aura minion with power equal to its cost.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j6rt025ks67p0red6ltu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j6ut025os67ppnoc94zo", + "slug": "bet_enchantress_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/enchantress-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4r5ipm016le0v5hnvl5rap", + "setCardId": "clot8j6rt025ks67p0red6ltu", + "setCard": { + "id": "clot8j6rt025ks67p0red6ltu", + "slug": "bet_enchantress", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r5ipm016le0v5hnvl5rap", + "meta": { + "id": "clq3a2b4m00xesh272y7n5s9g", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar of transcendent triumph", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nWhenever you cast a spell, you may animate target aura until your next turn. It’s an aura minion with power equal to its cost.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j6rt025ks67p0red6ltu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4r5pna016ne0v5211n0f59", + "slug": "alp_enchantress_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/enchantress.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4r5ipm016le0v5hnvl5rap", + "setCardId": "clm4r5oc9016me0v57ltj71sd", + "setCard": { + "id": "clm4r5oc9016me0v57ltj71sd", + "slug": "alp_enchantress", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r5ipm016le0v5hnvl5rap", + "meta": { + "id": "clq3a2ays00xdsh27gd9vi3o2", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar of transcendent triumph", + "subType": "", + "rulesText": "Tap → Play or draw a site.\n\nWhenever you cast a spell, you may animate target aura until your next turn. It’s an aura minion with power equal to its cost.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r5oc9016me0v57ltj71sd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4r5x10016oe0v57cud4oeh", + "slug": "alp_enchantress_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/enchantress-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4r5ipm016le0v5hnvl5rap", + "setCardId": "clm4r5oc9016me0v57ltj71sd", + "setCard": { + "id": "clm4r5oc9016me0v57ltj71sd", + "slug": "alp_enchantress", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r5ipm016le0v5hnvl5rap", + "meta": { + "id": "clq3a2ays00xdsh27gd9vi3o2", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar of transcendent triumph", + "subType": "", + "rulesText": "Tap → Play or draw a site.\n\nWhenever you cast a spell, you may animate target aura until your next turn. It’s an aura minion with power equal to its cost.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r5oc9016me0v57ltj71sd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clot8j52d024js67pg5epv5f5", + "slug": "flamecaller", + "name": "Flamecaller", + "hotscore": 102, + "guardian": { + "id": "clq3a2dhj00xxsh274qsy4xgc", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar rises from the ashes to rule", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n \r\nTap, Banish all your dead fire minions → Shoot a projectile. It deals damage equal to to the sum of their (F).", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clot8j52d024js67pg5epv5f5" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j59w024ns67pnn9x0fru", + "slug": "bet_flamecaller_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/flamecaller.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clot8j52d024js67pg5epv5f5", + "setCardId": "clot8j584024ls67pu7vpgo0r", + "setCard": { + "id": "clot8j584024ls67pu7vpgo0r", + "slug": "bet_flamecaller", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clot8j52d024js67pg5epv5f5", + "meta": { + "id": "clq3a2djw00xysh27v26by8gc", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar rises from the ashes to rule", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n \r\nTap, Banish all your dead fire minions → Shoot a projectile. It deals damage equal to to the sum of their (F).", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j584024ls67pu7vpgo0r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j5be024ps67p4y4ig3ds", + "slug": "bet_flamecaller_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/flamecaller-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clot8j52d024js67pg5epv5f5", + "setCardId": "clot8j584024ls67pu7vpgo0r", + "setCard": { + "id": "clot8j584024ls67pu7vpgo0r", + "slug": "bet_flamecaller", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clot8j52d024js67pg5epv5f5", + "meta": { + "id": "clq3a2djw00xysh27v26by8gc", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar rises from the ashes to rule", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n \r\nTap, Banish all your dead fire minions → Shoot a projectile. It deals damage equal to to the sum of their (F).", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j584024ls67pu7vpgo0r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pfsd300tfe0v55ns6c95s", + "slug": "flaming_sword", + "name": "Flaming Sword", + "hotscore": 2489, + "guardian": { + "id": "clq3a139a00oash27jibyt9zd", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon fumes and flares", + "subType": "Weapon", + "rulesText": "Bearer has +1 power, and its strikes splash full damage to each other enemy at a struck unit's location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pfsd300tfe0v55ns6c95s" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i7eq01k5s67poeitftge", + "slug": "bet_flaming_sword_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/flaming_sword.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4pfsd300tfe0v55ns6c95s", + "setCardId": "clot8i7d601k3s67ppkyqdw9k", + "setCard": { + "id": "clot8i7d601k3s67ppkyqdw9k", + "slug": "bet_flaming_sword", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pfsd300tfe0v55ns6c95s", + "meta": { + "id": "clq3a13h800ocsh27dqll7lng", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon fumes and flares", + "subType": "Weapon", + "rulesText": "Bearer has +1 power, and its strikes splash full damage to each other enemy at a struck unit's location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i7d601k3s67ppkyqdw9k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i7g901k7s67p10nbhetq", + "slug": "bet_flaming_sword_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/flaming_sword-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4pfsd300tfe0v55ns6c95s", + "setCardId": "clot8i7d601k3s67ppkyqdw9k", + "setCard": { + "id": "clot8i7d601k3s67ppkyqdw9k", + "slug": "bet_flaming_sword", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pfsd300tfe0v55ns6c95s", + "meta": { + "id": "clq3a13h800ocsh27dqll7lng", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon fumes and flares", + "subType": "Weapon", + "rulesText": "Bearer has +1 power, and its strikes splash full damage to each other enemy at a struck unit's location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i7d601k3s67ppkyqdw9k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pfz5l00the0v5bbuu4a5m", + "slug": "alp_flaming_sword_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/flaming_sword.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4pfsd300tfe0v55ns6c95s", + "setCardId": "clm4pfxue00tge0v5f9taaisa", + "setCard": { + "id": "clm4pfxue00tge0v5f9taaisa", + "slug": "alp_flaming_sword", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pfsd300tfe0v55ns6c95s", + "meta": { + "id": "clq3a13bj00obsh27cukzl5cj", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon fumes and flares", + "subType": "Weapon", + "rulesText": "Bearer has +1 power, and its strikes splash full damage to each other enemy at a struck unit's location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pfxue00tge0v5f9taaisa" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pg6xj00tie0v532cq8k38", + "slug": "alp_flaming_sword_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/flaming_sword-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4pfsd300tfe0v55ns6c95s", + "setCardId": "clm4pfxue00tge0v5f9taaisa", + "setCard": { + "id": "clm4pfxue00tge0v5f9taaisa", + "slug": "alp_flaming_sword", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pfsd300tfe0v55ns6c95s", + "meta": { + "id": "clq3a13bj00obsh27cukzl5cj", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon fumes and flares", + "subType": "Weapon", + "rulesText": "Bearer has +1 power, and its strikes splash full damage to each other enemy at a struck unit's location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pfxue00tge0v5f9taaisa" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qunip014ge0v5c5sxd44s", + "slug": "free_city", + "name": "Free City", + "hotscore": 6289, + "guardian": { + "id": "clq3a243500vvsh27t4qf72ud", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site kneels before none", + "subType": "", + "rulesText": "Once per turn, may attack or defend against enemy units here.", + "cost": 0, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qunip014ge0v5c5sxd44s" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j0tx021xs67pkpnnezfk", + "slug": "bet_free_city_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/free_city.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qunip014ge0v5c5sxd44s", + "setCardId": "clot8j0sf021vs67pcvf04waj", + "setCard": { + "id": "clot8j0sf021vs67pcvf04waj", + "slug": "bet_free_city", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qunip014ge0v5c5sxd44s", + "meta": { + "id": "clq3a24bk00vxsh279bxhnms5", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site kneels before none", + "subType": "", + "rulesText": "Once per turn, may attack or defend against enemy units here.", + "cost": 0, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j0sf021vs67pcvf04waj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j0vf021zs67psfssk3uw", + "slug": "bet_free_city_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/free_city-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qunip014ge0v5c5sxd44s", + "setCardId": "clot8j0sf021vs67pcvf04waj", + "setCard": { + "id": "clot8j0sf021vs67pcvf04waj", + "slug": "bet_free_city", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qunip014ge0v5c5sxd44s", + "meta": { + "id": "clq3a24bk00vxsh279bxhnms5", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site kneels before none", + "subType": "", + "rulesText": "Once per turn, may attack or defend against enemy units here.", + "cost": 0, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j0sf021vs67pcvf04waj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4quudd014ie0v5d3lb80z5", + "slug": "alp_free_city_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/free_city.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qunip014ge0v5c5sxd44s", + "setCardId": "clm4qut28014he0v5gbcj1tfm", + "setCard": { + "id": "clm4qut28014he0v5gbcj1tfm", + "slug": "alp_free_city", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qunip014ge0v5c5sxd44s", + "meta": { + "id": "clq3a245o00vwsh27xjrasj9l", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site kneels before none", + "subType": "", + "rulesText": "Once per turn, may attack or defend against enemy units here.", + "cost": 0, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qut28014he0v5gbcj1tfm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qv1ez014je0v54qvk4aq8", + "slug": "alp_free_city_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/free_city-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qunip014ge0v5c5sxd44s", + "setCardId": "clm4qut28014he0v5gbcj1tfm", + "setCard": { + "id": "clm4qut28014he0v5gbcj1tfm", + "slug": "alp_free_city", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qunip014ge0v5c5sxd44s", + "meta": { + "id": "clq3a245o00vwsh27xjrasj9l", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site kneels before none", + "subType": "", + "rulesText": "Once per turn, may attack or defend against enemy units here.", + "cost": 0, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qut28014he0v5gbcj1tfm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clot8j4rd024cs67p3py4vdyc", + "slug": "geomancer", + "name": "Geomancer", + "hotscore": 122, + "guardian": { + "id": "clq3a2d9l00xvsh27khszgxt8", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar cultivates the seeds of conquest", + "subType": "", + "rulesText": "Tap → Play or draw a site. If you played an earth site, fill a void adjacent to you with Rubble.\r\n\r\nTap → Replace an adjacent Rubble with the topmost site of your atlas.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clot8j4rd024cs67p3py4vdyc" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j4z3024gs67p8na6bewa", + "slug": "bet_geomancer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/geomancer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clot8j4rd024cs67p3py4vdyc", + "setCardId": "clot8j4xi024es67pxjmjcyf1", + "setCard": { + "id": "clot8j4xi024es67pxjmjcyf1", + "slug": "bet_geomancer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clot8j4rd024cs67p3py4vdyc", + "meta": { + "id": "clq3a2dbv00xwsh27mcpiaxfw", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar cultivates the seeds of conquest", + "subType": "", + "rulesText": "Tap → Play or draw a site. If you played an earth site, fill a void adjacent to you with Rubble.\r\n\r\nTap → Replace an adjacent Rubble with the topmost site of your atlas.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j4xi024es67pxjmjcyf1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j50u024is67p92nea51h", + "slug": "bet_geomancer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/geomancer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clot8j4rd024cs67p3py4vdyc", + "setCardId": "clot8j4xi024es67pxjmjcyf1", + "setCard": { + "id": "clot8j4xi024es67pxjmjcyf1", + "slug": "bet_geomancer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clot8j4rd024cs67p3py4vdyc", + "meta": { + "id": "clq3a2dbv00xwsh27mcpiaxfw", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar cultivates the seeds of conquest", + "subType": "", + "rulesText": "Tap → Play or draw a site. If you played an earth site, fill a void adjacent to you with Rubble.\r\n\r\nTap → Replace an adjacent Rubble with the topmost site of your atlas.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j4xi024es67pxjmjcyf1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pgcdm00tje0v5fco75l3k", + "slug": "gilded_aegis", + "name": "Gilded Aegis", + "hotscore": 719, + "guardian": { + "id": "clq3a13ms00odsh27w5t9l50q", + "type": "Artifact", + "rarity": "Unique", + "typeText": "Unique Armor and bulwark against death", + "subType": "Armor", + "rulesText": "If bearer is a minion and would die, instead fully heal it and banish Gilded Aegis.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pgcdm00tje0v5fco75l3k" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i7q901kcs67przt61zfw", + "slug": "bet_gilded_aegis_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/gilded_aegis.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pgcdm00tje0v5fco75l3k", + "setCardId": "clot8i7oq01kas67pjuz9608j", + "setCard": { + "id": "clot8i7oq01kas67pjuz9608j", + "slug": "bet_gilded_aegis", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pgcdm00tje0v5fco75l3k", + "meta": { + "id": "clq3a13uk00ofsh27fmxsa5ey", + "type": "Artifact", + "rarity": "Unique", + "typeText": "Unique Armor and bulwark against death", + "subType": "Armor", + "rulesText": "If bearer is a minion and would die, instead fully heal it and banish Gilded Aegis.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i7oq01kas67pjuz9608j" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i7rs01kes67palhh2r94", + "slug": "bet_gilded_aegis_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/gilded_aegis-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pgcdm00tje0v5fco75l3k", + "setCardId": "clot8i7oq01kas67pjuz9608j", + "setCard": { + "id": "clot8i7oq01kas67pjuz9608j", + "slug": "bet_gilded_aegis", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pgcdm00tje0v5fco75l3k", + "meta": { + "id": "clq3a13uk00ofsh27fmxsa5ey", + "type": "Artifact", + "rarity": "Unique", + "typeText": "Unique Armor and bulwark against death", + "subType": "Armor", + "rulesText": "If bearer is a minion and would die, instead fully heal it and banish Gilded Aegis.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i7oq01kas67pjuz9608j" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pgj5g00tle0v5fevs4n4p", + "slug": "alp_gilded_aegis_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gilded_aegis.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pgcdm00tje0v5fco75l3k", + "setCardId": "clm4pghug00tke0v5dsj84bxy", + "setCard": { + "id": "clm4pghug00tke0v5dsj84bxy", + "slug": "alp_gilded_aegis", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pgcdm00tje0v5fco75l3k", + "meta": { + "id": "clq3a13p200oesh27sgc4blex", + "type": "Artifact", + "rarity": "Unique", + "typeText": "Unique Armor and bulwark against death", + "subType": "Armor", + "rulesText": "If bearer is a minion and would die, instead fully heal it and banish Gilded Aegis.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pghug00tke0v5dsj84bxy" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pgpt600tme0v5f97ffhyf", + "slug": "alp_gilded_aegis_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gilded_aegis-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pgcdm00tje0v5fco75l3k", + "setCardId": "clm4pghug00tke0v5dsj84bxy", + "setCard": { + "id": "clm4pghug00tke0v5dsj84bxy", + "slug": "alp_gilded_aegis", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pgcdm00tje0v5fco75l3k", + "meta": { + "id": "clq3a13p200oesh27sgc4blex", + "type": "Artifact", + "rarity": "Unique", + "typeText": "Unique Armor and bulwark against death", + "subType": "Armor", + "rulesText": "If bearer is a minion and would die, instead fully heal it and banish Gilded Aegis.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pghug00tke0v5dsj84bxy" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qv776014ke0v548johoig", + "slug": "great_wall", + "name": "Great Wall", + "hotscore": 1761, + "guardian": { + "id": "clq3a24hb00vysh27zuqykglj", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of colossal obstruction", + "subType": "", + "rulesText": "Enemy units can’t move through this site’s top border on the ground.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qv776014ke0v548johoig" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j14q0224s67pv0a5g246", + "slug": "bet_great_wall_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/great_wall.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4qv776014ke0v548johoig", + "setCardId": "clot8j1370222s67pbksbhktq", + "setCard": { + "id": "clot8j1370222s67pbksbhktq", + "slug": "bet_great_wall", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qv776014ke0v548johoig", + "meta": { + "id": "clq3a24pt00w0sh27p9hpgver", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of colossal obstruction", + "subType": "", + "rulesText": "Enemy units can’t move through this site’s top border on the ground.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j1370222s67pbksbhktq" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j16a0226s67pi7b9wpc2", + "slug": "bet_great_wall_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/great_wall-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4qv776014ke0v548johoig", + "setCardId": "clot8j1370222s67pbksbhktq", + "setCard": { + "id": "clot8j1370222s67pbksbhktq", + "slug": "bet_great_wall", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qv776014ke0v548johoig", + "meta": { + "id": "clq3a24pt00w0sh27p9hpgver", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of colossal obstruction", + "subType": "", + "rulesText": "Enemy units can’t move through this site’s top border on the ground.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j1370222s67pbksbhktq" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qve8n014me0v5do9v8him", + "slug": "alp_great_wall_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/great_wall.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4qv776014ke0v548johoig", + "setCardId": "clm4qvcvx014le0v5e4200sh0", + "setCard": { + "id": "clm4qvcvx014le0v5e4200sh0", + "slug": "alp_great_wall", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qv776014ke0v548johoig", + "meta": { + "id": "clq3a24jt00vzsh27zlwx5326", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of colossal obstruction", + "subType": "", + "rulesText": "Enemy ground minions can’t move through this site’s top border.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qvcvx014le0v5e4200sh0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qvlnv014ne0v58tsf7qnu", + "slug": "alp_great_wall_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/great_wall-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4qv776014ke0v548johoig", + "setCardId": "clm4qvcvx014le0v5e4200sh0", + "setCard": { + "id": "clm4qvcvx014le0v5e4200sh0", + "slug": "alp_great_wall", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qv776014ke0v548johoig", + "meta": { + "id": "clq3a24jt00vzsh27zlwx5326", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of colossal obstruction", + "subType": "", + "rulesText": "Enemy ground minions can’t move through this site’s top border.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qvcvx014le0v5e4200sh0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qvqwr014oe0v5efk9gqcj", + "slug": "imperial_road", + "name": "Imperial Road", + "hotscore": 3422, + "guardian": { + "id": "clq3a24vh00w1sh27zlx75yx7", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site once spanned an empire", + "subType": "", + "rulesText": "Genesis → Target opponent, then you, may play a site adjacent to this one.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qvqwr014oe0v5efk9gqcj" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j1gk022bs67pe6ods3li", + "slug": "bet_imperial_road_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/imperial_road.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4qvqwr014oe0v5efk9gqcj", + "setCardId": "clot8j1ew0229s67pc3mxyz3z", + "setCard": { + "id": "clot8j1ew0229s67pc3mxyz3z", + "slug": "bet_imperial_road", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qvqwr014oe0v5efk9gqcj", + "meta": { + "id": "clq3a253h00w3sh27wcr9ndu3", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site once spanned an empire", + "subType": "", + "rulesText": "Genesis → Target opponent, then you, may play a site adjacent to this one.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j1ew0229s67pc3mxyz3z" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j1i4022ds67p7nrkz2kx", + "slug": "bet_imperial_road_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/imperial_road-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4qvqwr014oe0v5efk9gqcj", + "setCardId": "clot8j1ew0229s67pc3mxyz3z", + "setCard": { + "id": "clot8j1ew0229s67pc3mxyz3z", + "slug": "bet_imperial_road", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qvqwr014oe0v5efk9gqcj", + "meta": { + "id": "clq3a253h00w3sh27wcr9ndu3", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site once spanned an empire", + "subType": "", + "rulesText": "Genesis → Target opponent, then you, may play a site adjacent to this one.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j1ew0229s67pc3mxyz3z" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qvy24014qe0v5c0v5d5bu", + "slug": "alp_imperial_road_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/imperial_road.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4qvqwr014oe0v5efk9gqcj", + "setCardId": "clm4qvwqx014pe0v557knfxo1", + "setCard": { + "id": "clm4qvwqx014pe0v557knfxo1", + "slug": "alp_imperial_road", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qvqwr014oe0v5efk9gqcj", + "meta": { + "id": "clq3a24xs00w2sh27rfb5ogt8", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site once spanned an empire", + "subType": "", + "rulesText": "Genesis → Target opponent, then you, may play a site adjacent to this one.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qvwqx014pe0v557knfxo1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qw50x014re0v5aneze4z8", + "slug": "alp_imperial_road_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/imperial_road-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4qvqwr014oe0v5efk9gqcj", + "setCardId": "clm4qvwqx014pe0v557knfxo1", + "setCard": { + "id": "clm4qvwqx014pe0v557knfxo1", + "slug": "alp_imperial_road", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qvqwr014oe0v5efk9gqcj", + "meta": { + "id": "clq3a24xs00w2sh27rfb5ogt8", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site once spanned an empire", + "subType": "", + "rulesText": "Genesis → Target opponent, then you, may play a site adjacent to this one.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qvwqx014pe0v557knfxo1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pgved00tne0v5cvlmgq11", + "slug": "iron_shackles", + "name": "Iron Shackles", + "hotscore": 1267, + "guardian": { + "id": "clq3a140400ogsh27x2nj37gg", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of crippling chains", + "subType": "Relic", + "rulesText": "May be conjured to target enemy minion.\r\n\r\nBearer is disabled.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pgved00tne0v5cvlmgq11" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i82c01kjs67pb9zgojzc", + "slug": "bet_iron_shackles_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/iron_shackles.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "How can you claim to be free, when you've never tried to find the end of your tether?", + "cardId": "clm4pgved00tne0v5cvlmgq11", + "setCardId": "clot8i80v01khs67pxfybijjy", + "setCard": { + "id": "clot8i80v01khs67pxfybijjy", + "slug": "bet_iron_shackles", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pgved00tne0v5cvlmgq11", + "meta": { + "id": "clq3a147x00oish27p8e2tr35", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of crippling chains", + "subType": "Relic", + "rulesText": "May be conjured to target enemy minion.\r\n\r\nBearer is disabled.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i80v01khs67pxfybijjy" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i83t01kls67pk4wjgbu6", + "slug": "bet_iron_shackles_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/iron_shackles-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "How can you claim to be free, when you've never tried to find the end of your tether?", + "cardId": "clm4pgved00tne0v5cvlmgq11", + "setCardId": "clot8i80v01khs67pxfybijjy", + "setCard": { + "id": "clot8i80v01khs67pxfybijjy", + "slug": "bet_iron_shackles", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pgved00tne0v5cvlmgq11", + "meta": { + "id": "clq3a147x00oish27p8e2tr35", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of crippling chains", + "subType": "Relic", + "rulesText": "May be conjured to target enemy minion.\r\n\r\nBearer is disabled.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i80v01khs67pxfybijjy" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ph2je00tpe0v51378ennm", + "slug": "alp_iron_shackles_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/iron_shackles.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "\"How can you claim to be free, when you've never tried to find the end of your tether?\"", + "cardId": "clm4pgved00tne0v5cvlmgq11", + "setCardId": "clm4ph18b00toe0v535026cjt", + "setCard": { + "id": "clm4ph18b00toe0v535026cjt", + "slug": "alp_iron_shackles", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pgved00tne0v5cvlmgq11", + "meta": { + "id": "clq3a142d00ohsh27e3rhnm3s", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of crippling chains", + "subType": "Relic", + "rulesText": "May be conjured to target enemy minion.\n\nBearer is disabled.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ph18b00toe0v535026cjt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ph9bg00tqe0v50ubz14pi", + "slug": "alp_iron_shackles_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/iron_shackles-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "\"How can you claim to be free, when you've never tried to find the end of your tether?\"", + "cardId": "clm4pgved00tne0v5cvlmgq11", + "setCardId": "clm4ph18b00toe0v535026cjt", + "setCard": { + "id": "clm4ph18b00toe0v535026cjt", + "slug": "alp_iron_shackles", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pgved00tne0v5cvlmgq11", + "meta": { + "id": "clq3a142d00ohsh27e3rhnm3s", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of crippling chains", + "subType": "Relic", + "rulesText": "May be conjured to target enemy minion.\n\nBearer is disabled.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ph18b00toe0v535026cjt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4phf4b00tre0v572490dtr", + "slug": "kythera_mechanism", + "name": "Kythera Mechanism", + "hotscore": 2971, + "guardian": { + "id": "clq3a14dh00ojsh272nyowcn5", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of preternatural providence", + "subType": "Relic", + "rulesText": "Bearer's controller determines all random outcomes.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4phf4b00tre0v572490dtr" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i8dj01kqs67pq2h90jxc", + "slug": "bet_kythera_mechanism_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/kythera_mechanism.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "All winds are favorable when the destination is unknown.", + "cardId": "clm4phf4b00tre0v572490dtr", + "setCardId": "clot8i8by01kos67p2ia62bae", + "setCard": { + "id": "clot8i8by01kos67p2ia62bae", + "slug": "bet_kythera_mechanism", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4phf4b00tre0v572490dtr", + "meta": { + "id": "clq3a14lr00olsh27i9eb4knb", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of preternatural providence", + "subType": "Relic", + "rulesText": "Bearer's controller determines all random outcomes.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i8by01kos67p2ia62bae" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i8f401kss67pp8jw9l7y", + "slug": "bet_kythera_mechanism_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/kythera_mechanism-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "All winds are favorable when the destination is unknown.", + "cardId": "clm4phf4b00tre0v572490dtr", + "setCardId": "clot8i8by01kos67p2ia62bae", + "setCard": { + "id": "clot8i8by01kos67p2ia62bae", + "slug": "bet_kythera_mechanism", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4phf4b00tre0v572490dtr", + "meta": { + "id": "clq3a14lr00olsh27i9eb4knb", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of preternatural providence", + "subType": "Relic", + "rulesText": "Bearer's controller determines all random outcomes.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i8by01kos67p2ia62bae" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4phm3g00tte0v583npgh6e", + "slug": "alp_kythera_mechanism_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/kythera_mechanism.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "All winds are favorable when you don't know where you're going.", + "cardId": "clm4phf4b00tre0v572490dtr", + "setCardId": "clm4phksh00tse0v59yi78v19", + "setCard": { + "id": "clm4phksh00tse0v59yi78v19", + "slug": "alp_kythera_mechanism", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4phf4b00tre0v572490dtr", + "meta": { + "id": "clq3a14g400oksh27wrqbf4tp", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of preternatural providence", + "subType": "Relic", + "rulesText": "Bearer's controller determines all random outcomes.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4phksh00tse0v59yi78v19" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pht0t00tue0v5b47kenf0", + "slug": "alp_kythera_mechanism_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/kythera_mechanism-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "All winds are favorable when you don't know where you're going.", + "cardId": "clm4phf4b00tre0v572490dtr", + "setCardId": "clm4phksh00tse0v59yi78v19", + "setCard": { + "id": "clm4phksh00tse0v59yi78v19", + "slug": "alp_kythera_mechanism", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4phf4b00tre0v572490dtr", + "meta": { + "id": "clq3a14g400oksh27wrqbf4tp", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of preternatural providence", + "subType": "Relic", + "rulesText": "Bearer's controller determines all random outcomes.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4phksh00tse0v59yi78v19" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4phz2300tve0v5a4wuaaxl", + "slug": "land_deed", + "name": "Land Deed", + "hotscore": 977, + "guardian": { + "id": "clq3a14ri00omsh276l9wfc8d", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Document of indisputable claim", + "subType": "Document", + "rulesText": "Bearer has “You control this site.”", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4phz2300tve0v5a4wuaaxl" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i8on01kxs67pmjwvv0bq", + "slug": "bet_land_deed_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/land_deed.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Possession is nine tenths of the law.", + "cardId": "clm4phz2300tve0v5a4wuaaxl", + "setCardId": "clot8i8n301kvs67p5em10ihy", + "setCard": { + "id": "clot8i8n301kvs67p5em10ihy", + "slug": "bet_land_deed", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4phz2300tve0v5a4wuaaxl", + "meta": { + "id": "clq3a14zf00oosh27nbvhfnot", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Document of indisputable claim", + "subType": "Document", + "rulesText": "Bearer has “You control this site.”", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i8n301kvs67p5em10ihy" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i8q501kzs67pxjurmx4z", + "slug": "bet_land_deed_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/land_deed-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Possession is nine tenths of the law.", + "cardId": "clm4phz2300tve0v5a4wuaaxl", + "setCardId": "clot8i8n301kvs67p5em10ihy", + "setCard": { + "id": "clot8i8n301kvs67p5em10ihy", + "slug": "bet_land_deed", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4phz2300tve0v5a4wuaaxl", + "meta": { + "id": "clq3a14zf00oosh27nbvhfnot", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Document of indisputable claim", + "subType": "Document", + "rulesText": "Bearer has “You control this site.”", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i8n301kvs67p5em10ihy" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pi5t400txe0v5bxu2cphz", + "slug": "alp_land_deed_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/land_deed.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Possession is nine tenths of the law.", + "cardId": "clm4phz2300tve0v5a4wuaaxl", + "setCardId": "clm4pi4hx00twe0v5bj4z1uwo", + "setCard": { + "id": "clm4pi4hx00twe0v5bj4z1uwo", + "slug": "alp_land_deed", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4phz2300tve0v5a4wuaaxl", + "meta": { + "id": "clq3a14tr00onsh27h387b79l", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Document of indisputable claim", + "subType": "Document", + "rulesText": "Bearer has “You control this site.”", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pi4hx00twe0v5bj4z1uwo" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4picxq00tye0v5bdp17ezi", + "slug": "alp_land_deed_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/land_deed-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Possession is nine tenths of the law.", + "cardId": "clm4phz2300tve0v5a4wuaaxl", + "setCardId": "clm4pi4hx00twe0v5bj4z1uwo", + "setCard": { + "id": "clm4pi4hx00twe0v5bj4z1uwo", + "slug": "alp_land_deed", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4phz2300tve0v5a4wuaaxl", + "meta": { + "id": "clq3a14tr00onsh27h387b79l", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Document of indisputable claim", + "subType": "Document", + "rulesText": "Bearer has “You control this site.”", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pi4hx00twe0v5bj4z1uwo" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pihz000tze0v58a1p7dic", + "slug": "lucky_charm", + "name": "Lucky Charm", + "hotscore": 843, + "guardian": { + "id": "clq3a155a00opsh27mqgbb72x", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of benison and boon\r\n", + "subType": "Relic", + "rulesText": "Bearer's controller has “Whenever you would determine an outcome at random, determine it an extra time and choose one.”", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pihz000tze0v58a1p7dic" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i8z801l4s67pe4emjs72", + "slug": "bet_lucky_charm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lucky_charm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4pihz000tze0v58a1p7dic", + "setCardId": "clot8i8xr01l2s67pz64hap78", + "setCard": { + "id": "clot8i8xr01l2s67pz64hap78", + "slug": "bet_lucky_charm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pihz000tze0v58a1p7dic", + "meta": { + "id": "clq3a15d700orsh27hniwpfo2", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of benison and boon\r\n", + "subType": "Relic", + "rulesText": "Bearer's controller has “Whenever you would determine an outcome at random, determine it an extra time and choose one.”", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i8xr01l2s67pz64hap78" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i90r01l6s67pgr7plmzt", + "slug": "bet_lucky_charm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lucky_charm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4pihz000tze0v58a1p7dic", + "setCardId": "clot8i8xr01l2s67pz64hap78", + "setCard": { + "id": "clot8i8xr01l2s67pz64hap78", + "slug": "bet_lucky_charm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pihz000tze0v58a1p7dic", + "meta": { + "id": "clq3a15d700orsh27hniwpfo2", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of benison and boon\r\n", + "subType": "Relic", + "rulesText": "Bearer's controller has “Whenever you would determine an outcome at random, determine it an extra time and choose one.”", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i8xr01l2s67pz64hap78" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pip1600u1e0v5arb77yze", + "slug": "alp_lucky_charm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lucky_charm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4pihz000tze0v58a1p7dic", + "setCardId": "clm4pinpy00u0e0v536xx8dju", + "setCard": { + "id": "clm4pinpy00u0e0v536xx8dju", + "slug": "alp_lucky_charm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pihz000tze0v58a1p7dic", + "meta": { + "id": "clq3a157m00oqsh27daltf2z8", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of benison and boon\n", + "subType": "Relic", + "rulesText": "Bearer's controller has “Whenever you do something at random, you may do it an extra time and choose one of the outcomes.”", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pinpy00u0e0v536xx8dju" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pivi000u2e0v53l9ra8i7", + "slug": "alp_lucky_charm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lucky_charm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4pihz000tze0v58a1p7dic", + "setCardId": "clm4pinpy00u0e0v536xx8dju", + "setCard": { + "id": "clm4pinpy00u0e0v536xx8dju", + "slug": "alp_lucky_charm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pihz000tze0v58a1p7dic", + "meta": { + "id": "clq3a157m00oqsh27daltf2z8", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of benison and boon\n", + "subType": "Relic", + "rulesText": "Bearer's controller has “Whenever you do something at random, you may do it an extra time and choose one of the outcomes.”", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pinpy00u0e0v536xx8dju" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pj1am00u3e0v58fqvc2av", + "slug": "maddening_bells", + "name": "Maddening Bells", + "hotscore": 1297, + "guardian": { + "id": "clq3a15iv00ossh27htn6xvj2", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of dreadful dissonance", + "subType": "Relic", + "rulesText": "Spells cast by a nearby Spellcaster cost ② more to cast.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pj1am00u3e0v58fqvc2av" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i9b801lbs67p4sd2h92q", + "slug": "bet_maddening_bells_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/maddening_bells.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "I can't hear myself think!", + "cardId": "clm4pj1am00u3e0v58fqvc2av", + "setCardId": "clot8i99r01l9s67pjuxc9urk", + "setCard": { + "id": "clot8i99r01l9s67pjuxc9urk", + "slug": "bet_maddening_bells", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pj1am00u3e0v58fqvc2av", + "meta": { + "id": "clq3a15r500oush27ku6v9ppu", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of dreadful dissonance", + "subType": "Relic", + "rulesText": "Spells cast by a nearby Spellcaster cost ② more to cast.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i99r01l9s67pjuxc9urk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i9cu01lds67pnp0h91x2", + "slug": "bet_maddening_bells_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/maddening_bells-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "I can't hear myself think!", + "cardId": "clm4pj1am00u3e0v58fqvc2av", + "setCardId": "clot8i99r01l9s67pjuxc9urk", + "setCard": { + "id": "clot8i99r01l9s67pjuxc9urk", + "slug": "bet_maddening_bells", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pj1am00u3e0v58fqvc2av", + "meta": { + "id": "clq3a15r500oush27ku6v9ppu", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of dreadful dissonance", + "subType": "Relic", + "rulesText": "Spells cast by a nearby Spellcaster cost ② more to cast.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i99r01l9s67pjuxc9urk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pj8fr00u5e0v50foj5j6h", + "slug": "alp_maddening_bells_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/maddening_bells.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "\"I can't hear myself think!\"", + "cardId": "clm4pj1am00u3e0v58fqvc2av", + "setCardId": "clm4pj6xz00u4e0v5bz12hgrr", + "setCard": { + "id": "clm4pj6xz00u4e0v5bz12hgrr", + "slug": "alp_maddening_bells", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pj1am00u3e0v58fqvc2av", + "meta": { + "id": "clq3a15l800otsh27jjsdemzm", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of dreadful dissonance", + "subType": "Relic", + "rulesText": "Spells cast by a nearby Spellcaster cost ② more to cast.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pj6xz00u4e0v5bz12hgrr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pjf0b00u6e0v5b7sn01hh", + "slug": "alp_maddening_bells_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/maddening_bells-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "\"I can't hear myself think!\"", + "cardId": "clm4pj1am00u3e0v58fqvc2av", + "setCardId": "clm4pj6xz00u4e0v5bz12hgrr", + "setCard": { + "id": "clm4pj6xz00u4e0v5bz12hgrr", + "slug": "alp_maddening_bells", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pj1am00u3e0v58fqvc2av", + "meta": { + "id": "clq3a15l800otsh27jjsdemzm", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of dreadful dissonance", + "subType": "Relic", + "rulesText": "Spells cast by a nearby Spellcaster cost ② more to cast.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pj6xz00u4e0v5bz12hgrr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pjk8g00u7e0v5efpj82zu", + "slug": "magellan_globe", + "name": "Magellan Globe", + "hotscore": 1099, + "guardian": { + "id": "clq3a15wt00ovsh278x7az11f", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic for the intrepid traveler", + "subType": "Relic", + "rulesText": "Opposite edges of the realm are connected.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pjk8g00u7e0v5efpj82zu" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i9m201lis67pm8gzqapd", + "slug": "bet_magellan_globe_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/magellan_globe.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Whatsoever turns all haste we tack, each the terrene through, our stars will cross anew.", + "cardId": "clm4pjk8g00u7e0v5efpj82zu", + "setCardId": "clot8i9kl01lgs67pywoufhmg", + "setCard": { + "id": "clot8i9kl01lgs67pywoufhmg", + "slug": "bet_magellan_globe", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pjk8g00u7e0v5efpj82zu", + "meta": { + "id": "clq3a164t00oxsh271wzrm45d", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic for the intrepid traveler", + "subType": "Relic", + "rulesText": "Opposite edges of the realm are connected.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i9kl01lgs67pywoufhmg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i9nj01lks67pn8d6kwi0", + "slug": "bet_magellan_globe_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/magellan_globe-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Whatsoever turns all haste we tack, each the terrene through, our stars will cross anew.", + "cardId": "clm4pjk8g00u7e0v5efpj82zu", + "setCardId": "clot8i9kl01lgs67pywoufhmg", + "setCard": { + "id": "clot8i9kl01lgs67pywoufhmg", + "slug": "bet_magellan_globe", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pjk8g00u7e0v5efpj82zu", + "meta": { + "id": "clq3a164t00oxsh271wzrm45d", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic for the intrepid traveler", + "subType": "Relic", + "rulesText": "Opposite edges of the realm are connected.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i9kl01lgs67pywoufhmg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pjqzc00u9e0v5e4d1d3si", + "slug": "alp_magellan_globe_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/magellan_globe.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Whatsoever turns all haste we tack, each the terrene through, our stars will cross anew.", + "cardId": "clm4pjk8g00u7e0v5efpj82zu", + "setCardId": "clm4pjpo700u8e0v59a8x1qtl", + "setCard": { + "id": "clm4pjpo700u8e0v59a8x1qtl", + "slug": "alp_magellan_globe", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pjk8g00u7e0v5efpj82zu", + "meta": { + "id": "clq3a15z700owsh270egrwiew", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic for the intrepid traveler", + "subType": "Relic", + "rulesText": "Opposite edges of the realm are connected.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pjpo700u8e0v59a8x1qtl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pjy4p00uae0v54kv98k8t", + "slug": "alp_magellan_globe_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/magellan_globe-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Whatsoever turns all haste we tack, each the terrene through, our stars will cross anew.", + "cardId": "clm4pjk8g00u7e0v5efpj82zu", + "setCardId": "clm4pjpo700u8e0v59a8x1qtl", + "setCard": { + "id": "clm4pjpo700u8e0v59a8x1qtl", + "slug": "alp_magellan_globe", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pjk8g00u7e0v5efpj82zu", + "meta": { + "id": "clq3a15z700owsh270egrwiew", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic for the intrepid traveler", + "subType": "Relic", + "rulesText": "Opposite edges of the realm are connected.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pjpo700u8e0v59a8x1qtl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pk3yy00ube0v52xxw09u8", + "slug": "magnetic_muzzle", + "name": "Magnetic Muzzle", + "hotscore": 401, + "guardian": { + "id": "clq3a16ak00oysh27pym0ydsu", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of disquieting silence", + "subType": "Relic", + "rulesText": "Bearer loses all non-basic abilities, and can't drop Magnetic Muzzle.\r\n\r\nAt the end of each player’s turn, if Magnetic Muzzle is abandoned, that player attaches it to a nearby minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pk3yy00ube0v52xxw09u8" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i9wx01lps67pk58kgqm1", + "slug": "bet_magnetic_muzzle_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/magnetic_muzzle.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pk3yy00ube0v52xxw09u8", + "setCardId": "clot8i9ve01lns67p1xrikegg", + "setCard": { + "id": "clot8i9ve01lns67p1xrikegg", + "slug": "bet_magnetic_muzzle", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pk3yy00ube0v52xxw09u8", + "meta": { + "id": "clq3a16ij00p0sh27grs3mym8", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of disquieting silence", + "subType": "Relic", + "rulesText": "Bearer loses all non-basic abilities, and can't drop Magnetic Muzzle.\r\n\r\nAt the end of each player’s turn, if Magnetic Muzzle is abandoned, that player attaches it to a nearby minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i9ve01lns67p1xrikegg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i9yf01lrs67po4do66cf", + "slug": "bet_magnetic_muzzle_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/magnetic_muzzle-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pk3yy00ube0v52xxw09u8", + "setCardId": "clot8i9ve01lns67p1xrikegg", + "setCard": { + "id": "clot8i9ve01lns67p1xrikegg", + "slug": "bet_magnetic_muzzle", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pk3yy00ube0v52xxw09u8", + "meta": { + "id": "clq3a16ij00p0sh27grs3mym8", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of disquieting silence", + "subType": "Relic", + "rulesText": "Bearer loses all non-basic abilities, and can't drop Magnetic Muzzle.\r\n\r\nAt the end of each player’s turn, if Magnetic Muzzle is abandoned, that player attaches it to a nearby minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i9ve01lns67p1xrikegg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pkaxz00ude0v548yw4vn8", + "slug": "alp_magnetic_muzzle_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/magnetic_muzzle.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pk3yy00ube0v52xxw09u8", + "setCardId": "clm4pk9ma00uce0v5hx2fgtgc", + "setCard": { + "id": "clm4pk9ma00uce0v5hx2fgtgc", + "slug": "alp_magnetic_muzzle", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pk3yy00ube0v52xxw09u8", + "meta": { + "id": "clq3a16cw00ozsh27ozfbuk6f", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of disquieting silence", + "subType": "Relic", + "rulesText": "Bearer loses all non-basic abilities, and can't drop Magnetic Muzzle.\n\nAt the end of each player’s turn, if Magnetic Muzzle is abandoned, that player attaches it to a nearby minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pk9ma00uce0v5hx2fgtgc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pkh6d00uee0v5a2e3fgu5", + "slug": "alp_magnetic_muzzle_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/magnetic_muzzle-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pk3yy00ube0v52xxw09u8", + "setCardId": "clm4pk9ma00uce0v5hx2fgtgc", + "setCard": { + "id": "clm4pk9ma00uce0v5hx2fgtgc", + "slug": "alp_magnetic_muzzle", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pk3yy00ube0v52xxw09u8", + "meta": { + "id": "clq3a16cw00ozsh27ozfbuk6f", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of disquieting silence", + "subType": "Relic", + "rulesText": "Bearer loses all non-basic abilities, and can't drop Magnetic Muzzle.\n\nAt the end of each player’s turn, if Magnetic Muzzle is abandoned, that player attaches it to a nearby minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pk9ma00uce0v5hx2fgtgc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pkmf400ufe0v5b2av6gbw", + "slug": "mask_of_mayhem", + "name": "Mask of Mayhem", + "hotscore": 485, + "guardian": { + "id": "clq3a16o500p1sh27n7uhm5hp", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Armor in the midst of a mad mêlée", + "subType": "Armor", + "rulesText": "Whenever a nearby minion can attack, it must.\r\n\r\nNearby strikes deal double damage.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pkmf400ufe0v5b2av6gbw" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ia7j01lws67pe4apkhnq", + "slug": "bet_mask_of_mayhem_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mask_of_mayhem.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pkmf400ufe0v5b2av6gbw", + "setCardId": "clot8ia6101lus67pon93w830", + "setCard": { + "id": "clot8ia6101lus67pon93w830", + "slug": "bet_mask_of_mayhem", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pkmf400ufe0v5b2av6gbw", + "meta": { + "id": "clq3a16wk00p3sh27raw21rtv", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Armor in the midst of a mad mêlée", + "subType": "Armor", + "rulesText": "Whenever a nearby minion can attack, it must.\r\n\r\nNearby strikes deal double damage.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ia6101lus67pon93w830" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ia9001lys67pn4k4rl87", + "slug": "bet_mask_of_mayhem_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mask_of_mayhem-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pkmf400ufe0v5b2av6gbw", + "setCardId": "clot8ia6101lus67pon93w830", + "setCard": { + "id": "clot8ia6101lus67pon93w830", + "slug": "bet_mask_of_mayhem", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pkmf400ufe0v5b2av6gbw", + "meta": { + "id": "clq3a16wk00p3sh27raw21rtv", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Armor in the midst of a mad mêlée", + "subType": "Armor", + "rulesText": "Whenever a nearby minion can attack, it must.\r\n\r\nNearby strikes deal double damage.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ia6101lus67pon93w830" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pkt1300uhe0v5c960buq1", + "slug": "alp_mask_of_mayhem_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mask_of_mayhem.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pkmf400ufe0v5b2av6gbw", + "setCardId": "clm4pkrq500uge0v5hp9xddjq", + "setCard": { + "id": "clm4pkrq500uge0v5hp9xddjq", + "slug": "alp_mask_of_mayhem", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pkmf400ufe0v5b2av6gbw", + "meta": { + "id": "clq3a16qy00p2sh2775vhuawx", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Armor in the midst of a mad mêlée", + "subType": "Armor", + "rulesText": "Whenever a nearby minion can attack, it must.\n\nNearby strikes deal double damage.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pkrq500uge0v5hp9xddjq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pkze100uie0v51phh726n", + "slug": "alp_mask_of_mayhem_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mask_of_mayhem-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pkmf400ufe0v5b2av6gbw", + "setCardId": "clm4pkrq500uge0v5hp9xddjq", + "setCard": { + "id": "clm4pkrq500uge0v5hp9xddjq", + "slug": "alp_mask_of_mayhem", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pkmf400ufe0v5b2av6gbw", + "meta": { + "id": "clq3a16qy00p2sh2775vhuawx", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Armor in the midst of a mad mêlée", + "subType": "Armor", + "rulesText": "Whenever a nearby minion can attack, it must.\n\nNearby strikes deal double damage.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pkrq500uge0v5hp9xddjq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qwa26014se0v54m7l6a5q", + "slug": "mirror_realm", + "name": "Mirror Realm", + "hotscore": 10645, + "guardian": { + "id": "clq3a259400w4sh27akm0wk2d", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of shimmering reflection", + "subType": "", + "rulesText": "This site enters the realm as a copy of another nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qwa26014se0v54m7l6a5q" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j1rz022is67pecgu0hht", + "slug": "bet_mirror_realm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mirror_realm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4qwa26014se0v54m7l6a5q", + "setCardId": "clot8j1qg022gs67p5i8stbvg", + "setCard": { + "id": "clot8j1qg022gs67p5i8stbvg", + "slug": "bet_mirror_realm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qwa26014se0v54m7l6a5q", + "meta": { + "id": "clq3a25hg00w6sh27b8xkxnjs", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of shimmering reflection", + "subType": "", + "rulesText": "This site enters the realm as a copy of another nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j1qg022gs67p5i8stbvg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j1th022ks67pykm6g1to", + "slug": "bet_mirror_realm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mirror_realm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4qwa26014se0v54m7l6a5q", + "setCardId": "clot8j1qg022gs67p5i8stbvg", + "setCard": { + "id": "clot8j1qg022gs67p5i8stbvg", + "slug": "bet_mirror_realm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qwa26014se0v54m7l6a5q", + "meta": { + "id": "clq3a25hg00w6sh27b8xkxnjs", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of shimmering reflection", + "subType": "", + "rulesText": "This site enters the realm as a copy of another nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j1qg022gs67p5i8stbvg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qwh4c014ue0v5d460d5px", + "slug": "alp_mirror_realm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mirror_realm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4qwa26014se0v54m7l6a5q", + "setCardId": "clm4qwft1014te0v5akll52yd", + "setCard": { + "id": "clm4qwft1014te0v5akll52yd", + "slug": "alp_mirror_realm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qwa26014se0v54m7l6a5q", + "meta": { + "id": "clq3a25bm00w5sh27hew552jq", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of shimmering reflection", + "subType": "", + "rulesText": "This site enters the realm as a copy of another nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qwft1014te0v5akll52yd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qwo4r014ve0v5bsrq8mcq", + "slug": "alp_mirror_realm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mirror_realm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4qwa26014se0v54m7l6a5q", + "setCardId": "clm4qwft1014te0v5akll52yd", + "setCard": { + "id": "clm4qwft1014te0v5akll52yd", + "slug": "alp_mirror_realm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qwa26014se0v54m7l6a5q", + "meta": { + "id": "clq3a25bm00w5sh27hew552jq", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of shimmering reflection", + "subType": "", + "rulesText": "This site enters the realm as a copy of another nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qwft1014te0v5akll52yd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pl4f000uje0v5a6ya5odc", + "slug": "mix_aer", + "name": "Mix Aer", + "hotscore": 2770, + "guardian": { + "id": "clq3a172200p4sh27go6rhpf4", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and effervescent elixir", + "subType": "Potion", + "rulesText": "Sacrifice Mix Aer → This turn, bearer's next Air spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pl4f000uje0v5a6ya5odc" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8iaid01m3s67p9hdvsu7o", + "slug": "bet_mix_aer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mix_aer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pl4f000uje0v5a6ya5odc", + "setCardId": "clot8iagu01m1s67plixt23qp", + "setCard": { + "id": "clot8iagu01m1s67plixt23qp", + "slug": "bet_mix_aer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pl4f000uje0v5a6ya5odc", + "meta": { + "id": "clq3a17a400p6sh27hp3ckxy9", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and effervescent elixir", + "subType": "Potion", + "rulesText": "Sacrifice Mix Aer → This turn, bearer's next Air spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iagu01m1s67plixt23qp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iajv01m5s67pro1mrxak", + "slug": "bet_mix_aer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mix_aer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pl4f000uje0v5a6ya5odc", + "setCardId": "clot8iagu01m1s67plixt23qp", + "setCard": { + "id": "clot8iagu01m1s67plixt23qp", + "slug": "bet_mix_aer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pl4f000uje0v5a6ya5odc", + "meta": { + "id": "clq3a17a400p6sh27hp3ckxy9", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and effervescent elixir", + "subType": "Potion", + "rulesText": "Sacrifice Mix Aer → This turn, bearer's next Air spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iagu01m1s67plixt23qp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4plbe900ule0v519nsgh0z", + "slug": "alp_mix_aer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mix_aer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pl4f000uje0v5a6ya5odc", + "setCardId": "clm4pla2w00uke0v5159400jq", + "setCard": { + "id": "clm4pla2w00uke0v5159400jq", + "slug": "alp_mix_aer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pl4f000uje0v5a6ya5odc", + "meta": { + "id": "clq3a174b00p5sh27rhp5jxlg", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and effervescent elixir", + "subType": "Potion", + "rulesText": "Sacrifice Mix Aer → This turn, bearer's next Air spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pla2w00uke0v5159400jq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pli9z00ume0v5721w2ay1", + "slug": "alp_mix_aer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mix_aer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pl4f000uje0v5a6ya5odc", + "setCardId": "clm4pla2w00uke0v5159400jq", + "setCard": { + "id": "clm4pla2w00uke0v5159400jq", + "slug": "alp_mix_aer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pl4f000uje0v5a6ya5odc", + "meta": { + "id": "clq3a174b00p5sh27rhp5jxlg", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and effervescent elixir", + "subType": "Potion", + "rulesText": "Sacrifice Mix Aer → This turn, bearer's next Air spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pla2w00uke0v5159400jq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4plnv000une0v57tfi4t1t", + "slug": "mix_aqua", + "name": "Mix Aqua", + "hotscore": 1808, + "guardian": { + "id": "clq3a17fq00p7sh27na6gp7wk", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and briny brew", + "subType": "Potion", + "rulesText": "Sacrifice Mix Aqua → This turn, bearer's next Water spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4plnv000une0v57tfi4t1t" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8iati01mas67ppu63hwj0", + "slug": "bet_mix_aqua_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mix_aqua.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4plnv000une0v57tfi4t1t", + "setCardId": "clot8iary01m8s67p8wzy86bi", + "setCard": { + "id": "clot8iary01m8s67p8wzy86bi", + "slug": "bet_mix_aqua", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4plnv000une0v57tfi4t1t", + "meta": { + "id": "clq3a17no00p9sh27nhtirolt", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and briny brew", + "subType": "Potion", + "rulesText": "Sacrifice Mix Aqua → This turn, bearer's next Water spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iary01m8s67p8wzy86bi" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iav301mcs67p5qgcuj88", + "slug": "bet_mix_aqua_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mix_aqua-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4plnv000une0v57tfi4t1t", + "setCardId": "clot8iary01m8s67p8wzy86bi", + "setCard": { + "id": "clot8iary01m8s67p8wzy86bi", + "slug": "bet_mix_aqua", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4plnv000une0v57tfi4t1t", + "meta": { + "id": "clq3a17no00p9sh27nhtirolt", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and briny brew", + "subType": "Potion", + "rulesText": "Sacrifice Mix Aqua → This turn, bearer's next Water spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iary01m8s67p8wzy86bi" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4plumx00upe0v592ladn4h", + "slug": "alp_mix_aqua_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mix_aqua.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4plnv000une0v57tfi4t1t", + "setCardId": "clm4pltbf00uoe0v50e017h3a", + "setCard": { + "id": "clm4pltbf00uoe0v50e017h3a", + "slug": "alp_mix_aqua", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4plnv000une0v57tfi4t1t", + "meta": { + "id": "clq3a17i000p8sh271lamewyt", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and briny brew", + "subType": "Potion", + "rulesText": "Sacrifice Mix Aqua → This turn, bearer's next Water spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pltbf00uoe0v50e017h3a" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pm1sq00uqe0v5cf1431k5", + "slug": "alp_mix_aqua_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mix_aqua-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4plnv000une0v57tfi4t1t", + "setCardId": "clm4pltbf00uoe0v50e017h3a", + "setCard": { + "id": "clm4pltbf00uoe0v50e017h3a", + "slug": "alp_mix_aqua", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4plnv000une0v57tfi4t1t", + "meta": { + "id": "clq3a17i000p8sh271lamewyt", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and briny brew", + "subType": "Potion", + "rulesText": "Sacrifice Mix Aqua → This turn, bearer's next Water spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pltbf00uoe0v50e017h3a" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pm6xj00ure0v59bcshh8k", + "slug": "mix_ignis", + "name": "Mix Ignis", + "hotscore": 1832, + "guardian": { + "id": "clq3a17tc00pash27hr6jxrde", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and piquant potable", + "subType": "Potion", + "rulesText": "Sacrifice Mix Ignis → This turn, bearer's next Fire spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pm6xj00ure0v59bcshh8k" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ib5j01mhs67pcje4gz0k", + "slug": "bet_mix_ignis_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mix_ignis.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pm6xj00ure0v59bcshh8k", + "setCardId": "clot8ib3n01mfs67plxwf7pic", + "setCard": { + "id": "clot8ib3n01mfs67plxwf7pic", + "slug": "bet_mix_ignis", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pm6xj00ure0v59bcshh8k", + "meta": { + "id": "clq3a181600pcsh27a6hilgpt", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and piquant potable", + "subType": "Potion", + "rulesText": "Sacrifice Mix Ignis → This turn, bearer's next Fire spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ib3n01mfs67plxwf7pic" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ib7401mjs67pp33km2fg", + "slug": "bet_mix_ignis_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mix_ignis-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pm6xj00ure0v59bcshh8k", + "setCardId": "clot8ib3n01mfs67plxwf7pic", + "setCard": { + "id": "clot8ib3n01mfs67plxwf7pic", + "slug": "bet_mix_ignis", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pm6xj00ure0v59bcshh8k", + "meta": { + "id": "clq3a181600pcsh27a6hilgpt", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and piquant potable", + "subType": "Potion", + "rulesText": "Sacrifice Mix Ignis → This turn, bearer's next Fire spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ib3n01mfs67plxwf7pic" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pmdzo00ute0v5h12mdcp6", + "slug": "alp_mix_ignis_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mix_ignis.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pm6xj00ure0v59bcshh8k", + "setCardId": "clm4pmcmp00use0v5c7wx3wnv", + "setCard": { + "id": "clm4pmcmp00use0v5c7wx3wnv", + "slug": "alp_mix_ignis", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pm6xj00ure0v59bcshh8k", + "meta": { + "id": "clq3a17vl00pbsh27djp96b1m", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and piquant potable", + "subType": "Potion", + "rulesText": "Sacrifice Mix Ignis → This turn, bearer's next Fire spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pmcmp00use0v5c7wx3wnv" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pmky900uue0v50sv7h7ku", + "slug": "alp_mix_ignis_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mix_ignis-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pm6xj00ure0v59bcshh8k", + "setCardId": "clm4pmcmp00use0v5c7wx3wnv", + "setCard": { + "id": "clm4pmcmp00use0v5c7wx3wnv", + "slug": "alp_mix_ignis", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pm6xj00ure0v59bcshh8k", + "meta": { + "id": "clq3a17vl00pbsh27djp96b1m", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and piquant potable", + "subType": "Potion", + "rulesText": "Sacrifice Mix Ignis → This turn, bearer's next Fire spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pmcmp00use0v5c7wx3wnv" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pmq6300uve0v53tichgah", + "slug": "mix_terra", + "name": "Mix Terra", + "hotscore": 2071, + "guardian": { + "id": "clq3a186t00pdsh275uo0vvkb", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and loamy libation", + "subType": "Potion", + "rulesText": "Sacrifice Mix Terra → This turn, bearer's next Earth spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pmq6300uve0v53tichgah" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ibg801mos67p35j047zz", + "slug": "bet_mix_terra_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mix_terra.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pmq6300uve0v53tichgah", + "setCardId": "clot8ibes01mms67pjvfgnmj0", + "setCard": { + "id": "clot8ibes01mms67pjvfgnmj0", + "slug": "bet_mix_terra", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pmq6300uve0v53tichgah", + "meta": { + "id": "clq3a18ew00pfsh27t0bdkuex", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and loamy libation", + "subType": "Potion", + "rulesText": "Sacrifice Mix Terra → This turn, bearer's next Earth spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ibes01mms67pjvfgnmj0" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ibhr01mqs67pxoo4140f", + "slug": "bet_mix_terra_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mix_terra-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pmq6300uve0v53tichgah", + "setCardId": "clot8ibes01mms67pjvfgnmj0", + "setCard": { + "id": "clot8ibes01mms67pjvfgnmj0", + "slug": "bet_mix_terra", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pmq6300uve0v53tichgah", + "meta": { + "id": "clq3a18ew00pfsh27t0bdkuex", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and loamy libation", + "subType": "Potion", + "rulesText": "Sacrifice Mix Terra → This turn, bearer's next Earth spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ibes01mms67pjvfgnmj0" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pmws200uxe0v5a8vahlbf", + "slug": "alp_mix_terra_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mix_terra.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pmq6300uve0v53tichgah", + "setCardId": "clm4pmvgk00uwe0v54nz6gxwp", + "setCard": { + "id": "clm4pmvgk00uwe0v54nz6gxwp", + "slug": "alp_mix_terra", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pmq6300uve0v53tichgah", + "meta": { + "id": "clq3a189b00pesh2713qj2xnw", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and loamy libation", + "subType": "Potion", + "rulesText": "Sacrifice Mix Terra → This turn, bearer's next Earth spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pmvgk00uwe0v54nz6gxwp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pn39x00uye0v50r9q67xw", + "slug": "alp_mix_terra_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mix_terra-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pmq6300uve0v53tichgah", + "setCardId": "clm4pmvgk00uwe0v54nz6gxwp", + "setCard": { + "id": "clm4pmvgk00uwe0v54nz6gxwp", + "slug": "alp_mix_terra", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pmq6300uve0v53tichgah", + "meta": { + "id": "clq3a189b00pesh2713qj2xnw", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and loamy libation", + "subType": "Potion", + "rulesText": "Sacrifice Mix Terra → This turn, bearer's next Earth spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pmvgk00uwe0v54nz6gxwp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qwtd0014we0v503ih2xfv", + "slug": "mudflow", + "name": "Mudflow", + "hotscore": 925, + "guardian": { + "id": "clq3a25nf00w7sh27siuoppad", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site awash with sludge", + "subType": "", + "rulesText": "At the start of your turn, surface or unburrow each minion occupying target site nearby.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qwtd0014we0v503ih2xfv" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j24n022ps67pyv5n15s8", + "slug": "bet_mudflow_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mudflow.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qwtd0014we0v503ih2xfv", + "setCardId": "clot8j234022ns67pfk1w6gfk", + "setCard": { + "id": "clot8j234022ns67pfk1w6gfk", + "slug": "bet_mudflow", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qwtd0014we0v503ih2xfv", + "meta": { + "id": "clq3a25va00w9sh27rw4zczx5", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site awash with sludge", + "subType": "", + "rulesText": "At the start of your turn, surface or unburrow each minion occupying target site nearby.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j234022ns67pfk1w6gfk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j265022rs67pogorz5p2", + "slug": "bet_mudflow_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mudflow-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qwtd0014we0v503ih2xfv", + "setCardId": "clot8j234022ns67pfk1w6gfk", + "setCard": { + "id": "clot8j234022ns67pfk1w6gfk", + "slug": "bet_mudflow", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qwtd0014we0v503ih2xfv", + "meta": { + "id": "clq3a25va00w9sh27rw4zczx5", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site awash with sludge", + "subType": "", + "rulesText": "At the start of your turn, surface or unburrow each minion occupying target site nearby.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j234022ns67pfk1w6gfk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qx18g014ye0v57icf8ocw", + "slug": "alp_mudflow_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mudflow.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qwtd0014we0v503ih2xfv", + "setCardId": "clm4qwzjp014xe0v57gth6lwn", + "setCard": { + "id": "clm4qwzjp014xe0v57gth6lwn", + "slug": "alp_mudflow", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qwtd0014we0v503ih2xfv", + "meta": { + "id": "clq3a25pp00w8sh273kd6c8dy", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site awash with sludge", + "subType": "", + "rulesText": "At the start of your turn, surface or unburrow each minion occupying target site nearby.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qwzjp014xe0v57gth6lwn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qx8rp014ze0v50ntwbgd0", + "slug": "alp_mudflow_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mudflow-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qwtd0014we0v503ih2xfv", + "setCardId": "clm4qwzjp014xe0v57gth6lwn", + "setCard": { + "id": "clm4qwzjp014xe0v57gth6lwn", + "slug": "alp_mudflow", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qwtd0014we0v503ih2xfv", + "meta": { + "id": "clq3a25pp00w8sh273kd6c8dy", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site awash with sludge", + "subType": "", + "rulesText": "At the start of your turn, surface or unburrow each minion occupying target site nearby.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qwzjp014xe0v57gth6lwn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pn91w00uze0v511uq9s5v", + "slug": "onyx_core", + "name": "Onyx Core", + "hotscore": 6847, + "guardian": { + "id": "clq3a18ku00pgsh27equdw52a", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of geodic potency", + "subType": "Relic", + "rulesText": "Provides (E) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pn91w00uze0v511uq9s5v" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ibra01mvs67pllf4d33p", + "slug": "bet_onyx_core_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/onyx_core.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4pn91w00uze0v511uq9s5v", + "setCardId": "clot8ibps01mts67pv0104bsb", + "setCard": { + "id": "clot8ibps01mts67pv0104bsb", + "slug": "bet_onyx_core", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pn91w00uze0v511uq9s5v", + "meta": { + "id": "clq3a18sr00pish27hywd746p", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of geodic potency", + "subType": "Relic", + "rulesText": "Provides (E) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ibps01mts67pv0104bsb" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ibsr01mxs67pl44gmilo", + "slug": "bet_onyx_core_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/onyx_core-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4pn91w00uze0v511uq9s5v", + "setCardId": "clot8ibps01mts67pv0104bsb", + "setCard": { + "id": "clot8ibps01mts67pv0104bsb", + "slug": "bet_onyx_core", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pn91w00uze0v511uq9s5v", + "meta": { + "id": "clq3a18sr00pish27hywd746p", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of geodic potency", + "subType": "Relic", + "rulesText": "Provides (E) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ibps01mts67pv0104bsb" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pnfwp00v1e0v5en6z9qvs", + "slug": "alp_onyx_core_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/onyx_core.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4pn91w00uze0v511uq9s5v", + "setCardId": "clm4pneli00v0e0v52ywf7g6j", + "setCard": { + "id": "clm4pneli00v0e0v52ywf7g6j", + "slug": "alp_onyx_core", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pn91w00uze0v511uq9s5v", + "meta": { + "id": "clq3a18n500phsh272zas6mdl", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of geodic potency", + "subType": "Relic", + "rulesText": "Provides (E) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pneli00v0e0v52ywf7g6j" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pnn0j00v2e0v5deon4ue4", + "slug": "alp_onyx_core_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/onyx_core-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4pn91w00uze0v511uq9s5v", + "setCardId": "clm4pneli00v0e0v52ywf7g6j", + "setCard": { + "id": "clm4pneli00v0e0v52ywf7g6j", + "slug": "alp_onyx_core", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pn91w00uze0v511uq9s5v", + "meta": { + "id": "clq3a18n500phsh272zas6mdl", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of geodic potency", + "subType": "Relic", + "rulesText": "Provides (E) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pneli00v0e0v52ywf7g6j" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pnsoj00v3e0v5a218f4pz", + "slug": "orb_of_baal_berith", + "name": "Orb of Ba'al Berith", + "hotscore": 2527, + "guardian": { + "id": "clq3a18y900pjsh274db2dmn3", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to corrupted quiddity", + "subType": "Monument", + "rulesText": "The first time each turn a Magic spell is cast nearby, Orb of Ba'al Berith creates a copy. The spell's controller may choose new targets.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pnsoj00v3e0v5a218f4pz" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ic2b01n2s67pva4edm6q", + "slug": "bet_orb_of_baal_berith_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/orb_of_baal_berith.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "The ineffable, conveyed ineffably.", + "cardId": "clm4pnsoj00v3e0v5a218f4pz", + "setCardId": "clot8ic0s01n0s67pprba2xpv", + "setCard": { + "id": "clot8ic0s01n0s67pprba2xpv", + "slug": "bet_orb_of_baal_berith", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pnsoj00v3e0v5a218f4pz", + "meta": { + "id": "clq3a196b00plsh27cjlzk4pg", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to corrupted quiddity", + "subType": "Monument", + "rulesText": "The first time each turn a Magic spell is cast nearby, Orb of Ba'al Berith creates a copy. The spell's controller may choose new targets.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ic0s01n0s67pprba2xpv" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8icc301n7s67p6er1hufc", + "slug": "bet_orb_of_baal_berith_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/orb_of_baal_berith-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "The ineffable, conveyed ineffably.", + "cardId": "clm4pnsoj00v3e0v5a218f4pz", + "setCardId": "clot8ic0s01n0s67pprba2xpv", + "setCard": { + "id": "clot8ic0s01n0s67pprba2xpv", + "slug": "bet_orb_of_baal_berith", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pnsoj00v3e0v5a218f4pz", + "meta": { + "id": "clq3a196b00plsh27cjlzk4pg", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to corrupted quiddity", + "subType": "Monument", + "rulesText": "The first time each turn a Magic spell is cast nearby, Orb of Ba'al Berith creates a copy. The spell's controller may choose new targets.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ic0s01n0s67pprba2xpv" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pnzko00v5e0v54ik0ex41", + "slug": "alp_orb_of_baal_berith_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/orb_of_baal_berith.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "The ineffable, conveyed ineffably.", + "cardId": "clm4pnsoj00v3e0v5a218f4pz", + "setCardId": "clm4pny8y00v4e0v51xry49ag", + "setCard": { + "id": "clm4pny8y00v4e0v51xry49ag", + "slug": "alp_orb_of_baal_berith", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pnsoj00v3e0v5a218f4pz", + "meta": { + "id": "clq3a190m00pksh27834ryz1d", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to corrupted quiddity", + "subType": "Monument", + "rulesText": "The first time each turn a Magic spell is cast nearby, Orb of Ba'al Berith creates a copy. The spell's controller may choose new targets.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pny8y00v4e0v51xry49ag" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4po76u00v6e0v517axeiah", + "slug": "alp_orb_of_baal_berith_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/orb_of_baal_berith-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "The ineffable, conveyed ineffably.", + "cardId": "clm4pnsoj00v3e0v5a218f4pz", + "setCardId": "clm4pny8y00v4e0v51xry49ag", + "setCard": { + "id": "clm4pny8y00v4e0v51xry49ag", + "slug": "alp_orb_of_baal_berith", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pnsoj00v3e0v5a218f4pz", + "meta": { + "id": "clq3a190m00pksh27834ryz1d", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to corrupted quiddity", + "subType": "Monument", + "rulesText": "The first time each turn a Magic spell is cast nearby, Orb of Ba'al Berith creates a copy. The spell's controller may choose new targets.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pny8y00v4e0v51xry49ag" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4r63qp016pe0v5ffiwgusw", + "slug": "pathfinder", + "name": "Pathfinder", + "hotscore": 102, + "guardian": { + "id": "clq3a2bax00xfsh27umkgp27x", + "type": "Avatar", + "rarity": "Unique", + "typeText": "Your Avatar finds the way to victory", + "subType": "", + "rulesText": "Your atlas can’t contain duplicates. Draw no sites during setup.\r\n\r\nTap → Reveal and play the topmost site of your atlas to an adjacent void or Rubble and move there.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4r63qp016pe0v5ffiwgusw" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j74e025ts67pg1403pw5", + "slug": "bet_pathfinder_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pathfinder.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4r63qp016pe0v5ffiwgusw", + "setCardId": "clot8j72v025rs67ppmjwjxs1", + "setCard": { + "id": "clot8j72v025rs67ppmjwjxs1", + "slug": "bet_pathfinder", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r63qp016pe0v5ffiwgusw", + "meta": { + "id": "clq3a2bjv00xhsh271z69ug92", + "type": "Avatar", + "rarity": "Unique", + "typeText": "Your Avatar finds the way to victory", + "subType": "", + "rulesText": "Your atlas can’t contain duplicates. Draw no sites during setup.\r\n\r\nTap → Reveal and play the topmost site of your atlas to an adjacent void or Rubble and move there.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j72v025rs67ppmjwjxs1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j765025vs67pk4p83x00", + "slug": "bet_pathfinder_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pathfinder-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4r63qp016pe0v5ffiwgusw", + "setCardId": "clot8j72v025rs67ppmjwjxs1", + "setCard": { + "id": "clot8j72v025rs67ppmjwjxs1", + "slug": "bet_pathfinder", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r63qp016pe0v5ffiwgusw", + "meta": { + "id": "clq3a2bjv00xhsh271z69ug92", + "type": "Avatar", + "rarity": "Unique", + "typeText": "Your Avatar finds the way to victory", + "subType": "", + "rulesText": "Your atlas can’t contain duplicates. Draw no sites during setup.\r\n\r\nTap → Reveal and play the topmost site of your atlas to an adjacent void or Rubble and move there.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j72v025rs67ppmjwjxs1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4r6ahl016re0v5fqhk37vv", + "slug": "alp_pathfinder_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pathfinder.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4r63qp016pe0v5ffiwgusw", + "setCardId": "clm4r696k016qe0v55bs6fe2v", + "setCard": { + "id": "clm4r696k016qe0v55bs6fe2v", + "slug": "alp_pathfinder", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r63qp016pe0v5ffiwgusw", + "meta": { + "id": "clq3a2bdq00xgsh27780lj5zs", + "type": "Avatar", + "rarity": "Unique", + "typeText": "Your Avatar finds the way to victory", + "subType": "", + "rulesText": "Your atlas can’t contain duplicates. Draw no sites during setup.\n\nTap → If able, play the topmost site of your atlas to an adjacent location and move there.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r696k016qe0v55bs6fe2v" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4r6i7h016se0v53wgf9nnj", + "slug": "alp_pathfinder_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pathfinder-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4r63qp016pe0v5ffiwgusw", + "setCardId": "clm4r696k016qe0v55bs6fe2v", + "setCard": { + "id": "clm4r696k016qe0v55bs6fe2v", + "slug": "alp_pathfinder", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r63qp016pe0v5ffiwgusw", + "meta": { + "id": "clq3a2bdq00xgsh27780lj5zs", + "type": "Avatar", + "rarity": "Unique", + "typeText": "Your Avatar finds the way to victory", + "subType": "", + "rulesText": "Your atlas can’t contain duplicates. Draw no sites during setup.\n\nTap → If able, play the topmost site of your atlas to an adjacent location and move there.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r696k016qe0v55bs6fe2v" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pocnv00v7e0v565zp23bo", + "slug": "payload_trebuchet", + "name": "Payload Trebuchet", + "hotscore": 728, + "guardian": { + "id": "clq3a19bx00pmsh27z62zhplt", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Weapon flings aught far and wide", + "subType": "Weapon", + "rulesText": "Tap bearer and another ally here, Discard a card → Deal damage equal to the discarded card's mana cost to each unit at target location up to three steps away.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pocnv00v7e0v565zp23bo" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8iclq01ncs67pl7hkwxen", + "slug": "bet_payload_trebuchet_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/payload_trebuchet.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4pocnv00v7e0v565zp23bo", + "setCardId": "clot8ick701nas67pn9ublgxh", + "setCard": { + "id": "clot8ick701nas67pn9ublgxh", + "slug": "bet_payload_trebuchet", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pocnv00v7e0v565zp23bo", + "meta": { + "id": "clq3a19k100posh27mv3jg45g", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Weapon flings aught far and wide", + "subType": "Weapon", + "rulesText": "Tap bearer and another ally here, Discard a card → Deal damage equal to the discarded card's mana cost to each unit at target location up to three steps away.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ick701nas67pn9ublgxh" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8icn901nes67pfb9op1pt", + "slug": "bet_payload_trebuchet_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/payload_trebuchet-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4pocnv00v7e0v565zp23bo", + "setCardId": "clot8ick701nas67pn9ublgxh", + "setCard": { + "id": "clot8ick701nas67pn9ublgxh", + "slug": "bet_payload_trebuchet", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pocnv00v7e0v565zp23bo", + "meta": { + "id": "clq3a19k100posh27mv3jg45g", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Weapon flings aught far and wide", + "subType": "Weapon", + "rulesText": "Tap bearer and another ally here, Discard a card → Deal damage equal to the discarded card's mana cost to each unit at target location up to three steps away.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ick701nas67pn9ublgxh" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pojpi00v9e0v5cr1r64w5", + "slug": "alp_payload_trebuchet_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/payload_trebuchet.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4pocnv00v7e0v565zp23bo", + "setCardId": "clm4poida00v8e0v54fowawce", + "setCard": { + "id": "clm4poida00v8e0v54fowawce", + "slug": "alp_payload_trebuchet", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pocnv00v7e0v565zp23bo", + "meta": { + "id": "clq3a19ee00pnsh27rawi2pf4", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Weapon flings aught far and wide", + "subType": "Weapon", + "rulesText": "Tap bearer and another ally here, Discard a card → Deal damage equal to the discarded card's mana cost to each unit at target location up to three steps away.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4poida00v8e0v54fowawce" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4por8s00vae0v58sthbzwb", + "slug": "alp_payload_trebuchet_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/payload_trebuchet-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4pocnv00v7e0v565zp23bo", + "setCardId": "clm4poida00v8e0v54fowawce", + "setCard": { + "id": "clm4poida00v8e0v54fowawce", + "slug": "alp_payload_trebuchet", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pocnv00v7e0v565zp23bo", + "meta": { + "id": "clq3a19ee00pnsh27rawi2pf4", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Weapon flings aught far and wide", + "subType": "Weapon", + "rulesText": "Tap bearer and another ally here, Discard a card → Deal damage equal to the discarded card's mana cost to each unit at target location up to three steps away.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4poida00v8e0v54fowawce" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4powvc00vbe0v5hq033kx5", + "slug": "pendulum_of_peril", + "name": "Pendulum of Peril", + "hotscore": 673, + "guardian": { + "id": "clq3a19pp00ppsh27suf8mdcq", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to cyclical cessation", + "subType": "Monument", + "rulesText": "At the end of each player's turn, Pendulum of Peril kills all minions at its current location and another adjacent location of that player's choice.", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4powvc00vbe0v5hq033kx5" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8icwb01njs67pea3uvgk3", + "slug": "bet_pendulum_of_peril_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pendulum_of_peril.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4powvc00vbe0v5hq033kx5", + "setCardId": "clot8icuv01nhs67p0m0rqc32", + "setCard": { + "id": "clot8icuv01nhs67p0m0rqc32", + "slug": "bet_pendulum_of_peril", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4powvc00vbe0v5hq033kx5", + "meta": { + "id": "clq3a19xi00prsh27w1cqkril", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to cyclical cessation", + "subType": "Monument", + "rulesText": "At the end of each player's turn, Pendulum of Peril kills all minions at its current location and another adjacent location of that player's choice.", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8icuv01nhs67p0m0rqc32" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8icxs01nls67p6qimt9o5", + "slug": "bet_pendulum_of_peril_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pendulum_of_peril-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4powvc00vbe0v5hq033kx5", + "setCardId": "clot8icuv01nhs67p0m0rqc32", + "setCard": { + "id": "clot8icuv01nhs67p0m0rqc32", + "slug": "bet_pendulum_of_peril", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4powvc00vbe0v5hq033kx5", + "meta": { + "id": "clq3a19xi00prsh27w1cqkril", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to cyclical cessation", + "subType": "Monument", + "rulesText": "At the end of each player's turn, Pendulum of Peril kills all minions at its current location and another adjacent location of that player's choice.", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8icuv01nhs67p0m0rqc32" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pp3pu00vde0v579ld16fz", + "slug": "alp_pendulum_of_peril_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pendulum_of_peril.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4powvc00vbe0v5hq033kx5", + "setCardId": "clm4pp2e700vce0v5gx5hc14g", + "setCard": { + "id": "clm4pp2e700vce0v5gx5hc14g", + "slug": "alp_pendulum_of_peril", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4powvc00vbe0v5hq033kx5", + "meta": { + "id": "clq3a19s000pqsh27dvbpf3lf", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to cyclical cessation", + "subType": "Monument", + "rulesText": "At the end of each player's turn, Pendulum of Peril kills all minions at its current location and another adjacent location of that player's choice.", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pp2e700vce0v5gx5hc14g" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ppaza00vee0v5bpvm61fb", + "slug": "alp_pendulum_of_peril_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pendulum_of_peril-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4powvc00vbe0v5hq033kx5", + "setCardId": "clm4pp2e700vce0v5gx5hc14g", + "setCard": { + "id": "clm4pp2e700vce0v5gx5hc14g", + "slug": "alp_pendulum_of_peril", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4powvc00vbe0v5hq033kx5", + "meta": { + "id": "clq3a19s000pqsh27dvbpf3lf", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to cyclical cessation", + "subType": "Monument", + "rulesText": "At the end of each player's turn, Pendulum of Peril kills all minions at its current location and another adjacent location of that player's choice.", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pp2e700vce0v5gx5hc14g" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ppghk00vfe0v5bla9fpax", + "slug": "philosophers_stone", + "name": "Philosopher's Stone", + "hotscore": 10684, + "guardian": { + "id": "clq3a1a3w00pssh27pzswctvj", + "type": "Artifact", + "rarity": "Unique", + "typeText": "\r\nA Unique Relic and magnum opus", + "subType": "Relic", + "rulesText": "The first spell of each element cast by the bearer each turn costs ① less.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ppghk00vfe0v5bla9fpax" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8id7i01nqs67pvjdbug40", + "slug": "bet_philosophers_stone_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/philosophers_stone.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4ppghk00vfe0v5bla9fpax", + "setCardId": "clot8id5u01nos67plklforr5", + "setCard": { + "id": "clot8id5u01nos67plklforr5", + "slug": "bet_philosophers_stone", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ppghk00vfe0v5bla9fpax", + "meta": { + "id": "clq3a1abz00push2700unwtlt", + "type": "Artifact", + "rarity": "Unique", + "typeText": "\r\nA Unique Relic and magnum opus", + "subType": "Relic", + "rulesText": "The first spell of each element cast by the bearer each turn costs ① less.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8id5u01nos67plklforr5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8id9e01nss67pa7ukcbbv", + "slug": "bet_philosophers_stone_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/philosophers_stone-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4ppghk00vfe0v5bla9fpax", + "setCardId": "clot8id5u01nos67plklforr5", + "setCard": { + "id": "clot8id5u01nos67plklforr5", + "slug": "bet_philosophers_stone", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ppghk00vfe0v5bla9fpax", + "meta": { + "id": "clq3a1abz00push2700unwtlt", + "type": "Artifact", + "rarity": "Unique", + "typeText": "\r\nA Unique Relic and magnum opus", + "subType": "Relic", + "rulesText": "The first spell of each element cast by the bearer each turn costs ① less.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8id5u01nos67plklforr5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ppo2e00vhe0v5c2uoeec3", + "slug": "alp_philosophers_stone_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/philosophers_stone.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4ppghk00vfe0v5bla9fpax", + "setCardId": "clm4ppmq900vge0v5c54n5twa", + "setCard": { + "id": "clm4ppmq900vge0v5c54n5twa", + "slug": "alp_philosophers_stone", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ppghk00vfe0v5bla9fpax", + "meta": { + "id": "clq3a1a6700ptsh2783n6eri3", + "type": "Artifact", + "rarity": "Unique", + "typeText": "\nA Unique Relic and magnum opus", + "subType": "Relic", + "rulesText": "The first spell of each element cast by the bearer each turn costs ① less.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ppmq900vge0v5c54n5twa" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ppw5r00vie0v50sh70cvj", + "slug": "alp_philosophers_stone_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/philosophers_stone-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4ppghk00vfe0v5bla9fpax", + "setCardId": "clm4ppmq900vge0v5c54n5twa", + "setCard": { + "id": "clm4ppmq900vge0v5c54n5twa", + "slug": "alp_philosophers_stone", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ppghk00vfe0v5bla9fpax", + "meta": { + "id": "clq3a1a6700ptsh2783n6eri3", + "type": "Artifact", + "rarity": "Unique", + "typeText": "\nA Unique Relic and magnum opus", + "subType": "Relic", + "rulesText": "The first spell of each element cast by the bearer each turn costs ① less.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ppmq900vge0v5c54n5twa" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qxfi90150e0v59b1h6eyl", + "slug": "planar_gate", + "name": "Planar Gate", + "hotscore": 755, + "guardian": { + "id": "clq3a261500wash27dggqdz2n", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site and gateway to oblivion", + "subType": "", + "rulesText": "Minions here can traverse the void, gaining Voidwalk until leaving it.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qxfi90150e0v59b1h6eyl" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j2fx022ws67p40nwxnio", + "slug": "bet_planar_gate_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/planar_gate.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4qxfi90150e0v59b1h6eyl", + "setCardId": "clot8j2ef022us67ph986ug08", + "setCard": { + "id": "clot8j2ef022us67ph986ug08", + "slug": "bet_planar_gate", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qxfi90150e0v59b1h6eyl", + "meta": { + "id": "clq3a269c00wcsh2707dmc3vk", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site and gateway to oblivion", + "subType": "", + "rulesText": "Minions here can traverse the void, gaining Voidwalk until leaving it.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j2ef022us67ph986ug08" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j2hh022ys67p1n2qjb82", + "slug": "bet_planar_gate_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/planar_gate-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4qxfi90150e0v59b1h6eyl", + "setCardId": "clot8j2ef022us67ph986ug08", + "setCard": { + "id": "clot8j2ef022us67ph986ug08", + "slug": "bet_planar_gate", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qxfi90150e0v59b1h6eyl", + "meta": { + "id": "clq3a269c00wcsh2707dmc3vk", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site and gateway to oblivion", + "subType": "", + "rulesText": "Minions here can traverse the void, gaining Voidwalk until leaving it.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j2ef022us67ph986ug08" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qxmox0152e0v55qbw2bfl", + "slug": "alp_planar_gate_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/planar_gate.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4qxfi90150e0v59b1h6eyl", + "setCardId": "clm4qxldy0151e0v57s2vc9pu", + "setCard": { + "id": "clm4qxldy0151e0v57s2vc9pu", + "slug": "alp_planar_gate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qxfi90150e0v59b1h6eyl", + "meta": { + "id": "clq3a263l00wbsh278arh8xo3", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site and gateway to oblivion", + "subType": "", + "rulesText": "Minions here can traverse the void, gaining Voidwalk until leaving it.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qxldy0151e0v57s2vc9pu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qxsog0153e0v52s9zb7rs", + "slug": "alp_planar_gate_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/planar_gate-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4qxfi90150e0v59b1h6eyl", + "setCardId": "clm4qxldy0151e0v57s2vc9pu", + "setCard": { + "id": "clm4qxldy0151e0v57s2vc9pu", + "slug": "alp_planar_gate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qxfi90150e0v59b1h6eyl", + "meta": { + "id": "clq3a263l00wbsh278arh8xo3", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site and gateway to oblivion", + "subType": "", + "rulesText": "Minions here can traverse the void, gaining Voidwalk until leaving it.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qxldy0151e0v57s2vc9pu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pq1ou00vje0v50eoz53x0", + "slug": "pnakotic_manuscript", + "name": "Pnakotic Manuscript", + "hotscore": 2817, + "guardian": { + "id": "clq3a1ai000pvsh27uhtqkpyd", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Document of transmundane madness", + "subType": "Document", + "rulesText": "Bearer has “Tap → Reveal your topmost spell and draw it. Bearer takes damage equal to that card's cost.”", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pq1ou00vje0v50eoz53x0" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8idiz01nxs67pcltbqju6", + "slug": "bet_pnakotic_manuscript_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pnakotic_manuscript.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "An understanding so vast it leaves little room for sanity.", + "cardId": "clm4pq1ou00vje0v50eoz53x0", + "setCardId": "clot8idh601nvs67p8tvdyd15", + "setCard": { + "id": "clot8idh601nvs67p8tvdyd15", + "slug": "bet_pnakotic_manuscript", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pq1ou00vje0v50eoz53x0", + "meta": { + "id": "clq3a1apz00pxsh27htu99k21", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Document of transmundane madness", + "subType": "Document", + "rulesText": "Bearer has “Tap → Reveal your topmost spell and draw it. Bearer takes damage equal to that card's cost.”", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8idh601nvs67p8tvdyd15" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8idkh01nzs67palmguvg3", + "slug": "bet_pnakotic_manuscript_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pnakotic_manuscript-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "An understanding so vast it leaves little room for sanity.", + "cardId": "clm4pq1ou00vje0v50eoz53x0", + "setCardId": "clot8idh601nvs67p8tvdyd15", + "setCard": { + "id": "clot8idh601nvs67p8tvdyd15", + "slug": "bet_pnakotic_manuscript", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pq1ou00vje0v50eoz53x0", + "meta": { + "id": "clq3a1apz00pxsh27htu99k21", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Document of transmundane madness", + "subType": "Document", + "rulesText": "Bearer has “Tap → Reveal your topmost spell and draw it. Bearer takes damage equal to that card's cost.”", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8idh601nvs67p8tvdyd15" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pq8fr00vle0v552zh88du", + "slug": "alp_pnakotic_manuscript_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pnakotic_manuscript.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "An understanding so vast it leaves little room for sanity.", + "cardId": "clm4pq1ou00vje0v50eoz53x0", + "setCardId": "clm4pq74o00vke0v5hzqbg31h", + "setCard": { + "id": "clm4pq74o00vke0v5hzqbg31h", + "slug": "alp_pnakotic_manuscript", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pq1ou00vje0v50eoz53x0", + "meta": { + "id": "clq3a1akb00pwsh27e73fwtad", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Document of transmundane madness", + "subType": "Document", + "rulesText": "Bearer has “Tap → Reveal your topmost spell and draw it. Bearer takes damage equal to that card's cost.”", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pq74o00vke0v5hzqbg31h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pqf1200vme0v5dtep943n", + "slug": "alp_pnakotic_manuscript_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pnakotic_manuscript-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "An understanding so vast it leaves little room for sanity.", + "cardId": "clm4pq1ou00vje0v50eoz53x0", + "setCardId": "clm4pq74o00vke0v5hzqbg31h", + "setCard": { + "id": "clm4pq74o00vke0v5hzqbg31h", + "slug": "alp_pnakotic_manuscript", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pq1ou00vje0v50eoz53x0", + "meta": { + "id": "clq3a1akb00pwsh27e73fwtad", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Document of transmundane madness", + "subType": "Document", + "rulesText": "Bearer has “Tap → Reveal your topmost spell and draw it. Bearer takes damage equal to that card's cost.”", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pq74o00vke0v5hzqbg31h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pqlfy00vne0v5com180s5", + "slug": "poisonous_dagger", + "name": "Poisonous Dagger", + "hotscore": 2100, + "guardian": { + "id": "clq3a1avn00pysh275j378gwh", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon of virulent venom", + "subType": "Weapon", + "rulesText": "Bearer has Lethal.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pqlfy00vne0v5com180s5" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8iduk01o4s67p93r3hn90", + "slug": "bet_poisonous_dagger_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/poisonous_dagger.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Scantest scratch fulfilled\r\nWithal the strength of twenty\r\nShall thine heart be stilled", + "cardId": "clm4pqlfy00vne0v5com180s5", + "setCardId": "clot8idsy01o2s67p6hfe0yph", + "setCard": { + "id": "clot8idsy01o2s67p6hfe0yph", + "slug": "bet_poisonous_dagger", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pqlfy00vne0v5com180s5", + "meta": { + "id": "clq3a1b3q00q0sh270bucyrl5", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon of virulent venom", + "subType": "Weapon", + "rulesText": "Bearer has Lethal.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8idsy01o2s67p6hfe0yph" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8idw501o6s67pwmsbioy5", + "slug": "bet_poisonous_dagger_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/poisonous_dagger-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Scantest scratch fulfilled\r\nWithal the strength of twenty\r\nShall thine heart be stilled", + "cardId": "clm4pqlfy00vne0v5com180s5", + "setCardId": "clot8idsy01o2s67p6hfe0yph", + "setCard": { + "id": "clot8idsy01o2s67p6hfe0yph", + "slug": "bet_poisonous_dagger", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pqlfy00vne0v5com180s5", + "meta": { + "id": "clq3a1b3q00q0sh270bucyrl5", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon of virulent venom", + "subType": "Weapon", + "rulesText": "Bearer has Lethal.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8idsy01o2s67p6hfe0yph" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pqszu00vpe0v55lsifvjw", + "slug": "alp_poisonous_dagger_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/poisonous_dagger.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Scantest scratch fulfilled\nWithal the strength of twenty\nShall thine heart be stilled", + "cardId": "clm4pqlfy00vne0v5com180s5", + "setCardId": "clm4pqrol00voe0v55hx70bte", + "setCard": { + "id": "clm4pqrol00voe0v55hx70bte", + "slug": "alp_poisonous_dagger", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pqlfy00vne0v5com180s5", + "meta": { + "id": "clq3a1ay000pzsh27ia5a8sw5", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon of virulent venom", + "subType": "Weapon", + "rulesText": "Bearer has Lethal.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pqrol00voe0v55hx70bte" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pqzum00vqe0v5do4c50sc", + "slug": "alp_poisonous_dagger_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/poisonous_dagger-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Scantest scratch fulfilled\nWithal the strength of twenty\nShall thine heart be stilled", + "cardId": "clm4pqlfy00vne0v5com180s5", + "setCardId": "clm4pqrol00voe0v55hx70bte", + "setCard": { + "id": "clm4pqrol00voe0v55hx70bte", + "slug": "alp_poisonous_dagger", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pqlfy00vne0v5com180s5", + "meta": { + "id": "clq3a1ay000pzsh27ia5a8sw5", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon of virulent venom", + "subType": "Weapon", + "rulesText": "Bearer has Lethal.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pqrol00voe0v55hx70bte" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qxytr0154e0v51pd3303i", + "slug": "primordial_spring", + "name": "Primordial Spring", + "hotscore": 1273, + "guardian": { + "id": "clq3a26f400wdsh27dbqful97", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of primeval bounty", + "subType": "", + "rulesText": "Genesis → If you control fewer sites than any opponent, draw three sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qxytr0154e0v51pd3303i" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j2rm0233s67p7zomvayu", + "slug": "bet_primordial_spring_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/primordial_spring.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qxytr0154e0v51pd3303i", + "setCardId": "clot8j2q00231s67ptuo4fjr1", + "setCard": { + "id": "clot8j2q00231s67ptuo4fjr1", + "slug": "bet_primordial_spring", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qxytr0154e0v51pd3303i", + "meta": { + "id": "clq3a26n900wfsh27zdt9e8p0", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of primeval bounty", + "subType": "", + "rulesText": "Genesis → If you control fewer sites than any opponent, draw three sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j2q00231s67ptuo4fjr1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j2t50235s67py60sdw0p", + "slug": "bet_primordial_spring_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/primordial_spring-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qxytr0154e0v51pd3303i", + "setCardId": "clot8j2q00231s67ptuo4fjr1", + "setCard": { + "id": "clot8j2q00231s67ptuo4fjr1", + "slug": "bet_primordial_spring", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qxytr0154e0v51pd3303i", + "meta": { + "id": "clq3a26n900wfsh27zdt9e8p0", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of primeval bounty", + "subType": "", + "rulesText": "Genesis → If you control fewer sites than any opponent, draw three sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j2q00231s67ptuo4fjr1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qy64s0156e0v57bwo90wf", + "slug": "alp_primordial_spring_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/primordial_spring.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qxytr0154e0v51pd3303i", + "setCardId": "clm4qy4ts0155e0v59sj84t0c", + "setCard": { + "id": "clm4qy4ts0155e0v59sj84t0c", + "slug": "alp_primordial_spring", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qxytr0154e0v51pd3303i", + "meta": { + "id": "clq3a26hi00wesh27uwazc3j0", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of primeval bounty", + "subType": "", + "rulesText": "Genesis → If you control fewer sites than any opponent, draw three sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qy4ts0155e0v59sj84t0c" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qyd1t0157e0v55ke5hyfz", + "slug": "alp_primordial_spring_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/primordial_spring-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qxytr0154e0v51pd3303i", + "setCardId": "clm4qy4ts0155e0v59sj84t0c", + "setCard": { + "id": "clm4qy4ts0155e0v59sj84t0c", + "slug": "alp_primordial_spring", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qxytr0154e0v51pd3303i", + "meta": { + "id": "clq3a26hi00wesh27uwazc3j0", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of primeval bounty", + "subType": "", + "rulesText": "Genesis → If you control fewer sites than any opponent, draw three sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qy4ts0155e0v59sj84t0c" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pr6fb00vre0v5fsch814n", + "slug": "purge_juggernaut", + "name": "Purge Juggernaut", + "hotscore": 385, + "guardian": { + "id": "clq3a1b9c00q1sh2750es5ksg", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Automaton of ceaseless slaughter", + "subType": "Automaton", + "rulesText": "At the start of your turn, Purge Juggernaut taps and moves to an adjacent location. Kill all minions there.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pr6fb00vre0v5fsch814n" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ie7z01obs67p64ktxnec", + "slug": "bet_purge_juggernaut_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/purge_juggernaut.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pr6fb00vre0v5fsch814n", + "setCardId": "clot8ie5q01o9s67pcmzdz4l3", + "setCard": { + "id": "clot8ie5q01o9s67pcmzdz4l3", + "slug": "bet_purge_juggernaut", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pr6fb00vre0v5fsch814n", + "meta": { + "id": "clq3a1bhc00q3sh27ouvqatuw", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Automaton of ceaseless slaughter", + "subType": "Automaton", + "rulesText": "At the start of your turn, Purge Juggernaut taps and moves to an adjacent location. Kill all minions there.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ie5q01o9s67pcmzdz4l3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ie9i01ods67p4pi9byba", + "slug": "bet_purge_juggernaut_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/purge_juggernaut-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pr6fb00vre0v5fsch814n", + "setCardId": "clot8ie5q01o9s67pcmzdz4l3", + "setCard": { + "id": "clot8ie5q01o9s67pcmzdz4l3", + "slug": "bet_purge_juggernaut", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pr6fb00vre0v5fsch814n", + "meta": { + "id": "clq3a1bhc00q3sh27ouvqatuw", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Automaton of ceaseless slaughter", + "subType": "Automaton", + "rulesText": "At the start of your turn, Purge Juggernaut taps and moves to an adjacent location. Kill all minions there.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ie5q01o9s67pcmzdz4l3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4prdd000vte0v59t5k22rh", + "slug": "alp_purge_juggernaut_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/purge_juggernaut.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pr6fb00vre0v5fsch814n", + "setCardId": "clm4prc1q00vse0v52aksd5ef", + "setCard": { + "id": "clm4prc1q00vse0v52aksd5ef", + "slug": "alp_purge_juggernaut", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pr6fb00vre0v5fsch814n", + "meta": { + "id": "clq3a1bbp00q2sh2706cz6fgl", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Automaton of ceaseless slaughter", + "subType": "Automaton", + "rulesText": "At the start of your turn, Purge Juggernaut taps and moves to an adjacent location. Kill all minions there.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4prc1q00vse0v52aksd5ef" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4prk1g00vue0v53x3fasnc", + "slug": "alp_purge_juggernaut_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/purge_juggernaut-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pr6fb00vre0v5fsch814n", + "setCardId": "clm4prc1q00vse0v52aksd5ef", + "setCard": { + "id": "clm4prc1q00vse0v52aksd5ef", + "slug": "alp_purge_juggernaut", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pr6fb00vre0v5fsch814n", + "meta": { + "id": "clq3a1bbp00q2sh2706cz6fgl", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Automaton of ceaseless slaughter", + "subType": "Automaton", + "rulesText": "At the start of your turn, Purge Juggernaut taps and moves to an adjacent location. Kill all minions there.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4prc1q00vse0v52aksd5ef" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4prph700vve0v55r8n9coy", + "slug": "rolling_boulder", + "name": "Rolling Boulder", + "hotscore": 2394, + "guardian": { + "id": "clq3a1bnd00q4sh27m2ptpem3", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic that gathers no moss", + "subType": "Relic", + "rulesText": "Units here have “Tap → Give Rolling Boulder a push. It rolls as far as possible and deals 4 damage to each other unit along its path.”", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4prph700vve0v55r8n9coy" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8iejc01ois67pmuc9k99h", + "slug": "bet_rolling_boulder_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/rolling_boulder.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4prph700vve0v55r8n9coy", + "setCardId": "clot8iehm01ogs67p96lxl77v", + "setCard": { + "id": "clot8iehm01ogs67p96lxl77v", + "slug": "bet_rolling_boulder", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4prph700vve0v55r8n9coy", + "meta": { + "id": "clq3a1bvi00q6sh271qhxv3de", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic that gathers no moss", + "subType": "Relic", + "rulesText": "Units here have “Tap → Give Rolling Boulder a push. It rolls as far as possible and deals 4 damage to each other unit along its path.”", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iehm01ogs67p96lxl77v" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ieku01oks67p0qxmnyxf", + "slug": "bet_rolling_boulder_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/rolling_boulder-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4prph700vve0v55r8n9coy", + "setCardId": "clot8iehm01ogs67p96lxl77v", + "setCard": { + "id": "clot8iehm01ogs67p96lxl77v", + "slug": "bet_rolling_boulder", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4prph700vve0v55r8n9coy", + "meta": { + "id": "clq3a1bvi00q6sh271qhxv3de", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic that gathers no moss", + "subType": "Relic", + "rulesText": "Units here have “Tap → Give Rolling Boulder a push. It rolls as far as possible and deals 4 damage to each other unit along its path.”", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iehm01ogs67p96lxl77v" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4prw4800vxe0v55zyl1x79", + "slug": "alp_rolling_boulder_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rolling_boulder.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4prph700vve0v55r8n9coy", + "setCardId": "clm4prusw00vwe0v5eia3ect3", + "setCard": { + "id": "clm4prusw00vwe0v5eia3ect3", + "slug": "alp_rolling_boulder", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4prph700vve0v55r8n9coy", + "meta": { + "id": "clq3a1bpq00q5sh27lqcp9zb0", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic that gathers no moss", + "subType": "Relic", + "rulesText": "Units here have “Tap → Give Rolling Boulder a push. It rolls as far as possible and deals 4 damage to each other unit along its path.”", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4prusw00vwe0v5eia3ect3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ps2lc00vye0v522060kf8", + "slug": "alp_rolling_boulder_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rolling_boulder-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4prph700vve0v55r8n9coy", + "setCardId": "clm4prusw00vwe0v5eia3ect3", + "setCard": { + "id": "clm4prusw00vwe0v5eia3ect3", + "slug": "alp_rolling_boulder", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4prph700vve0v55r8n9coy", + "meta": { + "id": "clq3a1bpq00q5sh27lqcp9zb0", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic that gathers no moss", + "subType": "Relic", + "rulesText": "Units here have “Tap → Give Rolling Boulder a push. It rolls as far as possible and deals 4 damage to each other unit along its path.”", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4prusw00vwe0v5eia3ect3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qyjdw0158e0v5ftilglpb", + "slug": "roots_of_yggdrasil", + "name": "Roots of Yggdrasil", + "hotscore": 2527, + "guardian": { + "id": "clq3a26tj00wgsh27ziju73ob", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site and earthbound cradle", + "subType": "", + "rulesText": "When the Roots of Yggdrasil are destroyed, destroy everything.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qyjdw0158e0v5ftilglpb" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j32b023as67pskdwozu8", + "slug": "bet_roots_of_yggdrasil_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/roots_of_yggdrasil.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4qyjdw0158e0v5ftilglpb", + "setCardId": "clot8j30t0238s67pz6bxhr55", + "setCard": { + "id": "clot8j30t0238s67pz6bxhr55", + "slug": "bet_roots_of_yggdrasil", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qyjdw0158e0v5ftilglpb", + "meta": { + "id": "clq3a271q00wish27lva9undm", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site and earthbound cradle", + "subType": "", + "rulesText": "When the Roots of Yggdrasil are destroyed, destroy everything.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j30t0238s67pz6bxhr55" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j33t023cs67pyk5gpvd8", + "slug": "bet_roots_of_yggdrasil_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/roots_of_yggdrasil-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4qyjdw0158e0v5ftilglpb", + "setCardId": "clot8j30t0238s67pz6bxhr55", + "setCard": { + "id": "clot8j30t0238s67pz6bxhr55", + "slug": "bet_roots_of_yggdrasil", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qyjdw0158e0v5ftilglpb", + "meta": { + "id": "clq3a271q00wish27lva9undm", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site and earthbound cradle", + "subType": "", + "rulesText": "When the Roots of Yggdrasil are destroyed, destroy everything.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j30t0238s67pz6bxhr55" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qyq44015ae0v5blg5ddfv", + "slug": "alp_roots_of_yggdrasil_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/roots_of_yggdrasil.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4qyjdw0158e0v5ftilglpb", + "setCardId": "clm4qyot10159e0v569hhb8xb", + "setCard": { + "id": "clm4qyot10159e0v569hhb8xb", + "slug": "alp_roots_of_yggdrasil", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qyjdw0158e0v5ftilglpb", + "meta": { + "id": "clq3a26vw00whsh275aek0vyc", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site and earthbound cradle", + "subType": "", + "rulesText": "When the Roots of Yggdrasil are destroyed, destroy everything.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qyot10159e0v569hhb8xb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qyxo6015be0v52itu7lg0", + "slug": "alp_roots_of_yggdrasil_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/roots_of_yggdrasil-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4qyjdw0158e0v5ftilglpb", + "setCardId": "clm4qyot10159e0v569hhb8xb", + "setCard": { + "id": "clm4qyot10159e0v569hhb8xb", + "slug": "alp_roots_of_yggdrasil", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qyjdw0158e0v5ftilglpb", + "meta": { + "id": "clq3a26vw00whsh275aek0vyc", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site and earthbound cradle", + "subType": "", + "rulesText": "When the Roots of Yggdrasil are destroyed, destroy everything.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qyot10159e0v569hhb8xb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ps81q00vze0v55eqp9kv8", + "slug": "ruby_core", + "name": "Ruby Core", + "hotscore": 6519, + "guardian": { + "id": "clq3a1c1a00q7sh27ysluxup5", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of inflamed efficacy", + "subType": "Relic", + "rulesText": "Provides (F) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ps81q00vze0v55eqp9kv8" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ietv01ops67p5nyv8mpq", + "slug": "bet_ruby_core_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ruby_core.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ps81q00vze0v55eqp9kv8", + "setCardId": "clot8iesb01ons67pebt1yzlt", + "setCard": { + "id": "clot8iesb01ons67pebt1yzlt", + "slug": "bet_ruby_core", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ps81q00vze0v55eqp9kv8", + "meta": { + "id": "clq3a1c9400q9sh27x6i6fjyr", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of inflamed efficacy", + "subType": "Relic", + "rulesText": "Provides (F) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iesb01ons67pebt1yzlt" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ievf01ors67p146emvbn", + "slug": "bet_ruby_core_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ruby_core-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ps81q00vze0v55eqp9kv8", + "setCardId": "clot8iesb01ons67pebt1yzlt", + "setCard": { + "id": "clot8iesb01ons67pebt1yzlt", + "slug": "bet_ruby_core", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ps81q00vze0v55eqp9kv8", + "meta": { + "id": "clq3a1c9400q9sh27x6i6fjyr", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of inflamed efficacy", + "subType": "Relic", + "rulesText": "Provides (F) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iesb01ons67pebt1yzlt" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4psf2k00w1e0v5e1hpdo7v", + "slug": "alp_ruby_core_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ruby_core.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ps81q00vze0v55eqp9kv8", + "setCardId": "clm4psdrf00w0e0v51ud4blhr", + "setCard": { + "id": "clm4psdrf00w0e0v51ud4blhr", + "slug": "alp_ruby_core", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ps81q00vze0v55eqp9kv8", + "meta": { + "id": "clq3a1c3n00q8sh27dk9zyx9j", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of inflamed efficacy", + "subType": "Relic", + "rulesText": "Provides (F) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4psdrf00w0e0v51ud4blhr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4psm6900w2e0v5dgxhglwq", + "slug": "alp_ruby_core_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ruby_core-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ps81q00vze0v55eqp9kv8", + "setCardId": "clm4psdrf00w0e0v51ud4blhr", + "setCard": { + "id": "clm4psdrf00w0e0v51ud4blhr", + "slug": "alp_ruby_core", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ps81q00vze0v55eqp9kv8", + "meta": { + "id": "clq3a1c3n00q8sh27dk9zyx9j", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of inflamed efficacy", + "subType": "Relic", + "rulesText": "Provides (F) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4psdrf00w0e0v51ud4blhr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4psrre00w3e0v5ez7ieems", + "slug": "scarecrow", + "name": "Scarecrow", + "hotscore": 270, + "guardian": { + "id": "clq3a1cel00qash27ysuub8rk", + "type": "Artifact", + "rarity": "Ordinary", + "typeText": "A gaunt and ragged Ordinary Relic", + "subType": "Relic", + "rulesText": "Genesis → Return each Airborne minion here to its owner’s hand.\r\n \r\n Airborne minions can't enter this location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4psrre00w3e0v5ez7ieems" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8if6k01ows67peonnv44c", + "slug": "bet_scarecrow_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/scarecrow.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4psrre00w3e0v5ez7ieems", + "setCardId": "clot8if5401ous67p2i4axidn", + "setCard": { + "id": "clot8if5401ous67p2i4axidn", + "slug": "bet_scarecrow", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4psrre00w3e0v5ez7ieems", + "meta": { + "id": "clq3a1cme00qcsh274834p4i9", + "type": "Artifact", + "rarity": "Ordinary", + "typeText": "A gaunt and ragged Ordinary Relic", + "subType": "Relic", + "rulesText": "Genesis → Return each Airborne minion here to its owner’s hand.\r\n \r\n Airborne minions can't enter this location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8if5401ous67p2i4axidn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8if8601oys67py5xe66ca", + "slug": "bet_scarecrow_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/scarecrow-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4psrre00w3e0v5ez7ieems", + "setCardId": "clot8if5401ous67p2i4axidn", + "setCard": { + "id": "clot8if5401ous67p2i4axidn", + "slug": "bet_scarecrow", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4psrre00w3e0v5ez7ieems", + "meta": { + "id": "clq3a1cme00qcsh274834p4i9", + "type": "Artifact", + "rarity": "Ordinary", + "typeText": "A gaunt and ragged Ordinary Relic", + "subType": "Relic", + "rulesText": "Genesis → Return each Airborne minion here to its owner’s hand.\r\n \r\n Airborne minions can't enter this location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8if5401ous67p2i4axidn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pszcu00w5e0v52m82gg9l", + "slug": "alp_scarecrow_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/scarecrow.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4psrre00w3e0v5ez7ieems", + "setCardId": "clm4psy0c00w4e0v5a3r4dz80", + "setCard": { + "id": "clm4psy0c00w4e0v5a3r4dz80", + "slug": "alp_scarecrow", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4psrre00w3e0v5ez7ieems", + "meta": { + "id": "clq3a1cgw00qbsh273151fdsv", + "type": "Artifact", + "rarity": "Ordinary", + "typeText": "A gaunt and ragged Ordinary Relic", + "subType": "Relic", + "rulesText": "Genesis → Return each Airborne minion here to its owner’s hand.\n \nAirborne minions can't enter this location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4psy0c00w4e0v5a3r4dz80" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pt66100w6e0v5bzgc1hd8", + "slug": "alp_scarecrow_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/scarecrow-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4psrre00w3e0v5ez7ieems", + "setCardId": "clm4psy0c00w4e0v5a3r4dz80", + "setCard": { + "id": "clm4psy0c00w4e0v5a3r4dz80", + "slug": "alp_scarecrow", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4psrre00w3e0v5ez7ieems", + "meta": { + "id": "clq3a1cgw00qbsh273151fdsv", + "type": "Artifact", + "rarity": "Ordinary", + "typeText": "A gaunt and ragged Ordinary Relic", + "subType": "Relic", + "rulesText": "Genesis → Return each Airborne minion here to its owner’s hand.\n \nAirborne minions can't enter this location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4psy0c00w4e0v5a3r4dz80" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ptba400w7e0v51u7v6mrh", + "slug": "screaming_skull", + "name": "Screaming Skull", + "hotscore": 2485, + "guardian": { + "id": "clq3a1cs900qdsh2734cr6khw", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of unbridled rage", + "subType": "Relic", + "rulesText": "Whenever bearer attacks and kills an enemy, it untaps.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ptba400w7e0v51u7v6mrh" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ifhj01p3s67pi79umrtg", + "slug": "bet_screaming_skull_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/screaming_skull.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ptba400w7e0v51u7v6mrh", + "setCardId": "clot8ifg001p1s67prx32grgg", + "setCard": { + "id": "clot8ifg001p1s67prx32grgg", + "slug": "bet_screaming_skull", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ptba400w7e0v51u7v6mrh", + "meta": { + "id": "clq3a1d2j00qfsh27hhx74h50", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of unbridled rage", + "subType": "Relic", + "rulesText": "Whenever bearer attacks and kills an enemy, it untaps.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ifg001p1s67prx32grgg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ifj101p5s67phxz7z1yx", + "slug": "bet_screaming_skull_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/screaming_skull-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ptba400w7e0v51u7v6mrh", + "setCardId": "clot8ifg001p1s67prx32grgg", + "setCard": { + "id": "clot8ifg001p1s67prx32grgg", + "slug": "bet_screaming_skull", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ptba400w7e0v51u7v6mrh", + "meta": { + "id": "clq3a1d2j00qfsh27hhx74h50", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of unbridled rage", + "subType": "Relic", + "rulesText": "Whenever bearer attacks and kills an enemy, it untaps.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ifg001p1s67prx32grgg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pti2k00w9e0v54m871xyy", + "slug": "alp_screaming_skull_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/screaming_skull.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ptba400w7e0v51u7v6mrh", + "setCardId": "clm4ptgr900w8e0v5gzsk6f4s", + "setCard": { + "id": "clm4ptgr900w8e0v5gzsk6f4s", + "slug": "alp_screaming_skull", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ptba400w7e0v51u7v6mrh", + "meta": { + "id": "clq3a1cuj00qesh27lyq7mi6d", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of unbridled rage", + "subType": "Relic", + "rulesText": "Whenever bearer attacks and kills an enemy, it untaps.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ptgr900w8e0v5gzsk6f4s" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ptuge00wbe0v52erocwjg", + "slug": "alp_screaming_skull_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/screaming_skull-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ptba400w7e0v51u7v6mrh", + "setCardId": "clm4ptgr900w8e0v5gzsk6f4s", + "setCard": { + "id": "clm4ptgr900w8e0v5gzsk6f4s", + "slug": "alp_screaming_skull", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ptba400w7e0v51u7v6mrh", + "meta": { + "id": "clq3a1cuj00qesh27lyq7mi6d", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of unbridled rage", + "subType": "Relic", + "rulesText": "Whenever bearer attacks and kills an enemy, it untaps.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ptgr900w8e0v5gzsk6f4s" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ptorv00wae0v56mv3452a", + "slug": "alp_screaming_skull_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/screaming_skull-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ptba400w7e0v51u7v6mrh", + "setCardId": "clm4ptgr900w8e0v5gzsk6f4s", + "setCard": { + "id": "clm4ptgr900w8e0v5gzsk6f4s", + "slug": "alp_screaming_skull", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ptba400w7e0v51u7v6mrh", + "meta": { + "id": "clq3a1cuj00qesh27lyq7mi6d", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of unbridled rage", + "subType": "Relic", + "rulesText": "Whenever bearer attacks and kills an enemy, it untaps.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ptgr900w8e0v5gzsk6f4s" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4r6pat016te0v5394d4l74", + "slug": "seer", + "name": "Seer", + "hotscore": 391, + "guardian": { + "id": "clq3a2bpt00xish2785h0bjjz", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar prognosticates success", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nAt the start of your turn, look at your topmost site or spell. You may put it on the bottom of its deck.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4r6pat016te0v5394d4l74" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j7f60260s67pvatr1sxa", + "slug": "bet_seer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/seer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4r6pat016te0v5394d4l74", + "setCardId": "clot8j7dn025ys67pncalzgca", + "setCard": { + "id": "clot8j7dn025ys67pncalzgca", + "slug": "bet_seer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r6pat016te0v5394d4l74", + "meta": { + "id": "clq3a2by400xksh273u5mgrih", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar prognosticates success", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nAt the start of your turn, look at your topmost site or spell. You may put it on the bottom of its deck.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j7dn025ys67pncalzgca" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j7gq0262s67pjwvsobux", + "slug": "bet_seer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/seer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4r6pat016te0v5394d4l74", + "setCardId": "clot8j7dn025ys67pncalzgca", + "setCard": { + "id": "clot8j7dn025ys67pncalzgca", + "slug": "bet_seer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r6pat016te0v5394d4l74", + "meta": { + "id": "clq3a2by400xksh273u5mgrih", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar prognosticates success", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nAt the start of your turn, look at your topmost site or spell. You may put it on the bottom of its deck.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j7dn025ys67pncalzgca" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4r6vxn016ve0v57f3t25r8", + "slug": "alp_seer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/seer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4r6pat016te0v5394d4l74", + "setCardId": "clm4r6umt016ue0v5gnxgd3al", + "setCard": { + "id": "clm4r6umt016ue0v5gnxgd3al", + "slug": "alp_seer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r6pat016te0v5394d4l74", + "meta": { + "id": "clq3a2bs500xjsh27tnsl4t97", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar prognosticates success", + "subType": "", + "rulesText": "Tap → Play or draw a site.\n\nAt the start of your turn, look at your topmost site or spell. You may put it on the bottom of its deck.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r6umt016ue0v5gnxgd3al" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4r73wp016we0v557xpb15k", + "slug": "alp_seer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/seer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4r6pat016te0v5394d4l74", + "setCardId": "clm4r6umt016ue0v5gnxgd3al", + "setCard": { + "id": "clm4r6umt016ue0v5gnxgd3al", + "slug": "alp_seer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r6pat016te0v5394d4l74", + "meta": { + "id": "clq3a2bs500xjsh27tnsl4t97", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar prognosticates success", + "subType": "", + "rulesText": "Tap → Play or draw a site.\n\nAt the start of your turn, look at your topmost site or spell. You may put it on the bottom of its deck.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r6umt016ue0v5gnxgd3al" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ptvrj00wce0v57gor3d1n", + "slug": "seven_league_boots", + "name": "Seven-League Boots", + "hotscore": 1669, + "guardian": { + "id": "clq3a1d8200qgsh27x700tm9m", + "type": "Artifact", + "rarity": "Unique", + "typeText": "Unique Armor for traipsing and japesing", + "subType": "Armor", + "rulesText": "Bearer has Movement +7.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ptvrj00wce0v57gor3d1n" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8iftd01pas67pxgrwsixu", + "slug": "bet_seven_league_boots_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/seven_league_boots.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "“Bring me my boots at once, so that I may catch them!“ — Charles Perrault", + "cardId": "clm4ptvrj00wce0v57gor3d1n", + "setCardId": "clot8ifrw01p8s67pip7osd3s", + "setCard": { + "id": "clot8ifrw01p8s67pip7osd3s", + "slug": "bet_seven_league_boots", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ptvrj00wce0v57gor3d1n", + "meta": { + "id": "clq3a1dfx00qish27c4kmead4", + "type": "Artifact", + "rarity": "Unique", + "typeText": "Unique Armor for traipsing and japesing", + "subType": "Armor", + "rulesText": "Bearer has Movement +7.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ifrw01p8s67pip7osd3s" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ifuw01pcs67pdcc46c6m", + "slug": "bet_seven_league_boots_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/seven_league_boots-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "“Bring me my boots at once, so that I may catch them!“ — Charles Perrault", + "cardId": "clm4ptvrj00wce0v57gor3d1n", + "setCardId": "clot8ifrw01p8s67pip7osd3s", + "setCard": { + "id": "clot8ifrw01p8s67pip7osd3s", + "slug": "bet_seven_league_boots", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ptvrj00wce0v57gor3d1n", + "meta": { + "id": "clq3a1dfx00qish27c4kmead4", + "type": "Artifact", + "rarity": "Unique", + "typeText": "Unique Armor for traipsing and japesing", + "subType": "Armor", + "rulesText": "Bearer has Movement +7.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ifrw01p8s67pip7osd3s" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pu2wa00wee0v5bxfm5avj", + "slug": "alp_seven_league_boots_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/seven_league_boots.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "“Bring me my boots at once, so that I may catch them!“ — Charles Perrault", + "cardId": "clm4ptvrj00wce0v57gor3d1n", + "setCardId": "clm4pu1l900wde0v5b6bpf58k", + "setCard": { + "id": "clm4pu1l900wde0v5b6bpf58k", + "slug": "alp_seven_league_boots", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ptvrj00wce0v57gor3d1n", + "meta": { + "id": "clq3a1dab00qhsh27c5y4jvgt", + "type": "Artifact", + "rarity": "Unique", + "typeText": "Unique Armor for traipsing and japesing", + "subType": "Armor", + "rulesText": "Bearer has Movement +7.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pu1l900wde0v5b6bpf58k" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pu9oe00wfe0v54xmhaixw", + "slug": "alp_seven_league_boots_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/seven_league_boots-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "“Bring me my boots at once, so that I may catch them!“ — Charles Perrault", + "cardId": "clm4ptvrj00wce0v57gor3d1n", + "setCardId": "clm4pu1l900wde0v5b6bpf58k", + "setCard": { + "id": "clm4pu1l900wde0v5b6bpf58k", + "slug": "alp_seven_league_boots", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ptvrj00wce0v57gor3d1n", + "meta": { + "id": "clq3a1dab00qhsh27c5y4jvgt", + "type": "Artifact", + "rarity": "Unique", + "typeText": "Unique Armor for traipsing and japesing", + "subType": "Armor", + "rulesText": "Bearer has Movement +7.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pu1l900wde0v5b6bpf58k" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4puf3b00wge0v5h5l60ldw", + "slug": "siege_ballista", + "name": "Siege Ballista", + "hotscore": 547, + "guardian": { + "id": "clq3a1dln00qjsh27jw8i8ein", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon and engine of war", + "subType": "Weapon", + "rulesText": "Tap bearer and another ally here → Deal 3 damage to target unit up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4puf3b00wge0v5h5l60ldw" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ig3y01phs67pf8s8vu9k", + "slug": "bet_siege_ballista_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/siege_ballista.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4puf3b00wge0v5h5l60ldw", + "setCardId": "clot8ig2h01pfs67p4pabztcs", + "setCard": { + "id": "clot8ig2h01pfs67p4pabztcs", + "slug": "bet_siege_ballista", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4puf3b00wge0v5h5l60ldw", + "meta": { + "id": "clq3a1dvj00qlsh27dt27rp63", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon and engine of war", + "subType": "Weapon", + "rulesText": "Tap bearer and another ally here → Deal 3 damage to target unit up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ig2h01pfs67p4pabztcs" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ig5h01pjs67pqhv6x0ve", + "slug": "bet_siege_ballista_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/siege_ballista-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4puf3b00wge0v5h5l60ldw", + "setCardId": "clot8ig2h01pfs67p4pabztcs", + "setCard": { + "id": "clot8ig2h01pfs67p4pabztcs", + "slug": "bet_siege_ballista", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4puf3b00wge0v5h5l60ldw", + "meta": { + "id": "clq3a1dvj00qlsh27dt27rp63", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon and engine of war", + "subType": "Weapon", + "rulesText": "Tap bearer and another ally here → Deal 3 damage to target unit up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ig2h01pfs67p4pabztcs" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pulul00wie0v56udl34da", + "slug": "alp_siege_ballista_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/siege_ballista.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4puf3b00wge0v5h5l60ldw", + "setCardId": "clm4pukjh00whe0v56zb95lb6", + "setCard": { + "id": "clm4pukjh00whe0v56zb95lb6", + "slug": "alp_siege_ballista", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4puf3b00wge0v5h5l60ldw", + "meta": { + "id": "clq3a1do100qksh2704jlfmle", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon and engine of war", + "subType": "Weapon", + "rulesText": "Tap bearer and another ally here → Deal 3 damage to target unit up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pukjh00whe0v56zb95lb6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4puy3o00wke0v50vnw0ycu", + "slug": "alp_siege_ballista_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/siege_ballista-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4puf3b00wge0v5h5l60ldw", + "setCardId": "clm4pukjh00whe0v56zb95lb6", + "setCard": { + "id": "clm4pukjh00whe0v56zb95lb6", + "slug": "alp_siege_ballista", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4puf3b00wge0v5h5l60ldw", + "meta": { + "id": "clq3a1do100qksh2704jlfmle", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon and engine of war", + "subType": "Weapon", + "rulesText": "Tap bearer and another ally here → Deal 3 damage to target unit up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pukjh00whe0v56zb95lb6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pussl00wje0v5g2cnd68v", + "slug": "alp_siege_ballista_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/siege_ballista-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4puf3b00wge0v5h5l60ldw", + "setCardId": "clm4pukjh00whe0v56zb95lb6", + "setCard": { + "id": "clm4pukjh00whe0v56zb95lb6", + "slug": "alp_siege_ballista", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4puf3b00wge0v5h5l60ldw", + "meta": { + "id": "clq3a1do100qksh2704jlfmle", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon and engine of war", + "subType": "Weapon", + "rulesText": "Tap bearer and another ally here → Deal 3 damage to target unit up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pukjh00whe0v56zb95lb6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qz2wc015ce0v52eqehigs", + "slug": "sinkhole", + "name": "Sinkhole", + "hotscore": 5131, + "guardian": { + "id": "clq3a277d00wjsh27zlbw39tn", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of impending collapse", + "subType": "", + "rulesText": "Sacrifice Sinkhole → Destroy a nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qz2wc015ce0v52eqehigs" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j3de023hs67pn5lvpd8b", + "slug": "bet_sinkhole_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sinkhole.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4qz2wc015ce0v52eqehigs", + "setCardId": "clot8j3bw023fs67p15wvpnji", + "setCard": { + "id": "clot8j3bw023fs67p15wvpnji", + "slug": "bet_sinkhole", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qz2wc015ce0v52eqehigs", + "meta": { + "id": "clq3a27fp00wlsh272whh5okf", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of impending collapse", + "subType": "", + "rulesText": "Sacrifice Sinkhole → Destroy a nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j3bw023fs67p15wvpnji" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j3f0023js67pypycz1sd", + "slug": "bet_sinkhole_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sinkhole-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4qz2wc015ce0v52eqehigs", + "setCardId": "clot8j3bw023fs67p15wvpnji", + "setCard": { + "id": "clot8j3bw023fs67p15wvpnji", + "slug": "bet_sinkhole", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qz2wc015ce0v52eqehigs", + "meta": { + "id": "clq3a27fp00wlsh272whh5okf", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of impending collapse", + "subType": "", + "rulesText": "Sacrifice Sinkhole → Destroy a nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j3bw023fs67p15wvpnji" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qzaic015ee0v50spjcmoi", + "slug": "alp_sinkhole_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sinkhole.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4qz2wc015ce0v52eqehigs", + "setCardId": "clm4qz8t0015de0v58oj2agl5", + "setCard": { + "id": "clm4qz8t0015de0v58oj2agl5", + "slug": "alp_sinkhole", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qz2wc015ce0v52eqehigs", + "meta": { + "id": "clq3a279q00wksh27snd0wze1", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of impending collapse", + "subType": "", + "rulesText": "Sacrifice Sinkhole → Destroy a nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qz8t0015de0v58oj2agl5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qzj5j015fe0v5h3fo8le9", + "slug": "alp_sinkhole_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sinkhole-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4qz2wc015ce0v52eqehigs", + "setCardId": "clm4qz8t0015de0v58oj2agl5", + "setCard": { + "id": "clm4qz8t0015de0v58oj2agl5", + "slug": "alp_sinkhole", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qz2wc015ce0v52eqehigs", + "meta": { + "id": "clq3a279q00wksh27snd0wze1", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of impending collapse", + "subType": "", + "rulesText": "Sacrifice Sinkhole → Destroy a nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qz8t0015de0v58oj2agl5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4r7b5w016xe0v53pgx9o1z", + "slug": "sorcerer", + "name": "Sorcerer", + "hotscore": 291, + "guardian": { + "id": "clq3a2c4200xlsh27gw1llh32", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar has entered the contest!", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nTap → Draw a spell.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4r7b5w016xe0v53pgx9o1z" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j7qv0267s67pchvtqw06", + "slug": "bet_sorcerer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sorcerer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4r7b5w016xe0v53pgx9o1z", + "setCardId": "clot8j7pb0265s67psylm675u", + "setCard": { + "id": "clot8j7pb0265s67psylm675u", + "slug": "bet_sorcerer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r7b5w016xe0v53pgx9o1z", + "meta": { + "id": "clq3a2ci100xosh27s04vorwe", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar has entered the contest!", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nTap → Draw a spell.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j7pb0265s67psylm675u" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j7sg0269s67pk32bchia", + "slug": "bet_sorcerer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sorcerer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4r7b5w016xe0v53pgx9o1z", + "setCardId": "clot8j7pb0265s67psylm675u", + "setCard": { + "id": "clot8j7pb0265s67psylm675u", + "slug": "bet_sorcerer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r7b5w016xe0v53pgx9o1z", + "meta": { + "id": "clq3a2ci100xosh27s04vorwe", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar has entered the contest!", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nTap → Draw a spell.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j7pb0265s67psylm675u" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4r7idv016ze0v58w296nbc", + "slug": "alp_sorcerer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sorcerer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4r7b5w016xe0v53pgx9o1z", + "setCardId": "clm4r7h2s016ye0v5g17g37wh", + "setCard": { + "id": "clm4r7h2s016ye0v5g17g37wh", + "slug": "alp_sorcerer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r7b5w016xe0v53pgx9o1z", + "meta": { + "id": "clq3a2c6g00xmsh27d3y8fxgi", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar has entered the contest!", + "subType": "", + "rulesText": "Tap → Play or draw a site.\n\nTap → Draw a spell.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r7h2s016ye0v5g17g37wh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4r7qj40170e0v5c8nr5e74", + "slug": "alp_sorcerer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sorcerer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4r7b5w016xe0v53pgx9o1z", + "setCardId": "clm4r7h2s016ye0v5g17g37wh", + "setCard": { + "id": "clm4r7h2s016ye0v5g17g37wh", + "slug": "alp_sorcerer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r7b5w016xe0v53pgx9o1z", + "meta": { + "id": "clq3a2c6g00xmsh27d3y8fxgi", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar has entered the contest!", + "subType": "", + "rulesText": "Tap → Play or draw a site.\n\nTap → Draw a spell.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r7h2s016ye0v5g17g37wh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4rjgh2000m42v5ehg10ol9", + "slug": "pro_sorcerer_pp_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/pro/sorcerer-pp.png", + "finish": "Standard", + "product": "Pledge_Pack", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4r7b5w016xe0v53pgx9o1z", + "setCardId": "clm4rj7vl000k42v5d1z566dy", + "setCard": { + "id": "clm4rj7vl000k42v5d1z566dy", + "slug": "pro_sorcerer", + "setId": "clm4rgehb000042v5a04vfg6s", + "cardId": "clm4r7b5w016xe0v53pgx9o1z", + "meta": { + "id": "clq3a2cc800xnsh27x7njaz48", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar has entered the contest!", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nTap → Draw a spell.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4rj7vl000k42v5d1z566dy" + }, + "set": { + "id": "clm4rgehb000042v5a04vfg6s", + "name": "Promotional", + "releaseDate": "" + } + } + }, + { + "id": "clm4rj9de000l42v54ksz26w2", + "slug": "pro_sorcerer_bt_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/pro/sorcerer-bt-f.png", + "finish": "Foil", + "product": "Box_Topper", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4r7b5w016xe0v53pgx9o1z", + "setCardId": "clm4rj7vl000k42v5d1z566dy", + "setCard": { + "id": "clm4rj7vl000k42v5d1z566dy", + "slug": "pro_sorcerer", + "setId": "clm4rgehb000042v5a04vfg6s", + "cardId": "clm4r7b5w016xe0v53pgx9o1z", + "meta": { + "id": "clq3a2cc800xnsh27x7njaz48", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar has entered the contest!", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nTap → Draw a spell.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4rj7vl000k42v5d1z566dy" + }, + "set": { + "id": "clm4rgehb000042v5a04vfg6s", + "name": "Promotional", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clot8j4f90245s67pityb49qv", + "slug": "sparkmage", + "name": "Sparkmage", + "hotscore": 97, + "guardian": { + "id": "clq3a2d1a00xtsh27pi5dayoh", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar's enemies are in for a shock!", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nTap → Target nearby location. Deal damage to another random unit there equal to the sum of (A) on spells you've cast this turn.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clot8j4f90245s67pityb49qv" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j4ms0249s67p0i5d6wqb", + "slug": "bet_sparkmage_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sparkmage.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clot8j4f90245s67pityb49qv", + "setCardId": "clot8j4lb0247s67pnzngnbgl", + "setCard": { + "id": "clot8j4lb0247s67pnzngnbgl", + "slug": "bet_sparkmage", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clot8j4f90245s67pityb49qv", + "meta": { + "id": "clq3a2d3q00xush27ooeqjlga", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar's enemies are in for a shock!", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nTap → Target nearby location. Deal damage to another random unit there equal to the sum of (A) on spells you've cast this turn.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j4lb0247s67pnzngnbgl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j4p6024bs67pxx4i5tb3", + "slug": "bet_sparkmage_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sparkmage-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clot8j4f90245s67pityb49qv", + "setCardId": "clot8j4lb0247s67pnzngnbgl", + "setCard": { + "id": "clot8j4lb0247s67pnzngnbgl", + "slug": "bet_sparkmage", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clot8j4f90245s67pityb49qv", + "meta": { + "id": "clq3a2d3q00xush27ooeqjlga", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar's enemies are in for a shock!", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nTap → Target nearby location. Deal damage to another random unit there equal to the sum of (A) on spells you've cast this turn.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j4lb0247s67pnzngnbgl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4puz8900wle0v555lcbsxw", + "slug": "spear_of_destiny", + "name": "Spear of Destiny", + "hotscore": 955, + "guardian": { + "id": "clq3a1e1e00qmsh27aoz8lj98", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Weapon of divine retribution", + "subType": "Weapon", + "rulesText": "Bearer has “Tap → Throw Spear of Destiny at any minion anywhere. It teleports to that minion’s location and kills it.”", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4puz8900wle0v555lcbsxw" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8igf201pos67plbaa1xou", + "slug": "bet_spear_of_destiny_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/spear_of_destiny.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Nor mortal's blood shall sate a hunger erst whetted by divine.", + "cardId": "clm4puz8900wle0v555lcbsxw", + "setCardId": "clot8igdg01pms67pgtcjaoko", + "setCard": { + "id": "clot8igdg01pms67pgtcjaoko", + "slug": "bet_spear_of_destiny", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4puz8900wle0v555lcbsxw", + "meta": { + "id": "clq3a1ebb00qosh27or8pawyp", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Weapon of divine retribution", + "subType": "Weapon", + "rulesText": "Bearer has “Tap → Throw Spear of Destiny at any minion anywhere. It teleports to that minion’s location and kills it.”", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8igdg01pms67pgtcjaoko" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iggl01pqs67prmlgk6bc", + "slug": "bet_spear_of_destiny_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/spear_of_destiny-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Nor mortal's blood shall sate a hunger erst whetted by divine.", + "cardId": "clm4puz8900wle0v555lcbsxw", + "setCardId": "clot8igdg01pms67pgtcjaoko", + "setCard": { + "id": "clot8igdg01pms67pgtcjaoko", + "slug": "bet_spear_of_destiny", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4puz8900wle0v555lcbsxw", + "meta": { + "id": "clq3a1ebb00qosh27or8pawyp", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Weapon of divine retribution", + "subType": "Weapon", + "rulesText": "Bearer has “Tap → Throw Spear of Destiny at any minion anywhere. It teleports to that minion’s location and kills it.”", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8igdg01pms67pgtcjaoko" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pv5yw00wne0v51az6c68q", + "slug": "alp_spear_of_destiny_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spear_of_destiny.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Nor mortal's blood shall sate a hunger erst whetted by divine.", + "cardId": "clm4puz8900wle0v555lcbsxw", + "setCardId": "clm4pv4ns00wme0v50ci05bqs", + "setCard": { + "id": "clm4pv4ns00wme0v50ci05bqs", + "slug": "alp_spear_of_destiny", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4puz8900wle0v555lcbsxw", + "meta": { + "id": "clq3a1e3p00qnsh27cbjid990", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Weapon of divine retribution", + "subType": "Weapon", + "rulesText": "Bearer has “Tap → Throw Spear of Destiny at any minion anywhere. It teleports to that minion’s location and kills it.”", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pv4ns00wme0v50ci05bqs" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pvis900wpe0v5g97o10mo", + "slug": "alp_spear_of_destiny_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spear_of_destiny-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Andrea Modesti", + "flavorText": "Nor mortal's blood shall sate a hunger erst whetted by divine.", + "cardId": "clm4puz8900wle0v555lcbsxw", + "setCardId": "clm4pv4ns00wme0v50ci05bqs", + "setCard": { + "id": "clm4pv4ns00wme0v50ci05bqs", + "slug": "alp_spear_of_destiny", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4puz8900wle0v555lcbsxw", + "meta": { + "id": "clq3a1e3p00qnsh27cbjid990", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Weapon of divine retribution", + "subType": "Weapon", + "rulesText": "Bearer has “Tap → Throw Spear of Destiny at any minion anywhere. It teleports to that minion’s location and kills it.”", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pv4ns00wme0v50ci05bqs" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pvd6q00woe0v5deds749l", + "slug": "alp_spear_of_destiny_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spear_of_destiny-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Nor mortal's blood shall sate a hunger erst whetted by divine.", + "cardId": "clm4puz8900wle0v555lcbsxw", + "setCardId": "clm4pv4ns00wme0v50ci05bqs", + "setCard": { + "id": "clm4pv4ns00wme0v50ci05bqs", + "slug": "alp_spear_of_destiny", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4puz8900wle0v555lcbsxw", + "meta": { + "id": "clq3a1e3p00qnsh27cbjid990", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Weapon of divine retribution", + "subType": "Weapon", + "rulesText": "Bearer has “Tap → Throw Spear of Destiny at any minion anywhere. It teleports to that minion’s location and kills it.”", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pv4ns00wme0v50ci05bqs" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qzoxk015ge0v591wz8txl", + "slug": "standing_stones", + "name": "Standing Stones", + "hotscore": 1249, + "guardian": { + "id": "clq3a27lh00wmsh277yrha7vo", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site where leylines converge", + "subType": "", + "rulesText": "Minions here are Spellcasters.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qzoxk015ge0v591wz8txl" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j3p6023os67pa7vf7dzq", + "slug": "bet_standing_stones_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/standing_stones.png", + "finish": "Standard", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qzoxk015ge0v591wz8txl", + "setCardId": "clot8j3nl023ms67pdbdshtk4", + "setCard": { + "id": "clot8j3nl023ms67pdbdshtk4", + "slug": "bet_standing_stones", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qzoxk015ge0v591wz8txl", + "meta": { + "id": "clq3a27v700wosh27xp539jsn", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site where leylines converge", + "subType": "", + "rulesText": "Minions here are Spellcasters.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j3nl023ms67pdbdshtk4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j3qs023qs67pjir2x3gi", + "slug": "bet_standing_stones_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/standing_stones-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qzoxk015ge0v591wz8txl", + "setCardId": "clot8j3nl023ms67pdbdshtk4", + "setCard": { + "id": "clot8j3nl023ms67pdbdshtk4", + "slug": "bet_standing_stones", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qzoxk015ge0v591wz8txl", + "meta": { + "id": "clq3a27v700wosh27xp539jsn", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site where leylines converge", + "subType": "", + "rulesText": "Minions here are Spellcasters.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j3nl023ms67pdbdshtk4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qzw9r015ie0v5eoxy1yf2", + "slug": "alp_standing_stones_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/standing_stones.png", + "finish": "Standard", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qzoxk015ge0v591wz8txl", + "setCardId": "clm4qzuyq015he0v53l2c9vu3", + "setCard": { + "id": "clm4qzuyq015he0v53l2c9vu3", + "slug": "alp_standing_stones", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qzoxk015ge0v591wz8txl", + "meta": { + "id": "clq3a27ns00wnsh2704vzl629", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site where leylines converge", + "subType": "", + "rulesText": "Minions here are Spellcasters.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qzuyq015he0v53l2c9vu3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4r08u5015ke0v5ctpz97o8", + "slug": "alp_standing_stones_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/standing_stones-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qzoxk015ge0v591wz8txl", + "setCardId": "clm4qzuyq015he0v53l2c9vu3", + "setCard": { + "id": "clm4qzuyq015he0v53l2c9vu3", + "slug": "alp_standing_stones", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qzoxk015ge0v591wz8txl", + "meta": { + "id": "clq3a27ns00wnsh2704vzl629", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site where leylines converge", + "subType": "", + "rulesText": "Minions here are Spellcasters.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qzuyq015he0v53l2c9vu3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4r02vq015je0v5glotfvb5", + "slug": "alp_standing_stones_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/standing_stones-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qzoxk015ge0v591wz8txl", + "setCardId": "clm4qzuyq015he0v53l2c9vu3", + "setCard": { + "id": "clm4qzuyq015he0v53l2c9vu3", + "slug": "alp_standing_stones", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qzoxk015ge0v591wz8txl", + "meta": { + "id": "clq3a27ns00wnsh2704vzl629", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site where leylines converge", + "subType": "", + "rulesText": "Minions here are Spellcasters.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qzuyq015he0v53l2c9vu3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pvjwp00wqe0v5747636si", + "slug": "sunken_treasure", + "name": "Sunken Treasure", + "hotscore": 489, + "guardian": { + "id": "clq3a1eh200qpsh27bpk8k866", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "Exceptional Relics lost at sea", + "subType": "Relic", + "rulesText": "If cast, conjure this under an allied water site of an opponent's choice.\r\n\r\nWhen Sunken Treasure is carried to the surface, its controller sacrifices it and draws two cards.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pvjwp00wqe0v5747636si" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8igqs01pvs67p8530wysp", + "slug": "bet_sunken_treasure_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sunken_treasure.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4pvjwp00wqe0v5747636si", + "setCardId": "clot8igp801pts67pwrvj1wum", + "setCard": { + "id": "clot8igp801pts67pwrvj1wum", + "slug": "bet_sunken_treasure", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pvjwp00wqe0v5747636si", + "meta": { + "id": "clq3a1eqr00qrsh27u8g9v18y", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "Exceptional Relics lost at sea", + "subType": "Relic", + "rulesText": "If cast, conjure this under an allied water site of an opponent's choice.\r\n\r\nWhen Sunken Treasure is carried to the surface, its controller sacrifices it and draws two cards.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8igp801pts67pwrvj1wum" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8igsc01pxs67p6xtefds6", + "slug": "bet_sunken_treasure_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sunken_treasure-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4pvjwp00wqe0v5747636si", + "setCardId": "clot8igp801pts67pwrvj1wum", + "setCard": { + "id": "clot8igp801pts67pwrvj1wum", + "slug": "bet_sunken_treasure", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pvjwp00wqe0v5747636si", + "meta": { + "id": "clq3a1eqr00qrsh27u8g9v18y", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "Exceptional Relics lost at sea", + "subType": "Relic", + "rulesText": "If cast, conjure this under an allied water site of an opponent's choice.\r\n\r\nWhen Sunken Treasure is carried to the surface, its controller sacrifices it and draws two cards.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8igp801pts67pwrvj1wum" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pvqu600wse0v5fxotc5pl", + "slug": "alp_sunken_treasure_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sunken_treasure.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4pvjwp00wqe0v5747636si", + "setCardId": "clm4pvpj400wre0v50d0e0irl", + "setCard": { + "id": "clm4pvpj400wre0v50d0e0irl", + "slug": "alp_sunken_treasure", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pvjwp00wqe0v5747636si", + "meta": { + "id": "clq3a1ejh00qqsh276rqr0hlx", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "Exceptional Relics lost at sea", + "subType": "Relic", + "rulesText": "If cast, conjure this under an allied water site of an opponent's choice.\n\nWhen Sunken Treasure is carried to the surface, its controller sacrifices it and draws two cards.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pvpj400wre0v50d0e0irl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pw2m900wue0v5b3c1ci6k", + "slug": "alp_sunken_treasure_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sunken_treasure-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4pvjwp00wqe0v5747636si", + "setCardId": "clm4pvpj400wre0v50d0e0irl", + "setCard": { + "id": "clm4pvpj400wre0v50d0e0irl", + "slug": "alp_sunken_treasure", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pvjwp00wqe0v5747636si", + "meta": { + "id": "clq3a1ejh00qqsh276rqr0hlx", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "Exceptional Relics lost at sea", + "subType": "Relic", + "rulesText": "If cast, conjure this under an allied water site of an opponent's choice.\n\nWhen Sunken Treasure is carried to the surface, its controller sacrifices it and draws two cards.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pvpj400wre0v50d0e0irl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pvxlb00wte0v5c8r9gi8i", + "slug": "alp_sunken_treasure_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sunken_treasure-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4pvjwp00wqe0v5747636si", + "setCardId": "clm4pvpj400wre0v50d0e0irl", + "setCard": { + "id": "clm4pvpj400wre0v50d0e0irl", + "slug": "alp_sunken_treasure", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pvjwp00wqe0v5747636si", + "meta": { + "id": "clq3a1ejh00qqsh276rqr0hlx", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "Exceptional Relics lost at sea", + "subType": "Relic", + "rulesText": "If cast, conjure this under an allied water site of an opponent's choice.\n\nWhen Sunken Treasure is carried to the surface, its controller sacrifices it and draws two cards.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pvpj400wre0v50d0e0irl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4r0a5e015le0v58juq7fkm", + "slug": "the_geistwood", + "name": "The Geistwood", + "hotscore": 3587, + "guardian": { + "id": "clq3a281100wpsh27y5ywks1h", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of denied absolution", + "subType": "", + "rulesText": "Genesis abilities here are also Deathrite abilities.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4r0a5e015le0v58juq7fkm" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j41i023vs67psghi79kd", + "slug": "bet_the_geistwood_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/the_geistwood.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4r0a5e015le0v58juq7fkm", + "setCardId": "clot8j3zx023ts67pdp9ikv1c", + "setCard": { + "id": "clot8j3zx023ts67pdp9ikv1c", + "slug": "bet_the_geistwood", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r0a5e015le0v58juq7fkm", + "meta": { + "id": "clq3a289j00wrsh27hm3wwarf", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of denied absolution", + "subType": "", + "rulesText": "Genesis abilities here are also Deathrite abilities.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j3zx023ts67pdp9ikv1c" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j432023xs67psnxs7fhv", + "slug": "bet_the_geistwood_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/the_geistwood-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4r0a5e015le0v58juq7fkm", + "setCardId": "clot8j3zx023ts67pdp9ikv1c", + "setCard": { + "id": "clot8j3zx023ts67pdp9ikv1c", + "slug": "bet_the_geistwood", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r0a5e015le0v58juq7fkm", + "meta": { + "id": "clq3a289j00wrsh27hm3wwarf", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of denied absolution", + "subType": "", + "rulesText": "Genesis abilities here are also Deathrite abilities.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j3zx023ts67pdp9ikv1c" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4r0hz8015ne0v50ckl05yj", + "slug": "alp_the_geistwood_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/the_geistwood.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4r0a5e015le0v58juq7fkm", + "setCardId": "clm4r0ghp015me0v5bjq8651x", + "setCard": { + "id": "clm4r0ghp015me0v5bjq8651x", + "slug": "alp_the_geistwood", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r0a5e015le0v58juq7fkm", + "meta": { + "id": "clq3a283e00wqsh27dfdg2hwz", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of denied absolution", + "subType": "", + "rulesText": "Genesis abilities here are also Deathrite abilities.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r0ghp015me0v5bjq8651x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4r0pne015oe0v5b9rjfm65", + "slug": "alp_the_geistwood_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/the_geistwood-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4r0a5e015le0v58juq7fkm", + "setCardId": "clm4r0ghp015me0v5bjq8651x", + "setCard": { + "id": "clm4r0ghp015me0v5bjq8651x", + "slug": "alp_the_geistwood", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r0a5e015le0v58juq7fkm", + "meta": { + "id": "clq3a283e00wqsh27dfdg2hwz", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of denied absolution", + "subType": "", + "rulesText": "Genesis abilities here are also Deathrite abilities.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r0ghp015me0v5bjq8651x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pw3ql00wve0v50wqc9dd9", + "slug": "the_immortal_throne", + "name": "The Immortal Throne", + "hotscore": 1396, + "guardian": { + "id": "clq3a1ewe00qssh27keblstw5", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to life everlasting", + "subType": "Monument", + "rulesText": "Whenever anyone plays a card with cost equal to the number of level counters on The Immortal Throne, they draw a card and add a level counter.\r\n\r\nAt level 8 or more, an Avatar here alone wins the game.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pw3ql00wve0v50wqc9dd9" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ih1u01q2s67pdhifyljj", + "slug": "bet_the_immortal_throne_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/the_immortal_throne.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pw3ql00wve0v50wqc9dd9", + "setCardId": "clot8ih0a01q0s67p07rz1ow3", + "setCard": { + "id": "clot8ih0a01q0s67p07rz1ow3", + "slug": "bet_the_immortal_throne", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pw3ql00wve0v50wqc9dd9", + "meta": { + "id": "clq3a1f4i00qush27amvii3hh", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to life everlasting", + "subType": "Monument", + "rulesText": "Whenever anyone plays a card with cost equal to the number of level counters on The Immortal Throne, they draw a card and add a level counter.\r\n\r\nAt level 8 or more, an Avatar here alone wins the game.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ih0a01q0s67p07rz1ow3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ih3f01q4s67pktqhkm7g", + "slug": "bet_the_immortal_throne_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/the_immortal_throne-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pw3ql00wve0v50wqc9dd9", + "setCardId": "clot8ih0a01q0s67p07rz1ow3", + "setCard": { + "id": "clot8ih0a01q0s67p07rz1ow3", + "slug": "bet_the_immortal_throne", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pw3ql00wve0v50wqc9dd9", + "meta": { + "id": "clq3a1f4i00qush27amvii3hh", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to life everlasting", + "subType": "Monument", + "rulesText": "Whenever anyone plays a card with cost equal to the number of level counters on The Immortal Throne, they draw a card and add a level counter.\r\n\r\nAt level 8 or more, an Avatar here alone wins the game.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ih0a01q0s67p07rz1ow3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pwamy00wxe0v5c0d66vmw", + "slug": "alp_the_immortal_throne_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/the_immortal_throne.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pw3ql00wve0v50wqc9dd9", + "setCardId": "clm4pw9c500wwe0v51tvoc6v8", + "setCard": { + "id": "clm4pw9c500wwe0v51tvoc6v8", + "slug": "alp_the_immortal_throne", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pw3ql00wve0v50wqc9dd9", + "meta": { + "id": "clq3a1eyo00qtsh27uhzgw2i0", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to life everlasting", + "subType": "Monument", + "rulesText": "Whenever anyone plays a card with cost equal to the number of level counters on The Immortal Throne, they draw a card and add a level counter.\n\nAt level 8 or more, an Avatar here alone wins the game.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pw9c500wwe0v51tvoc6v8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pwhxm00wye0v5f6kbhqvd", + "slug": "alp_the_immortal_throne_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/the_immortal_throne-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pw3ql00wve0v50wqc9dd9", + "setCardId": "clm4pw9c500wwe0v51tvoc6v8", + "setCard": { + "id": "clm4pw9c500wwe0v51tvoc6v8", + "slug": "alp_the_immortal_throne", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pw3ql00wve0v50wqc9dd9", + "meta": { + "id": "clq3a1eyo00qtsh27uhzgw2i0", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to life everlasting", + "subType": "Monument", + "rulesText": "Whenever anyone plays a card with cost equal to the number of level counters on The Immortal Throne, they draw a card and add a level counter.\n\nAt level 8 or more, an Avatar here alone wins the game.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pw9c500wwe0v51tvoc6v8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pwn5u00wze0v5avc26921", + "slug": "torshammar_trinket", + "name": "Torshammar Trinket", + "hotscore": 3999, + "guardian": { + "id": "clq3a1fa700qvsh27jhmpq5xf", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of recurring force", + "subType": "Relic", + "rulesText": "Bearer has +1 power.\r\n \r\nAt the end of your turn, return this to its owner’s hand.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pwn5u00wze0v5avc26921" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ihe701q9s67prkqstpor", + "slug": "bet_torshammar_trinket_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/torshammar_trinket.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pwn5u00wze0v5avc26921", + "setCardId": "clot8ihcj01q7s67psbaajw4k", + "setCard": { + "id": "clot8ihcj01q7s67psbaajw4k", + "slug": "bet_torshammar_trinket", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pwn5u00wze0v5avc26921", + "meta": { + "id": "clq3a1fi700qxsh27jddgvrsg", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of recurring force", + "subType": "Relic", + "rulesText": "Bearer has +1 power.\r\n \r\nAt the end of your turn, return this to its owner’s hand.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ihcj01q7s67psbaajw4k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ihfr01qbs67p2olf2dei", + "slug": "bet_torshammar_trinket_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/torshammar_trinket-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pwn5u00wze0v5avc26921", + "setCardId": "clot8ihcj01q7s67psbaajw4k", + "setCard": { + "id": "clot8ihcj01q7s67psbaajw4k", + "slug": "bet_torshammar_trinket", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pwn5u00wze0v5avc26921", + "meta": { + "id": "clq3a1fi700qxsh27jddgvrsg", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of recurring force", + "subType": "Relic", + "rulesText": "Bearer has +1 power.\r\n \r\nAt the end of your turn, return this to its owner’s hand.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ihcj01q7s67psbaajw4k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pwtz100x1e0v5giize5aq", + "slug": "alp_torshammar_trinket_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/torshammar_trinket.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pwn5u00wze0v5avc26921", + "setCardId": "clm4pwsnj00x0e0v5cgh3fz5g", + "setCard": { + "id": "clm4pwsnj00x0e0v5cgh3fz5g", + "slug": "alp_torshammar_trinket", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pwn5u00wze0v5avc26921", + "meta": { + "id": "clq3a1fck00qwsh27hberd7mi", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of recurring force", + "subType": "Relic", + "rulesText": "Bearer has +1 power.\n\nAt the end of your turn, return this to its owner’s hand.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pwsnj00x0e0v5cgh3fz5g" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4px0rs00x2e0v5blp5gmw7", + "slug": "alp_torshammar_trinket_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/torshammar_trinket-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pwn5u00wze0v5avc26921", + "setCardId": "clm4pwsnj00x0e0v5cgh3fz5g", + "setCard": { + "id": "clm4pwsnj00x0e0v5cgh3fz5g", + "slug": "alp_torshammar_trinket", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pwn5u00wze0v5avc26921", + "meta": { + "id": "clq3a1fck00qwsh27hberd7mi", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of recurring force", + "subType": "Relic", + "rulesText": "Bearer has +1 power.\n\nAt the end of your turn, return this to its owner’s hand.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pwsnj00x0e0v5cgh3fz5g" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4px67d00x3e0v58d15b3gd", + "slug": "truesight_crossbow", + "name": "Truesight Crossbow", + "hotscore": 1270, + "guardian": { + "id": "clq3a1fnz00qysh27g56cz781", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon with an all-seeing eye", + "subType": "Weapon", + "rulesText": "Bearer has Ranged and can target Stealth units.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4px67d00x3e0v58d15b3gd" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ihqv01qgs67pf8xzxmai", + "slug": "bet_truesight_crossbow_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/truesight_crossbow.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4px67d00x3e0v58d15b3gd", + "setCardId": "clot8ihpc01qes67p50qlmusl", + "setCard": { + "id": "clot8ihpc01qes67p50qlmusl", + "slug": "bet_truesight_crossbow", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4px67d00x3e0v58d15b3gd", + "meta": { + "id": "clq3a1fvv00r0sh27ze6maz87", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon with an all-seeing eye", + "subType": "Weapon", + "rulesText": "Bearer has Ranged and can target Stealth units.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ihpc01qes67p50qlmusl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ihsc01qis67ppuyedqkr", + "slug": "bet_truesight_crossbow_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/truesight_crossbow-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4px67d00x3e0v58d15b3gd", + "setCardId": "clot8ihpc01qes67p50qlmusl", + "setCard": { + "id": "clot8ihpc01qes67p50qlmusl", + "slug": "bet_truesight_crossbow", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4px67d00x3e0v58d15b3gd", + "meta": { + "id": "clq3a1fvv00r0sh27ze6maz87", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon with an all-seeing eye", + "subType": "Weapon", + "rulesText": "Bearer has Ranged and can target Stealth units.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ihpc01qes67p50qlmusl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pxe2n00x5e0v58038gc3g", + "slug": "alp_truesight_crossbow_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/truesight_crossbow.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4px67d00x3e0v58d15b3gd", + "setCardId": "clm4pxcr800x4e0v5bg7lbu9w", + "setCard": { + "id": "clm4pxcr800x4e0v5bg7lbu9w", + "slug": "alp_truesight_crossbow", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4px67d00x3e0v58d15b3gd", + "meta": { + "id": "clq3a1fq800qzsh27ky6tb0ps", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon with an all-seeing eye", + "subType": "Weapon", + "rulesText": "Bearer has Ranged and can target Stealth units.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pxcr800x4e0v5bg7lbu9w" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pxl1500x6e0v543rkf1nw", + "slug": "alp_truesight_crossbow_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/truesight_crossbow-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4px67d00x3e0v58d15b3gd", + "setCardId": "clm4pxcr800x4e0v5bg7lbu9w", + "setCard": { + "id": "clm4pxcr800x4e0v5bg7lbu9w", + "slug": "alp_truesight_crossbow", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4px67d00x3e0v58d15b3gd", + "meta": { + "id": "clq3a1fq800qzsh27ky6tb0ps", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon with an all-seeing eye", + "subType": "Weapon", + "rulesText": "Bearer has Ranged and can target Stealth units.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pxcr800x4e0v5bg7lbu9w" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pxrdw00x7e0v59zqk5rzi", + "slug": "undertaker_engine", + "name": "Undertaker Engine", + "hotscore": 700, + "guardian": { + "id": "clq3a1g1s00r1sh27ao74vbew", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Automaton of mechanic cryptopsy", + "subType": "Automaton", + "rulesText": "At the end of your turn, you may burrow and/or unburrow any combination of artifacts and minions at this site.", + "cost": 7, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pxrdw00x7e0v59zqk5rzi" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ii2i01qns67pgcnoft5i", + "slug": "bet_undertaker_engine_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/undertaker_engine.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4pxrdw00x7e0v59zqk5rzi", + "setCardId": "clot8ii0r01qls67p4cqgdezm", + "setCard": { + "id": "clot8ii0r01qls67p4cqgdezm", + "slug": "bet_undertaker_engine", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pxrdw00x7e0v59zqk5rzi", + "meta": { + "id": "clq3a1g9n00r3sh27ikszwg8c", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Automaton of mechanic cryptopsy", + "subType": "Automaton", + "rulesText": "At the end of your turn, you may burrow and/or unburrow any combination of artifacts and minions at this site.", + "cost": 7, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ii0r01qls67p4cqgdezm" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ii4401qps67p0oe72p46", + "slug": "bet_undertaker_engine_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/undertaker_engine-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4pxrdw00x7e0v59zqk5rzi", + "setCardId": "clot8ii0r01qls67p4cqgdezm", + "setCard": { + "id": "clot8ii0r01qls67p4cqgdezm", + "slug": "bet_undertaker_engine", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pxrdw00x7e0v59zqk5rzi", + "meta": { + "id": "clq3a1g9n00r3sh27ikszwg8c", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Automaton of mechanic cryptopsy", + "subType": "Automaton", + "rulesText": "At the end of your turn, you may burrow and/or unburrow any combination of artifacts and minions at this site.", + "cost": 7, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ii0r01qls67p4cqgdezm" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pxypd00x9e0v5be5403su", + "slug": "alp_undertaker_engine_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/undertaker_engine.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4pxrdw00x7e0v59zqk5rzi", + "setCardId": "clm4pxx7o00x8e0v5fbmy7qsk", + "setCard": { + "id": "clm4pxx7o00x8e0v5fbmy7qsk", + "slug": "alp_undertaker_engine", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pxrdw00x7e0v59zqk5rzi", + "meta": { + "id": "clq3a1g4300r2sh27vu9t5nlp", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Automaton of mechanic cryptopsy", + "subType": "Automaton", + "rulesText": "At the end of your turn, you may burrow and/or unburrow any combination of artifacts and minions at this site.", + "cost": 7, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pxx7o00x8e0v5fbmy7qsk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4py59700xae0v5cbtr6tqp", + "slug": "alp_undertaker_engine_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/undertaker_engine-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4pxrdw00x7e0v59zqk5rzi", + "setCardId": "clm4pxx7o00x8e0v5fbmy7qsk", + "setCard": { + "id": "clm4pxx7o00x8e0v5fbmy7qsk", + "slug": "alp_undertaker_engine", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pxrdw00x7e0v59zqk5rzi", + "meta": { + "id": "clq3a1g4300r2sh27vu9t5nlp", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Automaton of mechanic cryptopsy", + "subType": "Automaton", + "rulesText": "At the end of your turn, you may burrow and/or unburrow any combination of artifacts and minions at this site.", + "cost": 7, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pxx7o00x8e0v5fbmy7qsk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4r0uvb015pe0v534wp2raa", + "slug": "vaults_of_zul", + "name": "Vaults of Zul", + "hotscore": 952, + "guardian": { + "id": "clq3a28fu00wssh27pj50iclc", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of beguiling riches", + "subType": "", + "rulesText": "The first time an Avatar stops here, they draw three cards and skip their next turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4r0uvb015pe0v534wp2raa" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j4cc0242s67p6rigix6v", + "slug": "bet_vaults_of_zul_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/vaults_of_zul.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4r0uvb015pe0v534wp2raa", + "setCardId": "clot8j4as0240s67pgmyppe7p", + "setCard": { + "id": "clot8j4as0240s67pgmyppe7p", + "slug": "bet_vaults_of_zul", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r0uvb015pe0v534wp2raa", + "meta": { + "id": "clq3a28nv00wush27x8imsdmf", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of beguiling riches", + "subType": "", + "rulesText": "The first time an Avatar stops here, they draw three cards and skip their next turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j4as0240s67pgmyppe7p" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j4ds0244s67pwoplv761", + "slug": "bet_vaults_of_zul_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/vaults_of_zul-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4r0uvb015pe0v534wp2raa", + "setCardId": "clot8j4as0240s67pgmyppe7p", + "setCard": { + "id": "clot8j4as0240s67pgmyppe7p", + "slug": "bet_vaults_of_zul", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r0uvb015pe0v534wp2raa", + "meta": { + "id": "clq3a28nv00wush27x8imsdmf", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of beguiling riches", + "subType": "", + "rulesText": "The first time an Avatar stops here, they draw three cards and skip their next turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j4as0240s67pgmyppe7p" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4r11l5015re0v57jmv9ngx", + "slug": "alp_vaults_of_zul_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vaults_of_zul.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4r0uvb015pe0v534wp2raa", + "setCardId": "clm4r10aa015qe0v5hqmo3fmg", + "setCard": { + "id": "clm4r10aa015qe0v5hqmo3fmg", + "slug": "alp_vaults_of_zul", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r0uvb015pe0v534wp2raa", + "meta": { + "id": "clq3a28i600wtsh27h6yl3es4", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of beguiling riches", + "subType": "", + "rulesText": "The first time an Avatar stops here, they draw three cards and skip their next turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r10aa015qe0v5hqmo3fmg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4r18b6015se0v560b638fm", + "slug": "alp_vaults_of_zul_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vaults_of_zul-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4r0uvb015pe0v534wp2raa", + "setCardId": "clm4r10aa015qe0v5hqmo3fmg", + "setCard": { + "id": "clm4r10aa015qe0v5hqmo3fmg", + "slug": "alp_vaults_of_zul", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r0uvb015pe0v534wp2raa", + "meta": { + "id": "clq3a28i600wtsh27h6yl3es4", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of beguiling riches", + "subType": "", + "rulesText": "The first time an Avatar stops here, they draw three cards and skip their next turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r10aa015qe0v5hqmo3fmg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clot8j5df024qs67pwv1g92s0", + "slug": "waveshaper", + "name": "Waveshaper", + "hotscore": 119, + "guardian": { + "id": "clq3a2dpp00xzsh277q96f94w", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar of ebb and flow", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nTap → Flood a site near your body of water until you do so again. Tap minions without submerge there. They don't untap the next time they would.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clot8j5df024qs67pwv1g92s0" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j5lo024us67pr1tibsu0", + "slug": "bet_waveshaper_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/waveshaper.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clot8j5df024qs67pwv1g92s0", + "setCardId": "clot8j5k5024ss67pv5e1icz1", + "setCard": { + "id": "clot8j5k5024ss67pv5e1icz1", + "slug": "bet_waveshaper", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clot8j5df024qs67pwv1g92s0", + "meta": { + "id": "clq3a2drz00y0sh27iebq319t", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar of ebb and flow", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nTap → Flood a site near your body of water until you do so again. Tap minions without submerge there. They don't untap the next time they would.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j5k5024ss67pv5e1icz1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j5n4024ws67pcq0r8q2n", + "slug": "bet_waveshaper_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/waveshaper-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clot8j5df024qs67pwv1g92s0", + "setCardId": "clot8j5k5024ss67pv5e1icz1", + "setCard": { + "id": "clot8j5k5024ss67pv5e1icz1", + "slug": "bet_waveshaper", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clot8j5df024qs67pwv1g92s0", + "meta": { + "id": "clq3a2drz00y0sh27iebq319t", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar of ebb and flow", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nTap → Flood a site near your body of water until you do so again. Tap minions without submerge there. They don't untap the next time they would.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j5k5024ss67pv5e1icz1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pyahq00xbe0v546tr9504", + "slug": "wicker_manikin", + "name": "Wicker Manikin", + "hotscore": 224, + "guardian": { + "id": "clq3a1gf700r4sh27qkg6juvr", + "type": "Artifact", + "rarity": "Ordinary", + "typeText": "An Ordinary sprig of an Automaton", + "subType": "Automaton", + "rulesText": "Non-fire Spellcaster", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pyahq00xbe0v546tr9504" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8iie701qus67pthu4dimy", + "slug": "bet_wicker_manikin_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wicker_manikin.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "By twisted frame round willow's heart, let none disclaim my turner's art.", + "cardId": "clm4pyahq00xbe0v546tr9504", + "setCardId": "clot8iico01qss67p993jf2du", + "setCard": { + "id": "clot8iico01qss67p993jf2du", + "slug": "bet_wicker_manikin", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pyahq00xbe0v546tr9504", + "meta": { + "id": "clq3a1gnx00r6sh272dqo4nzq", + "type": "Artifact", + "rarity": "Ordinary", + "typeText": "An Ordinary sprig of an Automaton", + "subType": "Automaton", + "rulesText": "Non-fire Spellcaster", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iico01qss67p993jf2du" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iifp01qws67prg40swax", + "slug": "bet_wicker_manikin_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wicker_manikin-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "By twisted frame round willow's heart, let none disclaim my turner's art.", + "cardId": "clm4pyahq00xbe0v546tr9504", + "setCardId": "clot8iico01qss67p993jf2du", + "setCard": { + "id": "clot8iico01qss67p993jf2du", + "slug": "bet_wicker_manikin", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pyahq00xbe0v546tr9504", + "meta": { + "id": "clq3a1gnx00r6sh272dqo4nzq", + "type": "Artifact", + "rarity": "Ordinary", + "typeText": "An Ordinary sprig of an Automaton", + "subType": "Automaton", + "rulesText": "Non-fire Spellcaster", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iico01qss67p993jf2du" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pyhhi00xde0v5hpyvaxwz", + "slug": "alp_wicker_manikin_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wicker_manikin.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "By twisted frame round willow's heart, let none disclaim my turner's art.", + "cardId": "clm4pyahq00xbe0v546tr9504", + "setCardId": "clm4pyg4800xce0v54242blb1", + "setCard": { + "id": "clm4pyg4800xce0v54242blb1", + "slug": "alp_wicker_manikin", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pyahq00xbe0v546tr9504", + "meta": { + "id": "clq3a1gho00r5sh27h3gegbp6", + "type": "Artifact", + "rarity": "Ordinary", + "typeText": "An Ordinary sprig of an Automaton", + "subType": "Automaton", + "rulesText": "Non-fire Spellcaster", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pyg4800xce0v54242blb1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pyntz00xee0v5ebxm0v6n", + "slug": "alp_wicker_manikin_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wicker_manikin-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "By twisted frame round willow's heart, let none disclaim my turner's art.", + "cardId": "clm4pyahq00xbe0v546tr9504", + "setCardId": "clm4pyg4800xce0v54242blb1", + "setCard": { + "id": "clm4pyg4800xce0v54242blb1", + "slug": "alp_wicker_manikin", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pyahq00xbe0v546tr9504", + "meta": { + "id": "clq3a1gho00r5sh27h3gegbp6", + "type": "Artifact", + "rarity": "Ordinary", + "typeText": "An Ordinary sprig of an Automaton", + "subType": "Automaton", + "rulesText": "Non-fire Spellcaster", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pyg4800xce0v54242blb1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pytzo00xfe0v58trnghkv", + "slug": "wings_of_invention", + "name": "Wings of Invention", + "hotscore": 448, + "guardian": { + "id": "clq3a1gtw00r7sh27rs13rf7e", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Device of aerial ingenuity", + "subType": "Device", + "rulesText": "Bearer has Airborne and Movement +1, if it's a minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pytzo00xfe0v58trnghkv" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8iiqf01r1s67p5mi4bjvz", + "slug": "bet_wings_of_invention_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wings_of_invention.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pytzo00xfe0v58trnghkv", + "setCardId": "clot8iiow01qzs67pdnxm540j", + "setCard": { + "id": "clot8iiow01qzs67pdnxm540j", + "slug": "bet_wings_of_invention", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pytzo00xfe0v58trnghkv", + "meta": { + "id": "clq3a1h2400r9sh27lk6gaoyg", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Device of aerial ingenuity", + "subType": "Device", + "rulesText": "Bearer has Airborne and Movement +1, if it's a minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iiow01qzs67pdnxm540j" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iirx01r3s67pkdarqj66", + "slug": "bet_wings_of_invention_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wings_of_invention-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pytzo00xfe0v58trnghkv", + "setCardId": "clot8iiow01qzs67pdnxm540j", + "setCard": { + "id": "clot8iiow01qzs67pdnxm540j", + "slug": "bet_wings_of_invention", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pytzo00xfe0v58trnghkv", + "meta": { + "id": "clq3a1h2400r9sh27lk6gaoyg", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Device of aerial ingenuity", + "subType": "Device", + "rulesText": "Bearer has Airborne and Movement +1, if it's a minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iiow01qzs67pdnxm540j" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pz1h600xhe0v582d67dkz", + "slug": "alp_wings_of_invention_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wings_of_invention.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pytzo00xfe0v58trnghkv", + "setCardId": "clm4pz05t00xge0v58q6mdkhc", + "setCard": { + "id": "clm4pz05t00xge0v58q6mdkhc", + "slug": "alp_wings_of_invention", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pytzo00xfe0v58trnghkv", + "meta": { + "id": "clq3a1gwd00r8sh27gxnbu920", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Device of aerial ingenuity", + "subType": "Device", + "rulesText": "Bearer has Airborne and Movement +1, if it's a minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pz05t00xge0v58q6mdkhc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pz7n000xie0v579ez1zp6", + "slug": "alp_wings_of_invention_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wings_of_invention-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pytzo00xfe0v58trnghkv", + "setCardId": "clm4pz05t00xge0v58q6mdkhc", + "setCard": { + "id": "clm4pz05t00xge0v58q6mdkhc", + "slug": "alp_wings_of_invention", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pytzo00xfe0v58trnghkv", + "meta": { + "id": "clq3a1gwd00r8sh27gxnbu920", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Device of aerial ingenuity", + "subType": "Device", + "rulesText": "Bearer has Airborne and Movement +1, if it's a minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pz05t00xge0v58q6mdkhc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_none_elite_artifact_cards.json b/data/beta_none_elite_artifact_cards.json new file mode 100644 index 0000000..2e00176 --- /dev/null +++ b/data/beta_none_elite_artifact_cards.json @@ -0,0 +1,3859 @@ +[ + { + "id": "clm4p6zif00rke0v56xr2esf0", + "slug": "all_terrain_vestments", + "name": "All-terrain Vestments", + "hotscore": 472, + "guardian": { + "id": "clq3a0x4p00mzsh27lzd13g6g", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Armor fit for any adventure", + "subType": "Armor", + "rulesText": "Bearer has Burrowing, Submerge, and Voidwalk, if it's a minion.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p6zif00rke0v56xr2esf0" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i2ld01h8s67pbi2m8wgq", + "slug": "bet_all_terrain_vestments_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/all_terrain_vestments.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4p6zif00rke0v56xr2esf0", + "setCardId": "clot8i2ju01h6s67p3g66175k", + "setCard": { + "id": "clot8i2ju01h6s67p3g66175k", + "slug": "bet_all_terrain_vestments", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p6zif00rke0v56xr2esf0", + "meta": { + "id": "clq3a0xd000n1sh271rqrw00s", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Armor fit for any adventure", + "subType": "Armor", + "rulesText": "Bearer has Burrowing, Submerge, and Voidwalk, if it's a minion.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i2ju01h6s67p3g66175k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i2mu01has67pp7axtb0e", + "slug": "bet_all_terrain_vestments_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/all_terrain_vestments-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4p6zif00rke0v56xr2esf0", + "setCardId": "clot8i2ju01h6s67p3g66175k", + "setCard": { + "id": "clot8i2ju01h6s67p3g66175k", + "slug": "bet_all_terrain_vestments", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p6zif00rke0v56xr2esf0", + "meta": { + "id": "clq3a0xd000n1sh271rqrw00s", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Armor fit for any adventure", + "subType": "Armor", + "rulesText": "Bearer has Burrowing, Submerge, and Voidwalk, if it's a minion.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i2ju01h6s67p3g66175k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p77ei00rme0v51qeg8gp0", + "slug": "alp_all_terrain_vestments_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/all_terrain_vestments.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4p6zif00rke0v56xr2esf0", + "setCardId": "clm4p763c00rle0v54j9w7hbm", + "setCard": { + "id": "clm4p763c00rle0v54j9w7hbm", + "slug": "alp_all_terrain_vestments", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p6zif00rke0v56xr2esf0", + "meta": { + "id": "clq3a0x7100n0sh270oxdjaqm", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Armor fit for any adventure", + "subType": "Armor", + "rulesText": "Bearer has Burrowing, Submerge, and Voidwalk, if it's a minion.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p763c00rle0v54j9w7hbm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p7e7s00rne0v5gv9f94rm", + "slug": "alp_all_terrain_vestments_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/all_terrain_vestments-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4p6zif00rke0v56xr2esf0", + "setCardId": "clm4p763c00rle0v54j9w7hbm", + "setCard": { + "id": "clm4p763c00rle0v54j9w7hbm", + "slug": "alp_all_terrain_vestments", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p6zif00rke0v56xr2esf0", + "meta": { + "id": "clq3a0x7100n0sh270oxdjaqm", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Armor fit for any adventure", + "subType": "Armor", + "rulesText": "Bearer has Burrowing, Submerge, and Voidwalk, if it's a minion.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p763c00rle0v54j9w7hbm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p85ni00rse0v5ckyk0oa8", + "slug": "angels_egg", + "name": "Angel's Egg", + "hotscore": 4163, + "guardian": { + "id": "clq3a0xxe00n5sh27mtl7jyyf", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of seraphic transfixion", + "subType": "Relic", + "rulesText": "At the end of each turn, the controller of Angel's Egg's site heals 1 life.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p85ni00rse0v5ckyk0oa8" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i37a01hms67pxbp8kq4d", + "slug": "bet_angels_egg_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/angels_egg.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4p85ni00rse0v5ckyk0oa8", + "setCardId": "clot8i35s01hks67p11cjdum5", + "setCard": { + "id": "clot8i35s01hks67p11cjdum5", + "slug": "bet_angels_egg", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p85ni00rse0v5ckyk0oa8", + "meta": { + "id": "clq3a0y5c00n7sh27ifvb8lbn", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of seraphic transfixion", + "subType": "Relic", + "rulesText": "At the end of each turn, the controller of Angel's Egg's site heals 1 life.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i35s01hks67p11cjdum5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i38v01hos67pixe808e1", + "slug": "bet_angels_egg_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/angels_egg-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4p85ni00rse0v5ckyk0oa8", + "setCardId": "clot8i35s01hks67p11cjdum5", + "setCard": { + "id": "clot8i35s01hks67p11cjdum5", + "slug": "bet_angels_egg", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p85ni00rse0v5ckyk0oa8", + "meta": { + "id": "clq3a0y5c00n7sh27ifvb8lbn", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of seraphic transfixion", + "subType": "Relic", + "rulesText": "At the end of each turn, the controller of Angel's Egg's site heals 1 life.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i35s01hks67p11cjdum5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p8cg000rue0v5evfnbrq2", + "slug": "alp_angels_egg_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/angels_egg.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4p85ni00rse0v5ckyk0oa8", + "setCardId": "clm4p8b4x00rte0v5h6wtf160", + "setCard": { + "id": "clm4p8b4x00rte0v5h6wtf160", + "slug": "alp_angels_egg", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p85ni00rse0v5ckyk0oa8", + "meta": { + "id": "clq3a0xzo00n6sh278lr2i48c", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of seraphic transfixion", + "subType": "Relic", + "rulesText": "At the end of each turn, the controller of Angel's Egg's site heals 1 life.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p8b4x00rte0v5h6wtf160" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p8jah00rve0v52wdw6qkw", + "slug": "alp_angels_egg_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/angels_egg-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4p85ni00rse0v5ckyk0oa8", + "setCardId": "clm4p8b4x00rte0v5h6wtf160", + "setCard": { + "id": "clm4p8b4x00rte0v5h6wtf160", + "slug": "alp_angels_egg", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p85ni00rse0v5ckyk0oa8", + "meta": { + "id": "clq3a0xzo00n6sh278lr2i48c", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of seraphic transfixion", + "subType": "Relic", + "rulesText": "At the end of each turn, the controller of Angel's Egg's site heals 1 life.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p8b4x00rte0v5h6wtf160" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p9qap00s4e0v52o1p4rih", + "slug": "belfry", + "name": "Belfry", + "hotscore": 558, + "guardian": { + "id": "clq3a0z2m00nesh277ekcqfij", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument to common conviction", + "subType": "Monument", + "rulesText": "At the end of your turn, untap all nearby allies.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p9qap00s4e0v52o1p4rih" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i44001i7s67pchefyxnb", + "slug": "bet_belfry_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/belfry.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4p9qap00s4e0v52o1p4rih", + "setCardId": "clot8i42g01i5s67pftb2yazc", + "setCard": { + "id": "clot8i42g01i5s67pftb2yazc", + "slug": "bet_belfry", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p9qap00s4e0v52o1p4rih", + "meta": { + "id": "clq3a0zah00ngsh272ogcq96g", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument to common conviction", + "subType": "Monument", + "rulesText": "At the end of your turn, untap all nearby allies.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i42g01i5s67pftb2yazc" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i45j01i9s67p7gyqt13a", + "slug": "bet_belfry_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/belfry-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4p9qap00s4e0v52o1p4rih", + "setCardId": "clot8i42g01i5s67pftb2yazc", + "setCard": { + "id": "clot8i42g01i5s67pftb2yazc", + "slug": "bet_belfry", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p9qap00s4e0v52o1p4rih", + "meta": { + "id": "clq3a0zah00ngsh272ogcq96g", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument to common conviction", + "subType": "Monument", + "rulesText": "At the end of your turn, untap all nearby allies.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i42g01i5s67pftb2yazc" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p9wy300s6e0v59razbcir", + "slug": "alp_belfry_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/belfry.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4p9qap00s4e0v52o1p4rih", + "setCardId": "clm4p9vm400s5e0v58x6dbtnh", + "setCard": { + "id": "clm4p9vm400s5e0v58x6dbtnh", + "slug": "alp_belfry", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p9qap00s4e0v52o1p4rih", + "meta": { + "id": "clq3a0z4x00nfsh27w1sbuzpr", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument to common conviction", + "subType": "Monument", + "rulesText": "At the end of your turn, untap all nearby allies.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p9vm400s5e0v58x6dbtnh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pa3t700s7e0v54brsahqd", + "slug": "alp_belfry_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/belfry-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4p9qap00s4e0v52o1p4rih", + "setCardId": "clm4p9vm400s5e0v58x6dbtnh", + "setCard": { + "id": "clm4p9vm400s5e0v58x6dbtnh", + "slug": "alp_belfry", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p9qap00s4e0v52o1p4rih", + "meta": { + "id": "clq3a0z4x00nfsh27w1sbuzpr", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument to common conviction", + "subType": "Monument", + "rulesText": "At the end of your turn, untap all nearby allies.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p9vm400s5e0v58x6dbtnh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pa9dq00s8e0v52hieccu0", + "slug": "black_obelisk", + "name": "Black Obelisk", + "hotscore": 645, + "guardian": { + "id": "clq3a0zg300nhsh275xn08wui", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument of ominous aspect", + "subType": "Monument", + "rulesText": "Black Obelisk's site has “At the start of your turn, lose 2 life and gain ② this turn.”", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pa9dq00s8e0v52hieccu0" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i4f701ies67pb6febzgg", + "slug": "bet_black_obelisk_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/black_obelisk.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pa9dq00s8e0v52hieccu0", + "setCardId": "clot8i4dp01ics67pko034kko", + "setCard": { + "id": "clot8i4dp01ics67pko034kko", + "slug": "bet_black_obelisk", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pa9dq00s8e0v52hieccu0", + "meta": { + "id": "clq3a0zom00njsh27kft2z83p", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument of ominous aspect", + "subType": "Monument", + "rulesText": "Black Obelisk's site has “At the start of your turn, lose 2 life and gain ② this turn.”", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i4dp01ics67pko034kko" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i4gp01igs67pucprh8bz", + "slug": "bet_black_obelisk_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/black_obelisk-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pa9dq00s8e0v52hieccu0", + "setCardId": "clot8i4dp01ics67pko034kko", + "setCard": { + "id": "clot8i4dp01ics67pko034kko", + "slug": "bet_black_obelisk", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pa9dq00s8e0v52hieccu0", + "meta": { + "id": "clq3a0zom00njsh27kft2z83p", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument of ominous aspect", + "subType": "Monument", + "rulesText": "Black Obelisk's site has “At the start of your turn, lose 2 life and gain ② this turn.”", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i4dp01ics67pko034kko" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4paggg00sae0v5aunc92pi", + "slug": "alp_black_obelisk_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/black_obelisk.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pa9dq00s8e0v52hieccu0", + "setCardId": "clm4paf4w00s9e0v52w459w9t", + "setCard": { + "id": "clm4paf4w00s9e0v52w459w9t", + "slug": "alp_black_obelisk", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pa9dq00s8e0v52hieccu0", + "meta": { + "id": "clq3a0zih00nish27ye0zh2yt", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument of ominous aspect", + "subType": "Monument", + "rulesText": "Black Obelisk's site has “At the start of your turn, lose 2 life and gain ② this turn.”", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4paf4w00s9e0v52w459w9t" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4panun00sbe0v5gvc2arwl", + "slug": "alp_black_obelisk_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/black_obelisk-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pa9dq00s8e0v52hieccu0", + "setCardId": "clm4paf4w00s9e0v52w459w9t", + "setCard": { + "id": "clm4paf4w00s9e0v52w459w9t", + "slug": "alp_black_obelisk", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pa9dq00s8e0v52hieccu0", + "meta": { + "id": "clq3a0zih00nish27ye0zh2yt", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument of ominous aspect", + "subType": "Monument", + "rulesText": "Black Obelisk's site has “At the start of your turn, lose 2 life and gain ② this turn.”", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4paf4w00s9e0v52w459w9t" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pbw1j00ske0v5hq6a65ki", + "slug": "chains_of_prometheus", + "name": "Chains of Prometheus", + "hotscore": 1401, + "guardian": { + "id": "clq3a10lr00nqsh27408f9to1", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument to the arrogance of man", + "subType": "Monument", + "rulesText": "Whenever a player draws a card, that player taps their strongest untapped minion.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pbw1j00ske0v5hq6a65ki" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i5h401izs67pf3pa62dd", + "slug": "bet_chains_of_prometheus_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/chains_of_prometheus.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "“Be sure of this, O young ambition, all mortal greatness is but disease.” — Herman Melville", + "cardId": "clm4pbw1j00ske0v5hq6a65ki", + "setCardId": "clot8i5fl01ixs67pmr14axok", + "setCard": { + "id": "clot8i5fl01ixs67pmr14axok", + "slug": "bet_chains_of_prometheus", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pbw1j00ske0v5hq6a65ki", + "meta": { + "id": "clq3a10tz00nssh27rq9iz5j0", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument to the arrogance of man", + "subType": "Monument", + "rulesText": "Whenever a player draws a card, that player taps their strongest untapped minion.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i5fl01ixs67pmr14axok" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i5k701j1s67p5mknv7jo", + "slug": "bet_chains_of_prometheus_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/chains_of_prometheus-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "“Be sure of this, O young ambition, all mortal greatness is but disease.” — Herman Melville", + "cardId": "clm4pbw1j00ske0v5hq6a65ki", + "setCardId": "clot8i5fl01ixs67pmr14axok", + "setCard": { + "id": "clot8i5fl01ixs67pmr14axok", + "slug": "bet_chains_of_prometheus", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pbw1j00ske0v5hq6a65ki", + "meta": { + "id": "clq3a10tz00nssh27rq9iz5j0", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument to the arrogance of man", + "subType": "Monument", + "rulesText": "Whenever a player draws a card, that player taps their strongest untapped minion.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i5fl01ixs67pmr14axok" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pc2s800sme0v5c9sxgqcb", + "slug": "alp_chains_of_prometheus_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/chains_of_prometheus.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "“Be sure of this, O young ambition, all mortal greatness is but disease.” — Herman Melville", + "cardId": "clm4pbw1j00ske0v5hq6a65ki", + "setCardId": "clm4pc1h300sle0v53zyv7opl", + "setCard": { + "id": "clm4pc1h300sle0v53zyv7opl", + "slug": "alp_chains_of_prometheus", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pbw1j00ske0v5hq6a65ki", + "meta": { + "id": "clq3a10ob00nrsh27oeafn5gu", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument to the arrogance of man", + "subType": "Monument", + "rulesText": "Whenever a player draws a card, that player taps their strongest untapped minion.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pc1h300sle0v53zyv7opl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pc8un00sne0v5f9nxaab2", + "slug": "alp_chains_of_prometheus_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/chains_of_prometheus-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "“Be sure of this, O young ambition, all mortal greatness is but disease.” — Herman Melville", + "cardId": "clm4pbw1j00ske0v5hq6a65ki", + "setCardId": "clm4pc1h300sle0v53zyv7opl", + "setCard": { + "id": "clm4pc1h300sle0v53zyv7opl", + "slug": "alp_chains_of_prometheus", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pbw1j00ske0v5hq6a65ki", + "meta": { + "id": "clq3a10ob00nrsh27oeafn5gu", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument to the arrogance of man", + "subType": "Monument", + "rulesText": "Whenever a player draws a card, that player taps their strongest untapped minion.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pc1h300sle0v53zyv7opl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pdigy00swe0v56vwtbjvs", + "slug": "devils_egg", + "name": "Devil's Egg", + "hotscore": 1869, + "guardian": { + "id": "clq3a11r900nzsh27afo8xxpx", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of diabolical affliction", + "subType": "Relic", + "rulesText": "At the end of each turn, the controller of Devil's Egg's site loses 1 life.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pdigy00swe0v56vwtbjvs" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i6gw01jks67p0qmw8ltx", + "slug": "bet_devils_egg_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/devils_egg.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pdigy00swe0v56vwtbjvs", + "setCardId": "clot8i6eg01jis67pvbyzfnbr", + "setCard": { + "id": "clot8i6eg01jis67pvbyzfnbr", + "slug": "bet_devils_egg", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pdigy00swe0v56vwtbjvs", + "meta": { + "id": "clq3a120x00o1sh27asjrfhp2", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of diabolical affliction", + "subType": "Relic", + "rulesText": "At the end of each turn, the controller of Devil's Egg's site loses 1 life.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i6eg01jis67pvbyzfnbr" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i6ie01jms67prerzc90f", + "slug": "bet_devils_egg_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/devils_egg-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pdigy00swe0v56vwtbjvs", + "setCardId": "clot8i6eg01jis67pvbyzfnbr", + "setCard": { + "id": "clot8i6eg01jis67pvbyzfnbr", + "slug": "bet_devils_egg", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pdigy00swe0v56vwtbjvs", + "meta": { + "id": "clq3a120x00o1sh27asjrfhp2", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of diabolical affliction", + "subType": "Relic", + "rulesText": "At the end of each turn, the controller of Devil's Egg's site loses 1 life.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i6eg01jis67pvbyzfnbr" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pdpfv00sye0v5dob681ru", + "slug": "alp_devils_egg_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/devils_egg.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pdigy00swe0v56vwtbjvs", + "setCardId": "clm4pdo4u00sxe0v5akev7o17", + "setCard": { + "id": "clm4pdo4u00sxe0v5akev7o17", + "slug": "alp_devils_egg", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pdigy00swe0v56vwtbjvs", + "meta": { + "id": "clq3a11tl00o0sh27ht3q86n4", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of diabolical affliction", + "subType": "Relic", + "rulesText": "At the end of each turn, the controller of Devil's Egg's site loses 1 life.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pdo4u00sxe0v5akev7o17" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pe25w00t0e0v5hkx77jq1", + "slug": "alp_devils_egg_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/devils_egg-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pdigy00swe0v56vwtbjvs", + "setCardId": "clm4pdo4u00sxe0v5akev7o17", + "setCard": { + "id": "clm4pdo4u00sxe0v5akev7o17", + "slug": "alp_devils_egg", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pdigy00swe0v56vwtbjvs", + "meta": { + "id": "clq3a11tl00o0sh27ht3q86n4", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of diabolical affliction", + "subType": "Relic", + "rulesText": "At the end of each turn, the controller of Devil's Egg's site loses 1 life.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pdo4u00sxe0v5akev7o17" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pdwkl00sze0v52sii2itv", + "slug": "alp_devils_egg_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/devils_egg-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pdigy00swe0v56vwtbjvs", + "setCardId": "clm4pdo4u00sxe0v5akev7o17", + "setCard": { + "id": "clm4pdo4u00sxe0v5akev7o17", + "slug": "alp_devils_egg", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pdigy00swe0v56vwtbjvs", + "meta": { + "id": "clq3a11tl00o0sh27ht3q86n4", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of diabolical affliction", + "subType": "Relic", + "rulesText": "At the end of each turn, the controller of Devil's Egg's site loses 1 life.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pdo4u00sxe0v5akev7o17" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pep1p00t6e0v50kb0dxc2", + "slug": "drums_of_doom", + "name": "Drums of Doom", + "hotscore": 722, + "guardian": { + "id": "clq3a12lz00o5sh27rgn6919d", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Instruments of mass percussion", + "subType": "Instruments", + "rulesText": "Damage dealt to minions nearby is lethal.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pep1p00t6e0v50kb0dxc2" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i73j01jys67pbkbw1l36", + "slug": "bet_drums_of_doom_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/drums_of_doom.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "A trepid pulse, a throb of bloodpour’d passion, and life’s spark seemed to each one about them lost.", + "cardId": "clm4pep1p00t6e0v50kb0dxc2", + "setCardId": "clot8i71q01jws67ptb9ubyjz", + "setCard": { + "id": "clot8i71q01jws67ptb9ubyjz", + "slug": "bet_drums_of_doom", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pep1p00t6e0v50kb0dxc2", + "meta": { + "id": "clq3a12vp00o7sh27geor0lkf", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Instruments of mass percussion", + "subType": "Instruments", + "rulesText": "Damage dealt to minions nearby is lethal.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i71q01jws67ptb9ubyjz" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i75201k0s67pgxr2xfw4", + "slug": "bet_drums_of_doom_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/drums_of_doom-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "A trepid pulse, a throb of bloodpour’d passion, and life’s spark seemed to each one about them lost.", + "cardId": "clm4pep1p00t6e0v50kb0dxc2", + "setCardId": "clot8i71q01jws67ptb9ubyjz", + "setCard": { + "id": "clot8i71q01jws67ptb9ubyjz", + "slug": "bet_drums_of_doom", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pep1p00t6e0v50kb0dxc2", + "meta": { + "id": "clq3a12vp00o7sh27geor0lkf", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Instruments of mass percussion", + "subType": "Instruments", + "rulesText": "Damage dealt to minions nearby is lethal.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i71q01jws67ptb9ubyjz" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pew7f00t8e0v51zwmgq35", + "slug": "alp_drums_of_doom_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/drums_of_doom.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "A trepid pulse, a throb of bloodpour’d passion, and life’s spark seemed to each one about them lost.", + "cardId": "clm4pep1p00t6e0v50kb0dxc2", + "setCardId": "clm4peuvx00t7e0v5bo4v7rx6", + "setCard": { + "id": "clm4peuvx00t7e0v5bo4v7rx6", + "slug": "alp_drums_of_doom", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pep1p00t6e0v50kb0dxc2", + "meta": { + "id": "clq3a12ob00o6sh27dps3c072", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Instruments of mass percussion", + "subType": "Instruments", + "rulesText": "Damage dealt to minions nearby is lethal.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4peuvx00t7e0v5bo4v7rx6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pf8qv00tae0v5h8ci8l4k", + "slug": "alp_drums_of_doom_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/drums_of_doom-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Alan Pollack", + "flavorText": "A trepid pulse, a throb of bloodpour’d passion, and life’s spark seemed to each one about them lost.", + "cardId": "clm4pep1p00t6e0v50kb0dxc2", + "setCardId": "clm4peuvx00t7e0v5bo4v7rx6", + "setCard": { + "id": "clm4peuvx00t7e0v5bo4v7rx6", + "slug": "alp_drums_of_doom", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pep1p00t6e0v50kb0dxc2", + "meta": { + "id": "clq3a12ob00o6sh27dps3c072", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Instruments of mass percussion", + "subType": "Instruments", + "rulesText": "Damage dealt to minions nearby is lethal.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4peuvx00t7e0v5bo4v7rx6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pf3bx00t9e0v51yok8oh5", + "slug": "alp_drums_of_doom_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/drums_of_doom-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "A trepid pulse, a throb of bloodpour’d passion, and life’s spark seemed to each one about them lost.", + "cardId": "clm4pep1p00t6e0v50kb0dxc2", + "setCardId": "clm4peuvx00t7e0v5bo4v7rx6", + "setCard": { + "id": "clm4peuvx00t7e0v5bo4v7rx6", + "slug": "alp_drums_of_doom", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pep1p00t6e0v50kb0dxc2", + "meta": { + "id": "clq3a12ob00o6sh27dps3c072", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Instruments of mass percussion", + "subType": "Instruments", + "rulesText": "Damage dealt to minions nearby is lethal.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4peuvx00t7e0v5bo4v7rx6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4phz2300tve0v5a4wuaaxl", + "slug": "land_deed", + "name": "Land Deed", + "hotscore": 977, + "guardian": { + "id": "clq3a14ri00omsh276l9wfc8d", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Document of indisputable claim", + "subType": "Document", + "rulesText": "Bearer has “You control this site.”", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4phz2300tve0v5a4wuaaxl" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i8on01kxs67pmjwvv0bq", + "slug": "bet_land_deed_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/land_deed.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Possession is nine tenths of the law.", + "cardId": "clm4phz2300tve0v5a4wuaaxl", + "setCardId": "clot8i8n301kvs67p5em10ihy", + "setCard": { + "id": "clot8i8n301kvs67p5em10ihy", + "slug": "bet_land_deed", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4phz2300tve0v5a4wuaaxl", + "meta": { + "id": "clq3a14zf00oosh27nbvhfnot", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Document of indisputable claim", + "subType": "Document", + "rulesText": "Bearer has “You control this site.”", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i8n301kvs67p5em10ihy" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i8q501kzs67pxjurmx4z", + "slug": "bet_land_deed_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/land_deed-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Possession is nine tenths of the law.", + "cardId": "clm4phz2300tve0v5a4wuaaxl", + "setCardId": "clot8i8n301kvs67p5em10ihy", + "setCard": { + "id": "clot8i8n301kvs67p5em10ihy", + "slug": "bet_land_deed", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4phz2300tve0v5a4wuaaxl", + "meta": { + "id": "clq3a14zf00oosh27nbvhfnot", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Document of indisputable claim", + "subType": "Document", + "rulesText": "Bearer has “You control this site.”", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i8n301kvs67p5em10ihy" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pi5t400txe0v5bxu2cphz", + "slug": "alp_land_deed_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/land_deed.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Possession is nine tenths of the law.", + "cardId": "clm4phz2300tve0v5a4wuaaxl", + "setCardId": "clm4pi4hx00twe0v5bj4z1uwo", + "setCard": { + "id": "clm4pi4hx00twe0v5bj4z1uwo", + "slug": "alp_land_deed", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4phz2300tve0v5a4wuaaxl", + "meta": { + "id": "clq3a14tr00onsh27h387b79l", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Document of indisputable claim", + "subType": "Document", + "rulesText": "Bearer has “You control this site.”", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pi4hx00twe0v5bj4z1uwo" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4picxq00tye0v5bdp17ezi", + "slug": "alp_land_deed_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/land_deed-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Possession is nine tenths of the law.", + "cardId": "clm4phz2300tve0v5a4wuaaxl", + "setCardId": "clm4pi4hx00twe0v5bj4z1uwo", + "setCard": { + "id": "clm4pi4hx00twe0v5bj4z1uwo", + "slug": "alp_land_deed", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4phz2300tve0v5a4wuaaxl", + "meta": { + "id": "clq3a14tr00onsh27h387b79l", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Document of indisputable claim", + "subType": "Document", + "rulesText": "Bearer has “You control this site.”", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pi4hx00twe0v5bj4z1uwo" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pj1am00u3e0v58fqvc2av", + "slug": "maddening_bells", + "name": "Maddening Bells", + "hotscore": 1297, + "guardian": { + "id": "clq3a15iv00ossh27htn6xvj2", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of dreadful dissonance", + "subType": "Relic", + "rulesText": "Spells cast by a nearby Spellcaster cost ② more to cast.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pj1am00u3e0v58fqvc2av" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i9b801lbs67p4sd2h92q", + "slug": "bet_maddening_bells_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/maddening_bells.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "I can't hear myself think!", + "cardId": "clm4pj1am00u3e0v58fqvc2av", + "setCardId": "clot8i99r01l9s67pjuxc9urk", + "setCard": { + "id": "clot8i99r01l9s67pjuxc9urk", + "slug": "bet_maddening_bells", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pj1am00u3e0v58fqvc2av", + "meta": { + "id": "clq3a15r500oush27ku6v9ppu", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of dreadful dissonance", + "subType": "Relic", + "rulesText": "Spells cast by a nearby Spellcaster cost ② more to cast.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i99r01l9s67pjuxc9urk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i9cu01lds67pnp0h91x2", + "slug": "bet_maddening_bells_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/maddening_bells-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "I can't hear myself think!", + "cardId": "clm4pj1am00u3e0v58fqvc2av", + "setCardId": "clot8i99r01l9s67pjuxc9urk", + "setCard": { + "id": "clot8i99r01l9s67pjuxc9urk", + "slug": "bet_maddening_bells", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pj1am00u3e0v58fqvc2av", + "meta": { + "id": "clq3a15r500oush27ku6v9ppu", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of dreadful dissonance", + "subType": "Relic", + "rulesText": "Spells cast by a nearby Spellcaster cost ② more to cast.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i99r01l9s67pjuxc9urk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pj8fr00u5e0v50foj5j6h", + "slug": "alp_maddening_bells_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/maddening_bells.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "\"I can't hear myself think!\"", + "cardId": "clm4pj1am00u3e0v58fqvc2av", + "setCardId": "clm4pj6xz00u4e0v5bz12hgrr", + "setCard": { + "id": "clm4pj6xz00u4e0v5bz12hgrr", + "slug": "alp_maddening_bells", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pj1am00u3e0v58fqvc2av", + "meta": { + "id": "clq3a15l800otsh27jjsdemzm", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of dreadful dissonance", + "subType": "Relic", + "rulesText": "Spells cast by a nearby Spellcaster cost ② more to cast.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pj6xz00u4e0v5bz12hgrr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pjf0b00u6e0v5b7sn01hh", + "slug": "alp_maddening_bells_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/maddening_bells-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "\"I can't hear myself think!\"", + "cardId": "clm4pj1am00u3e0v58fqvc2av", + "setCardId": "clm4pj6xz00u4e0v5bz12hgrr", + "setCard": { + "id": "clm4pj6xz00u4e0v5bz12hgrr", + "slug": "alp_maddening_bells", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pj1am00u3e0v58fqvc2av", + "meta": { + "id": "clq3a15l800otsh27jjsdemzm", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of dreadful dissonance", + "subType": "Relic", + "rulesText": "Spells cast by a nearby Spellcaster cost ② more to cast.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pj6xz00u4e0v5bz12hgrr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pjk8g00u7e0v5efpj82zu", + "slug": "magellan_globe", + "name": "Magellan Globe", + "hotscore": 1099, + "guardian": { + "id": "clq3a15wt00ovsh278x7az11f", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic for the intrepid traveler", + "subType": "Relic", + "rulesText": "Opposite edges of the realm are connected.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pjk8g00u7e0v5efpj82zu" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i9m201lis67pm8gzqapd", + "slug": "bet_magellan_globe_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/magellan_globe.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Whatsoever turns all haste we tack, each the terrene through, our stars will cross anew.", + "cardId": "clm4pjk8g00u7e0v5efpj82zu", + "setCardId": "clot8i9kl01lgs67pywoufhmg", + "setCard": { + "id": "clot8i9kl01lgs67pywoufhmg", + "slug": "bet_magellan_globe", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pjk8g00u7e0v5efpj82zu", + "meta": { + "id": "clq3a164t00oxsh271wzrm45d", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic for the intrepid traveler", + "subType": "Relic", + "rulesText": "Opposite edges of the realm are connected.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i9kl01lgs67pywoufhmg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i9nj01lks67pn8d6kwi0", + "slug": "bet_magellan_globe_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/magellan_globe-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Whatsoever turns all haste we tack, each the terrene through, our stars will cross anew.", + "cardId": "clm4pjk8g00u7e0v5efpj82zu", + "setCardId": "clot8i9kl01lgs67pywoufhmg", + "setCard": { + "id": "clot8i9kl01lgs67pywoufhmg", + "slug": "bet_magellan_globe", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pjk8g00u7e0v5efpj82zu", + "meta": { + "id": "clq3a164t00oxsh271wzrm45d", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic for the intrepid traveler", + "subType": "Relic", + "rulesText": "Opposite edges of the realm are connected.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i9kl01lgs67pywoufhmg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pjqzc00u9e0v5e4d1d3si", + "slug": "alp_magellan_globe_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/magellan_globe.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Whatsoever turns all haste we tack, each the terrene through, our stars will cross anew.", + "cardId": "clm4pjk8g00u7e0v5efpj82zu", + "setCardId": "clm4pjpo700u8e0v59a8x1qtl", + "setCard": { + "id": "clm4pjpo700u8e0v59a8x1qtl", + "slug": "alp_magellan_globe", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pjk8g00u7e0v5efpj82zu", + "meta": { + "id": "clq3a15z700owsh270egrwiew", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic for the intrepid traveler", + "subType": "Relic", + "rulesText": "Opposite edges of the realm are connected.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pjpo700u8e0v59a8x1qtl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pjy4p00uae0v54kv98k8t", + "slug": "alp_magellan_globe_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/magellan_globe-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Whatsoever turns all haste we tack, each the terrene through, our stars will cross anew.", + "cardId": "clm4pjk8g00u7e0v5efpj82zu", + "setCardId": "clm4pjpo700u8e0v59a8x1qtl", + "setCard": { + "id": "clm4pjpo700u8e0v59a8x1qtl", + "slug": "alp_magellan_globe", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pjk8g00u7e0v5efpj82zu", + "meta": { + "id": "clq3a15z700owsh270egrwiew", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic for the intrepid traveler", + "subType": "Relic", + "rulesText": "Opposite edges of the realm are connected.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pjpo700u8e0v59a8x1qtl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pk3yy00ube0v52xxw09u8", + "slug": "magnetic_muzzle", + "name": "Magnetic Muzzle", + "hotscore": 401, + "guardian": { + "id": "clq3a16ak00oysh27pym0ydsu", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of disquieting silence", + "subType": "Relic", + "rulesText": "Bearer loses all non-basic abilities, and can't drop Magnetic Muzzle.\r\n\r\nAt the end of each player’s turn, if Magnetic Muzzle is abandoned, that player attaches it to a nearby minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pk3yy00ube0v52xxw09u8" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i9wx01lps67pk58kgqm1", + "slug": "bet_magnetic_muzzle_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/magnetic_muzzle.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pk3yy00ube0v52xxw09u8", + "setCardId": "clot8i9ve01lns67p1xrikegg", + "setCard": { + "id": "clot8i9ve01lns67p1xrikegg", + "slug": "bet_magnetic_muzzle", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pk3yy00ube0v52xxw09u8", + "meta": { + "id": "clq3a16ij00p0sh27grs3mym8", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of disquieting silence", + "subType": "Relic", + "rulesText": "Bearer loses all non-basic abilities, and can't drop Magnetic Muzzle.\r\n\r\nAt the end of each player’s turn, if Magnetic Muzzle is abandoned, that player attaches it to a nearby minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i9ve01lns67p1xrikegg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i9yf01lrs67po4do66cf", + "slug": "bet_magnetic_muzzle_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/magnetic_muzzle-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pk3yy00ube0v52xxw09u8", + "setCardId": "clot8i9ve01lns67p1xrikegg", + "setCard": { + "id": "clot8i9ve01lns67p1xrikegg", + "slug": "bet_magnetic_muzzle", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pk3yy00ube0v52xxw09u8", + "meta": { + "id": "clq3a16ij00p0sh27grs3mym8", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of disquieting silence", + "subType": "Relic", + "rulesText": "Bearer loses all non-basic abilities, and can't drop Magnetic Muzzle.\r\n\r\nAt the end of each player’s turn, if Magnetic Muzzle is abandoned, that player attaches it to a nearby minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i9ve01lns67p1xrikegg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pkaxz00ude0v548yw4vn8", + "slug": "alp_magnetic_muzzle_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/magnetic_muzzle.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pk3yy00ube0v52xxw09u8", + "setCardId": "clm4pk9ma00uce0v5hx2fgtgc", + "setCard": { + "id": "clm4pk9ma00uce0v5hx2fgtgc", + "slug": "alp_magnetic_muzzle", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pk3yy00ube0v52xxw09u8", + "meta": { + "id": "clq3a16cw00ozsh27ozfbuk6f", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of disquieting silence", + "subType": "Relic", + "rulesText": "Bearer loses all non-basic abilities, and can't drop Magnetic Muzzle.\n\nAt the end of each player’s turn, if Magnetic Muzzle is abandoned, that player attaches it to a nearby minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pk9ma00uce0v5hx2fgtgc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pkh6d00uee0v5a2e3fgu5", + "slug": "alp_magnetic_muzzle_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/magnetic_muzzle-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pk3yy00ube0v52xxw09u8", + "setCardId": "clm4pk9ma00uce0v5hx2fgtgc", + "setCard": { + "id": "clm4pk9ma00uce0v5hx2fgtgc", + "slug": "alp_magnetic_muzzle", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pk3yy00ube0v52xxw09u8", + "meta": { + "id": "clq3a16cw00ozsh27ozfbuk6f", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of disquieting silence", + "subType": "Relic", + "rulesText": "Bearer loses all non-basic abilities, and can't drop Magnetic Muzzle.\n\nAt the end of each player’s turn, if Magnetic Muzzle is abandoned, that player attaches it to a nearby minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pk9ma00uce0v5hx2fgtgc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pkmf400ufe0v5b2av6gbw", + "slug": "mask_of_mayhem", + "name": "Mask of Mayhem", + "hotscore": 485, + "guardian": { + "id": "clq3a16o500p1sh27n7uhm5hp", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Armor in the midst of a mad mêlée", + "subType": "Armor", + "rulesText": "Whenever a nearby minion can attack, it must.\r\n\r\nNearby strikes deal double damage.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pkmf400ufe0v5b2av6gbw" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ia7j01lws67pe4apkhnq", + "slug": "bet_mask_of_mayhem_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mask_of_mayhem.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pkmf400ufe0v5b2av6gbw", + "setCardId": "clot8ia6101lus67pon93w830", + "setCard": { + "id": "clot8ia6101lus67pon93w830", + "slug": "bet_mask_of_mayhem", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pkmf400ufe0v5b2av6gbw", + "meta": { + "id": "clq3a16wk00p3sh27raw21rtv", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Armor in the midst of a mad mêlée", + "subType": "Armor", + "rulesText": "Whenever a nearby minion can attack, it must.\r\n\r\nNearby strikes deal double damage.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ia6101lus67pon93w830" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ia9001lys67pn4k4rl87", + "slug": "bet_mask_of_mayhem_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mask_of_mayhem-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pkmf400ufe0v5b2av6gbw", + "setCardId": "clot8ia6101lus67pon93w830", + "setCard": { + "id": "clot8ia6101lus67pon93w830", + "slug": "bet_mask_of_mayhem", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pkmf400ufe0v5b2av6gbw", + "meta": { + "id": "clq3a16wk00p3sh27raw21rtv", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Armor in the midst of a mad mêlée", + "subType": "Armor", + "rulesText": "Whenever a nearby minion can attack, it must.\r\n\r\nNearby strikes deal double damage.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ia6101lus67pon93w830" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pkt1300uhe0v5c960buq1", + "slug": "alp_mask_of_mayhem_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mask_of_mayhem.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pkmf400ufe0v5b2av6gbw", + "setCardId": "clm4pkrq500uge0v5hp9xddjq", + "setCard": { + "id": "clm4pkrq500uge0v5hp9xddjq", + "slug": "alp_mask_of_mayhem", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pkmf400ufe0v5b2av6gbw", + "meta": { + "id": "clq3a16qy00p2sh2775vhuawx", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Armor in the midst of a mad mêlée", + "subType": "Armor", + "rulesText": "Whenever a nearby minion can attack, it must.\n\nNearby strikes deal double damage.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pkrq500uge0v5hp9xddjq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pkze100uie0v51phh726n", + "slug": "alp_mask_of_mayhem_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mask_of_mayhem-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pkmf400ufe0v5b2av6gbw", + "setCardId": "clm4pkrq500uge0v5hp9xddjq", + "setCard": { + "id": "clm4pkrq500uge0v5hp9xddjq", + "slug": "alp_mask_of_mayhem", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pkmf400ufe0v5b2av6gbw", + "meta": { + "id": "clq3a16qy00p2sh2775vhuawx", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Armor in the midst of a mad mêlée", + "subType": "Armor", + "rulesText": "Whenever a nearby minion can attack, it must.\n\nNearby strikes deal double damage.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pkrq500uge0v5hp9xddjq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pl4f000uje0v5a6ya5odc", + "slug": "mix_aer", + "name": "Mix Aer", + "hotscore": 2770, + "guardian": { + "id": "clq3a172200p4sh27go6rhpf4", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and effervescent elixir", + "subType": "Potion", + "rulesText": "Sacrifice Mix Aer → This turn, bearer's next Air spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pl4f000uje0v5a6ya5odc" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8iaid01m3s67p9hdvsu7o", + "slug": "bet_mix_aer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mix_aer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pl4f000uje0v5a6ya5odc", + "setCardId": "clot8iagu01m1s67plixt23qp", + "setCard": { + "id": "clot8iagu01m1s67plixt23qp", + "slug": "bet_mix_aer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pl4f000uje0v5a6ya5odc", + "meta": { + "id": "clq3a17a400p6sh27hp3ckxy9", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and effervescent elixir", + "subType": "Potion", + "rulesText": "Sacrifice Mix Aer → This turn, bearer's next Air spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iagu01m1s67plixt23qp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iajv01m5s67pro1mrxak", + "slug": "bet_mix_aer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mix_aer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pl4f000uje0v5a6ya5odc", + "setCardId": "clot8iagu01m1s67plixt23qp", + "setCard": { + "id": "clot8iagu01m1s67plixt23qp", + "slug": "bet_mix_aer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pl4f000uje0v5a6ya5odc", + "meta": { + "id": "clq3a17a400p6sh27hp3ckxy9", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and effervescent elixir", + "subType": "Potion", + "rulesText": "Sacrifice Mix Aer → This turn, bearer's next Air spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iagu01m1s67plixt23qp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4plbe900ule0v519nsgh0z", + "slug": "alp_mix_aer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mix_aer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pl4f000uje0v5a6ya5odc", + "setCardId": "clm4pla2w00uke0v5159400jq", + "setCard": { + "id": "clm4pla2w00uke0v5159400jq", + "slug": "alp_mix_aer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pl4f000uje0v5a6ya5odc", + "meta": { + "id": "clq3a174b00p5sh27rhp5jxlg", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and effervescent elixir", + "subType": "Potion", + "rulesText": "Sacrifice Mix Aer → This turn, bearer's next Air spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pla2w00uke0v5159400jq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pli9z00ume0v5721w2ay1", + "slug": "alp_mix_aer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mix_aer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pl4f000uje0v5a6ya5odc", + "setCardId": "clm4pla2w00uke0v5159400jq", + "setCard": { + "id": "clm4pla2w00uke0v5159400jq", + "slug": "alp_mix_aer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pl4f000uje0v5a6ya5odc", + "meta": { + "id": "clq3a174b00p5sh27rhp5jxlg", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and effervescent elixir", + "subType": "Potion", + "rulesText": "Sacrifice Mix Aer → This turn, bearer's next Air spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pla2w00uke0v5159400jq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4plnv000une0v57tfi4t1t", + "slug": "mix_aqua", + "name": "Mix Aqua", + "hotscore": 1808, + "guardian": { + "id": "clq3a17fq00p7sh27na6gp7wk", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and briny brew", + "subType": "Potion", + "rulesText": "Sacrifice Mix Aqua → This turn, bearer's next Water spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4plnv000une0v57tfi4t1t" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8iati01mas67ppu63hwj0", + "slug": "bet_mix_aqua_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mix_aqua.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4plnv000une0v57tfi4t1t", + "setCardId": "clot8iary01m8s67p8wzy86bi", + "setCard": { + "id": "clot8iary01m8s67p8wzy86bi", + "slug": "bet_mix_aqua", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4plnv000une0v57tfi4t1t", + "meta": { + "id": "clq3a17no00p9sh27nhtirolt", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and briny brew", + "subType": "Potion", + "rulesText": "Sacrifice Mix Aqua → This turn, bearer's next Water spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iary01m8s67p8wzy86bi" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iav301mcs67p5qgcuj88", + "slug": "bet_mix_aqua_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mix_aqua-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4plnv000une0v57tfi4t1t", + "setCardId": "clot8iary01m8s67p8wzy86bi", + "setCard": { + "id": "clot8iary01m8s67p8wzy86bi", + "slug": "bet_mix_aqua", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4plnv000une0v57tfi4t1t", + "meta": { + "id": "clq3a17no00p9sh27nhtirolt", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and briny brew", + "subType": "Potion", + "rulesText": "Sacrifice Mix Aqua → This turn, bearer's next Water spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iary01m8s67p8wzy86bi" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4plumx00upe0v592ladn4h", + "slug": "alp_mix_aqua_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mix_aqua.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4plnv000une0v57tfi4t1t", + "setCardId": "clm4pltbf00uoe0v50e017h3a", + "setCard": { + "id": "clm4pltbf00uoe0v50e017h3a", + "slug": "alp_mix_aqua", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4plnv000une0v57tfi4t1t", + "meta": { + "id": "clq3a17i000p8sh271lamewyt", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and briny brew", + "subType": "Potion", + "rulesText": "Sacrifice Mix Aqua → This turn, bearer's next Water spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pltbf00uoe0v50e017h3a" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pm1sq00uqe0v5cf1431k5", + "slug": "alp_mix_aqua_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mix_aqua-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4plnv000une0v57tfi4t1t", + "setCardId": "clm4pltbf00uoe0v50e017h3a", + "setCard": { + "id": "clm4pltbf00uoe0v50e017h3a", + "slug": "alp_mix_aqua", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4plnv000une0v57tfi4t1t", + "meta": { + "id": "clq3a17i000p8sh271lamewyt", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and briny brew", + "subType": "Potion", + "rulesText": "Sacrifice Mix Aqua → This turn, bearer's next Water spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pltbf00uoe0v50e017h3a" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pm6xj00ure0v59bcshh8k", + "slug": "mix_ignis", + "name": "Mix Ignis", + "hotscore": 1832, + "guardian": { + "id": "clq3a17tc00pash27hr6jxrde", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and piquant potable", + "subType": "Potion", + "rulesText": "Sacrifice Mix Ignis → This turn, bearer's next Fire spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pm6xj00ure0v59bcshh8k" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ib5j01mhs67pcje4gz0k", + "slug": "bet_mix_ignis_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mix_ignis.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pm6xj00ure0v59bcshh8k", + "setCardId": "clot8ib3n01mfs67plxwf7pic", + "setCard": { + "id": "clot8ib3n01mfs67plxwf7pic", + "slug": "bet_mix_ignis", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pm6xj00ure0v59bcshh8k", + "meta": { + "id": "clq3a181600pcsh27a6hilgpt", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and piquant potable", + "subType": "Potion", + "rulesText": "Sacrifice Mix Ignis → This turn, bearer's next Fire spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ib3n01mfs67plxwf7pic" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ib7401mjs67pp33km2fg", + "slug": "bet_mix_ignis_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mix_ignis-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pm6xj00ure0v59bcshh8k", + "setCardId": "clot8ib3n01mfs67plxwf7pic", + "setCard": { + "id": "clot8ib3n01mfs67plxwf7pic", + "slug": "bet_mix_ignis", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pm6xj00ure0v59bcshh8k", + "meta": { + "id": "clq3a181600pcsh27a6hilgpt", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and piquant potable", + "subType": "Potion", + "rulesText": "Sacrifice Mix Ignis → This turn, bearer's next Fire spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ib3n01mfs67plxwf7pic" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pmdzo00ute0v5h12mdcp6", + "slug": "alp_mix_ignis_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mix_ignis.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pm6xj00ure0v59bcshh8k", + "setCardId": "clm4pmcmp00use0v5c7wx3wnv", + "setCard": { + "id": "clm4pmcmp00use0v5c7wx3wnv", + "slug": "alp_mix_ignis", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pm6xj00ure0v59bcshh8k", + "meta": { + "id": "clq3a17vl00pbsh27djp96b1m", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and piquant potable", + "subType": "Potion", + "rulesText": "Sacrifice Mix Ignis → This turn, bearer's next Fire spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pmcmp00use0v5c7wx3wnv" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pmky900uue0v50sv7h7ku", + "slug": "alp_mix_ignis_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mix_ignis-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pm6xj00ure0v59bcshh8k", + "setCardId": "clm4pmcmp00use0v5c7wx3wnv", + "setCard": { + "id": "clm4pmcmp00use0v5c7wx3wnv", + "slug": "alp_mix_ignis", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pm6xj00ure0v59bcshh8k", + "meta": { + "id": "clq3a17vl00pbsh27djp96b1m", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and piquant potable", + "subType": "Potion", + "rulesText": "Sacrifice Mix Ignis → This turn, bearer's next Fire spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pmcmp00use0v5c7wx3wnv" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pmq6300uve0v53tichgah", + "slug": "mix_terra", + "name": "Mix Terra", + "hotscore": 2071, + "guardian": { + "id": "clq3a186t00pdsh275uo0vvkb", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and loamy libation", + "subType": "Potion", + "rulesText": "Sacrifice Mix Terra → This turn, bearer's next Earth spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pmq6300uve0v53tichgah" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ibg801mos67p35j047zz", + "slug": "bet_mix_terra_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mix_terra.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pmq6300uve0v53tichgah", + "setCardId": "clot8ibes01mms67pjvfgnmj0", + "setCard": { + "id": "clot8ibes01mms67pjvfgnmj0", + "slug": "bet_mix_terra", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pmq6300uve0v53tichgah", + "meta": { + "id": "clq3a18ew00pfsh27t0bdkuex", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and loamy libation", + "subType": "Potion", + "rulesText": "Sacrifice Mix Terra → This turn, bearer's next Earth spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ibes01mms67pjvfgnmj0" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ibhr01mqs67pxoo4140f", + "slug": "bet_mix_terra_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mix_terra-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pmq6300uve0v53tichgah", + "setCardId": "clot8ibes01mms67pjvfgnmj0", + "setCard": { + "id": "clot8ibes01mms67pjvfgnmj0", + "slug": "bet_mix_terra", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pmq6300uve0v53tichgah", + "meta": { + "id": "clq3a18ew00pfsh27t0bdkuex", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and loamy libation", + "subType": "Potion", + "rulesText": "Sacrifice Mix Terra → This turn, bearer's next Earth spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ibes01mms67pjvfgnmj0" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pmws200uxe0v5a8vahlbf", + "slug": "alp_mix_terra_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mix_terra.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pmq6300uve0v53tichgah", + "setCardId": "clm4pmvgk00uwe0v54nz6gxwp", + "setCard": { + "id": "clm4pmvgk00uwe0v54nz6gxwp", + "slug": "alp_mix_terra", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pmq6300uve0v53tichgah", + "meta": { + "id": "clq3a189b00pesh2713qj2xnw", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and loamy libation", + "subType": "Potion", + "rulesText": "Sacrifice Mix Terra → This turn, bearer's next Earth spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pmvgk00uwe0v54nz6gxwp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pn39x00uye0v50r9q67xw", + "slug": "alp_mix_terra_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mix_terra-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pmq6300uve0v53tichgah", + "setCardId": "clm4pmvgk00uwe0v54nz6gxwp", + "setCard": { + "id": "clm4pmvgk00uwe0v54nz6gxwp", + "slug": "alp_mix_terra", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pmq6300uve0v53tichgah", + "meta": { + "id": "clq3a189b00pesh2713qj2xnw", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and loamy libation", + "subType": "Potion", + "rulesText": "Sacrifice Mix Terra → This turn, bearer's next Earth spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pmvgk00uwe0v54nz6gxwp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pocnv00v7e0v565zp23bo", + "slug": "payload_trebuchet", + "name": "Payload Trebuchet", + "hotscore": 728, + "guardian": { + "id": "clq3a19bx00pmsh27z62zhplt", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Weapon flings aught far and wide", + "subType": "Weapon", + "rulesText": "Tap bearer and another ally here, Discard a card → Deal damage equal to the discarded card's mana cost to each unit at target location up to three steps away.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pocnv00v7e0v565zp23bo" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8iclq01ncs67pl7hkwxen", + "slug": "bet_payload_trebuchet_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/payload_trebuchet.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4pocnv00v7e0v565zp23bo", + "setCardId": "clot8ick701nas67pn9ublgxh", + "setCard": { + "id": "clot8ick701nas67pn9ublgxh", + "slug": "bet_payload_trebuchet", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pocnv00v7e0v565zp23bo", + "meta": { + "id": "clq3a19k100posh27mv3jg45g", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Weapon flings aught far and wide", + "subType": "Weapon", + "rulesText": "Tap bearer and another ally here, Discard a card → Deal damage equal to the discarded card's mana cost to each unit at target location up to three steps away.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ick701nas67pn9ublgxh" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8icn901nes67pfb9op1pt", + "slug": "bet_payload_trebuchet_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/payload_trebuchet-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4pocnv00v7e0v565zp23bo", + "setCardId": "clot8ick701nas67pn9ublgxh", + "setCard": { + "id": "clot8ick701nas67pn9ublgxh", + "slug": "bet_payload_trebuchet", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pocnv00v7e0v565zp23bo", + "meta": { + "id": "clq3a19k100posh27mv3jg45g", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Weapon flings aught far and wide", + "subType": "Weapon", + "rulesText": "Tap bearer and another ally here, Discard a card → Deal damage equal to the discarded card's mana cost to each unit at target location up to three steps away.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ick701nas67pn9ublgxh" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pojpi00v9e0v5cr1r64w5", + "slug": "alp_payload_trebuchet_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/payload_trebuchet.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4pocnv00v7e0v565zp23bo", + "setCardId": "clm4poida00v8e0v54fowawce", + "setCard": { + "id": "clm4poida00v8e0v54fowawce", + "slug": "alp_payload_trebuchet", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pocnv00v7e0v565zp23bo", + "meta": { + "id": "clq3a19ee00pnsh27rawi2pf4", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Weapon flings aught far and wide", + "subType": "Weapon", + "rulesText": "Tap bearer and another ally here, Discard a card → Deal damage equal to the discarded card's mana cost to each unit at target location up to three steps away.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4poida00v8e0v54fowawce" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4por8s00vae0v58sthbzwb", + "slug": "alp_payload_trebuchet_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/payload_trebuchet-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4pocnv00v7e0v565zp23bo", + "setCardId": "clm4poida00v8e0v54fowawce", + "setCard": { + "id": "clm4poida00v8e0v54fowawce", + "slug": "alp_payload_trebuchet", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pocnv00v7e0v565zp23bo", + "meta": { + "id": "clq3a19ee00pnsh27rawi2pf4", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Weapon flings aught far and wide", + "subType": "Weapon", + "rulesText": "Tap bearer and another ally here, Discard a card → Deal damage equal to the discarded card's mana cost to each unit at target location up to three steps away.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4poida00v8e0v54fowawce" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pr6fb00vre0v5fsch814n", + "slug": "purge_juggernaut", + "name": "Purge Juggernaut", + "hotscore": 385, + "guardian": { + "id": "clq3a1b9c00q1sh2750es5ksg", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Automaton of ceaseless slaughter", + "subType": "Automaton", + "rulesText": "At the start of your turn, Purge Juggernaut taps and moves to an adjacent location. Kill all minions there.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pr6fb00vre0v5fsch814n" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ie7z01obs67p64ktxnec", + "slug": "bet_purge_juggernaut_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/purge_juggernaut.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pr6fb00vre0v5fsch814n", + "setCardId": "clot8ie5q01o9s67pcmzdz4l3", + "setCard": { + "id": "clot8ie5q01o9s67pcmzdz4l3", + "slug": "bet_purge_juggernaut", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pr6fb00vre0v5fsch814n", + "meta": { + "id": "clq3a1bhc00q3sh27ouvqatuw", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Automaton of ceaseless slaughter", + "subType": "Automaton", + "rulesText": "At the start of your turn, Purge Juggernaut taps and moves to an adjacent location. Kill all minions there.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ie5q01o9s67pcmzdz4l3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ie9i01ods67p4pi9byba", + "slug": "bet_purge_juggernaut_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/purge_juggernaut-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pr6fb00vre0v5fsch814n", + "setCardId": "clot8ie5q01o9s67pcmzdz4l3", + "setCard": { + "id": "clot8ie5q01o9s67pcmzdz4l3", + "slug": "bet_purge_juggernaut", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pr6fb00vre0v5fsch814n", + "meta": { + "id": "clq3a1bhc00q3sh27ouvqatuw", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Automaton of ceaseless slaughter", + "subType": "Automaton", + "rulesText": "At the start of your turn, Purge Juggernaut taps and moves to an adjacent location. Kill all minions there.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ie5q01o9s67pcmzdz4l3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4prdd000vte0v59t5k22rh", + "slug": "alp_purge_juggernaut_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/purge_juggernaut.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pr6fb00vre0v5fsch814n", + "setCardId": "clm4prc1q00vse0v52aksd5ef", + "setCard": { + "id": "clm4prc1q00vse0v52aksd5ef", + "slug": "alp_purge_juggernaut", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pr6fb00vre0v5fsch814n", + "meta": { + "id": "clq3a1bbp00q2sh2706cz6fgl", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Automaton of ceaseless slaughter", + "subType": "Automaton", + "rulesText": "At the start of your turn, Purge Juggernaut taps and moves to an adjacent location. Kill all minions there.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4prc1q00vse0v52aksd5ef" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4prk1g00vue0v53x3fasnc", + "slug": "alp_purge_juggernaut_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/purge_juggernaut-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pr6fb00vre0v5fsch814n", + "setCardId": "clm4prc1q00vse0v52aksd5ef", + "setCard": { + "id": "clm4prc1q00vse0v52aksd5ef", + "slug": "alp_purge_juggernaut", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pr6fb00vre0v5fsch814n", + "meta": { + "id": "clq3a1bbp00q2sh2706cz6fgl", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Automaton of ceaseless slaughter", + "subType": "Automaton", + "rulesText": "At the start of your turn, Purge Juggernaut taps and moves to an adjacent location. Kill all minions there.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4prc1q00vse0v52aksd5ef" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ptba400w7e0v51u7v6mrh", + "slug": "screaming_skull", + "name": "Screaming Skull", + "hotscore": 2485, + "guardian": { + "id": "clq3a1cs900qdsh2734cr6khw", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of unbridled rage", + "subType": "Relic", + "rulesText": "Whenever bearer attacks and kills an enemy, it untaps.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ptba400w7e0v51u7v6mrh" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ifhj01p3s67pi79umrtg", + "slug": "bet_screaming_skull_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/screaming_skull.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ptba400w7e0v51u7v6mrh", + "setCardId": "clot8ifg001p1s67prx32grgg", + "setCard": { + "id": "clot8ifg001p1s67prx32grgg", + "slug": "bet_screaming_skull", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ptba400w7e0v51u7v6mrh", + "meta": { + "id": "clq3a1d2j00qfsh27hhx74h50", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of unbridled rage", + "subType": "Relic", + "rulesText": "Whenever bearer attacks and kills an enemy, it untaps.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ifg001p1s67prx32grgg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ifj101p5s67phxz7z1yx", + "slug": "bet_screaming_skull_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/screaming_skull-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ptba400w7e0v51u7v6mrh", + "setCardId": "clot8ifg001p1s67prx32grgg", + "setCard": { + "id": "clot8ifg001p1s67prx32grgg", + "slug": "bet_screaming_skull", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ptba400w7e0v51u7v6mrh", + "meta": { + "id": "clq3a1d2j00qfsh27hhx74h50", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of unbridled rage", + "subType": "Relic", + "rulesText": "Whenever bearer attacks and kills an enemy, it untaps.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ifg001p1s67prx32grgg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pti2k00w9e0v54m871xyy", + "slug": "alp_screaming_skull_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/screaming_skull.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ptba400w7e0v51u7v6mrh", + "setCardId": "clm4ptgr900w8e0v5gzsk6f4s", + "setCard": { + "id": "clm4ptgr900w8e0v5gzsk6f4s", + "slug": "alp_screaming_skull", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ptba400w7e0v51u7v6mrh", + "meta": { + "id": "clq3a1cuj00qesh27lyq7mi6d", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of unbridled rage", + "subType": "Relic", + "rulesText": "Whenever bearer attacks and kills an enemy, it untaps.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ptgr900w8e0v5gzsk6f4s" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ptuge00wbe0v52erocwjg", + "slug": "alp_screaming_skull_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/screaming_skull-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ptba400w7e0v51u7v6mrh", + "setCardId": "clm4ptgr900w8e0v5gzsk6f4s", + "setCard": { + "id": "clm4ptgr900w8e0v5gzsk6f4s", + "slug": "alp_screaming_skull", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ptba400w7e0v51u7v6mrh", + "meta": { + "id": "clq3a1cuj00qesh27lyq7mi6d", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of unbridled rage", + "subType": "Relic", + "rulesText": "Whenever bearer attacks and kills an enemy, it untaps.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ptgr900w8e0v5gzsk6f4s" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ptorv00wae0v56mv3452a", + "slug": "alp_screaming_skull_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/screaming_skull-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ptba400w7e0v51u7v6mrh", + "setCardId": "clm4ptgr900w8e0v5gzsk6f4s", + "setCard": { + "id": "clm4ptgr900w8e0v5gzsk6f4s", + "slug": "alp_screaming_skull", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ptba400w7e0v51u7v6mrh", + "meta": { + "id": "clq3a1cuj00qesh27lyq7mi6d", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of unbridled rage", + "subType": "Relic", + "rulesText": "Whenever bearer attacks and kills an enemy, it untaps.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ptgr900w8e0v5gzsk6f4s" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pxrdw00x7e0v59zqk5rzi", + "slug": "undertaker_engine", + "name": "Undertaker Engine", + "hotscore": 700, + "guardian": { + "id": "clq3a1g1s00r1sh27ao74vbew", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Automaton of mechanic cryptopsy", + "subType": "Automaton", + "rulesText": "At the end of your turn, you may burrow and/or unburrow any combination of artifacts and minions at this site.", + "cost": 7, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pxrdw00x7e0v59zqk5rzi" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ii2i01qns67pgcnoft5i", + "slug": "bet_undertaker_engine_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/undertaker_engine.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4pxrdw00x7e0v59zqk5rzi", + "setCardId": "clot8ii0r01qls67p4cqgdezm", + "setCard": { + "id": "clot8ii0r01qls67p4cqgdezm", + "slug": "bet_undertaker_engine", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pxrdw00x7e0v59zqk5rzi", + "meta": { + "id": "clq3a1g9n00r3sh27ikszwg8c", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Automaton of mechanic cryptopsy", + "subType": "Automaton", + "rulesText": "At the end of your turn, you may burrow and/or unburrow any combination of artifacts and minions at this site.", + "cost": 7, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ii0r01qls67p4cqgdezm" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ii4401qps67p0oe72p46", + "slug": "bet_undertaker_engine_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/undertaker_engine-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4pxrdw00x7e0v59zqk5rzi", + "setCardId": "clot8ii0r01qls67p4cqgdezm", + "setCard": { + "id": "clot8ii0r01qls67p4cqgdezm", + "slug": "bet_undertaker_engine", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pxrdw00x7e0v59zqk5rzi", + "meta": { + "id": "clq3a1g9n00r3sh27ikszwg8c", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Automaton of mechanic cryptopsy", + "subType": "Automaton", + "rulesText": "At the end of your turn, you may burrow and/or unburrow any combination of artifacts and minions at this site.", + "cost": 7, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ii0r01qls67p4cqgdezm" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pxypd00x9e0v5be5403su", + "slug": "alp_undertaker_engine_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/undertaker_engine.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4pxrdw00x7e0v59zqk5rzi", + "setCardId": "clm4pxx7o00x8e0v5fbmy7qsk", + "setCard": { + "id": "clm4pxx7o00x8e0v5fbmy7qsk", + "slug": "alp_undertaker_engine", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pxrdw00x7e0v59zqk5rzi", + "meta": { + "id": "clq3a1g4300r2sh27vu9t5nlp", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Automaton of mechanic cryptopsy", + "subType": "Automaton", + "rulesText": "At the end of your turn, you may burrow and/or unburrow any combination of artifacts and minions at this site.", + "cost": 7, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pxx7o00x8e0v5fbmy7qsk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4py59700xae0v5cbtr6tqp", + "slug": "alp_undertaker_engine_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/undertaker_engine-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4pxrdw00x7e0v59zqk5rzi", + "setCardId": "clm4pxx7o00x8e0v5fbmy7qsk", + "setCard": { + "id": "clm4pxx7o00x8e0v5fbmy7qsk", + "slug": "alp_undertaker_engine", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pxrdw00x7e0v59zqk5rzi", + "meta": { + "id": "clq3a1g4300r2sh27vu9t5nlp", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Automaton of mechanic cryptopsy", + "subType": "Automaton", + "rulesText": "At the end of your turn, you may burrow and/or unburrow any combination of artifacts and minions at this site.", + "cost": 7, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pxx7o00x8e0v5fbmy7qsk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_none_elite_avatar_cards.json b/data/beta_none_elite_avatar_cards.json new file mode 100644 index 0000000..e3ffee4 --- /dev/null +++ b/data/beta_none_elite_avatar_cards.json @@ -0,0 +1,937 @@ +[ + { + "id": "clm4r3pmq0169e0v57i9p6w3j", + "slug": "battlemage", + "name": "Battlemage", + "hotscore": 132, + "guardian": { + "id": "clq3a29qj00x3sh27bt5eoiug", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar to win the battle and the war", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nWhenever Battlemage attacks and kills an enemy, you may draw a spell.", + "cost": 0, + "attack": 3, + "defense": 3, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4r3pmq0169e0v57i9p6w3j" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j5wl0251s67p2bb4q3ox", + "slug": "bet_battlemage_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/battlemage.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4r3pmq0169e0v57i9p6w3j", + "setCardId": "clot8j5v3024zs67pqc3j1a1x", + "setCard": { + "id": "clot8j5v3024zs67pqc3j1a1x", + "slug": "bet_battlemage", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r3pmq0169e0v57i9p6w3j", + "meta": { + "id": "clq3a29yp00x5sh27mzetsad6", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar to win the battle and the war", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nWhenever Battlemage attacks and kills an enemy, you may draw a spell.", + "cost": 0, + "attack": 3, + "defense": 3, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j5v3024zs67pqc3j1a1x" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j5y60253s67pbj364cty", + "slug": "bet_battlemage_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/battlemage-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4r3pmq0169e0v57i9p6w3j", + "setCardId": "clot8j5v3024zs67pqc3j1a1x", + "setCard": { + "id": "clot8j5v3024zs67pqc3j1a1x", + "slug": "bet_battlemage", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r3pmq0169e0v57i9p6w3j", + "meta": { + "id": "clq3a29yp00x5sh27mzetsad6", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar to win the battle and the war", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nWhenever Battlemage attacks and kills an enemy, you may draw a spell.", + "cost": 0, + "attack": 3, + "defense": 3, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j5v3024zs67pqc3j1a1x" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4r3wk4016be0v540k2e82m", + "slug": "alp_battlemage_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/battlemage.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4r3pmq0169e0v57i9p6w3j", + "setCardId": "clm4r3v93016ae0v5a9vu97qa", + "setCard": { + "id": "clm4r3v93016ae0v5a9vu97qa", + "slug": "alp_battlemage", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r3pmq0169e0v57i9p6w3j", + "meta": { + "id": "clq3a29su00x4sh279grufvuc", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar to win the battle and the war", + "subType": "", + "rulesText": "Tap → Play or draw a site.\n\nWhenever Battlemage attacks and kills an enemy, you may draw a spell.", + "cost": 0, + "attack": 3, + "defense": 3, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r3v93016ae0v5a9vu97qa" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4r444y016ce0v5e2g4f5vo", + "slug": "alp_battlemage_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/battlemage-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4r3pmq0169e0v57i9p6w3j", + "setCardId": "clm4r3v93016ae0v5a9vu97qa", + "setCard": { + "id": "clm4r3v93016ae0v5a9vu97qa", + "slug": "alp_battlemage", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r3pmq0169e0v57i9p6w3j", + "meta": { + "id": "clq3a29su00x4sh279grufvuc", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar to win the battle and the war", + "subType": "", + "rulesText": "Tap → Play or draw a site.\n\nWhenever Battlemage attacks and kills an enemy, you may draw a spell.", + "cost": 0, + "attack": 3, + "defense": 3, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r3v93016ae0v5a9vu97qa" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4r4au3016de0v5gmbd8m6z", + "slug": "deathspeaker", + "name": "Deathspeaker", + "hotscore": 138, + "guardian": { + "id": "clq3a2a4j00x6sh277bwtskzu", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar turns death into dominion", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nYou may cast one dead minion each turn, and for (0) if you’re on Death’s Door. Whenever you summon a minion this way, banish it.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4r4au3016de0v5gmbd8m6z" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j67g0258s67py0ptz84d", + "slug": "bet_deathspeaker_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/deathspeaker.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4r4au3016de0v5gmbd8m6z", + "setCardId": "clot8j65w0256s67p806unb3o", + "setCard": { + "id": "clot8j65w0256s67p806unb3o", + "slug": "bet_deathspeaker", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r4au3016de0v5gmbd8m6z", + "meta": { + "id": "clq3a2acr00x8sh27spuckdg2", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar turns death into dominion", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nYou may cast one dead minion each turn, and for (0) if you’re on Death’s Door. Whenever you summon a minion this way, banish it.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j65w0256s67p806unb3o" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j690025as67pbynzmjs1", + "slug": "bet_deathspeaker_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/deathspeaker-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4r4au3016de0v5gmbd8m6z", + "setCardId": "clot8j65w0256s67p806unb3o", + "setCard": { + "id": "clot8j65w0256s67p806unb3o", + "slug": "bet_deathspeaker", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r4au3016de0v5gmbd8m6z", + "meta": { + "id": "clq3a2acr00x8sh27spuckdg2", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar turns death into dominion", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nYou may cast one dead minion each turn, and for (0) if you’re on Death’s Door. Whenever you summon a minion this way, banish it.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j65w0256s67p806unb3o" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4r4hrj016fe0v587x045t8", + "slug": "alp_deathspeaker_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/deathspeaker.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4r4au3016de0v5gmbd8m6z", + "setCardId": "clm4r4gg1016ee0v58yny505e", + "setCard": { + "id": "clm4r4gg1016ee0v58yny505e", + "slug": "alp_deathspeaker", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r4au3016de0v5gmbd8m6z", + "meta": { + "id": "clq3a2a6u00x7sh27sfiyywx2", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar turns death into dominion", + "subType": "", + "rulesText": "Tap → Play or draw a site.\n\nYou may cast one dead minion each turn, and for (0) if you’re on Death’s Door. Whenever you summon a minion this way, banish it.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r4gg1016ee0v58yny505e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4r4pop016ge0v50yb78tsv", + "slug": "alp_deathspeaker_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/deathspeaker-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4r4au3016de0v5gmbd8m6z", + "setCardId": "clm4r4gg1016ee0v58yny505e", + "setCard": { + "id": "clm4r4gg1016ee0v58yny505e", + "slug": "alp_deathspeaker", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r4au3016de0v5gmbd8m6z", + "meta": { + "id": "clq3a2a6u00x7sh27sfiyywx2", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar turns death into dominion", + "subType": "", + "rulesText": "Tap → Play or draw a site.\n\nYou may cast one dead minion each turn, and for (0) if you’re on Death’s Door. Whenever you summon a minion this way, banish it.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r4gg1016ee0v58yny505e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4r4wrt016he0v5b6tz69ef", + "slug": "elementalist", + "name": "Elementalist", + "hotscore": 138, + "guardian": { + "id": "clq3a2aif00x9sh27c57im06v", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar of wonder and awe", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n \r\nYou have an additional (E)(F)(W)(A).", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4r4wrt016he0v5b6tz69ef" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j6ii025fs67pfif5ws4s", + "slug": "bet_elementalist_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/elementalist.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4r4wrt016he0v5b6tz69ef", + "setCardId": "clot8j6gz025ds67p77in7jm2", + "setCard": { + "id": "clot8j6gz025ds67p77in7jm2", + "slug": "bet_elementalist", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r4wrt016he0v5b6tz69ef", + "meta": { + "id": "clq3a2aqh00xbsh27hupn3vu8", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar of wonder and awe", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n \r\nYou have an additional (E)(F)(W)(A).", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j6gz025ds67p77in7jm2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j6k1025hs67po5drnj5h", + "slug": "bet_elementalist_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/elementalist-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4r4wrt016he0v5b6tz69ef", + "setCardId": "clot8j6gz025ds67p77in7jm2", + "setCard": { + "id": "clot8j6gz025ds67p77in7jm2", + "slug": "bet_elementalist", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r4wrt016he0v5b6tz69ef", + "meta": { + "id": "clq3a2aqh00xbsh27hupn3vu8", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar of wonder and awe", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n \r\nYou have an additional (E)(F)(W)(A).", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j6gz025ds67p77in7jm2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4r53jo016je0v5bhad50j3", + "slug": "alp_elementalist_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/elementalist.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4r4wrt016he0v5b6tz69ef", + "setCardId": "clm4r528i016ie0v51bblbnzh", + "setCard": { + "id": "clm4r528i016ie0v51bblbnzh", + "slug": "alp_elementalist", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r4wrt016he0v5b6tz69ef", + "meta": { + "id": "clq3a2akp00xash27c79m533u", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar of wonder and awe", + "subType": "", + "rulesText": "Tap → Play or draw a site.\n\nYou have an additional (E)(F)(W)(A).", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r528i016ie0v51bblbnzh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4r5bch016ke0v51j328993", + "slug": "alp_elementalist_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/elementalist-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4r4wrt016he0v5b6tz69ef", + "setCardId": "clm4r528i016ie0v51bblbnzh", + "setCard": { + "id": "clm4r528i016ie0v51bblbnzh", + "slug": "alp_elementalist", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r4wrt016he0v5b6tz69ef", + "meta": { + "id": "clq3a2akp00xash27c79m533u", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar of wonder and awe", + "subType": "", + "rulesText": "Tap → Play or draw a site.\n\nYou have an additional (E)(F)(W)(A).", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r528i016ie0v51bblbnzh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4r5ipm016le0v5hnvl5rap", + "slug": "enchantress", + "name": "Enchantress", + "hotscore": 98, + "guardian": { + "id": "clq3a2awa00xcsh27mncje8at", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar of transcendent triumph", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nWhenever you cast a spell, you may animate target aura until your next turn. It’s an aura minion with power equal to its cost.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4r5ipm016le0v5hnvl5rap" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j6tc025ms67p392bnf5l", + "slug": "bet_enchantress_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/enchantress.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4r5ipm016le0v5hnvl5rap", + "setCardId": "clot8j6rt025ks67p0red6ltu", + "setCard": { + "id": "clot8j6rt025ks67p0red6ltu", + "slug": "bet_enchantress", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r5ipm016le0v5hnvl5rap", + "meta": { + "id": "clq3a2b4m00xesh272y7n5s9g", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar of transcendent triumph", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nWhenever you cast a spell, you may animate target aura until your next turn. It’s an aura minion with power equal to its cost.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j6rt025ks67p0red6ltu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j6ut025os67ppnoc94zo", + "slug": "bet_enchantress_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/enchantress-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4r5ipm016le0v5hnvl5rap", + "setCardId": "clot8j6rt025ks67p0red6ltu", + "setCard": { + "id": "clot8j6rt025ks67p0red6ltu", + "slug": "bet_enchantress", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r5ipm016le0v5hnvl5rap", + "meta": { + "id": "clq3a2b4m00xesh272y7n5s9g", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar of transcendent triumph", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nWhenever you cast a spell, you may animate target aura until your next turn. It’s an aura minion with power equal to its cost.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j6rt025ks67p0red6ltu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4r5pna016ne0v5211n0f59", + "slug": "alp_enchantress_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/enchantress.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4r5ipm016le0v5hnvl5rap", + "setCardId": "clm4r5oc9016me0v57ltj71sd", + "setCard": { + "id": "clm4r5oc9016me0v57ltj71sd", + "slug": "alp_enchantress", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r5ipm016le0v5hnvl5rap", + "meta": { + "id": "clq3a2ays00xdsh27gd9vi3o2", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar of transcendent triumph", + "subType": "", + "rulesText": "Tap → Play or draw a site.\n\nWhenever you cast a spell, you may animate target aura until your next turn. It’s an aura minion with power equal to its cost.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r5oc9016me0v57ltj71sd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4r5x10016oe0v57cud4oeh", + "slug": "alp_enchantress_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/enchantress-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4r5ipm016le0v5hnvl5rap", + "setCardId": "clm4r5oc9016me0v57ltj71sd", + "setCard": { + "id": "clm4r5oc9016me0v57ltj71sd", + "slug": "alp_enchantress", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r5ipm016le0v5hnvl5rap", + "meta": { + "id": "clq3a2ays00xdsh27gd9vi3o2", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar of transcendent triumph", + "subType": "", + "rulesText": "Tap → Play or draw a site.\n\nWhenever you cast a spell, you may animate target aura until your next turn. It’s an aura minion with power equal to its cost.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r5oc9016me0v57ltj71sd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4r6pat016te0v5394d4l74", + "slug": "seer", + "name": "Seer", + "hotscore": 391, + "guardian": { + "id": "clq3a2bpt00xish2785h0bjjz", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar prognosticates success", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nAt the start of your turn, look at your topmost site or spell. You may put it on the bottom of its deck.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4r6pat016te0v5394d4l74" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j7f60260s67pvatr1sxa", + "slug": "bet_seer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/seer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4r6pat016te0v5394d4l74", + "setCardId": "clot8j7dn025ys67pncalzgca", + "setCard": { + "id": "clot8j7dn025ys67pncalzgca", + "slug": "bet_seer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r6pat016te0v5394d4l74", + "meta": { + "id": "clq3a2by400xksh273u5mgrih", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar prognosticates success", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nAt the start of your turn, look at your topmost site or spell. You may put it on the bottom of its deck.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j7dn025ys67pncalzgca" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j7gq0262s67pjwvsobux", + "slug": "bet_seer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/seer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4r6pat016te0v5394d4l74", + "setCardId": "clot8j7dn025ys67pncalzgca", + "setCard": { + "id": "clot8j7dn025ys67pncalzgca", + "slug": "bet_seer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r6pat016te0v5394d4l74", + "meta": { + "id": "clq3a2by400xksh273u5mgrih", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar prognosticates success", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nAt the start of your turn, look at your topmost site or spell. You may put it on the bottom of its deck.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j7dn025ys67pncalzgca" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4r6vxn016ve0v57f3t25r8", + "slug": "alp_seer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/seer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4r6pat016te0v5394d4l74", + "setCardId": "clm4r6umt016ue0v5gnxgd3al", + "setCard": { + "id": "clm4r6umt016ue0v5gnxgd3al", + "slug": "alp_seer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r6pat016te0v5394d4l74", + "meta": { + "id": "clq3a2bs500xjsh27tnsl4t97", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar prognosticates success", + "subType": "", + "rulesText": "Tap → Play or draw a site.\n\nAt the start of your turn, look at your topmost site or spell. You may put it on the bottom of its deck.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r6umt016ue0v5gnxgd3al" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4r73wp016we0v557xpb15k", + "slug": "alp_seer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/seer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4r6pat016te0v5394d4l74", + "setCardId": "clm4r6umt016ue0v5gnxgd3al", + "setCard": { + "id": "clm4r6umt016ue0v5gnxgd3al", + "slug": "alp_seer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r6pat016te0v5394d4l74", + "meta": { + "id": "clq3a2bs500xjsh27tnsl4t97", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar prognosticates success", + "subType": "", + "rulesText": "Tap → Play or draw a site.\n\nAt the start of your turn, look at your topmost site or spell. You may put it on the bottom of its deck.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r6umt016ue0v5gnxgd3al" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_none_elite_site_cards.json b/data/beta_none_elite_site_cards.json new file mode 100644 index 0000000..7f0d0e5 --- /dev/null +++ b/data/beta_none_elite_site_cards.json @@ -0,0 +1,1950 @@ +[ + { + "id": "clm4qpter013ee0v59pu59gkl", + "slug": "astral_alcazar", + "name": "Astral Alcazar", + "hotscore": 703, + "guardian": { + "id": "clq3a20hb00v4sh27run5l74y", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site drifts through infinity", + "subType": "", + "rulesText": "Units can move between this site and any void as if they were adjacent.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qpter013ee0v59pu59gkl" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ixzh0206s67p418ctx9i", + "slug": "bet_astral_alcazar_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/astral_alcazar.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4qpter013ee0v59pu59gkl", + "setCardId": "clot8ixxz0204s67paorfdxic", + "setCard": { + "id": "clot8ixxz0204s67paorfdxic", + "slug": "bet_astral_alcazar", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qpter013ee0v59pu59gkl", + "meta": { + "id": "clq3a20p600v6sh27y5miznix", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site drifts through infinity", + "subType": "", + "rulesText": "Units can move between this site and any void as if they were adjacent.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ixxz0204s67paorfdxic" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iy0z0208s67pm56gsfo5", + "slug": "bet_astral_alcazar_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/astral_alcazar-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4qpter013ee0v59pu59gkl", + "setCardId": "clot8ixxz0204s67paorfdxic", + "setCard": { + "id": "clot8ixxz0204s67paorfdxic", + "slug": "bet_astral_alcazar", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qpter013ee0v59pu59gkl", + "meta": { + "id": "clq3a20p600v6sh27y5miznix", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site drifts through infinity", + "subType": "", + "rulesText": "Units can move between this site and any void as if they were adjacent.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ixxz0204s67paorfdxic" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qpzz8013ge0v57n1r7dxa", + "slug": "alp_astral_alcazar_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/astral_alcazar.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4qpter013ee0v59pu59gkl", + "setCardId": "clm4qpyo0013fe0v5ehbc6szo", + "setCard": { + "id": "clm4qpyo0013fe0v5ehbc6szo", + "slug": "alp_astral_alcazar", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qpter013ee0v59pu59gkl", + "meta": { + "id": "clq3a20jl00v5sh279ooafnqs", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site drifts through infinity", + "subType": "", + "rulesText": "Units can move between this site and any void as if they were adjacent.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qpyo0013fe0v5ehbc6szo" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qq6e9013he0v5f8hq95t4", + "slug": "alp_astral_alcazar_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/astral_alcazar-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4qpter013ee0v59pu59gkl", + "setCardId": "clm4qpyo0013fe0v5ehbc6szo", + "setCard": { + "id": "clm4qpyo0013fe0v5ehbc6szo", + "slug": "alp_astral_alcazar", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qpter013ee0v59pu59gkl", + "meta": { + "id": "clq3a20jl00v5sh279ooafnqs", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site drifts through infinity", + "subType": "", + "rulesText": "Units can move between this site and any void as if they were adjacent.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qpyo0013fe0v5ehbc6szo" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qqbg8013ie0v527u76erj", + "slug": "battlefield", + "name": "Battlefield", + "hotscore": 588, + "guardian": { + "id": "clq3a20uw00v7sh27tjjcdbsn", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of the wages of war", + "subType": "", + "rulesText": "Genesis → Conjure a broken Weapon or Armor here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qqbg8013ie0v527u76erj" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8iyb5020ds67penhv4v0y", + "slug": "bet_battlefield_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/battlefield.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qqbg8013ie0v527u76erj", + "setCardId": "clot8iy9n020bs67pjbug8wue", + "setCard": { + "id": "clot8iy9n020bs67pjbug8wue", + "slug": "bet_battlefield", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qqbg8013ie0v527u76erj", + "meta": { + "id": "clq3a212v00v9sh27o9niz4xq", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of the wages of war", + "subType": "", + "rulesText": "Genesis → Conjure a broken Weapon or Armor here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iy9n020bs67pjbug8wue" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iycp020fs67pq1tb5dfa", + "slug": "bet_battlefield_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/battlefield-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qqbg8013ie0v527u76erj", + "setCardId": "clot8iy9n020bs67pjbug8wue", + "setCard": { + "id": "clot8iy9n020bs67pjbug8wue", + "slug": "bet_battlefield", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qqbg8013ie0v527u76erj", + "meta": { + "id": "clq3a212v00v9sh27o9niz4xq", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of the wages of war", + "subType": "", + "rulesText": "Genesis → Conjure a broken Weapon or Armor here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iy9n020bs67pjbug8wue" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qqj9x013ke0v58oqscc35", + "slug": "alp_battlefield_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/battlefield.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qqbg8013ie0v527u76erj", + "setCardId": "clm4qqhyd013je0v57lhu545o", + "setCard": { + "id": "clm4qqhyd013je0v57lhu545o", + "slug": "alp_battlefield", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qqbg8013ie0v527u76erj", + "meta": { + "id": "clq3a20xa00v8sh27gf6li2m2", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of the wages of war", + "subType": "", + "rulesText": "Genesis → Conjure a broken Weapon or Armor here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qqhyd013je0v57lhu545o" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qqpxj013le0v5fov2a599", + "slug": "alp_battlefield_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/battlefield-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qqbg8013ie0v527u76erj", + "setCardId": "clm4qqhyd013je0v57lhu545o", + "setCard": { + "id": "clm4qqhyd013je0v57lhu545o", + "slug": "alp_battlefield", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qqbg8013ie0v527u76erj", + "meta": { + "id": "clq3a20xa00v8sh27gf6li2m2", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of the wages of war", + "subType": "", + "rulesText": "Genesis → Conjure a broken Weapon or Armor here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qqhyd013je0v57lhu545o" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qrehi013qe0v5060ccjht", + "slug": "bottomless_pit", + "name": "Bottomless Pit", + "hotscore": 2526, + "guardian": { + "id": "clq3a21mz00vdsh272lgt6xq8", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of depth and despair", + "subType": "", + "rulesText": "Whenever a non-Airborne minion enters this site, kill it.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qrehi013qe0v5060ccjht" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8iyz7020rs67p8hiy2030", + "slug": "bet_bottomless_pit_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bottomless_pit.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qrehi013qe0v5060ccjht", + "setCardId": "clot8iyxl020ps67px34mprbj", + "setCard": { + "id": "clot8iyxl020ps67px34mprbj", + "slug": "bet_bottomless_pit", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qrehi013qe0v5060ccjht", + "meta": { + "id": "clq3a21wv00vfsh27pv7odpcj", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of depth and despair", + "subType": "", + "rulesText": "Whenever a non-Airborne minion enters this site, kill it.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iyxl020ps67px34mprbj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iz0s020ts67peuf3ipsx", + "slug": "bet_bottomless_pit_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bottomless_pit-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qrehi013qe0v5060ccjht", + "setCardId": "clot8iyxl020ps67px34mprbj", + "setCard": { + "id": "clot8iyxl020ps67px34mprbj", + "slug": "bet_bottomless_pit", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qrehi013qe0v5060ccjht", + "meta": { + "id": "clq3a21wv00vfsh27pv7odpcj", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of depth and despair", + "subType": "", + "rulesText": "Whenever a non-Airborne minion enters this site, kill it.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iyxl020ps67px34mprbj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qrlo8013se0v57szkg7so", + "slug": "alp_bottomless_pit_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bottomless_pit.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qrehi013qe0v5060ccjht", + "setCardId": "clm4qrkd8013re0v58b2t0myc", + "setCard": { + "id": "clm4qrkd8013re0v58b2t0myc", + "slug": "alp_bottomless_pit", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qrehi013qe0v5060ccjht", + "meta": { + "id": "clq3a21pb00vesh276oxweowv", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of depth and despair", + "subType": "", + "rulesText": "Whenever a non-Airborne minion enters this site, kill it.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qrkd8013re0v58b2t0myc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qrxdv013ue0v54zwr45h9", + "slug": "alp_bottomless_pit_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bottomless_pit-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qrehi013qe0v5060ccjht", + "setCardId": "clm4qrkd8013re0v58b2t0myc", + "setCard": { + "id": "clm4qrkd8013re0v58b2t0myc", + "slug": "alp_bottomless_pit", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qrehi013qe0v5060ccjht", + "meta": { + "id": "clq3a21pb00vesh276oxweowv", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of depth and despair", + "subType": "", + "rulesText": "Whenever a non-Airborne minion enters this site, kill it.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qrkd8013re0v58b2t0myc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qrs5f013te0v5ftnx36dt", + "slug": "alp_bottomless_pit_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bottomless_pit-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qrehi013qe0v5060ccjht", + "setCardId": "clm4qrkd8013re0v58b2t0myc", + "setCard": { + "id": "clm4qrkd8013re0v58b2t0myc", + "slug": "alp_bottomless_pit", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qrehi013qe0v5060ccjht", + "meta": { + "id": "clq3a21pb00vesh276oxweowv", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of depth and despair", + "subType": "", + "rulesText": "Whenever a non-Airborne minion enters this site, kill it.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qrkd8013re0v58b2t0myc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qsj6x0140e0v53k984nra", + "slug": "crossroads", + "name": "Crossroads", + "hotscore": 3864, + "guardian": { + "id": "clq3a22j400vjsh27uugxjsx2", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site points in the right direction", + "subType": "", + "rulesText": "Genesis → Look at your next four sites. Put three on the bottom of your atlas.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qsj6x0140e0v53k984nra" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8izm80215s67pmqb6dn84", + "slug": "bet_crossroads_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/crossroads.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qsj6x0140e0v53k984nra", + "setCardId": "clot8izkp0213s67phukvmqz3", + "setCard": { + "id": "clot8izkp0213s67phukvmqz3", + "slug": "bet_crossroads", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qsj6x0140e0v53k984nra", + "meta": { + "id": "clq3a22r400vlsh2786fdbqye", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site points in the right direction", + "subType": "", + "rulesText": "Genesis → Look at your next four sites. Put three on the bottom of your atlas.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8izkp0213s67phukvmqz3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iznq0217s67p84ldfp00", + "slug": "bet_crossroads_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/crossroads-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qsj6x0140e0v53k984nra", + "setCardId": "clot8izkp0213s67phukvmqz3", + "setCard": { + "id": "clot8izkp0213s67phukvmqz3", + "slug": "bet_crossroads", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qsj6x0140e0v53k984nra", + "meta": { + "id": "clq3a22r400vlsh2786fdbqye", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site points in the right direction", + "subType": "", + "rulesText": "Genesis → Look at your next four sites. Put three on the bottom of your atlas.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8izkp0213s67phukvmqz3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qsqbz0142e0v57uu11jee", + "slug": "alp_crossroads_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/crossroads.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qsj6x0140e0v53k984nra", + "setCardId": "clm4qsp0r0141e0v5eai9go7q", + "setCard": { + "id": "clm4qsp0r0141e0v5eai9go7q", + "slug": "alp_crossroads", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qsj6x0140e0v53k984nra", + "meta": { + "id": "clq3a22lg00vksh27oc1ot857", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site points in the right direction", + "subType": "", + "rulesText": "Genesis → Look at your next four sites. Put three on the bottom of your atlas.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qsp0r0141e0v5eai9go7q" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qsy3d0143e0v515oe2noa", + "slug": "alp_crossroads_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/crossroads-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qsj6x0140e0v53k984nra", + "setCardId": "clm4qsp0r0141e0v5eai9go7q", + "setCard": { + "id": "clm4qsp0r0141e0v5eai9go7q", + "slug": "alp_crossroads", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qsj6x0140e0v53k984nra", + "meta": { + "id": "clq3a22lg00vksh27oc1ot857", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site points in the right direction", + "subType": "", + "rulesText": "Genesis → Look at your next four sites. Put three on the bottom of your atlas.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qsp0r0141e0v5eai9go7q" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qu55w014ce0v50zzu7pi8", + "slug": "edge_of_the_world", + "name": "Edge of the World", + "hotscore": 684, + "guardian": { + "id": "clq3a23pc00vssh270mjdp2x7", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site on the border of unreality", + "subType": "", + "rulesText": "Must always be adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qu55w014ce0v50zzu7pi8" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j0iv021qs67pb33gyrpb", + "slug": "bet_edge_of_the_world_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/edge_of_the_world.png", + "finish": "Standard", + "product": "Booster", + "artist": "Adam Burke", + "flavorText": "", + "cardId": "clm4qu55w014ce0v50zzu7pi8", + "setCardId": "clot8j0hd021os67p5oey68vf", + "setCard": { + "id": "clot8j0hd021os67p5oey68vf", + "slug": "bet_edge_of_the_world", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qu55w014ce0v50zzu7pi8", + "meta": { + "id": "clq3a23xf00vush27xd0swzjf", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site on the border of unreality", + "subType": "", + "rulesText": "Must always be adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j0hd021os67p5oey68vf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j0kg021ss67pysrj9vgx", + "slug": "bet_edge_of_the_world_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/edge_of_the_world-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Adam Burke", + "flavorText": "", + "cardId": "clm4qu55w014ce0v50zzu7pi8", + "setCardId": "clot8j0hd021os67p5oey68vf", + "setCard": { + "id": "clot8j0hd021os67p5oey68vf", + "slug": "bet_edge_of_the_world", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qu55w014ce0v50zzu7pi8", + "meta": { + "id": "clq3a23xf00vush27xd0swzjf", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site on the border of unreality", + "subType": "", + "rulesText": "Must always be adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j0hd021os67p5oey68vf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4quc3j014ee0v51ue96kpc", + "slug": "alp_edge_of_the_world_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/edge_of_the_world.png", + "finish": "Standard", + "product": "Booster", + "artist": "Adam Burke", + "flavorText": "", + "cardId": "clm4qu55w014ce0v50zzu7pi8", + "setCardId": "clm4quasd014de0v519gr61ve", + "setCard": { + "id": "clm4quasd014de0v519gr61ve", + "slug": "alp_edge_of_the_world", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qu55w014ce0v50zzu7pi8", + "meta": { + "id": "clq3a23ro00vtsh27rkvrub93", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site on the border of unreality", + "subType": "", + "rulesText": "Must always be adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4quasd014de0v519gr61ve" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4quiam014fe0v516sg5rd3", + "slug": "alp_edge_of_the_world_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/edge_of_the_world-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Adam Burke", + "flavorText": "", + "cardId": "clm4qu55w014ce0v50zzu7pi8", + "setCardId": "clm4quasd014de0v519gr61ve", + "setCard": { + "id": "clm4quasd014de0v519gr61ve", + "slug": "alp_edge_of_the_world", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qu55w014ce0v50zzu7pi8", + "meta": { + "id": "clq3a23ro00vtsh27rkvrub93", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site on the border of unreality", + "subType": "", + "rulesText": "Must always be adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4quasd014de0v519gr61ve" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qvqwr014oe0v5efk9gqcj", + "slug": "imperial_road", + "name": "Imperial Road", + "hotscore": 3422, + "guardian": { + "id": "clq3a24vh00w1sh27zlx75yx7", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site once spanned an empire", + "subType": "", + "rulesText": "Genesis → Target opponent, then you, may play a site adjacent to this one.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qvqwr014oe0v5efk9gqcj" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j1gk022bs67pe6ods3li", + "slug": "bet_imperial_road_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/imperial_road.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4qvqwr014oe0v5efk9gqcj", + "setCardId": "clot8j1ew0229s67pc3mxyz3z", + "setCard": { + "id": "clot8j1ew0229s67pc3mxyz3z", + "slug": "bet_imperial_road", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qvqwr014oe0v5efk9gqcj", + "meta": { + "id": "clq3a253h00w3sh27wcr9ndu3", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site once spanned an empire", + "subType": "", + "rulesText": "Genesis → Target opponent, then you, may play a site adjacent to this one.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j1ew0229s67pc3mxyz3z" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j1i4022ds67p7nrkz2kx", + "slug": "bet_imperial_road_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/imperial_road-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4qvqwr014oe0v5efk9gqcj", + "setCardId": "clot8j1ew0229s67pc3mxyz3z", + "setCard": { + "id": "clot8j1ew0229s67pc3mxyz3z", + "slug": "bet_imperial_road", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qvqwr014oe0v5efk9gqcj", + "meta": { + "id": "clq3a253h00w3sh27wcr9ndu3", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site once spanned an empire", + "subType": "", + "rulesText": "Genesis → Target opponent, then you, may play a site adjacent to this one.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j1ew0229s67pc3mxyz3z" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qvy24014qe0v5c0v5d5bu", + "slug": "alp_imperial_road_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/imperial_road.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4qvqwr014oe0v5efk9gqcj", + "setCardId": "clm4qvwqx014pe0v557knfxo1", + "setCard": { + "id": "clm4qvwqx014pe0v557knfxo1", + "slug": "alp_imperial_road", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qvqwr014oe0v5efk9gqcj", + "meta": { + "id": "clq3a24xs00w2sh27rfb5ogt8", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site once spanned an empire", + "subType": "", + "rulesText": "Genesis → Target opponent, then you, may play a site adjacent to this one.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qvwqx014pe0v557knfxo1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qw50x014re0v5aneze4z8", + "slug": "alp_imperial_road_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/imperial_road-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4qvqwr014oe0v5efk9gqcj", + "setCardId": "clm4qvwqx014pe0v557knfxo1", + "setCard": { + "id": "clm4qvwqx014pe0v557knfxo1", + "slug": "alp_imperial_road", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qvqwr014oe0v5efk9gqcj", + "meta": { + "id": "clq3a24xs00w2sh27rfb5ogt8", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site once spanned an empire", + "subType": "", + "rulesText": "Genesis → Target opponent, then you, may play a site adjacent to this one.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qvwqx014pe0v557knfxo1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qxfi90150e0v59b1h6eyl", + "slug": "planar_gate", + "name": "Planar Gate", + "hotscore": 755, + "guardian": { + "id": "clq3a261500wash27dggqdz2n", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site and gateway to oblivion", + "subType": "", + "rulesText": "Minions here can traverse the void, gaining Voidwalk until leaving it.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qxfi90150e0v59b1h6eyl" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j2fx022ws67p40nwxnio", + "slug": "bet_planar_gate_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/planar_gate.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4qxfi90150e0v59b1h6eyl", + "setCardId": "clot8j2ef022us67ph986ug08", + "setCard": { + "id": "clot8j2ef022us67ph986ug08", + "slug": "bet_planar_gate", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qxfi90150e0v59b1h6eyl", + "meta": { + "id": "clq3a269c00wcsh2707dmc3vk", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site and gateway to oblivion", + "subType": "", + "rulesText": "Minions here can traverse the void, gaining Voidwalk until leaving it.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j2ef022us67ph986ug08" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j2hh022ys67p1n2qjb82", + "slug": "bet_planar_gate_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/planar_gate-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4qxfi90150e0v59b1h6eyl", + "setCardId": "clot8j2ef022us67ph986ug08", + "setCard": { + "id": "clot8j2ef022us67ph986ug08", + "slug": "bet_planar_gate", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qxfi90150e0v59b1h6eyl", + "meta": { + "id": "clq3a269c00wcsh2707dmc3vk", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site and gateway to oblivion", + "subType": "", + "rulesText": "Minions here can traverse the void, gaining Voidwalk until leaving it.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j2ef022us67ph986ug08" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qxmox0152e0v55qbw2bfl", + "slug": "alp_planar_gate_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/planar_gate.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4qxfi90150e0v59b1h6eyl", + "setCardId": "clm4qxldy0151e0v57s2vc9pu", + "setCard": { + "id": "clm4qxldy0151e0v57s2vc9pu", + "slug": "alp_planar_gate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qxfi90150e0v59b1h6eyl", + "meta": { + "id": "clq3a263l00wbsh278arh8xo3", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site and gateway to oblivion", + "subType": "", + "rulesText": "Minions here can traverse the void, gaining Voidwalk until leaving it.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qxldy0151e0v57s2vc9pu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qxsog0153e0v52s9zb7rs", + "slug": "alp_planar_gate_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/planar_gate-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4qxfi90150e0v59b1h6eyl", + "setCardId": "clm4qxldy0151e0v57s2vc9pu", + "setCard": { + "id": "clm4qxldy0151e0v57s2vc9pu", + "slug": "alp_planar_gate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qxfi90150e0v59b1h6eyl", + "meta": { + "id": "clq3a263l00wbsh278arh8xo3", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site and gateway to oblivion", + "subType": "", + "rulesText": "Minions here can traverse the void, gaining Voidwalk until leaving it.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qxldy0151e0v57s2vc9pu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qxytr0154e0v51pd3303i", + "slug": "primordial_spring", + "name": "Primordial Spring", + "hotscore": 1273, + "guardian": { + "id": "clq3a26f400wdsh27dbqful97", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of primeval bounty", + "subType": "", + "rulesText": "Genesis → If you control fewer sites than any opponent, draw three sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qxytr0154e0v51pd3303i" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j2rm0233s67p7zomvayu", + "slug": "bet_primordial_spring_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/primordial_spring.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qxytr0154e0v51pd3303i", + "setCardId": "clot8j2q00231s67ptuo4fjr1", + "setCard": { + "id": "clot8j2q00231s67ptuo4fjr1", + "slug": "bet_primordial_spring", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qxytr0154e0v51pd3303i", + "meta": { + "id": "clq3a26n900wfsh27zdt9e8p0", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of primeval bounty", + "subType": "", + "rulesText": "Genesis → If you control fewer sites than any opponent, draw three sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j2q00231s67ptuo4fjr1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j2t50235s67py60sdw0p", + "slug": "bet_primordial_spring_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/primordial_spring-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qxytr0154e0v51pd3303i", + "setCardId": "clot8j2q00231s67ptuo4fjr1", + "setCard": { + "id": "clot8j2q00231s67ptuo4fjr1", + "slug": "bet_primordial_spring", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qxytr0154e0v51pd3303i", + "meta": { + "id": "clq3a26n900wfsh27zdt9e8p0", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of primeval bounty", + "subType": "", + "rulesText": "Genesis → If you control fewer sites than any opponent, draw three sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j2q00231s67ptuo4fjr1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qy64s0156e0v57bwo90wf", + "slug": "alp_primordial_spring_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/primordial_spring.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qxytr0154e0v51pd3303i", + "setCardId": "clm4qy4ts0155e0v59sj84t0c", + "setCard": { + "id": "clm4qy4ts0155e0v59sj84t0c", + "slug": "alp_primordial_spring", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qxytr0154e0v51pd3303i", + "meta": { + "id": "clq3a26hi00wesh27uwazc3j0", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of primeval bounty", + "subType": "", + "rulesText": "Genesis → If you control fewer sites than any opponent, draw three sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qy4ts0155e0v59sj84t0c" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qyd1t0157e0v55ke5hyfz", + "slug": "alp_primordial_spring_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/primordial_spring-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qxytr0154e0v51pd3303i", + "setCardId": "clm4qy4ts0155e0v59sj84t0c", + "setCard": { + "id": "clm4qy4ts0155e0v59sj84t0c", + "slug": "alp_primordial_spring", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qxytr0154e0v51pd3303i", + "meta": { + "id": "clq3a26hi00wesh27uwazc3j0", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of primeval bounty", + "subType": "", + "rulesText": "Genesis → If you control fewer sites than any opponent, draw three sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qy4ts0155e0v59sj84t0c" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qz2wc015ce0v52eqehigs", + "slug": "sinkhole", + "name": "Sinkhole", + "hotscore": 5131, + "guardian": { + "id": "clq3a277d00wjsh27zlbw39tn", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of impending collapse", + "subType": "", + "rulesText": "Sacrifice Sinkhole → Destroy a nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qz2wc015ce0v52eqehigs" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j3de023hs67pn5lvpd8b", + "slug": "bet_sinkhole_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sinkhole.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4qz2wc015ce0v52eqehigs", + "setCardId": "clot8j3bw023fs67p15wvpnji", + "setCard": { + "id": "clot8j3bw023fs67p15wvpnji", + "slug": "bet_sinkhole", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qz2wc015ce0v52eqehigs", + "meta": { + "id": "clq3a27fp00wlsh272whh5okf", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of impending collapse", + "subType": "", + "rulesText": "Sacrifice Sinkhole → Destroy a nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j3bw023fs67p15wvpnji" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j3f0023js67pypycz1sd", + "slug": "bet_sinkhole_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sinkhole-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4qz2wc015ce0v52eqehigs", + "setCardId": "clot8j3bw023fs67p15wvpnji", + "setCard": { + "id": "clot8j3bw023fs67p15wvpnji", + "slug": "bet_sinkhole", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qz2wc015ce0v52eqehigs", + "meta": { + "id": "clq3a27fp00wlsh272whh5okf", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of impending collapse", + "subType": "", + "rulesText": "Sacrifice Sinkhole → Destroy a nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j3bw023fs67p15wvpnji" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qzaic015ee0v50spjcmoi", + "slug": "alp_sinkhole_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sinkhole.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4qz2wc015ce0v52eqehigs", + "setCardId": "clm4qz8t0015de0v58oj2agl5", + "setCard": { + "id": "clm4qz8t0015de0v58oj2agl5", + "slug": "alp_sinkhole", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qz2wc015ce0v52eqehigs", + "meta": { + "id": "clq3a279q00wksh27snd0wze1", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of impending collapse", + "subType": "", + "rulesText": "Sacrifice Sinkhole → Destroy a nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qz8t0015de0v58oj2agl5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qzj5j015fe0v5h3fo8le9", + "slug": "alp_sinkhole_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sinkhole-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4qz2wc015ce0v52eqehigs", + "setCardId": "clm4qz8t0015de0v58oj2agl5", + "setCard": { + "id": "clm4qz8t0015de0v58oj2agl5", + "slug": "alp_sinkhole", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qz2wc015ce0v52eqehigs", + "meta": { + "id": "clq3a279q00wksh27snd0wze1", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of impending collapse", + "subType": "", + "rulesText": "Sacrifice Sinkhole → Destroy a nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qz8t0015de0v58oj2agl5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qzoxk015ge0v591wz8txl", + "slug": "standing_stones", + "name": "Standing Stones", + "hotscore": 1249, + "guardian": { + "id": "clq3a27lh00wmsh277yrha7vo", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site where leylines converge", + "subType": "", + "rulesText": "Minions here are Spellcasters.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qzoxk015ge0v591wz8txl" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j3p6023os67pa7vf7dzq", + "slug": "bet_standing_stones_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/standing_stones.png", + "finish": "Standard", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qzoxk015ge0v591wz8txl", + "setCardId": "clot8j3nl023ms67pdbdshtk4", + "setCard": { + "id": "clot8j3nl023ms67pdbdshtk4", + "slug": "bet_standing_stones", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qzoxk015ge0v591wz8txl", + "meta": { + "id": "clq3a27v700wosh27xp539jsn", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site where leylines converge", + "subType": "", + "rulesText": "Minions here are Spellcasters.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j3nl023ms67pdbdshtk4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j3qs023qs67pjir2x3gi", + "slug": "bet_standing_stones_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/standing_stones-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qzoxk015ge0v591wz8txl", + "setCardId": "clot8j3nl023ms67pdbdshtk4", + "setCard": { + "id": "clot8j3nl023ms67pdbdshtk4", + "slug": "bet_standing_stones", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qzoxk015ge0v591wz8txl", + "meta": { + "id": "clq3a27v700wosh27xp539jsn", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site where leylines converge", + "subType": "", + "rulesText": "Minions here are Spellcasters.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j3nl023ms67pdbdshtk4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qzw9r015ie0v5eoxy1yf2", + "slug": "alp_standing_stones_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/standing_stones.png", + "finish": "Standard", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qzoxk015ge0v591wz8txl", + "setCardId": "clm4qzuyq015he0v53l2c9vu3", + "setCard": { + "id": "clm4qzuyq015he0v53l2c9vu3", + "slug": "alp_standing_stones", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qzoxk015ge0v591wz8txl", + "meta": { + "id": "clq3a27ns00wnsh2704vzl629", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site where leylines converge", + "subType": "", + "rulesText": "Minions here are Spellcasters.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qzuyq015he0v53l2c9vu3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4r08u5015ke0v5ctpz97o8", + "slug": "alp_standing_stones_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/standing_stones-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qzoxk015ge0v591wz8txl", + "setCardId": "clm4qzuyq015he0v53l2c9vu3", + "setCard": { + "id": "clm4qzuyq015he0v53l2c9vu3", + "slug": "alp_standing_stones", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qzoxk015ge0v591wz8txl", + "meta": { + "id": "clq3a27ns00wnsh2704vzl629", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site where leylines converge", + "subType": "", + "rulesText": "Minions here are Spellcasters.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qzuyq015he0v53l2c9vu3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4r02vq015je0v5glotfvb5", + "slug": "alp_standing_stones_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/standing_stones-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qzoxk015ge0v591wz8txl", + "setCardId": "clm4qzuyq015he0v53l2c9vu3", + "setCard": { + "id": "clm4qzuyq015he0v53l2c9vu3", + "slug": "alp_standing_stones", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qzoxk015ge0v591wz8txl", + "meta": { + "id": "clq3a27ns00wnsh2704vzl629", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site where leylines converge", + "subType": "", + "rulesText": "Minions here are Spellcasters.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qzuyq015he0v53l2c9vu3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_none_exceptional_artifact_cards.json b/data/beta_none_exceptional_artifact_cards.json new file mode 100644 index 0000000..086e6df --- /dev/null +++ b/data/beta_none_exceptional_artifact_cards.json @@ -0,0 +1,2511 @@ +[ + { + "id": "clm4p97qm00s0e0v580qrcy10", + "slug": "battering_ram", + "name": "Battering Ram", + "hotscore": 141, + "guardian": { + "id": "clq3a0yov00nbsh27inrf3l9g", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Device pummels and pounds", + "subType": "Device", + "rulesText": "Units here have “Tap → Destroy target adjacent Wall or Monument.”", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p97qm00s0e0v580qrcy10" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i3ta01i0s67pghgdbccv", + "slug": "bet_battering_ram_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/battering_ram.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4p97qm00s0e0v580qrcy10", + "setCardId": "clot8i3rq01hys67pr6e5y0n0", + "setCard": { + "id": "clot8i3rq01hys67pr6e5y0n0", + "slug": "bet_battering_ram", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p97qm00s0e0v580qrcy10", + "meta": { + "id": "clq3a0yww00ndsh27zmy7ihkj", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Device pummels and pounds", + "subType": "Device", + "rulesText": "Units here have “Tap → Destroy target adjacent Wall or Monument.”", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i3rq01hys67pr6e5y0n0" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i3ut01i2s67plkoqaw5t", + "slug": "bet_battering_ram_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/battering_ram-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4p97qm00s0e0v580qrcy10", + "setCardId": "clot8i3rq01hys67pr6e5y0n0", + "setCard": { + "id": "clot8i3rq01hys67pr6e5y0n0", + "slug": "bet_battering_ram", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p97qm00s0e0v580qrcy10", + "meta": { + "id": "clq3a0yww00ndsh27zmy7ihkj", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Device pummels and pounds", + "subType": "Device", + "rulesText": "Units here have “Tap → Destroy target adjacent Wall or Monument.”", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i3rq01hys67pr6e5y0n0" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p9eqo00s2e0v5a1x25wd2", + "slug": "alp_battering_ram_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/battering_ram.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4p97qm00s0e0v580qrcy10", + "setCardId": "clm4p9d8100s1e0v5b6hldq8b", + "setCard": { + "id": "clm4p9d8100s1e0v5b6hldq8b", + "slug": "alp_battering_ram", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p97qm00s0e0v580qrcy10", + "meta": { + "id": "clq3a0yr800ncsh27wv6ugs0i", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Device pummels and pounds", + "subType": "Device", + "rulesText": "Units here have “Tap → Destroy target adjacent Wall or Monument.”", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p9d8100s1e0v5b6hldq8b" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p9l1000s3e0v5a5pb5l90", + "slug": "alp_battering_ram_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/battering_ram-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4p97qm00s0e0v580qrcy10", + "setCardId": "clm4p9d8100s1e0v5b6hldq8b", + "setCard": { + "id": "clm4p9d8100s1e0v5b6hldq8b", + "slug": "alp_battering_ram", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p97qm00s0e0v580qrcy10", + "meta": { + "id": "clq3a0yr800ncsh27wv6ugs0i", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Device pummels and pounds", + "subType": "Device", + "rulesText": "Units here have “Tap → Destroy target adjacent Wall or Monument.”", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p9d8100s1e0v5b6hldq8b" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pbcyl00sge0v5fayigw4j", + "slug": "buried_treasure", + "name": "Buried Treasure", + "hotscore": 300, + "guardian": { + "id": "clq3a107v00nnsh27cs7mhfqi", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "X marks the spot for these Exceptional Relics", + "subType": "Relic", + "rulesText": "If cast, conjure this under an allied land site of an opponent's choice.\r\n\r\nWhen Buried Treasure is carried to the surface, its controller sacrifices it and draws two cards.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pbcyl00sge0v5fayigw4j" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i54l01iss67p8cpe2fgq", + "slug": "bet_buried_treasure_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/buried_treasure.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4pbcyl00sge0v5fayigw4j", + "setCardId": "clot8i52601iqs67p6frjrcw3", + "setCard": { + "id": "clot8i52601iqs67p6frjrcw3", + "slug": "bet_buried_treasure", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pbcyl00sge0v5fayigw4j", + "meta": { + "id": "clq3a10fm00npsh27lunxpa0r", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "X marks the spot for these Exceptional Relics", + "subType": "Relic", + "rulesText": "If cast, conjure this under an allied land site of an opponent's choice.\r\n\r\nWhen Buried Treasure is carried to the surface, its controller sacrifices it and draws two cards.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i52601iqs67p6frjrcw3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i56u01ius67p8th49y3d", + "slug": "bet_buried_treasure_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/buried_treasure-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4pbcyl00sge0v5fayigw4j", + "setCardId": "clot8i52601iqs67p6frjrcw3", + "setCard": { + "id": "clot8i52601iqs67p6frjrcw3", + "slug": "bet_buried_treasure", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pbcyl00sge0v5fayigw4j", + "meta": { + "id": "clq3a10fm00npsh27lunxpa0r", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "X marks the spot for these Exceptional Relics", + "subType": "Relic", + "rulesText": "If cast, conjure this under an allied land site of an opponent's choice.\r\n\r\nWhen Buried Treasure is carried to the surface, its controller sacrifices it and draws two cards.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i52601iqs67p6frjrcw3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pbk9800sie0v5fgcwbikn", + "slug": "alp_buried_treasure_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/buried_treasure.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4pbcyl00sge0v5fayigw4j", + "setCardId": "clm4pbiy800she0v56k2udsb4", + "setCard": { + "id": "clm4pbiy800she0v56k2udsb4", + "slug": "alp_buried_treasure", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pbcyl00sge0v5fayigw4j", + "meta": { + "id": "clq3a10a300nosh27ts0z1t11", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "X marks the spot for these Exceptional Relics", + "subType": "Relic", + "rulesText": "If cast, conjure this under an allied land site of an opponent's choice.\n\nWhen Buried Treasure is carried to the surface, its controller sacrifices it and draws two cards.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pbiy800she0v56k2udsb4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pbqtt00sje0v58i2k974w", + "slug": "alp_buried_treasure_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/buried_treasure-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4pbcyl00sge0v5fayigw4j", + "setCardId": "clm4pbiy800she0v56k2udsb4", + "setCard": { + "id": "clm4pbiy800she0v56k2udsb4", + "slug": "alp_buried_treasure", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pbcyl00sge0v5fayigw4j", + "meta": { + "id": "clq3a10a300nosh27ts0z1t11", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "X marks the spot for these Exceptional Relics", + "subType": "Relic", + "rulesText": "If cast, conjure this under an allied land site of an opponent's choice.\n\nWhen Buried Treasure is carried to the surface, its controller sacrifices it and draws two cards.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pbiy800she0v56k2udsb4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pcfef00soe0v56qnddnj5", + "slug": "crave_golem", + "name": "Crave Golem", + "hotscore": 675, + "guardian": { + "id": "clq3a10zr00ntsh27pyxsmsl2", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Automaton of insatiable hunger", + "subType": "Automaton", + "rulesText": "At the start of each player's turn, Crave Golem attacks a random minion within its range of motion, or takes a step toward the closest minion if it can't.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pcfef00soe0v56qnddnj5" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i5u801j6s67pk6372y6k", + "slug": "bet_crave_golem_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/crave_golem.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "As enmity gave way to amity, we soon found we'd created far worse than a monster: a machine.", + "cardId": "clm4pcfef00soe0v56qnddnj5", + "setCardId": "clot8i5sp01j4s67pmnaksbwj", + "setCard": { + "id": "clot8i5sp01j4s67pmnaksbwj", + "slug": "bet_crave_golem", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pcfef00soe0v56qnddnj5", + "meta": { + "id": "clq3a118200nvsh27dzvnklwm", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Automaton of insatiable hunger", + "subType": "Automaton", + "rulesText": "At the start of each player's turn, Crave Golem attacks a random minion within its range of motion, or takes a step toward the closest minion if it can't.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i5sp01j4s67pmnaksbwj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i5vo01j8s67p7h6dic9p", + "slug": "bet_crave_golem_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/crave_golem-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "As enmity gave way to amity, we soon found we'd created far worse than a monster: a machine.", + "cardId": "clm4pcfef00soe0v56qnddnj5", + "setCardId": "clot8i5sp01j4s67pmnaksbwj", + "setCard": { + "id": "clot8i5sp01j4s67pmnaksbwj", + "slug": "bet_crave_golem", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pcfef00soe0v56qnddnj5", + "meta": { + "id": "clq3a118200nvsh27dzvnklwm", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Automaton of insatiable hunger", + "subType": "Automaton", + "rulesText": "At the start of each player's turn, Crave Golem attacks a random minion within its range of motion, or takes a step toward the closest minion if it can't.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i5sp01j4s67pmnaksbwj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pcmqo00sqe0v54hmbd96m", + "slug": "alp_crave_golem_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/crave_golem.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "As enmity gave way to amity, we soon found we'd created far worse than a monster: a machine.", + "cardId": "clm4pcfef00soe0v56qnddnj5", + "setCardId": "clm4pclf700spe0v558re390v", + "setCard": { + "id": "clm4pclf700spe0v558re390v", + "slug": "alp_crave_golem", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pcfef00soe0v56qnddnj5", + "meta": { + "id": "clq3a112e00nush27vcik8m8m", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Automaton of insatiable hunger", + "subType": "Automaton", + "rulesText": "At the start of each player's turn, Crave Golem attacks a random minion within its range of motion, or takes a step toward the closest minion if it can't.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pclf700spe0v558re390v" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pcsxd00sre0v5cadjd4wa", + "slug": "alp_crave_golem_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/crave_golem-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "As enmity gave way to amity, we soon found we'd created far worse than a monster: a machine.", + "cardId": "clm4pcfef00soe0v56qnddnj5", + "setCardId": "clm4pclf700spe0v558re390v", + "setCard": { + "id": "clm4pclf700spe0v558re390v", + "slug": "alp_crave_golem", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pcfef00soe0v56qnddnj5", + "meta": { + "id": "clq3a112e00nush27vcik8m8m", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Automaton of insatiable hunger", + "subType": "Automaton", + "rulesText": "At the start of each player's turn, Crave Golem attacks a random minion within its range of motion, or takes a step toward the closest minion if it can't.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pclf700spe0v558re390v" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pfsd300tfe0v55ns6c95s", + "slug": "flaming_sword", + "name": "Flaming Sword", + "hotscore": 2489, + "guardian": { + "id": "clq3a139a00oash27jibyt9zd", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon fumes and flares", + "subType": "Weapon", + "rulesText": "Bearer has +1 power, and its strikes splash full damage to each other enemy at a struck unit's location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pfsd300tfe0v55ns6c95s" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i7eq01k5s67poeitftge", + "slug": "bet_flaming_sword_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/flaming_sword.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4pfsd300tfe0v55ns6c95s", + "setCardId": "clot8i7d601k3s67ppkyqdw9k", + "setCard": { + "id": "clot8i7d601k3s67ppkyqdw9k", + "slug": "bet_flaming_sword", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pfsd300tfe0v55ns6c95s", + "meta": { + "id": "clq3a13h800ocsh27dqll7lng", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon fumes and flares", + "subType": "Weapon", + "rulesText": "Bearer has +1 power, and its strikes splash full damage to each other enemy at a struck unit's location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i7d601k3s67ppkyqdw9k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i7g901k7s67p10nbhetq", + "slug": "bet_flaming_sword_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/flaming_sword-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4pfsd300tfe0v55ns6c95s", + "setCardId": "clot8i7d601k3s67ppkyqdw9k", + "setCard": { + "id": "clot8i7d601k3s67ppkyqdw9k", + "slug": "bet_flaming_sword", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pfsd300tfe0v55ns6c95s", + "meta": { + "id": "clq3a13h800ocsh27dqll7lng", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon fumes and flares", + "subType": "Weapon", + "rulesText": "Bearer has +1 power, and its strikes splash full damage to each other enemy at a struck unit's location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i7d601k3s67ppkyqdw9k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pfz5l00the0v5bbuu4a5m", + "slug": "alp_flaming_sword_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/flaming_sword.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4pfsd300tfe0v55ns6c95s", + "setCardId": "clm4pfxue00tge0v5f9taaisa", + "setCard": { + "id": "clm4pfxue00tge0v5f9taaisa", + "slug": "alp_flaming_sword", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pfsd300tfe0v55ns6c95s", + "meta": { + "id": "clq3a13bj00obsh27cukzl5cj", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon fumes and flares", + "subType": "Weapon", + "rulesText": "Bearer has +1 power, and its strikes splash full damage to each other enemy at a struck unit's location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pfxue00tge0v5f9taaisa" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pg6xj00tie0v532cq8k38", + "slug": "alp_flaming_sword_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/flaming_sword-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4pfsd300tfe0v55ns6c95s", + "setCardId": "clm4pfxue00tge0v5f9taaisa", + "setCard": { + "id": "clm4pfxue00tge0v5f9taaisa", + "slug": "alp_flaming_sword", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pfsd300tfe0v55ns6c95s", + "meta": { + "id": "clq3a13bj00obsh27cukzl5cj", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon fumes and flares", + "subType": "Weapon", + "rulesText": "Bearer has +1 power, and its strikes splash full damage to each other enemy at a struck unit's location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pfxue00tge0v5f9taaisa" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pgved00tne0v5cvlmgq11", + "slug": "iron_shackles", + "name": "Iron Shackles", + "hotscore": 1267, + "guardian": { + "id": "clq3a140400ogsh27x2nj37gg", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of crippling chains", + "subType": "Relic", + "rulesText": "May be conjured to target enemy minion.\r\n\r\nBearer is disabled.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pgved00tne0v5cvlmgq11" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i82c01kjs67pb9zgojzc", + "slug": "bet_iron_shackles_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/iron_shackles.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "How can you claim to be free, when you've never tried to find the end of your tether?", + "cardId": "clm4pgved00tne0v5cvlmgq11", + "setCardId": "clot8i80v01khs67pxfybijjy", + "setCard": { + "id": "clot8i80v01khs67pxfybijjy", + "slug": "bet_iron_shackles", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pgved00tne0v5cvlmgq11", + "meta": { + "id": "clq3a147x00oish27p8e2tr35", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of crippling chains", + "subType": "Relic", + "rulesText": "May be conjured to target enemy minion.\r\n\r\nBearer is disabled.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i80v01khs67pxfybijjy" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i83t01kls67pk4wjgbu6", + "slug": "bet_iron_shackles_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/iron_shackles-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "How can you claim to be free, when you've never tried to find the end of your tether?", + "cardId": "clm4pgved00tne0v5cvlmgq11", + "setCardId": "clot8i80v01khs67pxfybijjy", + "setCard": { + "id": "clot8i80v01khs67pxfybijjy", + "slug": "bet_iron_shackles", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pgved00tne0v5cvlmgq11", + "meta": { + "id": "clq3a147x00oish27p8e2tr35", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of crippling chains", + "subType": "Relic", + "rulesText": "May be conjured to target enemy minion.\r\n\r\nBearer is disabled.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i80v01khs67pxfybijjy" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ph2je00tpe0v51378ennm", + "slug": "alp_iron_shackles_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/iron_shackles.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "\"How can you claim to be free, when you've never tried to find the end of your tether?\"", + "cardId": "clm4pgved00tne0v5cvlmgq11", + "setCardId": "clm4ph18b00toe0v535026cjt", + "setCard": { + "id": "clm4ph18b00toe0v535026cjt", + "slug": "alp_iron_shackles", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pgved00tne0v5cvlmgq11", + "meta": { + "id": "clq3a142d00ohsh27e3rhnm3s", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of crippling chains", + "subType": "Relic", + "rulesText": "May be conjured to target enemy minion.\n\nBearer is disabled.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ph18b00toe0v535026cjt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ph9bg00tqe0v50ubz14pi", + "slug": "alp_iron_shackles_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/iron_shackles-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "\"How can you claim to be free, when you've never tried to find the end of your tether?\"", + "cardId": "clm4pgved00tne0v5cvlmgq11", + "setCardId": "clm4ph18b00toe0v535026cjt", + "setCard": { + "id": "clm4ph18b00toe0v535026cjt", + "slug": "alp_iron_shackles", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pgved00tne0v5cvlmgq11", + "meta": { + "id": "clq3a142d00ohsh27e3rhnm3s", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of crippling chains", + "subType": "Relic", + "rulesText": "May be conjured to target enemy minion.\n\nBearer is disabled.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ph18b00toe0v535026cjt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pihz000tze0v58a1p7dic", + "slug": "lucky_charm", + "name": "Lucky Charm", + "hotscore": 843, + "guardian": { + "id": "clq3a155a00opsh27mqgbb72x", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of benison and boon\r\n", + "subType": "Relic", + "rulesText": "Bearer's controller has “Whenever you would determine an outcome at random, determine it an extra time and choose one.”", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pihz000tze0v58a1p7dic" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i8z801l4s67pe4emjs72", + "slug": "bet_lucky_charm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lucky_charm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4pihz000tze0v58a1p7dic", + "setCardId": "clot8i8xr01l2s67pz64hap78", + "setCard": { + "id": "clot8i8xr01l2s67pz64hap78", + "slug": "bet_lucky_charm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pihz000tze0v58a1p7dic", + "meta": { + "id": "clq3a15d700orsh27hniwpfo2", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of benison and boon\r\n", + "subType": "Relic", + "rulesText": "Bearer's controller has “Whenever you would determine an outcome at random, determine it an extra time and choose one.”", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i8xr01l2s67pz64hap78" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i90r01l6s67pgr7plmzt", + "slug": "bet_lucky_charm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lucky_charm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4pihz000tze0v58a1p7dic", + "setCardId": "clot8i8xr01l2s67pz64hap78", + "setCard": { + "id": "clot8i8xr01l2s67pz64hap78", + "slug": "bet_lucky_charm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pihz000tze0v58a1p7dic", + "meta": { + "id": "clq3a15d700orsh27hniwpfo2", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of benison and boon\r\n", + "subType": "Relic", + "rulesText": "Bearer's controller has “Whenever you would determine an outcome at random, determine it an extra time and choose one.”", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i8xr01l2s67pz64hap78" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pip1600u1e0v5arb77yze", + "slug": "alp_lucky_charm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lucky_charm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4pihz000tze0v58a1p7dic", + "setCardId": "clm4pinpy00u0e0v536xx8dju", + "setCard": { + "id": "clm4pinpy00u0e0v536xx8dju", + "slug": "alp_lucky_charm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pihz000tze0v58a1p7dic", + "meta": { + "id": "clq3a157m00oqsh27daltf2z8", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of benison and boon\n", + "subType": "Relic", + "rulesText": "Bearer's controller has “Whenever you do something at random, you may do it an extra time and choose one of the outcomes.”", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pinpy00u0e0v536xx8dju" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pivi000u2e0v53l9ra8i7", + "slug": "alp_lucky_charm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lucky_charm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4pihz000tze0v58a1p7dic", + "setCardId": "clm4pinpy00u0e0v536xx8dju", + "setCard": { + "id": "clm4pinpy00u0e0v536xx8dju", + "slug": "alp_lucky_charm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pihz000tze0v58a1p7dic", + "meta": { + "id": "clq3a157m00oqsh27daltf2z8", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of benison and boon\n", + "subType": "Relic", + "rulesText": "Bearer's controller has “Whenever you do something at random, you may do it an extra time and choose one of the outcomes.”", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pinpy00u0e0v536xx8dju" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pqlfy00vne0v5com180s5", + "slug": "poisonous_dagger", + "name": "Poisonous Dagger", + "hotscore": 2100, + "guardian": { + "id": "clq3a1avn00pysh275j378gwh", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon of virulent venom", + "subType": "Weapon", + "rulesText": "Bearer has Lethal.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pqlfy00vne0v5com180s5" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8iduk01o4s67p93r3hn90", + "slug": "bet_poisonous_dagger_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/poisonous_dagger.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Scantest scratch fulfilled\r\nWithal the strength of twenty\r\nShall thine heart be stilled", + "cardId": "clm4pqlfy00vne0v5com180s5", + "setCardId": "clot8idsy01o2s67p6hfe0yph", + "setCard": { + "id": "clot8idsy01o2s67p6hfe0yph", + "slug": "bet_poisonous_dagger", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pqlfy00vne0v5com180s5", + "meta": { + "id": "clq3a1b3q00q0sh270bucyrl5", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon of virulent venom", + "subType": "Weapon", + "rulesText": "Bearer has Lethal.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8idsy01o2s67p6hfe0yph" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8idw501o6s67pwmsbioy5", + "slug": "bet_poisonous_dagger_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/poisonous_dagger-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Scantest scratch fulfilled\r\nWithal the strength of twenty\r\nShall thine heart be stilled", + "cardId": "clm4pqlfy00vne0v5com180s5", + "setCardId": "clot8idsy01o2s67p6hfe0yph", + "setCard": { + "id": "clot8idsy01o2s67p6hfe0yph", + "slug": "bet_poisonous_dagger", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pqlfy00vne0v5com180s5", + "meta": { + "id": "clq3a1b3q00q0sh270bucyrl5", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon of virulent venom", + "subType": "Weapon", + "rulesText": "Bearer has Lethal.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8idsy01o2s67p6hfe0yph" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pqszu00vpe0v55lsifvjw", + "slug": "alp_poisonous_dagger_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/poisonous_dagger.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Scantest scratch fulfilled\nWithal the strength of twenty\nShall thine heart be stilled", + "cardId": "clm4pqlfy00vne0v5com180s5", + "setCardId": "clm4pqrol00voe0v55hx70bte", + "setCard": { + "id": "clm4pqrol00voe0v55hx70bte", + "slug": "alp_poisonous_dagger", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pqlfy00vne0v5com180s5", + "meta": { + "id": "clq3a1ay000pzsh27ia5a8sw5", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon of virulent venom", + "subType": "Weapon", + "rulesText": "Bearer has Lethal.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pqrol00voe0v55hx70bte" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pqzum00vqe0v5do4c50sc", + "slug": "alp_poisonous_dagger_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/poisonous_dagger-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Scantest scratch fulfilled\nWithal the strength of twenty\nShall thine heart be stilled", + "cardId": "clm4pqlfy00vne0v5com180s5", + "setCardId": "clm4pqrol00voe0v55hx70bte", + "setCard": { + "id": "clm4pqrol00voe0v55hx70bte", + "slug": "alp_poisonous_dagger", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pqlfy00vne0v5com180s5", + "meta": { + "id": "clq3a1ay000pzsh27ia5a8sw5", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon of virulent venom", + "subType": "Weapon", + "rulesText": "Bearer has Lethal.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pqrol00voe0v55hx70bte" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4prph700vve0v55r8n9coy", + "slug": "rolling_boulder", + "name": "Rolling Boulder", + "hotscore": 2394, + "guardian": { + "id": "clq3a1bnd00q4sh27m2ptpem3", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic that gathers no moss", + "subType": "Relic", + "rulesText": "Units here have “Tap → Give Rolling Boulder a push. It rolls as far as possible and deals 4 damage to each other unit along its path.”", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4prph700vve0v55r8n9coy" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8iejc01ois67pmuc9k99h", + "slug": "bet_rolling_boulder_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/rolling_boulder.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4prph700vve0v55r8n9coy", + "setCardId": "clot8iehm01ogs67p96lxl77v", + "setCard": { + "id": "clot8iehm01ogs67p96lxl77v", + "slug": "bet_rolling_boulder", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4prph700vve0v55r8n9coy", + "meta": { + "id": "clq3a1bvi00q6sh271qhxv3de", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic that gathers no moss", + "subType": "Relic", + "rulesText": "Units here have “Tap → Give Rolling Boulder a push. It rolls as far as possible and deals 4 damage to each other unit along its path.”", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iehm01ogs67p96lxl77v" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ieku01oks67p0qxmnyxf", + "slug": "bet_rolling_boulder_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/rolling_boulder-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4prph700vve0v55r8n9coy", + "setCardId": "clot8iehm01ogs67p96lxl77v", + "setCard": { + "id": "clot8iehm01ogs67p96lxl77v", + "slug": "bet_rolling_boulder", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4prph700vve0v55r8n9coy", + "meta": { + "id": "clq3a1bvi00q6sh271qhxv3de", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic that gathers no moss", + "subType": "Relic", + "rulesText": "Units here have “Tap → Give Rolling Boulder a push. It rolls as far as possible and deals 4 damage to each other unit along its path.”", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iehm01ogs67p96lxl77v" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4prw4800vxe0v55zyl1x79", + "slug": "alp_rolling_boulder_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rolling_boulder.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4prph700vve0v55r8n9coy", + "setCardId": "clm4prusw00vwe0v5eia3ect3", + "setCard": { + "id": "clm4prusw00vwe0v5eia3ect3", + "slug": "alp_rolling_boulder", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4prph700vve0v55r8n9coy", + "meta": { + "id": "clq3a1bpq00q5sh27lqcp9zb0", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic that gathers no moss", + "subType": "Relic", + "rulesText": "Units here have “Tap → Give Rolling Boulder a push. It rolls as far as possible and deals 4 damage to each other unit along its path.”", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4prusw00vwe0v5eia3ect3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ps2lc00vye0v522060kf8", + "slug": "alp_rolling_boulder_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rolling_boulder-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4prph700vve0v55r8n9coy", + "setCardId": "clm4prusw00vwe0v5eia3ect3", + "setCard": { + "id": "clm4prusw00vwe0v5eia3ect3", + "slug": "alp_rolling_boulder", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4prph700vve0v55r8n9coy", + "meta": { + "id": "clq3a1bpq00q5sh27lqcp9zb0", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic that gathers no moss", + "subType": "Relic", + "rulesText": "Units here have “Tap → Give Rolling Boulder a push. It rolls as far as possible and deals 4 damage to each other unit along its path.”", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4prusw00vwe0v5eia3ect3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4puf3b00wge0v5h5l60ldw", + "slug": "siege_ballista", + "name": "Siege Ballista", + "hotscore": 547, + "guardian": { + "id": "clq3a1dln00qjsh27jw8i8ein", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon and engine of war", + "subType": "Weapon", + "rulesText": "Tap bearer and another ally here → Deal 3 damage to target unit up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4puf3b00wge0v5h5l60ldw" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ig3y01phs67pf8s8vu9k", + "slug": "bet_siege_ballista_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/siege_ballista.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4puf3b00wge0v5h5l60ldw", + "setCardId": "clot8ig2h01pfs67p4pabztcs", + "setCard": { + "id": "clot8ig2h01pfs67p4pabztcs", + "slug": "bet_siege_ballista", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4puf3b00wge0v5h5l60ldw", + "meta": { + "id": "clq3a1dvj00qlsh27dt27rp63", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon and engine of war", + "subType": "Weapon", + "rulesText": "Tap bearer and another ally here → Deal 3 damage to target unit up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ig2h01pfs67p4pabztcs" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ig5h01pjs67pqhv6x0ve", + "slug": "bet_siege_ballista_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/siege_ballista-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4puf3b00wge0v5h5l60ldw", + "setCardId": "clot8ig2h01pfs67p4pabztcs", + "setCard": { + "id": "clot8ig2h01pfs67p4pabztcs", + "slug": "bet_siege_ballista", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4puf3b00wge0v5h5l60ldw", + "meta": { + "id": "clq3a1dvj00qlsh27dt27rp63", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon and engine of war", + "subType": "Weapon", + "rulesText": "Tap bearer and another ally here → Deal 3 damage to target unit up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ig2h01pfs67p4pabztcs" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pulul00wie0v56udl34da", + "slug": "alp_siege_ballista_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/siege_ballista.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4puf3b00wge0v5h5l60ldw", + "setCardId": "clm4pukjh00whe0v56zb95lb6", + "setCard": { + "id": "clm4pukjh00whe0v56zb95lb6", + "slug": "alp_siege_ballista", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4puf3b00wge0v5h5l60ldw", + "meta": { + "id": "clq3a1do100qksh2704jlfmle", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon and engine of war", + "subType": "Weapon", + "rulesText": "Tap bearer and another ally here → Deal 3 damage to target unit up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pukjh00whe0v56zb95lb6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4puy3o00wke0v50vnw0ycu", + "slug": "alp_siege_ballista_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/siege_ballista-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4puf3b00wge0v5h5l60ldw", + "setCardId": "clm4pukjh00whe0v56zb95lb6", + "setCard": { + "id": "clm4pukjh00whe0v56zb95lb6", + "slug": "alp_siege_ballista", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4puf3b00wge0v5h5l60ldw", + "meta": { + "id": "clq3a1do100qksh2704jlfmle", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon and engine of war", + "subType": "Weapon", + "rulesText": "Tap bearer and another ally here → Deal 3 damage to target unit up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pukjh00whe0v56zb95lb6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pussl00wje0v5g2cnd68v", + "slug": "alp_siege_ballista_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/siege_ballista-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4puf3b00wge0v5h5l60ldw", + "setCardId": "clm4pukjh00whe0v56zb95lb6", + "setCard": { + "id": "clm4pukjh00whe0v56zb95lb6", + "slug": "alp_siege_ballista", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4puf3b00wge0v5h5l60ldw", + "meta": { + "id": "clq3a1do100qksh2704jlfmle", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon and engine of war", + "subType": "Weapon", + "rulesText": "Tap bearer and another ally here → Deal 3 damage to target unit up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pukjh00whe0v56zb95lb6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pvjwp00wqe0v5747636si", + "slug": "sunken_treasure", + "name": "Sunken Treasure", + "hotscore": 489, + "guardian": { + "id": "clq3a1eh200qpsh27bpk8k866", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "Exceptional Relics lost at sea", + "subType": "Relic", + "rulesText": "If cast, conjure this under an allied water site of an opponent's choice.\r\n\r\nWhen Sunken Treasure is carried to the surface, its controller sacrifices it and draws two cards.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pvjwp00wqe0v5747636si" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8igqs01pvs67p8530wysp", + "slug": "bet_sunken_treasure_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sunken_treasure.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4pvjwp00wqe0v5747636si", + "setCardId": "clot8igp801pts67pwrvj1wum", + "setCard": { + "id": "clot8igp801pts67pwrvj1wum", + "slug": "bet_sunken_treasure", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pvjwp00wqe0v5747636si", + "meta": { + "id": "clq3a1eqr00qrsh27u8g9v18y", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "Exceptional Relics lost at sea", + "subType": "Relic", + "rulesText": "If cast, conjure this under an allied water site of an opponent's choice.\r\n\r\nWhen Sunken Treasure is carried to the surface, its controller sacrifices it and draws two cards.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8igp801pts67pwrvj1wum" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8igsc01pxs67p6xtefds6", + "slug": "bet_sunken_treasure_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sunken_treasure-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4pvjwp00wqe0v5747636si", + "setCardId": "clot8igp801pts67pwrvj1wum", + "setCard": { + "id": "clot8igp801pts67pwrvj1wum", + "slug": "bet_sunken_treasure", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pvjwp00wqe0v5747636si", + "meta": { + "id": "clq3a1eqr00qrsh27u8g9v18y", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "Exceptional Relics lost at sea", + "subType": "Relic", + "rulesText": "If cast, conjure this under an allied water site of an opponent's choice.\r\n\r\nWhen Sunken Treasure is carried to the surface, its controller sacrifices it and draws two cards.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8igp801pts67pwrvj1wum" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pvqu600wse0v5fxotc5pl", + "slug": "alp_sunken_treasure_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sunken_treasure.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4pvjwp00wqe0v5747636si", + "setCardId": "clm4pvpj400wre0v50d0e0irl", + "setCard": { + "id": "clm4pvpj400wre0v50d0e0irl", + "slug": "alp_sunken_treasure", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pvjwp00wqe0v5747636si", + "meta": { + "id": "clq3a1ejh00qqsh276rqr0hlx", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "Exceptional Relics lost at sea", + "subType": "Relic", + "rulesText": "If cast, conjure this under an allied water site of an opponent's choice.\n\nWhen Sunken Treasure is carried to the surface, its controller sacrifices it and draws two cards.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pvpj400wre0v50d0e0irl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pw2m900wue0v5b3c1ci6k", + "slug": "alp_sunken_treasure_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sunken_treasure-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4pvjwp00wqe0v5747636si", + "setCardId": "clm4pvpj400wre0v50d0e0irl", + "setCard": { + "id": "clm4pvpj400wre0v50d0e0irl", + "slug": "alp_sunken_treasure", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pvjwp00wqe0v5747636si", + "meta": { + "id": "clq3a1ejh00qqsh276rqr0hlx", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "Exceptional Relics lost at sea", + "subType": "Relic", + "rulesText": "If cast, conjure this under an allied water site of an opponent's choice.\n\nWhen Sunken Treasure is carried to the surface, its controller sacrifices it and draws two cards.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pvpj400wre0v50d0e0irl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pvxlb00wte0v5c8r9gi8i", + "slug": "alp_sunken_treasure_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sunken_treasure-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4pvjwp00wqe0v5747636si", + "setCardId": "clm4pvpj400wre0v50d0e0irl", + "setCard": { + "id": "clm4pvpj400wre0v50d0e0irl", + "slug": "alp_sunken_treasure", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pvjwp00wqe0v5747636si", + "meta": { + "id": "clq3a1ejh00qqsh276rqr0hlx", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "Exceptional Relics lost at sea", + "subType": "Relic", + "rulesText": "If cast, conjure this under an allied water site of an opponent's choice.\n\nWhen Sunken Treasure is carried to the surface, its controller sacrifices it and draws two cards.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pvpj400wre0v50d0e0irl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pwn5u00wze0v5avc26921", + "slug": "torshammar_trinket", + "name": "Torshammar Trinket", + "hotscore": 3999, + "guardian": { + "id": "clq3a1fa700qvsh27jhmpq5xf", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of recurring force", + "subType": "Relic", + "rulesText": "Bearer has +1 power.\r\n \r\nAt the end of your turn, return this to its owner’s hand.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pwn5u00wze0v5avc26921" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ihe701q9s67prkqstpor", + "slug": "bet_torshammar_trinket_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/torshammar_trinket.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pwn5u00wze0v5avc26921", + "setCardId": "clot8ihcj01q7s67psbaajw4k", + "setCard": { + "id": "clot8ihcj01q7s67psbaajw4k", + "slug": "bet_torshammar_trinket", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pwn5u00wze0v5avc26921", + "meta": { + "id": "clq3a1fi700qxsh27jddgvrsg", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of recurring force", + "subType": "Relic", + "rulesText": "Bearer has +1 power.\r\n \r\nAt the end of your turn, return this to its owner’s hand.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ihcj01q7s67psbaajw4k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ihfr01qbs67p2olf2dei", + "slug": "bet_torshammar_trinket_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/torshammar_trinket-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pwn5u00wze0v5avc26921", + "setCardId": "clot8ihcj01q7s67psbaajw4k", + "setCard": { + "id": "clot8ihcj01q7s67psbaajw4k", + "slug": "bet_torshammar_trinket", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pwn5u00wze0v5avc26921", + "meta": { + "id": "clq3a1fi700qxsh27jddgvrsg", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of recurring force", + "subType": "Relic", + "rulesText": "Bearer has +1 power.\r\n \r\nAt the end of your turn, return this to its owner’s hand.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ihcj01q7s67psbaajw4k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pwtz100x1e0v5giize5aq", + "slug": "alp_torshammar_trinket_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/torshammar_trinket.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pwn5u00wze0v5avc26921", + "setCardId": "clm4pwsnj00x0e0v5cgh3fz5g", + "setCard": { + "id": "clm4pwsnj00x0e0v5cgh3fz5g", + "slug": "alp_torshammar_trinket", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pwn5u00wze0v5avc26921", + "meta": { + "id": "clq3a1fck00qwsh27hberd7mi", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of recurring force", + "subType": "Relic", + "rulesText": "Bearer has +1 power.\n\nAt the end of your turn, return this to its owner’s hand.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pwsnj00x0e0v5cgh3fz5g" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4px0rs00x2e0v5blp5gmw7", + "slug": "alp_torshammar_trinket_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/torshammar_trinket-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pwn5u00wze0v5avc26921", + "setCardId": "clm4pwsnj00x0e0v5cgh3fz5g", + "setCard": { + "id": "clm4pwsnj00x0e0v5cgh3fz5g", + "slug": "alp_torshammar_trinket", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pwn5u00wze0v5avc26921", + "meta": { + "id": "clq3a1fck00qwsh27hberd7mi", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of recurring force", + "subType": "Relic", + "rulesText": "Bearer has +1 power.\n\nAt the end of your turn, return this to its owner’s hand.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pwsnj00x0e0v5cgh3fz5g" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4px67d00x3e0v58d15b3gd", + "slug": "truesight_crossbow", + "name": "Truesight Crossbow", + "hotscore": 1270, + "guardian": { + "id": "clq3a1fnz00qysh27g56cz781", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon with an all-seeing eye", + "subType": "Weapon", + "rulesText": "Bearer has Ranged and can target Stealth units.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4px67d00x3e0v58d15b3gd" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ihqv01qgs67pf8xzxmai", + "slug": "bet_truesight_crossbow_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/truesight_crossbow.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4px67d00x3e0v58d15b3gd", + "setCardId": "clot8ihpc01qes67p50qlmusl", + "setCard": { + "id": "clot8ihpc01qes67p50qlmusl", + "slug": "bet_truesight_crossbow", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4px67d00x3e0v58d15b3gd", + "meta": { + "id": "clq3a1fvv00r0sh27ze6maz87", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon with an all-seeing eye", + "subType": "Weapon", + "rulesText": "Bearer has Ranged and can target Stealth units.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ihpc01qes67p50qlmusl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ihsc01qis67ppuyedqkr", + "slug": "bet_truesight_crossbow_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/truesight_crossbow-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4px67d00x3e0v58d15b3gd", + "setCardId": "clot8ihpc01qes67p50qlmusl", + "setCard": { + "id": "clot8ihpc01qes67p50qlmusl", + "slug": "bet_truesight_crossbow", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4px67d00x3e0v58d15b3gd", + "meta": { + "id": "clq3a1fvv00r0sh27ze6maz87", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon with an all-seeing eye", + "subType": "Weapon", + "rulesText": "Bearer has Ranged and can target Stealth units.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ihpc01qes67p50qlmusl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pxe2n00x5e0v58038gc3g", + "slug": "alp_truesight_crossbow_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/truesight_crossbow.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4px67d00x3e0v58d15b3gd", + "setCardId": "clm4pxcr800x4e0v5bg7lbu9w", + "setCard": { + "id": "clm4pxcr800x4e0v5bg7lbu9w", + "slug": "alp_truesight_crossbow", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4px67d00x3e0v58d15b3gd", + "meta": { + "id": "clq3a1fq800qzsh27ky6tb0ps", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon with an all-seeing eye", + "subType": "Weapon", + "rulesText": "Bearer has Ranged and can target Stealth units.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pxcr800x4e0v5bg7lbu9w" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pxl1500x6e0v543rkf1nw", + "slug": "alp_truesight_crossbow_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/truesight_crossbow-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4px67d00x3e0v58d15b3gd", + "setCardId": "clm4pxcr800x4e0v5bg7lbu9w", + "setCard": { + "id": "clm4pxcr800x4e0v5bg7lbu9w", + "slug": "alp_truesight_crossbow", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4px67d00x3e0v58d15b3gd", + "meta": { + "id": "clq3a1fq800qzsh27ky6tb0ps", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon with an all-seeing eye", + "subType": "Weapon", + "rulesText": "Bearer has Ranged and can target Stealth units.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pxcr800x4e0v5bg7lbu9w" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pytzo00xfe0v58trnghkv", + "slug": "wings_of_invention", + "name": "Wings of Invention", + "hotscore": 448, + "guardian": { + "id": "clq3a1gtw00r7sh27rs13rf7e", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Device of aerial ingenuity", + "subType": "Device", + "rulesText": "Bearer has Airborne and Movement +1, if it's a minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pytzo00xfe0v58trnghkv" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8iiqf01r1s67p5mi4bjvz", + "slug": "bet_wings_of_invention_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wings_of_invention.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pytzo00xfe0v58trnghkv", + "setCardId": "clot8iiow01qzs67pdnxm540j", + "setCard": { + "id": "clot8iiow01qzs67pdnxm540j", + "slug": "bet_wings_of_invention", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pytzo00xfe0v58trnghkv", + "meta": { + "id": "clq3a1h2400r9sh27lk6gaoyg", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Device of aerial ingenuity", + "subType": "Device", + "rulesText": "Bearer has Airborne and Movement +1, if it's a minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iiow01qzs67pdnxm540j" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iirx01r3s67pkdarqj66", + "slug": "bet_wings_of_invention_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wings_of_invention-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pytzo00xfe0v58trnghkv", + "setCardId": "clot8iiow01qzs67pdnxm540j", + "setCard": { + "id": "clot8iiow01qzs67pdnxm540j", + "slug": "bet_wings_of_invention", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pytzo00xfe0v58trnghkv", + "meta": { + "id": "clq3a1h2400r9sh27lk6gaoyg", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Device of aerial ingenuity", + "subType": "Device", + "rulesText": "Bearer has Airborne and Movement +1, if it's a minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iiow01qzs67pdnxm540j" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pz1h600xhe0v582d67dkz", + "slug": "alp_wings_of_invention_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wings_of_invention.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pytzo00xfe0v58trnghkv", + "setCardId": "clm4pz05t00xge0v58q6mdkhc", + "setCard": { + "id": "clm4pz05t00xge0v58q6mdkhc", + "slug": "alp_wings_of_invention", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pytzo00xfe0v58trnghkv", + "meta": { + "id": "clq3a1gwd00r8sh27gxnbu920", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Device of aerial ingenuity", + "subType": "Device", + "rulesText": "Bearer has Airborne and Movement +1, if it's a minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pz05t00xge0v58q6mdkhc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pz7n000xie0v579ez1zp6", + "slug": "alp_wings_of_invention_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wings_of_invention-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pytzo00xfe0v58trnghkv", + "setCardId": "clm4pz05t00xge0v58q6mdkhc", + "setCard": { + "id": "clm4pz05t00xge0v58q6mdkhc", + "slug": "alp_wings_of_invention", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pytzo00xfe0v58trnghkv", + "meta": { + "id": "clq3a1gwd00r8sh27gxnbu920", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Device of aerial ingenuity", + "subType": "Device", + "rulesText": "Bearer has Airborne and Movement +1, if it's a minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pz05t00xge0v58q6mdkhc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_none_exceptional_site_cards.json b/data/beta_none_exceptional_site_cards.json new file mode 100644 index 0000000..c8b9db3 --- /dev/null +++ b/data/beta_none_exceptional_site_cards.json @@ -0,0 +1,602 @@ +[ + { + "id": "clm4qryop013ve0v5d5rh96we", + "slug": "cornerstone", + "name": "Cornerstone", + "hotscore": 985, + "guardian": { + "id": "clq3a222s00vgsh27v2q7cqsj", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site and fundament of the firmament", + "subType": "", + "rulesText": "You may play this site to any corner.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qryop013ve0v5d5rh96we" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8izai020ys67p2nyg1z8t", + "slug": "bet_cornerstone_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cornerstone.png", + "finish": "Standard", + "product": "Booster", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4qryop013ve0v5d5rh96we", + "setCardId": "clot8iz8t020ws67p8c92d29i", + "setCard": { + "id": "clot8iz8t020ws67p8c92d29i", + "slug": "bet_cornerstone", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qryop013ve0v5d5rh96we", + "meta": { + "id": "clq3a22d800vish27c3yz703u", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site and fundament of the firmament", + "subType": "", + "rulesText": "You may play this site to any corner.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iz8t020ws67p8c92d29i" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8izc30210s67pax4z41z5", + "slug": "bet_cornerstone_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cornerstone-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4qryop013ve0v5d5rh96we", + "setCardId": "clot8iz8t020ws67p8c92d29i", + "setCard": { + "id": "clot8iz8t020ws67p8c92d29i", + "slug": "bet_cornerstone", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qryop013ve0v5d5rh96we", + "meta": { + "id": "clq3a22d800vish27c3yz703u", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site and fundament of the firmament", + "subType": "", + "rulesText": "You may play this site to any corner.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iz8t020ws67p8c92d29i" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qs581013xe0v56d8d5229", + "slug": "alp_cornerstone_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cornerstone.png", + "finish": "Standard", + "product": "Booster", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4qryop013ve0v5d5rh96we", + "setCardId": "clm4qs3x4013we0v59a5q5p1n", + "setCard": { + "id": "clm4qs3x4013we0v59a5q5p1n", + "slug": "alp_cornerstone", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qryop013ve0v5d5rh96we", + "meta": { + "id": "clq3a225500vhsh27tio0e4cl", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site and fundament of the firmament", + "subType": "", + "rulesText": "You may play this site to one of your corners.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qs3x4013we0v59a5q5p1n" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qshvs013ze0v5amqr7t6y", + "slug": "alp_cornerstone_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cornerstone-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4qryop013ve0v5d5rh96we", + "setCardId": "clm4qs3x4013we0v59a5q5p1n", + "setCard": { + "id": "clm4qs3x4013we0v59a5q5p1n", + "slug": "alp_cornerstone", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qryop013ve0v5d5rh96we", + "meta": { + "id": "clq3a225500vhsh27tio0e4cl", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site and fundament of the firmament", + "subType": "", + "rulesText": "You may play this site to one of your corners.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qs3x4013we0v59a5q5p1n" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qsbka013ye0v5es960u4v", + "slug": "alp_cornerstone_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cornerstone-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4qryop013ve0v5d5rh96we", + "setCardId": "clm4qs3x4013we0v59a5q5p1n", + "setCard": { + "id": "clm4qs3x4013we0v59a5q5p1n", + "slug": "alp_cornerstone", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qryop013ve0v5d5rh96we", + "meta": { + "id": "clq3a225500vhsh27tio0e4cl", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site and fundament of the firmament", + "subType": "", + "rulesText": "You may play this site to one of your corners.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qs3x4013we0v59a5q5p1n" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qunip014ge0v5c5sxd44s", + "slug": "free_city", + "name": "Free City", + "hotscore": 6289, + "guardian": { + "id": "clq3a243500vvsh27t4qf72ud", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site kneels before none", + "subType": "", + "rulesText": "Once per turn, may attack or defend against enemy units here.", + "cost": 0, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qunip014ge0v5c5sxd44s" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j0tx021xs67pkpnnezfk", + "slug": "bet_free_city_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/free_city.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qunip014ge0v5c5sxd44s", + "setCardId": "clot8j0sf021vs67pcvf04waj", + "setCard": { + "id": "clot8j0sf021vs67pcvf04waj", + "slug": "bet_free_city", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qunip014ge0v5c5sxd44s", + "meta": { + "id": "clq3a24bk00vxsh279bxhnms5", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site kneels before none", + "subType": "", + "rulesText": "Once per turn, may attack or defend against enemy units here.", + "cost": 0, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j0sf021vs67pcvf04waj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j0vf021zs67psfssk3uw", + "slug": "bet_free_city_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/free_city-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qunip014ge0v5c5sxd44s", + "setCardId": "clot8j0sf021vs67pcvf04waj", + "setCard": { + "id": "clot8j0sf021vs67pcvf04waj", + "slug": "bet_free_city", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qunip014ge0v5c5sxd44s", + "meta": { + "id": "clq3a24bk00vxsh279bxhnms5", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site kneels before none", + "subType": "", + "rulesText": "Once per turn, may attack or defend against enemy units here.", + "cost": 0, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j0sf021vs67pcvf04waj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4quudd014ie0v5d3lb80z5", + "slug": "alp_free_city_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/free_city.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qunip014ge0v5c5sxd44s", + "setCardId": "clm4qut28014he0v5gbcj1tfm", + "setCard": { + "id": "clm4qut28014he0v5gbcj1tfm", + "slug": "alp_free_city", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qunip014ge0v5c5sxd44s", + "meta": { + "id": "clq3a245o00vwsh27xjrasj9l", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site kneels before none", + "subType": "", + "rulesText": "Once per turn, may attack or defend against enemy units here.", + "cost": 0, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qut28014he0v5gbcj1tfm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qv1ez014je0v54qvk4aq8", + "slug": "alp_free_city_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/free_city-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qunip014ge0v5c5sxd44s", + "setCardId": "clm4qut28014he0v5gbcj1tfm", + "setCard": { + "id": "clm4qut28014he0v5gbcj1tfm", + "slug": "alp_free_city", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qunip014ge0v5c5sxd44s", + "meta": { + "id": "clq3a245o00vwsh27xjrasj9l", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site kneels before none", + "subType": "", + "rulesText": "Once per turn, may attack or defend against enemy units here.", + "cost": 0, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qut28014he0v5gbcj1tfm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qwtd0014we0v503ih2xfv", + "slug": "mudflow", + "name": "Mudflow", + "hotscore": 925, + "guardian": { + "id": "clq3a25nf00w7sh27siuoppad", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site awash with sludge", + "subType": "", + "rulesText": "At the start of your turn, surface or unburrow each minion occupying target site nearby.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qwtd0014we0v503ih2xfv" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j24n022ps67pyv5n15s8", + "slug": "bet_mudflow_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mudflow.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qwtd0014we0v503ih2xfv", + "setCardId": "clot8j234022ns67pfk1w6gfk", + "setCard": { + "id": "clot8j234022ns67pfk1w6gfk", + "slug": "bet_mudflow", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qwtd0014we0v503ih2xfv", + "meta": { + "id": "clq3a25va00w9sh27rw4zczx5", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site awash with sludge", + "subType": "", + "rulesText": "At the start of your turn, surface or unburrow each minion occupying target site nearby.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j234022ns67pfk1w6gfk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j265022rs67pogorz5p2", + "slug": "bet_mudflow_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mudflow-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qwtd0014we0v503ih2xfv", + "setCardId": "clot8j234022ns67pfk1w6gfk", + "setCard": { + "id": "clot8j234022ns67pfk1w6gfk", + "slug": "bet_mudflow", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qwtd0014we0v503ih2xfv", + "meta": { + "id": "clq3a25va00w9sh27rw4zczx5", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site awash with sludge", + "subType": "", + "rulesText": "At the start of your turn, surface or unburrow each minion occupying target site nearby.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j234022ns67pfk1w6gfk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qx18g014ye0v57icf8ocw", + "slug": "alp_mudflow_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mudflow.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qwtd0014we0v503ih2xfv", + "setCardId": "clm4qwzjp014xe0v57gth6lwn", + "setCard": { + "id": "clm4qwzjp014xe0v57gth6lwn", + "slug": "alp_mudflow", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qwtd0014we0v503ih2xfv", + "meta": { + "id": "clq3a25pp00w8sh273kd6c8dy", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site awash with sludge", + "subType": "", + "rulesText": "At the start of your turn, surface or unburrow each minion occupying target site nearby.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qwzjp014xe0v57gth6lwn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qx8rp014ze0v50ntwbgd0", + "slug": "alp_mudflow_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mudflow-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qwtd0014we0v503ih2xfv", + "setCardId": "clm4qwzjp014xe0v57gth6lwn", + "setCard": { + "id": "clm4qwzjp014xe0v57gth6lwn", + "slug": "alp_mudflow", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qwtd0014we0v503ih2xfv", + "meta": { + "id": "clq3a25pp00w8sh273kd6c8dy", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site awash with sludge", + "subType": "", + "rulesText": "At the start of your turn, surface or unburrow each minion occupying target site nearby.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qwzjp014xe0v57gth6lwn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_none_ordinary_artifact_cards.json b/data/beta_none_ordinary_artifact_cards.json new file mode 100644 index 0000000..15a1cfa --- /dev/null +++ b/data/beta_none_ordinary_artifact_cards.json @@ -0,0 +1,376 @@ +[ + { + "id": "clm4psrre00w3e0v5ez7ieems", + "slug": "scarecrow", + "name": "Scarecrow", + "hotscore": 270, + "guardian": { + "id": "clq3a1cel00qash27ysuub8rk", + "type": "Artifact", + "rarity": "Ordinary", + "typeText": "A gaunt and ragged Ordinary Relic", + "subType": "Relic", + "rulesText": "Genesis → Return each Airborne minion here to its owner’s hand.\r\n \r\n Airborne minions can't enter this location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4psrre00w3e0v5ez7ieems" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8if6k01ows67peonnv44c", + "slug": "bet_scarecrow_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/scarecrow.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4psrre00w3e0v5ez7ieems", + "setCardId": "clot8if5401ous67p2i4axidn", + "setCard": { + "id": "clot8if5401ous67p2i4axidn", + "slug": "bet_scarecrow", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4psrre00w3e0v5ez7ieems", + "meta": { + "id": "clq3a1cme00qcsh274834p4i9", + "type": "Artifact", + "rarity": "Ordinary", + "typeText": "A gaunt and ragged Ordinary Relic", + "subType": "Relic", + "rulesText": "Genesis → Return each Airborne minion here to its owner’s hand.\r\n \r\n Airborne minions can't enter this location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8if5401ous67p2i4axidn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8if8601oys67py5xe66ca", + "slug": "bet_scarecrow_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/scarecrow-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4psrre00w3e0v5ez7ieems", + "setCardId": "clot8if5401ous67p2i4axidn", + "setCard": { + "id": "clot8if5401ous67p2i4axidn", + "slug": "bet_scarecrow", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4psrre00w3e0v5ez7ieems", + "meta": { + "id": "clq3a1cme00qcsh274834p4i9", + "type": "Artifact", + "rarity": "Ordinary", + "typeText": "A gaunt and ragged Ordinary Relic", + "subType": "Relic", + "rulesText": "Genesis → Return each Airborne minion here to its owner’s hand.\r\n \r\n Airborne minions can't enter this location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8if5401ous67p2i4axidn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pszcu00w5e0v52m82gg9l", + "slug": "alp_scarecrow_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/scarecrow.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4psrre00w3e0v5ez7ieems", + "setCardId": "clm4psy0c00w4e0v5a3r4dz80", + "setCard": { + "id": "clm4psy0c00w4e0v5a3r4dz80", + "slug": "alp_scarecrow", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4psrre00w3e0v5ez7ieems", + "meta": { + "id": "clq3a1cgw00qbsh273151fdsv", + "type": "Artifact", + "rarity": "Ordinary", + "typeText": "A gaunt and ragged Ordinary Relic", + "subType": "Relic", + "rulesText": "Genesis → Return each Airborne minion here to its owner’s hand.\n \nAirborne minions can't enter this location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4psy0c00w4e0v5a3r4dz80" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pt66100w6e0v5bzgc1hd8", + "slug": "alp_scarecrow_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/scarecrow-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4psrre00w3e0v5ez7ieems", + "setCardId": "clm4psy0c00w4e0v5a3r4dz80", + "setCard": { + "id": "clm4psy0c00w4e0v5a3r4dz80", + "slug": "alp_scarecrow", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4psrre00w3e0v5ez7ieems", + "meta": { + "id": "clq3a1cgw00qbsh273151fdsv", + "type": "Artifact", + "rarity": "Ordinary", + "typeText": "A gaunt and ragged Ordinary Relic", + "subType": "Relic", + "rulesText": "Genesis → Return each Airborne minion here to its owner’s hand.\n \nAirborne minions can't enter this location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4psy0c00w4e0v5a3r4dz80" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pyahq00xbe0v546tr9504", + "slug": "wicker_manikin", + "name": "Wicker Manikin", + "hotscore": 224, + "guardian": { + "id": "clq3a1gf700r4sh27qkg6juvr", + "type": "Artifact", + "rarity": "Ordinary", + "typeText": "An Ordinary sprig of an Automaton", + "subType": "Automaton", + "rulesText": "Non-fire Spellcaster", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pyahq00xbe0v546tr9504" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8iie701qus67pthu4dimy", + "slug": "bet_wicker_manikin_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wicker_manikin.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "By twisted frame round willow's heart, let none disclaim my turner's art.", + "cardId": "clm4pyahq00xbe0v546tr9504", + "setCardId": "clot8iico01qss67p993jf2du", + "setCard": { + "id": "clot8iico01qss67p993jf2du", + "slug": "bet_wicker_manikin", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pyahq00xbe0v546tr9504", + "meta": { + "id": "clq3a1gnx00r6sh272dqo4nzq", + "type": "Artifact", + "rarity": "Ordinary", + "typeText": "An Ordinary sprig of an Automaton", + "subType": "Automaton", + "rulesText": "Non-fire Spellcaster", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iico01qss67p993jf2du" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iifp01qws67prg40swax", + "slug": "bet_wicker_manikin_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wicker_manikin-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "By twisted frame round willow's heart, let none disclaim my turner's art.", + "cardId": "clm4pyahq00xbe0v546tr9504", + "setCardId": "clot8iico01qss67p993jf2du", + "setCard": { + "id": "clot8iico01qss67p993jf2du", + "slug": "bet_wicker_manikin", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pyahq00xbe0v546tr9504", + "meta": { + "id": "clq3a1gnx00r6sh272dqo4nzq", + "type": "Artifact", + "rarity": "Ordinary", + "typeText": "An Ordinary sprig of an Automaton", + "subType": "Automaton", + "rulesText": "Non-fire Spellcaster", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iico01qss67p993jf2du" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pyhhi00xde0v5hpyvaxwz", + "slug": "alp_wicker_manikin_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wicker_manikin.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "By twisted frame round willow's heart, let none disclaim my turner's art.", + "cardId": "clm4pyahq00xbe0v546tr9504", + "setCardId": "clm4pyg4800xce0v54242blb1", + "setCard": { + "id": "clm4pyg4800xce0v54242blb1", + "slug": "alp_wicker_manikin", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pyahq00xbe0v546tr9504", + "meta": { + "id": "clq3a1gho00r5sh27h3gegbp6", + "type": "Artifact", + "rarity": "Ordinary", + "typeText": "An Ordinary sprig of an Automaton", + "subType": "Automaton", + "rulesText": "Non-fire Spellcaster", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pyg4800xce0v54242blb1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pyntz00xee0v5ebxm0v6n", + "slug": "alp_wicker_manikin_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wicker_manikin-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "By twisted frame round willow's heart, let none disclaim my turner's art.", + "cardId": "clm4pyahq00xbe0v546tr9504", + "setCardId": "clm4pyg4800xce0v54242blb1", + "setCard": { + "id": "clm4pyg4800xce0v54242blb1", + "slug": "alp_wicker_manikin", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pyahq00xbe0v546tr9504", + "meta": { + "id": "clq3a1gho00r5sh27h3gegbp6", + "type": "Artifact", + "rarity": "Ordinary", + "typeText": "An Ordinary sprig of an Automaton", + "subType": "Automaton", + "rulesText": "Non-fire Spellcaster", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pyg4800xce0v54242blb1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_none_ordinary_avatar_cards.json b/data/beta_none_ordinary_avatar_cards.json new file mode 100644 index 0000000..599dad5 --- /dev/null +++ b/data/beta_none_ordinary_avatar_cards.json @@ -0,0 +1,703 @@ +[ + { + "id": "clot8j52d024js67pg5epv5f5", + "slug": "flamecaller", + "name": "Flamecaller", + "hotscore": 102, + "guardian": { + "id": "clq3a2dhj00xxsh274qsy4xgc", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar rises from the ashes to rule", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n \r\nTap, Banish all your dead fire minions → Shoot a projectile. It deals damage equal to to the sum of their (F).", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clot8j52d024js67pg5epv5f5" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j59w024ns67pnn9x0fru", + "slug": "bet_flamecaller_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/flamecaller.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clot8j52d024js67pg5epv5f5", + "setCardId": "clot8j584024ls67pu7vpgo0r", + "setCard": { + "id": "clot8j584024ls67pu7vpgo0r", + "slug": "bet_flamecaller", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clot8j52d024js67pg5epv5f5", + "meta": { + "id": "clq3a2djw00xysh27v26by8gc", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar rises from the ashes to rule", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n \r\nTap, Banish all your dead fire minions → Shoot a projectile. It deals damage equal to to the sum of their (F).", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j584024ls67pu7vpgo0r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j5be024ps67p4y4ig3ds", + "slug": "bet_flamecaller_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/flamecaller-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clot8j52d024js67pg5epv5f5", + "setCardId": "clot8j584024ls67pu7vpgo0r", + "setCard": { + "id": "clot8j584024ls67pu7vpgo0r", + "slug": "bet_flamecaller", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clot8j52d024js67pg5epv5f5", + "meta": { + "id": "clq3a2djw00xysh27v26by8gc", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar rises from the ashes to rule", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n \r\nTap, Banish all your dead fire minions → Shoot a projectile. It deals damage equal to to the sum of their (F).", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j584024ls67pu7vpgo0r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clot8j4rd024cs67p3py4vdyc", + "slug": "geomancer", + "name": "Geomancer", + "hotscore": 122, + "guardian": { + "id": "clq3a2d9l00xvsh27khszgxt8", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar cultivates the seeds of conquest", + "subType": "", + "rulesText": "Tap → Play or draw a site. If you played an earth site, fill a void adjacent to you with Rubble.\r\n\r\nTap → Replace an adjacent Rubble with the topmost site of your atlas.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clot8j4rd024cs67p3py4vdyc" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j4z3024gs67p8na6bewa", + "slug": "bet_geomancer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/geomancer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clot8j4rd024cs67p3py4vdyc", + "setCardId": "clot8j4xi024es67pxjmjcyf1", + "setCard": { + "id": "clot8j4xi024es67pxjmjcyf1", + "slug": "bet_geomancer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clot8j4rd024cs67p3py4vdyc", + "meta": { + "id": "clq3a2dbv00xwsh27mcpiaxfw", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar cultivates the seeds of conquest", + "subType": "", + "rulesText": "Tap → Play or draw a site. If you played an earth site, fill a void adjacent to you with Rubble.\r\n\r\nTap → Replace an adjacent Rubble with the topmost site of your atlas.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j4xi024es67pxjmjcyf1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j50u024is67p92nea51h", + "slug": "bet_geomancer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/geomancer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clot8j4rd024cs67p3py4vdyc", + "setCardId": "clot8j4xi024es67pxjmjcyf1", + "setCard": { + "id": "clot8j4xi024es67pxjmjcyf1", + "slug": "bet_geomancer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clot8j4rd024cs67p3py4vdyc", + "meta": { + "id": "clq3a2dbv00xwsh27mcpiaxfw", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar cultivates the seeds of conquest", + "subType": "", + "rulesText": "Tap → Play or draw a site. If you played an earth site, fill a void adjacent to you with Rubble.\r\n\r\nTap → Replace an adjacent Rubble with the topmost site of your atlas.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j4xi024es67pxjmjcyf1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4r7b5w016xe0v53pgx9o1z", + "slug": "sorcerer", + "name": "Sorcerer", + "hotscore": 291, + "guardian": { + "id": "clq3a2c4200xlsh27gw1llh32", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar has entered the contest!", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nTap → Draw a spell.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4r7b5w016xe0v53pgx9o1z" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j7qv0267s67pchvtqw06", + "slug": "bet_sorcerer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sorcerer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4r7b5w016xe0v53pgx9o1z", + "setCardId": "clot8j7pb0265s67psylm675u", + "setCard": { + "id": "clot8j7pb0265s67psylm675u", + "slug": "bet_sorcerer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r7b5w016xe0v53pgx9o1z", + "meta": { + "id": "clq3a2ci100xosh27s04vorwe", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar has entered the contest!", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nTap → Draw a spell.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j7pb0265s67psylm675u" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j7sg0269s67pk32bchia", + "slug": "bet_sorcerer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sorcerer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4r7b5w016xe0v53pgx9o1z", + "setCardId": "clot8j7pb0265s67psylm675u", + "setCard": { + "id": "clot8j7pb0265s67psylm675u", + "slug": "bet_sorcerer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r7b5w016xe0v53pgx9o1z", + "meta": { + "id": "clq3a2ci100xosh27s04vorwe", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar has entered the contest!", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nTap → Draw a spell.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j7pb0265s67psylm675u" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4r7idv016ze0v58w296nbc", + "slug": "alp_sorcerer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sorcerer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4r7b5w016xe0v53pgx9o1z", + "setCardId": "clm4r7h2s016ye0v5g17g37wh", + "setCard": { + "id": "clm4r7h2s016ye0v5g17g37wh", + "slug": "alp_sorcerer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r7b5w016xe0v53pgx9o1z", + "meta": { + "id": "clq3a2c6g00xmsh27d3y8fxgi", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar has entered the contest!", + "subType": "", + "rulesText": "Tap → Play or draw a site.\n\nTap → Draw a spell.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r7h2s016ye0v5g17g37wh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4r7qj40170e0v5c8nr5e74", + "slug": "alp_sorcerer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sorcerer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4r7b5w016xe0v53pgx9o1z", + "setCardId": "clm4r7h2s016ye0v5g17g37wh", + "setCard": { + "id": "clm4r7h2s016ye0v5g17g37wh", + "slug": "alp_sorcerer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r7b5w016xe0v53pgx9o1z", + "meta": { + "id": "clq3a2c6g00xmsh27d3y8fxgi", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar has entered the contest!", + "subType": "", + "rulesText": "Tap → Play or draw a site.\n\nTap → Draw a spell.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r7h2s016ye0v5g17g37wh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4rjgh2000m42v5ehg10ol9", + "slug": "pro_sorcerer_pp_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/pro/sorcerer-pp.png", + "finish": "Standard", + "product": "Pledge_Pack", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4r7b5w016xe0v53pgx9o1z", + "setCardId": "clm4rj7vl000k42v5d1z566dy", + "setCard": { + "id": "clm4rj7vl000k42v5d1z566dy", + "slug": "pro_sorcerer", + "setId": "clm4rgehb000042v5a04vfg6s", + "cardId": "clm4r7b5w016xe0v53pgx9o1z", + "meta": { + "id": "clq3a2cc800xnsh27x7njaz48", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar has entered the contest!", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nTap → Draw a spell.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4rj7vl000k42v5d1z566dy" + }, + "set": { + "id": "clm4rgehb000042v5a04vfg6s", + "name": "Promotional", + "releaseDate": "" + } + } + }, + { + "id": "clm4rj9de000l42v54ksz26w2", + "slug": "pro_sorcerer_bt_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/pro/sorcerer-bt-f.png", + "finish": "Foil", + "product": "Box_Topper", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4r7b5w016xe0v53pgx9o1z", + "setCardId": "clm4rj7vl000k42v5d1z566dy", + "setCard": { + "id": "clm4rj7vl000k42v5d1z566dy", + "slug": "pro_sorcerer", + "setId": "clm4rgehb000042v5a04vfg6s", + "cardId": "clm4r7b5w016xe0v53pgx9o1z", + "meta": { + "id": "clq3a2cc800xnsh27x7njaz48", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar has entered the contest!", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nTap → Draw a spell.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4rj7vl000k42v5d1z566dy" + }, + "set": { + "id": "clm4rgehb000042v5a04vfg6s", + "name": "Promotional", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clot8j4f90245s67pityb49qv", + "slug": "sparkmage", + "name": "Sparkmage", + "hotscore": 97, + "guardian": { + "id": "clq3a2d1a00xtsh27pi5dayoh", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar's enemies are in for a shock!", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nTap → Target nearby location. Deal damage to another random unit there equal to the sum of (A) on spells you've cast this turn.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clot8j4f90245s67pityb49qv" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j4ms0249s67p0i5d6wqb", + "slug": "bet_sparkmage_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sparkmage.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clot8j4f90245s67pityb49qv", + "setCardId": "clot8j4lb0247s67pnzngnbgl", + "setCard": { + "id": "clot8j4lb0247s67pnzngnbgl", + "slug": "bet_sparkmage", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clot8j4f90245s67pityb49qv", + "meta": { + "id": "clq3a2d3q00xush27ooeqjlga", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar's enemies are in for a shock!", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nTap → Target nearby location. Deal damage to another random unit there equal to the sum of (A) on spells you've cast this turn.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j4lb0247s67pnzngnbgl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j4p6024bs67pxx4i5tb3", + "slug": "bet_sparkmage_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sparkmage-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clot8j4f90245s67pityb49qv", + "setCardId": "clot8j4lb0247s67pnzngnbgl", + "setCard": { + "id": "clot8j4lb0247s67pnzngnbgl", + "slug": "bet_sparkmage", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clot8j4f90245s67pityb49qv", + "meta": { + "id": "clq3a2d3q00xush27ooeqjlga", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar's enemies are in for a shock!", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nTap → Target nearby location. Deal damage to another random unit there equal to the sum of (A) on spells you've cast this turn.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j4lb0247s67pnzngnbgl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clot8j5df024qs67pwv1g92s0", + "slug": "waveshaper", + "name": "Waveshaper", + "hotscore": 119, + "guardian": { + "id": "clq3a2dpp00xzsh277q96f94w", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar of ebb and flow", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nTap → Flood a site near your body of water until you do so again. Tap minions without submerge there. They don't untap the next time they would.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clot8j5df024qs67pwv1g92s0" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j5lo024us67pr1tibsu0", + "slug": "bet_waveshaper_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/waveshaper.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clot8j5df024qs67pwv1g92s0", + "setCardId": "clot8j5k5024ss67pv5e1icz1", + "setCard": { + "id": "clot8j5k5024ss67pv5e1icz1", + "slug": "bet_waveshaper", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clot8j5df024qs67pwv1g92s0", + "meta": { + "id": "clq3a2drz00y0sh27iebq319t", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar of ebb and flow", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nTap → Flood a site near your body of water until you do so again. Tap minions without submerge there. They don't untap the next time they would.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j5k5024ss67pv5e1icz1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j5n4024ws67pcq0r8q2n", + "slug": "bet_waveshaper_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/waveshaper-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clot8j5df024qs67pwv1g92s0", + "setCardId": "clot8j5k5024ss67pv5e1icz1", + "setCard": { + "id": "clot8j5k5024ss67pv5e1icz1", + "slug": "bet_waveshaper", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clot8j5df024qs67pwv1g92s0", + "meta": { + "id": "clq3a2drz00y0sh27iebq319t", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar of ebb and flow", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nTap → Flood a site near your body of water until you do so again. Tap minions without submerge there. They don't untap the next time they would.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j5k5024ss67pv5e1icz1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_none_unique_artifact_cards.json b/data/beta_none_unique_artifact_cards.json new file mode 100644 index 0000000..0bfde65 --- /dev/null +++ b/data/beta_none_unique_artifact_cards.json @@ -0,0 +1,3072 @@ +[ + { + "id": "clm4p7kg500roe0v5hxwd7a79", + "slug": "amethyst_core", + "name": "Amethyst Core", + "hotscore": 8033, + "guardian": { + "id": "clq3a0xio00n2sh27ntaqqmza", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of ethereal essence", + "subType": "Relic", + "rulesText": "Provides (A) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p7kg500roe0v5hxwd7a79" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i2w901hfs67ptwu41c4x", + "slug": "bet_amethyst_core_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/amethyst_core.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4p7kg500roe0v5hxwd7a79", + "setCardId": "clot8i2uj01hds67p280yjw1j", + "setCard": { + "id": "clot8i2uj01hds67p280yjw1j", + "slug": "bet_amethyst_core", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p7kg500roe0v5hxwd7a79", + "meta": { + "id": "clq3a0xra00n4sh278am2lxp7", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of ethereal essence", + "subType": "Relic", + "rulesText": "Provides (A) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i2uj01hds67p280yjw1j" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i2xx01hhs67p37o48p5d", + "slug": "bet_amethyst_core_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/amethyst_core-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4p7kg500roe0v5hxwd7a79", + "setCardId": "clot8i2uj01hds67p280yjw1j", + "setCard": { + "id": "clot8i2uj01hds67p280yjw1j", + "slug": "bet_amethyst_core", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p7kg500roe0v5hxwd7a79", + "meta": { + "id": "clq3a0xra00n4sh278am2lxp7", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of ethereal essence", + "subType": "Relic", + "rulesText": "Provides (A) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i2uj01hds67p280yjw1j" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p7rr800rqe0v5flmj36l8", + "slug": "alp_amethyst_core_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/amethyst_core.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4p7kg500roe0v5hxwd7a79", + "setCardId": "clm4p7qfs00rpe0v5d347avgk", + "setCard": { + "id": "clm4p7qfs00rpe0v5d347avgk", + "slug": "alp_amethyst_core", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p7kg500roe0v5hxwd7a79", + "meta": { + "id": "clq3a0xlh00n3sh27haojs1gm", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of ethereal essence", + "subType": "Relic", + "rulesText": "Provides (A) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p7qfs00rpe0v5d347avgk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p7z8200rre0v5h6309cbj", + "slug": "alp_amethyst_core_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/amethyst_core-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4p7kg500roe0v5hxwd7a79", + "setCardId": "clm4p7qfs00rpe0v5d347avgk", + "setCard": { + "id": "clm4p7qfs00rpe0v5d347avgk", + "slug": "alp_amethyst_core", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p7kg500roe0v5hxwd7a79", + "meta": { + "id": "clq3a0xlh00n3sh27haojs1gm", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of ethereal essence", + "subType": "Relic", + "rulesText": "Provides (A) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p7qfs00rpe0v5d347avgk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p8od800rwe0v57baz9e43", + "slug": "aquamarine_core", + "name": "Aquamarine Core", + "hotscore": 5393, + "guardian": { + "id": "clq3a0yb700n8sh27c83vk8b3", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of fluidic finesse", + "subType": "Relic", + "rulesText": "Provides (W) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p8od800rwe0v57baz9e43" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i3i901hts67pmhg6mx1m", + "slug": "bet_aquamarine_core_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/aquamarine_core.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4p8od800rwe0v57baz9e43", + "setCardId": "clot8i3gq01hrs67pv0rb549o", + "setCard": { + "id": "clot8i3gq01hrs67pv0rb549o", + "slug": "bet_aquamarine_core", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p8od800rwe0v57baz9e43", + "meta": { + "id": "clq3a0yj600nash27y7gfritw", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of fluidic finesse", + "subType": "Relic", + "rulesText": "Provides (W) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i3gq01hrs67pv0rb549o" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i3jv01hvs67phfvl2vco", + "slug": "bet_aquamarine_core_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/aquamarine_core-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4p8od800rwe0v57baz9e43", + "setCardId": "clot8i3gq01hrs67pv0rb549o", + "setCard": { + "id": "clot8i3gq01hrs67pv0rb549o", + "slug": "bet_aquamarine_core", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p8od800rwe0v57baz9e43", + "meta": { + "id": "clq3a0yj600nash27y7gfritw", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of fluidic finesse", + "subType": "Relic", + "rulesText": "Provides (W) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i3gq01hrs67pv0rb549o" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p8vg700rye0v5aff3hrrj", + "slug": "alp_aquamarine_core_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/aquamarine_core.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4p8od800rwe0v57baz9e43", + "setCardId": "clm4p8u4q00rxe0v5cgd0av28", + "setCard": { + "id": "clm4p8u4q00rxe0v5cgd0av28", + "slug": "alp_aquamarine_core", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p8od800rwe0v57baz9e43", + "meta": { + "id": "clq3a0ydm00n9sh27fivf5zf0", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of fluidic finesse", + "subType": "Relic", + "rulesText": "Provides (W) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p8u4q00rxe0v5cgd0av28" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p92mp00rze0v50j3o8uc2", + "slug": "alp_aquamarine_core_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/aquamarine_core-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4p8od800rwe0v57baz9e43", + "setCardId": "clm4p8u4q00rxe0v5cgd0av28", + "setCard": { + "id": "clm4p8u4q00rxe0v5cgd0av28", + "slug": "alp_aquamarine_core", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p8od800rwe0v57baz9e43", + "meta": { + "id": "clq3a0ydm00n9sh27fivf5zf0", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of fluidic finesse", + "subType": "Relic", + "rulesText": "Provides (W) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p8u4q00rxe0v5cgd0av28" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4patwx00sce0v5d6t86ffh", + "slug": "blasted_oak", + "name": "Blasted Oak", + "hotscore": 446, + "guardian": { + "id": "clq3a0zui00nksh27qmn6qx71", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to grim persistence", + "subType": "Monument", + "rulesText": "If a spell or non-basic ability can target—in order of precedence—Blasted Oak, its site or location, or anything else at its site or location, it must.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4patwx00sce0v5d6t86ffh" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i4q001ils67pf5zpp47m", + "slug": "bet_blasted_oak_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/blasted_oak.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4patwx00sce0v5d6t86ffh", + "setCardId": "clot8i4oh01ijs67psbuqx42u", + "setCard": { + "id": "clot8i4oh01ijs67psbuqx42u", + "slug": "bet_blasted_oak", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4patwx00sce0v5d6t86ffh", + "meta": { + "id": "clq3a102b00nmsh27ouaug0n7", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to grim persistence", + "subType": "Monument", + "rulesText": "If a spell or non-basic ability can target—in order of precedence—Blasted Oak, its site or location, or anything else at its site or location, it must.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i4oh01ijs67psbuqx42u" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i4rk01ins67ps4zte3x2", + "slug": "bet_blasted_oak_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/blasted_oak-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4patwx00sce0v5d6t86ffh", + "setCardId": "clot8i4oh01ijs67psbuqx42u", + "setCard": { + "id": "clot8i4oh01ijs67psbuqx42u", + "slug": "bet_blasted_oak", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4patwx00sce0v5d6t86ffh", + "meta": { + "id": "clq3a102b00nmsh27ouaug0n7", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to grim persistence", + "subType": "Monument", + "rulesText": "If a spell or non-basic ability can target—in order of precedence—Blasted Oak, its site or location, or anything else at its site or location, it must.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i4oh01ijs67psbuqx42u" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pb0rg00see0v561wx3ksl", + "slug": "alp_blasted_oak_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/blasted_oak.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4patwx00sce0v5d6t86ffh", + "setCardId": "clm4pazfe00sde0v53a4v6qin", + "setCard": { + "id": "clm4pazfe00sde0v53a4v6qin", + "slug": "alp_blasted_oak", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4patwx00sce0v5d6t86ffh", + "meta": { + "id": "clq3a0zwt00nlsh27bfqc5qxk", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to grim persistence", + "subType": "Monument", + "rulesText": "If a spell or non-basic ability can target—in order of precedence—Blasted Oak, its site or location, or anything else at its site or location, it must.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pazfe00sde0v53a4v6qin" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pb7ir00sfe0v555x952rj", + "slug": "alp_blasted_oak_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/blasted_oak-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4patwx00sce0v5d6t86ffh", + "setCardId": "clm4pazfe00sde0v53a4v6qin", + "setCard": { + "id": "clm4pazfe00sde0v53a4v6qin", + "slug": "alp_blasted_oak", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4patwx00sce0v5d6t86ffh", + "meta": { + "id": "clq3a0zwt00nlsh27bfqc5qxk", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to grim persistence", + "subType": "Monument", + "rulesText": "If a spell or non-basic ability can target—in order of precedence—Blasted Oak, its site or location, or anything else at its site or location, it must.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pazfe00sde0v53a4v6qin" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pcyiy00sse0v565ut2k1e", + "slug": "crown_of_the_victor", + "name": "Crown of the Victor", + "hotscore": 2359, + "guardian": { + "id": "clq3a11do00nwsh27k6m8lo3k", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic for champions triumphant", + "subType": "Relic", + "rulesText": "Bearer has +3 power if they've ever killed a minion.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pcyiy00sse0v565ut2k1e" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i64x01jds67plksfee5f", + "slug": "bet_crown_of_the_victor_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/crown_of_the_victor.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "The gods see their glory in you this day.", + "cardId": "clm4pcyiy00sse0v565ut2k1e", + "setCardId": "clot8i63e01jbs67p4bycmfi5", + "setCard": { + "id": "clot8i63e01jbs67p4bycmfi5", + "slug": "bet_crown_of_the_victor", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pcyiy00sse0v565ut2k1e", + "meta": { + "id": "clq3a11li00nysh27u7nkt4mh", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic for champions triumphant", + "subType": "Relic", + "rulesText": "Bearer has +3 power if they've ever killed a minion.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i63e01jbs67p4bycmfi5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i66g01jfs67p7spk0iyi", + "slug": "bet_crown_of_the_victor_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/crown_of_the_victor-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "The gods see their glory in you this day.", + "cardId": "clm4pcyiy00sse0v565ut2k1e", + "setCardId": "clot8i63e01jbs67p4bycmfi5", + "setCard": { + "id": "clot8i63e01jbs67p4bycmfi5", + "slug": "bet_crown_of_the_victor", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pcyiy00sse0v565ut2k1e", + "meta": { + "id": "clq3a11li00nysh27u7nkt4mh", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic for champions triumphant", + "subType": "Relic", + "rulesText": "Bearer has +3 power if they've ever killed a minion.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i63e01jbs67p4bycmfi5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pd55r00sue0v51ibuamy7", + "slug": "alp_crown_of_the_victor_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/crown_of_the_victor.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "The gods see their glory in you this day.", + "cardId": "clm4pcyiy00sse0v565ut2k1e", + "setCardId": "clm4pd3uj00ste0v52av1e4v3", + "setCard": { + "id": "clm4pd3uj00ste0v52av1e4v3", + "slug": "alp_crown_of_the_victor", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pcyiy00sse0v565ut2k1e", + "meta": { + "id": "clq3a11fx00nxsh27njxe4qor", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic for champions triumphant", + "subType": "Relic", + "rulesText": "Bearer has +3 power if they've ever killed a minion.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pd3uj00ste0v52av1e4v3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pdbxg00sve0v5hz2yf9qj", + "slug": "alp_crown_of_the_victor_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/crown_of_the_victor-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "The gods see their glory in you this day.", + "cardId": "clm4pcyiy00sse0v565ut2k1e", + "setCardId": "clm4pd3uj00ste0v52av1e4v3", + "setCard": { + "id": "clm4pd3uj00ste0v52av1e4v3", + "slug": "alp_crown_of_the_victor", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pcyiy00sse0v565ut2k1e", + "meta": { + "id": "clq3a11fx00nxsh27njxe4qor", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic for champions triumphant", + "subType": "Relic", + "rulesText": "Bearer has +3 power if they've ever killed a minion.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pd3uj00ste0v52av1e4v3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pe3h400t1e0v51ub1d6at", + "slug": "doomsday_device", + "name": "Doomsday Device", + "hotscore": 852, + "guardian": { + "id": "clq3a126l00o2sh279un4v2uz", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Device of mutually assured destruction", + "subType": "Device", + "rulesText": "Doomsday Device enters the realm with 6 counters. At the end of each player’s turn, remove a counter. When the last is removed, it detonates!\r\n\r\nDeals damage to each unit at affected locations:", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pe3h400t1e0v51ub1d6at" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i6rl01jrs67pkdx007z4", + "slug": "bet_doomsday_device_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/doomsday_device.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4pe3h400t1e0v51ub1d6at", + "setCardId": "clot8i6q401jps67pj3oohfo3", + "setCard": { + "id": "clot8i6q401jps67pj3oohfo3", + "slug": "bet_doomsday_device", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pe3h400t1e0v51ub1d6at", + "meta": { + "id": "clq3a12gb00o4sh270lc5p7ar", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Device of mutually assured destruction", + "subType": "Device", + "rulesText": "Doomsday Device enters the realm with 6 counters. At the end of each player’s turn, remove a counter. When the last is removed, it detonates!\r\n\r\nDeals damage to each unit at affected locations:", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i6q401jps67pj3oohfo3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i6t301jts67pa8nv6xwv", + "slug": "bet_doomsday_device_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/doomsday_device-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4pe3h400t1e0v51ub1d6at", + "setCardId": "clot8i6q401jps67pj3oohfo3", + "setCard": { + "id": "clot8i6q401jps67pj3oohfo3", + "slug": "bet_doomsday_device", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pe3h400t1e0v51ub1d6at", + "meta": { + "id": "clq3a12gb00o4sh270lc5p7ar", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Device of mutually assured destruction", + "subType": "Device", + "rulesText": "Doomsday Device enters the realm with 6 counters. At the end of each player’s turn, remove a counter. When the last is removed, it detonates!\r\n\r\nDeals damage to each unit at affected locations:", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i6q401jps67pj3oohfo3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pea8o00t3e0v507vufrj5", + "slug": "alp_doomsday_device_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/doomsday_device.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4pe3h400t1e0v51ub1d6at", + "setCardId": "clm4pe8xo00t2e0v5dv2y7wih", + "setCard": { + "id": "clm4pe8xo00t2e0v5dv2y7wih", + "slug": "alp_doomsday_device", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pe3h400t1e0v51ub1d6at", + "meta": { + "id": "clq3a128v00o3sh27mcoek8lc", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Device of mutually assured destruction", + "subType": "Device", + "rulesText": "Doomsday Device enters the realm with 6 counters. At the end of each player’s turn, remove a counter. When the last is removed, it detonates!\n\nDeals damage to each unit at affected locations:", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pe8xo00t2e0v5dv2y7wih" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4penx100t5e0v5g7zuc68w", + "slug": "alp_doomsday_device_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/doomsday_device-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4pe3h400t1e0v51ub1d6at", + "setCardId": "clm4pe8xo00t2e0v5dv2y7wih", + "setCard": { + "id": "clm4pe8xo00t2e0v5dv2y7wih", + "slug": "alp_doomsday_device", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pe3h400t1e0v51ub1d6at", + "meta": { + "id": "clq3a128v00o3sh27mcoek8lc", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Device of mutually assured destruction", + "subType": "Device", + "rulesText": "Doomsday Device enters the realm with 6 counters. At the end of each player’s turn, remove a counter. When the last is removed, it detonates!\n\nDeals damage to each unit at affected locations:", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pe8xo00t2e0v5dv2y7wih" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pehua00t4e0v55xi36b7k", + "slug": "alp_doomsday_device_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/doomsday_device-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4pe3h400t1e0v51ub1d6at", + "setCardId": "clm4pe8xo00t2e0v5dv2y7wih", + "setCard": { + "id": "clm4pe8xo00t2e0v5dv2y7wih", + "slug": "alp_doomsday_device", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pe3h400t1e0v51ub1d6at", + "meta": { + "id": "clq3a128v00o3sh27mcoek8lc", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Device of mutually assured destruction", + "subType": "Device", + "rulesText": "Doomsday Device enters the realm with 6 counters. At the end of each player’s turn, remove a counter. When the last is removed, it detonates!\n\nDeals damage to each unit at affected locations:", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pe8xo00t2e0v5dv2y7wih" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pgcdm00tje0v5fco75l3k", + "slug": "gilded_aegis", + "name": "Gilded Aegis", + "hotscore": 719, + "guardian": { + "id": "clq3a13ms00odsh27w5t9l50q", + "type": "Artifact", + "rarity": "Unique", + "typeText": "Unique Armor and bulwark against death", + "subType": "Armor", + "rulesText": "If bearer is a minion and would die, instead fully heal it and banish Gilded Aegis.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pgcdm00tje0v5fco75l3k" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i7q901kcs67przt61zfw", + "slug": "bet_gilded_aegis_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/gilded_aegis.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pgcdm00tje0v5fco75l3k", + "setCardId": "clot8i7oq01kas67pjuz9608j", + "setCard": { + "id": "clot8i7oq01kas67pjuz9608j", + "slug": "bet_gilded_aegis", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pgcdm00tje0v5fco75l3k", + "meta": { + "id": "clq3a13uk00ofsh27fmxsa5ey", + "type": "Artifact", + "rarity": "Unique", + "typeText": "Unique Armor and bulwark against death", + "subType": "Armor", + "rulesText": "If bearer is a minion and would die, instead fully heal it and banish Gilded Aegis.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i7oq01kas67pjuz9608j" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i7rs01kes67palhh2r94", + "slug": "bet_gilded_aegis_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/gilded_aegis-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pgcdm00tje0v5fco75l3k", + "setCardId": "clot8i7oq01kas67pjuz9608j", + "setCard": { + "id": "clot8i7oq01kas67pjuz9608j", + "slug": "bet_gilded_aegis", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pgcdm00tje0v5fco75l3k", + "meta": { + "id": "clq3a13uk00ofsh27fmxsa5ey", + "type": "Artifact", + "rarity": "Unique", + "typeText": "Unique Armor and bulwark against death", + "subType": "Armor", + "rulesText": "If bearer is a minion and would die, instead fully heal it and banish Gilded Aegis.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i7oq01kas67pjuz9608j" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pgj5g00tle0v5fevs4n4p", + "slug": "alp_gilded_aegis_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gilded_aegis.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pgcdm00tje0v5fco75l3k", + "setCardId": "clm4pghug00tke0v5dsj84bxy", + "setCard": { + "id": "clm4pghug00tke0v5dsj84bxy", + "slug": "alp_gilded_aegis", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pgcdm00tje0v5fco75l3k", + "meta": { + "id": "clq3a13p200oesh27sgc4blex", + "type": "Artifact", + "rarity": "Unique", + "typeText": "Unique Armor and bulwark against death", + "subType": "Armor", + "rulesText": "If bearer is a minion and would die, instead fully heal it and banish Gilded Aegis.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pghug00tke0v5dsj84bxy" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pgpt600tme0v5f97ffhyf", + "slug": "alp_gilded_aegis_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gilded_aegis-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pgcdm00tje0v5fco75l3k", + "setCardId": "clm4pghug00tke0v5dsj84bxy", + "setCard": { + "id": "clm4pghug00tke0v5dsj84bxy", + "slug": "alp_gilded_aegis", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pgcdm00tje0v5fco75l3k", + "meta": { + "id": "clq3a13p200oesh27sgc4blex", + "type": "Artifact", + "rarity": "Unique", + "typeText": "Unique Armor and bulwark against death", + "subType": "Armor", + "rulesText": "If bearer is a minion and would die, instead fully heal it and banish Gilded Aegis.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pghug00tke0v5dsj84bxy" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4phf4b00tre0v572490dtr", + "slug": "kythera_mechanism", + "name": "Kythera Mechanism", + "hotscore": 2971, + "guardian": { + "id": "clq3a14dh00ojsh272nyowcn5", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of preternatural providence", + "subType": "Relic", + "rulesText": "Bearer's controller determines all random outcomes.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4phf4b00tre0v572490dtr" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i8dj01kqs67pq2h90jxc", + "slug": "bet_kythera_mechanism_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/kythera_mechanism.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "All winds are favorable when the destination is unknown.", + "cardId": "clm4phf4b00tre0v572490dtr", + "setCardId": "clot8i8by01kos67p2ia62bae", + "setCard": { + "id": "clot8i8by01kos67p2ia62bae", + "slug": "bet_kythera_mechanism", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4phf4b00tre0v572490dtr", + "meta": { + "id": "clq3a14lr00olsh27i9eb4knb", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of preternatural providence", + "subType": "Relic", + "rulesText": "Bearer's controller determines all random outcomes.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i8by01kos67p2ia62bae" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i8f401kss67pp8jw9l7y", + "slug": "bet_kythera_mechanism_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/kythera_mechanism-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "All winds are favorable when the destination is unknown.", + "cardId": "clm4phf4b00tre0v572490dtr", + "setCardId": "clot8i8by01kos67p2ia62bae", + "setCard": { + "id": "clot8i8by01kos67p2ia62bae", + "slug": "bet_kythera_mechanism", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4phf4b00tre0v572490dtr", + "meta": { + "id": "clq3a14lr00olsh27i9eb4knb", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of preternatural providence", + "subType": "Relic", + "rulesText": "Bearer's controller determines all random outcomes.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i8by01kos67p2ia62bae" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4phm3g00tte0v583npgh6e", + "slug": "alp_kythera_mechanism_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/kythera_mechanism.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "All winds are favorable when you don't know where you're going.", + "cardId": "clm4phf4b00tre0v572490dtr", + "setCardId": "clm4phksh00tse0v59yi78v19", + "setCard": { + "id": "clm4phksh00tse0v59yi78v19", + "slug": "alp_kythera_mechanism", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4phf4b00tre0v572490dtr", + "meta": { + "id": "clq3a14g400oksh27wrqbf4tp", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of preternatural providence", + "subType": "Relic", + "rulesText": "Bearer's controller determines all random outcomes.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4phksh00tse0v59yi78v19" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pht0t00tue0v5b47kenf0", + "slug": "alp_kythera_mechanism_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/kythera_mechanism-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "All winds are favorable when you don't know where you're going.", + "cardId": "clm4phf4b00tre0v572490dtr", + "setCardId": "clm4phksh00tse0v59yi78v19", + "setCard": { + "id": "clm4phksh00tse0v59yi78v19", + "slug": "alp_kythera_mechanism", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4phf4b00tre0v572490dtr", + "meta": { + "id": "clq3a14g400oksh27wrqbf4tp", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of preternatural providence", + "subType": "Relic", + "rulesText": "Bearer's controller determines all random outcomes.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4phksh00tse0v59yi78v19" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pn91w00uze0v511uq9s5v", + "slug": "onyx_core", + "name": "Onyx Core", + "hotscore": 6847, + "guardian": { + "id": "clq3a18ku00pgsh27equdw52a", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of geodic potency", + "subType": "Relic", + "rulesText": "Provides (E) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pn91w00uze0v511uq9s5v" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ibra01mvs67pllf4d33p", + "slug": "bet_onyx_core_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/onyx_core.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4pn91w00uze0v511uq9s5v", + "setCardId": "clot8ibps01mts67pv0104bsb", + "setCard": { + "id": "clot8ibps01mts67pv0104bsb", + "slug": "bet_onyx_core", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pn91w00uze0v511uq9s5v", + "meta": { + "id": "clq3a18sr00pish27hywd746p", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of geodic potency", + "subType": "Relic", + "rulesText": "Provides (E) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ibps01mts67pv0104bsb" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ibsr01mxs67pl44gmilo", + "slug": "bet_onyx_core_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/onyx_core-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4pn91w00uze0v511uq9s5v", + "setCardId": "clot8ibps01mts67pv0104bsb", + "setCard": { + "id": "clot8ibps01mts67pv0104bsb", + "slug": "bet_onyx_core", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pn91w00uze0v511uq9s5v", + "meta": { + "id": "clq3a18sr00pish27hywd746p", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of geodic potency", + "subType": "Relic", + "rulesText": "Provides (E) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ibps01mts67pv0104bsb" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pnfwp00v1e0v5en6z9qvs", + "slug": "alp_onyx_core_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/onyx_core.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4pn91w00uze0v511uq9s5v", + "setCardId": "clm4pneli00v0e0v52ywf7g6j", + "setCard": { + "id": "clm4pneli00v0e0v52ywf7g6j", + "slug": "alp_onyx_core", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pn91w00uze0v511uq9s5v", + "meta": { + "id": "clq3a18n500phsh272zas6mdl", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of geodic potency", + "subType": "Relic", + "rulesText": "Provides (E) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pneli00v0e0v52ywf7g6j" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pnn0j00v2e0v5deon4ue4", + "slug": "alp_onyx_core_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/onyx_core-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4pn91w00uze0v511uq9s5v", + "setCardId": "clm4pneli00v0e0v52ywf7g6j", + "setCard": { + "id": "clm4pneli00v0e0v52ywf7g6j", + "slug": "alp_onyx_core", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pn91w00uze0v511uq9s5v", + "meta": { + "id": "clq3a18n500phsh272zas6mdl", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of geodic potency", + "subType": "Relic", + "rulesText": "Provides (E) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pneli00v0e0v52ywf7g6j" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pnsoj00v3e0v5a218f4pz", + "slug": "orb_of_baal_berith", + "name": "Orb of Ba'al Berith", + "hotscore": 2527, + "guardian": { + "id": "clq3a18y900pjsh274db2dmn3", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to corrupted quiddity", + "subType": "Monument", + "rulesText": "The first time each turn a Magic spell is cast nearby, Orb of Ba'al Berith creates a copy. The spell's controller may choose new targets.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pnsoj00v3e0v5a218f4pz" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ic2b01n2s67pva4edm6q", + "slug": "bet_orb_of_baal_berith_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/orb_of_baal_berith.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "The ineffable, conveyed ineffably.", + "cardId": "clm4pnsoj00v3e0v5a218f4pz", + "setCardId": "clot8ic0s01n0s67pprba2xpv", + "setCard": { + "id": "clot8ic0s01n0s67pprba2xpv", + "slug": "bet_orb_of_baal_berith", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pnsoj00v3e0v5a218f4pz", + "meta": { + "id": "clq3a196b00plsh27cjlzk4pg", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to corrupted quiddity", + "subType": "Monument", + "rulesText": "The first time each turn a Magic spell is cast nearby, Orb of Ba'al Berith creates a copy. The spell's controller may choose new targets.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ic0s01n0s67pprba2xpv" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8icc301n7s67p6er1hufc", + "slug": "bet_orb_of_baal_berith_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/orb_of_baal_berith-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "The ineffable, conveyed ineffably.", + "cardId": "clm4pnsoj00v3e0v5a218f4pz", + "setCardId": "clot8ic0s01n0s67pprba2xpv", + "setCard": { + "id": "clot8ic0s01n0s67pprba2xpv", + "slug": "bet_orb_of_baal_berith", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pnsoj00v3e0v5a218f4pz", + "meta": { + "id": "clq3a196b00plsh27cjlzk4pg", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to corrupted quiddity", + "subType": "Monument", + "rulesText": "The first time each turn a Magic spell is cast nearby, Orb of Ba'al Berith creates a copy. The spell's controller may choose new targets.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ic0s01n0s67pprba2xpv" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pnzko00v5e0v54ik0ex41", + "slug": "alp_orb_of_baal_berith_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/orb_of_baal_berith.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "The ineffable, conveyed ineffably.", + "cardId": "clm4pnsoj00v3e0v5a218f4pz", + "setCardId": "clm4pny8y00v4e0v51xry49ag", + "setCard": { + "id": "clm4pny8y00v4e0v51xry49ag", + "slug": "alp_orb_of_baal_berith", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pnsoj00v3e0v5a218f4pz", + "meta": { + "id": "clq3a190m00pksh27834ryz1d", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to corrupted quiddity", + "subType": "Monument", + "rulesText": "The first time each turn a Magic spell is cast nearby, Orb of Ba'al Berith creates a copy. The spell's controller may choose new targets.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pny8y00v4e0v51xry49ag" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4po76u00v6e0v517axeiah", + "slug": "alp_orb_of_baal_berith_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/orb_of_baal_berith-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "The ineffable, conveyed ineffably.", + "cardId": "clm4pnsoj00v3e0v5a218f4pz", + "setCardId": "clm4pny8y00v4e0v51xry49ag", + "setCard": { + "id": "clm4pny8y00v4e0v51xry49ag", + "slug": "alp_orb_of_baal_berith", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pnsoj00v3e0v5a218f4pz", + "meta": { + "id": "clq3a190m00pksh27834ryz1d", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to corrupted quiddity", + "subType": "Monument", + "rulesText": "The first time each turn a Magic spell is cast nearby, Orb of Ba'al Berith creates a copy. The spell's controller may choose new targets.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pny8y00v4e0v51xry49ag" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4powvc00vbe0v5hq033kx5", + "slug": "pendulum_of_peril", + "name": "Pendulum of Peril", + "hotscore": 673, + "guardian": { + "id": "clq3a19pp00ppsh27suf8mdcq", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to cyclical cessation", + "subType": "Monument", + "rulesText": "At the end of each player's turn, Pendulum of Peril kills all minions at its current location and another adjacent location of that player's choice.", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4powvc00vbe0v5hq033kx5" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8icwb01njs67pea3uvgk3", + "slug": "bet_pendulum_of_peril_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pendulum_of_peril.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4powvc00vbe0v5hq033kx5", + "setCardId": "clot8icuv01nhs67p0m0rqc32", + "setCard": { + "id": "clot8icuv01nhs67p0m0rqc32", + "slug": "bet_pendulum_of_peril", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4powvc00vbe0v5hq033kx5", + "meta": { + "id": "clq3a19xi00prsh27w1cqkril", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to cyclical cessation", + "subType": "Monument", + "rulesText": "At the end of each player's turn, Pendulum of Peril kills all minions at its current location and another adjacent location of that player's choice.", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8icuv01nhs67p0m0rqc32" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8icxs01nls67p6qimt9o5", + "slug": "bet_pendulum_of_peril_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pendulum_of_peril-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4powvc00vbe0v5hq033kx5", + "setCardId": "clot8icuv01nhs67p0m0rqc32", + "setCard": { + "id": "clot8icuv01nhs67p0m0rqc32", + "slug": "bet_pendulum_of_peril", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4powvc00vbe0v5hq033kx5", + "meta": { + "id": "clq3a19xi00prsh27w1cqkril", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to cyclical cessation", + "subType": "Monument", + "rulesText": "At the end of each player's turn, Pendulum of Peril kills all minions at its current location and another adjacent location of that player's choice.", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8icuv01nhs67p0m0rqc32" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pp3pu00vde0v579ld16fz", + "slug": "alp_pendulum_of_peril_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pendulum_of_peril.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4powvc00vbe0v5hq033kx5", + "setCardId": "clm4pp2e700vce0v5gx5hc14g", + "setCard": { + "id": "clm4pp2e700vce0v5gx5hc14g", + "slug": "alp_pendulum_of_peril", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4powvc00vbe0v5hq033kx5", + "meta": { + "id": "clq3a19s000pqsh27dvbpf3lf", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to cyclical cessation", + "subType": "Monument", + "rulesText": "At the end of each player's turn, Pendulum of Peril kills all minions at its current location and another adjacent location of that player's choice.", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pp2e700vce0v5gx5hc14g" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ppaza00vee0v5bpvm61fb", + "slug": "alp_pendulum_of_peril_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pendulum_of_peril-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4powvc00vbe0v5hq033kx5", + "setCardId": "clm4pp2e700vce0v5gx5hc14g", + "setCard": { + "id": "clm4pp2e700vce0v5gx5hc14g", + "slug": "alp_pendulum_of_peril", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4powvc00vbe0v5hq033kx5", + "meta": { + "id": "clq3a19s000pqsh27dvbpf3lf", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to cyclical cessation", + "subType": "Monument", + "rulesText": "At the end of each player's turn, Pendulum of Peril kills all minions at its current location and another adjacent location of that player's choice.", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pp2e700vce0v5gx5hc14g" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ppghk00vfe0v5bla9fpax", + "slug": "philosophers_stone", + "name": "Philosopher's Stone", + "hotscore": 10684, + "guardian": { + "id": "clq3a1a3w00pssh27pzswctvj", + "type": "Artifact", + "rarity": "Unique", + "typeText": "\r\nA Unique Relic and magnum opus", + "subType": "Relic", + "rulesText": "The first spell of each element cast by the bearer each turn costs ① less.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ppghk00vfe0v5bla9fpax" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8id7i01nqs67pvjdbug40", + "slug": "bet_philosophers_stone_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/philosophers_stone.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4ppghk00vfe0v5bla9fpax", + "setCardId": "clot8id5u01nos67plklforr5", + "setCard": { + "id": "clot8id5u01nos67plklforr5", + "slug": "bet_philosophers_stone", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ppghk00vfe0v5bla9fpax", + "meta": { + "id": "clq3a1abz00push2700unwtlt", + "type": "Artifact", + "rarity": "Unique", + "typeText": "\r\nA Unique Relic and magnum opus", + "subType": "Relic", + "rulesText": "The first spell of each element cast by the bearer each turn costs ① less.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8id5u01nos67plklforr5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8id9e01nss67pa7ukcbbv", + "slug": "bet_philosophers_stone_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/philosophers_stone-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4ppghk00vfe0v5bla9fpax", + "setCardId": "clot8id5u01nos67plklforr5", + "setCard": { + "id": "clot8id5u01nos67plklforr5", + "slug": "bet_philosophers_stone", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ppghk00vfe0v5bla9fpax", + "meta": { + "id": "clq3a1abz00push2700unwtlt", + "type": "Artifact", + "rarity": "Unique", + "typeText": "\r\nA Unique Relic and magnum opus", + "subType": "Relic", + "rulesText": "The first spell of each element cast by the bearer each turn costs ① less.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8id5u01nos67plklforr5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ppo2e00vhe0v5c2uoeec3", + "slug": "alp_philosophers_stone_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/philosophers_stone.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4ppghk00vfe0v5bla9fpax", + "setCardId": "clm4ppmq900vge0v5c54n5twa", + "setCard": { + "id": "clm4ppmq900vge0v5c54n5twa", + "slug": "alp_philosophers_stone", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ppghk00vfe0v5bla9fpax", + "meta": { + "id": "clq3a1a6700ptsh2783n6eri3", + "type": "Artifact", + "rarity": "Unique", + "typeText": "\nA Unique Relic and magnum opus", + "subType": "Relic", + "rulesText": "The first spell of each element cast by the bearer each turn costs ① less.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ppmq900vge0v5c54n5twa" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ppw5r00vie0v50sh70cvj", + "slug": "alp_philosophers_stone_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/philosophers_stone-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4ppghk00vfe0v5bla9fpax", + "setCardId": "clm4ppmq900vge0v5c54n5twa", + "setCard": { + "id": "clm4ppmq900vge0v5c54n5twa", + "slug": "alp_philosophers_stone", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ppghk00vfe0v5bla9fpax", + "meta": { + "id": "clq3a1a6700ptsh2783n6eri3", + "type": "Artifact", + "rarity": "Unique", + "typeText": "\nA Unique Relic and magnum opus", + "subType": "Relic", + "rulesText": "The first spell of each element cast by the bearer each turn costs ① less.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ppmq900vge0v5c54n5twa" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pq1ou00vje0v50eoz53x0", + "slug": "pnakotic_manuscript", + "name": "Pnakotic Manuscript", + "hotscore": 2817, + "guardian": { + "id": "clq3a1ai000pvsh27uhtqkpyd", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Document of transmundane madness", + "subType": "Document", + "rulesText": "Bearer has “Tap → Reveal your topmost spell and draw it. Bearer takes damage equal to that card's cost.”", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pq1ou00vje0v50eoz53x0" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8idiz01nxs67pcltbqju6", + "slug": "bet_pnakotic_manuscript_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pnakotic_manuscript.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "An understanding so vast it leaves little room for sanity.", + "cardId": "clm4pq1ou00vje0v50eoz53x0", + "setCardId": "clot8idh601nvs67p8tvdyd15", + "setCard": { + "id": "clot8idh601nvs67p8tvdyd15", + "slug": "bet_pnakotic_manuscript", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pq1ou00vje0v50eoz53x0", + "meta": { + "id": "clq3a1apz00pxsh27htu99k21", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Document of transmundane madness", + "subType": "Document", + "rulesText": "Bearer has “Tap → Reveal your topmost spell and draw it. Bearer takes damage equal to that card's cost.”", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8idh601nvs67p8tvdyd15" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8idkh01nzs67palmguvg3", + "slug": "bet_pnakotic_manuscript_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pnakotic_manuscript-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "An understanding so vast it leaves little room for sanity.", + "cardId": "clm4pq1ou00vje0v50eoz53x0", + "setCardId": "clot8idh601nvs67p8tvdyd15", + "setCard": { + "id": "clot8idh601nvs67p8tvdyd15", + "slug": "bet_pnakotic_manuscript", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pq1ou00vje0v50eoz53x0", + "meta": { + "id": "clq3a1apz00pxsh27htu99k21", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Document of transmundane madness", + "subType": "Document", + "rulesText": "Bearer has “Tap → Reveal your topmost spell and draw it. Bearer takes damage equal to that card's cost.”", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8idh601nvs67p8tvdyd15" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pq8fr00vle0v552zh88du", + "slug": "alp_pnakotic_manuscript_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pnakotic_manuscript.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "An understanding so vast it leaves little room for sanity.", + "cardId": "clm4pq1ou00vje0v50eoz53x0", + "setCardId": "clm4pq74o00vke0v5hzqbg31h", + "setCard": { + "id": "clm4pq74o00vke0v5hzqbg31h", + "slug": "alp_pnakotic_manuscript", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pq1ou00vje0v50eoz53x0", + "meta": { + "id": "clq3a1akb00pwsh27e73fwtad", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Document of transmundane madness", + "subType": "Document", + "rulesText": "Bearer has “Tap → Reveal your topmost spell and draw it. Bearer takes damage equal to that card's cost.”", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pq74o00vke0v5hzqbg31h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pqf1200vme0v5dtep943n", + "slug": "alp_pnakotic_manuscript_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pnakotic_manuscript-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "An understanding so vast it leaves little room for sanity.", + "cardId": "clm4pq1ou00vje0v50eoz53x0", + "setCardId": "clm4pq74o00vke0v5hzqbg31h", + "setCard": { + "id": "clm4pq74o00vke0v5hzqbg31h", + "slug": "alp_pnakotic_manuscript", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pq1ou00vje0v50eoz53x0", + "meta": { + "id": "clq3a1akb00pwsh27e73fwtad", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Document of transmundane madness", + "subType": "Document", + "rulesText": "Bearer has “Tap → Reveal your topmost spell and draw it. Bearer takes damage equal to that card's cost.”", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pq74o00vke0v5hzqbg31h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ps81q00vze0v55eqp9kv8", + "slug": "ruby_core", + "name": "Ruby Core", + "hotscore": 6519, + "guardian": { + "id": "clq3a1c1a00q7sh27ysluxup5", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of inflamed efficacy", + "subType": "Relic", + "rulesText": "Provides (F) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ps81q00vze0v55eqp9kv8" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ietv01ops67p5nyv8mpq", + "slug": "bet_ruby_core_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ruby_core.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ps81q00vze0v55eqp9kv8", + "setCardId": "clot8iesb01ons67pebt1yzlt", + "setCard": { + "id": "clot8iesb01ons67pebt1yzlt", + "slug": "bet_ruby_core", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ps81q00vze0v55eqp9kv8", + "meta": { + "id": "clq3a1c9400q9sh27x6i6fjyr", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of inflamed efficacy", + "subType": "Relic", + "rulesText": "Provides (F) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iesb01ons67pebt1yzlt" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ievf01ors67p146emvbn", + "slug": "bet_ruby_core_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ruby_core-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ps81q00vze0v55eqp9kv8", + "setCardId": "clot8iesb01ons67pebt1yzlt", + "setCard": { + "id": "clot8iesb01ons67pebt1yzlt", + "slug": "bet_ruby_core", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ps81q00vze0v55eqp9kv8", + "meta": { + "id": "clq3a1c9400q9sh27x6i6fjyr", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of inflamed efficacy", + "subType": "Relic", + "rulesText": "Provides (F) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iesb01ons67pebt1yzlt" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4psf2k00w1e0v5e1hpdo7v", + "slug": "alp_ruby_core_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ruby_core.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ps81q00vze0v55eqp9kv8", + "setCardId": "clm4psdrf00w0e0v51ud4blhr", + "setCard": { + "id": "clm4psdrf00w0e0v51ud4blhr", + "slug": "alp_ruby_core", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ps81q00vze0v55eqp9kv8", + "meta": { + "id": "clq3a1c3n00q8sh27dk9zyx9j", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of inflamed efficacy", + "subType": "Relic", + "rulesText": "Provides (F) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4psdrf00w0e0v51ud4blhr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4psm6900w2e0v5dgxhglwq", + "slug": "alp_ruby_core_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ruby_core-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ps81q00vze0v55eqp9kv8", + "setCardId": "clm4psdrf00w0e0v51ud4blhr", + "setCard": { + "id": "clm4psdrf00w0e0v51ud4blhr", + "slug": "alp_ruby_core", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ps81q00vze0v55eqp9kv8", + "meta": { + "id": "clq3a1c3n00q8sh27dk9zyx9j", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of inflamed efficacy", + "subType": "Relic", + "rulesText": "Provides (F) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4psdrf00w0e0v51ud4blhr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ptvrj00wce0v57gor3d1n", + "slug": "seven_league_boots", + "name": "Seven-League Boots", + "hotscore": 1669, + "guardian": { + "id": "clq3a1d8200qgsh27x700tm9m", + "type": "Artifact", + "rarity": "Unique", + "typeText": "Unique Armor for traipsing and japesing", + "subType": "Armor", + "rulesText": "Bearer has Movement +7.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ptvrj00wce0v57gor3d1n" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8iftd01pas67pxgrwsixu", + "slug": "bet_seven_league_boots_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/seven_league_boots.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "“Bring me my boots at once, so that I may catch them!“ — Charles Perrault", + "cardId": "clm4ptvrj00wce0v57gor3d1n", + "setCardId": "clot8ifrw01p8s67pip7osd3s", + "setCard": { + "id": "clot8ifrw01p8s67pip7osd3s", + "slug": "bet_seven_league_boots", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ptvrj00wce0v57gor3d1n", + "meta": { + "id": "clq3a1dfx00qish27c4kmead4", + "type": "Artifact", + "rarity": "Unique", + "typeText": "Unique Armor for traipsing and japesing", + "subType": "Armor", + "rulesText": "Bearer has Movement +7.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ifrw01p8s67pip7osd3s" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ifuw01pcs67pdcc46c6m", + "slug": "bet_seven_league_boots_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/seven_league_boots-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "“Bring me my boots at once, so that I may catch them!“ — Charles Perrault", + "cardId": "clm4ptvrj00wce0v57gor3d1n", + "setCardId": "clot8ifrw01p8s67pip7osd3s", + "setCard": { + "id": "clot8ifrw01p8s67pip7osd3s", + "slug": "bet_seven_league_boots", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ptvrj00wce0v57gor3d1n", + "meta": { + "id": "clq3a1dfx00qish27c4kmead4", + "type": "Artifact", + "rarity": "Unique", + "typeText": "Unique Armor for traipsing and japesing", + "subType": "Armor", + "rulesText": "Bearer has Movement +7.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ifrw01p8s67pip7osd3s" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pu2wa00wee0v5bxfm5avj", + "slug": "alp_seven_league_boots_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/seven_league_boots.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "“Bring me my boots at once, so that I may catch them!“ — Charles Perrault", + "cardId": "clm4ptvrj00wce0v57gor3d1n", + "setCardId": "clm4pu1l900wde0v5b6bpf58k", + "setCard": { + "id": "clm4pu1l900wde0v5b6bpf58k", + "slug": "alp_seven_league_boots", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ptvrj00wce0v57gor3d1n", + "meta": { + "id": "clq3a1dab00qhsh27c5y4jvgt", + "type": "Artifact", + "rarity": "Unique", + "typeText": "Unique Armor for traipsing and japesing", + "subType": "Armor", + "rulesText": "Bearer has Movement +7.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pu1l900wde0v5b6bpf58k" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pu9oe00wfe0v54xmhaixw", + "slug": "alp_seven_league_boots_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/seven_league_boots-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "“Bring me my boots at once, so that I may catch them!“ — Charles Perrault", + "cardId": "clm4ptvrj00wce0v57gor3d1n", + "setCardId": "clm4pu1l900wde0v5b6bpf58k", + "setCard": { + "id": "clm4pu1l900wde0v5b6bpf58k", + "slug": "alp_seven_league_boots", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ptvrj00wce0v57gor3d1n", + "meta": { + "id": "clq3a1dab00qhsh27c5y4jvgt", + "type": "Artifact", + "rarity": "Unique", + "typeText": "Unique Armor for traipsing and japesing", + "subType": "Armor", + "rulesText": "Bearer has Movement +7.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pu1l900wde0v5b6bpf58k" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4puz8900wle0v555lcbsxw", + "slug": "spear_of_destiny", + "name": "Spear of Destiny", + "hotscore": 955, + "guardian": { + "id": "clq3a1e1e00qmsh27aoz8lj98", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Weapon of divine retribution", + "subType": "Weapon", + "rulesText": "Bearer has “Tap → Throw Spear of Destiny at any minion anywhere. It teleports to that minion’s location and kills it.”", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4puz8900wle0v555lcbsxw" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8igf201pos67plbaa1xou", + "slug": "bet_spear_of_destiny_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/spear_of_destiny.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Nor mortal's blood shall sate a hunger erst whetted by divine.", + "cardId": "clm4puz8900wle0v555lcbsxw", + "setCardId": "clot8igdg01pms67pgtcjaoko", + "setCard": { + "id": "clot8igdg01pms67pgtcjaoko", + "slug": "bet_spear_of_destiny", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4puz8900wle0v555lcbsxw", + "meta": { + "id": "clq3a1ebb00qosh27or8pawyp", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Weapon of divine retribution", + "subType": "Weapon", + "rulesText": "Bearer has “Tap → Throw Spear of Destiny at any minion anywhere. It teleports to that minion’s location and kills it.”", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8igdg01pms67pgtcjaoko" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iggl01pqs67prmlgk6bc", + "slug": "bet_spear_of_destiny_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/spear_of_destiny-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Nor mortal's blood shall sate a hunger erst whetted by divine.", + "cardId": "clm4puz8900wle0v555lcbsxw", + "setCardId": "clot8igdg01pms67pgtcjaoko", + "setCard": { + "id": "clot8igdg01pms67pgtcjaoko", + "slug": "bet_spear_of_destiny", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4puz8900wle0v555lcbsxw", + "meta": { + "id": "clq3a1ebb00qosh27or8pawyp", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Weapon of divine retribution", + "subType": "Weapon", + "rulesText": "Bearer has “Tap → Throw Spear of Destiny at any minion anywhere. It teleports to that minion’s location and kills it.”", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8igdg01pms67pgtcjaoko" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pv5yw00wne0v51az6c68q", + "slug": "alp_spear_of_destiny_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spear_of_destiny.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Nor mortal's blood shall sate a hunger erst whetted by divine.", + "cardId": "clm4puz8900wle0v555lcbsxw", + "setCardId": "clm4pv4ns00wme0v50ci05bqs", + "setCard": { + "id": "clm4pv4ns00wme0v50ci05bqs", + "slug": "alp_spear_of_destiny", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4puz8900wle0v555lcbsxw", + "meta": { + "id": "clq3a1e3p00qnsh27cbjid990", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Weapon of divine retribution", + "subType": "Weapon", + "rulesText": "Bearer has “Tap → Throw Spear of Destiny at any minion anywhere. It teleports to that minion’s location and kills it.”", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pv4ns00wme0v50ci05bqs" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pvis900wpe0v5g97o10mo", + "slug": "alp_spear_of_destiny_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spear_of_destiny-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Andrea Modesti", + "flavorText": "Nor mortal's blood shall sate a hunger erst whetted by divine.", + "cardId": "clm4puz8900wle0v555lcbsxw", + "setCardId": "clm4pv4ns00wme0v50ci05bqs", + "setCard": { + "id": "clm4pv4ns00wme0v50ci05bqs", + "slug": "alp_spear_of_destiny", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4puz8900wle0v555lcbsxw", + "meta": { + "id": "clq3a1e3p00qnsh27cbjid990", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Weapon of divine retribution", + "subType": "Weapon", + "rulesText": "Bearer has “Tap → Throw Spear of Destiny at any minion anywhere. It teleports to that minion’s location and kills it.”", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pv4ns00wme0v50ci05bqs" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pvd6q00woe0v5deds749l", + "slug": "alp_spear_of_destiny_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spear_of_destiny-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Nor mortal's blood shall sate a hunger erst whetted by divine.", + "cardId": "clm4puz8900wle0v555lcbsxw", + "setCardId": "clm4pv4ns00wme0v50ci05bqs", + "setCard": { + "id": "clm4pv4ns00wme0v50ci05bqs", + "slug": "alp_spear_of_destiny", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4puz8900wle0v555lcbsxw", + "meta": { + "id": "clq3a1e3p00qnsh27cbjid990", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Weapon of divine retribution", + "subType": "Weapon", + "rulesText": "Bearer has “Tap → Throw Spear of Destiny at any minion anywhere. It teleports to that minion’s location and kills it.”", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pv4ns00wme0v50ci05bqs" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pw3ql00wve0v50wqc9dd9", + "slug": "the_immortal_throne", + "name": "The Immortal Throne", + "hotscore": 1396, + "guardian": { + "id": "clq3a1ewe00qssh27keblstw5", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to life everlasting", + "subType": "Monument", + "rulesText": "Whenever anyone plays a card with cost equal to the number of level counters on The Immortal Throne, they draw a card and add a level counter.\r\n\r\nAt level 8 or more, an Avatar here alone wins the game.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pw3ql00wve0v50wqc9dd9" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ih1u01q2s67pdhifyljj", + "slug": "bet_the_immortal_throne_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/the_immortal_throne.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pw3ql00wve0v50wqc9dd9", + "setCardId": "clot8ih0a01q0s67p07rz1ow3", + "setCard": { + "id": "clot8ih0a01q0s67p07rz1ow3", + "slug": "bet_the_immortal_throne", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pw3ql00wve0v50wqc9dd9", + "meta": { + "id": "clq3a1f4i00qush27amvii3hh", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to life everlasting", + "subType": "Monument", + "rulesText": "Whenever anyone plays a card with cost equal to the number of level counters on The Immortal Throne, they draw a card and add a level counter.\r\n\r\nAt level 8 or more, an Avatar here alone wins the game.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ih0a01q0s67p07rz1ow3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ih3f01q4s67pktqhkm7g", + "slug": "bet_the_immortal_throne_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/the_immortal_throne-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pw3ql00wve0v50wqc9dd9", + "setCardId": "clot8ih0a01q0s67p07rz1ow3", + "setCard": { + "id": "clot8ih0a01q0s67p07rz1ow3", + "slug": "bet_the_immortal_throne", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pw3ql00wve0v50wqc9dd9", + "meta": { + "id": "clq3a1f4i00qush27amvii3hh", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to life everlasting", + "subType": "Monument", + "rulesText": "Whenever anyone plays a card with cost equal to the number of level counters on The Immortal Throne, they draw a card and add a level counter.\r\n\r\nAt level 8 or more, an Avatar here alone wins the game.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ih0a01q0s67p07rz1ow3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pwamy00wxe0v5c0d66vmw", + "slug": "alp_the_immortal_throne_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/the_immortal_throne.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pw3ql00wve0v50wqc9dd9", + "setCardId": "clm4pw9c500wwe0v51tvoc6v8", + "setCard": { + "id": "clm4pw9c500wwe0v51tvoc6v8", + "slug": "alp_the_immortal_throne", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pw3ql00wve0v50wqc9dd9", + "meta": { + "id": "clq3a1eyo00qtsh27uhzgw2i0", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to life everlasting", + "subType": "Monument", + "rulesText": "Whenever anyone plays a card with cost equal to the number of level counters on The Immortal Throne, they draw a card and add a level counter.\n\nAt level 8 or more, an Avatar here alone wins the game.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pw9c500wwe0v51tvoc6v8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pwhxm00wye0v5f6kbhqvd", + "slug": "alp_the_immortal_throne_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/the_immortal_throne-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pw3ql00wve0v50wqc9dd9", + "setCardId": "clm4pw9c500wwe0v51tvoc6v8", + "setCard": { + "id": "clm4pw9c500wwe0v51tvoc6v8", + "slug": "alp_the_immortal_throne", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pw3ql00wve0v50wqc9dd9", + "meta": { + "id": "clq3a1eyo00qtsh27uhzgw2i0", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to life everlasting", + "subType": "Monument", + "rulesText": "Whenever anyone plays a card with cost equal to the number of level counters on The Immortal Throne, they draw a card and add a level counter.\n\nAt level 8 or more, an Avatar here alone wins the game.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pw9c500wwe0v51tvoc6v8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_none_unique_avatar_cards.json b/data/beta_none_unique_avatar_cards.json new file mode 100644 index 0000000..d3148b3 --- /dev/null +++ b/data/beta_none_unique_avatar_cards.json @@ -0,0 +1,189 @@ +[ + { + "id": "clm4r63qp016pe0v5ffiwgusw", + "slug": "pathfinder", + "name": "Pathfinder", + "hotscore": 102, + "guardian": { + "id": "clq3a2bax00xfsh27umkgp27x", + "type": "Avatar", + "rarity": "Unique", + "typeText": "Your Avatar finds the way to victory", + "subType": "", + "rulesText": "Your atlas can’t contain duplicates. Draw no sites during setup.\r\n\r\nTap → Reveal and play the topmost site of your atlas to an adjacent void or Rubble and move there.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4r63qp016pe0v5ffiwgusw" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j74e025ts67pg1403pw5", + "slug": "bet_pathfinder_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pathfinder.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4r63qp016pe0v5ffiwgusw", + "setCardId": "clot8j72v025rs67ppmjwjxs1", + "setCard": { + "id": "clot8j72v025rs67ppmjwjxs1", + "slug": "bet_pathfinder", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r63qp016pe0v5ffiwgusw", + "meta": { + "id": "clq3a2bjv00xhsh271z69ug92", + "type": "Avatar", + "rarity": "Unique", + "typeText": "Your Avatar finds the way to victory", + "subType": "", + "rulesText": "Your atlas can’t contain duplicates. Draw no sites during setup.\r\n\r\nTap → Reveal and play the topmost site of your atlas to an adjacent void or Rubble and move there.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j72v025rs67ppmjwjxs1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j765025vs67pk4p83x00", + "slug": "bet_pathfinder_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pathfinder-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4r63qp016pe0v5ffiwgusw", + "setCardId": "clot8j72v025rs67ppmjwjxs1", + "setCard": { + "id": "clot8j72v025rs67ppmjwjxs1", + "slug": "bet_pathfinder", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r63qp016pe0v5ffiwgusw", + "meta": { + "id": "clq3a2bjv00xhsh271z69ug92", + "type": "Avatar", + "rarity": "Unique", + "typeText": "Your Avatar finds the way to victory", + "subType": "", + "rulesText": "Your atlas can’t contain duplicates. Draw no sites during setup.\r\n\r\nTap → Reveal and play the topmost site of your atlas to an adjacent void or Rubble and move there.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j72v025rs67ppmjwjxs1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4r6ahl016re0v5fqhk37vv", + "slug": "alp_pathfinder_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pathfinder.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4r63qp016pe0v5ffiwgusw", + "setCardId": "clm4r696k016qe0v55bs6fe2v", + "setCard": { + "id": "clm4r696k016qe0v55bs6fe2v", + "slug": "alp_pathfinder", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r63qp016pe0v5ffiwgusw", + "meta": { + "id": "clq3a2bdq00xgsh27780lj5zs", + "type": "Avatar", + "rarity": "Unique", + "typeText": "Your Avatar finds the way to victory", + "subType": "", + "rulesText": "Your atlas can’t contain duplicates. Draw no sites during setup.\n\nTap → If able, play the topmost site of your atlas to an adjacent location and move there.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r696k016qe0v55bs6fe2v" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4r6i7h016se0v53wgf9nnj", + "slug": "alp_pathfinder_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pathfinder-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4r63qp016pe0v5ffiwgusw", + "setCardId": "clm4r696k016qe0v55bs6fe2v", + "setCard": { + "id": "clm4r696k016qe0v55bs6fe2v", + "slug": "alp_pathfinder", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r63qp016pe0v5ffiwgusw", + "meta": { + "id": "clq3a2bdq00xgsh27780lj5zs", + "type": "Avatar", + "rarity": "Unique", + "typeText": "Your Avatar finds the way to victory", + "subType": "", + "rulesText": "Your atlas can’t contain duplicates. Draw no sites during setup.\n\nTap → If able, play the topmost site of your atlas to an adjacent location and move there.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r696k016qe0v55bs6fe2v" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_none_unique_site_cards.json b/data/beta_none_unique_site_cards.json new file mode 100644 index 0000000..b4c435d --- /dev/null +++ b/data/beta_none_unique_site_cards.json @@ -0,0 +1,1498 @@ +[ + { + "id": "clm4qqvju013me0v5dvgt7l6l", + "slug": "boneyard", + "name": "Boneyard", + "hotscore": 2650, + "guardian": { + "id": "clq3a218j00vash27p738ocbp", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site brimming with death", + "subType": "", + "rulesText": "Genesis → Each player may summon a minion from their cemetery here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qqvju013me0v5dvgt7l6l" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8iyni020ks67pdxgkohi3", + "slug": "bet_boneyard_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/boneyard.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qqvju013me0v5dvgt7l6l", + "setCardId": "clot8iylz020is67p0oq7mxey", + "setCard": { + "id": "clot8iylz020is67p0oq7mxey", + "slug": "bet_boneyard", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qqvju013me0v5dvgt7l6l", + "meta": { + "id": "clq3a21h200vcsh2704ejjwnm", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site brimming with death", + "subType": "", + "rulesText": "Genesis → Each player may summon a minion from their cemetery here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iylz020is67p0oq7mxey" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iyp1020ms67prtqfl0ey", + "slug": "bet_boneyard_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/boneyard-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qqvju013me0v5dvgt7l6l", + "setCardId": "clot8iylz020is67p0oq7mxey", + "setCard": { + "id": "clot8iylz020is67p0oq7mxey", + "slug": "bet_boneyard", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qqvju013me0v5dvgt7l6l", + "meta": { + "id": "clq3a21h200vcsh2704ejjwnm", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site brimming with death", + "subType": "", + "rulesText": "Genesis → Each player may summon a minion from their cemetery here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iylz020is67p0oq7mxey" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qr2jo013oe0v5e6bx5se5", + "slug": "alp_boneyard_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/boneyard.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qqvju013me0v5dvgt7l6l", + "setCardId": "clm4qr18e013ne0v57qrv61e0", + "setCard": { + "id": "clm4qr18e013ne0v57qrv61e0", + "slug": "alp_boneyard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qqvju013me0v5dvgt7l6l", + "meta": { + "id": "clq3a21at00vbsh27apezjs94", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site brimming with death", + "subType": "", + "rulesText": "Genesis → Each player may summon a minion from their cemetery here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qr18e013ne0v57qrv61e0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qr9f7013pe0v5e02i5yw4", + "slug": "alp_boneyard_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/boneyard-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qqvju013me0v5dvgt7l6l", + "setCardId": "clm4qr18e013ne0v57qrv61e0", + "setCard": { + "id": "clm4qr18e013ne0v57qrv61e0", + "slug": "alp_boneyard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qqvju013me0v5dvgt7l6l", + "meta": { + "id": "clq3a21at00vbsh27apezjs94", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site brimming with death", + "subType": "", + "rulesText": "Genesis → Each player may summon a minion from their cemetery here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qr18e013ne0v57qrv61e0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qt3ik0144e0v59m826lij", + "slug": "dome_of_osiros", + "name": "Dome of Osiros", + "hotscore": 1770, + "guardian": { + "id": "clq3a22ws00vmsh27s9702ry9", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of sacred communion", + "subType": "", + "rulesText": "This site and minions here can't be attacked.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qt3ik0144e0v59m826lij" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8izwx021cs67pnblcyiur", + "slug": "bet_dome_of_osiros_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dome_of_osiros.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4qt3ik0144e0v59m826lij", + "setCardId": "clot8izvg021as67p7mqhtflq", + "setCard": { + "id": "clot8izvg021as67p7mqhtflq", + "slug": "bet_dome_of_osiros", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qt3ik0144e0v59m826lij", + "meta": { + "id": "clq3a235000vosh27yqmerh1q", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of sacred communion", + "subType": "", + "rulesText": "This site and minions here can't be attacked.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8izvg021as67p7mqhtflq" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8izye021es67plek1krge", + "slug": "bet_dome_of_osiros_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dome_of_osiros-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4qt3ik0144e0v59m826lij", + "setCardId": "clot8izvg021as67p7mqhtflq", + "setCard": { + "id": "clot8izvg021as67p7mqhtflq", + "slug": "bet_dome_of_osiros", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qt3ik0144e0v59m826lij", + "meta": { + "id": "clq3a235000vosh27yqmerh1q", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of sacred communion", + "subType": "", + "rulesText": "This site and minions here can't be attacked.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8izvg021as67p7mqhtflq" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qtafi0146e0v5ejt81gi1", + "slug": "alp_dome_of_osiros_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dome_of_osiros.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4qt3ik0144e0v59m826lij", + "setCardId": "clm4qt9470145e0v5a2ir48wj", + "setCard": { + "id": "clm4qt9470145e0v5a2ir48wj", + "slug": "alp_dome_of_osiros", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qt3ik0144e0v59m826lij", + "meta": { + "id": "clq3a22z600vnsh27it37uh1o", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of sacred communion", + "subType": "", + "rulesText": "This site and minions here can't be attacked.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qt9470145e0v5a2ir48wj" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qth080147e0v5gdyzbshp", + "slug": "alp_dome_of_osiros_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dome_of_osiros-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4qt3ik0144e0v59m826lij", + "setCardId": "clm4qt9470145e0v5a2ir48wj", + "setCard": { + "id": "clm4qt9470145e0v5a2ir48wj", + "slug": "alp_dome_of_osiros", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qt3ik0144e0v59m826lij", + "meta": { + "id": "clq3a22z600vnsh27it37uh1o", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of sacred communion", + "subType": "", + "rulesText": "This site and minions here can't be attacked.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qt9470145e0v5a2ir48wj" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qtmlj0148e0v5fzzd46to", + "slug": "donnybrook_inn", + "name": "Donnybrook Inn", + "hotscore": 977, + "guardian": { + "id": "clq3a23ay00vpsh271dbzhtrt", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site for anyone and everyone", + "subType": "", + "rulesText": "Anyone may cast minions here and they may do so for ① less.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qtmlj0148e0v5fzzd46to" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j082021js67pp1314gc1", + "slug": "bet_donnybrook_inn_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/donnybrook_inn.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qtmlj0148e0v5fzzd46to", + "setCardId": "clot8j06f021hs67pf5azcgkw", + "setCard": { + "id": "clot8j06f021hs67pf5azcgkw", + "slug": "bet_donnybrook_inn", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qtmlj0148e0v5fzzd46to", + "meta": { + "id": "clq3a23iu00vrsh27oy5iivr4", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site for anyone and everyone", + "subType": "", + "rulesText": "Anyone may cast minions here and they may do so for ① less.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j06f021hs67pf5azcgkw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j09n021ls67p2iqu3aaw", + "slug": "bet_donnybrook_inn_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/donnybrook_inn-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qtmlj0148e0v5fzzd46to", + "setCardId": "clot8j06f021hs67pf5azcgkw", + "setCard": { + "id": "clot8j06f021hs67pf5azcgkw", + "slug": "bet_donnybrook_inn", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qtmlj0148e0v5fzzd46to", + "meta": { + "id": "clq3a23iu00vrsh27oy5iivr4", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site for anyone and everyone", + "subType": "", + "rulesText": "Anyone may cast minions here and they may do so for ① less.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j06f021hs67pf5azcgkw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qttcx014ae0v5gmbfgcmk", + "slug": "alp_donnybrook_inn_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/donnybrook_inn.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qtmlj0148e0v5fzzd46to", + "setCardId": "clm4qts1d0149e0v5860f1gsx", + "setCard": { + "id": "clm4qts1d0149e0v5860f1gsx", + "slug": "alp_donnybrook_inn", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qtmlj0148e0v5fzzd46to", + "meta": { + "id": "clq3a23db00vqsh27alo3u2ah", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site for anyone and everyone", + "subType": "", + "rulesText": "Anyone may cast minions here and they may do so for ① less.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qts1d0149e0v5860f1gsx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qu040014be0v59ngk582n", + "slug": "alp_donnybrook_inn_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/donnybrook_inn-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qtmlj0148e0v5fzzd46to", + "setCardId": "clm4qts1d0149e0v5860f1gsx", + "setCard": { + "id": "clm4qts1d0149e0v5860f1gsx", + "slug": "alp_donnybrook_inn", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qtmlj0148e0v5fzzd46to", + "meta": { + "id": "clq3a23db00vqsh27alo3u2ah", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site for anyone and everyone", + "subType": "", + "rulesText": "Anyone may cast minions here and they may do so for ① less.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qts1d0149e0v5860f1gsx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qv776014ke0v548johoig", + "slug": "great_wall", + "name": "Great Wall", + "hotscore": 1761, + "guardian": { + "id": "clq3a24hb00vysh27zuqykglj", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of colossal obstruction", + "subType": "", + "rulesText": "Enemy units can’t move through this site’s top border on the ground.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qv776014ke0v548johoig" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j14q0224s67pv0a5g246", + "slug": "bet_great_wall_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/great_wall.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4qv776014ke0v548johoig", + "setCardId": "clot8j1370222s67pbksbhktq", + "setCard": { + "id": "clot8j1370222s67pbksbhktq", + "slug": "bet_great_wall", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qv776014ke0v548johoig", + "meta": { + "id": "clq3a24pt00w0sh27p9hpgver", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of colossal obstruction", + "subType": "", + "rulesText": "Enemy units can’t move through this site’s top border on the ground.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j1370222s67pbksbhktq" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j16a0226s67pi7b9wpc2", + "slug": "bet_great_wall_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/great_wall-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4qv776014ke0v548johoig", + "setCardId": "clot8j1370222s67pbksbhktq", + "setCard": { + "id": "clot8j1370222s67pbksbhktq", + "slug": "bet_great_wall", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qv776014ke0v548johoig", + "meta": { + "id": "clq3a24pt00w0sh27p9hpgver", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of colossal obstruction", + "subType": "", + "rulesText": "Enemy units can’t move through this site’s top border on the ground.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j1370222s67pbksbhktq" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qve8n014me0v5do9v8him", + "slug": "alp_great_wall_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/great_wall.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4qv776014ke0v548johoig", + "setCardId": "clm4qvcvx014le0v5e4200sh0", + "setCard": { + "id": "clm4qvcvx014le0v5e4200sh0", + "slug": "alp_great_wall", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qv776014ke0v548johoig", + "meta": { + "id": "clq3a24jt00vzsh27zlwx5326", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of colossal obstruction", + "subType": "", + "rulesText": "Enemy ground minions can’t move through this site’s top border.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qvcvx014le0v5e4200sh0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qvlnv014ne0v58tsf7qnu", + "slug": "alp_great_wall_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/great_wall-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4qv776014ke0v548johoig", + "setCardId": "clm4qvcvx014le0v5e4200sh0", + "setCard": { + "id": "clm4qvcvx014le0v5e4200sh0", + "slug": "alp_great_wall", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qv776014ke0v548johoig", + "meta": { + "id": "clq3a24jt00vzsh27zlwx5326", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of colossal obstruction", + "subType": "", + "rulesText": "Enemy ground minions can’t move through this site’s top border.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qvcvx014le0v5e4200sh0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qwa26014se0v54m7l6a5q", + "slug": "mirror_realm", + "name": "Mirror Realm", + "hotscore": 10645, + "guardian": { + "id": "clq3a259400w4sh27akm0wk2d", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of shimmering reflection", + "subType": "", + "rulesText": "This site enters the realm as a copy of another nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qwa26014se0v54m7l6a5q" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j1rz022is67pecgu0hht", + "slug": "bet_mirror_realm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mirror_realm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4qwa26014se0v54m7l6a5q", + "setCardId": "clot8j1qg022gs67p5i8stbvg", + "setCard": { + "id": "clot8j1qg022gs67p5i8stbvg", + "slug": "bet_mirror_realm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qwa26014se0v54m7l6a5q", + "meta": { + "id": "clq3a25hg00w6sh27b8xkxnjs", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of shimmering reflection", + "subType": "", + "rulesText": "This site enters the realm as a copy of another nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j1qg022gs67p5i8stbvg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j1th022ks67pykm6g1to", + "slug": "bet_mirror_realm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mirror_realm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4qwa26014se0v54m7l6a5q", + "setCardId": "clot8j1qg022gs67p5i8stbvg", + "setCard": { + "id": "clot8j1qg022gs67p5i8stbvg", + "slug": "bet_mirror_realm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qwa26014se0v54m7l6a5q", + "meta": { + "id": "clq3a25hg00w6sh27b8xkxnjs", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of shimmering reflection", + "subType": "", + "rulesText": "This site enters the realm as a copy of another nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j1qg022gs67p5i8stbvg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qwh4c014ue0v5d460d5px", + "slug": "alp_mirror_realm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mirror_realm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4qwa26014se0v54m7l6a5q", + "setCardId": "clm4qwft1014te0v5akll52yd", + "setCard": { + "id": "clm4qwft1014te0v5akll52yd", + "slug": "alp_mirror_realm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qwa26014se0v54m7l6a5q", + "meta": { + "id": "clq3a25bm00w5sh27hew552jq", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of shimmering reflection", + "subType": "", + "rulesText": "This site enters the realm as a copy of another nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qwft1014te0v5akll52yd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qwo4r014ve0v5bsrq8mcq", + "slug": "alp_mirror_realm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mirror_realm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4qwa26014se0v54m7l6a5q", + "setCardId": "clm4qwft1014te0v5akll52yd", + "setCard": { + "id": "clm4qwft1014te0v5akll52yd", + "slug": "alp_mirror_realm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qwa26014se0v54m7l6a5q", + "meta": { + "id": "clq3a25bm00w5sh27hew552jq", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of shimmering reflection", + "subType": "", + "rulesText": "This site enters the realm as a copy of another nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qwft1014te0v5akll52yd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qyjdw0158e0v5ftilglpb", + "slug": "roots_of_yggdrasil", + "name": "Roots of Yggdrasil", + "hotscore": 2527, + "guardian": { + "id": "clq3a26tj00wgsh27ziju73ob", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site and earthbound cradle", + "subType": "", + "rulesText": "When the Roots of Yggdrasil are destroyed, destroy everything.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qyjdw0158e0v5ftilglpb" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j32b023as67pskdwozu8", + "slug": "bet_roots_of_yggdrasil_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/roots_of_yggdrasil.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4qyjdw0158e0v5ftilglpb", + "setCardId": "clot8j30t0238s67pz6bxhr55", + "setCard": { + "id": "clot8j30t0238s67pz6bxhr55", + "slug": "bet_roots_of_yggdrasil", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qyjdw0158e0v5ftilglpb", + "meta": { + "id": "clq3a271q00wish27lva9undm", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site and earthbound cradle", + "subType": "", + "rulesText": "When the Roots of Yggdrasil are destroyed, destroy everything.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j30t0238s67pz6bxhr55" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j33t023cs67pyk5gpvd8", + "slug": "bet_roots_of_yggdrasil_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/roots_of_yggdrasil-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4qyjdw0158e0v5ftilglpb", + "setCardId": "clot8j30t0238s67pz6bxhr55", + "setCard": { + "id": "clot8j30t0238s67pz6bxhr55", + "slug": "bet_roots_of_yggdrasil", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qyjdw0158e0v5ftilglpb", + "meta": { + "id": "clq3a271q00wish27lva9undm", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site and earthbound cradle", + "subType": "", + "rulesText": "When the Roots of Yggdrasil are destroyed, destroy everything.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j30t0238s67pz6bxhr55" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qyq44015ae0v5blg5ddfv", + "slug": "alp_roots_of_yggdrasil_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/roots_of_yggdrasil.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4qyjdw0158e0v5ftilglpb", + "setCardId": "clm4qyot10159e0v569hhb8xb", + "setCard": { + "id": "clm4qyot10159e0v569hhb8xb", + "slug": "alp_roots_of_yggdrasil", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qyjdw0158e0v5ftilglpb", + "meta": { + "id": "clq3a26vw00whsh275aek0vyc", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site and earthbound cradle", + "subType": "", + "rulesText": "When the Roots of Yggdrasil are destroyed, destroy everything.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qyot10159e0v569hhb8xb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qyxo6015be0v52itu7lg0", + "slug": "alp_roots_of_yggdrasil_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/roots_of_yggdrasil-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4qyjdw0158e0v5ftilglpb", + "setCardId": "clm4qyot10159e0v569hhb8xb", + "setCard": { + "id": "clm4qyot10159e0v569hhb8xb", + "slug": "alp_roots_of_yggdrasil", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qyjdw0158e0v5ftilglpb", + "meta": { + "id": "clq3a26vw00whsh275aek0vyc", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site and earthbound cradle", + "subType": "", + "rulesText": "When the Roots of Yggdrasil are destroyed, destroy everything.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qyot10159e0v569hhb8xb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4r0a5e015le0v58juq7fkm", + "slug": "the_geistwood", + "name": "The Geistwood", + "hotscore": 3587, + "guardian": { + "id": "clq3a281100wpsh27y5ywks1h", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of denied absolution", + "subType": "", + "rulesText": "Genesis abilities here are also Deathrite abilities.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4r0a5e015le0v58juq7fkm" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j41i023vs67psghi79kd", + "slug": "bet_the_geistwood_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/the_geistwood.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4r0a5e015le0v58juq7fkm", + "setCardId": "clot8j3zx023ts67pdp9ikv1c", + "setCard": { + "id": "clot8j3zx023ts67pdp9ikv1c", + "slug": "bet_the_geistwood", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r0a5e015le0v58juq7fkm", + "meta": { + "id": "clq3a289j00wrsh27hm3wwarf", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of denied absolution", + "subType": "", + "rulesText": "Genesis abilities here are also Deathrite abilities.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j3zx023ts67pdp9ikv1c" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j432023xs67psnxs7fhv", + "slug": "bet_the_geistwood_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/the_geistwood-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4r0a5e015le0v58juq7fkm", + "setCardId": "clot8j3zx023ts67pdp9ikv1c", + "setCard": { + "id": "clot8j3zx023ts67pdp9ikv1c", + "slug": "bet_the_geistwood", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r0a5e015le0v58juq7fkm", + "meta": { + "id": "clq3a289j00wrsh27hm3wwarf", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of denied absolution", + "subType": "", + "rulesText": "Genesis abilities here are also Deathrite abilities.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j3zx023ts67pdp9ikv1c" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4r0hz8015ne0v50ckl05yj", + "slug": "alp_the_geistwood_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/the_geistwood.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4r0a5e015le0v58juq7fkm", + "setCardId": "clm4r0ghp015me0v5bjq8651x", + "setCard": { + "id": "clm4r0ghp015me0v5bjq8651x", + "slug": "alp_the_geistwood", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r0a5e015le0v58juq7fkm", + "meta": { + "id": "clq3a283e00wqsh27dfdg2hwz", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of denied absolution", + "subType": "", + "rulesText": "Genesis abilities here are also Deathrite abilities.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r0ghp015me0v5bjq8651x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4r0pne015oe0v5b9rjfm65", + "slug": "alp_the_geistwood_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/the_geistwood-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4r0a5e015le0v58juq7fkm", + "setCardId": "clm4r0ghp015me0v5bjq8651x", + "setCard": { + "id": "clm4r0ghp015me0v5bjq8651x", + "slug": "alp_the_geistwood", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r0a5e015le0v58juq7fkm", + "meta": { + "id": "clq3a283e00wqsh27dfdg2hwz", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of denied absolution", + "subType": "", + "rulesText": "Genesis abilities here are also Deathrite abilities.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r0ghp015me0v5bjq8651x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4r0uvb015pe0v534wp2raa", + "slug": "vaults_of_zul", + "name": "Vaults of Zul", + "hotscore": 952, + "guardian": { + "id": "clq3a28fu00wssh27pj50iclc", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of beguiling riches", + "subType": "", + "rulesText": "The first time an Avatar stops here, they draw three cards and skip their next turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4r0uvb015pe0v534wp2raa" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j4cc0242s67p6rigix6v", + "slug": "bet_vaults_of_zul_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/vaults_of_zul.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4r0uvb015pe0v534wp2raa", + "setCardId": "clot8j4as0240s67pgmyppe7p", + "setCard": { + "id": "clot8j4as0240s67pgmyppe7p", + "slug": "bet_vaults_of_zul", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r0uvb015pe0v534wp2raa", + "meta": { + "id": "clq3a28nv00wush27x8imsdmf", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of beguiling riches", + "subType": "", + "rulesText": "The first time an Avatar stops here, they draw three cards and skip their next turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j4as0240s67pgmyppe7p" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j4ds0244s67pwoplv761", + "slug": "bet_vaults_of_zul_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/vaults_of_zul-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4r0uvb015pe0v534wp2raa", + "setCardId": "clot8j4as0240s67pgmyppe7p", + "setCard": { + "id": "clot8j4as0240s67pgmyppe7p", + "slug": "bet_vaults_of_zul", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r0uvb015pe0v534wp2raa", + "meta": { + "id": "clq3a28nv00wush27x8imsdmf", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of beguiling riches", + "subType": "", + "rulesText": "The first time an Avatar stops here, they draw three cards and skip their next turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j4as0240s67pgmyppe7p" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4r11l5015re0v57jmv9ngx", + "slug": "alp_vaults_of_zul_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vaults_of_zul.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4r0uvb015pe0v534wp2raa", + "setCardId": "clm4r10aa015qe0v5hqmo3fmg", + "setCard": { + "id": "clm4r10aa015qe0v5hqmo3fmg", + "slug": "alp_vaults_of_zul", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r0uvb015pe0v534wp2raa", + "meta": { + "id": "clq3a28i600wtsh27h6yl3es4", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of beguiling riches", + "subType": "", + "rulesText": "The first time an Avatar stops here, they draw three cards and skip their next turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r10aa015qe0v5hqmo3fmg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4r18b6015se0v560b638fm", + "slug": "alp_vaults_of_zul_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vaults_of_zul-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4r0uvb015pe0v534wp2raa", + "setCardId": "clm4r10aa015qe0v5hqmo3fmg", + "setCard": { + "id": "clm4r10aa015qe0v5hqmo3fmg", + "slug": "alp_vaults_of_zul", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r0uvb015pe0v534wp2raa", + "meta": { + "id": "clq3a28i600wtsh27h6yl3es4", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of beguiling riches", + "subType": "", + "rulesText": "The first time an Avatar stops here, they draw three cards and skip their next turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r10aa015qe0v5hqmo3fmg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_water_cards.json b/data/beta_water_cards.json new file mode 100644 index 0000000..f01deba --- /dev/null +++ b/data/beta_water_cards.json @@ -0,0 +1,16698 @@ +[ + { + "id": "clm4p35in00qre0v5f9k35fhe", + "slug": "abundance", + "name": "Abundance", + "hotscore": 2556, + "guardian": { + "id": "clq3a0udb00mesh27213zhq04", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of milk and honey", + "subType": "", + "rulesText": "Each affected site provides one additional mana.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p35in00qre0v5f9k35fhe" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8i0ah01fvs67pok7aanbq", + "slug": "bet_abundance_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/abundance.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4p35in00qre0v5f9k35fhe", + "setCardId": "clot8i09101fts67phc4fxzs5", + "setCard": { + "id": "clot8i09101fts67phc4fxzs5", + "slug": "bet_abundance", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p35in00qre0v5f9k35fhe", + "meta": { + "id": "clq3a0ule00mgsh27853ewxqn", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of milk and honey", + "subType": "", + "rulesText": "Each affected site provides one additional mana.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i09101fts67phc4fxzs5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i0bz01fxs67pjja024bv", + "slug": "bet_abundance_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/abundance-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4p35in00qre0v5f9k35fhe", + "setCardId": "clot8i09101fts67phc4fxzs5", + "setCard": { + "id": "clot8i09101fts67phc4fxzs5", + "slug": "bet_abundance", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p35in00qre0v5f9k35fhe", + "meta": { + "id": "clq3a0ule00mgsh27853ewxqn", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of milk and honey", + "subType": "", + "rulesText": "Each affected site provides one additional mana.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i09101fts67phc4fxzs5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p3c3s00qte0v5d6ugfmb4", + "slug": "alp_abundance_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/abundance.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4p35in00qre0v5f9k35fhe", + "setCardId": "clm4p3asc00qse0v56clr8nxv", + "setCard": { + "id": "clm4p3asc00qse0v56clr8nxv", + "slug": "alp_abundance", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p35in00qre0v5f9k35fhe", + "meta": { + "id": "clq3a0ufq00mfsh27cue5whib", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of milk and honey", + "subType": "", + "rulesText": "Each affected site provides one additional mana.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p3asc00qse0v56clr8nxv" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p3ixi00que0v53274aehs", + "slug": "alp_abundance_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/abundance-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4p35in00qre0v5f9k35fhe", + "setCardId": "clm4p3asc00qse0v56clr8nxv", + "setCard": { + "id": "clm4p3asc00qse0v56clr8nxv", + "slug": "alp_abundance", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p35in00qre0v5f9k35fhe", + "meta": { + "id": "clq3a0ufq00mfsh27cue5whib", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of milk and honey", + "subType": "", + "rulesText": "Each affected site provides one additional mana.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p3asc00qse0v56clr8nxv" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o53bb00jbe0v52jeg6f9z", + "slug": "accursed_albatross", + "name": "Accursed Albatross", + "hotscore": 730, + "guardian": { + "id": "clq3a05ba00hash27jmwnonj1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast of deadly portent", + "subType": "Beast", + "rulesText": "Airborne\r\n \r\nWhen a unit kills Accursed Albatross, kill that unit's other allied minions it's nearby.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4o53bb00jbe0v52jeg6f9z" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hgkb0140s67pw06l6swd", + "slug": "bet_accursed_albatross_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/accursed_albatross.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4o53bb00jbe0v52jeg6f9z", + "setCardId": "clot8hgis013ys67pqabbi9wp", + "setCard": { + "id": "clot8hgis013ys67pqabbi9wp", + "slug": "bet_accursed_albatross", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o53bb00jbe0v52jeg6f9z", + "meta": { + "id": "clq3a05jc00hcsh2742ac1mlj", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast of deadly portent", + "subType": "Beast", + "rulesText": "Airborne\r\n \r\nWhen a unit kills Accursed Albatross, kill that unit's other allied minions it's nearby.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hgis013ys67pqabbi9wp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hglu0142s67p6hmh6o3s", + "slug": "bet_accursed_albatross_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/accursed_albatross-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4o53bb00jbe0v52jeg6f9z", + "setCardId": "clot8hgis013ys67pqabbi9wp", + "setCard": { + "id": "clot8hgis013ys67pqabbi9wp", + "slug": "bet_accursed_albatross", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o53bb00jbe0v52jeg6f9z", + "meta": { + "id": "clq3a05jc00hcsh2742ac1mlj", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast of deadly portent", + "subType": "Beast", + "rulesText": "Airborne\r\n \r\nWhen a unit kills Accursed Albatross, kill that unit's other allied minions it's nearby.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hgis013ys67pqabbi9wp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o5afv00jde0v55eqj5xwy", + "slug": "alp_accursed_albatross_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/accursed_albatross.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4o53bb00jbe0v52jeg6f9z", + "setCardId": "clm4o594f00jce0v56ie35bm4", + "setCard": { + "id": "clm4o594f00jce0v56ie35bm4", + "slug": "alp_accursed_albatross", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o53bb00jbe0v52jeg6f9z", + "meta": { + "id": "clq3a05dk00hbsh27gbreyoal", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast of deadly portent", + "subType": "Beast", + "rulesText": "Airborne\n\nWhen a unit kills Accursed Albatross, kill that unit's other allied minions it's nearby.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o594f00jce0v56ie35bm4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o5h8q00jee0v5c9js3tm4", + "slug": "alp_accursed_albatross_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/accursed_albatross-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4o53bb00jbe0v52jeg6f9z", + "setCardId": "clm4o594f00jce0v56ie35bm4", + "setCard": { + "id": "clm4o594f00jce0v56ie35bm4", + "slug": "alp_accursed_albatross", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o53bb00jbe0v52jeg6f9z", + "meta": { + "id": "clq3a05dk00hbsh27gbreyoal", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast of deadly portent", + "subType": "Beast", + "rulesText": "Airborne\n\nWhen a unit kills Accursed Albatross, kill that unit's other allied minions it's nearby.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o594f00jce0v56ie35bm4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o5mpv00jfe0v52adkfk6k", + "slug": "adept_illusionist", + "name": "Adept Illusionist", + "hotscore": 1375, + "guardian": { + "id": "clq3a05pc00hdsh27zslxbkt5", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with duplicitous skills", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nTap → Search your hand, cemetery, or spellbook for another Adept Illusionist and summon it nearby. Shuffle if needed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4o5mpv00jfe0v52adkfk6k" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hgvt0147s67pb3lx3a1a", + "slug": "bet_adept_illusionist_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/adept_illusionist.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4o5mpv00jfe0v52adkfk6k", + "setCardId": "clot8hgub0145s67p9ohez4og", + "setCard": { + "id": "clot8hgub0145s67p9ohez4og", + "slug": "bet_adept_illusionist", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o5mpv00jfe0v52adkfk6k", + "meta": { + "id": "clq3a05xl00hfsh2770pm5p9v", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with duplicitous skills", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nTap → Search your hand, cemetery, or spellbook for another Adept Illusionist and summon it nearby. Shuffle if needed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hgub0145s67p9ohez4og" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hgxn0149s67pw564vz58", + "slug": "bet_adept_illusionist_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/adept_illusionist-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4o5mpv00jfe0v52adkfk6k", + "setCardId": "clot8hgub0145s67p9ohez4og", + "setCard": { + "id": "clot8hgub0145s67p9ohez4og", + "slug": "bet_adept_illusionist", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o5mpv00jfe0v52adkfk6k", + "meta": { + "id": "clq3a05xl00hfsh2770pm5p9v", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with duplicitous skills", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nTap → Search your hand, cemetery, or spellbook for another Adept Illusionist and summon it nearby. Shuffle if needed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hgub0145s67p9ohez4og" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o5tvi00jhe0v55q4m7jwo", + "slug": "alp_adept_illusionist_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/adept_illusionist.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4o5mpv00jfe0v52adkfk6k", + "setCardId": "clm4o5ski00jge0v566wtg4ri", + "setCard": { + "id": "clm4o5ski00jge0v566wtg4ri", + "slug": "alp_adept_illusionist", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o5mpv00jfe0v52adkfk6k", + "meta": { + "id": "clq3a05rn00hesh27vywxzbmc", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of duplicitous means", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nTap → Search your hand, cemetery, or spellbook for another Adept Illusionist and summon it nearby. Shuffle if needed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o5ski00jge0v566wtg4ri" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o607p00jie0v52z5qgvs5", + "slug": "alp_adept_illusionist_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/adept_illusionist-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4o5mpv00jfe0v52adkfk6k", + "setCardId": "clm4o5ski00jge0v566wtg4ri", + "setCard": { + "id": "clm4o5ski00jge0v566wtg4ri", + "slug": "alp_adept_illusionist", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o5mpv00jfe0v52adkfk6k", + "meta": { + "id": "clq3a05rn00hesh27vywxzbmc", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of duplicitous means", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nTap → Search your hand, cemetery, or spellbook for another Adept Illusionist and summon it nearby. Shuffle if needed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o5ski00jge0v566wtg4ri" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o667l00jje0v50cco1tgk", + "slug": "anui_undine", + "name": "Anui Undine", + "hotscore": 1907, + "guardian": { + "id": "clq3a063m00hgsh2738z11ukf", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit born of the sea", + "subType": "Spirit", + "rulesText": "Submerge\r\n \r\nAnui Undine has +1 power for each site in her body of water.", + "cost": 5, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4o667l00jje0v50cco1tgk" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hh7p014es67pbjbfbu3p", + "slug": "bet_anui_undine_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/anui_undine.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "What is a puddle but an ocean waiting to be discovered?", + "cardId": "clm4o667l00jje0v50cco1tgk", + "setCardId": "clot8hh66014cs67pzt2nhkux", + "setCard": { + "id": "clot8hh66014cs67pzt2nhkux", + "slug": "bet_anui_undine", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o667l00jje0v50cco1tgk", + "meta": { + "id": "clq3a06e100hish27iydxoaqq", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit born of the sea", + "subType": "Spirit", + "rulesText": "Submerge\r\n \r\nAnui Undine has +1 power for each site in her body of water.", + "cost": 5, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hh66014cs67pzt2nhkux" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hh98014gs67pxq5vch0a", + "slug": "bet_anui_undine_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/anui_undine-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "What is a puddle but an ocean waiting to be discovered?", + "cardId": "clm4o667l00jje0v50cco1tgk", + "setCardId": "clot8hh66014cs67pzt2nhkux", + "setCard": { + "id": "clot8hh66014cs67pzt2nhkux", + "slug": "bet_anui_undine", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o667l00jje0v50cco1tgk", + "meta": { + "id": "clq3a06e100hish27iydxoaqq", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit born of the sea", + "subType": "Spirit", + "rulesText": "Submerge\r\n \r\nAnui Undine has +1 power for each site in her body of water.", + "cost": 5, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hh66014cs67pzt2nhkux" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o6deq00jle0v577vnete4", + "slug": "alp_anui_undine_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/anui_undine.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "What is a puddle but an ocean waiting to be discovered?", + "cardId": "clm4o667l00jje0v50cco1tgk", + "setCardId": "clm4o6c2w00jke0v5atswd5kz", + "setCard": { + "id": "clm4o6c2w00jke0v5atswd5kz", + "slug": "alp_anui_undine", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o667l00jje0v50cco1tgk", + "meta": { + "id": "clq3a066e00hhsh27dk9t2ny1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit born of the sea", + "subType": "Spirit", + "rulesText": "Submerge\n\nAnui Undine has +1 power for each site in her body of water.", + "cost": 5, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o6c2w00jke0v5atswd5kz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o6rdd00jne0v54s4l7kvi", + "slug": "alp_anui_undine_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/anui_undine-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Tony Szczudlo", + "flavorText": "What is a puddle but an ocean waiting to be discovered?", + "cardId": "clm4o667l00jje0v50cco1tgk", + "setCardId": "clm4o6c2w00jke0v5atswd5kz", + "setCard": { + "id": "clm4o6c2w00jke0v5atswd5kz", + "slug": "alp_anui_undine", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o667l00jje0v50cco1tgk", + "meta": { + "id": "clq3a066e00hhsh27dk9t2ny1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit born of the sea", + "subType": "Spirit", + "rulesText": "Submerge\n\nAnui Undine has +1 power for each site in her body of water.", + "cost": 5, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o6c2w00jke0v5atswd5kz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o6kzb00jme0v5dbtj5fda", + "slug": "alp_anui_undine_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/anui_undine-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "What is a puddle but an ocean waiting to be discovered?", + "cardId": "clm4o667l00jje0v50cco1tgk", + "setCardId": "clm4o6c2w00jke0v5atswd5kz", + "setCard": { + "id": "clm4o6c2w00jke0v5atswd5kz", + "slug": "alp_anui_undine", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o667l00jje0v50cco1tgk", + "meta": { + "id": "clq3a066e00hhsh27dk9t2ny1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit born of the sea", + "subType": "Spirit", + "rulesText": "Submerge\n\nAnui Undine has +1 power for each site in her body of water.", + "cost": 5, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o6c2w00jke0v5atswd5kz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qla9j012ie0v536poch9p", + "slug": "aqueduct", + "name": "Aqueduct", + "hotscore": 3268, + "guardian": { + "id": "clq3a1xe200ugsh27y8axzuj1", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qla9j012ie0v536poch9p" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + }, + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8ivcj01yms67pbykdx2ii", + "slug": "bet_aqueduct_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/aqueduct.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Through brick and ashlar conduits flows the lifeblood of an empire.", + "cardId": "clm4qla9j012ie0v536poch9p", + "setCardId": "clot8ivb001yks67pasqhzy50", + "setCard": { + "id": "clot8ivb001yks67pasqhzy50", + "slug": "bet_aqueduct", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qla9j012ie0v536poch9p", + "meta": { + "id": "clq3a1xm500uish2733f1w9jo", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ivb001yks67pasqhzy50" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ive101yos67p7thd7x18", + "slug": "bet_aqueduct_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/aqueduct-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Through brick and ashlar conduits flows the lifeblood of an empire.", + "cardId": "clm4qla9j012ie0v536poch9p", + "setCardId": "clot8ivb001yks67pasqhzy50", + "setCard": { + "id": "clot8ivb001yks67pasqhzy50", + "slug": "bet_aqueduct", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qla9j012ie0v536poch9p", + "meta": { + "id": "clq3a1xm500uish2733f1w9jo", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ivb001yks67pasqhzy50" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qlhec012ke0v5d5kecygc", + "slug": "alp_aqueduct_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/aqueduct.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Through brick and ashlar conduits flows the lifeblood of an empire.", + "cardId": "clm4qla9j012ie0v536poch9p", + "setCardId": "clm4qlg3c012je0v536wk25y5", + "setCard": { + "id": "clm4qlg3c012je0v536wk25y5", + "slug": "alp_aqueduct", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qla9j012ie0v536poch9p", + "meta": { + "id": "clq3a1xge00uhsh27n75hnl2r", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qlg3c012je0v536wk25y5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qlnzq012le0v58oa35q3g", + "slug": "alp_aqueduct_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/aqueduct-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Through brick and ashlar conduits flows the lifeblood of an empire.", + "cardId": "clm4qla9j012ie0v536poch9p", + "setCardId": "clm4qlg3c012je0v536wk25y5", + "setCard": { + "id": "clm4qlg3c012je0v536wk25y5", + "slug": "alp_aqueduct", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qla9j012ie0v536poch9p", + "meta": { + "id": "clq3a1xge00uhsh27n75hnl2r", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qlg3c012je0v536wk25y5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p3obs00qve0v57fn7ez3n", + "slug": "atlantean_fate", + "name": "Atlantean Fate", + "hotscore": 6069, + "guardian": { + "id": "clq3a0ur500mhsh27llqfn6v2", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura of hubris humbled", + "subType": "", + "rulesText": "Affected non-Ordinary sites are flooded. They are water sites, only provide Water threshold, and lose all other abilities.\r\n\r\nGenesis → Submerge all minions and artifacts atop affected sites.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p3obs00qve0v57fn7ez3n" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8i0nr01g2s67pcdqkaa4e", + "slug": "bet_atlantean_fate_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/atlantean_fate.png", + "finish": "Standard", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4p3obs00qve0v57fn7ez3n", + "setCardId": "clot8i0m901g0s67p947b3fpn", + "setCard": { + "id": "clot8i0m901g0s67p947b3fpn", + "slug": "bet_atlantean_fate", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p3obs00qve0v57fn7ez3n", + "meta": { + "id": "clq3a0uza00mjsh27x1w128d9", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura of hubris humbled", + "subType": "", + "rulesText": "Affected non-Ordinary sites are flooded. They are water sites, only provide Water threshold, and lose all other abilities.\r\n\r\nGenesis → Submerge all minions and artifacts atop affected sites.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i0m901g0s67p947b3fpn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i0pi01g4s67p8zlle0bh", + "slug": "bet_atlantean_fate_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/atlantean_fate-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4p3obs00qve0v57fn7ez3n", + "setCardId": "clot8i0m901g0s67p947b3fpn", + "setCard": { + "id": "clot8i0m901g0s67p947b3fpn", + "slug": "bet_atlantean_fate", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p3obs00qve0v57fn7ez3n", + "meta": { + "id": "clq3a0uza00mjsh27x1w128d9", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura of hubris humbled", + "subType": "", + "rulesText": "Affected non-Ordinary sites are flooded. They are water sites, only provide Water threshold, and lose all other abilities.\r\n\r\nGenesis → Submerge all minions and artifacts atop affected sites.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i0m901g0s67p947b3fpn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p3w8700qxe0v52v2xb4po", + "slug": "alp_atlantean_fate_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/atlantean_fate.png", + "finish": "Standard", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4p3obs00qve0v57fn7ez3n", + "setCardId": "clm4p3ux500qwe0v5a0iu1i0c", + "setCard": { + "id": "clm4p3ux500qwe0v5a0iu1i0c", + "slug": "alp_atlantean_fate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p3obs00qve0v57fn7ez3n", + "meta": { + "id": "clq3a0uti00mish27wc06yy9g", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura of hubris humbled", + "subType": "", + "rulesText": "Affected non-Ordinary sites are flooded. They are water sites, only provide Water threshold, and lose all other abilities.\nGenesis → Submerge all minions and artifacts atop affected sites.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p3ux500qwe0v5a0iu1i0c" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p432e00qye0v5egvzfcl8", + "slug": "alp_atlantean_fate_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/atlantean_fate-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4p3obs00qve0v57fn7ez3n", + "setCardId": "clm4p3ux500qwe0v5a0iu1i0c", + "setCard": { + "id": "clm4p3ux500qwe0v5a0iu1i0c", + "slug": "alp_atlantean_fate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p3obs00qve0v57fn7ez3n", + "meta": { + "id": "clq3a0uti00mish27wc06yy9g", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura of hubris humbled", + "subType": "", + "rulesText": "Affected non-Ordinary sites are flooded. They are water sites, only provide Water threshold, and lose all other abilities.\nGenesis → Submerge all minions and artifacts atop affected sites.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p3ux500qwe0v5a0iu1i0c" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qg4fp011ae0v5aegvd8jg", + "slug": "autumn_river", + "name": "Autumn River", + "hotscore": 3654, + "guardian": { + "id": "clq3a1th600tpsh272zfkiome", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of refreshment", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qg4fp011ae0v5aegvd8jg" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8iscl01wvs67pj1tiz98k", + "slug": "bet_autumn_river_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/autumn_river.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qg4fp011ae0v5aegvd8jg", + "setCardId": "clot8isay01wts67p08ppolrg", + "setCard": { + "id": "clot8isay01wts67p08ppolrg", + "slug": "bet_autumn_river", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qg4fp011ae0v5aegvd8jg", + "meta": { + "id": "clq3a1trd00trsh274f7yh41z", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of refreshment", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8isay01wts67p08ppolrg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ise801wxs67pb9lqqbw9", + "slug": "bet_autumn_river_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/autumn_river-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qg4fp011ae0v5aegvd8jg", + "setCardId": "clot8isay01wts67p08ppolrg", + "setCard": { + "id": "clot8isay01wts67p08ppolrg", + "slug": "bet_autumn_river", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qg4fp011ae0v5aegvd8jg", + "meta": { + "id": "clq3a1trd00trsh274f7yh41z", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of refreshment", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8isay01wts67p08ppolrg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qgbnu011ce0v5g1973psq", + "slug": "alp_autumn_river_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/autumn_river.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qg4fp011ae0v5aegvd8jg", + "setCardId": "clm4qgacu011be0v5gdk6dx6e", + "setCard": { + "id": "clm4qgacu011be0v5gdk6dx6e", + "slug": "alp_autumn_river", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qg4fp011ae0v5aegvd8jg", + "meta": { + "id": "clq3a1tji00tqsh279515coaq", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of refreshment", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qgacu011be0v5gdk6dx6e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qgo4p011ee0v56f01cdha", + "slug": "alp_autumn_river_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/autumn_river-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qg4fp011ae0v5aegvd8jg", + "setCardId": "clm4qgacu011be0v5gdk6dx6e", + "setCard": { + "id": "clm4qgacu011be0v5gdk6dx6e", + "slug": "alp_autumn_river", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qg4fp011ae0v5aegvd8jg", + "meta": { + "id": "clq3a1tji00tqsh279515coaq", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of refreshment", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qgacu011be0v5gdk6dx6e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qgi4s011de0v5190ngumj", + "slug": "alp_autumn_river_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/autumn_river-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qg4fp011ae0v5aegvd8jg", + "setCardId": "clm4qgacu011be0v5gdk6dx6e", + "setCard": { + "id": "clm4qgacu011be0v5gdk6dx6e", + "slug": "alp_autumn_river", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qg4fp011ae0v5aegvd8jg", + "meta": { + "id": "clq3a1tji00tqsh279515coaq", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of refreshment", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qgacu011be0v5gdk6dx6e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p48aq00qze0v5ea1ghoa6", + "slug": "blizzard", + "name": "Blizzard", + "hotscore": 336, + "guardian": { + "id": "clq3a0v5300mksh270cqulj4v", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of forestalling frost", + "subType": "", + "rulesText": "Affected sites and units atop them can't be attacked or intercepted.\r\n \r\nAt the start of your turn, dispel Blizzard.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p48aq00qze0v5ea1ghoa6" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8i0yx01g9s67pmf5esufv", + "slug": "bet_blizzard_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/blizzard.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4p48aq00qze0v5ea1ghoa6", + "setCardId": "clot8i0xe01g7s67p7y4qf5gm", + "setCard": { + "id": "clot8i0xe01g7s67p7y4qf5gm", + "slug": "bet_blizzard", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p48aq00qze0v5ea1ghoa6", + "meta": { + "id": "clq3a0vcz00mmsh27sa6a8g1h", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of forestalling frost", + "subType": "", + "rulesText": "Affected sites and units atop them can't be attacked or intercepted.\r\n \r\nAt the start of your turn, dispel Blizzard.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i0xe01g7s67p7y4qf5gm" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i10g01gbs67pu1gbivuf", + "slug": "bet_blizzard_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/blizzard-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4p48aq00qze0v5ea1ghoa6", + "setCardId": "clot8i0xe01g7s67p7y4qf5gm", + "setCard": { + "id": "clot8i0xe01g7s67p7y4qf5gm", + "slug": "bet_blizzard", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p48aq00qze0v5ea1ghoa6", + "meta": { + "id": "clq3a0vcz00mmsh27sa6a8g1h", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of forestalling frost", + "subType": "", + "rulesText": "Affected sites and units atop them can't be attacked or intercepted.\r\n \r\nAt the start of your turn, dispel Blizzard.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i0xe01g7s67p7y4qf5gm" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p4f1700r1e0v5cerndp7b", + "slug": "alp_blizzard_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/blizzard.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4p48aq00qze0v5ea1ghoa6", + "setCardId": "clm4p4dq000r0e0v5ety8eua2", + "setCard": { + "id": "clm4p4dq000r0e0v5ety8eua2", + "slug": "alp_blizzard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p48aq00qze0v5ea1ghoa6", + "meta": { + "id": "clq3a0v7f00mlsh27nf67xy0i", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of forestalling frost", + "subType": "", + "rulesText": "Affected sites and units atop them can't be attacked or intercepted. \n\nAt the start of your turn, dispel Blizzard.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p4dq000r0e0v5ety8eua2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p4miw00r2e0v5hov3fjms", + "slug": "alp_blizzard_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/blizzard-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4p48aq00qze0v5ea1ghoa6", + "setCardId": "clm4p4dq000r0e0v5ety8eua2", + "setCard": { + "id": "clm4p4dq000r0e0v5ety8eua2", + "slug": "alp_blizzard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p48aq00qze0v5ea1ghoa6", + "meta": { + "id": "clq3a0v7f00mlsh27nf67xy0i", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of forestalling frost", + "subType": "", + "rulesText": "Affected sites and units atop them can't be attacked or intercepted. \n\nAt the start of your turn, dispel Blizzard.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p4dq000r0e0v5ety8eua2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o6sj200joe0v5eeqi59wq", + "slug": "bridge_troll", + "name": "Bridge Troll", + "hotscore": 360, + "guardian": { + "id": "clq3a06jw00hjsh27xiuggt3v", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Troll accosts the incautious", + "subType": "Troll", + "rulesText": "Whenever an enemy attacks Bridge Troll, they must spend all of their remaining mana to give to you on your next turn.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4o6sj200joe0v5eeqi59wq" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hhik014ls67pmarp16xm", + "slug": "bet_bridge_troll_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bridge_troll.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Oi! 'oo 's 'at trippin' o'er me bridge?", + "cardId": "clm4o6sj200joe0v5eeqi59wq", + "setCardId": "clot8hhh1014js67p7cihplww", + "setCard": { + "id": "clot8hhh1014js67p7cihplww", + "slug": "bet_bridge_troll", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o6sj200joe0v5eeqi59wq", + "meta": { + "id": "clq3a06sb00hlsh27ewp8q2d6", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Troll accosts the incautious", + "subType": "Troll", + "rulesText": "Whenever an enemy attacks Bridge Troll, they must spend all of their remaining mana to give to you on your next turn.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hhh1014js67p7cihplww" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hhk5014ns67pmneqybgl", + "slug": "bet_bridge_troll_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bridge_troll-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Oi! 'oo 's 'at trippin' o'er me bridge?", + "cardId": "clm4o6sj200joe0v5eeqi59wq", + "setCardId": "clot8hhh1014js67p7cihplww", + "setCard": { + "id": "clot8hhh1014js67p7cihplww", + "slug": "bet_bridge_troll", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o6sj200joe0v5eeqi59wq", + "meta": { + "id": "clq3a06sb00hlsh27ewp8q2d6", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Troll accosts the incautious", + "subType": "Troll", + "rulesText": "Whenever an enemy attacks Bridge Troll, they must spend all of their remaining mana to give to you on your next turn.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hhh1014js67p7cihplww" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o6zcp00jqe0v53fyk9x71", + "slug": "alp_bridge_troll_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bridge_troll.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "\"Oi! 'oo 's 'at trippin' o'er me bridge?\"", + "cardId": "clm4o6sj200joe0v5eeqi59wq", + "setCardId": "clm4o6y0q00jpe0v549crci8f", + "setCard": { + "id": "clm4o6y0q00jpe0v549crci8f", + "slug": "alp_bridge_troll", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o6sj200joe0v5eeqi59wq", + "meta": { + "id": "clq3a06m900hksh27ev7h8h41", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Troll accosts the incautious", + "subType": "Troll", + "rulesText": "Whenever an enemy attacks Bridge Troll, they must spend all of their remaining mana to give to you on your next turn.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o6y0q00jpe0v549crci8f" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o767500jre0v5dm7ua0fo", + "slug": "alp_bridge_troll_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bridge_troll-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "\"Oi! 'oo 's 'at trippin' o'er me bridge?\"", + "cardId": "clm4o6sj200joe0v5eeqi59wq", + "setCardId": "clm4o6y0q00jpe0v549crci8f", + "setCard": { + "id": "clm4o6y0q00jpe0v549crci8f", + "slug": "alp_bridge_troll", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o6sj200joe0v5eeqi59wq", + "meta": { + "id": "clq3a06m900hksh27ev7h8h41", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Troll accosts the incautious", + "subType": "Troll", + "rulesText": "Whenever an enemy attacks Bridge Troll, they must spend all of their remaining mana to give to you on your next turn.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o6y0q00jpe0v549crci8f" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o7bb300jse0v55yqkemum", + "slug": "brobdingnag_bullfrog", + "name": "Brobdingnag Bullfrog", + "hotscore": 858, + "guardian": { + "id": "clq3a06y700hmsh277vmf2f8e", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a giant appetite", + "subType": "Beast", + "rulesText": "Genesis → Brobdingnag Bullfrog swallows another target minion here. He carries it disabled in his belly until he leaves the realm.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4o7bb300jse0v55yqkemum" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hhva014ss67p47nxnorm", + "slug": "bet_brobdingnag_bullfrog_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/brobdingnag_bullfrog.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4o7bb300jse0v55yqkemum", + "setCardId": "clot8hhtr014qs67p8rgzdo0c", + "setCard": { + "id": "clot8hhtr014qs67p8rgzdo0c", + "slug": "bet_brobdingnag_bullfrog", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o7bb300jse0v55yqkemum", + "meta": { + "id": "clq3a078200hosh27io2tl4rd", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a giant appetite", + "subType": "Beast", + "rulesText": "Genesis → Brobdingnag Bullfrog swallows another target minion here. He carries it disabled in his belly until he leaves the realm.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hhtr014qs67p8rgzdo0c" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hhwv014us67pu4ybcpal", + "slug": "bet_brobdingnag_bullfrog_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/brobdingnag_bullfrog-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4o7bb300jse0v55yqkemum", + "setCardId": "clot8hhtr014qs67p8rgzdo0c", + "setCard": { + "id": "clot8hhtr014qs67p8rgzdo0c", + "slug": "bet_brobdingnag_bullfrog", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o7bb300jse0v55yqkemum", + "meta": { + "id": "clq3a078200hosh27io2tl4rd", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a giant appetite", + "subType": "Beast", + "rulesText": "Genesis → Brobdingnag Bullfrog swallows another target minion here. He carries it disabled in his belly until he leaves the realm.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hhtr014qs67p8rgzdo0c" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o7j2500jue0v5are84d40", + "slug": "alp_brobdingnag_bullfrog_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/brobdingnag_bullfrog.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4o7bb300jse0v55yqkemum", + "setCardId": "clm4o7hqc00jte0v55z2t4q9g", + "setCard": { + "id": "clm4o7hqc00jte0v55z2t4q9g", + "slug": "alp_brobdingnag_bullfrog", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o7bb300jse0v55yqkemum", + "meta": { + "id": "clq3a070k00hnsh27mudn5huy", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a giant appetite", + "subType": "Beast", + "rulesText": "Genesis → Brobdingnag Bullfrog swallows another target minion here. He carries it disabled in his belly until he leaves the realm.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o7hqc00jte0v55z2t4q9g" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o7vde00jwe0v53td8e7ns", + "slug": "alp_brobdingnag_bullfrog_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/brobdingnag_bullfrog-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4o7bb300jse0v55yqkemum", + "setCardId": "clm4o7hqc00jte0v55z2t4q9g", + "setCard": { + "id": "clm4o7hqc00jte0v55z2t4q9g", + "slug": "alp_brobdingnag_bullfrog", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o7bb300jse0v55yqkemum", + "meta": { + "id": "clq3a070k00hnsh27mudn5huy", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a giant appetite", + "subType": "Beast", + "rulesText": "Genesis → Brobdingnag Bullfrog swallows another target minion here. He carries it disabled in his belly until he leaves the realm.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o7hqc00jte0v55z2t4q9g" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o7pby00jve0v56mic1j6v", + "slug": "alp_brobdingnag_bullfrog_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/brobdingnag_bullfrog-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4o7bb300jse0v55yqkemum", + "setCardId": "clm4o7hqc00jte0v55z2t4q9g", + "setCard": { + "id": "clm4o7hqc00jte0v55z2t4q9g", + "slug": "alp_brobdingnag_bullfrog", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o7bb300jse0v55yqkemum", + "meta": { + "id": "clq3a070k00hnsh27mudn5huy", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a giant appetite", + "subType": "Beast", + "rulesText": "Genesis → Brobdingnag Bullfrog swallows another target minion here. He carries it disabled in his belly until he leaves the realm.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o7hqc00jte0v55z2t4q9g" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o7wjy00jxe0v558hm035o", + "slug": "captain_baldassare", + "name": "Captain Baldassare", + "hotscore": 2185, + "guardian": { + "id": "clq3a07dq00hpsh27s2ff855v", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of seafaring infamy", + "subType": "Mortal", + "rulesText": "Whenever Captain Baldassare attacks a unit or site, the defending player discards their topmost three spells. You may cast each of those spells once this turn, ignoring threshold requirements.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4o7wjy00jxe0v558hm035o" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hi63014zs67pwxgawb04", + "slug": "bet_captain_baldassare_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/captain_baldassare.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4o7wjy00jxe0v558hm035o", + "setCardId": "clot8hi4l014xs67pgcb33xdf", + "setCard": { + "id": "clot8hi4l014xs67pgcb33xdf", + "slug": "bet_captain_baldassare", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o7wjy00jxe0v558hm035o", + "meta": { + "id": "clq3a07ls00hrsh27wv7zqof9", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of seafaring infamy", + "subType": "Mortal", + "rulesText": "Whenever Captain Baldassare attacks a unit or site, the defending player discards their topmost three spells. You may cast each of those spells once this turn, ignoring threshold requirements.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hi4l014xs67pgcb33xdf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hi7l0151s67pvnj67591", + "slug": "bet_captain_baldassare_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/captain_baldassare-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4o7wjy00jxe0v558hm035o", + "setCardId": "clot8hi4l014xs67pgcb33xdf", + "setCard": { + "id": "clot8hi4l014xs67pgcb33xdf", + "slug": "bet_captain_baldassare", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o7wjy00jxe0v558hm035o", + "meta": { + "id": "clq3a07ls00hrsh27wv7zqof9", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of seafaring infamy", + "subType": "Mortal", + "rulesText": "Whenever Captain Baldassare attacks a unit or site, the defending player discards their topmost three spells. You may cast each of those spells once this turn, ignoring threshold requirements.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hi4l014xs67pgcb33xdf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o83jl00jze0v51jvg3g1p", + "slug": "alp_captain_baldassare_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/captain_baldassare.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4o7wjy00jxe0v558hm035o", + "setCardId": "clm4o826600jye0v5cp4w8zxg", + "setCard": { + "id": "clm4o826600jye0v5cp4w8zxg", + "slug": "alp_captain_baldassare", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o7wjy00jxe0v558hm035o", + "meta": { + "id": "clq3a07g300hqsh27cow3b39p", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of seafaring infamy", + "subType": "Mortal", + "rulesText": "Whenever Captain Baldassare attacks a unit or site, the defending player discards their topmost three spells. You may cast each of those spells once this turn, ignoring threshold requirements.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o826600jye0v5cp4w8zxg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o8b7p00k0e0v58o3obkli", + "slug": "alp_captain_baldassare_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/captain_baldassare-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4o7wjy00jxe0v558hm035o", + "setCardId": "clm4o826600jye0v5cp4w8zxg", + "setCard": { + "id": "clm4o826600jye0v5cp4w8zxg", + "slug": "alp_captain_baldassare", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o7wjy00jxe0v558hm035o", + "meta": { + "id": "clq3a07g300hqsh27cow3b39p", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of seafaring infamy", + "subType": "Mortal", + "rulesText": "Whenever Captain Baldassare attacks a unit or site, the defending player discards their topmost three spells. You may cast each of those spells once this turn, ignoring threshold requirements.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o826600jye0v5cp4w8zxg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o8hmg00k1e0v57obk32ae", + "slug": "coral_reef_kelpie", + "name": "Coral-Reef Kelpie", + "hotscore": 403, + "guardian": { + "id": "clq3a07rq00hssh2792gskmwl", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of tidal wilderness", + "subType": "Beast", + "rulesText": "Submerge", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4o8hmg00k1e0v57obk32ae" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hihn0156s67pxqxr5cno", + "slug": "bet_coral_reef_kelpie_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/coral_reef_kelpie.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Why'd the kelpie cross the shoal? To get to the other tide.", + "cardId": "clm4o8hmg00k1e0v57obk32ae", + "setCardId": "clot8hig30154s67psgp8ui10", + "setCard": { + "id": "clot8hig30154s67psgp8ui10", + "slug": "bet_coral_reef_kelpie", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o8hmg00k1e0v57obk32ae", + "meta": { + "id": "clq3a081j00hush27tpdnbj2y", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of tidal wilderness", + "subType": "Beast", + "rulesText": "Submerge", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hig30154s67psgp8ui10" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hij60158s67pdbryvc22", + "slug": "bet_coral_reef_kelpie_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/coral_reef_kelpie-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Why'd the kelpie cross the shoal? To get to the other tide.", + "cardId": "clm4o8hmg00k1e0v57obk32ae", + "setCardId": "clot8hig30154s67psgp8ui10", + "setCard": { + "id": "clot8hig30154s67psgp8ui10", + "slug": "bet_coral_reef_kelpie", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o8hmg00k1e0v57obk32ae", + "meta": { + "id": "clq3a081j00hush27tpdnbj2y", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of tidal wilderness", + "subType": "Beast", + "rulesText": "Submerge", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hig30154s67psgp8ui10" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o8oqo00k3e0v5672u5sf0", + "slug": "alp_coral_reef_kelpie_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/coral_reef_kelpie.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Why'd the kelpie cross the shoal? To get to the other tide.", + "cardId": "clm4o8hmg00k1e0v57obk32ae", + "setCardId": "clm4o8nep00k2e0v5chnl1zyn", + "setCard": { + "id": "clm4o8nep00k2e0v5chnl1zyn", + "slug": "alp_coral_reef_kelpie", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o8hmg00k1e0v57obk32ae", + "meta": { + "id": "clq3a07u200htsh2768gw9ftb", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of tidal wilderness", + "subType": "Beast", + "rulesText": "Submerge", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o8nep00k2e0v5chnl1zyn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o91k600k5e0v55vinh4dq", + "slug": "alp_coral_reef_kelpie_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/coral_reef_kelpie-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Melissa A. Benson", + "flavorText": "Why'd the kelpie cross the shoal? To get to the other tide.", + "cardId": "clm4o8hmg00k1e0v57obk32ae", + "setCardId": "clm4o8nep00k2e0v5chnl1zyn", + "setCard": { + "id": "clm4o8nep00k2e0v5chnl1zyn", + "slug": "alp_coral_reef_kelpie", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o8hmg00k1e0v57obk32ae", + "meta": { + "id": "clq3a07u200htsh2768gw9ftb", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of tidal wilderness", + "subType": "Beast", + "rulesText": "Submerge", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o8nep00k2e0v5chnl1zyn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o8voz00k4e0v5gsvpguml", + "slug": "alp_coral_reef_kelpie_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/coral_reef_kelpie-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Why'd the kelpie cross the shoal? To get to the other tide.", + "cardId": "clm4o8hmg00k1e0v57obk32ae", + "setCardId": "clm4o8nep00k2e0v5chnl1zyn", + "setCard": { + "id": "clm4o8nep00k2e0v5chnl1zyn", + "slug": "alp_coral_reef_kelpie", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o8hmg00k1e0v57obk32ae", + "meta": { + "id": "clq3a07u200htsh2768gw9ftb", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of tidal wilderness", + "subType": "Beast", + "rulesText": "Submerge", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o8nep00k2e0v5chnl1zyn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o92p100k6e0v551fveyke", + "slug": "court_jester", + "name": "Court Jester", + "hotscore": 446, + "guardian": { + "id": "clq3a087d00hvsh27ynicu86j", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with a mischievous smile", + "subType": "Mortal", + "rulesText": "At the end of your turn, each nearby Avatar discards a random card.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4o92p100k6e0v551fveyke" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hism015ds67ptwqjhjrf", + "slug": "bet_court_jester_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/court_jester.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4o92p100k6e0v551fveyke", + "setCardId": "clot8hir1015bs67pmpwcdqb6", + "setCard": { + "id": "clot8hir1015bs67pmpwcdqb6", + "slug": "bet_court_jester", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o92p100k6e0v551fveyke", + "meta": { + "id": "clq3a08fe00hxsh27dr2y1vls", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with a mischievous smile", + "subType": "Mortal", + "rulesText": "At the end of your turn, each nearby Avatar discards a random card.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hir1015bs67pmpwcdqb6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hiu4015fs67pwll4c59u", + "slug": "bet_court_jester_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/court_jester-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4o92p100k6e0v551fveyke", + "setCardId": "clot8hir1015bs67pmpwcdqb6", + "setCard": { + "id": "clot8hir1015bs67pmpwcdqb6", + "slug": "bet_court_jester", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o92p100k6e0v551fveyke", + "meta": { + "id": "clq3a08fe00hxsh27dr2y1vls", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with a mischievous smile", + "subType": "Mortal", + "rulesText": "At the end of your turn, each nearby Avatar discards a random card.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hir1015bs67pmpwcdqb6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o99q900k8e0v57ob9bec1", + "slug": "alp_court_jester_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/court_jester.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4o92p100k6e0v551fveyke", + "setCardId": "clm4o98f200k7e0v510nu072e", + "setCard": { + "id": "clm4o98f200k7e0v510nu072e", + "slug": "alp_court_jester", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o92p100k6e0v551fveyke", + "meta": { + "id": "clq3a089o00hwsh27g76rfr5w", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with a mischievous smile", + "subType": "Mortal", + "rulesText": "At the end of your turn, each nearby Avatar discards a random card.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o98f200k7e0v510nu072e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o9gdb00k9e0v5607beic2", + "slug": "alp_court_jester_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/court_jester-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4o92p100k6e0v551fveyke", + "setCardId": "clm4o98f200k7e0v510nu072e", + "setCard": { + "id": "clm4o98f200k7e0v510nu072e", + "slug": "alp_court_jester", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o92p100k6e0v551fveyke", + "meta": { + "id": "clq3a089o00hwsh27g76rfr5w", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with a mischievous smile", + "subType": "Mortal", + "rulesText": "At the end of your turn, each nearby Avatar discards a random card.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o98f200k7e0v510nu072e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o9lor00kae0v51yuler8l", + "slug": "deep_sea_mermaids", + "name": "Deep-Sea Mermaids", + "hotscore": 1274, + "guardian": { + "id": "clq3a08l500hysh27wd1g8mko", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Merfolk of mysterious depths", + "subType": "Merfolk", + "rulesText": "Submerge\r\n\r\nGenesis → Draw your bottommost spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4o9lor00kae0v51yuler8l" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hj4n015ks67pdp05diwi", + "slug": "bet_deep_sea_mermaids_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/deep_sea_mermaids.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4o9lor00kae0v51yuler8l", + "setCardId": "clot8hj34015is67pccvm88hz", + "setCard": { + "id": "clot8hj34015is67pccvm88hz", + "slug": "bet_deep_sea_mermaids", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o9lor00kae0v51yuler8l", + "meta": { + "id": "clq3a08v200i0sh27l76ucesz", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Merfolk of mysterious depths", + "subType": "Merfolk", + "rulesText": "Submerge\r\n\r\nGenesis → Draw your bottommost spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hj34015is67pccvm88hz" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hj64015ms67p51ogubnt", + "slug": "bet_deep_sea_mermaids_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/deep_sea_mermaids-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4o9lor00kae0v51yuler8l", + "setCardId": "clot8hj34015is67pccvm88hz", + "setCard": { + "id": "clot8hj34015is67pccvm88hz", + "slug": "bet_deep_sea_mermaids", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o9lor00kae0v51yuler8l", + "meta": { + "id": "clq3a08v200i0sh27l76ucesz", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Merfolk of mysterious depths", + "subType": "Merfolk", + "rulesText": "Submerge\r\n\r\nGenesis → Draw your bottommost spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hj34015is67pccvm88hz" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o9t6700kce0v5huj411kn", + "slug": "alp_deep_sea_mermaids_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/deep_sea_mermaids.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4o9lor00kae0v51yuler8l", + "setCardId": "clm4o9rrs00kbe0v5hex99qgq", + "setCard": { + "id": "clm4o9rrs00kbe0v5hex99qgq", + "slug": "alp_deep_sea_mermaids", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o9lor00kae0v51yuler8l", + "meta": { + "id": "clq3a08nj00hzsh27rardkotc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Merfolk of mysterious depths", + "subType": "Merfolk", + "rulesText": "Submerge\n\nGenesis → Draw your bottommost spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o9rrs00kbe0v5hex99qgq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oa53t00kee0v53roshpq5", + "slug": "alp_deep_sea_mermaids_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/deep_sea_mermaids-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4o9lor00kae0v51yuler8l", + "setCardId": "clm4o9rrs00kbe0v5hex99qgq", + "setCard": { + "id": "clm4o9rrs00kbe0v5hex99qgq", + "slug": "alp_deep_sea_mermaids", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o9lor00kae0v51yuler8l", + "meta": { + "id": "clq3a08nj00hzsh27rardkotc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Merfolk of mysterious depths", + "subType": "Merfolk", + "rulesText": "Submerge\n\nGenesis → Draw your bottommost spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o9rrs00kbe0v5hex99qgq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o9zvz00kde0v55q01gnkd", + "slug": "alp_deep_sea_mermaids_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/deep_sea_mermaids-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4o9lor00kae0v51yuler8l", + "setCardId": "clm4o9rrs00kbe0v5hex99qgq", + "setCard": { + "id": "clm4o9rrs00kbe0v5hex99qgq", + "slug": "alp_deep_sea_mermaids", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o9lor00kae0v51yuler8l", + "meta": { + "id": "clq3a08nj00hzsh27rardkotc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Merfolk of mysterious depths", + "subType": "Merfolk", + "rulesText": "Submerge\n\nGenesis → Draw your bottommost spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o9rrs00kbe0v5hex99qgq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oa69k00kfe0v5eptj7rgr", + "slug": "diluvian_kraken", + "name": "Diluvian Kraken", + "hotscore": 1567, + "guardian": { + "id": "clq3a091100i1sh27y7pl51td", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster of benthic horror", + "subType": "Monster", + "rulesText": "Submerge\r\n\r\nTap → Surface to strike each other unit nearby.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oa69k00kfe0v5eptj7rgr" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hjgz015rs67pvlo8v06a", + "slug": "bet_diluvian_kraken_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/diluvian_kraken.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4oa69k00kfe0v5eptj7rgr", + "setCardId": "clot8hjfe015ps67pwqbxkzq5", + "setCard": { + "id": "clot8hjfe015ps67pwqbxkzq5", + "slug": "bet_diluvian_kraken", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oa69k00kfe0v5eptj7rgr", + "meta": { + "id": "clq3a09b400i3sh279wl8nxuq", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster of benthic horror", + "subType": "Monster", + "rulesText": "Submerge\r\n\r\nTap → Surface to strike each other unit nearby.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hjfe015ps67pwqbxkzq5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hjio015ts67pt1a9faie", + "slug": "bet_diluvian_kraken_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/diluvian_kraken-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4oa69k00kfe0v5eptj7rgr", + "setCardId": "clot8hjfe015ps67pwqbxkzq5", + "setCard": { + "id": "clot8hjfe015ps67pwqbxkzq5", + "slug": "bet_diluvian_kraken", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oa69k00kfe0v5eptj7rgr", + "meta": { + "id": "clq3a09b400i3sh279wl8nxuq", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster of benthic horror", + "subType": "Monster", + "rulesText": "Submerge\r\n\r\nTap → Surface to strike each other unit nearby.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hjfe015ps67pwqbxkzq5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oadvf00khe0v57pjnguim", + "slug": "alp_diluvian_kraken_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/diluvian_kraken.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4oa69k00kfe0v5eptj7rgr", + "setCardId": "clm4oacb200kge0v53w1pdxpl", + "setCard": { + "id": "clm4oacb200kge0v53w1pdxpl", + "slug": "alp_diluvian_kraken", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oa69k00kfe0v5eptj7rgr", + "meta": { + "id": "clq3a093e00i2sh2764wejy1k", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster of benthic horror", + "subType": "Monster", + "rulesText": "Submerge\n\nTap → Surface to strike each other unit nearby.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oacb200kge0v53w1pdxpl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oardf00kje0v52wizfuzo", + "slug": "alp_diluvian_kraken_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/diluvian_kraken-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4oa69k00kfe0v5eptj7rgr", + "setCardId": "clm4oacb200kge0v53w1pdxpl", + "setCard": { + "id": "clm4oacb200kge0v53w1pdxpl", + "slug": "alp_diluvian_kraken", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oa69k00kfe0v5eptj7rgr", + "meta": { + "id": "clq3a093e00i2sh2764wejy1k", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster of benthic horror", + "subType": "Monster", + "rulesText": "Submerge\n\nTap → Surface to strike each other unit nearby.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oacb200kge0v53w1pdxpl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oal5k00kie0v5dfy08qaw", + "slug": "alp_diluvian_kraken_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/diluvian_kraken-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4oa69k00kfe0v5eptj7rgr", + "setCardId": "clm4oacb200kge0v53w1pdxpl", + "setCard": { + "id": "clm4oacb200kge0v53w1pdxpl", + "slug": "alp_diluvian_kraken", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oa69k00kfe0v5eptj7rgr", + "meta": { + "id": "clq3a093e00i2sh2764wejy1k", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster of benthic horror", + "subType": "Monster", + "rulesText": "Submerge\n\nTap → Surface to strike each other unit nearby.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oacb200kge0v53w1pdxpl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ospvb00ofe0v58i0fgczg", + "slug": "dodge_roll", + "name": "Dodge Roll", + "hotscore": 819, + "guardian": { + "id": "clq3a0mmd00ktsh279m07fiy6", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic, nimble and quick\r\n", + "subType": "", + "rulesText": "May be cast when an ally is attacked.\r\n\r\nAn attacked ally may move to another adjacent location to evade the attack.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ospvb00ofe0v58i0fgczg" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hu7r01c6s67p49mfvkrn", + "slug": "bet_dodge_roll_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dodge_roll.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ospvb00ofe0v58i0fgczg", + "setCardId": "clot8hu6401c4s67p1hzj12v8", + "setCard": { + "id": "clot8hu6401c4s67p1hzj12v8", + "slug": "bet_dodge_roll", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ospvb00ofe0v58i0fgczg", + "meta": { + "id": "clq3a0mwj00kvsh2794h3vkif", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic, nimble and quick\r\n", + "subType": "", + "rulesText": "May be cast when an ally is attacked.\r\n\r\nAn attacked ally may move to another adjacent location to evade the attack.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hu6401c4s67p1hzj12v8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hu9a01c8s67pjymrgp90", + "slug": "bet_dodge_roll_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dodge_roll-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ospvb00ofe0v58i0fgczg", + "setCardId": "clot8hu6401c4s67p1hzj12v8", + "setCard": { + "id": "clot8hu6401c4s67p1hzj12v8", + "slug": "bet_dodge_roll", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ospvb00ofe0v58i0fgczg", + "meta": { + "id": "clq3a0mwj00kvsh2794h3vkif", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic, nimble and quick\r\n", + "subType": "", + "rulesText": "May be cast when an ally is attacked.\r\n\r\nAn attacked ally may move to another adjacent location to evade the attack.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hu6401c4s67p1hzj12v8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oswmo00ohe0v53wss2ao9", + "slug": "alp_dodge_roll_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dodge_roll.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ospvb00ofe0v58i0fgczg", + "setCardId": "clm4osvbe00oge0v5bjn50wrf", + "setCard": { + "id": "clm4osvbe00oge0v5bjn50wrf", + "slug": "alp_dodge_roll", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ospvb00ofe0v58i0fgczg", + "meta": { + "id": "clq3a0moq00kush2735lgdzpz", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic, nimble and quick", + "subType": "", + "rulesText": "May be cast when an ally is attacked.\nAn attacked ally may move to another adjacent location to evade the attack.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4osvbe00oge0v5bjn50wrf" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ot8iw00oje0v51z5p5q2z", + "slug": "alp_dodge_roll_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dodge_roll-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ospvb00ofe0v58i0fgczg", + "setCardId": "clm4osvbe00oge0v5bjn50wrf", + "setCard": { + "id": "clm4osvbe00oge0v5bjn50wrf", + "slug": "alp_dodge_roll", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ospvb00ofe0v58i0fgczg", + "meta": { + "id": "clq3a0moq00kush2735lgdzpz", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic, nimble and quick", + "subType": "", + "rulesText": "May be cast when an ally is attacked.\nAn attacked ally may move to another adjacent location to evade the attack.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4osvbe00oge0v5bjn50wrf" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ot3ga00oie0v5cp133ow4", + "slug": "alp_dodge_roll_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dodge_roll-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ospvb00ofe0v58i0fgczg", + "setCardId": "clm4osvbe00oge0v5bjn50wrf", + "setCard": { + "id": "clm4osvbe00oge0v5bjn50wrf", + "slug": "alp_dodge_roll", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ospvb00ofe0v58i0fgczg", + "meta": { + "id": "clq3a0moq00kush2735lgdzpz", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic, nimble and quick", + "subType": "", + "rulesText": "May be cast when an ally is attacked.\nAn attacked ally may move to another adjacent location to evade the attack.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4osvbe00oge0v5bjn50wrf" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ot9u800oke0v58ws73p3z", + "slug": "drown", + "name": "Drown", + "hotscore": 3204, + "guardian": { + "id": "clq3a0n2b00kwsh27n95zfx0d", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of downward descent", + "subType": "", + "rulesText": "Submerge target minion or artifact, if able.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ot9u800oke0v58ws73p3z" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hujg01cds67pyxgsxz0k", + "slug": "bet_drown_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/drown.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4ot9u800oke0v58ws73p3z", + "setCardId": "clot8huhx01cbs67ptuqgxt0d", + "setCard": { + "id": "clot8huhx01cbs67ptuqgxt0d", + "slug": "bet_drown", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ot9u800oke0v58ws73p3z", + "meta": { + "id": "clq3a0nc300kysh274uv0zd94", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of downward descent", + "subType": "", + "rulesText": "Submerge target minion or artifact, if able.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8huhx01cbs67ptuqgxt0d" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hukz01cfs67pun36pfun", + "slug": "bet_drown_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/drown-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4ot9u800oke0v58ws73p3z", + "setCardId": "clot8huhx01cbs67ptuqgxt0d", + "setCard": { + "id": "clot8huhx01cbs67ptuqgxt0d", + "slug": "bet_drown", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ot9u800oke0v58ws73p3z", + "meta": { + "id": "clq3a0nc300kysh274uv0zd94", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of downward descent", + "subType": "", + "rulesText": "Submerge target minion or artifact, if able.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8huhx01cbs67ptuqgxt0d" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oth1j00ome0v5cbc86ifa", + "slug": "alp_drown_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/drown.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4ot9u800oke0v58ws73p3z", + "setCardId": "clm4otfqe00ole0v56oie0pfd", + "setCard": { + "id": "clm4otfqe00ole0v56oie0pfd", + "slug": "alp_drown", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ot9u800oke0v58ws73p3z", + "meta": { + "id": "clq3a0n4l00kxsh27pp6ol67x", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of downward descent", + "subType": "", + "rulesText": "Submerge target minion or artifact, if able.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4otfqe00ole0v56oie0pfd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4otue300ooe0v58f4a240n", + "slug": "alp_drown_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/drown-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4ot9u800oke0v58ws73p3z", + "setCardId": "clm4otfqe00ole0v56oie0pfd", + "setCard": { + "id": "clm4otfqe00ole0v56oie0pfd", + "slug": "alp_drown", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ot9u800oke0v58ws73p3z", + "meta": { + "id": "clq3a0n4l00kxsh27pp6ol67x", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of downward descent", + "subType": "", + "rulesText": "Submerge target minion or artifact, if able.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4otfqe00ole0v56oie0pfd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4otolk00one0v54z5t886m", + "slug": "alp_drown_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/drown-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4ot9u800oke0v58ws73p3z", + "setCardId": "clm4otfqe00ole0v56oie0pfd", + "setCard": { + "id": "clm4otfqe00ole0v56oie0pfd", + "slug": "alp_drown", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ot9u800oke0v58ws73p3z", + "meta": { + "id": "clq3a0n4l00kxsh27pp6ol67x", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of downward descent", + "subType": "", + "rulesText": "Submerge target minion or artifact, if able.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4otfqe00ole0v56oie0pfd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4otvic00ope0v5cwmgdnk3", + "slug": "extinguish", + "name": "Extinguish", + "hotscore": 147, + "guardian": { + "id": "clq3a0nhy00kzsh27moxw71ar", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of guttering failure", + "subType": "", + "rulesText": "Banish all fire minions and fire auras occupying target site up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4otvic00ope0v5cwmgdnk3" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8huut01cks67plsp9zr2r", + "slug": "bet_extinguish_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/extinguish.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4otvic00ope0v5cwmgdnk3", + "setCardId": "clot8husr01cis67pw17axkm4", + "setCard": { + "id": "clot8husr01cis67pw17axkm4", + "slug": "bet_extinguish", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4otvic00ope0v5cwmgdnk3", + "meta": { + "id": "clq3a0nq100l1sh273k53j069", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of guttering failure", + "subType": "", + "rulesText": "Banish all fire minions and fire auras occupying target site up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8husr01cis67pw17axkm4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8huwc01cms67p8driof8e", + "slug": "bet_extinguish_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/extinguish-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4otvic00ope0v5cwmgdnk3", + "setCardId": "clot8husr01cis67pw17axkm4", + "setCard": { + "id": "clot8husr01cis67pw17axkm4", + "slug": "bet_extinguish", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4otvic00ope0v5cwmgdnk3", + "meta": { + "id": "clq3a0nq100l1sh273k53j069", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of guttering failure", + "subType": "", + "rulesText": "Banish all fire minions and fire auras occupying target site up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8husr01cis67pw17axkm4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ou2gv00ore0v56s5j48hr", + "slug": "alp_extinguish_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/extinguish.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4otvic00ope0v5cwmgdnk3", + "setCardId": "clm4ou14k00oqe0v5861qcyzi", + "setCard": { + "id": "clm4ou14k00oqe0v5861qcyzi", + "slug": "alp_extinguish", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4otvic00ope0v5cwmgdnk3", + "meta": { + "id": "clq3a0nka00l0sh27mzrwbew4", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of guttering failure", + "subType": "", + "rulesText": "Banish all fire minions and fire auras occupying target site up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ou14k00oqe0v5861qcyzi" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ou8nu00ose0v5g3ah5c6n", + "slug": "alp_extinguish_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/extinguish-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4otvic00ope0v5cwmgdnk3", + "setCardId": "clm4ou14k00oqe0v5861qcyzi", + "setCard": { + "id": "clm4ou14k00oqe0v5861qcyzi", + "slug": "alp_extinguish", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4otvic00ope0v5cwmgdnk3", + "meta": { + "id": "clq3a0nka00l0sh27mzrwbew4", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of guttering failure", + "subType": "", + "rulesText": "Banish all fire minions and fire auras occupying target site up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ou14k00oqe0v5861qcyzi" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oasj500kke0v57ud67bzn", + "slug": "felbog_frog_men", + "name": "Felbog Frog Men", + "hotscore": 345, + "guardian": { + "id": "clq3a09gx00i4sh27k6uc71gy", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Beasts with spring in their step", + "subType": "Beast", + "rulesText": "Can leap entirely over adjacent sites in one step.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oasj500kke0v57ud67bzn" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hjs2015ys67pg6x2bm5y", + "slug": "bet_felbog_frog_men_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/felbog_frog_men.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4oasj500kke0v57ud67bzn", + "setCardId": "clot8hjqf015ws67p1f8u3gpg", + "setCard": { + "id": "clot8hjqf015ws67p1f8u3gpg", + "slug": "bet_felbog_frog_men", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oasj500kke0v57ud67bzn", + "meta": { + "id": "clq3a09p500i6sh276lwcbcm8", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Beasts with spring in their step", + "subType": "Beast", + "rulesText": "Can leap entirely over adjacent sites in one step.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hjqf015ws67p1f8u3gpg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hjtj0160s67pj6j8kmsf", + "slug": "bet_felbog_frog_men_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/felbog_frog_men-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4oasj500kke0v57ud67bzn", + "setCardId": "clot8hjqf015ws67p1f8u3gpg", + "setCard": { + "id": "clot8hjqf015ws67p1f8u3gpg", + "slug": "bet_felbog_frog_men", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oasj500kke0v57ud67bzn", + "meta": { + "id": "clq3a09p500i6sh276lwcbcm8", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Beasts with spring in their step", + "subType": "Beast", + "rulesText": "Can leap entirely over adjacent sites in one step.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hjqf015ws67p1f8u3gpg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oazic00kme0v5cag2hewn", + "slug": "alp_felbog_frog_men_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/felbog_frog_men.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4oasj500kke0v57ud67bzn", + "setCardId": "clm4oaxys00kle0v5662gf93c", + "setCard": { + "id": "clm4oaxys00kle0v5662gf93c", + "slug": "alp_felbog_frog_men", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oasj500kke0v57ud67bzn", + "meta": { + "id": "clq3a09j800i5sh27u3kv1ivf", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Beasts with spring in their step", + "subType": "Beast", + "rulesText": "Can leap entirely over adjacent sites in one step.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oaxys00kle0v5662gf93c" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ob5kz00kne0v57ndbde3t", + "slug": "alp_felbog_frog_men_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/felbog_frog_men-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4oasj500kke0v57ud67bzn", + "setCardId": "clm4oaxys00kle0v5662gf93c", + "setCard": { + "id": "clm4oaxys00kle0v5662gf93c", + "slug": "alp_felbog_frog_men", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oasj500kke0v57ud67bzn", + "meta": { + "id": "clq3a09j800i5sh27u3kv1ivf", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Beasts with spring in their step", + "subType": "Beast", + "rulesText": "Can leap entirely over adjacent sites in one step.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oaxys00kle0v5662gf93c" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4obaz800koe0v5a140bab4", + "slug": "fenvale_muse", + "name": "Fenvale Muse", + "hotscore": 694, + "guardian": { + "id": "clq3a09uz00i7sh27wvekvrby", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal of quiet inspiration", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nWhenever Fenvale Muse casts a spell, you may trigger the Genesis of a nearby River.", + "cost": 1, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4obaz800koe0v5a140bab4" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hk4q0165s67pa639x2gn", + "slug": "bet_fenvale_muse_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/fenvale_muse.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "As the sun troubles the morning she stirs my heart.", + "cardId": "clm4obaz800koe0v5a140bab4", + "setCardId": "clot8hk370163s67pgkgn59n3", + "setCard": { + "id": "clot8hk370163s67pgkgn59n3", + "slug": "bet_fenvale_muse", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4obaz800koe0v5a140bab4", + "meta": { + "id": "clq3a0a2x00i9sh277rim3bmm", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal of quiet inspiration", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nWhenever Fenvale Muse casts a spell, you may trigger the Genesis of a nearby River.", + "cost": 1, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hk370163s67pgkgn59n3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hk690167s67pi0at09j0", + "slug": "bet_fenvale_muse_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/fenvale_muse-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "As the sun troubles the morning she stirs my heart.", + "cardId": "clm4obaz800koe0v5a140bab4", + "setCardId": "clot8hk370163s67pgkgn59n3", + "setCard": { + "id": "clot8hk370163s67pgkgn59n3", + "slug": "bet_fenvale_muse", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4obaz800koe0v5a140bab4", + "meta": { + "id": "clq3a0a2x00i9sh277rim3bmm", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal of quiet inspiration", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nWhenever Fenvale Muse casts a spell, you may trigger the Genesis of a nearby River.", + "cost": 1, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hk370163s67pgkgn59n3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4obip700kqe0v5f0dcegcr", + "slug": "alp_fenvale_muse_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/fenvale_muse.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "\"As the sun troubles the morning she stirs my heart.\"", + "cardId": "clm4obaz800koe0v5a140bab4", + "setCardId": "clm4obhcn00kpe0v538vb4jqh", + "setCard": { + "id": "clm4obhcn00kpe0v538vb4jqh", + "slug": "alp_fenvale_muse", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4obaz800koe0v5a140bab4", + "meta": { + "id": "clq3a09xa00i8sh27uepeaob6", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal of quiet inspiration", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nWhenever Fenvale Muse casts a spell, you may trigger the Genesis of a nearby River.", + "cost": 1, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4obhcn00kpe0v538vb4jqh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4obq4c00kre0v55ybb9f3m", + "slug": "alp_fenvale_muse_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/fenvale_muse-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "\"As the sun troubles the morning she stirs my heart.\"", + "cardId": "clm4obaz800koe0v5a140bab4", + "setCardId": "clm4obhcn00kpe0v538vb4jqh", + "setCard": { + "id": "clm4obhcn00kpe0v538vb4jqh", + "slug": "alp_fenvale_muse", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4obaz800koe0v5a140bab4", + "meta": { + "id": "clq3a09xa00i8sh27uepeaob6", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal of quiet inspiration", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nWhenever Fenvale Muse casts a spell, you may trigger the Genesis of a nearby River.", + "cost": 1, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4obhcn00kpe0v538vb4jqh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4obvdu00kse0v526a07d3u", + "slug": "fey_changeling", + "name": "Fey Changeling", + "hotscore": 2252, + "guardian": { + "id": "clq3a0a8l00iash27c90xd962", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Faerie and unwelcome guest", + "subType": "Faerie", + "rulesText": "May be summoned to any site.\r\n\r\nGenesis → You may return a minion here to its owner’s hand.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4obvdu00kse0v526a07d3u" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hkg9016cs67p1uwukrs1", + "slug": "bet_fey_changeling_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/fey_changeling.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4obvdu00kse0v526a07d3u", + "setCardId": "clot8hkeq016as67pp673oio4", + "setCard": { + "id": "clot8hkeq016as67pp673oio4", + "slug": "bet_fey_changeling", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4obvdu00kse0v526a07d3u", + "meta": { + "id": "clq3a0agl00icsh278ysfkhve", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Faerie and unwelcome guest", + "subType": "Faerie", + "rulesText": "May be summoned to any site.\r\n\r\nGenesis → You may return a minion here to its owner’s hand.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hkeq016as67pp673oio4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hki7016es67po3bjmap8", + "slug": "bet_fey_changeling_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/fey_changeling-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4obvdu00kse0v526a07d3u", + "setCardId": "clot8hkeq016as67pp673oio4", + "setCard": { + "id": "clot8hkeq016as67pp673oio4", + "slug": "bet_fey_changeling", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4obvdu00kse0v526a07d3u", + "meta": { + "id": "clq3a0agl00icsh278ysfkhve", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Faerie and unwelcome guest", + "subType": "Faerie", + "rulesText": "May be summoned to any site.\r\n\r\nGenesis → You may return a minion here to its owner’s hand.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hkeq016as67pp673oio4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oc32b00kue0v58scz9xoj", + "slug": "alp_fey_changeling_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/fey_changeling.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4obvdu00kse0v526a07d3u", + "setCardId": "clm4oc1q300kte0v58fpvdso3", + "setCard": { + "id": "clm4oc1q300kte0v58fpvdso3", + "slug": "alp_fey_changeling", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4obvdu00kse0v526a07d3u", + "meta": { + "id": "clq3a0aau00ibsh27yko2wgx6", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Faerie and unwelcome guest", + "subType": "Faerie", + "rulesText": "May be summoned to any site.\n\nGenesis → You may return a minion here to its owner’s hand.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oc1q300kte0v58fpvdso3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oca3j00kve0v57agbg391", + "slug": "alp_fey_changeling_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/fey_changeling-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4obvdu00kse0v526a07d3u", + "setCardId": "clm4oc1q300kte0v58fpvdso3", + "setCard": { + "id": "clm4oc1q300kte0v58fpvdso3", + "slug": "alp_fey_changeling", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4obvdu00kse0v526a07d3u", + "meta": { + "id": "clq3a0aau00ibsh27yko2wgx6", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Faerie and unwelcome guest", + "subType": "Faerie", + "rulesText": "May be summoned to any site.\n\nGenesis → You may return a minion here to its owner’s hand.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oc1q300kte0v58fpvdso3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ouecc00ote0v52um254fm", + "slug": "fire_harpoons", + "name": "Fire Harpoons!", + "hotscore": 494, + "guardian": { + "id": "clq3a0nvr00l2sh270r5072je", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to reel in your prey", + "subType": "", + "rulesText": "Deal 1 damage to target minion above or below an adjacent Water site and pull it to the caster's location. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ouecc00ote0v52um254fm" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hv6001crs67p0zqznsjp", + "slug": "bet_fire_harpoons_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/fire_harpoons.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4ouecc00ote0v52um254fm", + "setCardId": "clot8hv4g01cps67pf6xuqrc2", + "setCard": { + "id": "clot8hv4g01cps67pf6xuqrc2", + "slug": "bet_fire_harpoons", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ouecc00ote0v52um254fm", + "meta": { + "id": "clq3a0o4600l4sh270iml8d92", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to reel in your prey", + "subType": "", + "rulesText": "Deal 1 damage to target minion above or below an adjacent Water site and pull it to the caster's location. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hv4g01cps67pf6xuqrc2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hv7j01cts67p56jztd9z", + "slug": "bet_fire_harpoons_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/fire_harpoons-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4ouecc00ote0v52um254fm", + "setCardId": "clot8hv4g01cps67pf6xuqrc2", + "setCard": { + "id": "clot8hv4g01cps67pf6xuqrc2", + "slug": "bet_fire_harpoons", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ouecc00ote0v52um254fm", + "meta": { + "id": "clq3a0o4600l4sh270iml8d92", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to reel in your prey", + "subType": "", + "rulesText": "Deal 1 damage to target minion above or below an adjacent Water site and pull it to the caster's location. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hv4g01cps67pf6xuqrc2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oul6q00ove0v5ciy6bsdl", + "slug": "alp_fire_harpoons_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/fire_harpoons.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4ouecc00ote0v52um254fm", + "setCardId": "clm4oujvf00oue0v5de6i9rl4", + "setCard": { + "id": "clm4oujvf00oue0v5de6i9rl4", + "slug": "alp_fire_harpoons", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ouecc00ote0v52um254fm", + "meta": { + "id": "clq3a0nyf00l3sh27757w7u2l", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to reel in your prey", + "subType": "", + "rulesText": "Deal 1 damage to target minion above or below an adjacent Water site and pull it to the caster's location. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oujvf00oue0v5de6i9rl4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ourk700owe0v59ehr8px7", + "slug": "alp_fire_harpoons_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/fire_harpoons-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4ouecc00ote0v52um254fm", + "setCardId": "clm4oujvf00oue0v5de6i9rl4", + "setCard": { + "id": "clm4oujvf00oue0v5de6i9rl4", + "slug": "alp_fire_harpoons", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ouecc00ote0v52um254fm", + "meta": { + "id": "clq3a0nyf00l3sh27757w7u2l", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to reel in your prey", + "subType": "", + "rulesText": "Deal 1 damage to target minion above or below an adjacent Water site and pull it to the caster's location. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oujvf00oue0v5de6i9rl4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p4sau00r3e0v5c1uo7lkf", + "slug": "flood", + "name": "Flood", + "hotscore": 2157, + "guardian": { + "id": "clq3a0viu00mnsh27c9xu61q7", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of epochal inundation", + "subType": "", + "rulesText": "Affected sites are flooded. They're water sites.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p4sau00r3e0v5c1uo7lkf" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8i1bo01ggs67p2kidumh6", + "slug": "bet_flood_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/flood.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Nature is the anvil that has broken many hammers.", + "cardId": "clm4p4sau00r3e0v5c1uo7lkf", + "setCardId": "clot8i1a601ges67ppuid1p8r", + "setCard": { + "id": "clot8i1a601ges67ppuid1p8r", + "slug": "bet_flood", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p4sau00r3e0v5c1uo7lkf", + "meta": { + "id": "clq3a0vt200mpsh27rcgqvvt6", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of epochal inundation", + "subType": "", + "rulesText": "Affected sites are flooded. They're water sites.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i1a601ges67ppuid1p8r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i1d701gis67pewcd6l3t", + "slug": "bet_flood_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/flood-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Nature is the anvil that has broken many hammers.", + "cardId": "clm4p4sau00r3e0v5c1uo7lkf", + "setCardId": "clot8i1a601ges67ppuid1p8r", + "setCard": { + "id": "clot8i1a601ges67ppuid1p8r", + "slug": "bet_flood", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p4sau00r3e0v5c1uo7lkf", + "meta": { + "id": "clq3a0vt200mpsh27rcgqvvt6", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of epochal inundation", + "subType": "", + "rulesText": "Affected sites are flooded. They're water sites.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i1a601ges67ppuid1p8r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p4zqd00r5e0v50ny21zjo", + "slug": "alp_flood_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/flood.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Nature is the anvil that has broken many hammers.", + "cardId": "clm4p4sau00r3e0v5c1uo7lkf", + "setCardId": "clm4p4yfa00r4e0v58xr97eol", + "setCard": { + "id": "clm4p4yfa00r4e0v58xr97eol", + "slug": "alp_flood", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p4sau00r3e0v5c1uo7lkf", + "meta": { + "id": "clq3a0vl500mosh27p88tefjo", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of epochal inundation", + "subType": "", + "rulesText": "Affected sites are flooded. They're water sites.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p4yfa00r4e0v58xr97eol" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p5cha00r7e0v5ayba26r3", + "slug": "alp_flood_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/flood-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Michal Nagypál", + "flavorText": "Nature is the anvil that has broken many hammers.", + "cardId": "clm4p4sau00r3e0v5c1uo7lkf", + "setCardId": "clm4p4yfa00r4e0v58xr97eol", + "setCard": { + "id": "clm4p4yfa00r4e0v58xr97eol", + "slug": "alp_flood", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p4sau00r3e0v5c1uo7lkf", + "meta": { + "id": "clq3a0vl500mosh27p88tefjo", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of epochal inundation", + "subType": "", + "rulesText": "Affected sites are flooded. They're water sites.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p4yfa00r4e0v58xr97eol" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p578y00r6e0v594vsd9wm", + "slug": "alp_flood_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/flood-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Nature is the anvil that has broken many hammers.", + "cardId": "clm4p4sau00r3e0v5c1uo7lkf", + "setCardId": "clm4p4yfa00r4e0v58xr97eol", + "setCard": { + "id": "clm4p4yfa00r4e0v58xr97eol", + "slug": "alp_flood", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p4sau00r3e0v5c1uo7lkf", + "meta": { + "id": "clq3a0vl500mosh27p88tefjo", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of epochal inundation", + "subType": "", + "rulesText": "Affected sites are flooded. They're water sites.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p4yfa00r4e0v58xr97eol" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qgp9i011fe0v50oga5r4f", + "slug": "floodplain", + "name": "Floodplain", + "hotscore": 6718, + "guardian": { + "id": "clq3a1tx100tssh27xjpxnkbj", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of intermittent inundation", + "subType": "", + "rulesText": "Once on your turn, you may flood an adjacent site this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qgp9i011fe0v50oga5r4f" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8isod01x2s67pbuuy3uo5", + "slug": "bet_floodplain_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/floodplain.png", + "finish": "Standard", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qgp9i011fe0v50oga5r4f", + "setCardId": "clot8isms01x0s67pmq8h66aw", + "setCard": { + "id": "clot8isms01x0s67pmq8h66aw", + "slug": "bet_floodplain", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qgp9i011fe0v50oga5r4f", + "meta": { + "id": "clq3a1u7900tush279guywaa0", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of intermittent inundation", + "subType": "", + "rulesText": "Once on your turn, you may flood an adjacent site this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8isms01x0s67pmq8h66aw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ispv01x4s67p1w6cnznu", + "slug": "bet_floodplain_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/floodplain-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qgp9i011fe0v50oga5r4f", + "setCardId": "clot8isms01x0s67pmq8h66aw", + "setCard": { + "id": "clot8isms01x0s67pmq8h66aw", + "slug": "bet_floodplain", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qgp9i011fe0v50oga5r4f", + "meta": { + "id": "clq3a1u7900tush279guywaa0", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of intermittent inundation", + "subType": "", + "rulesText": "Once on your turn, you may flood an adjacent site this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8isms01x0s67pmq8h66aw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qgwag011he0v586wlb8h5", + "slug": "alp_floodplain_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/floodplain.png", + "finish": "Standard", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qgp9i011fe0v50oga5r4f", + "setCardId": "clm4qguz6011ge0v59p486b8y", + "setCard": { + "id": "clm4qguz6011ge0v59p486b8y", + "slug": "alp_floodplain", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qgp9i011fe0v50oga5r4f", + "meta": { + "id": "clq3a1tzk00ttsh27ffcj6u9j", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of intermittent inundation", + "subType": "", + "rulesText": "Once on your turn, you may flood an adjacent site this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qguz6011ge0v59p486b8y" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qh801011je0v5ht20b72s", + "slug": "alp_floodplain_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/floodplain-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qgp9i011fe0v50oga5r4f", + "setCardId": "clm4qguz6011ge0v59p486b8y", + "setCard": { + "id": "clm4qguz6011ge0v59p486b8y", + "slug": "alp_floodplain", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qgp9i011fe0v50oga5r4f", + "meta": { + "id": "clq3a1tzk00ttsh27ffcj6u9j", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of intermittent inundation", + "subType": "", + "rulesText": "Once on your turn, you may flood an adjacent site this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qguz6011ge0v59p486b8y" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qh2xx011ie0v55927hapi", + "slug": "alp_floodplain_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/floodplain-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qgp9i011fe0v50oga5r4f", + "setCardId": "clm4qguz6011ge0v59p486b8y", + "setCard": { + "id": "clm4qguz6011ge0v59p486b8y", + "slug": "alp_floodplain", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qgp9i011fe0v50oga5r4f", + "meta": { + "id": "clq3a1tzk00ttsh27ffcj6u9j", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of intermittent inundation", + "subType": "", + "rulesText": "Once on your turn, you may flood an adjacent site this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qguz6011ge0v59p486b8y" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ouxcv00oxe0v55hf41rq2", + "slug": "font_of_life", + "name": "Font of Life", + "hotscore": 1541, + "guardian": { + "id": "clq3a0o9v00l5sh27uvht0dne", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A rejuvenating infusion of Exceptional Magic", + "subType": "", + "rulesText": "Each ally heals an amount equal to the number of sites in its body of water.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ouxcv00oxe0v55hf41rq2" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hvgv01cys67pfnv35hca", + "slug": "bet_font_of_life_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/font_of_life.png", + "finish": "Standard", + "product": "Booster", + "artist": "Anson Maddocks", + "flavorText": "", + "cardId": "clm4ouxcv00oxe0v55hf41rq2", + "setCardId": "clot8hvf901cws67pzkekxwk7", + "setCard": { + "id": "clot8hvf901cws67pzkekxwk7", + "slug": "bet_font_of_life", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ouxcv00oxe0v55hf41rq2", + "meta": { + "id": "clq3a0ohz00l7sh27hgtvphkm", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A rejuvenating infusion of Exceptional Magic", + "subType": "", + "rulesText": "Each ally heals an amount equal to the number of sites in its body of water.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hvf901cws67pzkekxwk7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hvig01d0s67p7wi6zh6u", + "slug": "bet_font_of_life_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/font_of_life-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Anson Maddocks", + "flavorText": "", + "cardId": "clm4ouxcv00oxe0v55hf41rq2", + "setCardId": "clot8hvf901cws67pzkekxwk7", + "setCard": { + "id": "clot8hvf901cws67pzkekxwk7", + "slug": "bet_font_of_life", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ouxcv00oxe0v55hf41rq2", + "meta": { + "id": "clq3a0ohz00l7sh27hgtvphkm", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A rejuvenating infusion of Exceptional Magic", + "subType": "", + "rulesText": "Each ally heals an amount equal to the number of sites in its body of water.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hvf901cws67pzkekxwk7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ov4c500oze0v5ebchbrwh", + "slug": "alp_font_of_life_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/font_of_life.png", + "finish": "Standard", + "product": "Booster", + "artist": "Anson Maddocks", + "flavorText": "", + "cardId": "clm4ouxcv00oxe0v55hf41rq2", + "setCardId": "clm4ov30z00oye0v548142rid", + "setCard": { + "id": "clm4ov30z00oye0v548142rid", + "slug": "alp_font_of_life", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ouxcv00oxe0v55hf41rq2", + "meta": { + "id": "clq3a0ocb00l6sh279gx5z8xk", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A rejuvenating infusion of Exceptional Magic", + "subType": "", + "rulesText": "Each ally heals an amount equal to the number of sites in its body of water.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ov30z00oye0v548142rid" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ovbbw00p0e0v5996yg71g", + "slug": "alp_font_of_life_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/font_of_life-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Anson Maddocks", + "flavorText": "", + "cardId": "clm4ouxcv00oxe0v55hf41rq2", + "setCardId": "clm4ov30z00oye0v548142rid", + "setCard": { + "id": "clm4ov30z00oye0v548142rid", + "slug": "alp_font_of_life", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ouxcv00oxe0v55hf41rq2", + "meta": { + "id": "clq3a0ocb00l6sh279gx5z8xk", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A rejuvenating infusion of Exceptional Magic", + "subType": "", + "rulesText": "Each ally heals an amount equal to the number of sites in its body of water.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ov30z00oye0v548142rid" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ovgjv00p1e0v5d58mh5rl", + "slug": "frost_nova", + "name": "Frost Nova", + "hotscore": 421, + "guardian": { + "id": "clq3a0onn00l8sh27emfha24z", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "An Exceptional explosion of arctic Magic", + "subType": "", + "rulesText": "Freeze nearby enemy minions. They're disabled until your next turn.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ovgjv00p1e0v5d58mh5rl" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hvsv01d5s67pfdou12p4", + "slug": "bet_frost_nova_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/frost_nova.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ovgjv00p1e0v5d58mh5rl", + "setCardId": "clot8hvrc01d3s67pmuyfoffu", + "setCard": { + "id": "clot8hvrc01d3s67pmuyfoffu", + "slug": "bet_frost_nova", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ovgjv00p1e0v5d58mh5rl", + "meta": { + "id": "clq3a0oxa00lash27uyq1f8l3", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "An Exceptional explosion of arctic Magic", + "subType": "", + "rulesText": "Freeze nearby enemy minions. They're disabled until your next turn.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hvrc01d3s67pmuyfoffu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hvug01d7s67p62a9awau", + "slug": "bet_frost_nova_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/frost_nova-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ovgjv00p1e0v5d58mh5rl", + "setCardId": "clot8hvrc01d3s67pmuyfoffu", + "setCard": { + "id": "clot8hvrc01d3s67pmuyfoffu", + "slug": "bet_frost_nova", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ovgjv00p1e0v5d58mh5rl", + "meta": { + "id": "clq3a0oxa00lash27uyq1f8l3", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "An Exceptional explosion of arctic Magic", + "subType": "", + "rulesText": "Freeze nearby enemy minions. They're disabled until your next turn.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hvrc01d3s67pmuyfoffu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ovnqi00p3e0v51jtd94h2", + "slug": "alp_frost_nova_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/frost_nova.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ovgjv00p1e0v5d58mh5rl", + "setCardId": "clm4ovmfg00p2e0v57mwzgx8c", + "setCard": { + "id": "clm4ovmfg00p2e0v57mwzgx8c", + "slug": "alp_frost_nova", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ovgjv00p1e0v5d58mh5rl", + "meta": { + "id": "clq3a0opz00l9sh27i87x0n89", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "An Exceptional explosion of arctic Magic", + "subType": "", + "rulesText": "Freeze nearby enemy minions. They're disabled until your next turn.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ovmfg00p2e0v57mwzgx8c" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ovzwu00p5e0v55k702aml", + "slug": "alp_frost_nova_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/frost_nova-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ovgjv00p1e0v5d58mh5rl", + "setCardId": "clm4ovmfg00p2e0v57mwzgx8c", + "setCard": { + "id": "clm4ovmfg00p2e0v57mwzgx8c", + "slug": "alp_frost_nova", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ovgjv00p1e0v5d58mh5rl", + "meta": { + "id": "clq3a0opz00l9sh27i87x0n89", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "An Exceptional explosion of arctic Magic", + "subType": "", + "rulesText": "Freeze nearby enemy minions. They're disabled until your next turn.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ovmfg00p2e0v57mwzgx8c" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ovuv900p4e0v52b0m159b", + "slug": "alp_frost_nova_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/frost_nova-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ovgjv00p1e0v5d58mh5rl", + "setCardId": "clm4ovmfg00p2e0v57mwzgx8c", + "setCard": { + "id": "clm4ovmfg00p2e0v57mwzgx8c", + "slug": "alp_frost_nova", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ovgjv00p1e0v5d58mh5rl", + "meta": { + "id": "clq3a0opz00l9sh27i87x0n89", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "An Exceptional explosion of arctic Magic", + "subType": "", + "rulesText": "Freeze nearby enemy minions. They're disabled until your next turn.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ovmfg00p2e0v57mwzgx8c" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ow11g00p6e0v571y03k8o", + "slug": "geyser", + "name": "Geyser", + "hotscore": 1076, + "guardian": { + "id": "clq3a0p3300lbsh27jtolinos", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A sudden gush of Exceptional Magic", + "subType": "", + "rulesText": "This turn, flood target site and give each minion there Airborne. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ow11g00p6e0v571y03k8o" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hw5q01dcs67p589fjuxd", + "slug": "bet_geyser_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/geyser.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4ow11g00p6e0v571y03k8o", + "setCardId": "clot8hw4201das67pi36vgtyd", + "setCard": { + "id": "clot8hw4201das67pi36vgtyd", + "slug": "bet_geyser", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ow11g00p6e0v571y03k8o", + "meta": { + "id": "clq3a0pba00ldsh27wls77urn", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A sudden gush of Exceptional Magic", + "subType": "", + "rulesText": "This turn, flood target site and give each minion there Airborne. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hw4201das67pi36vgtyd" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hw7k01des67p1eyjxpmw", + "slug": "bet_geyser_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/geyser-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4ow11g00p6e0v571y03k8o", + "setCardId": "clot8hw4201das67pi36vgtyd", + "setCard": { + "id": "clot8hw4201das67pi36vgtyd", + "slug": "bet_geyser", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ow11g00p6e0v571y03k8o", + "meta": { + "id": "clq3a0pba00ldsh27wls77urn", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A sudden gush of Exceptional Magic", + "subType": "", + "rulesText": "This turn, flood target site and give each minion there Airborne. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hw4201das67pi36vgtyd" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ow8l900p8e0v58hzz7ytd", + "slug": "alp_geyser_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/geyser.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4ow11g00p6e0v571y03k8o", + "setCardId": "clm4ow7a000p7e0v50wu33310", + "setCard": { + "id": "clm4ow7a000p7e0v50wu33310", + "slug": "alp_geyser", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ow11g00p6e0v571y03k8o", + "meta": { + "id": "clq3a0p5d00lcsh277tl1gv9s", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A sudden gush of Exceptional Magic", + "subType": "", + "rulesText": "This turn, flood target site and give each minion there Airborne. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ow7a000p7e0v50wu33310" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4owesl00p9e0v50c7aear6", + "slug": "alp_geyser_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/geyser-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4ow11g00p6e0v571y03k8o", + "setCardId": "clm4ow7a000p7e0v50wu33310", + "setCard": { + "id": "clm4ow7a000p7e0v50wu33310", + "slug": "alp_geyser", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ow11g00p6e0v571y03k8o", + "meta": { + "id": "clq3a0p5d00lcsh277tl1gv9s", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A sudden gush of Exceptional Magic", + "subType": "", + "rulesText": "This turn, flood target site and give each minion there Airborne. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ow7a000p7e0v50wu33310" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ocg1k00kwe0v58p9xh4du", + "slug": "ghost_ship", + "name": "Ghost Ship", + "hotscore": 1928, + "guardian": { + "id": "clq3a0amm00idsh27wbo2hp6e", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Spirits sail undying seas", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nWhenever Ghost Ship enters a site from the void, you may summon a Spirit from any cemetery to its location.", + "cost": 6, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ocg1k00kwe0v58p9xh4du" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hksr016js67pvhjkiol1", + "slug": "bet_ghost_ship_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ghost_ship.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4ocg1k00kwe0v58p9xh4du", + "setCardId": "clot8hkr0016hs67plqz1iymx", + "setCard": { + "id": "clot8hkr0016hs67plqz1iymx", + "slug": "bet_ghost_ship", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ocg1k00kwe0v58p9xh4du", + "meta": { + "id": "clq3a0aur00ifsh27eb7aqo30", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Spirits sail undying seas", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nWhenever Ghost Ship enters a site from the void, you may summon a Spirit from any cemetery to its location.", + "cost": 6, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hkr0016hs67plqz1iymx" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hku9016ls67py6i1xivg", + "slug": "bet_ghost_ship_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ghost_ship-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4ocg1k00kwe0v58p9xh4du", + "setCardId": "clot8hkr0016hs67plqz1iymx", + "setCard": { + "id": "clot8hkr0016hs67plqz1iymx", + "slug": "bet_ghost_ship", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ocg1k00kwe0v58p9xh4du", + "meta": { + "id": "clq3a0aur00ifsh27eb7aqo30", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Spirits sail undying seas", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nWhenever Ghost Ship enters a site from the void, you may summon a Spirit from any cemetery to its location.", + "cost": 6, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hkr0016hs67plqz1iymx" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ocnhq00kye0v5c2ur5va7", + "slug": "alp_ghost_ship_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ghost_ship.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4ocg1k00kwe0v58p9xh4du", + "setCardId": "clm4ocm5e00kxe0v5991u8kin", + "setCard": { + "id": "clm4ocm5e00kxe0v5991u8kin", + "slug": "alp_ghost_ship", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ocg1k00kwe0v58p9xh4du", + "meta": { + "id": "clq3a0aoz00iesh27cw98tdya", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Spirits sail undying seas", + "subType": "Spirit", + "rulesText": "Voidwalk\n\nWhenever Ghost Ship enters a site from the void, you may summon a Spirit from any cemetery to its location.", + "cost": 6, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ocm5e00kxe0v5991u8kin" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ocva600kze0v5dxg5cxvp", + "slug": "alp_ghost_ship_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ghost_ship-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4ocg1k00kwe0v58p9xh4du", + "setCardId": "clm4ocm5e00kxe0v5991u8kin", + "setCard": { + "id": "clm4ocm5e00kxe0v5991u8kin", + "slug": "alp_ghost_ship", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ocg1k00kwe0v58p9xh4du", + "meta": { + "id": "clq3a0aoz00iesh27cw98tdya", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Spirits sail undying seas", + "subType": "Spirit", + "rulesText": "Voidwalk\n\nWhenever Ghost Ship enters a site from the void, you may summon a Spirit from any cemetery to its location.", + "cost": 6, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ocm5e00kxe0v5991u8kin" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4od28h00l0e0v5hid3f6x5", + "slug": "giant_shark", + "name": "Giant Shark", + "hotscore": 1502, + "guardian": { + "id": "clq3a0b0k00igsh27qilq4v2w", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast smells blood in the water", + "subType": "Beast", + "rulesText": "Submerge, Waterbound\r\n \r\nWhenever another unit enters or moves between sites in this body of water, Giant Shark moves to that unit to fight it.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4od28h00l0e0v5hid3f6x5" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hl4z016qs67poytmwg8y", + "slug": "bet_giant_shark_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/giant_shark.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4od28h00l0e0v5hid3f6x5", + "setCardId": "clot8hl3g016os67p88bfd6d2", + "setCard": { + "id": "clot8hl3g016os67p88bfd6d2", + "slug": "bet_giant_shark", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4od28h00l0e0v5hid3f6x5", + "meta": { + "id": "clq3a0b8l00iish273wxovlcp", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast smells blood in the water", + "subType": "Beast", + "rulesText": "Submerge, Waterbound\r\n \r\nWhenever another unit enters or moves between sites in this body of water, Giant Shark moves to that unit to fight it.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hl3g016os67p88bfd6d2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hl6m016ss67p4v0ithlg", + "slug": "bet_giant_shark_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/giant_shark-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4od28h00l0e0v5hid3f6x5", + "setCardId": "clot8hl3g016os67p88bfd6d2", + "setCard": { + "id": "clot8hl3g016os67p88bfd6d2", + "slug": "bet_giant_shark", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4od28h00l0e0v5hid3f6x5", + "meta": { + "id": "clq3a0b8l00iish273wxovlcp", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast smells blood in the water", + "subType": "Beast", + "rulesText": "Submerge, Waterbound\r\n \r\nWhenever another unit enters or moves between sites in this body of water, Giant Shark moves to that unit to fight it.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hl3g016os67p88bfd6d2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4od9z100l2e0v536eb1o79", + "slug": "alp_giant_shark_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/giant_shark.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4od28h00l0e0v5hid3f6x5", + "setCardId": "clm4od8mf00l1e0v5ditggj3j", + "setCard": { + "id": "clm4od8mf00l1e0v5ditggj3j", + "slug": "alp_giant_shark", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4od28h00l0e0v5hid3f6x5", + "meta": { + "id": "clq3a0b2u00ihsh27atvwhat1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast smells blood in the water", + "subType": "Beast", + "rulesText": "Submerge, Waterbound\n\nWhenever another unit enters or moves between sites in this body of water, Giant Shark moves to that unit to fight it.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4od8mf00l1e0v5ditggj3j" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4odi1t00l3e0v59y8jdwab", + "slug": "alp_giant_shark_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/giant_shark-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4od28h00l0e0v5hid3f6x5", + "setCardId": "clm4od8mf00l1e0v5ditggj3j", + "setCard": { + "id": "clm4od8mf00l1e0v5ditggj3j", + "slug": "alp_giant_shark", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4od28h00l0e0v5hid3f6x5", + "meta": { + "id": "clq3a0b2u00ihsh27atvwhat1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast smells blood in the water", + "subType": "Beast", + "rulesText": "Submerge, Waterbound\n\nWhenever another unit enters or moves between sites in this body of water, Giant Shark moves to that unit to fight it.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4od8mf00l1e0v5ditggj3j" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4odnn200l4e0v5fgyp3ap2", + "slug": "great_old_one", + "name": "Great Old One", + "hotscore": 2296, + "guardian": { + "id": "clq3a0bek00ijsh2720b9k2jz", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Monster drowns the cosmos", + "subType": "Monster", + "rulesText": "Submerge\r\n\r\nGenesis → Permanently flood the entire realm, including voids.", + "cost": 8, + "attack": 16, + "defense": 16, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4odnn200l4e0v5fgyp3ap2" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hli8016xs67px2xhns4f", + "slug": "bet_great_old_one_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/great_old_one.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What lurks beneath depths unplumbed by mortal keel! Dark and darker black tides roll, heedless of earth's cries for ransom.", + "cardId": "clm4odnn200l4e0v5fgyp3ap2", + "setCardId": "clot8hlgk016vs67pnteeza3e", + "setCard": { + "id": "clot8hlgk016vs67pnteeza3e", + "slug": "bet_great_old_one", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4odnn200l4e0v5fgyp3ap2", + "meta": { + "id": "clq3a0bmq00ilsh27moeo0bw8", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Monster drowns the cosmos", + "subType": "Monster", + "rulesText": "Submerge\r\n\r\nGenesis → Permanently flood the entire realm, including voids.", + "cost": 8, + "attack": 16, + "defense": 16, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hlgk016vs67pnteeza3e" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hljs016zs67pv3tlb927", + "slug": "bet_great_old_one_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/great_old_one-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What lurks beneath depths unplumbed by mortal keel! Dark and darker black tides roll, heedless of earth's cries for ransom.", + "cardId": "clm4odnn200l4e0v5fgyp3ap2", + "setCardId": "clot8hlgk016vs67pnteeza3e", + "setCard": { + "id": "clot8hlgk016vs67pnteeza3e", + "slug": "bet_great_old_one", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4odnn200l4e0v5fgyp3ap2", + "meta": { + "id": "clq3a0bmq00ilsh27moeo0bw8", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Monster drowns the cosmos", + "subType": "Monster", + "rulesText": "Submerge\r\n\r\nGenesis → Permanently flood the entire realm, including voids.", + "cost": 8, + "attack": 16, + "defense": 16, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hlgk016vs67pnteeza3e" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4odw8a00l6e0v569hq7akk", + "slug": "alp_great_old_one_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/great_old_one.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What lurks beneath depths unplumbed by mortal keel! Dark and darker black tides roll, heedless of earth's cries for ransom.", + "cardId": "clm4odnn200l4e0v5fgyp3ap2", + "setCardId": "clm4oduvd00l5e0v52i9v6zcl", + "setCard": { + "id": "clm4oduvd00l5e0v52i9v6zcl", + "slug": "alp_great_old_one", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4odnn200l4e0v5fgyp3ap2", + "meta": { + "id": "clq3a0bgw00iksh27d5pyj602", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Monster drowns the cosmos", + "subType": "Monster", + "rulesText": "Submerge\n\nGenesis → Permanently flood the entire realm, including voids.", + "cost": 8, + "attack": 16, + "defense": 16, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oduvd00l5e0v52i9v6zcl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oe3zo00l7e0v59ksz0o10", + "slug": "alp_great_old_one_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/great_old_one-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What lurks beneath depths unplumbed by mortal keel! Dark and darker black tides roll, heedless of earth's cries for ransom.", + "cardId": "clm4odnn200l4e0v5fgyp3ap2", + "setCardId": "clm4oduvd00l5e0v52i9v6zcl", + "setCard": { + "id": "clm4oduvd00l5e0v52i9v6zcl", + "slug": "alp_great_old_one", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4odnn200l4e0v5fgyp3ap2", + "meta": { + "id": "clq3a0bgw00iksh27d5pyj602", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Monster drowns the cosmos", + "subType": "Monster", + "rulesText": "Submerge\n\nGenesis → Permanently flood the entire realm, including voids.", + "cost": 8, + "attack": 16, + "defense": 16, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oduvd00l5e0v52i9v6zcl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oe9ky00l8e0v58kpwbjpw", + "slug": "guile_sirens", + "name": "Guile Sirens", + "hotscore": 951, + "guardian": { + "id": "clq3a0bsh00imsh2728z9nzmd", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Merfolk croon a captivating chorus", + "subType": "Merfolk", + "rulesText": "Submerge\r\n\r\nAt the start of your turn, force target nearby enemy minion to take a step toward Guile Sirens.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oe9ky00l8e0v58kpwbjpw" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hlto0174s67pjbfb79ud", + "slug": "bet_guile_sirens_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/guile_sirens.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4oe9ky00l8e0v58kpwbjpw", + "setCardId": "clot8hls40172s67pwmpfez6v", + "setCard": { + "id": "clot8hls40172s67pwmpfez6v", + "slug": "bet_guile_sirens", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oe9ky00l8e0v58kpwbjpw", + "meta": { + "id": "clq3a0c6j00ipsh27qy9mrn6w", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Merfolk croon a captivating chorus", + "subType": "Merfolk", + "rulesText": "Submerge\r\n\r\nAt the start of your turn, force target nearby enemy minion to take a step toward Guile Sirens.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hls40172s67pwmpfez6v" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hlv50176s67pdvfj1kwb", + "slug": "bet_guile_sirens_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/guile_sirens-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4oe9ky00l8e0v58kpwbjpw", + "setCardId": "clot8hls40172s67pwmpfez6v", + "setCard": { + "id": "clot8hls40172s67pwmpfez6v", + "slug": "bet_guile_sirens", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oe9ky00l8e0v58kpwbjpw", + "meta": { + "id": "clq3a0c6j00ipsh27qy9mrn6w", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Merfolk croon a captivating chorus", + "subType": "Merfolk", + "rulesText": "Submerge\r\n\r\nAt the start of your turn, force target nearby enemy minion to take a step toward Guile Sirens.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hls40172s67pwmpfez6v" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oeh2600lae0v517njbhdi", + "slug": "alp_guile_sirens_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/guile_sirens.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4oe9ky00l8e0v58kpwbjpw", + "setCardId": "clm4oefjb00l9e0v52lstb05e", + "setCard": { + "id": "clm4oefjb00l9e0v52lstb05e", + "slug": "alp_guile_sirens", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oe9ky00l8e0v58kpwbjpw", + "meta": { + "id": "clq3a0buu00insh27fdswi85f", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Merfolk croon a captivating chorus", + "subType": "Merfolk", + "rulesText": "Submerge\n\nAt the start of your turn, force target nearby enemy minion to take a step toward Guile Sirens.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oefjb00l9e0v52lstb05e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oet5b00lce0v5da2v18rn", + "slug": "alp_guile_sirens_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/guile_sirens-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4oe9ky00l8e0v58kpwbjpw", + "setCardId": "clm4oefjb00l9e0v52lstb05e", + "setCard": { + "id": "clm4oefjb00l9e0v52lstb05e", + "slug": "alp_guile_sirens", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oe9ky00l8e0v58kpwbjpw", + "meta": { + "id": "clq3a0buu00insh27fdswi85f", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Merfolk croon a captivating chorus", + "subType": "Merfolk", + "rulesText": "Submerge\n\nAt the start of your turn, force target nearby enemy minion to take a step toward Guile Sirens.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oefjb00l9e0v52lstb05e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oene100lbe0v59unm5upk", + "slug": "alp_guile_sirens_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/guile_sirens-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4oe9ky00l8e0v58kpwbjpw", + "setCardId": "clm4oefjb00l9e0v52lstb05e", + "setCard": { + "id": "clm4oefjb00l9e0v52lstb05e", + "slug": "alp_guile_sirens", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oe9ky00l8e0v58kpwbjpw", + "meta": { + "id": "clq3a0buu00insh27fdswi85f", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Merfolk croon a captivating chorus", + "subType": "Merfolk", + "rulesText": "Submerge\n\nAt the start of your turn, force target nearby enemy minion to take a step toward Guile Sirens.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oefjb00l9e0v52lstb05e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4rhaua000642v59m6d9y4q", + "slug": "pro_guile_sirens_pp_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/pro/guile_sirens-pp.png", + "finish": "Standard", + "product": "Pledge_Pack", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4oe9ky00l8e0v58kpwbjpw", + "setCardId": "clm4rh9iw000542v58oox5tey", + "setCard": { + "id": "clm4rh9iw000542v58oox5tey", + "slug": "pro_guile_sirens", + "setId": "clm4rgehb000042v5a04vfg6s", + "cardId": "clm4oe9ky00l8e0v58kpwbjpw", + "meta": { + "id": "clq3a0c2e00iosh27io62j90z", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Merfolk croon a comely dirge", + "subType": "Merfolk", + "rulesText": "Submerge\r\n\r\nAt the start of your turn, force target nearby enemy minion to take a step toward Guile Sirens.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4rh9iw000542v58oox5tey" + }, + "set": { + "id": "clm4rgehb000042v5a04vfg6s", + "name": "Promotional", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4owkdu00pae0v57u5l29a9", + "slug": "ice_lance", + "name": "Ice Lance", + "hotscore": 1760, + "guardian": { + "id": "clq3a0phd00lesh27veh1fgmd", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of cold-blooded precision", + "subType": "", + "rulesText": "Shoot a piercing projectile. Deal 3, then 2, then 1 damage to up to one unit at each of the first three locations along its path.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4owkdu00pae0v57u5l29a9" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hwgw01djs67pysx62lts", + "slug": "bet_ice_lance_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ice_lance.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4owkdu00pae0v57u5l29a9", + "setCardId": "clot8hwfd01dhs67pz42yt9n7", + "setCard": { + "id": "clot8hwfd01dhs67pz42yt9n7", + "slug": "bet_ice_lance", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4owkdu00pae0v57u5l29a9", + "meta": { + "id": "clq3a0pr500lgsh27v9kduod3", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of cold-blooded precision", + "subType": "", + "rulesText": "Shoot a piercing projectile. Deal 3, then 2, then 1 damage to up to one unit at each of the first three locations along its path.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hwfd01dhs67pz42yt9n7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hwie01dls67pggka1e2j", + "slug": "bet_ice_lance_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ice_lance-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4owkdu00pae0v57u5l29a9", + "setCardId": "clot8hwfd01dhs67pz42yt9n7", + "setCard": { + "id": "clot8hwfd01dhs67pz42yt9n7", + "slug": "bet_ice_lance", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4owkdu00pae0v57u5l29a9", + "meta": { + "id": "clq3a0pr500lgsh27v9kduod3", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of cold-blooded precision", + "subType": "", + "rulesText": "Shoot a piercing projectile. Deal 3, then 2, then 1 damage to up to one unit at each of the first three locations along its path.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hwfd01dhs67pz42yt9n7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4owr7600pce0v5f0u6covk", + "slug": "alp_ice_lance_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ice_lance.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4owkdu00pae0v57u5l29a9", + "setCardId": "clm4owptf00pbe0v50dn683uu", + "setCard": { + "id": "clm4owptf00pbe0v50dn683uu", + "slug": "alp_ice_lance", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4owkdu00pae0v57u5l29a9", + "meta": { + "id": "clq3a0pjn00lfsh27p03arl2a", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of cold-blooded precision", + "subType": "", + "rulesText": "Shoot a piercing projectile. Deal 3, then 2, then 1 damage to up to one unit at each of the first three locations along its path.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4owptf00pbe0v50dn683uu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ox47l00pee0v5crqk5nlu", + "slug": "alp_ice_lance_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ice_lance-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4owkdu00pae0v57u5l29a9", + "setCardId": "clm4owptf00pbe0v50dn683uu", + "setCard": { + "id": "clm4owptf00pbe0v50dn683uu", + "slug": "alp_ice_lance", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4owkdu00pae0v57u5l29a9", + "meta": { + "id": "clq3a0pjn00lfsh27p03arl2a", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of cold-blooded precision", + "subType": "", + "rulesText": "Shoot a piercing projectile. Deal 3, then 2, then 1 damage to up to one unit at each of the first three locations along its path.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4owptf00pbe0v50dn683uu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4owy1j00pde0v5c5d53k6b", + "slug": "alp_ice_lance_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ice_lance-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4owkdu00pae0v57u5l29a9", + "setCardId": "clm4owptf00pbe0v50dn683uu", + "setCard": { + "id": "clm4owptf00pbe0v50dn683uu", + "slug": "alp_ice_lance", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4owkdu00pae0v57u5l29a9", + "meta": { + "id": "clq3a0pjn00lfsh27p03arl2a", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of cold-blooded precision", + "subType": "", + "rulesText": "Shoot a piercing projectile. Deal 3, then 2, then 1 damage to up to one unit at each of the first three locations along its path.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4owptf00pbe0v50dn683uu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qh94k011ke0v53rwca5xp", + "slug": "iceberg", + "name": "Iceberg", + "hotscore": 675, + "guardian": { + "id": "clq3a1ud700tvsh27a2nfzqvi", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of imperious majesty", + "subType": "", + "rulesText": "Minions occupying nearby sites can't submerge or surface.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qh94k011ke0v53rwca5xp" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8it0a01x9s67pja3fg7hd", + "slug": "bet_iceberg_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/iceberg.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qh94k011ke0v53rwca5xp", + "setCardId": "clot8isym01x7s67p4389zrr2", + "setCard": { + "id": "clot8isym01x7s67p4389zrr2", + "slug": "bet_iceberg", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qh94k011ke0v53rwca5xp", + "meta": { + "id": "clq3a1ulk00txsh27lw5hyx5s", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of imperious majesty", + "subType": "", + "rulesText": "Minions occupying nearby sites can't submerge or surface.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8isym01x7s67p4389zrr2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8it1u01xbs67pte5e61vi", + "slug": "bet_iceberg_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/iceberg-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qh94k011ke0v53rwca5xp", + "setCardId": "clot8isym01x7s67p4389zrr2", + "setCard": { + "id": "clot8isym01x7s67p4389zrr2", + "slug": "bet_iceberg", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qh94k011ke0v53rwca5xp", + "meta": { + "id": "clq3a1ulk00txsh27lw5hyx5s", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of imperious majesty", + "subType": "", + "rulesText": "Minions occupying nearby sites can't submerge or surface.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8isym01x7s67p4389zrr2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qhgbq011me0v57pki394o", + "slug": "alp_iceberg_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/iceberg.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qh94k011ke0v53rwca5xp", + "setCardId": "clm4qhf09011le0v5ap308awl", + "setCard": { + "id": "clm4qhf09011le0v5ap308awl", + "slug": "alp_iceberg", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qh94k011ke0v53rwca5xp", + "meta": { + "id": "clq3a1ufw00twsh27vm42ex7f", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of imperious majesty", + "subType": "", + "rulesText": "Minions occupying nearby sites can't submerge or surface.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qhf09011le0v5ap308awl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qhmqf011ne0v57vy2f7s2", + "slug": "alp_iceberg_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/iceberg-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qh94k011ke0v53rwca5xp", + "setCardId": "clm4qhf09011le0v5ap308awl", + "setCard": { + "id": "clm4qhf09011le0v5ap308awl", + "slug": "alp_iceberg", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qh94k011ke0v53rwca5xp", + "meta": { + "id": "clq3a1ufw00twsh27vm42ex7f", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of imperious majesty", + "subType": "", + "rulesText": "Minions occupying nearby sites can't submerge or surface.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qhf09011le0v5ap308awl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qhs66011oe0v562rzaipg", + "slug": "island_leviathan", + "name": "Island Leviathan", + "hotscore": 2421, + "guardian": { + "id": "clq3a1urk00tysh27tq0v4yvh", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of dormant monstrosity", + "subType": "", + "rulesText": "(W)(W)(W)(W)(W)(W)(W)(W) — May transform into a Monster. Place flooded Rubble underneath.", + "cost": 0, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qhs66011oe0v562rzaipg" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8itc101xgs67pjn8cva58", + "slug": "bet_island_leviathan_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/island_leviathan.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qhs66011oe0v562rzaipg", + "setCardId": "clot8itad01xes67phieilfny", + "setCard": { + "id": "clot8itad01xes67phieilfny", + "slug": "bet_island_leviathan", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qhs66011oe0v562rzaipg", + "meta": { + "id": "clq3a1v1c00u0sh277eqp65gg", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of dormant monstrosity", + "subType": "", + "rulesText": "(W)(W)(W)(W)(W)(W)(W)(W) — May transform into a Monster. Place flooded Rubble underneath.", + "cost": 0, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8itad01xes67phieilfny" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8itdk01xis67paob7mipk", + "slug": "bet_island_leviathan_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/island_leviathan-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qhs66011oe0v562rzaipg", + "setCardId": "clot8itad01xes67phieilfny", + "setCard": { + "id": "clot8itad01xes67phieilfny", + "slug": "bet_island_leviathan", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qhs66011oe0v562rzaipg", + "meta": { + "id": "clq3a1v1c00u0sh277eqp65gg", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of dormant monstrosity", + "subType": "", + "rulesText": "(W)(W)(W)(W)(W)(W)(W)(W) — May transform into a Monster. Place flooded Rubble underneath.", + "cost": 0, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8itad01xes67phieilfny" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qhzhu011qe0v550j6gt2m", + "slug": "alp_island_leviathan_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/island_leviathan.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qhs66011oe0v562rzaipg", + "setCardId": "clm4qhy02011pe0v59t61di91", + "setCard": { + "id": "clm4qhy02011pe0v59t61di91", + "slug": "alp_island_leviathan", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qhs66011oe0v562rzaipg", + "meta": { + "id": "clq3a1utx00tzsh27cgs20l50", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of dormant monstrosity", + "subType": "", + "rulesText": "(W)(W)(W)(W)(W)(W)(W)(W) — Transform into a Monster. Place flooded Rubble underneath.", + "cost": 0, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qhy02011pe0v59t61di91" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qic78011se0v591qw5rar", + "slug": "alp_island_leviathan_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/island_leviathan-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qhs66011oe0v562rzaipg", + "setCardId": "clm4qhy02011pe0v59t61di91", + "setCard": { + "id": "clm4qhy02011pe0v59t61di91", + "slug": "alp_island_leviathan", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qhs66011oe0v562rzaipg", + "meta": { + "id": "clq3a1utx00tzsh27cgs20l50", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of dormant monstrosity", + "subType": "", + "rulesText": "(W)(W)(W)(W)(W)(W)(W)(W) — Transform into a Monster. Place flooded Rubble underneath.", + "cost": 0, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qhy02011pe0v59t61di91" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qi695011re0v50wtzhzg0", + "slug": "alp_island_leviathan_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/island_leviathan-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qhs66011oe0v562rzaipg", + "setCardId": "clm4qhy02011pe0v59t61di91", + "setCard": { + "id": "clm4qhy02011pe0v59t61di91", + "slug": "alp_island_leviathan", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qhs66011oe0v562rzaipg", + "meta": { + "id": "clq3a1utx00tzsh27cgs20l50", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of dormant monstrosity", + "subType": "", + "rulesText": "(W)(W)(W)(W)(W)(W)(W)(W) — Transform into a Monster. Place flooded Rubble underneath.", + "cost": 0, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qhy02011pe0v59t61di91" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qlteo012me0v588ifhubw", + "slug": "lighthouse", + "name": "Lighthouse", + "hotscore": 6929, + "guardian": { + "id": "clq3a1xrx00ujsh2749oi8tew", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Water and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4qlteo012me0v588ifhubw" + }, + "elements": [ + { + "id": "water", + "name": "Water" + }, + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ivo401yts67p8o6lcft2", + "slug": "bet_lighthouse_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lighthouse.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "A luminous pillar pierced the tempest, and we knew. All was not lost! We were home.", + "cardId": "clm4qlteo012me0v588ifhubw", + "setCardId": "clot8ivmm01yrs67pdxd1nzid", + "setCard": { + "id": "clot8ivmm01yrs67pdxd1nzid", + "slug": "bet_lighthouse", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qlteo012me0v588ifhubw", + "meta": { + "id": "clq3a1xzr00ulsh27qppd9bz7", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Water and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ivmm01yrs67pdxd1nzid" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ivpv01yvs67ppltku1er", + "slug": "bet_lighthouse_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lighthouse-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "A luminous pillar pierced the tempest, and we knew. All was not lost! We were home.", + "cardId": "clm4qlteo012me0v588ifhubw", + "setCardId": "clot8ivmm01yrs67pdxd1nzid", + "setCard": { + "id": "clot8ivmm01yrs67pdxd1nzid", + "slug": "bet_lighthouse", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qlteo012me0v588ifhubw", + "meta": { + "id": "clq3a1xzr00ulsh27qppd9bz7", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Water and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ivmm01yrs67pdxd1nzid" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qm0sn012oe0v58givh4q1", + "slug": "alp_lighthouse_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lighthouse.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "A luminous pillar pierced the tempest, and we knew. All was not lost! We were home.", + "cardId": "clm4qlteo012me0v588ifhubw", + "setCardId": "clm4qlzgo012ne0v535j58hqu", + "setCard": { + "id": "clm4qlzgo012ne0v535j58hqu", + "slug": "alp_lighthouse", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qlteo012me0v588ifhubw", + "meta": { + "id": "clq3a1xu500uksh27rgjxqqpb", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Water and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4qlzgo012ne0v535j58hqu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qm87t012pe0v5ex69fyl0", + "slug": "alp_lighthouse_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lighthouse-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "A luminous pillar pierced the tempest, and we knew. All was not lost! We were home.", + "cardId": "clm4qlteo012me0v588ifhubw", + "setCardId": "clm4qlzgo012ne0v535j58hqu", + "setCard": { + "id": "clm4qlzgo012ne0v535j58hqu", + "slug": "alp_lighthouse", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qlteo012me0v588ifhubw", + "meta": { + "id": "clq3a1xu500uksh27rgjxqqpb", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Water and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4qlzgo012ne0v535j58hqu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oeuav00lde0v55g7ncy77", + "slug": "lord_of_unland", + "name": "Lord of Unland", + "hotscore": 1734, + "guardian": { + "id": "clq3a0ccf00iqsh27s0cc099p", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Merfolk of aquatic might", + "subType": "Merfolk", + "rulesText": "Submerge \r\n\r\nOther allies occupying Lord of Unland's body of water have +1 power.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oeuav00lde0v55g7ncy77" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hm55017bs67pcxsjnw71", + "slug": "bet_lord_of_unland_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lord_of_unland.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "The Ocean-Mist that bends, that binds, nor' east sou' west the rolling tides.", + "cardId": "clm4oeuav00lde0v55g7ncy77", + "setCardId": "clot8hm3l0179s67p8cx0q6kn", + "setCard": { + "id": "clot8hm3l0179s67p8cx0q6kn", + "slug": "bet_lord_of_unland", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oeuav00lde0v55g7ncy77", + "meta": { + "id": "clq3a0ckj00issh27gu1gqpsk", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Merfolk of aquatic might", + "subType": "Merfolk", + "rulesText": "Submerge \r\n\r\nOther allies occupying Lord of Unland's body of water have +1 power.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hm3l0179s67p8cx0q6kn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hm6n017ds67prvx9oiqk", + "slug": "bet_lord_of_unland_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lord_of_unland-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "The Ocean-Mist that bends, that binds, nor' east sou' west the rolling tides.", + "cardId": "clm4oeuav00lde0v55g7ncy77", + "setCardId": "clot8hm3l0179s67p8cx0q6kn", + "setCard": { + "id": "clot8hm3l0179s67p8cx0q6kn", + "slug": "bet_lord_of_unland", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oeuav00lde0v55g7ncy77", + "meta": { + "id": "clq3a0ckj00issh27gu1gqpsk", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Merfolk of aquatic might", + "subType": "Merfolk", + "rulesText": "Submerge \r\n\r\nOther allies occupying Lord of Unland's body of water have +1 power.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hm3l0179s67p8cx0q6kn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4of1mn00lfe0v5fofa8xuo", + "slug": "alp_lord_of_unland_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lord_of_unland.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4oeuav00lde0v55g7ncy77", + "setCardId": "clm4of0as00lee0v5a13ref36", + "setCard": { + "id": "clm4of0as00lee0v5a13ref36", + "slug": "alp_lord_of_unland", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oeuav00lde0v55g7ncy77", + "meta": { + "id": "clq3a0ceq00irsh27byilrybo", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Merfolk of aquatic might", + "subType": "Merfolk", + "rulesText": "Submerge \n\nOther allies occupying Lord of Unland's body of water have +1 power.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4of0as00lee0v5a13ref36" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4of9b700lge0v59g6s9rrm", + "slug": "alp_lord_of_unland_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lord_of_unland-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4oeuav00lde0v55g7ncy77", + "setCardId": "clm4of0as00lee0v5a13ref36", + "setCard": { + "id": "clm4of0as00lee0v5a13ref36", + "slug": "alp_lord_of_unland", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oeuav00lde0v55g7ncy77", + "meta": { + "id": "clq3a0ceq00irsh27byilrybo", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Merfolk of aquatic might", + "subType": "Merfolk", + "rulesText": "Submerge \n\nOther allies occupying Lord of Unland's body of water have +1 power.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4of0as00lee0v5a13ref36" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qidbo011te0v53fvoas8l", + "slug": "maelstrom", + "name": "Maelström", + "hotscore": 3289, + "guardian": { + "id": "clq3a1v7300u1sh27oqkzcrko", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of ineluctable malevolence", + "subType": "", + "rulesText": "At the start of your turn, you may pull in each minion in this body of water one step.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qidbo011te0v53fvoas8l" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8itmp01xns67po0xmo9nw", + "slug": "bet_maelstrom_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/maelstrom.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qidbo011te0v53fvoas8l", + "setCardId": "clot8itl701xls67p5weimpt3", + "setCard": { + "id": "clot8itl701xls67p5weimpt3", + "slug": "bet_maelstrom", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qidbo011te0v53fvoas8l", + "meta": { + "id": "clq3a1vhd00u3sh27u66zo1qa", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of ineluctable malevolence", + "subType": "", + "rulesText": "At the start of your turn, you may pull in each minion in this body of water one step.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8itl701xls67p5weimpt3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8itoq01xps67plq8oxwk2", + "slug": "bet_maelstrom_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/maelstrom-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qidbo011te0v53fvoas8l", + "setCardId": "clot8itl701xls67p5weimpt3", + "setCard": { + "id": "clot8itl701xls67p5weimpt3", + "slug": "bet_maelstrom", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qidbo011te0v53fvoas8l", + "meta": { + "id": "clq3a1vhd00u3sh27u66zo1qa", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of ineluctable malevolence", + "subType": "", + "rulesText": "At the start of your turn, you may pull in each minion in this body of water one step.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8itl701xls67p5weimpt3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qijzm011ve0v5989sci4t", + "slug": "alp_maelstrom_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/maelstrom.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qidbo011te0v53fvoas8l", + "setCardId": "clm4qiimh011ue0v57a2ha5y3", + "setCard": { + "id": "clm4qiimh011ue0v57a2ha5y3", + "slug": "alp_maelstrom", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qidbo011te0v53fvoas8l", + "meta": { + "id": "clq3a1v9k00u2sh27m55govgt", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of ineluctable malevolence", + "subType": "", + "rulesText": "At the start of your turn, you may pull in each minion in this body of water one step.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qiimh011ue0v57a2ha5y3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qix6k011xe0v5b6kwdbp1", + "slug": "alp_maelstrom_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/maelstrom-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qidbo011te0v53fvoas8l", + "setCardId": "clm4qiimh011ue0v57a2ha5y3", + "setCard": { + "id": "clm4qiimh011ue0v57a2ha5y3", + "slug": "alp_maelstrom", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qidbo011te0v53fvoas8l", + "meta": { + "id": "clq3a1v9k00u2sh27m55govgt", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of ineluctable malevolence", + "subType": "", + "rulesText": "At the start of your turn, you may pull in each minion in this body of water one step.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qiimh011ue0v57a2ha5y3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qirbw011we0v54rfye7wa", + "slug": "alp_maelstrom_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/maelstrom-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qidbo011te0v53fvoas8l", + "setCardId": "clm4qiimh011ue0v57a2ha5y3", + "setCard": { + "id": "clm4qiimh011ue0v57a2ha5y3", + "slug": "alp_maelstrom", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qidbo011te0v53fvoas8l", + "meta": { + "id": "clq3a1v9k00u2sh27m55govgt", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of ineluctable malevolence", + "subType": "", + "rulesText": "At the start of your turn, you may pull in each minion in this body of water one step.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qiimh011ue0v57a2ha5y3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ox5ix00pfe0v511fa3ahd", + "slug": "marine_voyage", + "name": "Marine Voyage", + "hotscore": 539, + "guardian": { + "id": "clq3a0pww00lhsh27wr4fj6hw", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic for the shrewd seafarer", + "subType": "", + "rulesText": "This turn, your units can move between any sites in a chosen body of water as if they were adjacent.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ox5ix00pfe0v511fa3ahd" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hwrh01dqs67pmmdt726g", + "slug": "bet_marine_voyage_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/marine_voyage.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ox5ix00pfe0v511fa3ahd", + "setCardId": "clot8hwpz01dos67pyllsfq2k", + "setCard": { + "id": "clot8hwpz01dos67pyllsfq2k", + "slug": "bet_marine_voyage", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ox5ix00pfe0v511fa3ahd", + "meta": { + "id": "clq3a0q6l00ljsh27w2kyi739", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic for the shrewd seafarer", + "subType": "", + "rulesText": "This turn, your units can move between any sites in a chosen body of water as if they were adjacent.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hwpz01dos67pyllsfq2k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hwsz01dss67p6v7uw7xy", + "slug": "bet_marine_voyage_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/marine_voyage-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ox5ix00pfe0v511fa3ahd", + "setCardId": "clot8hwpz01dos67pyllsfq2k", + "setCard": { + "id": "clot8hwpz01dos67pyllsfq2k", + "slug": "bet_marine_voyage", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ox5ix00pfe0v511fa3ahd", + "meta": { + "id": "clq3a0q6l00ljsh27w2kyi739", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic for the shrewd seafarer", + "subType": "", + "rulesText": "This turn, your units can move between any sites in a chosen body of water as if they were adjacent.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hwpz01dos67pyllsfq2k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oxc9300phe0v5dg8z1pu1", + "slug": "alp_marine_voyage_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/marine_voyage.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ox5ix00pfe0v511fa3ahd", + "setCardId": "clm4oxay100pge0v5120wb9cn", + "setCard": { + "id": "clm4oxay100pge0v5120wb9cn", + "slug": "alp_marine_voyage", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ox5ix00pfe0v511fa3ahd", + "meta": { + "id": "clq3a0pz700lish27ol6ei5ip", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic for the shrewd seafarer", + "subType": "", + "rulesText": "This turn, your units can move between any sites in a chosen body of water as if they were adjacent.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oxay100pge0v5120wb9cn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oxo2400pje0v5bjdd62pz", + "slug": "alp_marine_voyage_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/marine_voyage-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ox5ix00pfe0v511fa3ahd", + "setCardId": "clm4oxay100pge0v5120wb9cn", + "setCard": { + "id": "clm4oxay100pge0v5120wb9cn", + "slug": "alp_marine_voyage", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ox5ix00pfe0v511fa3ahd", + "meta": { + "id": "clq3a0pz700lish27ol6ei5ip", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic for the shrewd seafarer", + "subType": "", + "rulesText": "This turn, your units can move between any sites in a chosen body of water as if they were adjacent.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oxay100pge0v5120wb9cn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oxj0a00pie0v57my9d05w", + "slug": "alp_marine_voyage_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/marine_voyage-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ox5ix00pfe0v511fa3ahd", + "setCardId": "clm4oxay100pge0v5120wb9cn", + "setCard": { + "id": "clm4oxay100pge0v5120wb9cn", + "slug": "alp_marine_voyage", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ox5ix00pfe0v511fa3ahd", + "meta": { + "id": "clq3a0pz700lish27ol6ei5ip", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic for the shrewd seafarer", + "subType": "", + "rulesText": "This turn, your units can move between any sites in a chosen body of water as if they were adjacent.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oxay100pge0v5120wb9cn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p5dlw00r8e0v5aba0embk", + "slug": "mariners_curse", + "name": "Mariner's Curse", + "hotscore": 1781, + "guardian": { + "id": "clq3a0vyu00mqsh27w7xoiwmm", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of wrongs not forgiven", + "subType": "", + "rulesText": "Whenever a minion enters an affected water site, submerge it and return Mariner's Curse to its owner's hand.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p5dlw00r8e0v5aba0embk" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8i1ng01gns67phnxlqpkc", + "slug": "bet_mariners_curse_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mariners_curse.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4p5dlw00r8e0v5aba0embk", + "setCardId": "clot8i1ly01gls67pb395191a", + "setCard": { + "id": "clot8i1ly01gls67pb395191a", + "slug": "bet_mariners_curse", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p5dlw00r8e0v5aba0embk", + "meta": { + "id": "clq3a0w6x00mssh27ksy2qc8h", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of wrongs not forgiven", + "subType": "", + "rulesText": "Whenever a minion enters an affected water site, submerge it and return Mariner's Curse to its owner's hand.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i1ly01gls67pb395191a" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i1oz01gps67pwdb994w9", + "slug": "bet_mariners_curse_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mariners_curse-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4p5dlw00r8e0v5aba0embk", + "setCardId": "clot8i1ly01gls67pb395191a", + "setCard": { + "id": "clot8i1ly01gls67pb395191a", + "slug": "bet_mariners_curse", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p5dlw00r8e0v5aba0embk", + "meta": { + "id": "clq3a0w6x00mssh27ksy2qc8h", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of wrongs not forgiven", + "subType": "", + "rulesText": "Whenever a minion enters an affected water site, submerge it and return Mariner's Curse to its owner's hand.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i1ly01gls67pb395191a" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p5kyu00rae0v5bm4u9ryd", + "slug": "alp_mariners_curse_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mariners_curse.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4p5dlw00r8e0v5aba0embk", + "setCardId": "clm4p5jgq00r9e0v54c3thqeh", + "setCard": { + "id": "clm4p5jgq00r9e0v54c3thqeh", + "slug": "alp_mariners_curse", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p5dlw00r8e0v5aba0embk", + "meta": { + "id": "clq3a0w1400mrsh274zqubmia", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of wrongs not forgiven", + "subType": "", + "rulesText": "Whenever a minion enters an affected water site, submerge it and return Mariner's Curse to its owner's hand.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p5jgq00r9e0v54c3thqeh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p5rkg00rbe0v5f6r2dqoi", + "slug": "alp_mariners_curse_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mariners_curse-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4p5dlw00r8e0v5aba0embk", + "setCardId": "clm4p5jgq00r9e0v54c3thqeh", + "setCard": { + "id": "clm4p5jgq00r9e0v54c3thqeh", + "slug": "alp_mariners_curse", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p5dlw00r8e0v5aba0embk", + "meta": { + "id": "clq3a0w1400mrsh274zqubmia", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of wrongs not forgiven", + "subType": "", + "rulesText": "Whenever a minion enters an affected water site, submerge it and return Mariner's Curse to its owner's hand.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p5jgq00r9e0v54c3thqeh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ofeug00lhe0v5439xbobu", + "slug": "megamoeba", + "name": "Megamoeba", + "hotscore": 675, + "guardian": { + "id": "clq3a0cqg00itsh27fautf0l4", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster engulfs the realm", + "subType": "Monster", + "rulesText": "Megamoeba moves by extending a single pseudopod from any part of itself. It occupies all locations it has ever occupied, and has +1 power for each.", + "cost": 3, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ofeug00lhe0v5439xbobu" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hmfw017is67pguugb0y6", + "slug": "bet_megamoeba_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/megamoeba.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4ofeug00lhe0v5439xbobu", + "setCardId": "clot8hmef017gs67pwuw68hp2", + "setCard": { + "id": "clot8hmef017gs67pwuw68hp2", + "slug": "bet_megamoeba", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ofeug00lhe0v5439xbobu", + "meta": { + "id": "clq3a0d2100ivsh27zy86ke7q", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster engulfs the realm", + "subType": "Monster", + "rulesText": "Megamoeba moves by extending a single pseudopod from any part of itself. It occupies all locations it has ever occupied, and has +1 power for each.", + "cost": 3, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hmef017gs67pwuw68hp2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hmhd017ks67pf0pmfkr2", + "slug": "bet_megamoeba_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/megamoeba-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4ofeug00lhe0v5439xbobu", + "setCardId": "clot8hmef017gs67pwuw68hp2", + "setCard": { + "id": "clot8hmef017gs67pwuw68hp2", + "slug": "bet_megamoeba", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ofeug00lhe0v5439xbobu", + "meta": { + "id": "clq3a0d2100ivsh27zy86ke7q", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster engulfs the realm", + "subType": "Monster", + "rulesText": "Megamoeba moves by extending a single pseudopod from any part of itself. It occupies all locations it has ever occupied, and has +1 power for each.", + "cost": 3, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hmef017gs67pwuw68hp2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oflzz00lje0v53oec8iwi", + "slug": "alp_megamoeba_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/megamoeba.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4ofeug00lhe0v5439xbobu", + "setCardId": "clm4ofkne00lie0v5gq7qegoz", + "setCard": { + "id": "clm4ofkne00lie0v5gq7qegoz", + "slug": "alp_megamoeba", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ofeug00lhe0v5439xbobu", + "meta": { + "id": "clq3a0css00iush2768s84hfu", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster engulfs the realm", + "subType": "Monster", + "rulesText": "Megamoeba moves by extending a single pseudopod from any part of itself. It occupies all locations it has ever occupied, and has +1 power for each.", + "cost": 3, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ofkne00lie0v5gq7qegoz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ofzn700lle0v51lkb9cub", + "slug": "alp_megamoeba_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/megamoeba-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4ofeug00lhe0v5439xbobu", + "setCardId": "clm4ofkne00lie0v5gq7qegoz", + "setCard": { + "id": "clm4ofkne00lie0v5gq7qegoz", + "slug": "alp_megamoeba", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ofeug00lhe0v5439xbobu", + "meta": { + "id": "clq3a0css00iush2768s84hfu", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster engulfs the realm", + "subType": "Monster", + "rulesText": "Megamoeba moves by extending a single pseudopod from any part of itself. It occupies all locations it has ever occupied, and has +1 power for each.", + "cost": 3, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ofkne00lie0v5gq7qegoz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ofthz00lke0v56vymeeht", + "slug": "alp_megamoeba_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/megamoeba-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4ofeug00lhe0v5439xbobu", + "setCardId": "clm4ofkne00lie0v5gq7qegoz", + "setCard": { + "id": "clm4ofkne00lie0v5gq7qegoz", + "slug": "alp_megamoeba", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ofeug00lhe0v5439xbobu", + "meta": { + "id": "clq3a0css00iush2768s84hfu", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster engulfs the realm", + "subType": "Monster", + "rulesText": "Megamoeba moves by extending a single pseudopod from any part of itself. It occupies all locations it has ever occupied, and has +1 power for each.", + "cost": 3, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ofkne00lie0v5gq7qegoz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4og0sl00lme0v5a7ga72pu", + "slug": "mother_nature", + "name": "Mother Nature", + "hotscore": 929, + "guardian": { + "id": "clq3a0d8w00iwsh27fc31fjwe", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of divine fecundity", + "subType": "Spirit", + "rulesText": "At the start of your turn, reveal your topmost spell. If it's a minion, you may summon it here.", + "cost": 6, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4og0sl00lme0v5a7ga72pu" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hmqn017ps67px0p5kgih", + "slug": "bet_mother_nature_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mother_nature.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4og0sl00lme0v5a7ga72pu", + "setCardId": "clot8hmp4017ns67pjx28rys6", + "setCard": { + "id": "clot8hmp4017ns67pjx28rys6", + "slug": "bet_mother_nature", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4og0sl00lme0v5a7ga72pu", + "meta": { + "id": "clq3a0diy00iysh271r0zk16l", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of divine fecundity", + "subType": "Spirit", + "rulesText": "At the start of your turn, reveal your topmost spell. If it's a minion, you may summon it here.", + "cost": 6, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hmp4017ns67pjx28rys6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hms7017rs67p42wez2aq", + "slug": "bet_mother_nature_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mother_nature-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4og0sl00lme0v5a7ga72pu", + "setCardId": "clot8hmp4017ns67pjx28rys6", + "setCard": { + "id": "clot8hmp4017ns67pjx28rys6", + "slug": "bet_mother_nature", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4og0sl00lme0v5a7ga72pu", + "meta": { + "id": "clq3a0diy00iysh271r0zk16l", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of divine fecundity", + "subType": "Spirit", + "rulesText": "At the start of your turn, reveal your topmost spell. If it's a minion, you may summon it here.", + "cost": 6, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hmp4017ns67pjx28rys6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4og7x200loe0v5e0hhh2k9", + "slug": "alp_mother_nature_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mother_nature.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4og0sl00lme0v5a7ga72pu", + "setCardId": "clm4og6e800lne0v5edq5dwvm", + "setCard": { + "id": "clm4og6e800lne0v5edq5dwvm", + "slug": "alp_mother_nature", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4og0sl00lme0v5a7ga72pu", + "meta": { + "id": "clq3a0db700ixsh27kalo7u1f", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of divine fecundity", + "subType": "Spirit", + "rulesText": "At the start of your turn, reveal your topmost spell. If it's a minion, you may summon it here.", + "cost": 6, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4og6e800lne0v5edq5dwvm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ogk4700lqe0v59xrk50tu", + "slug": "alp_mother_nature_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mother_nature-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4og0sl00lme0v5a7ga72pu", + "setCardId": "clm4og6e800lne0v5edq5dwvm", + "setCard": { + "id": "clm4og6e800lne0v5edq5dwvm", + "slug": "alp_mother_nature", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4og0sl00lme0v5a7ga72pu", + "meta": { + "id": "clq3a0db700ixsh27kalo7u1f", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of divine fecundity", + "subType": "Spirit", + "rulesText": "At the start of your turn, reveal your topmost spell. If it's a minion, you may summon it here.", + "cost": 6, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4og6e800lne0v5edq5dwvm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ogerg00lpe0v58yiq4om8", + "slug": "alp_mother_nature_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mother_nature-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4og0sl00lme0v5a7ga72pu", + "setCardId": "clm4og6e800lne0v5edq5dwvm", + "setCard": { + "id": "clm4og6e800lne0v5edq5dwvm", + "slug": "alp_mother_nature", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4og0sl00lme0v5a7ga72pu", + "meta": { + "id": "clq3a0db700ixsh27kalo7u1f", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of divine fecundity", + "subType": "Spirit", + "rulesText": "At the start of your turn, reveal your topmost spell. If it's a minion, you may summon it here.", + "cost": 6, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4og6e800lne0v5edq5dwvm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ogl9h00lre0v5dx7v6rk1", + "slug": "muck_lampreys", + "name": "Muck Lampreys", + "hotscore": 530, + "guardian": { + "id": "clq3a0dos00izsh270dj43l4p", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts squelch and squirm", + "subType": "Beast", + "rulesText": "Burrowing, Submerge", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ogl9h00lre0v5dx7v6rk1" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hn32017ws67py689pm0j", + "slug": "bet_muck_lampreys_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/muck_lampreys.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "These pallid parasites plague the swamplands, effortlessly boring through fen and flesh alike.", + "cardId": "clm4ogl9h00lre0v5dx7v6rk1", + "setCardId": "clot8hn19017us67p53l6u1xf", + "setCard": { + "id": "clot8hn19017us67p53l6u1xf", + "slug": "bet_muck_lampreys", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ogl9h00lre0v5dx7v6rk1", + "meta": { + "id": "clq3a0dy700j1sh2746ycslgb", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts squelch and squirm", + "subType": "Beast", + "rulesText": "Burrowing, Submerge", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hn19017us67p53l6u1xf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hn4m017ys67pr5yhvn1t", + "slug": "bet_muck_lampreys_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/muck_lampreys-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "These pallid parasites plague the swamplands, effortlessly boring through fen and flesh alike.", + "cardId": "clm4ogl9h00lre0v5dx7v6rk1", + "setCardId": "clot8hn19017us67p53l6u1xf", + "setCard": { + "id": "clot8hn19017us67p53l6u1xf", + "slug": "bet_muck_lampreys", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ogl9h00lre0v5dx7v6rk1", + "meta": { + "id": "clq3a0dy700j1sh2746ycslgb", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts squelch and squirm", + "subType": "Beast", + "rulesText": "Burrowing, Submerge", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hn19017us67p53l6u1xf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ogssi00lte0v5acud1agy", + "slug": "alp_muck_lampreys_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/muck_lampreys.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "These pallid parasites plague the swamplands, effortlessly boring through fen and flesh alike.", + "cardId": "clm4ogl9h00lre0v5dx7v6rk1", + "setCardId": "clm4ogrgo00lse0v5av2g8cf9", + "setCard": { + "id": "clm4ogrgo00lse0v5av2g8cf9", + "slug": "alp_muck_lampreys", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ogl9h00lre0v5dx7v6rk1", + "meta": { + "id": "clq3a0dr700j0sh27yd65kvt4", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts squelch and squirm", + "subType": "Beast", + "rulesText": "Burrowing, Submerge", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ogrgo00lse0v5av2g8cf9" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ogzqf00lue0v512p3ad2z", + "slug": "alp_muck_lampreys_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/muck_lampreys-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "These pallid parasites plague the swamplands, effortlessly boring through fen and flesh alike.", + "cardId": "clm4ogl9h00lre0v5dx7v6rk1", + "setCardId": "clm4ogrgo00lse0v5av2g8cf9", + "setCard": { + "id": "clm4ogrgo00lse0v5av2g8cf9", + "slug": "alp_muck_lampreys", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ogl9h00lre0v5dx7v6rk1", + "meta": { + "id": "clq3a0dr700j0sh27yd65kvt4", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts squelch and squirm", + "subType": "Beast", + "rulesText": "Burrowing, Submerge", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ogrgo00lse0v5av2g8cf9" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qmd96012qe0v5ez2r3gwt", + "slug": "oasis", + "name": "Oasis", + "hotscore": 4202, + "guardian": { + "id": "clq3a1y5t00umsh27znqoy7gd", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4qmd96012qe0v5ez2r3gwt" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + }, + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8ivzt01z0s67p0v91ehzr", + "slug": "bet_oasis_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/oasis.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "Where blood nourishes sand, life springs anew.", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "setCardId": "clot8ivy801yys67pdcdpeo8a", + "setCard": { + "id": "clot8ivy801yys67pdcdpeo8a", + "slug": "bet_oasis", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "meta": { + "id": "clq3a1ydy00uosh27qu39ktrg", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8ivy801yys67pdcdpeo8a" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iw1d01z2s67pi30xq4re", + "slug": "bet_oasis_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/oasis-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "Where blood nourishes sand, life springs anew.", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "setCardId": "clot8ivy801yys67pdcdpeo8a", + "setCard": { + "id": "clot8ivy801yys67pdcdpeo8a", + "slug": "bet_oasis", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "meta": { + "id": "clq3a1ydy00uosh27qu39ktrg", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8ivy801yys67pdcdpeo8a" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qmkf1012se0v5b4pre0l6", + "slug": "alp_oasis_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/oasis.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "Where blood nourishes sand, life springs anew.", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "setCardId": "clm4qmj3s012re0v57wpfg97x", + "setCard": { + "id": "clm4qmj3s012re0v57wpfg97x", + "slug": "alp_oasis", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "meta": { + "id": "clq3a1y8800unsh27lhnnh3zk", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qmj3s012re0v57wpfg97x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qmrfd012te0v53sws99i0", + "slug": "alp_oasis_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/oasis-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "Where blood nourishes sand, life springs anew.", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "setCardId": "clm4qmj3s012re0v57wpfg97x", + "setCard": { + "id": "clm4qmj3s012re0v57wpfg97x", + "slug": "alp_oasis", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "meta": { + "id": "clq3a1y8800unsh27lhnnh3zk", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qmj3s012re0v57wpfg97x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oh4vw00lve0v5clnm9y3a", + "slug": "old_salt_anchorman", + "name": "Old Salt Anchorman", + "hotscore": 574, + "guardian": { + "id": "clq3a0e3w00j2sh274ipz9500", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal holds steady and true", + "subType": "Mortal", + "rulesText": "Nearby allies can't be moved by enemy spells and abilities.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oh4vw00lve0v5clnm9y3a" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hnf00183s67pmpvjh45h", + "slug": "bet_old_salt_anchorman_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/old_salt_anchorman.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Neither should a ship rely on one small anchor, nor a life on one fair hope. ― Epictetus", + "cardId": "clm4oh4vw00lve0v5clnm9y3a", + "setCardId": "clot8hnd60181s67pza4uhcvt", + "setCard": { + "id": "clot8hnd60181s67pza4uhcvt", + "slug": "bet_old_salt_anchorman", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oh4vw00lve0v5clnm9y3a", + "meta": { + "id": "clq3a0ec700j4sh271nffkoet", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal holds steady and true", + "subType": "Mortal", + "rulesText": "Nearby allies can't be moved by enemy spells and abilities.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hnd60181s67pza4uhcvt" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hngn0185s67p2cze9z1j", + "slug": "bet_old_salt_anchorman_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/old_salt_anchorman-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Neither should a ship rely on one small anchor, nor a life on one fair hope. ― Epictetus", + "cardId": "clm4oh4vw00lve0v5clnm9y3a", + "setCardId": "clot8hnd60181s67pza4uhcvt", + "setCard": { + "id": "clot8hnd60181s67pza4uhcvt", + "slug": "bet_old_salt_anchorman", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oh4vw00lve0v5clnm9y3a", + "meta": { + "id": "clq3a0ec700j4sh271nffkoet", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal holds steady and true", + "subType": "Mortal", + "rulesText": "Nearby allies can't be moved by enemy spells and abilities.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hnd60181s67pza4uhcvt" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ohbw900lxe0v5cxpo8pfq", + "slug": "alp_old_salt_anchorman_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/old_salt_anchorman.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "\"Neither should a ship rely on one small anchor, nor a life on one fair hope.\" ― Epictetus", + "cardId": "clm4oh4vw00lve0v5clnm9y3a", + "setCardId": "clm4ohago00lwe0v55egphs5e", + "setCard": { + "id": "clm4ohago00lwe0v55egphs5e", + "slug": "alp_old_salt_anchorman", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oh4vw00lve0v5clnm9y3a", + "meta": { + "id": "clq3a0e6e00j3sh273omcwkcg", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal holds steady and true", + "subType": "Mortal", + "rulesText": "Nearby allies can't be moved by enemy spells and abilities.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ohago00lwe0v55egphs5e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ohilb00lye0v5ewnafjxz", + "slug": "alp_old_salt_anchorman_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/old_salt_anchorman-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "\"Neither should a ship rely on one small anchor, nor a life on one fair hope.\" ― Epictetus", + "cardId": "clm4oh4vw00lve0v5clnm9y3a", + "setCardId": "clm4ohago00lwe0v55egphs5e", + "setCard": { + "id": "clm4ohago00lwe0v55egphs5e", + "slug": "alp_old_salt_anchorman", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oh4vw00lve0v5clnm9y3a", + "meta": { + "id": "clq3a0e6e00j3sh273omcwkcg", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal holds steady and true", + "subType": "Mortal", + "rulesText": "Nearby allies can't be moved by enemy spells and abilities.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ohago00lwe0v55egphs5e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ohny100lze0v5eph83rb5", + "slug": "ormund_harpooneers", + "name": "Ormund Harpooneers", + "hotscore": 429, + "guardian": { + "id": "clq3a0ehz00j5sh27et6w9nl6", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals in perilous pursuit", + "subType": "Mortal", + "rulesText": "Tap → Deal 1 damage to target minion above or below an adjacent water site and pull that minion to this location.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ohny100lze0v5eph83rb5" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hnq6018as67puo2rm2ww", + "slug": "bet_ormund_harpooneers_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ormund_harpooneers.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4ohny100lze0v5eph83rb5", + "setCardId": "clot8hnop0188s67p0wd3uek7", + "setCard": { + "id": "clot8hnop0188s67p0wd3uek7", + "slug": "bet_ormund_harpooneers", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ohny100lze0v5eph83rb5", + "meta": { + "id": "clq3a0eqd00j7sh2719npcku2", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals in perilous pursuit", + "subType": "Mortal", + "rulesText": "Tap → Deal 1 damage to target minion above or below an adjacent water site and pull that minion to this location.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hnop0188s67p0wd3uek7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hnrq018cs67p0yoqhpk1", + "slug": "bet_ormund_harpooneers_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ormund_harpooneers-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4ohny100lze0v5eph83rb5", + "setCardId": "clot8hnop0188s67p0wd3uek7", + "setCard": { + "id": "clot8hnop0188s67p0wd3uek7", + "slug": "bet_ormund_harpooneers", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ohny100lze0v5eph83rb5", + "meta": { + "id": "clq3a0eqd00j7sh2719npcku2", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals in perilous pursuit", + "subType": "Mortal", + "rulesText": "Tap → Deal 1 damage to target minion above or below an adjacent water site and pull that minion to this location.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hnop0188s67p0wd3uek7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ohums00m1e0v5c2m81egc", + "slug": "alp_ormund_harpooneers_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ormund_harpooneers.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4ohny100lze0v5eph83rb5", + "setCardId": "clm4ohtb000m0e0v53iaz02kq", + "setCard": { + "id": "clm4ohtb000m0e0v53iaz02kq", + "slug": "alp_ormund_harpooneers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ohny100lze0v5eph83rb5", + "meta": { + "id": "clq3a0ekq00j6sh275lctf2v1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals in perilous pursuit", + "subType": "Mortal", + "rulesText": "Tap → Deal 1 damage to target minion above or below an adjacent water site and pull that minion to this location.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ohtb000m0e0v53iaz02kq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oi1dx00m2e0v56jrfczbk", + "slug": "alp_ormund_harpooneers_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ormund_harpooneers-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4ohny100lze0v5eph83rb5", + "setCardId": "clm4ohtb000m0e0v53iaz02kq", + "setCard": { + "id": "clm4ohtb000m0e0v53iaz02kq", + "slug": "alp_ormund_harpooneers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ohny100lze0v5eph83rb5", + "meta": { + "id": "clq3a0ekq00j6sh275lctf2v1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals in perilous pursuit", + "subType": "Mortal", + "rulesText": "Tap → Deal 1 damage to target minion above or below an adjacent water site and pull that minion to this location.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ohtb000m0e0v53iaz02kq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oi6y700m3e0v57p8ef5zb", + "slug": "pirate_ship", + "name": "Pirate Ship", + "hotscore": 1238, + "guardian": { + "id": "clq3a0ew000j8sh27g202a5yq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary ship of Mortal scum", + "subType": "Mortal", + "rulesText": "Waterbound", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oi6y700m3e0v57p8ef5zb" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8ho29018hs67plf61gmmk", + "slug": "bet_pirate_ship_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pirate_ship.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "“Build me straight, O worthy Master! \r\nStaunch and strong, a goodly vessel,\r\nThat shall laugh at all disaster, \r\nAnd with wave and whirlwind wrestle!“\r\n— Henry Wadsworth Longfellow", + "cardId": "clm4oi6y700m3e0v57p8ef5zb", + "setCardId": "clot8ho0p018fs67pp3aznyys", + "setCard": { + "id": "clot8ho0p018fs67pp3aznyys", + "slug": "bet_pirate_ship", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oi6y700m3e0v57p8ef5zb", + "meta": { + "id": "clq3a0f5v00jash27ifi48cjv", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary ship of Mortal scum", + "subType": "Mortal", + "rulesText": "Waterbound", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ho0p018fs67pp3aznyys" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ho3v018js67pkgjunthk", + "slug": "bet_pirate_ship_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pirate_ship-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "“Build me straight, O worthy Master! \r\nStaunch and strong, a goodly vessel,\r\nThat shall laugh at all disaster, \r\nAnd with wave and whirlwind wrestle!“\r\n— Henry Wadsworth Longfellow", + "cardId": "clm4oi6y700m3e0v57p8ef5zb", + "setCardId": "clot8ho0p018fs67pp3aznyys", + "setCard": { + "id": "clot8ho0p018fs67pp3aznyys", + "slug": "bet_pirate_ship", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oi6y700m3e0v57p8ef5zb", + "meta": { + "id": "clq3a0f5v00jash27ifi48cjv", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary ship of Mortal scum", + "subType": "Mortal", + "rulesText": "Waterbound", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ho0p018fs67pp3aznyys" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oie6k00m5e0v5graualm2", + "slug": "alp_pirate_ship_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pirate_ship.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "“Build me straight, O worthy Master! \nStaunch and strong, a goodly vessel,\nThat shall laugh at all disaster, \nAnd with wave and whirlwind wrestle!“\n— Henry Wadsworth Longfellow", + "cardId": "clm4oi6y700m3e0v57p8ef5zb", + "setCardId": "clm4oicuz00m4e0v5hhn37mnx", + "setCard": { + "id": "clm4oicuz00m4e0v5hhn37mnx", + "slug": "alp_pirate_ship", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oi6y700m3e0v57p8ef5zb", + "meta": { + "id": "clq3a0eyg00j9sh2748qxaobt", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary ship of Mortal scum", + "subType": "Mortal", + "rulesText": "Waterbound", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oicuz00m4e0v5hhn37mnx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oiqmd00m7e0v582bbbusq", + "slug": "alp_pirate_ship_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pirate_ship-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Vincent Pompetti", + "flavorText": "“Build me straight, O worthy Master! \nStaunch and strong, a goodly vessel,\nThat shall laugh at all disaster, \nAnd with wave and whirlwind wrestle!“\n— Henry Wadsworth Longfellow", + "cardId": "clm4oi6y700m3e0v57p8ef5zb", + "setCardId": "clm4oicuz00m4e0v5hhn37mnx", + "setCard": { + "id": "clm4oicuz00m4e0v5hhn37mnx", + "slug": "alp_pirate_ship", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oi6y700m3e0v57p8ef5zb", + "meta": { + "id": "clq3a0eyg00j9sh2748qxaobt", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary ship of Mortal scum", + "subType": "Mortal", + "rulesText": "Waterbound", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oicuz00m4e0v5hhn37mnx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oikw200m6e0v5c9lm4hbc", + "slug": "alp_pirate_ship_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pirate_ship-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "“Build me straight, O worthy Master! \nStaunch and strong, a goodly vessel,\nThat shall laugh at all disaster, \nAnd with wave and whirlwind wrestle!“\n— Henry Wadsworth Longfellow", + "cardId": "clm4oi6y700m3e0v57p8ef5zb", + "setCardId": "clm4oicuz00m4e0v5hhn37mnx", + "setCard": { + "id": "clm4oicuz00m4e0v5hhn37mnx", + "slug": "alp_pirate_ship", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oi6y700m3e0v57p8ef5zb", + "meta": { + "id": "clq3a0eyg00j9sh2748qxaobt", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary ship of Mortal scum", + "subType": "Mortal", + "rulesText": "Waterbound", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oicuz00m4e0v5hhn37mnx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oxp6l00pke0v5ejf490g3", + "slug": "plague_of_frogs", + "name": "Plague of Frogs", + "hotscore": 2253, + "guardian": { + "id": "clq3a0qc800lksh27349gza6t", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic in its most annoying form", + "subType": "", + "rulesText": "Summon seven Frog tokens.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oxp6l00pke0v5ejf490g3" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hx2t01dxs67p1dic5zhs", + "slug": "bet_plague_of_frogs_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/plague_of_frogs.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "No more chilling a sound than a congress of croaks, and the splitter splatter of slimy feet.", + "cardId": "clm4oxp6l00pke0v5ejf490g3", + "setCardId": "clot8hx1001dvs67plkst5wq6", + "setCard": { + "id": "clot8hx1001dvs67plkst5wq6", + "slug": "bet_plague_of_frogs", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oxp6l00pke0v5ejf490g3", + "meta": { + "id": "clq3a0qkg00lmsh275no55900", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic in its most annoying form", + "subType": "", + "rulesText": "Summon seven Frog tokens.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hx1001dvs67plkst5wq6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hx4d01dzs67pa06aswpr", + "slug": "bet_plague_of_frogs_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/plague_of_frogs-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "No more chilling a sound than a congress of croaks, and the splitter splatter of slimy feet.", + "cardId": "clm4oxp6l00pke0v5ejf490g3", + "setCardId": "clot8hx1001dvs67plkst5wq6", + "setCard": { + "id": "clot8hx1001dvs67plkst5wq6", + "slug": "bet_plague_of_frogs", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oxp6l00pke0v5ejf490g3", + "meta": { + "id": "clq3a0qkg00lmsh275no55900", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic in its most annoying form", + "subType": "", + "rulesText": "Summon seven Frog tokens.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hx1001dvs67plkst5wq6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oxw9700pme0v55t628b6p", + "slug": "alp_plague_of_frogs_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/plague_of_frogs.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "No more chilling a sound than a congress of croaks, and the splitter splatter of slimy feet.", + "cardId": "clm4oxp6l00pke0v5ejf490g3", + "setCardId": "clm4oxuy400ple0v50pby9zjd", + "setCard": { + "id": "clm4oxuy400ple0v50pby9zjd", + "slug": "alp_plague_of_frogs", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oxp6l00pke0v5ejf490g3", + "meta": { + "id": "clq3a0qek00llsh27oa3aebnd", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic in its most annoying form", + "subType": "", + "rulesText": "Summon seven Frog tokens.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oxuy400ple0v50pby9zjd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oy3bc00pne0v5e31ta86j", + "slug": "alp_plague_of_frogs_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/plague_of_frogs-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "No more chilling a sound than a congress of croaks, and the splitter splatter of slimy feet.", + "cardId": "clm4oxp6l00pke0v5ejf490g3", + "setCardId": "clm4oxuy400ple0v50pby9zjd", + "setCard": { + "id": "clm4oxuy400ple0v50pby9zjd", + "slug": "alp_plague_of_frogs", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oxp6l00pke0v5ejf490g3", + "meta": { + "id": "clq3a0qek00llsh27oa3aebnd", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic in its most annoying form", + "subType": "", + "rulesText": "Summon seven Frog tokens.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oxuy400ple0v50pby9zjd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oirrp00m8e0v5a1c0354h", + "slug": "polar_bears", + "name": "Polar Bears", + "hotscore": 926, + "guardian": { + "id": "clq3a0fbl00jbsh27avbxc3qa", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts of extreme latitudes", + "subType": "Beast", + "rulesText": "Can move as if the top and bottom edges of the realm were connected.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oirrp00m8e0v5a1c0354h" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hod0018os67pvhgob86f", + "slug": "bet_polar_bears_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/polar_bears.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4oirrp00m8e0v5a1c0354h", + "setCardId": "clot8hobi018ms67pcf70zo1x", + "setCard": { + "id": "clot8hobi018ms67pcf70zo1x", + "slug": "bet_polar_bears", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oirrp00m8e0v5a1c0354h", + "meta": { + "id": "clq3a0flb00jdsh273hj5gry8", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts of extreme latitudes", + "subType": "Beast", + "rulesText": "Can move as if the top and bottom edges of the realm were connected.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hobi018ms67pcf70zo1x" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hoej018qs67pplwwwlxv", + "slug": "bet_polar_bears_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/polar_bears-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4oirrp00m8e0v5a1c0354h", + "setCardId": "clot8hobi018ms67pcf70zo1x", + "setCard": { + "id": "clot8hobi018ms67pcf70zo1x", + "slug": "bet_polar_bears", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oirrp00m8e0v5a1c0354h", + "meta": { + "id": "clq3a0flb00jdsh273hj5gry8", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts of extreme latitudes", + "subType": "Beast", + "rulesText": "Can move as if the top and bottom edges of the realm were connected.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hobi018ms67pcf70zo1x" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oiyhy00mae0v59woe85fz", + "slug": "alp_polar_bears_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/polar_bears.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4oirrp00m8e0v5a1c0354h", + "setCardId": "clm4oix4700m9e0v56y3hg4ty", + "setCard": { + "id": "clm4oix4700m9e0v56y3hg4ty", + "slug": "alp_polar_bears", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oirrp00m8e0v5a1c0354h", + "meta": { + "id": "clq3a0fdw00jcsh27zduyzqwq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts of extreme latitudes", + "subType": "Beast", + "rulesText": "Can move as if the top and bottom edges of the realm were connected.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oix4700m9e0v56y3hg4ty" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ojbdo00mce0v5gwpb3f6y", + "slug": "alp_polar_bears_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/polar_bears-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4oirrp00m8e0v5a1c0354h", + "setCardId": "clm4oix4700m9e0v56y3hg4ty", + "setCard": { + "id": "clm4oix4700m9e0v56y3hg4ty", + "slug": "alp_polar_bears", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oirrp00m8e0v5a1c0354h", + "meta": { + "id": "clq3a0fdw00jcsh27zduyzqwq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts of extreme latitudes", + "subType": "Beast", + "rulesText": "Can move as if the top and bottom edges of the realm were connected.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oix4700m9e0v56y3hg4ty" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oj5hj00mbe0v5dk820ges", + "slug": "alp_polar_bears_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/polar_bears-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4oirrp00m8e0v5a1c0354h", + "setCardId": "clm4oix4700m9e0v56y3hg4ty", + "setCard": { + "id": "clm4oix4700m9e0v56y3hg4ty", + "slug": "alp_polar_bears", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oirrp00m8e0v5a1c0354h", + "meta": { + "id": "clq3a0fdw00jcsh27zduyzqwq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts of extreme latitudes", + "subType": "Beast", + "rulesText": "Can move as if the top and bottom edges of the realm were connected.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oix4700m9e0v56y3hg4ty" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ojciw00mde0v56pmw5lom", + "slug": "polar_explorers", + "name": "Polar Explorers", + "hotscore": 855, + "guardian": { + "id": "clq3a0fra00jesh272zbpvx6k", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals on an icy expedition", + "subType": "Mortal", + "rulesText": "Allied units here can move as if the top and bottom edges of the realm were connected.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ojciw00mde0v56pmw5lom" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hoo2018vs67pqham8gnn", + "slug": "bet_polar_explorers_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/polar_explorers.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ojciw00mde0v56pmw5lom", + "setCardId": "clot8homi018ts67pe52vpi67", + "setCard": { + "id": "clot8homi018ts67pe52vpi67", + "slug": "bet_polar_explorers", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ojciw00mde0v56pmw5lom", + "meta": { + "id": "clq3a0fz700jgsh278amgcrl3", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals on an icy expedition", + "subType": "Mortal", + "rulesText": "Allied units here can move as if the top and bottom edges of the realm were connected.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8homi018ts67pe52vpi67" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hopi018xs67p93hq24al", + "slug": "bet_polar_explorers_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/polar_explorers-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ojciw00mde0v56pmw5lom", + "setCardId": "clot8homi018ts67pe52vpi67", + "setCard": { + "id": "clot8homi018ts67pe52vpi67", + "slug": "bet_polar_explorers", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ojciw00mde0v56pmw5lom", + "meta": { + "id": "clq3a0fz700jgsh278amgcrl3", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals on an icy expedition", + "subType": "Mortal", + "rulesText": "Allied units here can move as if the top and bottom edges of the realm were connected.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8homi018ts67pe52vpi67" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ojjjd00mfe0v56upk52t4", + "slug": "alp_polar_explorers_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/polar_explorers.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ojciw00mde0v56pmw5lom", + "setCardId": "clm4oji7u00mee0v534yg4f91", + "setCard": { + "id": "clm4oji7u00mee0v534yg4f91", + "slug": "alp_polar_explorers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ojciw00mde0v56pmw5lom", + "meta": { + "id": "clq3a0ftk00jfsh279t5721ki", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals on an icy expedition", + "subType": "Mortal", + "rulesText": "Allied units here can move as if the top and bottom edges of the realm were connected.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oji7u00mee0v534yg4f91" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ojqbq00mge0v5b0f26uhw", + "slug": "alp_polar_explorers_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/polar_explorers-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ojciw00mde0v56pmw5lom", + "setCardId": "clm4oji7u00mee0v534yg4f91", + "setCard": { + "id": "clm4oji7u00mee0v534yg4f91", + "slug": "alp_polar_explorers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ojciw00mde0v56pmw5lom", + "meta": { + "id": "clq3a0ftk00jfsh279t5721ki", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals on an icy expedition", + "subType": "Mortal", + "rulesText": "Allied units here can move as if the top and bottom edges of the realm were connected.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oji7u00mee0v534yg4f91" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oy8xl00poe0v5fjv81ed2", + "slug": "pollimorph", + "name": "Pollimorph", + "hotscore": 2458, + "guardian": { + "id": "clq3a0qq200lnsh278ntwvm6z", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of transfrogrification", + "subType": "", + "rulesText": "Transform target nearby minion into a Frog token.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oy8xl00poe0v5fjv81ed2" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hxdu01e4s67pk2nzskzb", + "slug": "bet_pollimorph_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pollimorph.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4oy8xl00poe0v5fjv81ed2", + "setCardId": "clot8hxc901e2s67ph7s7noc3", + "setCard": { + "id": "clot8hxc901e2s67ph7s7noc3", + "slug": "bet_pollimorph", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oy8xl00poe0v5fjv81ed2", + "meta": { + "id": "clq3a0qxx00lpsh27e769zf81", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of transfrogrification", + "subType": "", + "rulesText": "Transform target nearby minion into a Frog token.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hxc901e2s67ph7s7noc3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hxfl01e6s67pqt7wko72", + "slug": "bet_pollimorph_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pollimorph-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4oy8xl00poe0v5fjv81ed2", + "setCardId": "clot8hxc901e2s67ph7s7noc3", + "setCard": { + "id": "clot8hxc901e2s67ph7s7noc3", + "slug": "bet_pollimorph", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oy8xl00poe0v5fjv81ed2", + "meta": { + "id": "clq3a0qxx00lpsh27e769zf81", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of transfrogrification", + "subType": "", + "rulesText": "Transform target nearby minion into a Frog token.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hxc901e2s67ph7s7noc3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oyfoz00pqe0v55iv63sy6", + "slug": "alp_pollimorph_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pollimorph.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4oy8xl00poe0v5fjv81ed2", + "setCardId": "clm4oyedt00ppe0v5b84n9emu", + "setCard": { + "id": "clm4oyedt00ppe0v5b84n9emu", + "slug": "alp_pollimorph", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oy8xl00poe0v5fjv81ed2", + "meta": { + "id": "clq3a0qsb00losh27f3t3ejua", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of transfrogrification", + "subType": "", + "rulesText": "Transform target nearby minion into a Frog token.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oyedt00ppe0v5b84n9emu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oymw200pre0v5etqm673w", + "slug": "alp_pollimorph_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pollimorph-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4oy8xl00poe0v5fjv81ed2", + "setCardId": "clm4oyedt00ppe0v5b84n9emu", + "setCard": { + "id": "clm4oyedt00ppe0v5b84n9emu", + "slug": "alp_pollimorph", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oy8xl00poe0v5fjv81ed2", + "meta": { + "id": "clq3a0qsb00losh27f3t3ejua", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of transfrogrification", + "subType": "", + "rulesText": "Transform target nearby minion into a Frog token.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oyedt00ppe0v5b84n9emu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ojw3100mhe0v59uwffavm", + "slug": "porcupine_pufferfish", + "name": "Porcupine Pufferfish", + "hotscore": 1498, + "guardian": { + "id": "clq3a0g4v00jhsh271d3w39jc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary and prickly little Beast", + "subType": "Beast", + "rulesText": "Lethal, Submerge", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ojw3100mhe0v59uwffavm" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hp0b0192s67pk4piyind", + "slug": "bet_porcupine_pufferfish_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/porcupine_pufferfish.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "A remarkable thirteen pufferfish entries are found in Bog'duul’s Greater and Lesser Poisons and Their Uses.", + "cardId": "clm4ojw3100mhe0v59uwffavm", + "setCardId": "clot8hoyo0190s67p3oml5y6o", + "setCard": { + "id": "clot8hoyo0190s67p3oml5y6o", + "slug": "bet_porcupine_pufferfish", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ojw3100mhe0v59uwffavm", + "meta": { + "id": "clq3a0gck00jjsh270tcq5myl", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary and prickly little Beast", + "subType": "Beast", + "rulesText": "Lethal, Submerge", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hoyo0190s67p3oml5y6o" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hp200194s67p9forsoe3", + "slug": "bet_porcupine_pufferfish_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/porcupine_pufferfish-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "A remarkable thirteen pufferfish entries are found in Bog'duul’s Greater and Lesser Poisons and Their Uses.", + "cardId": "clm4ojw3100mhe0v59uwffavm", + "setCardId": "clot8hoyo0190s67p3oml5y6o", + "setCard": { + "id": "clot8hoyo0190s67p3oml5y6o", + "slug": "bet_porcupine_pufferfish", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ojw3100mhe0v59uwffavm", + "meta": { + "id": "clq3a0gck00jjsh270tcq5myl", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary and prickly little Beast", + "subType": "Beast", + "rulesText": "Lethal, Submerge", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hoyo0190s67p3oml5y6o" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ok3i900mje0v5f00y71qd", + "slug": "alp_porcupine_pufferfish_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/porcupine_pufferfish.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "A remarkable thirteen pufferfish entries are found in Bog'duul’s Greater and Lesser Poisons and Their Uses.", + "cardId": "clm4ojw3100mhe0v59uwffavm", + "setCardId": "clm4ok26r00mie0v53h6dfbe9", + "setCard": { + "id": "clm4ok26r00mie0v53h6dfbe9", + "slug": "alp_porcupine_pufferfish", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ojw3100mhe0v59uwffavm", + "meta": { + "id": "clq3a0g7300jish27y1ciqsmd", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary and prickly little Beast", + "subType": "Beast", + "rulesText": "Lethal, Submerge", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ok26r00mie0v53h6dfbe9" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4okaf200mke0v57iyzblx5", + "slug": "alp_porcupine_pufferfish_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/porcupine_pufferfish-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "A remarkable thirteen pufferfish entries are found in Bog'duul’s Greater and Lesser Poisons and Their Uses.", + "cardId": "clm4ojw3100mhe0v59uwffavm", + "setCardId": "clm4ok26r00mie0v53h6dfbe9", + "setCard": { + "id": "clm4ok26r00mie0v53h6dfbe9", + "slug": "alp_porcupine_pufferfish", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ojw3100mhe0v59uwffavm", + "meta": { + "id": "clq3a0g7300jish27y1ciqsmd", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary and prickly little Beast", + "subType": "Beast", + "rulesText": "Lethal, Submerge", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ok26r00mie0v53h6dfbe9" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qmxf3012ue0v5bdwa40qx", + "slug": "pristine_paradise", + "name": "Pristine Paradise", + "hotscore": 1531, + "guardian": { + "id": "clq3a1yjn00upsh27si104svn", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "cardId": "clm4qmxf3012ue0v5bdwa40qx" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + }, + { + "id": "fire", + "name": "Fire" + }, + { + "id": "water", + "name": "Water" + }, + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8iwdk01z7s67pr0nqfuph", + "slug": "bet_pristine_paradise_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pristine_paradise.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "setCardId": "clot8iwbx01z5s67p12u2yp43", + "setCard": { + "id": "clot8iwbx01z5s67p12u2yp43", + "slug": "bet_pristine_paradise", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "meta": { + "id": "clq3a1ysu00ursh27no9164w4", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8iwbx01z5s67p12u2yp43" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iwf301z9s67po6l5ctyt", + "slug": "bet_pristine_paradise_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pristine_paradise-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "setCardId": "clot8iwbx01z5s67p12u2yp43", + "setCard": { + "id": "clot8iwbx01z5s67p12u2yp43", + "slug": "bet_pristine_paradise", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "meta": { + "id": "clq3a1ysu00ursh27no9164w4", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8iwbx01z5s67p12u2yp43" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qn5ae012we0v51b8xaotf", + "slug": "alp_pristine_paradise_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pristine_paradise.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "setCardId": "clm4qn3zf012ve0v52y3b1o02", + "setCard": { + "id": "clm4qn3zf012ve0v52y3b1o02", + "slug": "alp_pristine_paradise", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "meta": { + "id": "clq3a1ylw00uqsh27z378ff6v", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qn3zf012ve0v52y3b1o02" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qnc1p012xe0v563qr5rwy", + "slug": "alp_pristine_paradise_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pristine_paradise-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "setCardId": "clm4qn3zf012ve0v52y3b1o02", + "setCard": { + "id": "clm4qn3zf012ve0v52y3b1o02", + "slug": "alp_pristine_paradise", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "meta": { + "id": "clq3a1ylw00uqsh27z378ff6v", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qn3zf012ve0v52y3b1o02" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oyry900pse0v5buh57tpy", + "slug": "replication", + "name": "Replication", + "hotscore": 717, + "guardian": { + "id": "clq3a0r3i00lqsh27ote0rk9f", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of counterfeit conjuring", + "subType": "", + "rulesText": "Conjure a copy of an artifact carried by the caster.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oyry900pse0v5buh57tpy" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hxou01ebs67ph17qnx7h", + "slug": "bet_replication_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/replication.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "A great sorcerer does not imitate; he plagiarizes.", + "cardId": "clm4oyry900pse0v5buh57tpy", + "setCardId": "clot8hxne01e9s67p3v2l3old", + "setCard": { + "id": "clot8hxne01e9s67p3v2l3old", + "slug": "bet_replication", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oyry900pse0v5buh57tpy", + "meta": { + "id": "clq3a0rbr00lssh274ur2aq3x", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of counterfeit conjuring", + "subType": "", + "rulesText": "Conjure a copy of an artifact carried by the caster.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hxne01e9s67p3v2l3old" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hxqb01eds67p6m6gn83e", + "slug": "bet_replication_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/replication-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "A great sorcerer does not imitate; he plagiarizes.", + "cardId": "clm4oyry900pse0v5buh57tpy", + "setCardId": "clot8hxne01e9s67p3v2l3old", + "setCard": { + "id": "clot8hxne01e9s67p3v2l3old", + "slug": "bet_replication", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oyry900pse0v5buh57tpy", + "meta": { + "id": "clq3a0rbr00lssh274ur2aq3x", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of counterfeit conjuring", + "subType": "", + "rulesText": "Conjure a copy of an artifact carried by the caster.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hxne01e9s67p3v2l3old" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oyyx100pue0v55tkhh6al", + "slug": "alp_replication_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/replication.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "\"A great sorcerer does not imitate; he plagiarizes.\"", + "cardId": "clm4oyry900pse0v5buh57tpy", + "setCardId": "clm4oyxlv00pte0v5apxs045p", + "setCard": { + "id": "clm4oyxlv00pte0v5apxs045p", + "slug": "alp_replication", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oyry900pse0v5buh57tpy", + "meta": { + "id": "clq3a0r5y00lrsh27g37xaklg", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of counterfeit conjuring", + "subType": "", + "rulesText": "Conjure a copy of an artifact carried by the caster.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oyxlv00pte0v5apxs045p" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oz5hm00pve0v574s545sj", + "slug": "alp_replication_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/replication-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "\"A great sorcerer does not imitate; he plagiarizes.\"", + "cardId": "clm4oyry900pse0v5buh57tpy", + "setCardId": "clm4oyxlv00pte0v5apxs045p", + "setCard": { + "id": "clm4oyxlv00pte0v5apxs045p", + "slug": "alp_replication", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oyry900pse0v5buh57tpy", + "meta": { + "id": "clq3a0r5y00lrsh27g37xaklg", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of counterfeit conjuring", + "subType": "", + "rulesText": "Conjure a copy of an artifact carried by the caster.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oyxlv00pte0v5apxs045p" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ozapt00pwe0v56hple6x9", + "slug": "riptide", + "name": "Riptide", + "hotscore": 3419, + "guardian": { + "id": "clq3a0rhp00ltsh27hhhseu4v", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to catch the unwary", + "subType": "", + "rulesText": "Target water site pulls in an aboveground unit it's adjacent to. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ozapt00pwe0v56hple6x9" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hxzq01eis67p2u7n3srm", + "slug": "bet_riptide_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/riptide.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ozapt00pwe0v56hple6x9", + "setCardId": "clot8hxy801egs67p8vr5u7dj", + "setCard": { + "id": "clot8hxy801egs67p8vr5u7dj", + "slug": "bet_riptide", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ozapt00pwe0v56hple6x9", + "meta": { + "id": "clq3a0rro00lvsh27xnbpzj36", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to catch the unwary", + "subType": "", + "rulesText": "Target water site pulls in an aboveground unit it's adjacent to. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hxy801egs67p8vr5u7dj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hy1901eks67pw5mpect5", + "slug": "bet_riptide_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/riptide-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ozapt00pwe0v56hple6x9", + "setCardId": "clot8hxy801egs67p8vr5u7dj", + "setCard": { + "id": "clot8hxy801egs67p8vr5u7dj", + "slug": "bet_riptide", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ozapt00pwe0v56hple6x9", + "meta": { + "id": "clq3a0rro00lvsh27xnbpzj36", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to catch the unwary", + "subType": "", + "rulesText": "Target water site pulls in an aboveground unit it's adjacent to. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hxy801egs67p8vr5u7dj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ozhh900pye0v5gwds2vvd", + "slug": "alp_riptide_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/riptide.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ozapt00pwe0v56hple6x9", + "setCardId": "clm4ozg6200pxe0v545wrc5w7", + "setCard": { + "id": "clm4ozg6200pxe0v545wrc5w7", + "slug": "alp_riptide", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ozapt00pwe0v56hple6x9", + "meta": { + "id": "clq3a0rk300lush27wvk78qv8", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to catch the unwary", + "subType": "", + "rulesText": "Target water site pulls in an aboveground unit it's adjacent to. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ozg6200pxe0v545wrc5w7" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ozufe00q0e0v59hsfc3rc", + "slug": "alp_riptide_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/riptide-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ozapt00pwe0v56hple6x9", + "setCardId": "clm4ozg6200pxe0v545wrc5w7", + "setCard": { + "id": "clm4ozg6200pxe0v545wrc5w7", + "slug": "alp_riptide", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ozapt00pwe0v56hple6x9", + "meta": { + "id": "clq3a0rk300lush27wvk78qv8", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to catch the unwary", + "subType": "", + "rulesText": "Target water site pulls in an aboveground unit it's adjacent to. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ozg6200pxe0v545wrc5w7" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ozpd300pze0v5exu7ghlg", + "slug": "alp_riptide_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/riptide-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ozapt00pwe0v56hple6x9", + "setCardId": "clm4ozg6200pxe0v545wrc5w7", + "setCard": { + "id": "clm4ozg6200pxe0v545wrc5w7", + "slug": "alp_riptide", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ozapt00pwe0v56hple6x9", + "meta": { + "id": "clq3a0rk300lush27wvk78qv8", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to catch the unwary", + "subType": "", + "rulesText": "Target water site pulls in an aboveground unit it's adjacent to. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ozg6200pxe0v545wrc5w7" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4okggw00mle0v52gpt8qsj", + "slug": "ruler_of_thul", + "name": "Ruler of Thul", + "hotscore": 3901, + "guardian": { + "id": "clq3a0gi500jksh270tdau7ax", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of hibernal majesty", + "subType": "Mortal", + "rulesText": "Charge \r\n\r\nAllies can move as if the top and bottom edges of the realm were connected. Other allies occupying sites there have +1 power.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4okggw00mle0v52gpt8qsj" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hpcf0199s67pxbqcs9kk", + "slug": "bet_ruler_of_thul_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ruler_of_thul.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4okggw00mle0v52gpt8qsj", + "setCardId": "clot8hpaw0197s67poxq5ju0t", + "setCard": { + "id": "clot8hpaw0197s67poxq5ju0t", + "slug": "bet_ruler_of_thul", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4okggw00mle0v52gpt8qsj", + "meta": { + "id": "clq3a0gqf00jmsh27fdye8w0t", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of hibernal majesty", + "subType": "Mortal", + "rulesText": "Charge \r\n\r\nAllies can move as if the top and bottom edges of the realm were connected. Other allies occupying sites there have +1 power.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hpaw0197s67poxq5ju0t" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hpdx019bs67pnoipyy4w", + "slug": "bet_ruler_of_thul_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ruler_of_thul-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4okggw00mle0v52gpt8qsj", + "setCardId": "clot8hpaw0197s67poxq5ju0t", + "setCard": { + "id": "clot8hpaw0197s67poxq5ju0t", + "slug": "bet_ruler_of_thul", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4okggw00mle0v52gpt8qsj", + "meta": { + "id": "clq3a0gqf00jmsh27fdye8w0t", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of hibernal majesty", + "subType": "Mortal", + "rulesText": "Charge \r\n\r\nAllies can move as if the top and bottom edges of the realm were connected. Other allies occupying sites there have +1 power.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hpaw0197s67poxq5ju0t" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oknjk00mne0v5fhd9dg7f", + "slug": "alp_ruler_of_thul_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ruler_of_thul.png", + "finish": "Standard", + "product": "Booster", + "artist": "Frank Frazetta", + "flavorText": "", + "cardId": "clm4okggw00mle0v52gpt8qsj", + "setCardId": "clm4okm7200mme0v59u13hlwb", + "setCard": { + "id": "clm4okm7200mme0v59u13hlwb", + "slug": "alp_ruler_of_thul", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4okggw00mle0v52gpt8qsj", + "meta": { + "id": "clq3a0gkq00jlsh27ms9pe570", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of hibernal majesty", + "subType": "Mortal", + "rulesText": "Charge \n\nAllies can move as if the top and bottom edges of the realm were connected. Other allies occupying sites there have +1 power.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4okm7200mme0v59u13hlwb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4okuiu00moe0v5ah8i4cte", + "slug": "alp_ruler_of_thul_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ruler_of_thul-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Frank Frazetta", + "flavorText": "", + "cardId": "clm4okggw00mle0v52gpt8qsj", + "setCardId": "clm4okm7200mme0v59u13hlwb", + "setCard": { + "id": "clm4okm7200mme0v59u13hlwb", + "slug": "alp_ruler_of_thul", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4okggw00mle0v52gpt8qsj", + "meta": { + "id": "clq3a0gkq00jlsh27ms9pe570", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of hibernal majesty", + "subType": "Mortal", + "rulesText": "Charge \n\nAllies can move as if the top and bottom edges of the realm were connected. Other allies occupying sites there have +1 power.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4okm7200mme0v59u13hlwb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4okzn900mpe0v58kmof9zo", + "slug": "sea_raider", + "name": "Sea Raider", + "hotscore": 957, + "guardian": { + "id": "clq3a0gw700jnsh27u5cmzxau", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal loots and pillages", + "subType": "Mortal", + "rulesText": "Whenever Sea Raider attacks and kills an enemy, its controller discards their topmost spell. You may cast that spell once this turn, ignoring threshold.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4okzn900mpe0v58kmof9zo" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hpn8019gs67pgwf91oum", + "slug": "bet_sea_raider_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sea_raider.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4okzn900mpe0v58kmof9zo", + "setCardId": "clot8hplp019es67p8hxt31oo", + "setCard": { + "id": "clot8hplp019es67p8hxt31oo", + "slug": "bet_sea_raider", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4okzn900mpe0v58kmof9zo", + "meta": { + "id": "clq3a0h4j00jpsh27og4qv4tk", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal loots and pillages", + "subType": "Mortal", + "rulesText": "Whenever Sea Raider attacks and kills an enemy, its controller discards their topmost spell. You may cast that spell once this turn, ignoring threshold.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hplp019es67p8hxt31oo" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hpor019is67ptsabg3uc", + "slug": "bet_sea_raider_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sea_raider-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4okzn900mpe0v58kmof9zo", + "setCardId": "clot8hplp019es67p8hxt31oo", + "setCard": { + "id": "clot8hplp019es67p8hxt31oo", + "slug": "bet_sea_raider", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4okzn900mpe0v58kmof9zo", + "meta": { + "id": "clq3a0h4j00jpsh27og4qv4tk", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal loots and pillages", + "subType": "Mortal", + "rulesText": "Whenever Sea Raider attacks and kills an enemy, its controller discards their topmost spell. You may cast that spell once this turn, ignoring threshold.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hplp019es67p8hxt31oo" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ol6o100mre0v51b3r6m9w", + "slug": "alp_sea_raider_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sea_raider.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4okzn900mpe0v58kmof9zo", + "setCardId": "clm4ol5c900mqe0v5dftyh017", + "setCard": { + "id": "clm4ol5c900mqe0v5dftyh017", + "slug": "alp_sea_raider", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4okzn900mpe0v58kmof9zo", + "meta": { + "id": "clq3a0gyl00josh271ks2gil8", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal loots and pillages", + "subType": "Mortal", + "rulesText": "Whenever Sea Raider attacks and kills an enemy, its controller discards their topmost spell. You may cast that spell once this turn, ignoring threshold.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ol5c900mqe0v5dftyh017" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oldsj00mse0v5esom0w3x", + "slug": "alp_sea_raider_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sea_raider-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4okzn900mpe0v58kmof9zo", + "setCardId": "clm4ol5c900mqe0v5dftyh017", + "setCard": { + "id": "clm4ol5c900mqe0v5dftyh017", + "slug": "alp_sea_raider", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4okzn900mpe0v58kmof9zo", + "meta": { + "id": "clq3a0gyl00josh271ks2gil8", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal loots and pillages", + "subType": "Mortal", + "rulesText": "Whenever Sea Raider attacks and kills an enemy, its controller discards their topmost spell. You may cast that spell once this turn, ignoring threshold.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ol5c900mqe0v5dftyh017" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4olj5500mte0v55nv0cwcf", + "slug": "sea_serpent", + "name": "Sea Serpent", + "hotscore": 412, + "guardian": { + "id": "clq3a0haa00jqsh27yxxh6zlb", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast bestrides the ocean", + "subType": "Beast", + "rulesText": "Submerge, Waterbound", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4olj5500mte0v55nv0cwcf" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hpzk019ns67phiiz22ul", + "slug": "bet_sea_serpent_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sea_serpent.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "The study of sea serpents advances one funeral at a time.", + "cardId": "clm4olj5500mte0v55nv0cwcf", + "setCardId": "clot8hpy0019ls67pq91819kv", + "setCard": { + "id": "clot8hpy0019ls67pq91819kv", + "slug": "bet_sea_serpent", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4olj5500mte0v55nv0cwcf", + "meta": { + "id": "clq3a0hjr00jssh27hx5ggmv6", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast bestrides the ocean", + "subType": "Beast", + "rulesText": "Submerge, Waterbound", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hpy0019ls67pq91819kv" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hq16019ps67pb2c0nqmh", + "slug": "bet_sea_serpent_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sea_serpent-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "The study of sea serpents advances one funeral at a time.", + "cardId": "clm4olj5500mte0v55nv0cwcf", + "setCardId": "clot8hpy0019ls67pq91819kv", + "setCard": { + "id": "clot8hpy0019ls67pq91819kv", + "slug": "bet_sea_serpent", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4olj5500mte0v55nv0cwcf", + "meta": { + "id": "clq3a0hjr00jssh27hx5ggmv6", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast bestrides the ocean", + "subType": "Beast", + "rulesText": "Submerge, Waterbound", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hpy0019ls67pq91819kv" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4olqmc00mve0v5f8t03kbj", + "slug": "alp_sea_serpent_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sea_serpent.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "The study of sea serpents advances one funeral at a time.", + "cardId": "clm4olj5500mte0v55nv0cwcf", + "setCardId": "clm4olp9o00mue0v5hd5wcr71", + "setCard": { + "id": "clm4olp9o00mue0v5hd5wcr71", + "slug": "alp_sea_serpent", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4olj5500mte0v55nv0cwcf", + "meta": { + "id": "clq3a0hcj00jrsh27aoktzwxy", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast bestrides the ocean", + "subType": "Beast", + "rulesText": "Submerge, Waterbound", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4olp9o00mue0v5hd5wcr71" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4om27z00mxe0v5avttedgn", + "slug": "alp_sea_serpent_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sea_serpent-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Vincent Pompetti", + "flavorText": "The study of sea serpents advances one funeral at a time.", + "cardId": "clm4olj5500mte0v55nv0cwcf", + "setCardId": "clm4olp9o00mue0v5hd5wcr71", + "setCard": { + "id": "clm4olp9o00mue0v5hd5wcr71", + "slug": "alp_sea_serpent", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4olj5500mte0v55nv0cwcf", + "meta": { + "id": "clq3a0hcj00jrsh27aoktzwxy", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast bestrides the ocean", + "subType": "Beast", + "rulesText": "Submerge, Waterbound", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4olp9o00mue0v5hd5wcr71" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4olx3k00mwe0v53i1khq17", + "slug": "alp_sea_serpent_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sea_serpent-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "The study of sea serpents advances one funeral at a time.", + "cardId": "clm4olj5500mte0v55nv0cwcf", + "setCardId": "clm4olp9o00mue0v5hd5wcr71", + "setCard": { + "id": "clm4olp9o00mue0v5hd5wcr71", + "slug": "alp_sea_serpent", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4olj5500mte0v55nv0cwcf", + "meta": { + "id": "clq3a0hcj00jrsh27aoktzwxy", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast bestrides the ocean", + "subType": "Beast", + "rulesText": "Submerge, Waterbound", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4olp9o00mue0v5hd5wcr71" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4om3ed00mye0v5b56hedrf", + "slug": "sedge_crabs", + "name": "Sedge Crabs", + "hotscore": 647, + "guardian": { + "id": "clq3a0hpe00jtsh275kv5igcp", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts that scrape and sidle", + "subType": "Beast", + "rulesText": "Can only move themselves sideways.", + "cost": 1, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4om3ed00mye0v5b56hedrf" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hqag019us67pabnt4k2o", + "slug": "bet_sedge_crabs_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sedge_crabs.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "“One will never make the crab walk straight.“\r\n— Aristophanes", + "cardId": "clm4om3ed00mye0v5b56hedrf", + "setCardId": "clot8hq8w019ss67p49lneysj", + "setCard": { + "id": "clot8hq8w019ss67p49lneysj", + "slug": "bet_sedge_crabs", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4om3ed00mye0v5b56hedrf", + "meta": { + "id": "clq3a0hzk00jvsh274uohy8qe", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts that scrape and sidle", + "subType": "Beast", + "rulesText": "Can only move themselves sideways.", + "cost": 1, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hq8w019ss67p49lneysj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hqby019ws67pr6w1dl11", + "slug": "bet_sedge_crabs_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sedge_crabs-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "“One will never make the crab walk straight.“\r\n— Aristophanes", + "cardId": "clm4om3ed00mye0v5b56hedrf", + "setCardId": "clot8hq8w019ss67p49lneysj", + "setCard": { + "id": "clot8hq8w019ss67p49lneysj", + "slug": "bet_sedge_crabs", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4om3ed00mye0v5b56hedrf", + "meta": { + "id": "clq3a0hzk00jvsh274uohy8qe", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts that scrape and sidle", + "subType": "Beast", + "rulesText": "Can only move themselves sideways.", + "cost": 1, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hq8w019ss67p49lneysj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oma7a00n0e0v5b63pff5r", + "slug": "alp_sedge_crabs_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sedge_crabs.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "“One will never make the crab walk straight.“\n— Aristophanes", + "cardId": "clm4om3ed00mye0v5b56hedrf", + "setCardId": "clm4om8vc00mze0v5089p15ec", + "setCard": { + "id": "clm4om8vc00mze0v5089p15ec", + "slug": "alp_sedge_crabs", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4om3ed00mye0v5b56hedrf", + "meta": { + "id": "clq3a0hrt00jush271855tlr8", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts that scrape and sidle", + "subType": "Beast", + "rulesText": "Can only move themselves sideways.", + "cost": 1, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4om8vc00mze0v5089p15ec" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ommfy00n2e0v5gz79dvea", + "slug": "alp_sedge_crabs_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sedge_crabs-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Ossi Hiekkala", + "flavorText": "“One will never make the crab walk straight.“\n— Aristophanes", + "cardId": "clm4om3ed00mye0v5b56hedrf", + "setCardId": "clm4om8vc00mze0v5089p15ec", + "setCard": { + "id": "clm4om8vc00mze0v5089p15ec", + "slug": "alp_sedge_crabs", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4om3ed00mye0v5b56hedrf", + "meta": { + "id": "clq3a0hrt00jush271855tlr8", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts that scrape and sidle", + "subType": "Beast", + "rulesText": "Can only move themselves sideways.", + "cost": 1, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4om8vc00mze0v5089p15ec" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4omgtv00n1e0v5166ndtfs", + "slug": "alp_sedge_crabs_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sedge_crabs-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "“One will never make the crab walk straight.“\n— Aristophanes", + "cardId": "clm4om3ed00mye0v5b56hedrf", + "setCardId": "clm4om8vc00mze0v5089p15ec", + "setCard": { + "id": "clm4om8vc00mze0v5089p15ec", + "slug": "alp_sedge_crabs", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4om3ed00mye0v5b56hedrf", + "meta": { + "id": "clq3a0hrt00jush271855tlr8", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts that scrape and sidle", + "subType": "Beast", + "rulesText": "Can only move themselves sideways.", + "cost": 1, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4om8vc00mze0v5089p15ec" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4omnkp00n3e0v5h2be1vkp", + "slug": "seirawan_hydra", + "name": "Seirawan Hydra", + "hotscore": 1572, + "guardian": { + "id": "clq3a0i5600jwsh275ufhw7al", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster of multifarious might", + "subType": "Monster", + "rulesText": "Immune to non-lethal damage.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4omnkp00n3e0v5h2be1vkp" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hqn101a1s67pd8e1sv9q", + "slug": "bet_seirawan_hydra_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/seirawan_hydra.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Fell the tree, and the branches are soon cut off. — Francis Quarles", + "cardId": "clm4omnkp00n3e0v5h2be1vkp", + "setCardId": "clot8hqkr019zs67p2jrsmja8", + "setCard": { + "id": "clot8hqkr019zs67p2jrsmja8", + "slug": "bet_seirawan_hydra", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4omnkp00n3e0v5h2be1vkp", + "meta": { + "id": "clq3a0id200jysh27767lmq30", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster of multifarious might", + "subType": "Monster", + "rulesText": "Immune to non-lethal damage.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hqkr019zs67p2jrsmja8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hqot01a3s67pkgueari5", + "slug": "bet_seirawan_hydra_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/seirawan_hydra-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Fell the tree, and the branches are soon cut off. — Francis Quarles", + "cardId": "clm4omnkp00n3e0v5h2be1vkp", + "setCardId": "clot8hqkr019zs67p2jrsmja8", + "setCard": { + "id": "clot8hqkr019zs67p2jrsmja8", + "slug": "bet_seirawan_hydra", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4omnkp00n3e0v5h2be1vkp", + "meta": { + "id": "clq3a0id200jysh27767lmq30", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster of multifarious might", + "subType": "Monster", + "rulesText": "Immune to non-lethal damage.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hqkr019zs67p2jrsmja8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4omumt00n5e0v5arn89p7y", + "slug": "alp_seirawan_hydra_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/seirawan_hydra.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "\"Fell the tree, and the branches are soon cut off.\" — Francis Quarles", + "cardId": "clm4omnkp00n3e0v5h2be1vkp", + "setCardId": "clm4omtb500n4e0v5ha2a07z4", + "setCard": { + "id": "clm4omtb500n4e0v5ha2a07z4", + "slug": "alp_seirawan_hydra", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4omnkp00n3e0v5h2be1vkp", + "meta": { + "id": "clq3a0i7e00jxsh27sxr1dkds", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster of multifarious might", + "subType": "Monster", + "rulesText": "Immune to non-lethal damage.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4omtb500n4e0v5ha2a07z4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4on1ib00n6e0v5hc6u8zf4", + "slug": "alp_seirawan_hydra_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/seirawan_hydra-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "\"Fell the tree, and the branches are soon cut off.\" — Francis Quarles", + "cardId": "clm4omnkp00n3e0v5h2be1vkp", + "setCardId": "clm4omtb500n4e0v5ha2a07z4", + "setCard": { + "id": "clm4omtb500n4e0v5ha2a07z4", + "slug": "alp_seirawan_hydra", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4omnkp00n3e0v5h2be1vkp", + "meta": { + "id": "clq3a0i7e00jxsh27sxr1dkds", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster of multifarious might", + "subType": "Monster", + "rulesText": "Immune to non-lethal damage.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4omtb500n4e0v5ha2a07z4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4on6ws00n7e0v589woebko", + "slug": "selfsame_simulacrum", + "name": "Selfsame Simulacrum", + "hotscore": 2688, + "guardian": { + "id": "clq3a0iiu00jzsh27tb288ds7", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Faerie of sincerest flattery", + "subType": "Faerie", + "rulesText": "May be summoned as a basic copy of a nearby minion.", + "cost": 4, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4on6ws00n7e0v589woebko" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hqyw01a8s67pvdghhhy0", + "slug": "bet_selfsame_simulacrum_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/selfsame_simulacrum.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "Common folk view their lives through a half-silvered mirror, seeing only their own reflection.", + "cardId": "clm4on6ws00n7e0v589woebko", + "setCardId": "clot8hqxf01a6s67pykjoj7fu", + "setCard": { + "id": "clot8hqxf01a6s67pykjoj7fu", + "slug": "bet_selfsame_simulacrum", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4on6ws00n7e0v589woebko", + "meta": { + "id": "clq3a0ir100k1sh276vrnd3ue", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Faerie of sincerest flattery", + "subType": "Faerie", + "rulesText": "May be summoned as a basic copy of a nearby minion.", + "cost": 4, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hqxf01a6s67pykjoj7fu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hr0f01aas67pq0fwjojx", + "slug": "bet_selfsame_simulacrum_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/selfsame_simulacrum-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "Common folk view their lives through a half-silvered mirror, seeing only their own reflection.", + "cardId": "clm4on6ws00n7e0v589woebko", + "setCardId": "clot8hqxf01a6s67pykjoj7fu", + "setCard": { + "id": "clot8hqxf01a6s67pykjoj7fu", + "slug": "bet_selfsame_simulacrum", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4on6ws00n7e0v589woebko", + "meta": { + "id": "clq3a0ir100k1sh276vrnd3ue", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Faerie of sincerest flattery", + "subType": "Faerie", + "rulesText": "May be summoned as a basic copy of a nearby minion.", + "cost": 4, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hqxf01a6s67pykjoj7fu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ondy300n9e0v5a0a3d36i", + "slug": "alp_selfsame_simulacrum_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/selfsame_simulacrum.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "Common folk view their lives through a half-silvered mirror, seeing only their own reflection.", + "cardId": "clm4on6ws00n7e0v589woebko", + "setCardId": "clm4oncmk00n8e0v587bz9jy0", + "setCard": { + "id": "clm4oncmk00n8e0v587bz9jy0", + "slug": "alp_selfsame_simulacrum", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4on6ws00n7e0v589woebko", + "meta": { + "id": "clq3a0il600k0sh27i8mahlp9", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Faerie of sincerest flattery", + "subType": "Faerie", + "rulesText": "May be summoned as a basic copy of a nearby minion.", + "cost": 4, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oncmk00n8e0v587bz9jy0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4onlgo00nae0v5dihh27rx", + "slug": "alp_selfsame_simulacrum_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/selfsame_simulacrum-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "Common folk view their lives through a half-silvered mirror, seeing only their own reflection.", + "cardId": "clm4on6ws00n7e0v589woebko", + "setCardId": "clm4oncmk00n8e0v587bz9jy0", + "setCard": { + "id": "clm4oncmk00n8e0v587bz9jy0", + "slug": "alp_selfsame_simulacrum", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4on6ws00n7e0v589woebko", + "meta": { + "id": "clq3a0il600k0sh27i8mahlp9", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Faerie of sincerest flattery", + "subType": "Faerie", + "rulesText": "May be summoned as a basic copy of a nearby minion.", + "cost": 4, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oncmk00n8e0v587bz9jy0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ozvjp00q1e0v5ekf4abc5", + "slug": "shrink", + "name": "Shrink", + "hotscore": 1171, + "guardian": { + "id": "clq3a0rxa00lwsh27l69whjnc", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of brief diminution", + "subType": "", + "rulesText": "Set the base power of target nearby unit to 0 until your next turn.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ozvjp00q1e0v5ekf4abc5" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hyau01eps67p8enm5f3m", + "slug": "bet_shrink_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/shrink.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ozvjp00q1e0v5ekf4abc5", + "setCardId": "clot8hy9701ens67p9yxmekxo", + "setCard": { + "id": "clot8hy9701ens67p9yxmekxo", + "slug": "bet_shrink", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ozvjp00q1e0v5ekf4abc5", + "meta": { + "id": "clq3a0s5e00lysh278l3nf2zg", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of brief diminution", + "subType": "", + "rulesText": "Set the base power of target nearby unit to 0 until your next turn.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hy9701ens67p9yxmekxo" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hycr01ers67pcdoxd8e2", + "slug": "bet_shrink_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/shrink-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ozvjp00q1e0v5ekf4abc5", + "setCardId": "clot8hy9701ens67p9yxmekxo", + "setCard": { + "id": "clot8hy9701ens67p9yxmekxo", + "slug": "bet_shrink", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ozvjp00q1e0v5ekf4abc5", + "meta": { + "id": "clq3a0s5e00lysh278l3nf2zg", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of brief diminution", + "subType": "", + "rulesText": "Set the base power of target nearby unit to 0 until your next turn.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hy9701ens67p9yxmekxo" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p02gf00q3e0v5fulp54x9", + "slug": "alp_shrink_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/shrink.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ozvjp00q1e0v5ekf4abc5", + "setCardId": "clm4p015f00q2e0v5dzsi8twm", + "setCard": { + "id": "clm4p015f00q2e0v5dzsi8twm", + "slug": "alp_shrink", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ozvjp00q1e0v5ekf4abc5", + "meta": { + "id": "clq3a0rzp00lxsh27yvy4l1v2", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of brief diminution", + "subType": "", + "rulesText": "Set the base power of target nearby unit to 0 until your next turn.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p015f00q2e0v5dzsi8twm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p091f00q4e0v54tn6720d", + "slug": "alp_shrink_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/shrink-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ozvjp00q1e0v5ekf4abc5", + "setCardId": "clm4p015f00q2e0v5dzsi8twm", + "setCard": { + "id": "clm4p015f00q2e0v5dzsi8twm", + "slug": "alp_shrink", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ozvjp00q1e0v5ekf4abc5", + "meta": { + "id": "clq3a0rzp00lxsh27yvy4l1v2", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of brief diminution", + "subType": "", + "rulesText": "Set the base power of target nearby unit to 0 until your next turn.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p015f00q2e0v5dzsi8twm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p5xkm00rce0v52ys2dcn2", + "slug": "silence", + "name": "Silence", + "hotscore": 1618, + "guardian": { + "id": "clq3a0wco00mtsh27beo2i8io", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of simpler times", + "subType": "", + "rulesText": "Minions occupying affected sites lose all non-basic abilities.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p5xkm00rce0v52ys2dcn2" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8i1y001gus67powy91ngy", + "slug": "bet_silence_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/silence.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4p5xkm00rce0v52ys2dcn2", + "setCardId": "clot8i1wj01gss67pe3fdgalm", + "setCard": { + "id": "clot8i1wj01gss67pe3fdgalm", + "slug": "bet_silence", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p5xkm00rce0v52ys2dcn2", + "meta": { + "id": "clq3a0wkx00mvsh27qwqiwere", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of simpler times", + "subType": "", + "rulesText": "Minions occupying affected sites lose all non-basic abilities.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i1wj01gss67pe3fdgalm" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i1zg01gws67ppzvtw2vi", + "slug": "bet_silence_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/silence-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4p5xkm00rce0v52ys2dcn2", + "setCardId": "clot8i1wj01gss67pe3fdgalm", + "setCard": { + "id": "clot8i1wj01gss67pe3fdgalm", + "slug": "bet_silence", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p5xkm00rce0v52ys2dcn2", + "meta": { + "id": "clq3a0wkx00mvsh27qwqiwere", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of simpler times", + "subType": "", + "rulesText": "Minions occupying affected sites lose all non-basic abilities.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i1wj01gss67pe3fdgalm" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p64c200ree0v55n7qayb9", + "slug": "alp_silence_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/silence.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4p5xkm00rce0v52ys2dcn2", + "setCardId": "clm4p631000rde0v52ba424h2", + "setCard": { + "id": "clm4p631000rde0v52ba424h2", + "slug": "alp_silence", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p5xkm00rce0v52ys2dcn2", + "meta": { + "id": "clq3a0wez00mush274ftqx8tj", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of simpler times", + "subType": "", + "rulesText": "Minions occupying affected sites lose all non-basic abilities.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p631000rde0v52ba424h2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p6b4d00rfe0v5htne50ke", + "slug": "alp_silence_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/silence-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4p5xkm00rce0v52ys2dcn2", + "setCardId": "clm4p631000rde0v52ba424h2", + "setCard": { + "id": "clm4p631000rde0v52ba424h2", + "slug": "alp_silence", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p5xkm00rce0v52ys2dcn2", + "meta": { + "id": "clq3a0wez00mush274ftqx8tj", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of simpler times", + "subType": "", + "rulesText": "Minions occupying affected sites lose all non-basic abilities.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p631000rde0v52ba424h2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p0e9g00q5e0v579mh53mq", + "slug": "sleep", + "name": "Sleep", + "hotscore": 843, + "guardian": { + "id": "clq3a0sb500lzsh27tst622af", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of soporific slumber", + "subType": "", + "rulesText": "Target minion at a location up to two steps away falls asleep. It's disabled until it takes damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p0e9g00q5e0v579mh53mq" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hyos01ews67pm2bu1a4a", + "slug": "bet_sleep_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sleep.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "Breathe deep the gathering bloom.", + "cardId": "clm4p0e9g00q5e0v579mh53mq", + "setCardId": "clot8hymu01eus67phxfhkw1y", + "setCard": { + "id": "clot8hymu01eus67phxfhkw1y", + "slug": "bet_sleep", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p0e9g00q5e0v579mh53mq", + "meta": { + "id": "clq3a0sjk00m1sh27v7uw2d9d", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of soporific slumber", + "subType": "", + "rulesText": "Target minion at a location up to two steps away falls asleep. It's disabled until it takes damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hymu01eus67phxfhkw1y" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hyqh01eys67p3cwliq2g", + "slug": "bet_sleep_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sleep-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "Breathe deep the gathering bloom.", + "cardId": "clm4p0e9g00q5e0v579mh53mq", + "setCardId": "clot8hymu01eus67phxfhkw1y", + "setCard": { + "id": "clot8hymu01eus67phxfhkw1y", + "slug": "bet_sleep", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p0e9g00q5e0v579mh53mq", + "meta": { + "id": "clq3a0sjk00m1sh27v7uw2d9d", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of soporific slumber", + "subType": "", + "rulesText": "Target minion at a location up to two steps away falls asleep. It's disabled until it takes damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hymu01eus67phxfhkw1y" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p0ldb00q7e0v53ywd5506", + "slug": "alp_sleep_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sleep.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "Breathe deep the gathering bloom.", + "cardId": "clm4p0e9g00q5e0v579mh53mq", + "setCardId": "clm4p0k2c00q6e0v58goje807", + "setCard": { + "id": "clm4p0k2c00q6e0v58goje807", + "slug": "alp_sleep", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p0e9g00q5e0v579mh53mq", + "meta": { + "id": "clq3a0sdi00m0sh27eptngkoh", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of soporific slumber", + "subType": "", + "rulesText": "Target minion at a location up to two steps away falls asleep. It's disabled until it takes damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p0k2c00q6e0v58goje807" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p0s4h00q8e0v5ge5zco94", + "slug": "alp_sleep_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sleep-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "Breathe deep the gathering bloom.", + "cardId": "clm4p0e9g00q5e0v579mh53mq", + "setCardId": "clm4p0k2c00q6e0v58goje807", + "setCard": { + "id": "clm4p0k2c00q6e0v58goje807", + "slug": "alp_sleep", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p0e9g00q5e0v579mh53mq", + "meta": { + "id": "clq3a0sdi00m0sh27eptngkoh", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of soporific slumber", + "subType": "", + "rulesText": "Target minion at a location up to two steps away falls asleep. It's disabled until it takes damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p0k2c00q6e0v58goje807" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4onqqn00nbe0v5e39radoj", + "slug": "sneak_thief", + "name": "Sneak Thief", + "hotscore": 498, + "guardian": { + "id": "clq3a0iwo00k2sh27tq3vmnjf", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal burgles and borrows", + "subType": "Mortal", + "rulesText": "Stealth\r\n\r\nTap → Steal an artifact out of the hands of another target unit here, and stay Stealthed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4onqqn00nbe0v5e39radoj" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hrb601afs67pduhxohne", + "slug": "bet_sneak_thief_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sneak_thief.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4onqqn00nbe0v5e39radoj", + "setCardId": "clot8hr9e01ads67pvijzk47j", + "setCard": { + "id": "clot8hr9e01ads67pvijzk47j", + "slug": "bet_sneak_thief", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4onqqn00nbe0v5e39radoj", + "meta": { + "id": "clq3a0j4u00k4sh274081e4o9", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal burgles and borrows", + "subType": "Mortal", + "rulesText": "Stealth\r\n\r\nTap → Steal an artifact out of the hands of another target unit here, and stay Stealthed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hr9e01ads67pvijzk47j" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hrcu01ahs67py2n2o99o", + "slug": "bet_sneak_thief_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sneak_thief-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4onqqn00nbe0v5e39radoj", + "setCardId": "clot8hr9e01ads67pvijzk47j", + "setCard": { + "id": "clot8hr9e01ads67pvijzk47j", + "slug": "bet_sneak_thief", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4onqqn00nbe0v5e39radoj", + "meta": { + "id": "clq3a0j4u00k4sh274081e4o9", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal burgles and borrows", + "subType": "Mortal", + "rulesText": "Stealth\r\n\r\nTap → Steal an artifact out of the hands of another target unit here, and stay Stealthed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hr9e01ads67pvijzk47j" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4onxv000nde0v5e6qd96yi", + "slug": "alp_sneak_thief_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sneak_thief.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4onqqn00nbe0v5e39radoj", + "setCardId": "clm4onwjr00nce0v52rw2ceqm", + "setCard": { + "id": "clm4onwjr00nce0v52rw2ceqm", + "slug": "alp_sneak_thief", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4onqqn00nbe0v5e39radoj", + "meta": { + "id": "clq3a0iz200k3sh27908v4mci", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal burgles and borrows", + "subType": "Mortal", + "rulesText": "Stealth\n\nTap → Steal an artifact out of the hands of another target unit here, and stay Stealthed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4onwjr00nce0v52rw2ceqm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oo4mx00nee0v542ea9ok3", + "slug": "alp_sneak_thief_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sneak_thief-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4onqqn00nbe0v5e39radoj", + "setCardId": "clm4onwjr00nce0v52rw2ceqm", + "setCard": { + "id": "clm4onwjr00nce0v52rw2ceqm", + "slug": "alp_sneak_thief", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4onqqn00nbe0v5e39radoj", + "meta": { + "id": "clq3a0iz200k3sh27908v4mci", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal burgles and borrows", + "subType": "Mortal", + "rulesText": "Stealth\n\nTap → Steal an artifact out of the hands of another target unit here, and stay Stealthed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4onwjr00nce0v52rw2ceqm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qiyb0011ye0v51bavhsoo", + "slug": "spring_river", + "name": "Spring River", + "hotscore": 3324, + "guardian": { + "id": "clq3a1vn900u4sh27ez05agoq", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of rejuvenation", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qiyb0011ye0v51bavhsoo" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8itym01xus67pdj5rl9af", + "slug": "bet_spring_river_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/spring_river.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qiyb0011ye0v51bavhsoo", + "setCardId": "clot8itx401xss67pbav5nmqj", + "setCard": { + "id": "clot8itx401xss67pbav5nmqj", + "slug": "bet_spring_river", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qiyb0011ye0v51bavhsoo", + "meta": { + "id": "clq3a1vx400u6sh27h00vkwzp", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of rejuvenation", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8itx401xss67pbav5nmqj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iu0501xws67plhnz43nm", + "slug": "bet_spring_river_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/spring_river-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qiyb0011ye0v51bavhsoo", + "setCardId": "clot8itx401xss67pbav5nmqj", + "setCard": { + "id": "clot8itx401xss67pbav5nmqj", + "slug": "bet_spring_river", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qiyb0011ye0v51bavhsoo", + "meta": { + "id": "clq3a1vx400u6sh27h00vkwzp", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of rejuvenation", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8itx401xss67pbav5nmqj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qj5nm0120e0v553nzbfhk", + "slug": "alp_spring_river_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spring_river.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qiyb0011ye0v51bavhsoo", + "setCardId": "clm4qj4ce011ze0v53hou3b3k", + "setCard": { + "id": "clm4qj4ce011ze0v53hou3b3k", + "slug": "alp_spring_river", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qiyb0011ye0v51bavhsoo", + "meta": { + "id": "clq3a1vpn00u5sh27ol8bhh6e", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of rejuvenation", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qj4ce011ze0v53hou3b3k" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qjiek0122e0v52g6r19t8", + "slug": "alp_spring_river_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spring_river-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qiyb0011ye0v51bavhsoo", + "setCardId": "clm4qj4ce011ze0v53hou3b3k", + "setCard": { + "id": "clm4qj4ce011ze0v53hou3b3k", + "slug": "alp_spring_river", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qiyb0011ye0v51bavhsoo", + "meta": { + "id": "clq3a1vpn00u5sh27ol8bhh6e", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of rejuvenation", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qj4ce011ze0v53hou3b3k" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qjcte0121e0v52fgc6wyt", + "slug": "alp_spring_river_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spring_river-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qiyb0011ye0v51bavhsoo", + "setCardId": "clm4qj4ce011ze0v53hou3b3k", + "setCard": { + "id": "clm4qj4ce011ze0v53hou3b3k", + "slug": "alp_spring_river", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qiyb0011ye0v51bavhsoo", + "meta": { + "id": "clq3a1vpn00u5sh27ol8bhh6e", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of rejuvenation", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qj4ce011ze0v53hou3b3k" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p0yad00q9e0v56yj6430y", + "slug": "stormy_seas", + "name": "Stormy Seas", + "hotscore": 1520, + "guardian": { + "id": "clq3a0spg00m2sh27vh681e2g", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of maritime furor", + "subType": "", + "rulesText": "Submerge all minions and artifacts occupying target water site.\r\n", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p0yad00q9e0v56yj6430y" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hz0y01f3s67pilphh1o6", + "slug": "bet_stormy_seas_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/stormy_seas.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "The sea is angry today, my friends; hike and hold, men, fly! Bring due astern Neptune's belly!", + "cardId": "clm4p0yad00q9e0v56yj6430y", + "setCardId": "clot8hyzf01f1s67p0ckxefl7", + "setCard": { + "id": "clot8hyzf01f1s67p0ckxefl7", + "slug": "bet_stormy_seas", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p0yad00q9e0v56yj6430y", + "meta": { + "id": "clq3a0sxq00m4sh27w9qy0fky", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of maritime furor", + "subType": "", + "rulesText": "Submerge all minions and artifacts occupying target water site.\r\n", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hyzf01f1s67p0ckxefl7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hz2n01f5s67pr1930yc4", + "slug": "bet_stormy_seas_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/stormy_seas-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "The sea is angry today, my friends; hike and hold, men, fly! Bring due astern Neptune's belly!", + "cardId": "clm4p0yad00q9e0v56yj6430y", + "setCardId": "clot8hyzf01f1s67p0ckxefl7", + "setCard": { + "id": "clot8hyzf01f1s67p0ckxefl7", + "slug": "bet_stormy_seas", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p0yad00q9e0v56yj6430y", + "meta": { + "id": "clq3a0sxq00m4sh27w9qy0fky", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of maritime furor", + "subType": "", + "rulesText": "Submerge all minions and artifacts occupying target water site.\r\n", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hyzf01f1s67p0ckxefl7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p15fx00qbe0v5gccw33ov", + "slug": "alp_stormy_seas_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/stormy_seas.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "The sea is angry today, my friends; hike and hold, men, fly! Bring due astern Neptune's belly!", + "cardId": "clm4p0yad00q9e0v56yj6430y", + "setCardId": "clm4p144v00qae0v5ctc42zzm", + "setCard": { + "id": "clm4p144v00qae0v5ctc42zzm", + "slug": "alp_stormy_seas", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p0yad00q9e0v56yj6430y", + "meta": { + "id": "clq3a0srt00m3sh270baxfsvk", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of maritime furor", + "subType": "", + "rulesText": "Submerge all minions and artifacts occupying target water site.\n", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p144v00qae0v5ctc42zzm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p1c0v00qce0v5575qajjv", + "slug": "alp_stormy_seas_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/stormy_seas-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "The sea is angry today, my friends; hike and hold, men, fly! Bring due astern Neptune's belly!", + "cardId": "clm4p0yad00q9e0v56yj6430y", + "setCardId": "clm4p144v00qae0v5ctc42zzm", + "setCard": { + "id": "clm4p144v00qae0v5ctc42zzm", + "slug": "alp_stormy_seas", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p0yad00q9e0v56yj6430y", + "meta": { + "id": "clq3a0srt00m3sh270baxfsvk", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of maritime furor", + "subType": "", + "rulesText": "Submerge all minions and artifacts occupying target water site.\n", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p144v00qae0v5ctc42zzm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qjjiq0123e0v56o0y7b78", + "slug": "summer_river", + "name": "Summer River", + "hotscore": 2971, + "guardian": { + "id": "clq3a1w2u00u7sh27ozrtol2d", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of renewal", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qjjiq0123e0v56o0y7b78" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8iuci01y1s67psl0en2bu", + "slug": "bet_summer_river_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/summer_river.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qjjiq0123e0v56o0y7b78", + "setCardId": "clot8iuaz01xzs67p0zi02cvw", + "setCard": { + "id": "clot8iuaz01xzs67p0zi02cvw", + "slug": "bet_summer_river", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qjjiq0123e0v56o0y7b78", + "meta": { + "id": "clq3a1wct00u9sh27oqpf7bi9", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of renewal", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iuaz01xzs67p0zi02cvw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iue101y3s67p3vaxzyhm", + "slug": "bet_summer_river_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/summer_river-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qjjiq0123e0v56o0y7b78", + "setCardId": "clot8iuaz01xzs67p0zi02cvw", + "setCard": { + "id": "clot8iuaz01xzs67p0zi02cvw", + "slug": "bet_summer_river", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qjjiq0123e0v56o0y7b78", + "meta": { + "id": "clq3a1wct00u9sh27oqpf7bi9", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of renewal", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iuaz01xzs67p0zi02cvw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qjqio0125e0v58tlv7zy0", + "slug": "alp_summer_river_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/summer_river.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qjjiq0123e0v56o0y7b78", + "setCardId": "clm4qjp7j0124e0v5engkfr1k", + "setCard": { + "id": "clm4qjp7j0124e0v5engkfr1k", + "slug": "alp_summer_river", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qjjiq0123e0v56o0y7b78", + "meta": { + "id": "clq3a1w5500u8sh276d3bxc3o", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of renewal", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qjp7j0124e0v5engkfr1k" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qk2mc0127e0v5e6djfcyq", + "slug": "alp_summer_river_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/summer_river-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qjjiq0123e0v56o0y7b78", + "setCardId": "clm4qjp7j0124e0v5engkfr1k", + "setCard": { + "id": "clm4qjp7j0124e0v5engkfr1k", + "slug": "alp_summer_river", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qjjiq0123e0v56o0y7b78", + "meta": { + "id": "clq3a1w5500u8sh276d3bxc3o", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of renewal", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qjp7j0124e0v5engkfr1k" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qjx7j0126e0v50u5438k7", + "slug": "alp_summer_river_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/summer_river-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qjjiq0123e0v56o0y7b78", + "setCardId": "clm4qjp7j0124e0v5engkfr1k", + "setCard": { + "id": "clm4qjp7j0124e0v5engkfr1k", + "slug": "alp_summer_river", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qjjiq0123e0v56o0y7b78", + "meta": { + "id": "clq3a1w5500u8sh276d3bxc3o", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of renewal", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qjp7j0124e0v5engkfr1k" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oo9p800nfe0v58hh1hhfk", + "slug": "swamp_buffalo", + "name": "Swamp Buffalo", + "hotscore": 408, + "guardian": { + "id": "clq3a0jah00k5sh27z3p6o2e1", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of ponderous proportions", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oo9p800nfe0v58hh1hhfk" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hrm501ams67pu4hzo17s", + "slug": "bet_swamp_buffalo_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/swamp_buffalo.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "Impassive, plump, and peaceful, the swamp buffalo is an icon of contentment.", + "cardId": "clm4oo9p800nfe0v58hh1hhfk", + "setCardId": "clot8hrkn01aks67p7aalchfq", + "setCard": { + "id": "clot8hrkn01aks67p7aalchfq", + "slug": "bet_swamp_buffalo", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oo9p800nfe0v58hh1hhfk", + "meta": { + "id": "clq3a0jkh00k7sh27lx7bx608", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of ponderous proportions", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hrkn01aks67p7aalchfq" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hrny01aos67plrye183o", + "slug": "bet_swamp_buffalo_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/swamp_buffalo-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "Impassive, plump, and peaceful, the swamp buffalo is an icon of contentment.", + "cardId": "clm4oo9p800nfe0v58hh1hhfk", + "setCardId": "clot8hrkn01aks67p7aalchfq", + "setCard": { + "id": "clot8hrkn01aks67p7aalchfq", + "slug": "bet_swamp_buffalo", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oo9p800nfe0v58hh1hhfk", + "meta": { + "id": "clq3a0jkh00k7sh27lx7bx608", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of ponderous proportions", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hrkn01aks67p7aalchfq" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oogap00nhe0v56ql351tv", + "slug": "alp_swamp_buffalo_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/swamp_buffalo.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "Impassive, plump, and peaceful, the swamp buffalo is an icon of contentment.", + "cardId": "clm4oo9p800nfe0v58hh1hhfk", + "setCardId": "clm4ooezq00nge0v5ft9ydf8b", + "setCard": { + "id": "clm4ooezq00nge0v5ft9ydf8b", + "slug": "alp_swamp_buffalo", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oo9p800nfe0v58hh1hhfk", + "meta": { + "id": "clq3a0jcz00k6sh27om2emy1h", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of ponderous proportions", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ooezq00nge0v5ft9ydf8b" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oorrr00nje0v52370e3ev", + "slug": "alp_swamp_buffalo_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/swamp_buffalo-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jussi Pylkäs", + "flavorText": "Impassive, plump, and peaceful, the swamp buffalo is an icon of contentment.", + "cardId": "clm4oo9p800nfe0v58hh1hhfk", + "setCardId": "clm4ooezq00nge0v5ft9ydf8b", + "setCard": { + "id": "clm4ooezq00nge0v5ft9ydf8b", + "slug": "alp_swamp_buffalo", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oo9p800nfe0v58hh1hhfk", + "meta": { + "id": "clq3a0jcz00k6sh27om2emy1h", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of ponderous proportions", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ooezq00nge0v5ft9ydf8b" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oomj500nie0v52bhm5l6e", + "slug": "alp_swamp_buffalo_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/swamp_buffalo-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "Impassive, plump, and peaceful, the swamp buffalo is an icon of contentment.", + "cardId": "clm4oo9p800nfe0v58hh1hhfk", + "setCardId": "clm4ooezq00nge0v5ft9ydf8b", + "setCard": { + "id": "clm4ooezq00nge0v5ft9ydf8b", + "slug": "alp_swamp_buffalo", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oo9p800nfe0v58hh1hhfk", + "meta": { + "id": "clq3a0jcz00k6sh27om2emy1h", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of ponderous proportions", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ooezq00nge0v5ft9ydf8b" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oosw700nke0v5e9445jry", + "slug": "swan_maidens", + "name": "Swan Maidens", + "hotscore": 442, + "guardian": { + "id": "clq3a0jqv00k8sh27ki027pdu", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals of eerie grace", + "subType": "Mortal", + "rulesText": "Airborne, Submerge", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oosw700nke0v5e9445jry" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hryx01ats67pxivwrkpv", + "slug": "bet_swan_maidens_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/swan_maidens.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "Before woman was, the water awaited her.", + "cardId": "clm4oosw700nke0v5e9445jry", + "setCardId": "clot8hrxd01ars67pcawzsqzg", + "setCard": { + "id": "clot8hrxd01ars67pcawzsqzg", + "slug": "bet_swan_maidens", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oosw700nke0v5e9445jry", + "meta": { + "id": "clq3a0k0h00kash27dgovixsz", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals of eerie grace", + "subType": "Mortal", + "rulesText": "Airborne, Submerge", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hrxd01ars67pcawzsqzg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hs0g01avs67pow29in3p", + "slug": "bet_swan_maidens_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/swan_maidens-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "Before woman was, the water awaited her.", + "cardId": "clm4oosw700nke0v5e9445jry", + "setCardId": "clot8hrxd01ars67pcawzsqzg", + "setCard": { + "id": "clot8hrxd01ars67pcawzsqzg", + "slug": "bet_swan_maidens", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oosw700nke0v5e9445jry", + "meta": { + "id": "clq3a0k0h00kash27dgovixsz", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals of eerie grace", + "subType": "Mortal", + "rulesText": "Airborne, Submerge", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hrxd01ars67pcawzsqzg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4op0ew00nme0v5fwglek2m", + "slug": "alp_swan_maidens_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/swan_maidens.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "Before woman was, the water awaited her.", + "cardId": "clm4oosw700nke0v5e9445jry", + "setCardId": "clm4ooz3u00nle0v5e1xi4sxd", + "setCard": { + "id": "clm4ooz3u00nle0v5e1xi4sxd", + "slug": "alp_swan_maidens", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oosw700nke0v5e9445jry", + "meta": { + "id": "clq3a0jt300k9sh27ki0focab", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals of eerie grace", + "subType": "Mortal", + "rulesText": "Airborne, Submerge", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ooz3u00nle0v5e1xi4sxd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4opdne00noe0v57c20fo5b", + "slug": "alp_swan_maidens_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/swan_maidens-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Ossi Hiekkala", + "flavorText": "Before woman was, the water awaited her.", + "cardId": "clm4oosw700nke0v5e9445jry", + "setCardId": "clm4ooz3u00nle0v5e1xi4sxd", + "setCard": { + "id": "clm4ooz3u00nle0v5e1xi4sxd", + "slug": "alp_swan_maidens", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oosw700nke0v5e9445jry", + "meta": { + "id": "clq3a0jt300k9sh27ki0focab", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals of eerie grace", + "subType": "Mortal", + "rulesText": "Airborne, Submerge", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ooz3u00nle0v5e1xi4sxd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4op7tl00nne0v5amdwf94f", + "slug": "alp_swan_maidens_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/swan_maidens-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "Before woman was, the water awaited her.", + "cardId": "clm4oosw700nke0v5e9445jry", + "setCardId": "clm4ooz3u00nle0v5e1xi4sxd", + "setCard": { + "id": "clm4ooz3u00nle0v5e1xi4sxd", + "slug": "alp_swan_maidens", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oosw700nke0v5e9445jry", + "meta": { + "id": "clq3a0jt300k9sh27ki0focab", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals of eerie grace", + "subType": "Mortal", + "rulesText": "Airborne, Submerge", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ooz3u00nle0v5e1xi4sxd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qk3xd0128e0v52rb31hz1", + "slug": "tadpole_pool", + "name": "Tadpole Pool", + "hotscore": 3338, + "guardian": { + "id": "clq3a1wiy00uash27zrsjsoab", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site and nursery for nuisance", + "subType": "", + "rulesText": "(W)(W)(W) — Genesis → Summon three submerged Frog tokens here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qk3xd0128e0v52rb31hz1" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8iuos01y8s67p02eyn7b7", + "slug": "bet_tadpole_pool_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/tadpole_pool.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4qk3xd0128e0v52rb31hz1", + "setCardId": "clot8iun701y6s67p98qrs1l8", + "setCard": { + "id": "clot8iun701y6s67p98qrs1l8", + "slug": "bet_tadpole_pool", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qk3xd0128e0v52rb31hz1", + "meta": { + "id": "clq3a1wsm00ucsh276wds3629", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site and nursery for nuisance", + "subType": "", + "rulesText": "(W)(W)(W) — Genesis → Summon three submerged Frog tokens here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iun701y6s67p98qrs1l8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iuqb01yas67ps67kolpu", + "slug": "bet_tadpole_pool_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/tadpole_pool-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4qk3xd0128e0v52rb31hz1", + "setCardId": "clot8iun701y6s67p98qrs1l8", + "setCard": { + "id": "clot8iun701y6s67p98qrs1l8", + "slug": "bet_tadpole_pool", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qk3xd0128e0v52rb31hz1", + "meta": { + "id": "clq3a1wsm00ucsh276wds3629", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site and nursery for nuisance", + "subType": "", + "rulesText": "(W)(W)(W) — Genesis → Summon three submerged Frog tokens here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iun701y6s67p98qrs1l8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qkbau012ae0v590wo1pb2", + "slug": "alp_tadpole_pool_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tadpole_pool.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4qk3xd0128e0v52rb31hz1", + "setCardId": "clm4qk9zt0129e0v51oy892og", + "setCard": { + "id": "clm4qk9zt0129e0v51oy892og", + "slug": "alp_tadpole_pool", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qk3xd0128e0v52rb31hz1", + "meta": { + "id": "clq3a1wlb00ubsh27tgsiwv3h", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site and nursery for nuisance", + "subType": "", + "rulesText": "(W)(W)(W) — Genesis → Summon three submerged Frog tokens here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qk9zt0129e0v51oy892og" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qko1r012ce0v50t8v5hap", + "slug": "alp_tadpole_pool_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tadpole_pool-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4qk3xd0128e0v52rb31hz1", + "setCardId": "clm4qk9zt0129e0v51oy892og", + "setCard": { + "id": "clm4qk9zt0129e0v51oy892og", + "slug": "alp_tadpole_pool", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qk3xd0128e0v52rb31hz1", + "meta": { + "id": "clq3a1wlb00ubsh27tgsiwv3h", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site and nursery for nuisance", + "subType": "", + "rulesText": "(W)(W)(W) — Genesis → Summon three submerged Frog tokens here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qk9zt0129e0v51oy892og" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qki99012be0v53jb1g2mq", + "slug": "alp_tadpole_pool_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tadpole_pool-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4qk3xd0128e0v52rb31hz1", + "setCardId": "clm4qk9zt0129e0v51oy892og", + "setCard": { + "id": "clm4qk9zt0129e0v51oy892og", + "slug": "alp_tadpole_pool", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qk3xd0128e0v52rb31hz1", + "meta": { + "id": "clq3a1wlb00ubsh27tgsiwv3h", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site and nursery for nuisance", + "subType": "", + "rulesText": "(W)(W)(W) — Genesis → Summon three submerged Frog tokens here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qk9zt0129e0v51oy892og" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qomvd0136e0v5e5uofngd", + "slug": "the_colour_out_of_space", + "name": "The Colour Out of Space", + "hotscore": 6311, + "guardian": { + "id": "clq3a1zpv00uysh27j7422inz", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "cardId": "clm4qomvd0136e0v5e5uofngd" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + }, + { + "id": "fire", + "name": "Fire" + }, + { + "id": "water", + "name": "Water" + }, + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ixd501zss67pecb69wf9", + "slug": "bet_the_colour_out_of_space_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/the_colour_out_of_space.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "setCardId": "clot8ixbm01zqs67panpti0t4", + "setCard": { + "id": "clot8ixbm01zqs67panpti0t4", + "slug": "bet_the_colour_out_of_space", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "meta": { + "id": "clq3a1zxx00v0sh27spe9xk72", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8ixbm01zqs67panpti0t4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ixep01zus67peuwog4v3", + "slug": "bet_the_colour_out_of_space_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/the_colour_out_of_space-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "setCardId": "clot8ixbm01zqs67panpti0t4", + "setCard": { + "id": "clot8ixbm01zqs67panpti0t4", + "slug": "bet_the_colour_out_of_space", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "meta": { + "id": "clq3a1zxx00v0sh27spe9xk72", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8ixbm01zqs67panpti0t4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qousk0138e0v5g00m6q5s", + "slug": "alp_the_colour_out_of_space_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/the_colour_out_of_space.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "setCardId": "clm4qothd0137e0v58zymczgz", + "setCard": { + "id": "clm4qothd0137e0v58zymczgz", + "slug": "alp_the_colour_out_of_space", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "meta": { + "id": "clq3a1zs600uzsh27wmtcx8if", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qothd0137e0v58zymczgz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qp2nv0139e0v54z9w2pec", + "slug": "alp_the_colour_out_of_space_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/the_colour_out_of_space-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "setCardId": "clm4qothd0137e0v58zymczgz", + "setCard": { + "id": "clm4qothd0137e0v58zymczgz", + "slug": "alp_the_colour_out_of_space", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "meta": { + "id": "clq3a1zs600uzsh27wmtcx8if", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qothd0137e0v58zymczgz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4opez900npe0v5dwvngnp9", + "slug": "tide_naiads", + "name": "Tide Naiads", + "hotscore": 971, + "guardian": { + "id": "clq3a0k7k00kbsh274ayghaek", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Spirits crash into shore", + "subType": "Spirit", + "rulesText": "Submerge\r\n\r\nThis site is flooded. It is a water site.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4opez900npe0v5dwvngnp9" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hsb501b0s67p3jq7pdh7", + "slug": "bet_tide_naiads_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/tide_naiads.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4opez900npe0v5dwvngnp9", + "setCardId": "clot8hs9m01ays67pmt814250", + "setCard": { + "id": "clot8hs9m01ays67pmt814250", + "slug": "bet_tide_naiads", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4opez900npe0v5dwvngnp9", + "meta": { + "id": "clq3a0kh500kdsh27txp1ha6l", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Spirits crash into shore", + "subType": "Spirit", + "rulesText": "Submerge\r\n\r\nThis site is flooded. It is a water site.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hs9m01ays67pmt814250" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hsco01b2s67pa6v9zrco", + "slug": "bet_tide_naiads_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/tide_naiads-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4opez900npe0v5dwvngnp9", + "setCardId": "clot8hs9m01ays67pmt814250", + "setCard": { + "id": "clot8hs9m01ays67pmt814250", + "slug": "bet_tide_naiads", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4opez900npe0v5dwvngnp9", + "meta": { + "id": "clq3a0kh500kdsh27txp1ha6l", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Spirits crash into shore", + "subType": "Spirit", + "rulesText": "Submerge\r\n\r\nThis site is flooded. It is a water site.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hs9m01ays67pmt814250" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4opmaw00nre0v5fmfzdd1v", + "slug": "alp_tide_naiads_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tide_naiads.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4opez900npe0v5dwvngnp9", + "setCardId": "clm4opkzh00nqe0v579b7775t", + "setCard": { + "id": "clm4opkzh00nqe0v579b7775t", + "slug": "alp_tide_naiads", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4opez900npe0v5dwvngnp9", + "meta": { + "id": "clq3a0k9u00kcsh27v93p4ql9", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Spirits crash into shore", + "subType": "Spirit", + "rulesText": "Submerge\n\nThis site is flooded. It is a water site.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4opkzh00nqe0v579b7775t" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4opz3500nte0v581n3h38d", + "slug": "alp_tide_naiads_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tide_naiads-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4opez900npe0v5dwvngnp9", + "setCardId": "clm4opkzh00nqe0v579b7775t", + "setCard": { + "id": "clm4opkzh00nqe0v579b7775t", + "slug": "alp_tide_naiads", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4opez900npe0v5dwvngnp9", + "meta": { + "id": "clq3a0k9u00kcsh27v93p4ql9", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Spirits crash into shore", + "subType": "Spirit", + "rulesText": "Submerge\n\nThis site is flooded. It is a water site.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4opkzh00nqe0v579b7775t" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4opt9f00nse0v5dztl02y7", + "slug": "alp_tide_naiads_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tide_naiads-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4opez900npe0v5dwvngnp9", + "setCardId": "clm4opkzh00nqe0v579b7775t", + "setCard": { + "id": "clm4opkzh00nqe0v579b7775t", + "slug": "alp_tide_naiads", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4opez900npe0v5dwvngnp9", + "meta": { + "id": "clq3a0k9u00kcsh27v93p4ql9", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Spirits crash into shore", + "subType": "Spirit", + "rulesText": "Submerge\n\nThis site is flooded. It is a water site.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4opkzh00nqe0v579b7775t" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oq07m00nue0v58iyqe2ic", + "slug": "tringh_constrictor", + "name": "Tringh Constrictor", + "hotscore": 408, + "guardian": { + "id": "clq3a0kmz00kesh27dt5d5uu6", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a crushing embrace", + "subType": "Beast", + "rulesText": "Tap → Tringh Constrictor may take a step, then it constricts target minion here and carries it disabled. The next time Tringh Constrictor would untap, it instead kills that minion if it's still constricted.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oq07m00nue0v58iyqe2ic" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hsmi01b7s67pp73j2r13", + "slug": "bet_tringh_constrictor_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/tringh_constrictor.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4oq07m00nue0v58iyqe2ic", + "setCardId": "clot8hskz01b5s67phhhqoqii", + "setCard": { + "id": "clot8hskz01b5s67phhhqoqii", + "slug": "bet_tringh_constrictor", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oq07m00nue0v58iyqe2ic", + "meta": { + "id": "clq3a0kvt00kgsh27dk74nqou", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a crushing embrace", + "subType": "Beast", + "rulesText": "Tap → Tringh Constrictor may take a step, then it constricts target minion here and carries it disabled. The next time Tringh Constrictor would untap, it instead kills that minion if it's still constricted.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hskz01b5s67phhhqoqii" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hso001b9s67pplbqq03c", + "slug": "bet_tringh_constrictor_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/tringh_constrictor-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4oq07m00nue0v58iyqe2ic", + "setCardId": "clot8hskz01b5s67phhhqoqii", + "setCard": { + "id": "clot8hskz01b5s67phhhqoqii", + "slug": "bet_tringh_constrictor", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oq07m00nue0v58iyqe2ic", + "meta": { + "id": "clq3a0kvt00kgsh27dk74nqou", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a crushing embrace", + "subType": "Beast", + "rulesText": "Tap → Tringh Constrictor may take a step, then it constricts target minion here and carries it disabled. The next time Tringh Constrictor would untap, it instead kills that minion if it's still constricted.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hskz01b5s67phhhqoqii" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oq6yc00nwe0v5eb0k486j", + "slug": "alp_tringh_constrictor_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tringh_constrictor.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4oq07m00nue0v58iyqe2ic", + "setCardId": "clm4oq5na00nve0v54zmx0ihv", + "setCard": { + "id": "clm4oq5na00nve0v54zmx0ihv", + "slug": "alp_tringh_constrictor", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oq07m00nue0v58iyqe2ic", + "meta": { + "id": "clq3a0kps00kfsh273rcjdmz6", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a crushing embrace", + "subType": "Beast", + "rulesText": "Tap → Tringh Constrictor may take a step, then it constricts and disables target minion at its location. At the start of your next turn, if the minion remains constricted, it dies. Tringh Constrictor doesn't untap during your next untap step.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oq5na00nve0v54zmx0ihv" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oqd9y00nxe0v51syteo2o", + "slug": "alp_tringh_constrictor_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tringh_constrictor-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4oq07m00nue0v58iyqe2ic", + "setCardId": "clm4oq5na00nve0v54zmx0ihv", + "setCard": { + "id": "clm4oq5na00nve0v54zmx0ihv", + "slug": "alp_tringh_constrictor", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oq07m00nue0v58iyqe2ic", + "meta": { + "id": "clq3a0kps00kfsh273rcjdmz6", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a crushing embrace", + "subType": "Beast", + "rulesText": "Tap → Tringh Constrictor may take a step, then it constricts and disables target minion at its location. At the start of your next turn, if the minion remains constricted, it dies. Tringh Constrictor doesn't untap during your next untap step.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oq5na00nve0v54zmx0ihv" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oqizv00nye0v58cjl3np2", + "slug": "tufted_turtles", + "name": "Tufted Turtles", + "hotscore": 2590, + "guardian": { + "id": "clq3a0l1f00khsh27o6qiphvz", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with plated pelt", + "subType": "Beast", + "rulesText": "The first time Tuft Turtles would take damage each turn, prevent that damage.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oqizv00nye0v58cjl3np2" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hsx601bes67px93eq01t", + "slug": "bet_tufted_turtles_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/tufted_turtles.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "A turtle is never without a castle—or a coffin.", + "cardId": "clm4oqizv00nye0v58cjl3np2", + "setCardId": "clot8hsvo01bcs67pbe9ew5h1", + "setCard": { + "id": "clot8hsvo01bcs67pbe9ew5h1", + "slug": "bet_tufted_turtles", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oqizv00nye0v58cjl3np2", + "meta": { + "id": "clq3a0l9f00kjsh27rdtd08te", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with plated pelt", + "subType": "Beast", + "rulesText": "The first time Tuft Turtles would take damage each turn, prevent that damage.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hsvo01bcs67pbe9ew5h1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hsyp01bgs67pvpvn01i9", + "slug": "bet_tufted_turtles_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/tufted_turtles-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "A turtle is never without a castle—or a coffin.", + "cardId": "clm4oqizv00nye0v58cjl3np2", + "setCardId": "clot8hsvo01bcs67pbe9ew5h1", + "setCard": { + "id": "clot8hsvo01bcs67pbe9ew5h1", + "slug": "bet_tufted_turtles", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oqizv00nye0v58cjl3np2", + "meta": { + "id": "clq3a0l9f00kjsh27rdtd08te", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with plated pelt", + "subType": "Beast", + "rulesText": "The first time Tuft Turtles would take damage each turn, prevent that damage.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hsvo01bcs67pbe9ew5h1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oqpzq00o0e0v51555bzq0", + "slug": "alp_tufted_turtles_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tufted_turtles.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "A turtle is never without a castle—or a coffin.", + "cardId": "clm4oqizv00nye0v58cjl3np2", + "setCardId": "clm4oqokh00nze0v5a2qub0lx", + "setCard": { + "id": "clm4oqokh00nze0v5a2qub0lx", + "slug": "alp_tufted_turtles", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oqizv00nye0v58cjl3np2", + "meta": { + "id": "clq3a0l3r00kish27bssbil2d", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with plated pelt", + "subType": "Beast", + "rulesText": "The first time Tuft Turtles would take damage each turn, prevent that damage.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oqokh00nze0v5a2qub0lx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oqxa300o1e0v58fm8f31t", + "slug": "alp_tufted_turtles_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tufted_turtles-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "A turtle is never without a castle—or a coffin.", + "cardId": "clm4oqizv00nye0v58cjl3np2", + "setCardId": "clm4oqokh00nze0v5a2qub0lx", + "setCard": { + "id": "clm4oqokh00nze0v5a2qub0lx", + "slug": "alp_tufted_turtles", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oqizv00nye0v58cjl3np2", + "meta": { + "id": "clq3a0l3r00kish27bssbil2d", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with plated pelt", + "subType": "Beast", + "rulesText": "The first time Tuft Turtles would take damage each turn, prevent that damage.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oqokh00nze0v5a2qub0lx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p1hzr00qde0v52rdog247", + "slug": "twist_of_fate", + "name": "Twist of Fate", + "hotscore": 655, + "guardian": { + "id": "clq3a0t3e00m5sh27yhe4n2nz", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic to reverse one's fortunes", + "subType": "", + "rulesText": "Exchange life totals with target opponent. (X) is the difference between your life totals.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p1hzr00qde0v52rdog247" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hzcm01fas67pbk39milx", + "slug": "bet_twist_of_fate_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/twist_of_fate.png", + "finish": "Standard", + "product": "Booster", + "artist": "Santiago Caruso", + "flavorText": "", + "cardId": "clm4p1hzr00qde0v52rdog247", + "setCardId": "clot8hzb401f8s67pxih2jxyo", + "setCard": { + "id": "clot8hzb401f8s67pxih2jxyo", + "slug": "bet_twist_of_fate", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p1hzr00qde0v52rdog247", + "meta": { + "id": "clq3a0tbj00m7sh2748696ktf", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic to reverse one's fortunes", + "subType": "", + "rulesText": "Exchange life totals with target opponent. (X) is the difference between your life totals.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hzb401f8s67pxih2jxyo" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hze501fcs67pk01y9kds", + "slug": "bet_twist_of_fate_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/twist_of_fate-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Santiago Caruso", + "flavorText": "", + "cardId": "clm4p1hzr00qde0v52rdog247", + "setCardId": "clot8hzb401f8s67pxih2jxyo", + "setCard": { + "id": "clot8hzb401f8s67pxih2jxyo", + "slug": "bet_twist_of_fate", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p1hzr00qde0v52rdog247", + "meta": { + "id": "clq3a0tbj00m7sh2748696ktf", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic to reverse one's fortunes", + "subType": "", + "rulesText": "Exchange life totals with target opponent. (X) is the difference between your life totals.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hzb401f8s67pxih2jxyo" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p1oq900qfe0v5aonf1lp0", + "slug": "alp_twist_of_fate_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/twist_of_fate.png", + "finish": "Standard", + "product": "Booster", + "artist": "Santiago Caruso", + "flavorText": "", + "cardId": "clm4p1hzr00qde0v52rdog247", + "setCardId": "clm4p1nf000qee0v5dflbgd64", + "setCard": { + "id": "clm4p1nf000qee0v5dflbgd64", + "slug": "alp_twist_of_fate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p1hzr00qde0v52rdog247", + "meta": { + "id": "clq3a0t5q00m6sh27reh4f0mu", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic to reverse one's fortunes", + "subType": "", + "rulesText": "Exchange life totals with target opponent. (X) is the difference between your life totals.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p1nf000qee0v5dflbgd64" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p1vu100qge0v5eak65fxd", + "slug": "alp_twist_of_fate_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/twist_of_fate-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Santiago Caruso", + "flavorText": "", + "cardId": "clm4p1hzr00qde0v52rdog247", + "setCardId": "clm4p1nf000qee0v5dflbgd64", + "setCard": { + "id": "clm4p1nf000qee0v5dflbgd64", + "slug": "alp_twist_of_fate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p1hzr00qde0v52rdog247", + "meta": { + "id": "clq3a0t5q00m6sh27reh4f0mu", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic to reverse one's fortunes", + "subType": "", + "rulesText": "Exchange life totals with target opponent. (X) is the difference between your life totals.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p1nf000qee0v5dflbgd64" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qkp6o012de0v532bkbezv", + "slug": "undertow", + "name": "Undertow", + "hotscore": 3363, + "guardian": { + "id": "clq3a1wyb00udsh27w32a4jhn", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of strong undercurrents", + "subType": "", + "rulesText": "Genesis → Staying within this body of water, move target unit one step.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qkp6o012de0v532bkbezv" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8iv0a01yfs67p13nf3k5t", + "slug": "bet_undertow_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/undertow.png", + "finish": "Standard", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qkp6o012de0v532bkbezv", + "setCardId": "clot8iuyq01yds67poye9img1", + "setCard": { + "id": "clot8iuyq01yds67poye9img1", + "slug": "bet_undertow", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qkp6o012de0v532bkbezv", + "meta": { + "id": "clq3a1x8e00ufsh278fp68168", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of strong undercurrents", + "subType": "", + "rulesText": "Genesis → Staying within this body of water, move target unit one step.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iuyq01yds67poye9img1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iv2301yhs67pz7zaqtsm", + "slug": "bet_undertow_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/undertow-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qkp6o012de0v532bkbezv", + "setCardId": "clot8iuyq01yds67poye9img1", + "setCard": { + "id": "clot8iuyq01yds67poye9img1", + "slug": "bet_undertow", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qkp6o012de0v532bkbezv", + "meta": { + "id": "clq3a1x8e00ufsh278fp68168", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of strong undercurrents", + "subType": "", + "rulesText": "Genesis → Staying within this body of water, move target unit one step.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iuyq01yds67poye9img1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qkwb7012fe0v5ejbu4858", + "slug": "alp_undertow_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/undertow.png", + "finish": "Standard", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qkp6o012de0v532bkbezv", + "setCardId": "clm4qkv0a012ee0v52edw1h0i", + "setCard": { + "id": "clm4qkv0a012ee0v52edw1h0i", + "slug": "alp_undertow", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qkp6o012de0v532bkbezv", + "meta": { + "id": "clq3a1x0k00uesh271wm0bv0h", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of strong undercurrents", + "subType": "", + "rulesText": "Genesis → Staying within this body of water, move target unit one step.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qkv0a012ee0v52edw1h0i" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ql94y012he0v59z638xl6", + "slug": "alp_undertow_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/undertow-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qkp6o012de0v532bkbezv", + "setCardId": "clm4qkv0a012ee0v52edw1h0i", + "setCard": { + "id": "clm4qkv0a012ee0v52edw1h0i", + "slug": "alp_undertow", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qkp6o012de0v532bkbezv", + "meta": { + "id": "clq3a1x0k00uesh271wm0bv0h", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of strong undercurrents", + "subType": "", + "rulesText": "Genesis → Staying within this body of water, move target unit one step.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qkv0a012ee0v52edw1h0i" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ql3iy012ge0v5btnp4knz", + "slug": "alp_undertow_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/undertow-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qkp6o012de0v532bkbezv", + "setCardId": "clm4qkv0a012ee0v52edw1h0i", + "setCard": { + "id": "clm4qkv0a012ee0v52edw1h0i", + "slug": "alp_undertow", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qkp6o012de0v532bkbezv", + "meta": { + "id": "clq3a1x0k00uesh271wm0bv0h", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of strong undercurrents", + "subType": "", + "rulesText": "Genesis → Staying within this body of water, move target unit one step.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qkv0a012ee0v52edw1h0i" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4or2p200o2e0v51zhq8mqq", + "slug": "unland_angler", + "name": "Unland Angler", + "hotscore": 543, + "guardian": { + "id": "clq3a0lfa00kksh278z3m6f14", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast lurks and lures", + "subType": "Beast", + "rulesText": "Submerge\r\n\r\nAt the start of your turn, if Unland Angler is submerged, force each enemy minion atop adjacent sites to take a step toward this one.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4or2p200o2e0v51zhq8mqq" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8ht9801bls67p1gr7lsc7", + "slug": "bet_unland_angler_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/unland_angler.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4or2p200o2e0v51zhq8mqq", + "setCardId": "clot8ht7i01bjs67pgr413rxr", + "setCard": { + "id": "clot8ht7i01bjs67pgr413rxr", + "slug": "bet_unland_angler", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4or2p200o2e0v51zhq8mqq", + "meta": { + "id": "clq3a0lpe00kmsh275yuwxv78", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast lurks and lures", + "subType": "Beast", + "rulesText": "Submerge\r\n\r\nAt the start of your turn, if Unland Angler is submerged, force each enemy minion atop adjacent sites to take a step toward this one.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ht7i01bjs67pgr413rxr" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8htat01bns67pr9z4r9u9", + "slug": "bet_unland_angler_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/unland_angler-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4or2p200o2e0v51zhq8mqq", + "setCardId": "clot8ht7i01bjs67pgr413rxr", + "setCard": { + "id": "clot8ht7i01bjs67pgr413rxr", + "slug": "bet_unland_angler", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4or2p200o2e0v51zhq8mqq", + "meta": { + "id": "clq3a0lpe00kmsh275yuwxv78", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast lurks and lures", + "subType": "Beast", + "rulesText": "Submerge\r\n\r\nAt the start of your turn, if Unland Angler is submerged, force each enemy minion atop adjacent sites to take a step toward this one.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ht7i01bjs67pgr413rxr" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4or9uf00o4e0v52zkme7d8", + "slug": "alp_unland_angler_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/unland_angler.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4or2p200o2e0v51zhq8mqq", + "setCardId": "clm4or8j900o3e0v5btl3apmr", + "setCard": { + "id": "clm4or8j900o3e0v5btl3apmr", + "slug": "alp_unland_angler", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4or2p200o2e0v51zhq8mqq", + "meta": { + "id": "clq3a0lhq00klsh27aghadf37", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast lurks and lures", + "subType": "Beast", + "rulesText": "Submerge\n\nAt the start of your turn, if Unland Angler is submerged, force each enemy minion atop adjacent sites to take a step toward this one.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4or8j900o3e0v5btl3apmr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ormi100o6e0v5gyot2p5b", + "slug": "alp_unland_angler_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/unland_angler-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4or2p200o2e0v51zhq8mqq", + "setCardId": "clm4or8j900o3e0v5btl3apmr", + "setCard": { + "id": "clm4or8j900o3e0v5btl3apmr", + "slug": "alp_unland_angler", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4or2p200o2e0v51zhq8mqq", + "meta": { + "id": "clq3a0lhq00klsh27aghadf37", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast lurks and lures", + "subType": "Beast", + "rulesText": "Submerge\n\nAt the start of your turn, if Unland Angler is submerged, force each enemy minion atop adjacent sites to take a step toward this one.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4or8j900o3e0v5btl3apmr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4org3000o5e0v51g3x8ge3", + "slug": "alp_unland_angler_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/unland_angler-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4or2p200o2e0v51zhq8mqq", + "setCardId": "clm4or8j900o3e0v5btl3apmr", + "setCard": { + "id": "clm4or8j900o3e0v5btl3apmr", + "slug": "alp_unland_angler", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4or2p200o2e0v51zhq8mqq", + "meta": { + "id": "clq3a0lhq00klsh27aghadf37", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast lurks and lures", + "subType": "Beast", + "rulesText": "Submerge\n\nAt the start of your turn, if Unland Angler is submerged, force each enemy minion atop adjacent sites to take a step toward this one.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4or8j900o3e0v5btl3apmr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ornnf00o7e0v51gf68qqi", + "slug": "unland_eel", + "name": "Unland Eel", + "hotscore": 702, + "guardian": { + "id": "clq3a0lv500knsh27q7p4m8l0", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast whelms the unwary\r\n", + "subType": "Beast", + "rulesText": "Submerge\r\n\r\nWhenever Unland Eel submerges, it may drag another minion here down with it.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ornnf00o7e0v51gf68qqi" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8htl101bss67pwd4np765", + "slug": "bet_unland_eel_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/unland_eel.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ornnf00o7e0v51gf68qqi", + "setCardId": "clot8htjf01bqs67p0kbj0fh6", + "setCard": { + "id": "clot8htjf01bqs67p0kbj0fh6", + "slug": "bet_unland_eel", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ornnf00o7e0v51gf68qqi", + "meta": { + "id": "clq3a0m3000kpsh27gko56135", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast whelms the unwary\r\n", + "subType": "Beast", + "rulesText": "Submerge\r\n\r\nWhenever Unland Eel submerges, it may drag another minion here down with it.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8htjf01bqs67p0kbj0fh6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8htmj01bus67pq7fjk6ff", + "slug": "bet_unland_eel_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/unland_eel-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ornnf00o7e0v51gf68qqi", + "setCardId": "clot8htjf01bqs67p0kbj0fh6", + "setCard": { + "id": "clot8htjf01bqs67p0kbj0fh6", + "slug": "bet_unland_eel", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ornnf00o7e0v51gf68qqi", + "meta": { + "id": "clq3a0m3000kpsh27gko56135", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast whelms the unwary\r\n", + "subType": "Beast", + "rulesText": "Submerge\r\n\r\nWhenever Unland Eel submerges, it may drag another minion here down with it.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8htjf01bqs67p0kbj0fh6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oruw600o9e0v5di0uetwz", + "slug": "alp_unland_eel_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/unland_eel.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ornnf00o7e0v51gf68qqi", + "setCardId": "clm4ortk100o8e0v559d86odd", + "setCard": { + "id": "clm4ortk100o8e0v559d86odd", + "slug": "alp_unland_eel", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ornnf00o7e0v51gf68qqi", + "meta": { + "id": "clq3a0lxf00kosh27ra2yusao", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast whelms the unwary\n", + "subType": "Beast", + "rulesText": "Submerge\n\nWhenever Unland Eel submerges, it may drag another minion down with it.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ortk100o8e0v559d86odd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4os1cm00oae0v5airu2wra", + "slug": "alp_unland_eel_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/unland_eel-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ornnf00o7e0v51gf68qqi", + "setCardId": "clm4ortk100o8e0v559d86odd", + "setCard": { + "id": "clm4ortk100o8e0v559d86odd", + "slug": "alp_unland_eel", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ornnf00o7e0v51gf68qqi", + "meta": { + "id": "clq3a0lxf00kosh27ra2yusao", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast whelms the unwary\n", + "subType": "Beast", + "rulesText": "Submerge\n\nWhenever Unland Eel submerges, it may drag another minion down with it.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ortk100o8e0v559d86odd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p20uz00qhe0v57s3dau0h", + "slug": "upwelling", + "name": "Upwelling", + "hotscore": 332, + "guardian": { + "id": "clq3a0thy00m8sh2750vj0wke", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of fluid undoing", + "subType": "", + "rulesText": "Target a nearby site. Return each artifact and minion there to its owner's hand.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p20uz00qhe0v57s3dau0h" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hznf01fhs67prx96nq6u", + "slug": "bet_upwelling_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/upwelling.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "There is no height to which confident fools cannot ascend.", + "cardId": "clm4p20uz00qhe0v57s3dau0h", + "setCardId": "clot8hzlv01ffs67pee1tmwif", + "setCard": { + "id": "clot8hzlv01ffs67pee1tmwif", + "slug": "bet_upwelling", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p20uz00qhe0v57s3dau0h", + "meta": { + "id": "clq3a0tro00mash272k5rrd5b", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of fluid undoing", + "subType": "", + "rulesText": "Target a nearby site. Return each artifact and minion there to its owner's hand.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hzlv01ffs67pee1tmwif" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hzp301fjs67phprlf007", + "slug": "bet_upwelling_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/upwelling-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "There is no height to which confident fools cannot ascend.", + "cardId": "clm4p20uz00qhe0v57s3dau0h", + "setCardId": "clot8hzlv01ffs67pee1tmwif", + "setCard": { + "id": "clot8hzlv01ffs67pee1tmwif", + "slug": "bet_upwelling", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p20uz00qhe0v57s3dau0h", + "meta": { + "id": "clq3a0tro00mash272k5rrd5b", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of fluid undoing", + "subType": "", + "rulesText": "Target a nearby site. Return each artifact and minion there to its owner's hand.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hzlv01ffs67pee1tmwif" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p27t100qje0v5asu1eyng", + "slug": "alp_upwelling_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/upwelling.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "There is no height to which confident fools cannot ascend.", + "cardId": "clm4p20uz00qhe0v57s3dau0h", + "setCardId": "clm4p26hq00qie0v5hzqneja0", + "setCard": { + "id": "clm4p26hq00qie0v5hzqneja0", + "slug": "alp_upwelling", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p20uz00qhe0v57s3dau0h", + "meta": { + "id": "clq3a0tk900m9sh271hod5b22", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of fluid undoing", + "subType": "", + "rulesText": "Target a nearby site. Return each artifact and minion there to its owner's hand.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p26hq00qie0v5hzqneja0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p2j9t00qle0v5fehjfpyw", + "slug": "alp_upwelling_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/upwelling-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Alan Pollack", + "flavorText": "There is no height to which confident fools cannot ascend.", + "cardId": "clm4p20uz00qhe0v57s3dau0h", + "setCardId": "clm4p26hq00qie0v5hzqneja0", + "setCard": { + "id": "clm4p26hq00qie0v5hzqneja0", + "slug": "alp_upwelling", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p20uz00qhe0v57s3dau0h", + "meta": { + "id": "clq3a0tk900m9sh271hod5b22", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of fluid undoing", + "subType": "", + "rulesText": "Target a nearby site. Return each artifact and minion there to its owner's hand.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p26hq00qie0v5hzqneja0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p2e8y00qke0v526fd8w8k", + "slug": "alp_upwelling_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/upwelling-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "There is no height to which confident fools cannot ascend.", + "cardId": "clm4p20uz00qhe0v57s3dau0h", + "setCardId": "clm4p26hq00qie0v5hzqneja0", + "setCard": { + "id": "clm4p26hq00qie0v5hzqneja0", + "slug": "alp_upwelling", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p20uz00qhe0v57s3dau0h", + "meta": { + "id": "clq3a0tk900m9sh271hod5b22", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of fluid undoing", + "subType": "", + "rulesText": "Target a nearby site. Return each artifact and minion there to its owner's hand.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p26hq00qie0v5hzqneja0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p6g6t00rge0v51a7ihuep", + "slug": "wall_of_ice", + "name": "Wall of Ice", + "hotscore": 513, + "guardian": { + "id": "clq3a0wqq00mwsh27yo33zxon", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of impassable ice", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\r\n \r\nUnits can't traverse Wall of Ice on the ground.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p6g6t00rge0v51a7ihuep" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8i28r01h1s67phca620vw", + "slug": "bet_wall_of_ice_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wall_of_ice.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4p6g6t00rge0v51a7ihuep", + "setCardId": "clot8i27901gzs67pj3asbmg9", + "setCard": { + "id": "clot8i27901gzs67pj3asbmg9", + "slug": "bet_wall_of_ice", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p6g6t00rge0v51a7ihuep", + "meta": { + "id": "clq3a0wyw00mysh2796egbgqp", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of impassable ice", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\r\n \r\nUnits can't traverse Wall of Ice on the ground.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i27901gzs67pj3asbmg9" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i2ab01h3s67pdd11fj1i", + "slug": "bet_wall_of_ice_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wall_of_ice-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4p6g6t00rge0v51a7ihuep", + "setCardId": "clot8i27901gzs67pj3asbmg9", + "setCard": { + "id": "clot8i27901gzs67pj3asbmg9", + "slug": "bet_wall_of_ice", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p6g6t00rge0v51a7ihuep", + "meta": { + "id": "clq3a0wyw00mysh2796egbgqp", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of impassable ice", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\r\n \r\nUnits can't traverse Wall of Ice on the ground.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i27901gzs67pj3asbmg9" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p6mxj00rie0v527tcaf4d", + "slug": "alp_wall_of_ice_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wall_of_ice.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4p6g6t00rge0v51a7ihuep", + "setCardId": "clm4p6lm700rhe0v5hn2j2thb", + "setCard": { + "id": "clm4p6lm700rhe0v5hn2j2thb", + "slug": "alp_wall_of_ice", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p6g6t00rge0v51a7ihuep", + "meta": { + "id": "clq3a0wt200mxsh27ecgpdmj9", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of impassable ice", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\n\nUnits can't traverse Wall of Ice on the ground.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p6lm700rhe0v5hn2j2thb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p6tif00rje0v52rpt1mkt", + "slug": "alp_wall_of_ice_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wall_of_ice-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4p6g6t00rge0v51a7ihuep", + "setCardId": "clm4p6lm700rhe0v5hn2j2thb", + "setCard": { + "id": "clm4p6lm700rhe0v5hn2j2thb", + "slug": "alp_wall_of_ice", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p6g6t00rge0v51a7ihuep", + "meta": { + "id": "clq3a0wt200mxsh27ecgpdmj9", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of impassable ice", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\n\nUnits can't traverse Wall of Ice on the ground.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p6lm700rhe0v5hn2j2thb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p2ke900qme0v54fxq0p8s", + "slug": "wrath_of_the_sea", + "name": "Wrath of the Sea", + "hotscore": 1647, + "guardian": { + "id": "clq3a0txm00mbsh27p4q8n0co", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of merciless deluge", + "subType": "", + "rulesText": "Flood all sites adjacent to a body of water this turn. Then submerge all minions and artifacts on water.", + "cost": 7, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p2ke900qme0v54fxq0p8s" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8i00001fos67pqsob6dra", + "slug": "bet_wrath_of_the_sea_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wrath_of_the_sea.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4p2ke900qme0v54fxq0p8s", + "setCardId": "clot8hzyf01fms67pean0v3t4", + "setCard": { + "id": "clot8hzyf01fms67pean0v3t4", + "slug": "bet_wrath_of_the_sea", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p2ke900qme0v54fxq0p8s", + "meta": { + "id": "clq3a0u7d00mdsh27xfdbpphp", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of merciless deluge", + "subType": "", + "rulesText": "Flood all sites adjacent to a body of water this turn. Then submerge all minions and artifacts on water.", + "cost": 7, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hzyf01fms67pean0v3t4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i01k01fqs67pjgqht33k", + "slug": "bet_wrath_of_the_sea_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wrath_of_the_sea-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4p2ke900qme0v54fxq0p8s", + "setCardId": "clot8hzyf01fms67pean0v3t4", + "setCard": { + "id": "clot8hzyf01fms67pean0v3t4", + "slug": "bet_wrath_of_the_sea", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p2ke900qme0v54fxq0p8s", + "meta": { + "id": "clq3a0u7d00mdsh27xfdbpphp", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of merciless deluge", + "subType": "", + "rulesText": "Flood all sites adjacent to a body of water this turn. Then submerge all minions and artifacts on water.", + "cost": 7, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hzyf01fms67pean0v3t4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p2s4e00qoe0v5dfcp73v7", + "slug": "alp_wrath_of_the_sea_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wrath_of_the_sea.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4p2ke900qme0v54fxq0p8s", + "setCardId": "clm4p2qmd00qne0v56zq87367", + "setCard": { + "id": "clm4p2qmd00qne0v56zq87367", + "slug": "alp_wrath_of_the_sea", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p2ke900qme0v54fxq0p8s", + "meta": { + "id": "clq3a0u0300mcsh27la0b0xtp", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of merciless deluge", + "subType": "", + "rulesText": "Flood all sites adjacent to a body of water this turn. Then submerge all minions and artifacts on water.", + "cost": 7, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p2qmd00qne0v56zq87367" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p34dz00qqe0v5dtyfe34t", + "slug": "alp_wrath_of_the_sea_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wrath_of_the_sea-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4p2ke900qme0v54fxq0p8s", + "setCardId": "clm4p2qmd00qne0v56zq87367", + "setCard": { + "id": "clm4p2qmd00qne0v56zq87367", + "slug": "alp_wrath_of_the_sea", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p2ke900qme0v54fxq0p8s", + "meta": { + "id": "clq3a0u0300mcsh27la0b0xtp", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of merciless deluge", + "subType": "", + "rulesText": "Flood all sites adjacent to a body of water this turn. Then submerge all minions and artifacts on water.", + "cost": 7, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p2qmd00qne0v56zq87367" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p2z5500qpe0v58uc1d08q", + "slug": "alp_wrath_of_the_sea_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wrath_of_the_sea-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4p2ke900qme0v54fxq0p8s", + "setCardId": "clm4p2qmd00qne0v56zq87367", + "setCard": { + "id": "clm4p2qmd00qne0v56zq87367", + "slug": "alp_wrath_of_the_sea", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p2ke900qme0v54fxq0p8s", + "meta": { + "id": "clq3a0u0300mcsh27la0b0xtp", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of merciless deluge", + "subType": "", + "rulesText": "Flood all sites adjacent to a body of water this turn. Then submerge all minions and artifacts on water.", + "cost": 7, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p2qmd00qne0v56zq87367" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4os7ji00obe0v5fdc7fbjj", + "slug": "yokai_kappas", + "name": "Yokai Kappas", + "hotscore": 216, + "guardian": { + "id": "clq3a0m8m00kqsh27ciicbvdj", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Beasts imperil this pond", + "subType": "Beast", + "rulesText": "Discard a water site → Untap Yokai Kappas. Use only once per turn.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4os7ji00obe0v5fdc7fbjj" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8htw201bzs67p5awujw69", + "slug": "bet_yokai_kappas_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/yokai_kappas.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "In the cool winter months when cucurbits don't grow, kappas of the Yokai forest find other means of refreshment.", + "cardId": "clm4os7ji00obe0v5fdc7fbjj", + "setCardId": "clot8htug01bxs67pwfa5gdfl", + "setCard": { + "id": "clot8htug01bxs67pwfa5gdfl", + "slug": "bet_yokai_kappas", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4os7ji00obe0v5fdc7fbjj", + "meta": { + "id": "clq3a0mgi00kssh27vf19cnr0", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Beasts imperil this pond", + "subType": "Beast", + "rulesText": "Discard a water site → Untap Yokai Kappas. Use only once per turn.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8htug01bxs67pwfa5gdfl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8htxn01c1s67pumqbmvos", + "slug": "bet_yokai_kappas_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/yokai_kappas-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "In the cool winter months when cucurbits don't grow, kappas of the Yokai forest find other means of refreshment.", + "cardId": "clm4os7ji00obe0v5fdc7fbjj", + "setCardId": "clot8htug01bxs67pwfa5gdfl", + "setCard": { + "id": "clot8htug01bxs67pwfa5gdfl", + "slug": "bet_yokai_kappas", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4os7ji00obe0v5fdc7fbjj", + "meta": { + "id": "clq3a0mgi00kssh27vf19cnr0", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Beasts imperil this pond", + "subType": "Beast", + "rulesText": "Discard a water site → Untap Yokai Kappas. Use only once per turn.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8htug01bxs67pwfa5gdfl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4osegs00ode0v555j90gx9", + "slug": "alp_yokai_kappas_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/yokai_kappas.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "In the cool winter months when cucurbits don't grow, kappas of the Yokai forest find other means of refreshment.", + "cardId": "clm4os7ji00obe0v5fdc7fbjj", + "setCardId": "clm4osd5g00oce0v5cfec7kin", + "setCard": { + "id": "clm4osd5g00oce0v5cfec7kin", + "slug": "alp_yokai_kappas", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4os7ji00obe0v5fdc7fbjj", + "meta": { + "id": "clq3a0mav00krsh27rx3xl6t7", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Beasts imperil this pond", + "subType": "Beast", + "rulesText": "Discard a water site → Untap Yokai Kappas. Use only once per turn.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4osd5g00oce0v5cfec7kin" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4osktn00oee0v5hpxr95mq", + "slug": "alp_yokai_kappas_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/yokai_kappas-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "In the cool winter months when cucurbits don't grow, kappas of the Yokai forest find other means of refreshment.", + "cardId": "clm4os7ji00obe0v5fdc7fbjj", + "setCardId": "clm4osd5g00oce0v5cfec7kin", + "setCard": { + "id": "clm4osd5g00oce0v5cfec7kin", + "slug": "alp_yokai_kappas", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4os7ji00obe0v5fdc7fbjj", + "meta": { + "id": "clq3a0mav00krsh27rx3xl6t7", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Beasts imperil this pond", + "subType": "Beast", + "rulesText": "Discard a water site → Untap Yokai Kappas. Use only once per turn.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4osd5g00oce0v5cfec7kin" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_water_elite_aura_cards.json b/data/beta_water_elite_aura_cards.json new file mode 100644 index 0000000..56c7ea1 --- /dev/null +++ b/data/beta_water_elite_aura_cards.json @@ -0,0 +1,376 @@ +[ + { + "id": "clm4p35in00qre0v5f9k35fhe", + "slug": "abundance", + "name": "Abundance", + "hotscore": 2556, + "guardian": { + "id": "clq3a0udb00mesh27213zhq04", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of milk and honey", + "subType": "", + "rulesText": "Each affected site provides one additional mana.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p35in00qre0v5f9k35fhe" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8i0ah01fvs67pok7aanbq", + "slug": "bet_abundance_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/abundance.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4p35in00qre0v5f9k35fhe", + "setCardId": "clot8i09101fts67phc4fxzs5", + "setCard": { + "id": "clot8i09101fts67phc4fxzs5", + "slug": "bet_abundance", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p35in00qre0v5f9k35fhe", + "meta": { + "id": "clq3a0ule00mgsh27853ewxqn", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of milk and honey", + "subType": "", + "rulesText": "Each affected site provides one additional mana.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i09101fts67phc4fxzs5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i0bz01fxs67pjja024bv", + "slug": "bet_abundance_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/abundance-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4p35in00qre0v5f9k35fhe", + "setCardId": "clot8i09101fts67phc4fxzs5", + "setCard": { + "id": "clot8i09101fts67phc4fxzs5", + "slug": "bet_abundance", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p35in00qre0v5f9k35fhe", + "meta": { + "id": "clq3a0ule00mgsh27853ewxqn", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of milk and honey", + "subType": "", + "rulesText": "Each affected site provides one additional mana.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i09101fts67phc4fxzs5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p3c3s00qte0v5d6ugfmb4", + "slug": "alp_abundance_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/abundance.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4p35in00qre0v5f9k35fhe", + "setCardId": "clm4p3asc00qse0v56clr8nxv", + "setCard": { + "id": "clm4p3asc00qse0v56clr8nxv", + "slug": "alp_abundance", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p35in00qre0v5f9k35fhe", + "meta": { + "id": "clq3a0ufq00mfsh27cue5whib", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of milk and honey", + "subType": "", + "rulesText": "Each affected site provides one additional mana.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p3asc00qse0v56clr8nxv" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p3ixi00que0v53274aehs", + "slug": "alp_abundance_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/abundance-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4p35in00qre0v5f9k35fhe", + "setCardId": "clm4p3asc00qse0v56clr8nxv", + "setCard": { + "id": "clm4p3asc00qse0v56clr8nxv", + "slug": "alp_abundance", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p35in00qre0v5f9k35fhe", + "meta": { + "id": "clq3a0ufq00mfsh27cue5whib", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of milk and honey", + "subType": "", + "rulesText": "Each affected site provides one additional mana.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p3asc00qse0v56clr8nxv" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p5xkm00rce0v52ys2dcn2", + "slug": "silence", + "name": "Silence", + "hotscore": 1618, + "guardian": { + "id": "clq3a0wco00mtsh27beo2i8io", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of simpler times", + "subType": "", + "rulesText": "Minions occupying affected sites lose all non-basic abilities.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p5xkm00rce0v52ys2dcn2" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8i1y001gus67powy91ngy", + "slug": "bet_silence_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/silence.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4p5xkm00rce0v52ys2dcn2", + "setCardId": "clot8i1wj01gss67pe3fdgalm", + "setCard": { + "id": "clot8i1wj01gss67pe3fdgalm", + "slug": "bet_silence", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p5xkm00rce0v52ys2dcn2", + "meta": { + "id": "clq3a0wkx00mvsh27qwqiwere", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of simpler times", + "subType": "", + "rulesText": "Minions occupying affected sites lose all non-basic abilities.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i1wj01gss67pe3fdgalm" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i1zg01gws67ppzvtw2vi", + "slug": "bet_silence_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/silence-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4p5xkm00rce0v52ys2dcn2", + "setCardId": "clot8i1wj01gss67pe3fdgalm", + "setCard": { + "id": "clot8i1wj01gss67pe3fdgalm", + "slug": "bet_silence", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p5xkm00rce0v52ys2dcn2", + "meta": { + "id": "clq3a0wkx00mvsh27qwqiwere", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of simpler times", + "subType": "", + "rulesText": "Minions occupying affected sites lose all non-basic abilities.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i1wj01gss67pe3fdgalm" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p64c200ree0v55n7qayb9", + "slug": "alp_silence_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/silence.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4p5xkm00rce0v52ys2dcn2", + "setCardId": "clm4p631000rde0v52ba424h2", + "setCard": { + "id": "clm4p631000rde0v52ba424h2", + "slug": "alp_silence", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p5xkm00rce0v52ys2dcn2", + "meta": { + "id": "clq3a0wez00mush274ftqx8tj", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of simpler times", + "subType": "", + "rulesText": "Minions occupying affected sites lose all non-basic abilities.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p631000rde0v52ba424h2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p6b4d00rfe0v5htne50ke", + "slug": "alp_silence_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/silence-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4p5xkm00rce0v52ys2dcn2", + "setCardId": "clm4p631000rde0v52ba424h2", + "setCard": { + "id": "clm4p631000rde0v52ba424h2", + "slug": "alp_silence", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p5xkm00rce0v52ys2dcn2", + "meta": { + "id": "clq3a0wez00mush274ftqx8tj", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of simpler times", + "subType": "", + "rulesText": "Minions occupying affected sites lose all non-basic abilities.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p631000rde0v52ba424h2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_water_elite_magic_cards.json b/data/beta_water_elite_magic_cards.json new file mode 100644 index 0000000..36a5efb --- /dev/null +++ b/data/beta_water_elite_magic_cards.json @@ -0,0 +1,602 @@ +[ + { + "id": "clm4oy8xl00poe0v5fjv81ed2", + "slug": "pollimorph", + "name": "Pollimorph", + "hotscore": 2458, + "guardian": { + "id": "clq3a0qq200lnsh278ntwvm6z", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of transfrogrification", + "subType": "", + "rulesText": "Transform target nearby minion into a Frog token.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oy8xl00poe0v5fjv81ed2" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hxdu01e4s67pk2nzskzb", + "slug": "bet_pollimorph_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pollimorph.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4oy8xl00poe0v5fjv81ed2", + "setCardId": "clot8hxc901e2s67ph7s7noc3", + "setCard": { + "id": "clot8hxc901e2s67ph7s7noc3", + "slug": "bet_pollimorph", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oy8xl00poe0v5fjv81ed2", + "meta": { + "id": "clq3a0qxx00lpsh27e769zf81", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of transfrogrification", + "subType": "", + "rulesText": "Transform target nearby minion into a Frog token.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hxc901e2s67ph7s7noc3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hxfl01e6s67pqt7wko72", + "slug": "bet_pollimorph_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pollimorph-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4oy8xl00poe0v5fjv81ed2", + "setCardId": "clot8hxc901e2s67ph7s7noc3", + "setCard": { + "id": "clot8hxc901e2s67ph7s7noc3", + "slug": "bet_pollimorph", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oy8xl00poe0v5fjv81ed2", + "meta": { + "id": "clq3a0qxx00lpsh27e769zf81", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of transfrogrification", + "subType": "", + "rulesText": "Transform target nearby minion into a Frog token.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hxc901e2s67ph7s7noc3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oyfoz00pqe0v55iv63sy6", + "slug": "alp_pollimorph_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pollimorph.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4oy8xl00poe0v5fjv81ed2", + "setCardId": "clm4oyedt00ppe0v5b84n9emu", + "setCard": { + "id": "clm4oyedt00ppe0v5b84n9emu", + "slug": "alp_pollimorph", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oy8xl00poe0v5fjv81ed2", + "meta": { + "id": "clq3a0qsb00losh27f3t3ejua", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of transfrogrification", + "subType": "", + "rulesText": "Transform target nearby minion into a Frog token.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oyedt00ppe0v5b84n9emu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oymw200pre0v5etqm673w", + "slug": "alp_pollimorph_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pollimorph-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4oy8xl00poe0v5fjv81ed2", + "setCardId": "clm4oyedt00ppe0v5b84n9emu", + "setCard": { + "id": "clm4oyedt00ppe0v5b84n9emu", + "slug": "alp_pollimorph", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oy8xl00poe0v5fjv81ed2", + "meta": { + "id": "clq3a0qsb00losh27f3t3ejua", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of transfrogrification", + "subType": "", + "rulesText": "Transform target nearby minion into a Frog token.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oyedt00ppe0v5b84n9emu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oyry900pse0v5buh57tpy", + "slug": "replication", + "name": "Replication", + "hotscore": 717, + "guardian": { + "id": "clq3a0r3i00lqsh27ote0rk9f", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of counterfeit conjuring", + "subType": "", + "rulesText": "Conjure a copy of an artifact carried by the caster.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oyry900pse0v5buh57tpy" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hxou01ebs67ph17qnx7h", + "slug": "bet_replication_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/replication.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "A great sorcerer does not imitate; he plagiarizes.", + "cardId": "clm4oyry900pse0v5buh57tpy", + "setCardId": "clot8hxne01e9s67p3v2l3old", + "setCard": { + "id": "clot8hxne01e9s67p3v2l3old", + "slug": "bet_replication", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oyry900pse0v5buh57tpy", + "meta": { + "id": "clq3a0rbr00lssh274ur2aq3x", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of counterfeit conjuring", + "subType": "", + "rulesText": "Conjure a copy of an artifact carried by the caster.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hxne01e9s67p3v2l3old" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hxqb01eds67p6m6gn83e", + "slug": "bet_replication_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/replication-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "A great sorcerer does not imitate; he plagiarizes.", + "cardId": "clm4oyry900pse0v5buh57tpy", + "setCardId": "clot8hxne01e9s67p3v2l3old", + "setCard": { + "id": "clot8hxne01e9s67p3v2l3old", + "slug": "bet_replication", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oyry900pse0v5buh57tpy", + "meta": { + "id": "clq3a0rbr00lssh274ur2aq3x", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of counterfeit conjuring", + "subType": "", + "rulesText": "Conjure a copy of an artifact carried by the caster.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hxne01e9s67p3v2l3old" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oyyx100pue0v55tkhh6al", + "slug": "alp_replication_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/replication.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "\"A great sorcerer does not imitate; he plagiarizes.\"", + "cardId": "clm4oyry900pse0v5buh57tpy", + "setCardId": "clm4oyxlv00pte0v5apxs045p", + "setCard": { + "id": "clm4oyxlv00pte0v5apxs045p", + "slug": "alp_replication", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oyry900pse0v5buh57tpy", + "meta": { + "id": "clq3a0r5y00lrsh27g37xaklg", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of counterfeit conjuring", + "subType": "", + "rulesText": "Conjure a copy of an artifact carried by the caster.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oyxlv00pte0v5apxs045p" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oz5hm00pve0v574s545sj", + "slug": "alp_replication_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/replication-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "\"A great sorcerer does not imitate; he plagiarizes.\"", + "cardId": "clm4oyry900pse0v5buh57tpy", + "setCardId": "clm4oyxlv00pte0v5apxs045p", + "setCard": { + "id": "clm4oyxlv00pte0v5apxs045p", + "slug": "alp_replication", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oyry900pse0v5buh57tpy", + "meta": { + "id": "clq3a0r5y00lrsh27g37xaklg", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of counterfeit conjuring", + "subType": "", + "rulesText": "Conjure a copy of an artifact carried by the caster.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oyxlv00pte0v5apxs045p" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p2ke900qme0v54fxq0p8s", + "slug": "wrath_of_the_sea", + "name": "Wrath of the Sea", + "hotscore": 1647, + "guardian": { + "id": "clq3a0txm00mbsh27p4q8n0co", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of merciless deluge", + "subType": "", + "rulesText": "Flood all sites adjacent to a body of water this turn. Then submerge all minions and artifacts on water.", + "cost": 7, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p2ke900qme0v54fxq0p8s" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8i00001fos67pqsob6dra", + "slug": "bet_wrath_of_the_sea_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wrath_of_the_sea.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4p2ke900qme0v54fxq0p8s", + "setCardId": "clot8hzyf01fms67pean0v3t4", + "setCard": { + "id": "clot8hzyf01fms67pean0v3t4", + "slug": "bet_wrath_of_the_sea", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p2ke900qme0v54fxq0p8s", + "meta": { + "id": "clq3a0u7d00mdsh27xfdbpphp", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of merciless deluge", + "subType": "", + "rulesText": "Flood all sites adjacent to a body of water this turn. Then submerge all minions and artifacts on water.", + "cost": 7, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hzyf01fms67pean0v3t4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i01k01fqs67pjgqht33k", + "slug": "bet_wrath_of_the_sea_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wrath_of_the_sea-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4p2ke900qme0v54fxq0p8s", + "setCardId": "clot8hzyf01fms67pean0v3t4", + "setCard": { + "id": "clot8hzyf01fms67pean0v3t4", + "slug": "bet_wrath_of_the_sea", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p2ke900qme0v54fxq0p8s", + "meta": { + "id": "clq3a0u7d00mdsh27xfdbpphp", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of merciless deluge", + "subType": "", + "rulesText": "Flood all sites adjacent to a body of water this turn. Then submerge all minions and artifacts on water.", + "cost": 7, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hzyf01fms67pean0v3t4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p2s4e00qoe0v5dfcp73v7", + "slug": "alp_wrath_of_the_sea_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wrath_of_the_sea.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4p2ke900qme0v54fxq0p8s", + "setCardId": "clm4p2qmd00qne0v56zq87367", + "setCard": { + "id": "clm4p2qmd00qne0v56zq87367", + "slug": "alp_wrath_of_the_sea", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p2ke900qme0v54fxq0p8s", + "meta": { + "id": "clq3a0u0300mcsh27la0b0xtp", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of merciless deluge", + "subType": "", + "rulesText": "Flood all sites adjacent to a body of water this turn. Then submerge all minions and artifacts on water.", + "cost": 7, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p2qmd00qne0v56zq87367" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p34dz00qqe0v5dtyfe34t", + "slug": "alp_wrath_of_the_sea_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wrath_of_the_sea-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4p2ke900qme0v54fxq0p8s", + "setCardId": "clm4p2qmd00qne0v56zq87367", + "setCard": { + "id": "clm4p2qmd00qne0v56zq87367", + "slug": "alp_wrath_of_the_sea", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p2ke900qme0v54fxq0p8s", + "meta": { + "id": "clq3a0u0300mcsh27la0b0xtp", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of merciless deluge", + "subType": "", + "rulesText": "Flood all sites adjacent to a body of water this turn. Then submerge all minions and artifacts on water.", + "cost": 7, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p2qmd00qne0v56zq87367" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p2z5500qpe0v58uc1d08q", + "slug": "alp_wrath_of_the_sea_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wrath_of_the_sea-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4p2ke900qme0v54fxq0p8s", + "setCardId": "clm4p2qmd00qne0v56zq87367", + "setCard": { + "id": "clm4p2qmd00qne0v56zq87367", + "slug": "alp_wrath_of_the_sea", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p2ke900qme0v54fxq0p8s", + "meta": { + "id": "clq3a0u0300mcsh27la0b0xtp", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of merciless deluge", + "subType": "", + "rulesText": "Flood all sites adjacent to a body of water this turn. Then submerge all minions and artifacts on water.", + "cost": 7, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p2qmd00qne0v56zq87367" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_water_elite_minion_cards.json b/data/beta_water_elite_minion_cards.json new file mode 100644 index 0000000..3a1dd54 --- /dev/null +++ b/data/beta_water_elite_minion_cards.json @@ -0,0 +1,2176 @@ +[ + { + "id": "clm4o5mpv00jfe0v52adkfk6k", + "slug": "adept_illusionist", + "name": "Adept Illusionist", + "hotscore": 1375, + "guardian": { + "id": "clq3a05pc00hdsh27zslxbkt5", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with duplicitous skills", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nTap → Search your hand, cemetery, or spellbook for another Adept Illusionist and summon it nearby. Shuffle if needed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4o5mpv00jfe0v52adkfk6k" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hgvt0147s67pb3lx3a1a", + "slug": "bet_adept_illusionist_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/adept_illusionist.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4o5mpv00jfe0v52adkfk6k", + "setCardId": "clot8hgub0145s67p9ohez4og", + "setCard": { + "id": "clot8hgub0145s67p9ohez4og", + "slug": "bet_adept_illusionist", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o5mpv00jfe0v52adkfk6k", + "meta": { + "id": "clq3a05xl00hfsh2770pm5p9v", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with duplicitous skills", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nTap → Search your hand, cemetery, or spellbook for another Adept Illusionist and summon it nearby. Shuffle if needed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hgub0145s67p9ohez4og" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hgxn0149s67pw564vz58", + "slug": "bet_adept_illusionist_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/adept_illusionist-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4o5mpv00jfe0v52adkfk6k", + "setCardId": "clot8hgub0145s67p9ohez4og", + "setCard": { + "id": "clot8hgub0145s67p9ohez4og", + "slug": "bet_adept_illusionist", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o5mpv00jfe0v52adkfk6k", + "meta": { + "id": "clq3a05xl00hfsh2770pm5p9v", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with duplicitous skills", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nTap → Search your hand, cemetery, or spellbook for another Adept Illusionist and summon it nearby. Shuffle if needed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hgub0145s67p9ohez4og" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o5tvi00jhe0v55q4m7jwo", + "slug": "alp_adept_illusionist_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/adept_illusionist.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4o5mpv00jfe0v52adkfk6k", + "setCardId": "clm4o5ski00jge0v566wtg4ri", + "setCard": { + "id": "clm4o5ski00jge0v566wtg4ri", + "slug": "alp_adept_illusionist", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o5mpv00jfe0v52adkfk6k", + "meta": { + "id": "clq3a05rn00hesh27vywxzbmc", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of duplicitous means", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nTap → Search your hand, cemetery, or spellbook for another Adept Illusionist and summon it nearby. Shuffle if needed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o5ski00jge0v566wtg4ri" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o607p00jie0v52z5qgvs5", + "slug": "alp_adept_illusionist_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/adept_illusionist-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4o5mpv00jfe0v52adkfk6k", + "setCardId": "clm4o5ski00jge0v566wtg4ri", + "setCard": { + "id": "clm4o5ski00jge0v566wtg4ri", + "slug": "alp_adept_illusionist", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o5mpv00jfe0v52adkfk6k", + "meta": { + "id": "clq3a05rn00hesh27vywxzbmc", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of duplicitous means", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nTap → Search your hand, cemetery, or spellbook for another Adept Illusionist and summon it nearby. Shuffle if needed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o5ski00jge0v566wtg4ri" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o92p100k6e0v551fveyke", + "slug": "court_jester", + "name": "Court Jester", + "hotscore": 446, + "guardian": { + "id": "clq3a087d00hvsh27ynicu86j", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with a mischievous smile", + "subType": "Mortal", + "rulesText": "At the end of your turn, each nearby Avatar discards a random card.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4o92p100k6e0v551fveyke" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hism015ds67ptwqjhjrf", + "slug": "bet_court_jester_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/court_jester.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4o92p100k6e0v551fveyke", + "setCardId": "clot8hir1015bs67pmpwcdqb6", + "setCard": { + "id": "clot8hir1015bs67pmpwcdqb6", + "slug": "bet_court_jester", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o92p100k6e0v551fveyke", + "meta": { + "id": "clq3a08fe00hxsh27dr2y1vls", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with a mischievous smile", + "subType": "Mortal", + "rulesText": "At the end of your turn, each nearby Avatar discards a random card.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hir1015bs67pmpwcdqb6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hiu4015fs67pwll4c59u", + "slug": "bet_court_jester_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/court_jester-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4o92p100k6e0v551fveyke", + "setCardId": "clot8hir1015bs67pmpwcdqb6", + "setCard": { + "id": "clot8hir1015bs67pmpwcdqb6", + "slug": "bet_court_jester", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o92p100k6e0v551fveyke", + "meta": { + "id": "clq3a08fe00hxsh27dr2y1vls", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with a mischievous smile", + "subType": "Mortal", + "rulesText": "At the end of your turn, each nearby Avatar discards a random card.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hir1015bs67pmpwcdqb6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o99q900k8e0v57ob9bec1", + "slug": "alp_court_jester_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/court_jester.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4o92p100k6e0v551fveyke", + "setCardId": "clm4o98f200k7e0v510nu072e", + "setCard": { + "id": "clm4o98f200k7e0v510nu072e", + "slug": "alp_court_jester", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o92p100k6e0v551fveyke", + "meta": { + "id": "clq3a089o00hwsh27g76rfr5w", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with a mischievous smile", + "subType": "Mortal", + "rulesText": "At the end of your turn, each nearby Avatar discards a random card.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o98f200k7e0v510nu072e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o9gdb00k9e0v5607beic2", + "slug": "alp_court_jester_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/court_jester-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4o92p100k6e0v551fveyke", + "setCardId": "clm4o98f200k7e0v510nu072e", + "setCard": { + "id": "clm4o98f200k7e0v510nu072e", + "slug": "alp_court_jester", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o92p100k6e0v551fveyke", + "meta": { + "id": "clq3a089o00hwsh27g76rfr5w", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with a mischievous smile", + "subType": "Mortal", + "rulesText": "At the end of your turn, each nearby Avatar discards a random card.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o98f200k7e0v510nu072e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oa69k00kfe0v5eptj7rgr", + "slug": "diluvian_kraken", + "name": "Diluvian Kraken", + "hotscore": 1567, + "guardian": { + "id": "clq3a091100i1sh27y7pl51td", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster of benthic horror", + "subType": "Monster", + "rulesText": "Submerge\r\n\r\nTap → Surface to strike each other unit nearby.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oa69k00kfe0v5eptj7rgr" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hjgz015rs67pvlo8v06a", + "slug": "bet_diluvian_kraken_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/diluvian_kraken.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4oa69k00kfe0v5eptj7rgr", + "setCardId": "clot8hjfe015ps67pwqbxkzq5", + "setCard": { + "id": "clot8hjfe015ps67pwqbxkzq5", + "slug": "bet_diluvian_kraken", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oa69k00kfe0v5eptj7rgr", + "meta": { + "id": "clq3a09b400i3sh279wl8nxuq", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster of benthic horror", + "subType": "Monster", + "rulesText": "Submerge\r\n\r\nTap → Surface to strike each other unit nearby.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hjfe015ps67pwqbxkzq5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hjio015ts67pt1a9faie", + "slug": "bet_diluvian_kraken_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/diluvian_kraken-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4oa69k00kfe0v5eptj7rgr", + "setCardId": "clot8hjfe015ps67pwqbxkzq5", + "setCard": { + "id": "clot8hjfe015ps67pwqbxkzq5", + "slug": "bet_diluvian_kraken", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oa69k00kfe0v5eptj7rgr", + "meta": { + "id": "clq3a09b400i3sh279wl8nxuq", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster of benthic horror", + "subType": "Monster", + "rulesText": "Submerge\r\n\r\nTap → Surface to strike each other unit nearby.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hjfe015ps67pwqbxkzq5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oadvf00khe0v57pjnguim", + "slug": "alp_diluvian_kraken_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/diluvian_kraken.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4oa69k00kfe0v5eptj7rgr", + "setCardId": "clm4oacb200kge0v53w1pdxpl", + "setCard": { + "id": "clm4oacb200kge0v53w1pdxpl", + "slug": "alp_diluvian_kraken", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oa69k00kfe0v5eptj7rgr", + "meta": { + "id": "clq3a093e00i2sh2764wejy1k", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster of benthic horror", + "subType": "Monster", + "rulesText": "Submerge\n\nTap → Surface to strike each other unit nearby.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oacb200kge0v53w1pdxpl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oardf00kje0v52wizfuzo", + "slug": "alp_diluvian_kraken_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/diluvian_kraken-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4oa69k00kfe0v5eptj7rgr", + "setCardId": "clm4oacb200kge0v53w1pdxpl", + "setCard": { + "id": "clm4oacb200kge0v53w1pdxpl", + "slug": "alp_diluvian_kraken", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oa69k00kfe0v5eptj7rgr", + "meta": { + "id": "clq3a093e00i2sh2764wejy1k", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster of benthic horror", + "subType": "Monster", + "rulesText": "Submerge\n\nTap → Surface to strike each other unit nearby.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oacb200kge0v53w1pdxpl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oal5k00kie0v5dfy08qaw", + "slug": "alp_diluvian_kraken_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/diluvian_kraken-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4oa69k00kfe0v5eptj7rgr", + "setCardId": "clm4oacb200kge0v53w1pdxpl", + "setCard": { + "id": "clm4oacb200kge0v53w1pdxpl", + "slug": "alp_diluvian_kraken", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oa69k00kfe0v5eptj7rgr", + "meta": { + "id": "clq3a093e00i2sh2764wejy1k", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster of benthic horror", + "subType": "Monster", + "rulesText": "Submerge\n\nTap → Surface to strike each other unit nearby.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oacb200kge0v53w1pdxpl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ocg1k00kwe0v58p9xh4du", + "slug": "ghost_ship", + "name": "Ghost Ship", + "hotscore": 1928, + "guardian": { + "id": "clq3a0amm00idsh27wbo2hp6e", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Spirits sail undying seas", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nWhenever Ghost Ship enters a site from the void, you may summon a Spirit from any cemetery to its location.", + "cost": 6, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ocg1k00kwe0v58p9xh4du" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hksr016js67pvhjkiol1", + "slug": "bet_ghost_ship_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ghost_ship.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4ocg1k00kwe0v58p9xh4du", + "setCardId": "clot8hkr0016hs67plqz1iymx", + "setCard": { + "id": "clot8hkr0016hs67plqz1iymx", + "slug": "bet_ghost_ship", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ocg1k00kwe0v58p9xh4du", + "meta": { + "id": "clq3a0aur00ifsh27eb7aqo30", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Spirits sail undying seas", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nWhenever Ghost Ship enters a site from the void, you may summon a Spirit from any cemetery to its location.", + "cost": 6, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hkr0016hs67plqz1iymx" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hku9016ls67py6i1xivg", + "slug": "bet_ghost_ship_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ghost_ship-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4ocg1k00kwe0v58p9xh4du", + "setCardId": "clot8hkr0016hs67plqz1iymx", + "setCard": { + "id": "clot8hkr0016hs67plqz1iymx", + "slug": "bet_ghost_ship", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ocg1k00kwe0v58p9xh4du", + "meta": { + "id": "clq3a0aur00ifsh27eb7aqo30", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Spirits sail undying seas", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nWhenever Ghost Ship enters a site from the void, you may summon a Spirit from any cemetery to its location.", + "cost": 6, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hkr0016hs67plqz1iymx" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ocnhq00kye0v5c2ur5va7", + "slug": "alp_ghost_ship_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ghost_ship.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4ocg1k00kwe0v58p9xh4du", + "setCardId": "clm4ocm5e00kxe0v5991u8kin", + "setCard": { + "id": "clm4ocm5e00kxe0v5991u8kin", + "slug": "alp_ghost_ship", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ocg1k00kwe0v58p9xh4du", + "meta": { + "id": "clq3a0aoz00iesh27cw98tdya", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Spirits sail undying seas", + "subType": "Spirit", + "rulesText": "Voidwalk\n\nWhenever Ghost Ship enters a site from the void, you may summon a Spirit from any cemetery to its location.", + "cost": 6, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ocm5e00kxe0v5991u8kin" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ocva600kze0v5dxg5cxvp", + "slug": "alp_ghost_ship_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ghost_ship-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4ocg1k00kwe0v58p9xh4du", + "setCardId": "clm4ocm5e00kxe0v5991u8kin", + "setCard": { + "id": "clm4ocm5e00kxe0v5991u8kin", + "slug": "alp_ghost_ship", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ocg1k00kwe0v58p9xh4du", + "meta": { + "id": "clq3a0aoz00iesh27cw98tdya", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Spirits sail undying seas", + "subType": "Spirit", + "rulesText": "Voidwalk\n\nWhenever Ghost Ship enters a site from the void, you may summon a Spirit from any cemetery to its location.", + "cost": 6, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ocm5e00kxe0v5991u8kin" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ofeug00lhe0v5439xbobu", + "slug": "megamoeba", + "name": "Megamoeba", + "hotscore": 675, + "guardian": { + "id": "clq3a0cqg00itsh27fautf0l4", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster engulfs the realm", + "subType": "Monster", + "rulesText": "Megamoeba moves by extending a single pseudopod from any part of itself. It occupies all locations it has ever occupied, and has +1 power for each.", + "cost": 3, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ofeug00lhe0v5439xbobu" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hmfw017is67pguugb0y6", + "slug": "bet_megamoeba_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/megamoeba.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4ofeug00lhe0v5439xbobu", + "setCardId": "clot8hmef017gs67pwuw68hp2", + "setCard": { + "id": "clot8hmef017gs67pwuw68hp2", + "slug": "bet_megamoeba", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ofeug00lhe0v5439xbobu", + "meta": { + "id": "clq3a0d2100ivsh27zy86ke7q", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster engulfs the realm", + "subType": "Monster", + "rulesText": "Megamoeba moves by extending a single pseudopod from any part of itself. It occupies all locations it has ever occupied, and has +1 power for each.", + "cost": 3, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hmef017gs67pwuw68hp2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hmhd017ks67pf0pmfkr2", + "slug": "bet_megamoeba_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/megamoeba-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4ofeug00lhe0v5439xbobu", + "setCardId": "clot8hmef017gs67pwuw68hp2", + "setCard": { + "id": "clot8hmef017gs67pwuw68hp2", + "slug": "bet_megamoeba", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ofeug00lhe0v5439xbobu", + "meta": { + "id": "clq3a0d2100ivsh27zy86ke7q", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster engulfs the realm", + "subType": "Monster", + "rulesText": "Megamoeba moves by extending a single pseudopod from any part of itself. It occupies all locations it has ever occupied, and has +1 power for each.", + "cost": 3, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hmef017gs67pwuw68hp2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oflzz00lje0v53oec8iwi", + "slug": "alp_megamoeba_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/megamoeba.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4ofeug00lhe0v5439xbobu", + "setCardId": "clm4ofkne00lie0v5gq7qegoz", + "setCard": { + "id": "clm4ofkne00lie0v5gq7qegoz", + "slug": "alp_megamoeba", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ofeug00lhe0v5439xbobu", + "meta": { + "id": "clq3a0css00iush2768s84hfu", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster engulfs the realm", + "subType": "Monster", + "rulesText": "Megamoeba moves by extending a single pseudopod from any part of itself. It occupies all locations it has ever occupied, and has +1 power for each.", + "cost": 3, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ofkne00lie0v5gq7qegoz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ofzn700lle0v51lkb9cub", + "slug": "alp_megamoeba_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/megamoeba-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4ofeug00lhe0v5439xbobu", + "setCardId": "clm4ofkne00lie0v5gq7qegoz", + "setCard": { + "id": "clm4ofkne00lie0v5gq7qegoz", + "slug": "alp_megamoeba", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ofeug00lhe0v5439xbobu", + "meta": { + "id": "clq3a0css00iush2768s84hfu", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster engulfs the realm", + "subType": "Monster", + "rulesText": "Megamoeba moves by extending a single pseudopod from any part of itself. It occupies all locations it has ever occupied, and has +1 power for each.", + "cost": 3, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ofkne00lie0v5gq7qegoz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ofthz00lke0v56vymeeht", + "slug": "alp_megamoeba_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/megamoeba-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4ofeug00lhe0v5439xbobu", + "setCardId": "clm4ofkne00lie0v5gq7qegoz", + "setCard": { + "id": "clm4ofkne00lie0v5gq7qegoz", + "slug": "alp_megamoeba", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ofeug00lhe0v5439xbobu", + "meta": { + "id": "clq3a0css00iush2768s84hfu", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster engulfs the realm", + "subType": "Monster", + "rulesText": "Megamoeba moves by extending a single pseudopod from any part of itself. It occupies all locations it has ever occupied, and has +1 power for each.", + "cost": 3, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ofkne00lie0v5gq7qegoz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ojciw00mde0v56pmw5lom", + "slug": "polar_explorers", + "name": "Polar Explorers", + "hotscore": 855, + "guardian": { + "id": "clq3a0fra00jesh272zbpvx6k", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals on an icy expedition", + "subType": "Mortal", + "rulesText": "Allied units here can move as if the top and bottom edges of the realm were connected.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ojciw00mde0v56pmw5lom" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hoo2018vs67pqham8gnn", + "slug": "bet_polar_explorers_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/polar_explorers.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ojciw00mde0v56pmw5lom", + "setCardId": "clot8homi018ts67pe52vpi67", + "setCard": { + "id": "clot8homi018ts67pe52vpi67", + "slug": "bet_polar_explorers", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ojciw00mde0v56pmw5lom", + "meta": { + "id": "clq3a0fz700jgsh278amgcrl3", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals on an icy expedition", + "subType": "Mortal", + "rulesText": "Allied units here can move as if the top and bottom edges of the realm were connected.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8homi018ts67pe52vpi67" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hopi018xs67p93hq24al", + "slug": "bet_polar_explorers_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/polar_explorers-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ojciw00mde0v56pmw5lom", + "setCardId": "clot8homi018ts67pe52vpi67", + "setCard": { + "id": "clot8homi018ts67pe52vpi67", + "slug": "bet_polar_explorers", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ojciw00mde0v56pmw5lom", + "meta": { + "id": "clq3a0fz700jgsh278amgcrl3", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals on an icy expedition", + "subType": "Mortal", + "rulesText": "Allied units here can move as if the top and bottom edges of the realm were connected.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8homi018ts67pe52vpi67" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ojjjd00mfe0v56upk52t4", + "slug": "alp_polar_explorers_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/polar_explorers.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ojciw00mde0v56pmw5lom", + "setCardId": "clm4oji7u00mee0v534yg4f91", + "setCard": { + "id": "clm4oji7u00mee0v534yg4f91", + "slug": "alp_polar_explorers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ojciw00mde0v56pmw5lom", + "meta": { + "id": "clq3a0ftk00jfsh279t5721ki", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals on an icy expedition", + "subType": "Mortal", + "rulesText": "Allied units here can move as if the top and bottom edges of the realm were connected.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oji7u00mee0v534yg4f91" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ojqbq00mge0v5b0f26uhw", + "slug": "alp_polar_explorers_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/polar_explorers-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ojciw00mde0v56pmw5lom", + "setCardId": "clm4oji7u00mee0v534yg4f91", + "setCard": { + "id": "clm4oji7u00mee0v534yg4f91", + "slug": "alp_polar_explorers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ojciw00mde0v56pmw5lom", + "meta": { + "id": "clq3a0ftk00jfsh279t5721ki", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals on an icy expedition", + "subType": "Mortal", + "rulesText": "Allied units here can move as if the top and bottom edges of the realm were connected.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oji7u00mee0v534yg4f91" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4omnkp00n3e0v5h2be1vkp", + "slug": "seirawan_hydra", + "name": "Seirawan Hydra", + "hotscore": 1572, + "guardian": { + "id": "clq3a0i5600jwsh275ufhw7al", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster of multifarious might", + "subType": "Monster", + "rulesText": "Immune to non-lethal damage.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4omnkp00n3e0v5h2be1vkp" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hqn101a1s67pd8e1sv9q", + "slug": "bet_seirawan_hydra_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/seirawan_hydra.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Fell the tree, and the branches are soon cut off. — Francis Quarles", + "cardId": "clm4omnkp00n3e0v5h2be1vkp", + "setCardId": "clot8hqkr019zs67p2jrsmja8", + "setCard": { + "id": "clot8hqkr019zs67p2jrsmja8", + "slug": "bet_seirawan_hydra", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4omnkp00n3e0v5h2be1vkp", + "meta": { + "id": "clq3a0id200jysh27767lmq30", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster of multifarious might", + "subType": "Monster", + "rulesText": "Immune to non-lethal damage.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hqkr019zs67p2jrsmja8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hqot01a3s67pkgueari5", + "slug": "bet_seirawan_hydra_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/seirawan_hydra-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Fell the tree, and the branches are soon cut off. — Francis Quarles", + "cardId": "clm4omnkp00n3e0v5h2be1vkp", + "setCardId": "clot8hqkr019zs67p2jrsmja8", + "setCard": { + "id": "clot8hqkr019zs67p2jrsmja8", + "slug": "bet_seirawan_hydra", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4omnkp00n3e0v5h2be1vkp", + "meta": { + "id": "clq3a0id200jysh27767lmq30", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster of multifarious might", + "subType": "Monster", + "rulesText": "Immune to non-lethal damage.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hqkr019zs67p2jrsmja8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4omumt00n5e0v5arn89p7y", + "slug": "alp_seirawan_hydra_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/seirawan_hydra.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "\"Fell the tree, and the branches are soon cut off.\" — Francis Quarles", + "cardId": "clm4omnkp00n3e0v5h2be1vkp", + "setCardId": "clm4omtb500n4e0v5ha2a07z4", + "setCard": { + "id": "clm4omtb500n4e0v5ha2a07z4", + "slug": "alp_seirawan_hydra", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4omnkp00n3e0v5h2be1vkp", + "meta": { + "id": "clq3a0i7e00jxsh27sxr1dkds", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster of multifarious might", + "subType": "Monster", + "rulesText": "Immune to non-lethal damage.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4omtb500n4e0v5ha2a07z4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4on1ib00n6e0v5hc6u8zf4", + "slug": "alp_seirawan_hydra_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/seirawan_hydra-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "\"Fell the tree, and the branches are soon cut off.\" — Francis Quarles", + "cardId": "clm4omnkp00n3e0v5h2be1vkp", + "setCardId": "clm4omtb500n4e0v5ha2a07z4", + "setCard": { + "id": "clm4omtb500n4e0v5ha2a07z4", + "slug": "alp_seirawan_hydra", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4omnkp00n3e0v5h2be1vkp", + "meta": { + "id": "clq3a0i7e00jxsh27sxr1dkds", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster of multifarious might", + "subType": "Monster", + "rulesText": "Immune to non-lethal damage.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4omtb500n4e0v5ha2a07z4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4on6ws00n7e0v589woebko", + "slug": "selfsame_simulacrum", + "name": "Selfsame Simulacrum", + "hotscore": 2688, + "guardian": { + "id": "clq3a0iiu00jzsh27tb288ds7", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Faerie of sincerest flattery", + "subType": "Faerie", + "rulesText": "May be summoned as a basic copy of a nearby minion.", + "cost": 4, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4on6ws00n7e0v589woebko" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hqyw01a8s67pvdghhhy0", + "slug": "bet_selfsame_simulacrum_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/selfsame_simulacrum.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "Common folk view their lives through a half-silvered mirror, seeing only their own reflection.", + "cardId": "clm4on6ws00n7e0v589woebko", + "setCardId": "clot8hqxf01a6s67pykjoj7fu", + "setCard": { + "id": "clot8hqxf01a6s67pykjoj7fu", + "slug": "bet_selfsame_simulacrum", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4on6ws00n7e0v589woebko", + "meta": { + "id": "clq3a0ir100k1sh276vrnd3ue", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Faerie of sincerest flattery", + "subType": "Faerie", + "rulesText": "May be summoned as a basic copy of a nearby minion.", + "cost": 4, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hqxf01a6s67pykjoj7fu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hr0f01aas67pq0fwjojx", + "slug": "bet_selfsame_simulacrum_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/selfsame_simulacrum-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "Common folk view their lives through a half-silvered mirror, seeing only their own reflection.", + "cardId": "clm4on6ws00n7e0v589woebko", + "setCardId": "clot8hqxf01a6s67pykjoj7fu", + "setCard": { + "id": "clot8hqxf01a6s67pykjoj7fu", + "slug": "bet_selfsame_simulacrum", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4on6ws00n7e0v589woebko", + "meta": { + "id": "clq3a0ir100k1sh276vrnd3ue", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Faerie of sincerest flattery", + "subType": "Faerie", + "rulesText": "May be summoned as a basic copy of a nearby minion.", + "cost": 4, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hqxf01a6s67pykjoj7fu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ondy300n9e0v5a0a3d36i", + "slug": "alp_selfsame_simulacrum_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/selfsame_simulacrum.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "Common folk view their lives through a half-silvered mirror, seeing only their own reflection.", + "cardId": "clm4on6ws00n7e0v589woebko", + "setCardId": "clm4oncmk00n8e0v587bz9jy0", + "setCard": { + "id": "clm4oncmk00n8e0v587bz9jy0", + "slug": "alp_selfsame_simulacrum", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4on6ws00n7e0v589woebko", + "meta": { + "id": "clq3a0il600k0sh27i8mahlp9", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Faerie of sincerest flattery", + "subType": "Faerie", + "rulesText": "May be summoned as a basic copy of a nearby minion.", + "cost": 4, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oncmk00n8e0v587bz9jy0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4onlgo00nae0v5dihh27rx", + "slug": "alp_selfsame_simulacrum_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/selfsame_simulacrum-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "Common folk view their lives through a half-silvered mirror, seeing only their own reflection.", + "cardId": "clm4on6ws00n7e0v589woebko", + "setCardId": "clm4oncmk00n8e0v587bz9jy0", + "setCard": { + "id": "clm4oncmk00n8e0v587bz9jy0", + "slug": "alp_selfsame_simulacrum", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4on6ws00n7e0v589woebko", + "meta": { + "id": "clq3a0il600k0sh27i8mahlp9", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Faerie of sincerest flattery", + "subType": "Faerie", + "rulesText": "May be summoned as a basic copy of a nearby minion.", + "cost": 4, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oncmk00n8e0v587bz9jy0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4onqqn00nbe0v5e39radoj", + "slug": "sneak_thief", + "name": "Sneak Thief", + "hotscore": 498, + "guardian": { + "id": "clq3a0iwo00k2sh27tq3vmnjf", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal burgles and borrows", + "subType": "Mortal", + "rulesText": "Stealth\r\n\r\nTap → Steal an artifact out of the hands of another target unit here, and stay Stealthed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4onqqn00nbe0v5e39radoj" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hrb601afs67pduhxohne", + "slug": "bet_sneak_thief_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sneak_thief.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4onqqn00nbe0v5e39radoj", + "setCardId": "clot8hr9e01ads67pvijzk47j", + "setCard": { + "id": "clot8hr9e01ads67pvijzk47j", + "slug": "bet_sneak_thief", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4onqqn00nbe0v5e39radoj", + "meta": { + "id": "clq3a0j4u00k4sh274081e4o9", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal burgles and borrows", + "subType": "Mortal", + "rulesText": "Stealth\r\n\r\nTap → Steal an artifact out of the hands of another target unit here, and stay Stealthed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hr9e01ads67pvijzk47j" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hrcu01ahs67py2n2o99o", + "slug": "bet_sneak_thief_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sneak_thief-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4onqqn00nbe0v5e39radoj", + "setCardId": "clot8hr9e01ads67pvijzk47j", + "setCard": { + "id": "clot8hr9e01ads67pvijzk47j", + "slug": "bet_sneak_thief", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4onqqn00nbe0v5e39radoj", + "meta": { + "id": "clq3a0j4u00k4sh274081e4o9", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal burgles and borrows", + "subType": "Mortal", + "rulesText": "Stealth\r\n\r\nTap → Steal an artifact out of the hands of another target unit here, and stay Stealthed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hr9e01ads67pvijzk47j" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4onxv000nde0v5e6qd96yi", + "slug": "alp_sneak_thief_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sneak_thief.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4onqqn00nbe0v5e39radoj", + "setCardId": "clm4onwjr00nce0v52rw2ceqm", + "setCard": { + "id": "clm4onwjr00nce0v52rw2ceqm", + "slug": "alp_sneak_thief", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4onqqn00nbe0v5e39radoj", + "meta": { + "id": "clq3a0iz200k3sh27908v4mci", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal burgles and borrows", + "subType": "Mortal", + "rulesText": "Stealth\n\nTap → Steal an artifact out of the hands of another target unit here, and stay Stealthed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4onwjr00nce0v52rw2ceqm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oo4mx00nee0v542ea9ok3", + "slug": "alp_sneak_thief_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sneak_thief-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4onqqn00nbe0v5e39radoj", + "setCardId": "clm4onwjr00nce0v52rw2ceqm", + "setCard": { + "id": "clm4onwjr00nce0v52rw2ceqm", + "slug": "alp_sneak_thief", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4onqqn00nbe0v5e39radoj", + "meta": { + "id": "clq3a0iz200k3sh27908v4mci", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal burgles and borrows", + "subType": "Mortal", + "rulesText": "Stealth\n\nTap → Steal an artifact out of the hands of another target unit here, and stay Stealthed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4onwjr00nce0v52rw2ceqm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4or2p200o2e0v51zhq8mqq", + "slug": "unland_angler", + "name": "Unland Angler", + "hotscore": 543, + "guardian": { + "id": "clq3a0lfa00kksh278z3m6f14", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast lurks and lures", + "subType": "Beast", + "rulesText": "Submerge\r\n\r\nAt the start of your turn, if Unland Angler is submerged, force each enemy minion atop adjacent sites to take a step toward this one.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4or2p200o2e0v51zhq8mqq" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8ht9801bls67p1gr7lsc7", + "slug": "bet_unland_angler_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/unland_angler.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4or2p200o2e0v51zhq8mqq", + "setCardId": "clot8ht7i01bjs67pgr413rxr", + "setCard": { + "id": "clot8ht7i01bjs67pgr413rxr", + "slug": "bet_unland_angler", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4or2p200o2e0v51zhq8mqq", + "meta": { + "id": "clq3a0lpe00kmsh275yuwxv78", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast lurks and lures", + "subType": "Beast", + "rulesText": "Submerge\r\n\r\nAt the start of your turn, if Unland Angler is submerged, force each enemy minion atop adjacent sites to take a step toward this one.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ht7i01bjs67pgr413rxr" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8htat01bns67pr9z4r9u9", + "slug": "bet_unland_angler_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/unland_angler-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4or2p200o2e0v51zhq8mqq", + "setCardId": "clot8ht7i01bjs67pgr413rxr", + "setCard": { + "id": "clot8ht7i01bjs67pgr413rxr", + "slug": "bet_unland_angler", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4or2p200o2e0v51zhq8mqq", + "meta": { + "id": "clq3a0lpe00kmsh275yuwxv78", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast lurks and lures", + "subType": "Beast", + "rulesText": "Submerge\r\n\r\nAt the start of your turn, if Unland Angler is submerged, force each enemy minion atop adjacent sites to take a step toward this one.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ht7i01bjs67pgr413rxr" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4or9uf00o4e0v52zkme7d8", + "slug": "alp_unland_angler_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/unland_angler.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4or2p200o2e0v51zhq8mqq", + "setCardId": "clm4or8j900o3e0v5btl3apmr", + "setCard": { + "id": "clm4or8j900o3e0v5btl3apmr", + "slug": "alp_unland_angler", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4or2p200o2e0v51zhq8mqq", + "meta": { + "id": "clq3a0lhq00klsh27aghadf37", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast lurks and lures", + "subType": "Beast", + "rulesText": "Submerge\n\nAt the start of your turn, if Unland Angler is submerged, force each enemy minion atop adjacent sites to take a step toward this one.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4or8j900o3e0v5btl3apmr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ormi100o6e0v5gyot2p5b", + "slug": "alp_unland_angler_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/unland_angler-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4or2p200o2e0v51zhq8mqq", + "setCardId": "clm4or8j900o3e0v5btl3apmr", + "setCard": { + "id": "clm4or8j900o3e0v5btl3apmr", + "slug": "alp_unland_angler", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4or2p200o2e0v51zhq8mqq", + "meta": { + "id": "clq3a0lhq00klsh27aghadf37", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast lurks and lures", + "subType": "Beast", + "rulesText": "Submerge\n\nAt the start of your turn, if Unland Angler is submerged, force each enemy minion atop adjacent sites to take a step toward this one.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4or8j900o3e0v5btl3apmr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4org3000o5e0v51g3x8ge3", + "slug": "alp_unland_angler_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/unland_angler-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4or2p200o2e0v51zhq8mqq", + "setCardId": "clm4or8j900o3e0v5btl3apmr", + "setCard": { + "id": "clm4or8j900o3e0v5btl3apmr", + "slug": "alp_unland_angler", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4or2p200o2e0v51zhq8mqq", + "meta": { + "id": "clq3a0lhq00klsh27aghadf37", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast lurks and lures", + "subType": "Beast", + "rulesText": "Submerge\n\nAt the start of your turn, if Unland Angler is submerged, force each enemy minion atop adjacent sites to take a step toward this one.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4or8j900o3e0v5btl3apmr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4os7ji00obe0v5fdc7fbjj", + "slug": "yokai_kappas", + "name": "Yokai Kappas", + "hotscore": 216, + "guardian": { + "id": "clq3a0m8m00kqsh27ciicbvdj", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Beasts imperil this pond", + "subType": "Beast", + "rulesText": "Discard a water site → Untap Yokai Kappas. Use only once per turn.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4os7ji00obe0v5fdc7fbjj" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8htw201bzs67p5awujw69", + "slug": "bet_yokai_kappas_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/yokai_kappas.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "In the cool winter months when cucurbits don't grow, kappas of the Yokai forest find other means of refreshment.", + "cardId": "clm4os7ji00obe0v5fdc7fbjj", + "setCardId": "clot8htug01bxs67pwfa5gdfl", + "setCard": { + "id": "clot8htug01bxs67pwfa5gdfl", + "slug": "bet_yokai_kappas", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4os7ji00obe0v5fdc7fbjj", + "meta": { + "id": "clq3a0mgi00kssh27vf19cnr0", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Beasts imperil this pond", + "subType": "Beast", + "rulesText": "Discard a water site → Untap Yokai Kappas. Use only once per turn.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8htug01bxs67pwfa5gdfl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8htxn01c1s67pumqbmvos", + "slug": "bet_yokai_kappas_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/yokai_kappas-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "In the cool winter months when cucurbits don't grow, kappas of the Yokai forest find other means of refreshment.", + "cardId": "clm4os7ji00obe0v5fdc7fbjj", + "setCardId": "clot8htug01bxs67pwfa5gdfl", + "setCard": { + "id": "clot8htug01bxs67pwfa5gdfl", + "slug": "bet_yokai_kappas", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4os7ji00obe0v5fdc7fbjj", + "meta": { + "id": "clq3a0mgi00kssh27vf19cnr0", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Beasts imperil this pond", + "subType": "Beast", + "rulesText": "Discard a water site → Untap Yokai Kappas. Use only once per turn.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8htug01bxs67pwfa5gdfl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4osegs00ode0v555j90gx9", + "slug": "alp_yokai_kappas_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/yokai_kappas.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "In the cool winter months when cucurbits don't grow, kappas of the Yokai forest find other means of refreshment.", + "cardId": "clm4os7ji00obe0v5fdc7fbjj", + "setCardId": "clm4osd5g00oce0v5cfec7kin", + "setCard": { + "id": "clm4osd5g00oce0v5cfec7kin", + "slug": "alp_yokai_kappas", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4os7ji00obe0v5fdc7fbjj", + "meta": { + "id": "clq3a0mav00krsh27rx3xl6t7", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Beasts imperil this pond", + "subType": "Beast", + "rulesText": "Discard a water site → Untap Yokai Kappas. Use only once per turn.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4osd5g00oce0v5cfec7kin" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4osktn00oee0v5hpxr95mq", + "slug": "alp_yokai_kappas_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/yokai_kappas-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "In the cool winter months when cucurbits don't grow, kappas of the Yokai forest find other means of refreshment.", + "cardId": "clm4os7ji00obe0v5fdc7fbjj", + "setCardId": "clm4osd5g00oce0v5cfec7kin", + "setCard": { + "id": "clm4osd5g00oce0v5cfec7kin", + "slug": "alp_yokai_kappas", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4os7ji00obe0v5fdc7fbjj", + "meta": { + "id": "clq3a0mav00krsh27rx3xl6t7", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Beasts imperil this pond", + "subType": "Beast", + "rulesText": "Discard a water site → Untap Yokai Kappas. Use only once per turn.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4osd5g00oce0v5cfec7kin" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_water_elite_site_cards.json b/data/beta_water_elite_site_cards.json new file mode 100644 index 0000000..8dcb753 --- /dev/null +++ b/data/beta_water_elite_site_cards.json @@ -0,0 +1,228 @@ +[ + { + "id": "clm4qhs66011oe0v562rzaipg", + "slug": "island_leviathan", + "name": "Island Leviathan", + "hotscore": 2421, + "guardian": { + "id": "clq3a1urk00tysh27tq0v4yvh", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of dormant monstrosity", + "subType": "", + "rulesText": "(W)(W)(W)(W)(W)(W)(W)(W) — May transform into a Monster. Place flooded Rubble underneath.", + "cost": 0, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qhs66011oe0v562rzaipg" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8itc101xgs67pjn8cva58", + "slug": "bet_island_leviathan_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/island_leviathan.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qhs66011oe0v562rzaipg", + "setCardId": "clot8itad01xes67phieilfny", + "setCard": { + "id": "clot8itad01xes67phieilfny", + "slug": "bet_island_leviathan", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qhs66011oe0v562rzaipg", + "meta": { + "id": "clq3a1v1c00u0sh277eqp65gg", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of dormant monstrosity", + "subType": "", + "rulesText": "(W)(W)(W)(W)(W)(W)(W)(W) — May transform into a Monster. Place flooded Rubble underneath.", + "cost": 0, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8itad01xes67phieilfny" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8itdk01xis67paob7mipk", + "slug": "bet_island_leviathan_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/island_leviathan-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qhs66011oe0v562rzaipg", + "setCardId": "clot8itad01xes67phieilfny", + "setCard": { + "id": "clot8itad01xes67phieilfny", + "slug": "bet_island_leviathan", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qhs66011oe0v562rzaipg", + "meta": { + "id": "clq3a1v1c00u0sh277eqp65gg", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of dormant monstrosity", + "subType": "", + "rulesText": "(W)(W)(W)(W)(W)(W)(W)(W) — May transform into a Monster. Place flooded Rubble underneath.", + "cost": 0, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8itad01xes67phieilfny" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qhzhu011qe0v550j6gt2m", + "slug": "alp_island_leviathan_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/island_leviathan.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qhs66011oe0v562rzaipg", + "setCardId": "clm4qhy02011pe0v59t61di91", + "setCard": { + "id": "clm4qhy02011pe0v59t61di91", + "slug": "alp_island_leviathan", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qhs66011oe0v562rzaipg", + "meta": { + "id": "clq3a1utx00tzsh27cgs20l50", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of dormant monstrosity", + "subType": "", + "rulesText": "(W)(W)(W)(W)(W)(W)(W)(W) — Transform into a Monster. Place flooded Rubble underneath.", + "cost": 0, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qhy02011pe0v59t61di91" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qic78011se0v591qw5rar", + "slug": "alp_island_leviathan_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/island_leviathan-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qhs66011oe0v562rzaipg", + "setCardId": "clm4qhy02011pe0v59t61di91", + "setCard": { + "id": "clm4qhy02011pe0v59t61di91", + "slug": "alp_island_leviathan", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qhs66011oe0v562rzaipg", + "meta": { + "id": "clq3a1utx00tzsh27cgs20l50", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of dormant monstrosity", + "subType": "", + "rulesText": "(W)(W)(W)(W)(W)(W)(W)(W) — Transform into a Monster. Place flooded Rubble underneath.", + "cost": 0, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qhy02011pe0v59t61di91" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qi695011re0v50wtzhzg0", + "slug": "alp_island_leviathan_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/island_leviathan-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qhs66011oe0v562rzaipg", + "setCardId": "clm4qhy02011pe0v59t61di91", + "setCard": { + "id": "clm4qhy02011pe0v59t61di91", + "slug": "alp_island_leviathan", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qhs66011oe0v562rzaipg", + "meta": { + "id": "clq3a1utx00tzsh27cgs20l50", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of dormant monstrosity", + "subType": "", + "rulesText": "(W)(W)(W)(W)(W)(W)(W)(W) — Transform into a Monster. Place flooded Rubble underneath.", + "cost": 0, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qhy02011pe0v59t61di91" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_water_exceptional_aura_cards.json b/data/beta_water_exceptional_aura_cards.json new file mode 100644 index 0000000..6f11175 --- /dev/null +++ b/data/beta_water_exceptional_aura_cards.json @@ -0,0 +1,415 @@ +[ + { + "id": "clm4p4sau00r3e0v5c1uo7lkf", + "slug": "flood", + "name": "Flood", + "hotscore": 2157, + "guardian": { + "id": "clq3a0viu00mnsh27c9xu61q7", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of epochal inundation", + "subType": "", + "rulesText": "Affected sites are flooded. They're water sites.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p4sau00r3e0v5c1uo7lkf" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8i1bo01ggs67p2kidumh6", + "slug": "bet_flood_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/flood.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Nature is the anvil that has broken many hammers.", + "cardId": "clm4p4sau00r3e0v5c1uo7lkf", + "setCardId": "clot8i1a601ges67ppuid1p8r", + "setCard": { + "id": "clot8i1a601ges67ppuid1p8r", + "slug": "bet_flood", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p4sau00r3e0v5c1uo7lkf", + "meta": { + "id": "clq3a0vt200mpsh27rcgqvvt6", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of epochal inundation", + "subType": "", + "rulesText": "Affected sites are flooded. They're water sites.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i1a601ges67ppuid1p8r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i1d701gis67pewcd6l3t", + "slug": "bet_flood_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/flood-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Nature is the anvil that has broken many hammers.", + "cardId": "clm4p4sau00r3e0v5c1uo7lkf", + "setCardId": "clot8i1a601ges67ppuid1p8r", + "setCard": { + "id": "clot8i1a601ges67ppuid1p8r", + "slug": "bet_flood", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p4sau00r3e0v5c1uo7lkf", + "meta": { + "id": "clq3a0vt200mpsh27rcgqvvt6", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of epochal inundation", + "subType": "", + "rulesText": "Affected sites are flooded. They're water sites.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i1a601ges67ppuid1p8r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p4zqd00r5e0v50ny21zjo", + "slug": "alp_flood_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/flood.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Nature is the anvil that has broken many hammers.", + "cardId": "clm4p4sau00r3e0v5c1uo7lkf", + "setCardId": "clm4p4yfa00r4e0v58xr97eol", + "setCard": { + "id": "clm4p4yfa00r4e0v58xr97eol", + "slug": "alp_flood", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p4sau00r3e0v5c1uo7lkf", + "meta": { + "id": "clq3a0vl500mosh27p88tefjo", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of epochal inundation", + "subType": "", + "rulesText": "Affected sites are flooded. They're water sites.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p4yfa00r4e0v58xr97eol" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p5cha00r7e0v5ayba26r3", + "slug": "alp_flood_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/flood-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Michal Nagypál", + "flavorText": "Nature is the anvil that has broken many hammers.", + "cardId": "clm4p4sau00r3e0v5c1uo7lkf", + "setCardId": "clm4p4yfa00r4e0v58xr97eol", + "setCard": { + "id": "clm4p4yfa00r4e0v58xr97eol", + "slug": "alp_flood", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p4sau00r3e0v5c1uo7lkf", + "meta": { + "id": "clq3a0vl500mosh27p88tefjo", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of epochal inundation", + "subType": "", + "rulesText": "Affected sites are flooded. They're water sites.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p4yfa00r4e0v58xr97eol" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p578y00r6e0v594vsd9wm", + "slug": "alp_flood_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/flood-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Nature is the anvil that has broken many hammers.", + "cardId": "clm4p4sau00r3e0v5c1uo7lkf", + "setCardId": "clm4p4yfa00r4e0v58xr97eol", + "setCard": { + "id": "clm4p4yfa00r4e0v58xr97eol", + "slug": "alp_flood", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p4sau00r3e0v5c1uo7lkf", + "meta": { + "id": "clq3a0vl500mosh27p88tefjo", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of epochal inundation", + "subType": "", + "rulesText": "Affected sites are flooded. They're water sites.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p4yfa00r4e0v58xr97eol" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p5dlw00r8e0v5aba0embk", + "slug": "mariners_curse", + "name": "Mariner's Curse", + "hotscore": 1781, + "guardian": { + "id": "clq3a0vyu00mqsh27w7xoiwmm", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of wrongs not forgiven", + "subType": "", + "rulesText": "Whenever a minion enters an affected water site, submerge it and return Mariner's Curse to its owner's hand.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p5dlw00r8e0v5aba0embk" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8i1ng01gns67phnxlqpkc", + "slug": "bet_mariners_curse_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mariners_curse.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4p5dlw00r8e0v5aba0embk", + "setCardId": "clot8i1ly01gls67pb395191a", + "setCard": { + "id": "clot8i1ly01gls67pb395191a", + "slug": "bet_mariners_curse", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p5dlw00r8e0v5aba0embk", + "meta": { + "id": "clq3a0w6x00mssh27ksy2qc8h", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of wrongs not forgiven", + "subType": "", + "rulesText": "Whenever a minion enters an affected water site, submerge it and return Mariner's Curse to its owner's hand.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i1ly01gls67pb395191a" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i1oz01gps67pwdb994w9", + "slug": "bet_mariners_curse_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mariners_curse-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4p5dlw00r8e0v5aba0embk", + "setCardId": "clot8i1ly01gls67pb395191a", + "setCard": { + "id": "clot8i1ly01gls67pb395191a", + "slug": "bet_mariners_curse", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p5dlw00r8e0v5aba0embk", + "meta": { + "id": "clq3a0w6x00mssh27ksy2qc8h", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of wrongs not forgiven", + "subType": "", + "rulesText": "Whenever a minion enters an affected water site, submerge it and return Mariner's Curse to its owner's hand.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i1ly01gls67pb395191a" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p5kyu00rae0v5bm4u9ryd", + "slug": "alp_mariners_curse_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mariners_curse.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4p5dlw00r8e0v5aba0embk", + "setCardId": "clm4p5jgq00r9e0v54c3thqeh", + "setCard": { + "id": "clm4p5jgq00r9e0v54c3thqeh", + "slug": "alp_mariners_curse", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p5dlw00r8e0v5aba0embk", + "meta": { + "id": "clq3a0w1400mrsh274zqubmia", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of wrongs not forgiven", + "subType": "", + "rulesText": "Whenever a minion enters an affected water site, submerge it and return Mariner's Curse to its owner's hand.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p5jgq00r9e0v54c3thqeh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p5rkg00rbe0v5f6r2dqoi", + "slug": "alp_mariners_curse_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mariners_curse-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4p5dlw00r8e0v5aba0embk", + "setCardId": "clm4p5jgq00r9e0v54c3thqeh", + "setCard": { + "id": "clm4p5jgq00r9e0v54c3thqeh", + "slug": "alp_mariners_curse", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p5dlw00r8e0v5aba0embk", + "meta": { + "id": "clq3a0w1400mrsh274zqubmia", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of wrongs not forgiven", + "subType": "", + "rulesText": "Whenever a minion enters an affected water site, submerge it and return Mariner's Curse to its owner's hand.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p5jgq00r9e0v54c3thqeh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_water_exceptional_magic_cards.json b/data/beta_water_exceptional_magic_cards.json new file mode 100644 index 0000000..0037d9b --- /dev/null +++ b/data/beta_water_exceptional_magic_cards.json @@ -0,0 +1,1654 @@ +[ + { + "id": "clm4ospvb00ofe0v58i0fgczg", + "slug": "dodge_roll", + "name": "Dodge Roll", + "hotscore": 819, + "guardian": { + "id": "clq3a0mmd00ktsh279m07fiy6", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic, nimble and quick\r\n", + "subType": "", + "rulesText": "May be cast when an ally is attacked.\r\n\r\nAn attacked ally may move to another adjacent location to evade the attack.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ospvb00ofe0v58i0fgczg" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hu7r01c6s67p49mfvkrn", + "slug": "bet_dodge_roll_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dodge_roll.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ospvb00ofe0v58i0fgczg", + "setCardId": "clot8hu6401c4s67p1hzj12v8", + "setCard": { + "id": "clot8hu6401c4s67p1hzj12v8", + "slug": "bet_dodge_roll", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ospvb00ofe0v58i0fgczg", + "meta": { + "id": "clq3a0mwj00kvsh2794h3vkif", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic, nimble and quick\r\n", + "subType": "", + "rulesText": "May be cast when an ally is attacked.\r\n\r\nAn attacked ally may move to another adjacent location to evade the attack.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hu6401c4s67p1hzj12v8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hu9a01c8s67pjymrgp90", + "slug": "bet_dodge_roll_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dodge_roll-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ospvb00ofe0v58i0fgczg", + "setCardId": "clot8hu6401c4s67p1hzj12v8", + "setCard": { + "id": "clot8hu6401c4s67p1hzj12v8", + "slug": "bet_dodge_roll", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ospvb00ofe0v58i0fgczg", + "meta": { + "id": "clq3a0mwj00kvsh2794h3vkif", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic, nimble and quick\r\n", + "subType": "", + "rulesText": "May be cast when an ally is attacked.\r\n\r\nAn attacked ally may move to another adjacent location to evade the attack.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hu6401c4s67p1hzj12v8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oswmo00ohe0v53wss2ao9", + "slug": "alp_dodge_roll_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dodge_roll.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ospvb00ofe0v58i0fgczg", + "setCardId": "clm4osvbe00oge0v5bjn50wrf", + "setCard": { + "id": "clm4osvbe00oge0v5bjn50wrf", + "slug": "alp_dodge_roll", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ospvb00ofe0v58i0fgczg", + "meta": { + "id": "clq3a0moq00kush2735lgdzpz", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic, nimble and quick", + "subType": "", + "rulesText": "May be cast when an ally is attacked.\nAn attacked ally may move to another adjacent location to evade the attack.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4osvbe00oge0v5bjn50wrf" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ot8iw00oje0v51z5p5q2z", + "slug": "alp_dodge_roll_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dodge_roll-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ospvb00ofe0v58i0fgczg", + "setCardId": "clm4osvbe00oge0v5bjn50wrf", + "setCard": { + "id": "clm4osvbe00oge0v5bjn50wrf", + "slug": "alp_dodge_roll", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ospvb00ofe0v58i0fgczg", + "meta": { + "id": "clq3a0moq00kush2735lgdzpz", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic, nimble and quick", + "subType": "", + "rulesText": "May be cast when an ally is attacked.\nAn attacked ally may move to another adjacent location to evade the attack.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4osvbe00oge0v5bjn50wrf" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ot3ga00oie0v5cp133ow4", + "slug": "alp_dodge_roll_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dodge_roll-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ospvb00ofe0v58i0fgczg", + "setCardId": "clm4osvbe00oge0v5bjn50wrf", + "setCard": { + "id": "clm4osvbe00oge0v5bjn50wrf", + "slug": "alp_dodge_roll", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ospvb00ofe0v58i0fgczg", + "meta": { + "id": "clq3a0moq00kush2735lgdzpz", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic, nimble and quick", + "subType": "", + "rulesText": "May be cast when an ally is attacked.\nAn attacked ally may move to another adjacent location to evade the attack.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4osvbe00oge0v5bjn50wrf" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ouxcv00oxe0v55hf41rq2", + "slug": "font_of_life", + "name": "Font of Life", + "hotscore": 1541, + "guardian": { + "id": "clq3a0o9v00l5sh27uvht0dne", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A rejuvenating infusion of Exceptional Magic", + "subType": "", + "rulesText": "Each ally heals an amount equal to the number of sites in its body of water.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ouxcv00oxe0v55hf41rq2" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hvgv01cys67pfnv35hca", + "slug": "bet_font_of_life_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/font_of_life.png", + "finish": "Standard", + "product": "Booster", + "artist": "Anson Maddocks", + "flavorText": "", + "cardId": "clm4ouxcv00oxe0v55hf41rq2", + "setCardId": "clot8hvf901cws67pzkekxwk7", + "setCard": { + "id": "clot8hvf901cws67pzkekxwk7", + "slug": "bet_font_of_life", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ouxcv00oxe0v55hf41rq2", + "meta": { + "id": "clq3a0ohz00l7sh27hgtvphkm", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A rejuvenating infusion of Exceptional Magic", + "subType": "", + "rulesText": "Each ally heals an amount equal to the number of sites in its body of water.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hvf901cws67pzkekxwk7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hvig01d0s67p7wi6zh6u", + "slug": "bet_font_of_life_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/font_of_life-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Anson Maddocks", + "flavorText": "", + "cardId": "clm4ouxcv00oxe0v55hf41rq2", + "setCardId": "clot8hvf901cws67pzkekxwk7", + "setCard": { + "id": "clot8hvf901cws67pzkekxwk7", + "slug": "bet_font_of_life", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ouxcv00oxe0v55hf41rq2", + "meta": { + "id": "clq3a0ohz00l7sh27hgtvphkm", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A rejuvenating infusion of Exceptional Magic", + "subType": "", + "rulesText": "Each ally heals an amount equal to the number of sites in its body of water.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hvf901cws67pzkekxwk7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ov4c500oze0v5ebchbrwh", + "slug": "alp_font_of_life_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/font_of_life.png", + "finish": "Standard", + "product": "Booster", + "artist": "Anson Maddocks", + "flavorText": "", + "cardId": "clm4ouxcv00oxe0v55hf41rq2", + "setCardId": "clm4ov30z00oye0v548142rid", + "setCard": { + "id": "clm4ov30z00oye0v548142rid", + "slug": "alp_font_of_life", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ouxcv00oxe0v55hf41rq2", + "meta": { + "id": "clq3a0ocb00l6sh279gx5z8xk", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A rejuvenating infusion of Exceptional Magic", + "subType": "", + "rulesText": "Each ally heals an amount equal to the number of sites in its body of water.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ov30z00oye0v548142rid" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ovbbw00p0e0v5996yg71g", + "slug": "alp_font_of_life_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/font_of_life-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Anson Maddocks", + "flavorText": "", + "cardId": "clm4ouxcv00oxe0v55hf41rq2", + "setCardId": "clm4ov30z00oye0v548142rid", + "setCard": { + "id": "clm4ov30z00oye0v548142rid", + "slug": "alp_font_of_life", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ouxcv00oxe0v55hf41rq2", + "meta": { + "id": "clq3a0ocb00l6sh279gx5z8xk", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A rejuvenating infusion of Exceptional Magic", + "subType": "", + "rulesText": "Each ally heals an amount equal to the number of sites in its body of water.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ov30z00oye0v548142rid" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ovgjv00p1e0v5d58mh5rl", + "slug": "frost_nova", + "name": "Frost Nova", + "hotscore": 421, + "guardian": { + "id": "clq3a0onn00l8sh27emfha24z", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "An Exceptional explosion of arctic Magic", + "subType": "", + "rulesText": "Freeze nearby enemy minions. They're disabled until your next turn.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ovgjv00p1e0v5d58mh5rl" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hvsv01d5s67pfdou12p4", + "slug": "bet_frost_nova_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/frost_nova.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ovgjv00p1e0v5d58mh5rl", + "setCardId": "clot8hvrc01d3s67pmuyfoffu", + "setCard": { + "id": "clot8hvrc01d3s67pmuyfoffu", + "slug": "bet_frost_nova", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ovgjv00p1e0v5d58mh5rl", + "meta": { + "id": "clq3a0oxa00lash27uyq1f8l3", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "An Exceptional explosion of arctic Magic", + "subType": "", + "rulesText": "Freeze nearby enemy minions. They're disabled until your next turn.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hvrc01d3s67pmuyfoffu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hvug01d7s67p62a9awau", + "slug": "bet_frost_nova_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/frost_nova-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ovgjv00p1e0v5d58mh5rl", + "setCardId": "clot8hvrc01d3s67pmuyfoffu", + "setCard": { + "id": "clot8hvrc01d3s67pmuyfoffu", + "slug": "bet_frost_nova", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ovgjv00p1e0v5d58mh5rl", + "meta": { + "id": "clq3a0oxa00lash27uyq1f8l3", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "An Exceptional explosion of arctic Magic", + "subType": "", + "rulesText": "Freeze nearby enemy minions. They're disabled until your next turn.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hvrc01d3s67pmuyfoffu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ovnqi00p3e0v51jtd94h2", + "slug": "alp_frost_nova_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/frost_nova.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ovgjv00p1e0v5d58mh5rl", + "setCardId": "clm4ovmfg00p2e0v57mwzgx8c", + "setCard": { + "id": "clm4ovmfg00p2e0v57mwzgx8c", + "slug": "alp_frost_nova", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ovgjv00p1e0v5d58mh5rl", + "meta": { + "id": "clq3a0opz00l9sh27i87x0n89", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "An Exceptional explosion of arctic Magic", + "subType": "", + "rulesText": "Freeze nearby enemy minions. They're disabled until your next turn.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ovmfg00p2e0v57mwzgx8c" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ovzwu00p5e0v55k702aml", + "slug": "alp_frost_nova_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/frost_nova-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ovgjv00p1e0v5d58mh5rl", + "setCardId": "clm4ovmfg00p2e0v57mwzgx8c", + "setCard": { + "id": "clm4ovmfg00p2e0v57mwzgx8c", + "slug": "alp_frost_nova", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ovgjv00p1e0v5d58mh5rl", + "meta": { + "id": "clq3a0opz00l9sh27i87x0n89", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "An Exceptional explosion of arctic Magic", + "subType": "", + "rulesText": "Freeze nearby enemy minions. They're disabled until your next turn.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ovmfg00p2e0v57mwzgx8c" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ovuv900p4e0v52b0m159b", + "slug": "alp_frost_nova_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/frost_nova-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ovgjv00p1e0v5d58mh5rl", + "setCardId": "clm4ovmfg00p2e0v57mwzgx8c", + "setCard": { + "id": "clm4ovmfg00p2e0v57mwzgx8c", + "slug": "alp_frost_nova", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ovgjv00p1e0v5d58mh5rl", + "meta": { + "id": "clq3a0opz00l9sh27i87x0n89", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "An Exceptional explosion of arctic Magic", + "subType": "", + "rulesText": "Freeze nearby enemy minions. They're disabled until your next turn.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ovmfg00p2e0v57mwzgx8c" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ow11g00p6e0v571y03k8o", + "slug": "geyser", + "name": "Geyser", + "hotscore": 1076, + "guardian": { + "id": "clq3a0p3300lbsh27jtolinos", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A sudden gush of Exceptional Magic", + "subType": "", + "rulesText": "This turn, flood target site and give each minion there Airborne. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ow11g00p6e0v571y03k8o" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hw5q01dcs67p589fjuxd", + "slug": "bet_geyser_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/geyser.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4ow11g00p6e0v571y03k8o", + "setCardId": "clot8hw4201das67pi36vgtyd", + "setCard": { + "id": "clot8hw4201das67pi36vgtyd", + "slug": "bet_geyser", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ow11g00p6e0v571y03k8o", + "meta": { + "id": "clq3a0pba00ldsh27wls77urn", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A sudden gush of Exceptional Magic", + "subType": "", + "rulesText": "This turn, flood target site and give each minion there Airborne. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hw4201das67pi36vgtyd" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hw7k01des67p1eyjxpmw", + "slug": "bet_geyser_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/geyser-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4ow11g00p6e0v571y03k8o", + "setCardId": "clot8hw4201das67pi36vgtyd", + "setCard": { + "id": "clot8hw4201das67pi36vgtyd", + "slug": "bet_geyser", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ow11g00p6e0v571y03k8o", + "meta": { + "id": "clq3a0pba00ldsh27wls77urn", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A sudden gush of Exceptional Magic", + "subType": "", + "rulesText": "This turn, flood target site and give each minion there Airborne. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hw4201das67pi36vgtyd" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ow8l900p8e0v58hzz7ytd", + "slug": "alp_geyser_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/geyser.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4ow11g00p6e0v571y03k8o", + "setCardId": "clm4ow7a000p7e0v50wu33310", + "setCard": { + "id": "clm4ow7a000p7e0v50wu33310", + "slug": "alp_geyser", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ow11g00p6e0v571y03k8o", + "meta": { + "id": "clq3a0p5d00lcsh277tl1gv9s", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A sudden gush of Exceptional Magic", + "subType": "", + "rulesText": "This turn, flood target site and give each minion there Airborne. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ow7a000p7e0v50wu33310" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4owesl00p9e0v50c7aear6", + "slug": "alp_geyser_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/geyser-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4ow11g00p6e0v571y03k8o", + "setCardId": "clm4ow7a000p7e0v50wu33310", + "setCard": { + "id": "clm4ow7a000p7e0v50wu33310", + "slug": "alp_geyser", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ow11g00p6e0v571y03k8o", + "meta": { + "id": "clq3a0p5d00lcsh277tl1gv9s", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A sudden gush of Exceptional Magic", + "subType": "", + "rulesText": "This turn, flood target site and give each minion there Airborne. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ow7a000p7e0v50wu33310" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ox5ix00pfe0v511fa3ahd", + "slug": "marine_voyage", + "name": "Marine Voyage", + "hotscore": 539, + "guardian": { + "id": "clq3a0pww00lhsh27wr4fj6hw", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic for the shrewd seafarer", + "subType": "", + "rulesText": "This turn, your units can move between any sites in a chosen body of water as if they were adjacent.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ox5ix00pfe0v511fa3ahd" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hwrh01dqs67pmmdt726g", + "slug": "bet_marine_voyage_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/marine_voyage.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ox5ix00pfe0v511fa3ahd", + "setCardId": "clot8hwpz01dos67pyllsfq2k", + "setCard": { + "id": "clot8hwpz01dos67pyllsfq2k", + "slug": "bet_marine_voyage", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ox5ix00pfe0v511fa3ahd", + "meta": { + "id": "clq3a0q6l00ljsh27w2kyi739", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic for the shrewd seafarer", + "subType": "", + "rulesText": "This turn, your units can move between any sites in a chosen body of water as if they were adjacent.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hwpz01dos67pyllsfq2k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hwsz01dss67p6v7uw7xy", + "slug": "bet_marine_voyage_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/marine_voyage-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ox5ix00pfe0v511fa3ahd", + "setCardId": "clot8hwpz01dos67pyllsfq2k", + "setCard": { + "id": "clot8hwpz01dos67pyllsfq2k", + "slug": "bet_marine_voyage", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ox5ix00pfe0v511fa3ahd", + "meta": { + "id": "clq3a0q6l00ljsh27w2kyi739", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic for the shrewd seafarer", + "subType": "", + "rulesText": "This turn, your units can move between any sites in a chosen body of water as if they were adjacent.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hwpz01dos67pyllsfq2k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oxc9300phe0v5dg8z1pu1", + "slug": "alp_marine_voyage_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/marine_voyage.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ox5ix00pfe0v511fa3ahd", + "setCardId": "clm4oxay100pge0v5120wb9cn", + "setCard": { + "id": "clm4oxay100pge0v5120wb9cn", + "slug": "alp_marine_voyage", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ox5ix00pfe0v511fa3ahd", + "meta": { + "id": "clq3a0pz700lish27ol6ei5ip", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic for the shrewd seafarer", + "subType": "", + "rulesText": "This turn, your units can move between any sites in a chosen body of water as if they were adjacent.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oxay100pge0v5120wb9cn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oxo2400pje0v5bjdd62pz", + "slug": "alp_marine_voyage_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/marine_voyage-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ox5ix00pfe0v511fa3ahd", + "setCardId": "clm4oxay100pge0v5120wb9cn", + "setCard": { + "id": "clm4oxay100pge0v5120wb9cn", + "slug": "alp_marine_voyage", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ox5ix00pfe0v511fa3ahd", + "meta": { + "id": "clq3a0pz700lish27ol6ei5ip", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic for the shrewd seafarer", + "subType": "", + "rulesText": "This turn, your units can move between any sites in a chosen body of water as if they were adjacent.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oxay100pge0v5120wb9cn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oxj0a00pie0v57my9d05w", + "slug": "alp_marine_voyage_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/marine_voyage-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ox5ix00pfe0v511fa3ahd", + "setCardId": "clm4oxay100pge0v5120wb9cn", + "setCard": { + "id": "clm4oxay100pge0v5120wb9cn", + "slug": "alp_marine_voyage", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ox5ix00pfe0v511fa3ahd", + "meta": { + "id": "clq3a0pz700lish27ol6ei5ip", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic for the shrewd seafarer", + "subType": "", + "rulesText": "This turn, your units can move between any sites in a chosen body of water as if they were adjacent.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oxay100pge0v5120wb9cn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ozvjp00q1e0v5ekf4abc5", + "slug": "shrink", + "name": "Shrink", + "hotscore": 1171, + "guardian": { + "id": "clq3a0rxa00lwsh27l69whjnc", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of brief diminution", + "subType": "", + "rulesText": "Set the base power of target nearby unit to 0 until your next turn.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ozvjp00q1e0v5ekf4abc5" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hyau01eps67p8enm5f3m", + "slug": "bet_shrink_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/shrink.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ozvjp00q1e0v5ekf4abc5", + "setCardId": "clot8hy9701ens67p9yxmekxo", + "setCard": { + "id": "clot8hy9701ens67p9yxmekxo", + "slug": "bet_shrink", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ozvjp00q1e0v5ekf4abc5", + "meta": { + "id": "clq3a0s5e00lysh278l3nf2zg", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of brief diminution", + "subType": "", + "rulesText": "Set the base power of target nearby unit to 0 until your next turn.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hy9701ens67p9yxmekxo" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hycr01ers67pcdoxd8e2", + "slug": "bet_shrink_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/shrink-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ozvjp00q1e0v5ekf4abc5", + "setCardId": "clot8hy9701ens67p9yxmekxo", + "setCard": { + "id": "clot8hy9701ens67p9yxmekxo", + "slug": "bet_shrink", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ozvjp00q1e0v5ekf4abc5", + "meta": { + "id": "clq3a0s5e00lysh278l3nf2zg", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of brief diminution", + "subType": "", + "rulesText": "Set the base power of target nearby unit to 0 until your next turn.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hy9701ens67p9yxmekxo" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p02gf00q3e0v5fulp54x9", + "slug": "alp_shrink_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/shrink.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ozvjp00q1e0v5ekf4abc5", + "setCardId": "clm4p015f00q2e0v5dzsi8twm", + "setCard": { + "id": "clm4p015f00q2e0v5dzsi8twm", + "slug": "alp_shrink", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ozvjp00q1e0v5ekf4abc5", + "meta": { + "id": "clq3a0rzp00lxsh27yvy4l1v2", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of brief diminution", + "subType": "", + "rulesText": "Set the base power of target nearby unit to 0 until your next turn.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p015f00q2e0v5dzsi8twm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p091f00q4e0v54tn6720d", + "slug": "alp_shrink_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/shrink-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ozvjp00q1e0v5ekf4abc5", + "setCardId": "clm4p015f00q2e0v5dzsi8twm", + "setCard": { + "id": "clm4p015f00q2e0v5dzsi8twm", + "slug": "alp_shrink", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ozvjp00q1e0v5ekf4abc5", + "meta": { + "id": "clq3a0rzp00lxsh27yvy4l1v2", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of brief diminution", + "subType": "", + "rulesText": "Set the base power of target nearby unit to 0 until your next turn.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p015f00q2e0v5dzsi8twm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p0yad00q9e0v56yj6430y", + "slug": "stormy_seas", + "name": "Stormy Seas", + "hotscore": 1520, + "guardian": { + "id": "clq3a0spg00m2sh27vh681e2g", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of maritime furor", + "subType": "", + "rulesText": "Submerge all minions and artifacts occupying target water site.\r\n", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p0yad00q9e0v56yj6430y" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hz0y01f3s67pilphh1o6", + "slug": "bet_stormy_seas_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/stormy_seas.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "The sea is angry today, my friends; hike and hold, men, fly! Bring due astern Neptune's belly!", + "cardId": "clm4p0yad00q9e0v56yj6430y", + "setCardId": "clot8hyzf01f1s67p0ckxefl7", + "setCard": { + "id": "clot8hyzf01f1s67p0ckxefl7", + "slug": "bet_stormy_seas", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p0yad00q9e0v56yj6430y", + "meta": { + "id": "clq3a0sxq00m4sh27w9qy0fky", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of maritime furor", + "subType": "", + "rulesText": "Submerge all minions and artifacts occupying target water site.\r\n", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hyzf01f1s67p0ckxefl7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hz2n01f5s67pr1930yc4", + "slug": "bet_stormy_seas_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/stormy_seas-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "The sea is angry today, my friends; hike and hold, men, fly! Bring due astern Neptune's belly!", + "cardId": "clm4p0yad00q9e0v56yj6430y", + "setCardId": "clot8hyzf01f1s67p0ckxefl7", + "setCard": { + "id": "clot8hyzf01f1s67p0ckxefl7", + "slug": "bet_stormy_seas", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p0yad00q9e0v56yj6430y", + "meta": { + "id": "clq3a0sxq00m4sh27w9qy0fky", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of maritime furor", + "subType": "", + "rulesText": "Submerge all minions and artifacts occupying target water site.\r\n", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hyzf01f1s67p0ckxefl7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p15fx00qbe0v5gccw33ov", + "slug": "alp_stormy_seas_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/stormy_seas.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "The sea is angry today, my friends; hike and hold, men, fly! Bring due astern Neptune's belly!", + "cardId": "clm4p0yad00q9e0v56yj6430y", + "setCardId": "clm4p144v00qae0v5ctc42zzm", + "setCard": { + "id": "clm4p144v00qae0v5ctc42zzm", + "slug": "alp_stormy_seas", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p0yad00q9e0v56yj6430y", + "meta": { + "id": "clq3a0srt00m3sh270baxfsvk", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of maritime furor", + "subType": "", + "rulesText": "Submerge all minions and artifacts occupying target water site.\n", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p144v00qae0v5ctc42zzm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p1c0v00qce0v5575qajjv", + "slug": "alp_stormy_seas_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/stormy_seas-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "The sea is angry today, my friends; hike and hold, men, fly! Bring due astern Neptune's belly!", + "cardId": "clm4p0yad00q9e0v56yj6430y", + "setCardId": "clm4p144v00qae0v5ctc42zzm", + "setCard": { + "id": "clm4p144v00qae0v5ctc42zzm", + "slug": "alp_stormy_seas", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p0yad00q9e0v56yj6430y", + "meta": { + "id": "clq3a0srt00m3sh270baxfsvk", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of maritime furor", + "subType": "", + "rulesText": "Submerge all minions and artifacts occupying target water site.\n", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p144v00qae0v5ctc42zzm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p20uz00qhe0v57s3dau0h", + "slug": "upwelling", + "name": "Upwelling", + "hotscore": 332, + "guardian": { + "id": "clq3a0thy00m8sh2750vj0wke", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of fluid undoing", + "subType": "", + "rulesText": "Target a nearby site. Return each artifact and minion there to its owner's hand.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p20uz00qhe0v57s3dau0h" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hznf01fhs67prx96nq6u", + "slug": "bet_upwelling_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/upwelling.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "There is no height to which confident fools cannot ascend.", + "cardId": "clm4p20uz00qhe0v57s3dau0h", + "setCardId": "clot8hzlv01ffs67pee1tmwif", + "setCard": { + "id": "clot8hzlv01ffs67pee1tmwif", + "slug": "bet_upwelling", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p20uz00qhe0v57s3dau0h", + "meta": { + "id": "clq3a0tro00mash272k5rrd5b", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of fluid undoing", + "subType": "", + "rulesText": "Target a nearby site. Return each artifact and minion there to its owner's hand.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hzlv01ffs67pee1tmwif" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hzp301fjs67phprlf007", + "slug": "bet_upwelling_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/upwelling-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "There is no height to which confident fools cannot ascend.", + "cardId": "clm4p20uz00qhe0v57s3dau0h", + "setCardId": "clot8hzlv01ffs67pee1tmwif", + "setCard": { + "id": "clot8hzlv01ffs67pee1tmwif", + "slug": "bet_upwelling", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p20uz00qhe0v57s3dau0h", + "meta": { + "id": "clq3a0tro00mash272k5rrd5b", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of fluid undoing", + "subType": "", + "rulesText": "Target a nearby site. Return each artifact and minion there to its owner's hand.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hzlv01ffs67pee1tmwif" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p27t100qje0v5asu1eyng", + "slug": "alp_upwelling_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/upwelling.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "There is no height to which confident fools cannot ascend.", + "cardId": "clm4p20uz00qhe0v57s3dau0h", + "setCardId": "clm4p26hq00qie0v5hzqneja0", + "setCard": { + "id": "clm4p26hq00qie0v5hzqneja0", + "slug": "alp_upwelling", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p20uz00qhe0v57s3dau0h", + "meta": { + "id": "clq3a0tk900m9sh271hod5b22", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of fluid undoing", + "subType": "", + "rulesText": "Target a nearby site. Return each artifact and minion there to its owner's hand.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p26hq00qie0v5hzqneja0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p2j9t00qle0v5fehjfpyw", + "slug": "alp_upwelling_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/upwelling-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Alan Pollack", + "flavorText": "There is no height to which confident fools cannot ascend.", + "cardId": "clm4p20uz00qhe0v57s3dau0h", + "setCardId": "clm4p26hq00qie0v5hzqneja0", + "setCard": { + "id": "clm4p26hq00qie0v5hzqneja0", + "slug": "alp_upwelling", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p20uz00qhe0v57s3dau0h", + "meta": { + "id": "clq3a0tk900m9sh271hod5b22", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of fluid undoing", + "subType": "", + "rulesText": "Target a nearby site. Return each artifact and minion there to its owner's hand.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p26hq00qie0v5hzqneja0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p2e8y00qke0v526fd8w8k", + "slug": "alp_upwelling_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/upwelling-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "There is no height to which confident fools cannot ascend.", + "cardId": "clm4p20uz00qhe0v57s3dau0h", + "setCardId": "clm4p26hq00qie0v5hzqneja0", + "setCard": { + "id": "clm4p26hq00qie0v5hzqneja0", + "slug": "alp_upwelling", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p20uz00qhe0v57s3dau0h", + "meta": { + "id": "clq3a0tk900m9sh271hod5b22", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of fluid undoing", + "subType": "", + "rulesText": "Target a nearby site. Return each artifact and minion there to its owner's hand.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p26hq00qie0v5hzqneja0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_water_exceptional_minion_cards.json b/data/beta_water_exceptional_minion_cards.json new file mode 100644 index 0000000..c4e49fb --- /dev/null +++ b/data/beta_water_exceptional_minion_cards.json @@ -0,0 +1,2628 @@ +[ + { + "id": "clm4o53bb00jbe0v52jeg6f9z", + "slug": "accursed_albatross", + "name": "Accursed Albatross", + "hotscore": 730, + "guardian": { + "id": "clq3a05ba00hash27jmwnonj1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast of deadly portent", + "subType": "Beast", + "rulesText": "Airborne\r\n \r\nWhen a unit kills Accursed Albatross, kill that unit's other allied minions it's nearby.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4o53bb00jbe0v52jeg6f9z" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hgkb0140s67pw06l6swd", + "slug": "bet_accursed_albatross_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/accursed_albatross.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4o53bb00jbe0v52jeg6f9z", + "setCardId": "clot8hgis013ys67pqabbi9wp", + "setCard": { + "id": "clot8hgis013ys67pqabbi9wp", + "slug": "bet_accursed_albatross", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o53bb00jbe0v52jeg6f9z", + "meta": { + "id": "clq3a05jc00hcsh2742ac1mlj", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast of deadly portent", + "subType": "Beast", + "rulesText": "Airborne\r\n \r\nWhen a unit kills Accursed Albatross, kill that unit's other allied minions it's nearby.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hgis013ys67pqabbi9wp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hglu0142s67p6hmh6o3s", + "slug": "bet_accursed_albatross_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/accursed_albatross-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4o53bb00jbe0v52jeg6f9z", + "setCardId": "clot8hgis013ys67pqabbi9wp", + "setCard": { + "id": "clot8hgis013ys67pqabbi9wp", + "slug": "bet_accursed_albatross", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o53bb00jbe0v52jeg6f9z", + "meta": { + "id": "clq3a05jc00hcsh2742ac1mlj", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast of deadly portent", + "subType": "Beast", + "rulesText": "Airborne\r\n \r\nWhen a unit kills Accursed Albatross, kill that unit's other allied minions it's nearby.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hgis013ys67pqabbi9wp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o5afv00jde0v55eqj5xwy", + "slug": "alp_accursed_albatross_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/accursed_albatross.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4o53bb00jbe0v52jeg6f9z", + "setCardId": "clm4o594f00jce0v56ie35bm4", + "setCard": { + "id": "clm4o594f00jce0v56ie35bm4", + "slug": "alp_accursed_albatross", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o53bb00jbe0v52jeg6f9z", + "meta": { + "id": "clq3a05dk00hbsh27gbreyoal", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast of deadly portent", + "subType": "Beast", + "rulesText": "Airborne\n\nWhen a unit kills Accursed Albatross, kill that unit's other allied minions it's nearby.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o594f00jce0v56ie35bm4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o5h8q00jee0v5c9js3tm4", + "slug": "alp_accursed_albatross_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/accursed_albatross-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4o53bb00jbe0v52jeg6f9z", + "setCardId": "clm4o594f00jce0v56ie35bm4", + "setCard": { + "id": "clm4o594f00jce0v56ie35bm4", + "slug": "alp_accursed_albatross", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o53bb00jbe0v52jeg6f9z", + "meta": { + "id": "clq3a05dk00hbsh27gbreyoal", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast of deadly portent", + "subType": "Beast", + "rulesText": "Airborne\n\nWhen a unit kills Accursed Albatross, kill that unit's other allied minions it's nearby.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o594f00jce0v56ie35bm4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o667l00jje0v50cco1tgk", + "slug": "anui_undine", + "name": "Anui Undine", + "hotscore": 1907, + "guardian": { + "id": "clq3a063m00hgsh2738z11ukf", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit born of the sea", + "subType": "Spirit", + "rulesText": "Submerge\r\n \r\nAnui Undine has +1 power for each site in her body of water.", + "cost": 5, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4o667l00jje0v50cco1tgk" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hh7p014es67pbjbfbu3p", + "slug": "bet_anui_undine_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/anui_undine.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "What is a puddle but an ocean waiting to be discovered?", + "cardId": "clm4o667l00jje0v50cco1tgk", + "setCardId": "clot8hh66014cs67pzt2nhkux", + "setCard": { + "id": "clot8hh66014cs67pzt2nhkux", + "slug": "bet_anui_undine", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o667l00jje0v50cco1tgk", + "meta": { + "id": "clq3a06e100hish27iydxoaqq", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit born of the sea", + "subType": "Spirit", + "rulesText": "Submerge\r\n \r\nAnui Undine has +1 power for each site in her body of water.", + "cost": 5, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hh66014cs67pzt2nhkux" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hh98014gs67pxq5vch0a", + "slug": "bet_anui_undine_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/anui_undine-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "What is a puddle but an ocean waiting to be discovered?", + "cardId": "clm4o667l00jje0v50cco1tgk", + "setCardId": "clot8hh66014cs67pzt2nhkux", + "setCard": { + "id": "clot8hh66014cs67pzt2nhkux", + "slug": "bet_anui_undine", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o667l00jje0v50cco1tgk", + "meta": { + "id": "clq3a06e100hish27iydxoaqq", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit born of the sea", + "subType": "Spirit", + "rulesText": "Submerge\r\n \r\nAnui Undine has +1 power for each site in her body of water.", + "cost": 5, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hh66014cs67pzt2nhkux" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o6deq00jle0v577vnete4", + "slug": "alp_anui_undine_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/anui_undine.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "What is a puddle but an ocean waiting to be discovered?", + "cardId": "clm4o667l00jje0v50cco1tgk", + "setCardId": "clm4o6c2w00jke0v5atswd5kz", + "setCard": { + "id": "clm4o6c2w00jke0v5atswd5kz", + "slug": "alp_anui_undine", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o667l00jje0v50cco1tgk", + "meta": { + "id": "clq3a066e00hhsh27dk9t2ny1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit born of the sea", + "subType": "Spirit", + "rulesText": "Submerge\n\nAnui Undine has +1 power for each site in her body of water.", + "cost": 5, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o6c2w00jke0v5atswd5kz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o6rdd00jne0v54s4l7kvi", + "slug": "alp_anui_undine_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/anui_undine-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Tony Szczudlo", + "flavorText": "What is a puddle but an ocean waiting to be discovered?", + "cardId": "clm4o667l00jje0v50cco1tgk", + "setCardId": "clm4o6c2w00jke0v5atswd5kz", + "setCard": { + "id": "clm4o6c2w00jke0v5atswd5kz", + "slug": "alp_anui_undine", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o667l00jje0v50cco1tgk", + "meta": { + "id": "clq3a066e00hhsh27dk9t2ny1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit born of the sea", + "subType": "Spirit", + "rulesText": "Submerge\n\nAnui Undine has +1 power for each site in her body of water.", + "cost": 5, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o6c2w00jke0v5atswd5kz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o6kzb00jme0v5dbtj5fda", + "slug": "alp_anui_undine_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/anui_undine-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "What is a puddle but an ocean waiting to be discovered?", + "cardId": "clm4o667l00jje0v50cco1tgk", + "setCardId": "clm4o6c2w00jke0v5atswd5kz", + "setCard": { + "id": "clm4o6c2w00jke0v5atswd5kz", + "slug": "alp_anui_undine", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o667l00jje0v50cco1tgk", + "meta": { + "id": "clq3a066e00hhsh27dk9t2ny1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit born of the sea", + "subType": "Spirit", + "rulesText": "Submerge\n\nAnui Undine has +1 power for each site in her body of water.", + "cost": 5, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o6c2w00jke0v5atswd5kz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o6sj200joe0v5eeqi59wq", + "slug": "bridge_troll", + "name": "Bridge Troll", + "hotscore": 360, + "guardian": { + "id": "clq3a06jw00hjsh27xiuggt3v", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Troll accosts the incautious", + "subType": "Troll", + "rulesText": "Whenever an enemy attacks Bridge Troll, they must spend all of their remaining mana to give to you on your next turn.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4o6sj200joe0v5eeqi59wq" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hhik014ls67pmarp16xm", + "slug": "bet_bridge_troll_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bridge_troll.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Oi! 'oo 's 'at trippin' o'er me bridge?", + "cardId": "clm4o6sj200joe0v5eeqi59wq", + "setCardId": "clot8hhh1014js67p7cihplww", + "setCard": { + "id": "clot8hhh1014js67p7cihplww", + "slug": "bet_bridge_troll", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o6sj200joe0v5eeqi59wq", + "meta": { + "id": "clq3a06sb00hlsh27ewp8q2d6", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Troll accosts the incautious", + "subType": "Troll", + "rulesText": "Whenever an enemy attacks Bridge Troll, they must spend all of their remaining mana to give to you on your next turn.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hhh1014js67p7cihplww" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hhk5014ns67pmneqybgl", + "slug": "bet_bridge_troll_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bridge_troll-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Oi! 'oo 's 'at trippin' o'er me bridge?", + "cardId": "clm4o6sj200joe0v5eeqi59wq", + "setCardId": "clot8hhh1014js67p7cihplww", + "setCard": { + "id": "clot8hhh1014js67p7cihplww", + "slug": "bet_bridge_troll", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o6sj200joe0v5eeqi59wq", + "meta": { + "id": "clq3a06sb00hlsh27ewp8q2d6", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Troll accosts the incautious", + "subType": "Troll", + "rulesText": "Whenever an enemy attacks Bridge Troll, they must spend all of their remaining mana to give to you on your next turn.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hhh1014js67p7cihplww" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o6zcp00jqe0v53fyk9x71", + "slug": "alp_bridge_troll_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bridge_troll.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "\"Oi! 'oo 's 'at trippin' o'er me bridge?\"", + "cardId": "clm4o6sj200joe0v5eeqi59wq", + "setCardId": "clm4o6y0q00jpe0v549crci8f", + "setCard": { + "id": "clm4o6y0q00jpe0v549crci8f", + "slug": "alp_bridge_troll", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o6sj200joe0v5eeqi59wq", + "meta": { + "id": "clq3a06m900hksh27ev7h8h41", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Troll accosts the incautious", + "subType": "Troll", + "rulesText": "Whenever an enemy attacks Bridge Troll, they must spend all of their remaining mana to give to you on your next turn.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o6y0q00jpe0v549crci8f" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o767500jre0v5dm7ua0fo", + "slug": "alp_bridge_troll_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bridge_troll-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "\"Oi! 'oo 's 'at trippin' o'er me bridge?\"", + "cardId": "clm4o6sj200joe0v5eeqi59wq", + "setCardId": "clm4o6y0q00jpe0v549crci8f", + "setCard": { + "id": "clm4o6y0q00jpe0v549crci8f", + "slug": "alp_bridge_troll", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o6sj200joe0v5eeqi59wq", + "meta": { + "id": "clq3a06m900hksh27ev7h8h41", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Troll accosts the incautious", + "subType": "Troll", + "rulesText": "Whenever an enemy attacks Bridge Troll, they must spend all of their remaining mana to give to you on your next turn.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o6y0q00jpe0v549crci8f" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o7bb300jse0v55yqkemum", + "slug": "brobdingnag_bullfrog", + "name": "Brobdingnag Bullfrog", + "hotscore": 858, + "guardian": { + "id": "clq3a06y700hmsh277vmf2f8e", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a giant appetite", + "subType": "Beast", + "rulesText": "Genesis → Brobdingnag Bullfrog swallows another target minion here. He carries it disabled in his belly until he leaves the realm.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4o7bb300jse0v55yqkemum" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hhva014ss67p47nxnorm", + "slug": "bet_brobdingnag_bullfrog_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/brobdingnag_bullfrog.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4o7bb300jse0v55yqkemum", + "setCardId": "clot8hhtr014qs67p8rgzdo0c", + "setCard": { + "id": "clot8hhtr014qs67p8rgzdo0c", + "slug": "bet_brobdingnag_bullfrog", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o7bb300jse0v55yqkemum", + "meta": { + "id": "clq3a078200hosh27io2tl4rd", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a giant appetite", + "subType": "Beast", + "rulesText": "Genesis → Brobdingnag Bullfrog swallows another target minion here. He carries it disabled in his belly until he leaves the realm.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hhtr014qs67p8rgzdo0c" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hhwv014us67pu4ybcpal", + "slug": "bet_brobdingnag_bullfrog_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/brobdingnag_bullfrog-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4o7bb300jse0v55yqkemum", + "setCardId": "clot8hhtr014qs67p8rgzdo0c", + "setCard": { + "id": "clot8hhtr014qs67p8rgzdo0c", + "slug": "bet_brobdingnag_bullfrog", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o7bb300jse0v55yqkemum", + "meta": { + "id": "clq3a078200hosh27io2tl4rd", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a giant appetite", + "subType": "Beast", + "rulesText": "Genesis → Brobdingnag Bullfrog swallows another target minion here. He carries it disabled in his belly until he leaves the realm.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hhtr014qs67p8rgzdo0c" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o7j2500jue0v5are84d40", + "slug": "alp_brobdingnag_bullfrog_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/brobdingnag_bullfrog.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4o7bb300jse0v55yqkemum", + "setCardId": "clm4o7hqc00jte0v55z2t4q9g", + "setCard": { + "id": "clm4o7hqc00jte0v55z2t4q9g", + "slug": "alp_brobdingnag_bullfrog", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o7bb300jse0v55yqkemum", + "meta": { + "id": "clq3a070k00hnsh27mudn5huy", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a giant appetite", + "subType": "Beast", + "rulesText": "Genesis → Brobdingnag Bullfrog swallows another target minion here. He carries it disabled in his belly until he leaves the realm.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o7hqc00jte0v55z2t4q9g" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o7vde00jwe0v53td8e7ns", + "slug": "alp_brobdingnag_bullfrog_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/brobdingnag_bullfrog-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4o7bb300jse0v55yqkemum", + "setCardId": "clm4o7hqc00jte0v55z2t4q9g", + "setCard": { + "id": "clm4o7hqc00jte0v55z2t4q9g", + "slug": "alp_brobdingnag_bullfrog", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o7bb300jse0v55yqkemum", + "meta": { + "id": "clq3a070k00hnsh27mudn5huy", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a giant appetite", + "subType": "Beast", + "rulesText": "Genesis → Brobdingnag Bullfrog swallows another target minion here. He carries it disabled in his belly until he leaves the realm.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o7hqc00jte0v55z2t4q9g" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o7pby00jve0v56mic1j6v", + "slug": "alp_brobdingnag_bullfrog_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/brobdingnag_bullfrog-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4o7bb300jse0v55yqkemum", + "setCardId": "clm4o7hqc00jte0v55z2t4q9g", + "setCard": { + "id": "clm4o7hqc00jte0v55z2t4q9g", + "slug": "alp_brobdingnag_bullfrog", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o7bb300jse0v55yqkemum", + "meta": { + "id": "clq3a070k00hnsh27mudn5huy", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a giant appetite", + "subType": "Beast", + "rulesText": "Genesis → Brobdingnag Bullfrog swallows another target minion here. He carries it disabled in his belly until he leaves the realm.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o7hqc00jte0v55z2t4q9g" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oasj500kke0v57ud67bzn", + "slug": "felbog_frog_men", + "name": "Felbog Frog Men", + "hotscore": 345, + "guardian": { + "id": "clq3a09gx00i4sh27k6uc71gy", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Beasts with spring in their step", + "subType": "Beast", + "rulesText": "Can leap entirely over adjacent sites in one step.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oasj500kke0v57ud67bzn" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hjs2015ys67pg6x2bm5y", + "slug": "bet_felbog_frog_men_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/felbog_frog_men.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4oasj500kke0v57ud67bzn", + "setCardId": "clot8hjqf015ws67p1f8u3gpg", + "setCard": { + "id": "clot8hjqf015ws67p1f8u3gpg", + "slug": "bet_felbog_frog_men", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oasj500kke0v57ud67bzn", + "meta": { + "id": "clq3a09p500i6sh276lwcbcm8", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Beasts with spring in their step", + "subType": "Beast", + "rulesText": "Can leap entirely over adjacent sites in one step.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hjqf015ws67p1f8u3gpg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hjtj0160s67pj6j8kmsf", + "slug": "bet_felbog_frog_men_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/felbog_frog_men-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4oasj500kke0v57ud67bzn", + "setCardId": "clot8hjqf015ws67p1f8u3gpg", + "setCard": { + "id": "clot8hjqf015ws67p1f8u3gpg", + "slug": "bet_felbog_frog_men", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oasj500kke0v57ud67bzn", + "meta": { + "id": "clq3a09p500i6sh276lwcbcm8", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Beasts with spring in their step", + "subType": "Beast", + "rulesText": "Can leap entirely over adjacent sites in one step.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hjqf015ws67p1f8u3gpg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oazic00kme0v5cag2hewn", + "slug": "alp_felbog_frog_men_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/felbog_frog_men.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4oasj500kke0v57ud67bzn", + "setCardId": "clm4oaxys00kle0v5662gf93c", + "setCard": { + "id": "clm4oaxys00kle0v5662gf93c", + "slug": "alp_felbog_frog_men", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oasj500kke0v57ud67bzn", + "meta": { + "id": "clq3a09j800i5sh27u3kv1ivf", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Beasts with spring in their step", + "subType": "Beast", + "rulesText": "Can leap entirely over adjacent sites in one step.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oaxys00kle0v5662gf93c" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ob5kz00kne0v57ndbde3t", + "slug": "alp_felbog_frog_men_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/felbog_frog_men-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4oasj500kke0v57ud67bzn", + "setCardId": "clm4oaxys00kle0v5662gf93c", + "setCard": { + "id": "clm4oaxys00kle0v5662gf93c", + "slug": "alp_felbog_frog_men", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oasj500kke0v57ud67bzn", + "meta": { + "id": "clq3a09j800i5sh27u3kv1ivf", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Beasts with spring in their step", + "subType": "Beast", + "rulesText": "Can leap entirely over adjacent sites in one step.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oaxys00kle0v5662gf93c" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4obvdu00kse0v526a07d3u", + "slug": "fey_changeling", + "name": "Fey Changeling", + "hotscore": 2252, + "guardian": { + "id": "clq3a0a8l00iash27c90xd962", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Faerie and unwelcome guest", + "subType": "Faerie", + "rulesText": "May be summoned to any site.\r\n\r\nGenesis → You may return a minion here to its owner’s hand.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4obvdu00kse0v526a07d3u" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hkg9016cs67p1uwukrs1", + "slug": "bet_fey_changeling_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/fey_changeling.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4obvdu00kse0v526a07d3u", + "setCardId": "clot8hkeq016as67pp673oio4", + "setCard": { + "id": "clot8hkeq016as67pp673oio4", + "slug": "bet_fey_changeling", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4obvdu00kse0v526a07d3u", + "meta": { + "id": "clq3a0agl00icsh278ysfkhve", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Faerie and unwelcome guest", + "subType": "Faerie", + "rulesText": "May be summoned to any site.\r\n\r\nGenesis → You may return a minion here to its owner’s hand.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hkeq016as67pp673oio4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hki7016es67po3bjmap8", + "slug": "bet_fey_changeling_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/fey_changeling-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4obvdu00kse0v526a07d3u", + "setCardId": "clot8hkeq016as67pp673oio4", + "setCard": { + "id": "clot8hkeq016as67pp673oio4", + "slug": "bet_fey_changeling", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4obvdu00kse0v526a07d3u", + "meta": { + "id": "clq3a0agl00icsh278ysfkhve", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Faerie and unwelcome guest", + "subType": "Faerie", + "rulesText": "May be summoned to any site.\r\n\r\nGenesis → You may return a minion here to its owner’s hand.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hkeq016as67pp673oio4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oc32b00kue0v58scz9xoj", + "slug": "alp_fey_changeling_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/fey_changeling.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4obvdu00kse0v526a07d3u", + "setCardId": "clm4oc1q300kte0v58fpvdso3", + "setCard": { + "id": "clm4oc1q300kte0v58fpvdso3", + "slug": "alp_fey_changeling", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4obvdu00kse0v526a07d3u", + "meta": { + "id": "clq3a0aau00ibsh27yko2wgx6", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Faerie and unwelcome guest", + "subType": "Faerie", + "rulesText": "May be summoned to any site.\n\nGenesis → You may return a minion here to its owner’s hand.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oc1q300kte0v58fpvdso3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oca3j00kve0v57agbg391", + "slug": "alp_fey_changeling_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/fey_changeling-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4obvdu00kse0v526a07d3u", + "setCardId": "clm4oc1q300kte0v58fpvdso3", + "setCard": { + "id": "clm4oc1q300kte0v58fpvdso3", + "slug": "alp_fey_changeling", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4obvdu00kse0v526a07d3u", + "meta": { + "id": "clq3a0aau00ibsh27yko2wgx6", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Faerie and unwelcome guest", + "subType": "Faerie", + "rulesText": "May be summoned to any site.\n\nGenesis → You may return a minion here to its owner’s hand.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oc1q300kte0v58fpvdso3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4od28h00l0e0v5hid3f6x5", + "slug": "giant_shark", + "name": "Giant Shark", + "hotscore": 1502, + "guardian": { + "id": "clq3a0b0k00igsh27qilq4v2w", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast smells blood in the water", + "subType": "Beast", + "rulesText": "Submerge, Waterbound\r\n \r\nWhenever another unit enters or moves between sites in this body of water, Giant Shark moves to that unit to fight it.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4od28h00l0e0v5hid3f6x5" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hl4z016qs67poytmwg8y", + "slug": "bet_giant_shark_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/giant_shark.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4od28h00l0e0v5hid3f6x5", + "setCardId": "clot8hl3g016os67p88bfd6d2", + "setCard": { + "id": "clot8hl3g016os67p88bfd6d2", + "slug": "bet_giant_shark", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4od28h00l0e0v5hid3f6x5", + "meta": { + "id": "clq3a0b8l00iish273wxovlcp", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast smells blood in the water", + "subType": "Beast", + "rulesText": "Submerge, Waterbound\r\n \r\nWhenever another unit enters or moves between sites in this body of water, Giant Shark moves to that unit to fight it.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hl3g016os67p88bfd6d2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hl6m016ss67p4v0ithlg", + "slug": "bet_giant_shark_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/giant_shark-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4od28h00l0e0v5hid3f6x5", + "setCardId": "clot8hl3g016os67p88bfd6d2", + "setCard": { + "id": "clot8hl3g016os67p88bfd6d2", + "slug": "bet_giant_shark", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4od28h00l0e0v5hid3f6x5", + "meta": { + "id": "clq3a0b8l00iish273wxovlcp", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast smells blood in the water", + "subType": "Beast", + "rulesText": "Submerge, Waterbound\r\n \r\nWhenever another unit enters or moves between sites in this body of water, Giant Shark moves to that unit to fight it.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hl3g016os67p88bfd6d2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4od9z100l2e0v536eb1o79", + "slug": "alp_giant_shark_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/giant_shark.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4od28h00l0e0v5hid3f6x5", + "setCardId": "clm4od8mf00l1e0v5ditggj3j", + "setCard": { + "id": "clm4od8mf00l1e0v5ditggj3j", + "slug": "alp_giant_shark", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4od28h00l0e0v5hid3f6x5", + "meta": { + "id": "clq3a0b2u00ihsh27atvwhat1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast smells blood in the water", + "subType": "Beast", + "rulesText": "Submerge, Waterbound\n\nWhenever another unit enters or moves between sites in this body of water, Giant Shark moves to that unit to fight it.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4od8mf00l1e0v5ditggj3j" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4odi1t00l3e0v59y8jdwab", + "slug": "alp_giant_shark_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/giant_shark-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4od28h00l0e0v5hid3f6x5", + "setCardId": "clm4od8mf00l1e0v5ditggj3j", + "setCard": { + "id": "clm4od8mf00l1e0v5ditggj3j", + "slug": "alp_giant_shark", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4od28h00l0e0v5hid3f6x5", + "meta": { + "id": "clq3a0b2u00ihsh27atvwhat1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast smells blood in the water", + "subType": "Beast", + "rulesText": "Submerge, Waterbound\n\nWhenever another unit enters or moves between sites in this body of water, Giant Shark moves to that unit to fight it.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4od8mf00l1e0v5ditggj3j" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oe9ky00l8e0v58kpwbjpw", + "slug": "guile_sirens", + "name": "Guile Sirens", + "hotscore": 951, + "guardian": { + "id": "clq3a0bsh00imsh2728z9nzmd", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Merfolk croon a captivating chorus", + "subType": "Merfolk", + "rulesText": "Submerge\r\n\r\nAt the start of your turn, force target nearby enemy minion to take a step toward Guile Sirens.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oe9ky00l8e0v58kpwbjpw" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hlto0174s67pjbfb79ud", + "slug": "bet_guile_sirens_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/guile_sirens.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4oe9ky00l8e0v58kpwbjpw", + "setCardId": "clot8hls40172s67pwmpfez6v", + "setCard": { + "id": "clot8hls40172s67pwmpfez6v", + "slug": "bet_guile_sirens", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oe9ky00l8e0v58kpwbjpw", + "meta": { + "id": "clq3a0c6j00ipsh27qy9mrn6w", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Merfolk croon a captivating chorus", + "subType": "Merfolk", + "rulesText": "Submerge\r\n\r\nAt the start of your turn, force target nearby enemy minion to take a step toward Guile Sirens.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hls40172s67pwmpfez6v" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hlv50176s67pdvfj1kwb", + "slug": "bet_guile_sirens_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/guile_sirens-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4oe9ky00l8e0v58kpwbjpw", + "setCardId": "clot8hls40172s67pwmpfez6v", + "setCard": { + "id": "clot8hls40172s67pwmpfez6v", + "slug": "bet_guile_sirens", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oe9ky00l8e0v58kpwbjpw", + "meta": { + "id": "clq3a0c6j00ipsh27qy9mrn6w", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Merfolk croon a captivating chorus", + "subType": "Merfolk", + "rulesText": "Submerge\r\n\r\nAt the start of your turn, force target nearby enemy minion to take a step toward Guile Sirens.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hls40172s67pwmpfez6v" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oeh2600lae0v517njbhdi", + "slug": "alp_guile_sirens_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/guile_sirens.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4oe9ky00l8e0v58kpwbjpw", + "setCardId": "clm4oefjb00l9e0v52lstb05e", + "setCard": { + "id": "clm4oefjb00l9e0v52lstb05e", + "slug": "alp_guile_sirens", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oe9ky00l8e0v58kpwbjpw", + "meta": { + "id": "clq3a0buu00insh27fdswi85f", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Merfolk croon a captivating chorus", + "subType": "Merfolk", + "rulesText": "Submerge\n\nAt the start of your turn, force target nearby enemy minion to take a step toward Guile Sirens.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oefjb00l9e0v52lstb05e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oet5b00lce0v5da2v18rn", + "slug": "alp_guile_sirens_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/guile_sirens-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4oe9ky00l8e0v58kpwbjpw", + "setCardId": "clm4oefjb00l9e0v52lstb05e", + "setCard": { + "id": "clm4oefjb00l9e0v52lstb05e", + "slug": "alp_guile_sirens", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oe9ky00l8e0v58kpwbjpw", + "meta": { + "id": "clq3a0buu00insh27fdswi85f", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Merfolk croon a captivating chorus", + "subType": "Merfolk", + "rulesText": "Submerge\n\nAt the start of your turn, force target nearby enemy minion to take a step toward Guile Sirens.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oefjb00l9e0v52lstb05e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oene100lbe0v59unm5upk", + "slug": "alp_guile_sirens_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/guile_sirens-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4oe9ky00l8e0v58kpwbjpw", + "setCardId": "clm4oefjb00l9e0v52lstb05e", + "setCard": { + "id": "clm4oefjb00l9e0v52lstb05e", + "slug": "alp_guile_sirens", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oe9ky00l8e0v58kpwbjpw", + "meta": { + "id": "clq3a0buu00insh27fdswi85f", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Merfolk croon a captivating chorus", + "subType": "Merfolk", + "rulesText": "Submerge\n\nAt the start of your turn, force target nearby enemy minion to take a step toward Guile Sirens.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oefjb00l9e0v52lstb05e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4rhaua000642v59m6d9y4q", + "slug": "pro_guile_sirens_pp_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/pro/guile_sirens-pp.png", + "finish": "Standard", + "product": "Pledge_Pack", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4oe9ky00l8e0v58kpwbjpw", + "setCardId": "clm4rh9iw000542v58oox5tey", + "setCard": { + "id": "clm4rh9iw000542v58oox5tey", + "slug": "pro_guile_sirens", + "setId": "clm4rgehb000042v5a04vfg6s", + "cardId": "clm4oe9ky00l8e0v58kpwbjpw", + "meta": { + "id": "clq3a0c2e00iosh27io62j90z", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Merfolk croon a comely dirge", + "subType": "Merfolk", + "rulesText": "Submerge\r\n\r\nAt the start of your turn, force target nearby enemy minion to take a step toward Guile Sirens.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4rh9iw000542v58oox5tey" + }, + "set": { + "id": "clm4rgehb000042v5a04vfg6s", + "name": "Promotional", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ohny100lze0v5eph83rb5", + "slug": "ormund_harpooneers", + "name": "Ormund Harpooneers", + "hotscore": 429, + "guardian": { + "id": "clq3a0ehz00j5sh27et6w9nl6", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals in perilous pursuit", + "subType": "Mortal", + "rulesText": "Tap → Deal 1 damage to target minion above or below an adjacent water site and pull that minion to this location.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ohny100lze0v5eph83rb5" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hnq6018as67puo2rm2ww", + "slug": "bet_ormund_harpooneers_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ormund_harpooneers.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4ohny100lze0v5eph83rb5", + "setCardId": "clot8hnop0188s67p0wd3uek7", + "setCard": { + "id": "clot8hnop0188s67p0wd3uek7", + "slug": "bet_ormund_harpooneers", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ohny100lze0v5eph83rb5", + "meta": { + "id": "clq3a0eqd00j7sh2719npcku2", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals in perilous pursuit", + "subType": "Mortal", + "rulesText": "Tap → Deal 1 damage to target minion above or below an adjacent water site and pull that minion to this location.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hnop0188s67p0wd3uek7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hnrq018cs67p0yoqhpk1", + "slug": "bet_ormund_harpooneers_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ormund_harpooneers-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4ohny100lze0v5eph83rb5", + "setCardId": "clot8hnop0188s67p0wd3uek7", + "setCard": { + "id": "clot8hnop0188s67p0wd3uek7", + "slug": "bet_ormund_harpooneers", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ohny100lze0v5eph83rb5", + "meta": { + "id": "clq3a0eqd00j7sh2719npcku2", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals in perilous pursuit", + "subType": "Mortal", + "rulesText": "Tap → Deal 1 damage to target minion above or below an adjacent water site and pull that minion to this location.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hnop0188s67p0wd3uek7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ohums00m1e0v5c2m81egc", + "slug": "alp_ormund_harpooneers_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ormund_harpooneers.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4ohny100lze0v5eph83rb5", + "setCardId": "clm4ohtb000m0e0v53iaz02kq", + "setCard": { + "id": "clm4ohtb000m0e0v53iaz02kq", + "slug": "alp_ormund_harpooneers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ohny100lze0v5eph83rb5", + "meta": { + "id": "clq3a0ekq00j6sh275lctf2v1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals in perilous pursuit", + "subType": "Mortal", + "rulesText": "Tap → Deal 1 damage to target minion above or below an adjacent water site and pull that minion to this location.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ohtb000m0e0v53iaz02kq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oi1dx00m2e0v56jrfczbk", + "slug": "alp_ormund_harpooneers_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ormund_harpooneers-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4ohny100lze0v5eph83rb5", + "setCardId": "clm4ohtb000m0e0v53iaz02kq", + "setCard": { + "id": "clm4ohtb000m0e0v53iaz02kq", + "slug": "alp_ormund_harpooneers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ohny100lze0v5eph83rb5", + "meta": { + "id": "clq3a0ekq00j6sh275lctf2v1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals in perilous pursuit", + "subType": "Mortal", + "rulesText": "Tap → Deal 1 damage to target minion above or below an adjacent water site and pull that minion to this location.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ohtb000m0e0v53iaz02kq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4okzn900mpe0v58kmof9zo", + "slug": "sea_raider", + "name": "Sea Raider", + "hotscore": 957, + "guardian": { + "id": "clq3a0gw700jnsh27u5cmzxau", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal loots and pillages", + "subType": "Mortal", + "rulesText": "Whenever Sea Raider attacks and kills an enemy, its controller discards their topmost spell. You may cast that spell once this turn, ignoring threshold.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4okzn900mpe0v58kmof9zo" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hpn8019gs67pgwf91oum", + "slug": "bet_sea_raider_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sea_raider.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4okzn900mpe0v58kmof9zo", + "setCardId": "clot8hplp019es67p8hxt31oo", + "setCard": { + "id": "clot8hplp019es67p8hxt31oo", + "slug": "bet_sea_raider", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4okzn900mpe0v58kmof9zo", + "meta": { + "id": "clq3a0h4j00jpsh27og4qv4tk", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal loots and pillages", + "subType": "Mortal", + "rulesText": "Whenever Sea Raider attacks and kills an enemy, its controller discards their topmost spell. You may cast that spell once this turn, ignoring threshold.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hplp019es67p8hxt31oo" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hpor019is67ptsabg3uc", + "slug": "bet_sea_raider_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sea_raider-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4okzn900mpe0v58kmof9zo", + "setCardId": "clot8hplp019es67p8hxt31oo", + "setCard": { + "id": "clot8hplp019es67p8hxt31oo", + "slug": "bet_sea_raider", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4okzn900mpe0v58kmof9zo", + "meta": { + "id": "clq3a0h4j00jpsh27og4qv4tk", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal loots and pillages", + "subType": "Mortal", + "rulesText": "Whenever Sea Raider attacks and kills an enemy, its controller discards their topmost spell. You may cast that spell once this turn, ignoring threshold.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hplp019es67p8hxt31oo" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ol6o100mre0v51b3r6m9w", + "slug": "alp_sea_raider_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sea_raider.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4okzn900mpe0v58kmof9zo", + "setCardId": "clm4ol5c900mqe0v5dftyh017", + "setCard": { + "id": "clm4ol5c900mqe0v5dftyh017", + "slug": "alp_sea_raider", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4okzn900mpe0v58kmof9zo", + "meta": { + "id": "clq3a0gyl00josh271ks2gil8", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal loots and pillages", + "subType": "Mortal", + "rulesText": "Whenever Sea Raider attacks and kills an enemy, its controller discards their topmost spell. You may cast that spell once this turn, ignoring threshold.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ol5c900mqe0v5dftyh017" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oldsj00mse0v5esom0w3x", + "slug": "alp_sea_raider_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sea_raider-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4okzn900mpe0v58kmof9zo", + "setCardId": "clm4ol5c900mqe0v5dftyh017", + "setCard": { + "id": "clm4ol5c900mqe0v5dftyh017", + "slug": "alp_sea_raider", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4okzn900mpe0v58kmof9zo", + "meta": { + "id": "clq3a0gyl00josh271ks2gil8", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal loots and pillages", + "subType": "Mortal", + "rulesText": "Whenever Sea Raider attacks and kills an enemy, its controller discards their topmost spell. You may cast that spell once this turn, ignoring threshold.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ol5c900mqe0v5dftyh017" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4opez900npe0v5dwvngnp9", + "slug": "tide_naiads", + "name": "Tide Naiads", + "hotscore": 971, + "guardian": { + "id": "clq3a0k7k00kbsh274ayghaek", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Spirits crash into shore", + "subType": "Spirit", + "rulesText": "Submerge\r\n\r\nThis site is flooded. It is a water site.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4opez900npe0v5dwvngnp9" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hsb501b0s67p3jq7pdh7", + "slug": "bet_tide_naiads_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/tide_naiads.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4opez900npe0v5dwvngnp9", + "setCardId": "clot8hs9m01ays67pmt814250", + "setCard": { + "id": "clot8hs9m01ays67pmt814250", + "slug": "bet_tide_naiads", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4opez900npe0v5dwvngnp9", + "meta": { + "id": "clq3a0kh500kdsh27txp1ha6l", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Spirits crash into shore", + "subType": "Spirit", + "rulesText": "Submerge\r\n\r\nThis site is flooded. It is a water site.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hs9m01ays67pmt814250" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hsco01b2s67pa6v9zrco", + "slug": "bet_tide_naiads_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/tide_naiads-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4opez900npe0v5dwvngnp9", + "setCardId": "clot8hs9m01ays67pmt814250", + "setCard": { + "id": "clot8hs9m01ays67pmt814250", + "slug": "bet_tide_naiads", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4opez900npe0v5dwvngnp9", + "meta": { + "id": "clq3a0kh500kdsh27txp1ha6l", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Spirits crash into shore", + "subType": "Spirit", + "rulesText": "Submerge\r\n\r\nThis site is flooded. It is a water site.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hs9m01ays67pmt814250" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4opmaw00nre0v5fmfzdd1v", + "slug": "alp_tide_naiads_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tide_naiads.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4opez900npe0v5dwvngnp9", + "setCardId": "clm4opkzh00nqe0v579b7775t", + "setCard": { + "id": "clm4opkzh00nqe0v579b7775t", + "slug": "alp_tide_naiads", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4opez900npe0v5dwvngnp9", + "meta": { + "id": "clq3a0k9u00kcsh27v93p4ql9", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Spirits crash into shore", + "subType": "Spirit", + "rulesText": "Submerge\n\nThis site is flooded. It is a water site.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4opkzh00nqe0v579b7775t" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4opz3500nte0v581n3h38d", + "slug": "alp_tide_naiads_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tide_naiads-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4opez900npe0v5dwvngnp9", + "setCardId": "clm4opkzh00nqe0v579b7775t", + "setCard": { + "id": "clm4opkzh00nqe0v579b7775t", + "slug": "alp_tide_naiads", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4opez900npe0v5dwvngnp9", + "meta": { + "id": "clq3a0k9u00kcsh27v93p4ql9", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Spirits crash into shore", + "subType": "Spirit", + "rulesText": "Submerge\n\nThis site is flooded. It is a water site.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4opkzh00nqe0v579b7775t" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4opt9f00nse0v5dztl02y7", + "slug": "alp_tide_naiads_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tide_naiads-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4opez900npe0v5dwvngnp9", + "setCardId": "clm4opkzh00nqe0v579b7775t", + "setCard": { + "id": "clm4opkzh00nqe0v579b7775t", + "slug": "alp_tide_naiads", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4opez900npe0v5dwvngnp9", + "meta": { + "id": "clq3a0k9u00kcsh27v93p4ql9", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Spirits crash into shore", + "subType": "Spirit", + "rulesText": "Submerge\n\nThis site is flooded. It is a water site.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4opkzh00nqe0v579b7775t" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oq07m00nue0v58iyqe2ic", + "slug": "tringh_constrictor", + "name": "Tringh Constrictor", + "hotscore": 408, + "guardian": { + "id": "clq3a0kmz00kesh27dt5d5uu6", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a crushing embrace", + "subType": "Beast", + "rulesText": "Tap → Tringh Constrictor may take a step, then it constricts target minion here and carries it disabled. The next time Tringh Constrictor would untap, it instead kills that minion if it's still constricted.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oq07m00nue0v58iyqe2ic" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hsmi01b7s67pp73j2r13", + "slug": "bet_tringh_constrictor_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/tringh_constrictor.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4oq07m00nue0v58iyqe2ic", + "setCardId": "clot8hskz01b5s67phhhqoqii", + "setCard": { + "id": "clot8hskz01b5s67phhhqoqii", + "slug": "bet_tringh_constrictor", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oq07m00nue0v58iyqe2ic", + "meta": { + "id": "clq3a0kvt00kgsh27dk74nqou", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a crushing embrace", + "subType": "Beast", + "rulesText": "Tap → Tringh Constrictor may take a step, then it constricts target minion here and carries it disabled. The next time Tringh Constrictor would untap, it instead kills that minion if it's still constricted.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hskz01b5s67phhhqoqii" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hso001b9s67pplbqq03c", + "slug": "bet_tringh_constrictor_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/tringh_constrictor-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4oq07m00nue0v58iyqe2ic", + "setCardId": "clot8hskz01b5s67phhhqoqii", + "setCard": { + "id": "clot8hskz01b5s67phhhqoqii", + "slug": "bet_tringh_constrictor", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oq07m00nue0v58iyqe2ic", + "meta": { + "id": "clq3a0kvt00kgsh27dk74nqou", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a crushing embrace", + "subType": "Beast", + "rulesText": "Tap → Tringh Constrictor may take a step, then it constricts target minion here and carries it disabled. The next time Tringh Constrictor would untap, it instead kills that minion if it's still constricted.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hskz01b5s67phhhqoqii" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oq6yc00nwe0v5eb0k486j", + "slug": "alp_tringh_constrictor_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tringh_constrictor.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4oq07m00nue0v58iyqe2ic", + "setCardId": "clm4oq5na00nve0v54zmx0ihv", + "setCard": { + "id": "clm4oq5na00nve0v54zmx0ihv", + "slug": "alp_tringh_constrictor", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oq07m00nue0v58iyqe2ic", + "meta": { + "id": "clq3a0kps00kfsh273rcjdmz6", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a crushing embrace", + "subType": "Beast", + "rulesText": "Tap → Tringh Constrictor may take a step, then it constricts and disables target minion at its location. At the start of your next turn, if the minion remains constricted, it dies. Tringh Constrictor doesn't untap during your next untap step.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oq5na00nve0v54zmx0ihv" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oqd9y00nxe0v51syteo2o", + "slug": "alp_tringh_constrictor_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tringh_constrictor-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4oq07m00nue0v58iyqe2ic", + "setCardId": "clm4oq5na00nve0v54zmx0ihv", + "setCard": { + "id": "clm4oq5na00nve0v54zmx0ihv", + "slug": "alp_tringh_constrictor", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oq07m00nue0v58iyqe2ic", + "meta": { + "id": "clq3a0kps00kfsh273rcjdmz6", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a crushing embrace", + "subType": "Beast", + "rulesText": "Tap → Tringh Constrictor may take a step, then it constricts and disables target minion at its location. At the start of your next turn, if the minion remains constricted, it dies. Tringh Constrictor doesn't untap during your next untap step.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oq5na00nve0v54zmx0ihv" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ornnf00o7e0v51gf68qqi", + "slug": "unland_eel", + "name": "Unland Eel", + "hotscore": 702, + "guardian": { + "id": "clq3a0lv500knsh27q7p4m8l0", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast whelms the unwary\r\n", + "subType": "Beast", + "rulesText": "Submerge\r\n\r\nWhenever Unland Eel submerges, it may drag another minion here down with it.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ornnf00o7e0v51gf68qqi" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8htl101bss67pwd4np765", + "slug": "bet_unland_eel_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/unland_eel.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ornnf00o7e0v51gf68qqi", + "setCardId": "clot8htjf01bqs67p0kbj0fh6", + "setCard": { + "id": "clot8htjf01bqs67p0kbj0fh6", + "slug": "bet_unland_eel", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ornnf00o7e0v51gf68qqi", + "meta": { + "id": "clq3a0m3000kpsh27gko56135", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast whelms the unwary\r\n", + "subType": "Beast", + "rulesText": "Submerge\r\n\r\nWhenever Unland Eel submerges, it may drag another minion here down with it.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8htjf01bqs67p0kbj0fh6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8htmj01bus67pq7fjk6ff", + "slug": "bet_unland_eel_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/unland_eel-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ornnf00o7e0v51gf68qqi", + "setCardId": "clot8htjf01bqs67p0kbj0fh6", + "setCard": { + "id": "clot8htjf01bqs67p0kbj0fh6", + "slug": "bet_unland_eel", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ornnf00o7e0v51gf68qqi", + "meta": { + "id": "clq3a0m3000kpsh27gko56135", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast whelms the unwary\r\n", + "subType": "Beast", + "rulesText": "Submerge\r\n\r\nWhenever Unland Eel submerges, it may drag another minion here down with it.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8htjf01bqs67p0kbj0fh6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oruw600o9e0v5di0uetwz", + "slug": "alp_unland_eel_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/unland_eel.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ornnf00o7e0v51gf68qqi", + "setCardId": "clm4ortk100o8e0v559d86odd", + "setCard": { + "id": "clm4ortk100o8e0v559d86odd", + "slug": "alp_unland_eel", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ornnf00o7e0v51gf68qqi", + "meta": { + "id": "clq3a0lxf00kosh27ra2yusao", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast whelms the unwary\n", + "subType": "Beast", + "rulesText": "Submerge\n\nWhenever Unland Eel submerges, it may drag another minion down with it.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ortk100o8e0v559d86odd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4os1cm00oae0v5airu2wra", + "slug": "alp_unland_eel_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/unland_eel-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ornnf00o7e0v51gf68qqi", + "setCardId": "clm4ortk100o8e0v559d86odd", + "setCard": { + "id": "clm4ortk100o8e0v559d86odd", + "slug": "alp_unland_eel", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ornnf00o7e0v51gf68qqi", + "meta": { + "id": "clq3a0lxf00kosh27ra2yusao", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast whelms the unwary\n", + "subType": "Beast", + "rulesText": "Submerge\n\nWhenever Unland Eel submerges, it may drag another minion down with it.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ortk100o8e0v559d86odd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_water_exceptional_site_cards.json b/data/beta_water_exceptional_site_cards.json new file mode 100644 index 0000000..0604716 --- /dev/null +++ b/data/beta_water_exceptional_site_cards.json @@ -0,0 +1,1214 @@ +[ + { + "id": "clm4qla9j012ie0v536poch9p", + "slug": "aqueduct", + "name": "Aqueduct", + "hotscore": 3268, + "guardian": { + "id": "clq3a1xe200ugsh27y8axzuj1", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qla9j012ie0v536poch9p" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + }, + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8ivcj01yms67pbykdx2ii", + "slug": "bet_aqueduct_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/aqueduct.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Through brick and ashlar conduits flows the lifeblood of an empire.", + "cardId": "clm4qla9j012ie0v536poch9p", + "setCardId": "clot8ivb001yks67pasqhzy50", + "setCard": { + "id": "clot8ivb001yks67pasqhzy50", + "slug": "bet_aqueduct", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qla9j012ie0v536poch9p", + "meta": { + "id": "clq3a1xm500uish2733f1w9jo", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ivb001yks67pasqhzy50" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ive101yos67p7thd7x18", + "slug": "bet_aqueduct_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/aqueduct-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Through brick and ashlar conduits flows the lifeblood of an empire.", + "cardId": "clm4qla9j012ie0v536poch9p", + "setCardId": "clot8ivb001yks67pasqhzy50", + "setCard": { + "id": "clot8ivb001yks67pasqhzy50", + "slug": "bet_aqueduct", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qla9j012ie0v536poch9p", + "meta": { + "id": "clq3a1xm500uish2733f1w9jo", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ivb001yks67pasqhzy50" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qlhec012ke0v5d5kecygc", + "slug": "alp_aqueduct_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/aqueduct.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Through brick and ashlar conduits flows the lifeblood of an empire.", + "cardId": "clm4qla9j012ie0v536poch9p", + "setCardId": "clm4qlg3c012je0v536wk25y5", + "setCard": { + "id": "clm4qlg3c012je0v536wk25y5", + "slug": "alp_aqueduct", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qla9j012ie0v536poch9p", + "meta": { + "id": "clq3a1xge00uhsh27n75hnl2r", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qlg3c012je0v536wk25y5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qlnzq012le0v58oa35q3g", + "slug": "alp_aqueduct_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/aqueduct-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Through brick and ashlar conduits flows the lifeblood of an empire.", + "cardId": "clm4qla9j012ie0v536poch9p", + "setCardId": "clm4qlg3c012je0v536wk25y5", + "setCard": { + "id": "clm4qlg3c012je0v536wk25y5", + "slug": "alp_aqueduct", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qla9j012ie0v536poch9p", + "meta": { + "id": "clq3a1xge00uhsh27n75hnl2r", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qlg3c012je0v536wk25y5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qgp9i011fe0v50oga5r4f", + "slug": "floodplain", + "name": "Floodplain", + "hotscore": 6718, + "guardian": { + "id": "clq3a1tx100tssh27xjpxnkbj", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of intermittent inundation", + "subType": "", + "rulesText": "Once on your turn, you may flood an adjacent site this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qgp9i011fe0v50oga5r4f" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8isod01x2s67pbuuy3uo5", + "slug": "bet_floodplain_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/floodplain.png", + "finish": "Standard", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qgp9i011fe0v50oga5r4f", + "setCardId": "clot8isms01x0s67pmq8h66aw", + "setCard": { + "id": "clot8isms01x0s67pmq8h66aw", + "slug": "bet_floodplain", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qgp9i011fe0v50oga5r4f", + "meta": { + "id": "clq3a1u7900tush279guywaa0", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of intermittent inundation", + "subType": "", + "rulesText": "Once on your turn, you may flood an adjacent site this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8isms01x0s67pmq8h66aw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ispv01x4s67p1w6cnznu", + "slug": "bet_floodplain_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/floodplain-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qgp9i011fe0v50oga5r4f", + "setCardId": "clot8isms01x0s67pmq8h66aw", + "setCard": { + "id": "clot8isms01x0s67pmq8h66aw", + "slug": "bet_floodplain", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qgp9i011fe0v50oga5r4f", + "meta": { + "id": "clq3a1u7900tush279guywaa0", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of intermittent inundation", + "subType": "", + "rulesText": "Once on your turn, you may flood an adjacent site this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8isms01x0s67pmq8h66aw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qgwag011he0v586wlb8h5", + "slug": "alp_floodplain_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/floodplain.png", + "finish": "Standard", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qgp9i011fe0v50oga5r4f", + "setCardId": "clm4qguz6011ge0v59p486b8y", + "setCard": { + "id": "clm4qguz6011ge0v59p486b8y", + "slug": "alp_floodplain", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qgp9i011fe0v50oga5r4f", + "meta": { + "id": "clq3a1tzk00ttsh27ffcj6u9j", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of intermittent inundation", + "subType": "", + "rulesText": "Once on your turn, you may flood an adjacent site this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qguz6011ge0v59p486b8y" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qh801011je0v5ht20b72s", + "slug": "alp_floodplain_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/floodplain-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qgp9i011fe0v50oga5r4f", + "setCardId": "clm4qguz6011ge0v59p486b8y", + "setCard": { + "id": "clm4qguz6011ge0v59p486b8y", + "slug": "alp_floodplain", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qgp9i011fe0v50oga5r4f", + "meta": { + "id": "clq3a1tzk00ttsh27ffcj6u9j", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of intermittent inundation", + "subType": "", + "rulesText": "Once on your turn, you may flood an adjacent site this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qguz6011ge0v59p486b8y" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qh2xx011ie0v55927hapi", + "slug": "alp_floodplain_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/floodplain-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qgp9i011fe0v50oga5r4f", + "setCardId": "clm4qguz6011ge0v59p486b8y", + "setCard": { + "id": "clm4qguz6011ge0v59p486b8y", + "slug": "alp_floodplain", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qgp9i011fe0v50oga5r4f", + "meta": { + "id": "clq3a1tzk00ttsh27ffcj6u9j", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of intermittent inundation", + "subType": "", + "rulesText": "Once on your turn, you may flood an adjacent site this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qguz6011ge0v59p486b8y" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qh94k011ke0v53rwca5xp", + "slug": "iceberg", + "name": "Iceberg", + "hotscore": 675, + "guardian": { + "id": "clq3a1ud700tvsh27a2nfzqvi", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of imperious majesty", + "subType": "", + "rulesText": "Minions occupying nearby sites can't submerge or surface.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qh94k011ke0v53rwca5xp" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8it0a01x9s67pja3fg7hd", + "slug": "bet_iceberg_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/iceberg.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qh94k011ke0v53rwca5xp", + "setCardId": "clot8isym01x7s67p4389zrr2", + "setCard": { + "id": "clot8isym01x7s67p4389zrr2", + "slug": "bet_iceberg", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qh94k011ke0v53rwca5xp", + "meta": { + "id": "clq3a1ulk00txsh27lw5hyx5s", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of imperious majesty", + "subType": "", + "rulesText": "Minions occupying nearby sites can't submerge or surface.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8isym01x7s67p4389zrr2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8it1u01xbs67pte5e61vi", + "slug": "bet_iceberg_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/iceberg-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qh94k011ke0v53rwca5xp", + "setCardId": "clot8isym01x7s67p4389zrr2", + "setCard": { + "id": "clot8isym01x7s67p4389zrr2", + "slug": "bet_iceberg", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qh94k011ke0v53rwca5xp", + "meta": { + "id": "clq3a1ulk00txsh27lw5hyx5s", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of imperious majesty", + "subType": "", + "rulesText": "Minions occupying nearby sites can't submerge or surface.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8isym01x7s67p4389zrr2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qhgbq011me0v57pki394o", + "slug": "alp_iceberg_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/iceberg.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qh94k011ke0v53rwca5xp", + "setCardId": "clm4qhf09011le0v5ap308awl", + "setCard": { + "id": "clm4qhf09011le0v5ap308awl", + "slug": "alp_iceberg", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qh94k011ke0v53rwca5xp", + "meta": { + "id": "clq3a1ufw00twsh27vm42ex7f", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of imperious majesty", + "subType": "", + "rulesText": "Minions occupying nearby sites can't submerge or surface.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qhf09011le0v5ap308awl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qhmqf011ne0v57vy2f7s2", + "slug": "alp_iceberg_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/iceberg-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qh94k011ke0v53rwca5xp", + "setCardId": "clm4qhf09011le0v5ap308awl", + "setCard": { + "id": "clm4qhf09011le0v5ap308awl", + "slug": "alp_iceberg", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qh94k011ke0v53rwca5xp", + "meta": { + "id": "clq3a1ufw00twsh27vm42ex7f", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of imperious majesty", + "subType": "", + "rulesText": "Minions occupying nearby sites can't submerge or surface.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qhf09011le0v5ap308awl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qlteo012me0v588ifhubw", + "slug": "lighthouse", + "name": "Lighthouse", + "hotscore": 6929, + "guardian": { + "id": "clq3a1xrx00ujsh2749oi8tew", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Water and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4qlteo012me0v588ifhubw" + }, + "elements": [ + { + "id": "water", + "name": "Water" + }, + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ivo401yts67p8o6lcft2", + "slug": "bet_lighthouse_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lighthouse.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "A luminous pillar pierced the tempest, and we knew. All was not lost! We were home.", + "cardId": "clm4qlteo012me0v588ifhubw", + "setCardId": "clot8ivmm01yrs67pdxd1nzid", + "setCard": { + "id": "clot8ivmm01yrs67pdxd1nzid", + "slug": "bet_lighthouse", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qlteo012me0v588ifhubw", + "meta": { + "id": "clq3a1xzr00ulsh27qppd9bz7", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Water and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ivmm01yrs67pdxd1nzid" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ivpv01yvs67ppltku1er", + "slug": "bet_lighthouse_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lighthouse-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "A luminous pillar pierced the tempest, and we knew. All was not lost! We were home.", + "cardId": "clm4qlteo012me0v588ifhubw", + "setCardId": "clot8ivmm01yrs67pdxd1nzid", + "setCard": { + "id": "clot8ivmm01yrs67pdxd1nzid", + "slug": "bet_lighthouse", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qlteo012me0v588ifhubw", + "meta": { + "id": "clq3a1xzr00ulsh27qppd9bz7", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Water and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ivmm01yrs67pdxd1nzid" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qm0sn012oe0v58givh4q1", + "slug": "alp_lighthouse_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lighthouse.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "A luminous pillar pierced the tempest, and we knew. All was not lost! We were home.", + "cardId": "clm4qlteo012me0v588ifhubw", + "setCardId": "clm4qlzgo012ne0v535j58hqu", + "setCard": { + "id": "clm4qlzgo012ne0v535j58hqu", + "slug": "alp_lighthouse", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qlteo012me0v588ifhubw", + "meta": { + "id": "clq3a1xu500uksh27rgjxqqpb", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Water and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4qlzgo012ne0v535j58hqu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qm87t012pe0v5ex69fyl0", + "slug": "alp_lighthouse_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lighthouse-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "A luminous pillar pierced the tempest, and we knew. All was not lost! We were home.", + "cardId": "clm4qlteo012me0v588ifhubw", + "setCardId": "clm4qlzgo012ne0v535j58hqu", + "setCard": { + "id": "clm4qlzgo012ne0v535j58hqu", + "slug": "alp_lighthouse", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qlteo012me0v588ifhubw", + "meta": { + "id": "clq3a1xu500uksh27rgjxqqpb", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Water and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4qlzgo012ne0v535j58hqu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qmd96012qe0v5ez2r3gwt", + "slug": "oasis", + "name": "Oasis", + "hotscore": 4202, + "guardian": { + "id": "clq3a1y5t00umsh27znqoy7gd", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4qmd96012qe0v5ez2r3gwt" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + }, + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8ivzt01z0s67p0v91ehzr", + "slug": "bet_oasis_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/oasis.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "Where blood nourishes sand, life springs anew.", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "setCardId": "clot8ivy801yys67pdcdpeo8a", + "setCard": { + "id": "clot8ivy801yys67pdcdpeo8a", + "slug": "bet_oasis", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "meta": { + "id": "clq3a1ydy00uosh27qu39ktrg", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8ivy801yys67pdcdpeo8a" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iw1d01z2s67pi30xq4re", + "slug": "bet_oasis_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/oasis-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "Where blood nourishes sand, life springs anew.", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "setCardId": "clot8ivy801yys67pdcdpeo8a", + "setCard": { + "id": "clot8ivy801yys67pdcdpeo8a", + "slug": "bet_oasis", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "meta": { + "id": "clq3a1ydy00uosh27qu39ktrg", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8ivy801yys67pdcdpeo8a" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qmkf1012se0v5b4pre0l6", + "slug": "alp_oasis_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/oasis.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "Where blood nourishes sand, life springs anew.", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "setCardId": "clm4qmj3s012re0v57wpfg97x", + "setCard": { + "id": "clm4qmj3s012re0v57wpfg97x", + "slug": "alp_oasis", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "meta": { + "id": "clq3a1y8800unsh27lhnnh3zk", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qmj3s012re0v57wpfg97x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qmrfd012te0v53sws99i0", + "slug": "alp_oasis_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/oasis-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "Where blood nourishes sand, life springs anew.", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "setCardId": "clm4qmj3s012re0v57wpfg97x", + "setCard": { + "id": "clm4qmj3s012re0v57wpfg97x", + "slug": "alp_oasis", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "meta": { + "id": "clq3a1y8800unsh27lhnnh3zk", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qmj3s012re0v57wpfg97x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qkp6o012de0v532bkbezv", + "slug": "undertow", + "name": "Undertow", + "hotscore": 3363, + "guardian": { + "id": "clq3a1wyb00udsh27w32a4jhn", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of strong undercurrents", + "subType": "", + "rulesText": "Genesis → Staying within this body of water, move target unit one step.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qkp6o012de0v532bkbezv" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8iv0a01yfs67p13nf3k5t", + "slug": "bet_undertow_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/undertow.png", + "finish": "Standard", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qkp6o012de0v532bkbezv", + "setCardId": "clot8iuyq01yds67poye9img1", + "setCard": { + "id": "clot8iuyq01yds67poye9img1", + "slug": "bet_undertow", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qkp6o012de0v532bkbezv", + "meta": { + "id": "clq3a1x8e00ufsh278fp68168", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of strong undercurrents", + "subType": "", + "rulesText": "Genesis → Staying within this body of water, move target unit one step.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iuyq01yds67poye9img1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iv2301yhs67pz7zaqtsm", + "slug": "bet_undertow_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/undertow-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qkp6o012de0v532bkbezv", + "setCardId": "clot8iuyq01yds67poye9img1", + "setCard": { + "id": "clot8iuyq01yds67poye9img1", + "slug": "bet_undertow", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qkp6o012de0v532bkbezv", + "meta": { + "id": "clq3a1x8e00ufsh278fp68168", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of strong undercurrents", + "subType": "", + "rulesText": "Genesis → Staying within this body of water, move target unit one step.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iuyq01yds67poye9img1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qkwb7012fe0v5ejbu4858", + "slug": "alp_undertow_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/undertow.png", + "finish": "Standard", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qkp6o012de0v532bkbezv", + "setCardId": "clm4qkv0a012ee0v52edw1h0i", + "setCard": { + "id": "clm4qkv0a012ee0v52edw1h0i", + "slug": "alp_undertow", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qkp6o012de0v532bkbezv", + "meta": { + "id": "clq3a1x0k00uesh271wm0bv0h", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of strong undercurrents", + "subType": "", + "rulesText": "Genesis → Staying within this body of water, move target unit one step.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qkv0a012ee0v52edw1h0i" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ql94y012he0v59z638xl6", + "slug": "alp_undertow_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/undertow-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qkp6o012de0v532bkbezv", + "setCardId": "clm4qkv0a012ee0v52edw1h0i", + "setCard": { + "id": "clm4qkv0a012ee0v52edw1h0i", + "slug": "alp_undertow", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qkp6o012de0v532bkbezv", + "meta": { + "id": "clq3a1x0k00uesh271wm0bv0h", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of strong undercurrents", + "subType": "", + "rulesText": "Genesis → Staying within this body of water, move target unit one step.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qkv0a012ee0v52edw1h0i" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ql3iy012ge0v5btnp4knz", + "slug": "alp_undertow_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/undertow-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qkp6o012de0v532bkbezv", + "setCardId": "clm4qkv0a012ee0v52edw1h0i", + "setCard": { + "id": "clm4qkv0a012ee0v52edw1h0i", + "slug": "alp_undertow", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qkp6o012de0v532bkbezv", + "meta": { + "id": "clq3a1x0k00uesh271wm0bv0h", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of strong undercurrents", + "subType": "", + "rulesText": "Genesis → Staying within this body of water, move target unit one step.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qkv0a012ee0v52edw1h0i" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_water_ordinary_aura_cards.json b/data/beta_water_ordinary_aura_cards.json new file mode 100644 index 0000000..9491aa4 --- /dev/null +++ b/data/beta_water_ordinary_aura_cards.json @@ -0,0 +1,376 @@ +[ + { + "id": "clm4p48aq00qze0v5ea1ghoa6", + "slug": "blizzard", + "name": "Blizzard", + "hotscore": 336, + "guardian": { + "id": "clq3a0v5300mksh270cqulj4v", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of forestalling frost", + "subType": "", + "rulesText": "Affected sites and units atop them can't be attacked or intercepted.\r\n \r\nAt the start of your turn, dispel Blizzard.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p48aq00qze0v5ea1ghoa6" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8i0yx01g9s67pmf5esufv", + "slug": "bet_blizzard_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/blizzard.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4p48aq00qze0v5ea1ghoa6", + "setCardId": "clot8i0xe01g7s67p7y4qf5gm", + "setCard": { + "id": "clot8i0xe01g7s67p7y4qf5gm", + "slug": "bet_blizzard", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p48aq00qze0v5ea1ghoa6", + "meta": { + "id": "clq3a0vcz00mmsh27sa6a8g1h", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of forestalling frost", + "subType": "", + "rulesText": "Affected sites and units atop them can't be attacked or intercepted.\r\n \r\nAt the start of your turn, dispel Blizzard.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i0xe01g7s67p7y4qf5gm" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i10g01gbs67pu1gbivuf", + "slug": "bet_blizzard_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/blizzard-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4p48aq00qze0v5ea1ghoa6", + "setCardId": "clot8i0xe01g7s67p7y4qf5gm", + "setCard": { + "id": "clot8i0xe01g7s67p7y4qf5gm", + "slug": "bet_blizzard", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p48aq00qze0v5ea1ghoa6", + "meta": { + "id": "clq3a0vcz00mmsh27sa6a8g1h", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of forestalling frost", + "subType": "", + "rulesText": "Affected sites and units atop them can't be attacked or intercepted.\r\n \r\nAt the start of your turn, dispel Blizzard.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i0xe01g7s67p7y4qf5gm" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p4f1700r1e0v5cerndp7b", + "slug": "alp_blizzard_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/blizzard.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4p48aq00qze0v5ea1ghoa6", + "setCardId": "clm4p4dq000r0e0v5ety8eua2", + "setCard": { + "id": "clm4p4dq000r0e0v5ety8eua2", + "slug": "alp_blizzard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p48aq00qze0v5ea1ghoa6", + "meta": { + "id": "clq3a0v7f00mlsh27nf67xy0i", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of forestalling frost", + "subType": "", + "rulesText": "Affected sites and units atop them can't be attacked or intercepted. \n\nAt the start of your turn, dispel Blizzard.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p4dq000r0e0v5ety8eua2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p4miw00r2e0v5hov3fjms", + "slug": "alp_blizzard_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/blizzard-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4p48aq00qze0v5ea1ghoa6", + "setCardId": "clm4p4dq000r0e0v5ety8eua2", + "setCard": { + "id": "clm4p4dq000r0e0v5ety8eua2", + "slug": "alp_blizzard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p48aq00qze0v5ea1ghoa6", + "meta": { + "id": "clq3a0v7f00mlsh27nf67xy0i", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of forestalling frost", + "subType": "", + "rulesText": "Affected sites and units atop them can't be attacked or intercepted. \n\nAt the start of your turn, dispel Blizzard.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p4dq000r0e0v5ety8eua2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p6g6t00rge0v51a7ihuep", + "slug": "wall_of_ice", + "name": "Wall of Ice", + "hotscore": 513, + "guardian": { + "id": "clq3a0wqq00mwsh27yo33zxon", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of impassable ice", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\r\n \r\nUnits can't traverse Wall of Ice on the ground.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p6g6t00rge0v51a7ihuep" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8i28r01h1s67phca620vw", + "slug": "bet_wall_of_ice_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wall_of_ice.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4p6g6t00rge0v51a7ihuep", + "setCardId": "clot8i27901gzs67pj3asbmg9", + "setCard": { + "id": "clot8i27901gzs67pj3asbmg9", + "slug": "bet_wall_of_ice", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p6g6t00rge0v51a7ihuep", + "meta": { + "id": "clq3a0wyw00mysh2796egbgqp", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of impassable ice", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\r\n \r\nUnits can't traverse Wall of Ice on the ground.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i27901gzs67pj3asbmg9" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i2ab01h3s67pdd11fj1i", + "slug": "bet_wall_of_ice_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wall_of_ice-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4p6g6t00rge0v51a7ihuep", + "setCardId": "clot8i27901gzs67pj3asbmg9", + "setCard": { + "id": "clot8i27901gzs67pj3asbmg9", + "slug": "bet_wall_of_ice", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p6g6t00rge0v51a7ihuep", + "meta": { + "id": "clq3a0wyw00mysh2796egbgqp", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of impassable ice", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\r\n \r\nUnits can't traverse Wall of Ice on the ground.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i27901gzs67pj3asbmg9" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p6mxj00rie0v527tcaf4d", + "slug": "alp_wall_of_ice_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wall_of_ice.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4p6g6t00rge0v51a7ihuep", + "setCardId": "clm4p6lm700rhe0v5hn2j2thb", + "setCard": { + "id": "clm4p6lm700rhe0v5hn2j2thb", + "slug": "alp_wall_of_ice", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p6g6t00rge0v51a7ihuep", + "meta": { + "id": "clq3a0wt200mxsh27ecgpdmj9", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of impassable ice", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\n\nUnits can't traverse Wall of Ice on the ground.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p6lm700rhe0v5hn2j2thb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p6tif00rje0v52rpt1mkt", + "slug": "alp_wall_of_ice_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wall_of_ice-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4p6g6t00rge0v51a7ihuep", + "setCardId": "clm4p6lm700rhe0v5hn2j2thb", + "setCard": { + "id": "clm4p6lm700rhe0v5hn2j2thb", + "slug": "alp_wall_of_ice", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p6g6t00rge0v51a7ihuep", + "meta": { + "id": "clq3a0wt200mxsh27ecgpdmj9", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of impassable ice", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\n\nUnits can't traverse Wall of Ice on the ground.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p6lm700rhe0v5hn2j2thb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_water_ordinary_magic_cards.json b/data/beta_water_ordinary_magic_cards.json new file mode 100644 index 0000000..b1b240d --- /dev/null +++ b/data/beta_water_ordinary_magic_cards.json @@ -0,0 +1,1241 @@ +[ + { + "id": "clm4ot9u800oke0v58ws73p3z", + "slug": "drown", + "name": "Drown", + "hotscore": 3204, + "guardian": { + "id": "clq3a0n2b00kwsh27n95zfx0d", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of downward descent", + "subType": "", + "rulesText": "Submerge target minion or artifact, if able.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ot9u800oke0v58ws73p3z" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hujg01cds67pyxgsxz0k", + "slug": "bet_drown_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/drown.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4ot9u800oke0v58ws73p3z", + "setCardId": "clot8huhx01cbs67ptuqgxt0d", + "setCard": { + "id": "clot8huhx01cbs67ptuqgxt0d", + "slug": "bet_drown", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ot9u800oke0v58ws73p3z", + "meta": { + "id": "clq3a0nc300kysh274uv0zd94", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of downward descent", + "subType": "", + "rulesText": "Submerge target minion or artifact, if able.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8huhx01cbs67ptuqgxt0d" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hukz01cfs67pun36pfun", + "slug": "bet_drown_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/drown-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4ot9u800oke0v58ws73p3z", + "setCardId": "clot8huhx01cbs67ptuqgxt0d", + "setCard": { + "id": "clot8huhx01cbs67ptuqgxt0d", + "slug": "bet_drown", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ot9u800oke0v58ws73p3z", + "meta": { + "id": "clq3a0nc300kysh274uv0zd94", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of downward descent", + "subType": "", + "rulesText": "Submerge target minion or artifact, if able.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8huhx01cbs67ptuqgxt0d" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oth1j00ome0v5cbc86ifa", + "slug": "alp_drown_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/drown.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4ot9u800oke0v58ws73p3z", + "setCardId": "clm4otfqe00ole0v56oie0pfd", + "setCard": { + "id": "clm4otfqe00ole0v56oie0pfd", + "slug": "alp_drown", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ot9u800oke0v58ws73p3z", + "meta": { + "id": "clq3a0n4l00kxsh27pp6ol67x", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of downward descent", + "subType": "", + "rulesText": "Submerge target minion or artifact, if able.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4otfqe00ole0v56oie0pfd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4otue300ooe0v58f4a240n", + "slug": "alp_drown_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/drown-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4ot9u800oke0v58ws73p3z", + "setCardId": "clm4otfqe00ole0v56oie0pfd", + "setCard": { + "id": "clm4otfqe00ole0v56oie0pfd", + "slug": "alp_drown", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ot9u800oke0v58ws73p3z", + "meta": { + "id": "clq3a0n4l00kxsh27pp6ol67x", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of downward descent", + "subType": "", + "rulesText": "Submerge target minion or artifact, if able.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4otfqe00ole0v56oie0pfd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4otolk00one0v54z5t886m", + "slug": "alp_drown_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/drown-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4ot9u800oke0v58ws73p3z", + "setCardId": "clm4otfqe00ole0v56oie0pfd", + "setCard": { + "id": "clm4otfqe00ole0v56oie0pfd", + "slug": "alp_drown", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ot9u800oke0v58ws73p3z", + "meta": { + "id": "clq3a0n4l00kxsh27pp6ol67x", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of downward descent", + "subType": "", + "rulesText": "Submerge target minion or artifact, if able.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4otfqe00ole0v56oie0pfd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4otvic00ope0v5cwmgdnk3", + "slug": "extinguish", + "name": "Extinguish", + "hotscore": 147, + "guardian": { + "id": "clq3a0nhy00kzsh27moxw71ar", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of guttering failure", + "subType": "", + "rulesText": "Banish all fire minions and fire auras occupying target site up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4otvic00ope0v5cwmgdnk3" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8huut01cks67plsp9zr2r", + "slug": "bet_extinguish_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/extinguish.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4otvic00ope0v5cwmgdnk3", + "setCardId": "clot8husr01cis67pw17axkm4", + "setCard": { + "id": "clot8husr01cis67pw17axkm4", + "slug": "bet_extinguish", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4otvic00ope0v5cwmgdnk3", + "meta": { + "id": "clq3a0nq100l1sh273k53j069", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of guttering failure", + "subType": "", + "rulesText": "Banish all fire minions and fire auras occupying target site up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8husr01cis67pw17axkm4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8huwc01cms67p8driof8e", + "slug": "bet_extinguish_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/extinguish-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4otvic00ope0v5cwmgdnk3", + "setCardId": "clot8husr01cis67pw17axkm4", + "setCard": { + "id": "clot8husr01cis67pw17axkm4", + "slug": "bet_extinguish", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4otvic00ope0v5cwmgdnk3", + "meta": { + "id": "clq3a0nq100l1sh273k53j069", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of guttering failure", + "subType": "", + "rulesText": "Banish all fire minions and fire auras occupying target site up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8husr01cis67pw17axkm4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ou2gv00ore0v56s5j48hr", + "slug": "alp_extinguish_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/extinguish.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4otvic00ope0v5cwmgdnk3", + "setCardId": "clm4ou14k00oqe0v5861qcyzi", + "setCard": { + "id": "clm4ou14k00oqe0v5861qcyzi", + "slug": "alp_extinguish", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4otvic00ope0v5cwmgdnk3", + "meta": { + "id": "clq3a0nka00l0sh27mzrwbew4", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of guttering failure", + "subType": "", + "rulesText": "Banish all fire minions and fire auras occupying target site up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ou14k00oqe0v5861qcyzi" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ou8nu00ose0v5g3ah5c6n", + "slug": "alp_extinguish_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/extinguish-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4otvic00ope0v5cwmgdnk3", + "setCardId": "clm4ou14k00oqe0v5861qcyzi", + "setCard": { + "id": "clm4ou14k00oqe0v5861qcyzi", + "slug": "alp_extinguish", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4otvic00ope0v5cwmgdnk3", + "meta": { + "id": "clq3a0nka00l0sh27mzrwbew4", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of guttering failure", + "subType": "", + "rulesText": "Banish all fire minions and fire auras occupying target site up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ou14k00oqe0v5861qcyzi" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ouecc00ote0v52um254fm", + "slug": "fire_harpoons", + "name": "Fire Harpoons!", + "hotscore": 494, + "guardian": { + "id": "clq3a0nvr00l2sh270r5072je", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to reel in your prey", + "subType": "", + "rulesText": "Deal 1 damage to target minion above or below an adjacent Water site and pull it to the caster's location. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ouecc00ote0v52um254fm" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hv6001crs67p0zqznsjp", + "slug": "bet_fire_harpoons_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/fire_harpoons.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4ouecc00ote0v52um254fm", + "setCardId": "clot8hv4g01cps67pf6xuqrc2", + "setCard": { + "id": "clot8hv4g01cps67pf6xuqrc2", + "slug": "bet_fire_harpoons", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ouecc00ote0v52um254fm", + "meta": { + "id": "clq3a0o4600l4sh270iml8d92", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to reel in your prey", + "subType": "", + "rulesText": "Deal 1 damage to target minion above or below an adjacent Water site and pull it to the caster's location. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hv4g01cps67pf6xuqrc2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hv7j01cts67p56jztd9z", + "slug": "bet_fire_harpoons_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/fire_harpoons-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4ouecc00ote0v52um254fm", + "setCardId": "clot8hv4g01cps67pf6xuqrc2", + "setCard": { + "id": "clot8hv4g01cps67pf6xuqrc2", + "slug": "bet_fire_harpoons", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ouecc00ote0v52um254fm", + "meta": { + "id": "clq3a0o4600l4sh270iml8d92", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to reel in your prey", + "subType": "", + "rulesText": "Deal 1 damage to target minion above or below an adjacent Water site and pull it to the caster's location. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hv4g01cps67pf6xuqrc2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oul6q00ove0v5ciy6bsdl", + "slug": "alp_fire_harpoons_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/fire_harpoons.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4ouecc00ote0v52um254fm", + "setCardId": "clm4oujvf00oue0v5de6i9rl4", + "setCard": { + "id": "clm4oujvf00oue0v5de6i9rl4", + "slug": "alp_fire_harpoons", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ouecc00ote0v52um254fm", + "meta": { + "id": "clq3a0nyf00l3sh27757w7u2l", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to reel in your prey", + "subType": "", + "rulesText": "Deal 1 damage to target minion above or below an adjacent Water site and pull it to the caster's location. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oujvf00oue0v5de6i9rl4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ourk700owe0v59ehr8px7", + "slug": "alp_fire_harpoons_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/fire_harpoons-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4ouecc00ote0v52um254fm", + "setCardId": "clm4oujvf00oue0v5de6i9rl4", + "setCard": { + "id": "clm4oujvf00oue0v5de6i9rl4", + "slug": "alp_fire_harpoons", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ouecc00ote0v52um254fm", + "meta": { + "id": "clq3a0nyf00l3sh27757w7u2l", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to reel in your prey", + "subType": "", + "rulesText": "Deal 1 damage to target minion above or below an adjacent Water site and pull it to the caster's location. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oujvf00oue0v5de6i9rl4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4owkdu00pae0v57u5l29a9", + "slug": "ice_lance", + "name": "Ice Lance", + "hotscore": 1760, + "guardian": { + "id": "clq3a0phd00lesh27veh1fgmd", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of cold-blooded precision", + "subType": "", + "rulesText": "Shoot a piercing projectile. Deal 3, then 2, then 1 damage to up to one unit at each of the first three locations along its path.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4owkdu00pae0v57u5l29a9" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hwgw01djs67pysx62lts", + "slug": "bet_ice_lance_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ice_lance.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4owkdu00pae0v57u5l29a9", + "setCardId": "clot8hwfd01dhs67pz42yt9n7", + "setCard": { + "id": "clot8hwfd01dhs67pz42yt9n7", + "slug": "bet_ice_lance", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4owkdu00pae0v57u5l29a9", + "meta": { + "id": "clq3a0pr500lgsh27v9kduod3", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of cold-blooded precision", + "subType": "", + "rulesText": "Shoot a piercing projectile. Deal 3, then 2, then 1 damage to up to one unit at each of the first three locations along its path.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hwfd01dhs67pz42yt9n7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hwie01dls67pggka1e2j", + "slug": "bet_ice_lance_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ice_lance-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4owkdu00pae0v57u5l29a9", + "setCardId": "clot8hwfd01dhs67pz42yt9n7", + "setCard": { + "id": "clot8hwfd01dhs67pz42yt9n7", + "slug": "bet_ice_lance", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4owkdu00pae0v57u5l29a9", + "meta": { + "id": "clq3a0pr500lgsh27v9kduod3", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of cold-blooded precision", + "subType": "", + "rulesText": "Shoot a piercing projectile. Deal 3, then 2, then 1 damage to up to one unit at each of the first three locations along its path.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hwfd01dhs67pz42yt9n7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4owr7600pce0v5f0u6covk", + "slug": "alp_ice_lance_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ice_lance.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4owkdu00pae0v57u5l29a9", + "setCardId": "clm4owptf00pbe0v50dn683uu", + "setCard": { + "id": "clm4owptf00pbe0v50dn683uu", + "slug": "alp_ice_lance", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4owkdu00pae0v57u5l29a9", + "meta": { + "id": "clq3a0pjn00lfsh27p03arl2a", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of cold-blooded precision", + "subType": "", + "rulesText": "Shoot a piercing projectile. Deal 3, then 2, then 1 damage to up to one unit at each of the first three locations along its path.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4owptf00pbe0v50dn683uu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ox47l00pee0v5crqk5nlu", + "slug": "alp_ice_lance_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ice_lance-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4owkdu00pae0v57u5l29a9", + "setCardId": "clm4owptf00pbe0v50dn683uu", + "setCard": { + "id": "clm4owptf00pbe0v50dn683uu", + "slug": "alp_ice_lance", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4owkdu00pae0v57u5l29a9", + "meta": { + "id": "clq3a0pjn00lfsh27p03arl2a", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of cold-blooded precision", + "subType": "", + "rulesText": "Shoot a piercing projectile. Deal 3, then 2, then 1 damage to up to one unit at each of the first three locations along its path.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4owptf00pbe0v50dn683uu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4owy1j00pde0v5c5d53k6b", + "slug": "alp_ice_lance_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ice_lance-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4owkdu00pae0v57u5l29a9", + "setCardId": "clm4owptf00pbe0v50dn683uu", + "setCard": { + "id": "clm4owptf00pbe0v50dn683uu", + "slug": "alp_ice_lance", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4owkdu00pae0v57u5l29a9", + "meta": { + "id": "clq3a0pjn00lfsh27p03arl2a", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of cold-blooded precision", + "subType": "", + "rulesText": "Shoot a piercing projectile. Deal 3, then 2, then 1 damage to up to one unit at each of the first three locations along its path.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4owptf00pbe0v50dn683uu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ozapt00pwe0v56hple6x9", + "slug": "riptide", + "name": "Riptide", + "hotscore": 3419, + "guardian": { + "id": "clq3a0rhp00ltsh27hhhseu4v", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to catch the unwary", + "subType": "", + "rulesText": "Target water site pulls in an aboveground unit it's adjacent to. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ozapt00pwe0v56hple6x9" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hxzq01eis67p2u7n3srm", + "slug": "bet_riptide_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/riptide.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ozapt00pwe0v56hple6x9", + "setCardId": "clot8hxy801egs67p8vr5u7dj", + "setCard": { + "id": "clot8hxy801egs67p8vr5u7dj", + "slug": "bet_riptide", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ozapt00pwe0v56hple6x9", + "meta": { + "id": "clq3a0rro00lvsh27xnbpzj36", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to catch the unwary", + "subType": "", + "rulesText": "Target water site pulls in an aboveground unit it's adjacent to. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hxy801egs67p8vr5u7dj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hy1901eks67pw5mpect5", + "slug": "bet_riptide_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/riptide-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ozapt00pwe0v56hple6x9", + "setCardId": "clot8hxy801egs67p8vr5u7dj", + "setCard": { + "id": "clot8hxy801egs67p8vr5u7dj", + "slug": "bet_riptide", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ozapt00pwe0v56hple6x9", + "meta": { + "id": "clq3a0rro00lvsh27xnbpzj36", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to catch the unwary", + "subType": "", + "rulesText": "Target water site pulls in an aboveground unit it's adjacent to. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hxy801egs67p8vr5u7dj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ozhh900pye0v5gwds2vvd", + "slug": "alp_riptide_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/riptide.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ozapt00pwe0v56hple6x9", + "setCardId": "clm4ozg6200pxe0v545wrc5w7", + "setCard": { + "id": "clm4ozg6200pxe0v545wrc5w7", + "slug": "alp_riptide", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ozapt00pwe0v56hple6x9", + "meta": { + "id": "clq3a0rk300lush27wvk78qv8", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to catch the unwary", + "subType": "", + "rulesText": "Target water site pulls in an aboveground unit it's adjacent to. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ozg6200pxe0v545wrc5w7" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ozufe00q0e0v59hsfc3rc", + "slug": "alp_riptide_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/riptide-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ozapt00pwe0v56hple6x9", + "setCardId": "clm4ozg6200pxe0v545wrc5w7", + "setCard": { + "id": "clm4ozg6200pxe0v545wrc5w7", + "slug": "alp_riptide", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ozapt00pwe0v56hple6x9", + "meta": { + "id": "clq3a0rk300lush27wvk78qv8", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to catch the unwary", + "subType": "", + "rulesText": "Target water site pulls in an aboveground unit it's adjacent to. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ozg6200pxe0v545wrc5w7" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ozpd300pze0v5exu7ghlg", + "slug": "alp_riptide_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/riptide-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ozapt00pwe0v56hple6x9", + "setCardId": "clm4ozg6200pxe0v545wrc5w7", + "setCard": { + "id": "clm4ozg6200pxe0v545wrc5w7", + "slug": "alp_riptide", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ozapt00pwe0v56hple6x9", + "meta": { + "id": "clq3a0rk300lush27wvk78qv8", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to catch the unwary", + "subType": "", + "rulesText": "Target water site pulls in an aboveground unit it's adjacent to. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ozg6200pxe0v545wrc5w7" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p0e9g00q5e0v579mh53mq", + "slug": "sleep", + "name": "Sleep", + "hotscore": 843, + "guardian": { + "id": "clq3a0sb500lzsh27tst622af", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of soporific slumber", + "subType": "", + "rulesText": "Target minion at a location up to two steps away falls asleep. It's disabled until it takes damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p0e9g00q5e0v579mh53mq" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hyos01ews67pm2bu1a4a", + "slug": "bet_sleep_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sleep.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "Breathe deep the gathering bloom.", + "cardId": "clm4p0e9g00q5e0v579mh53mq", + "setCardId": "clot8hymu01eus67phxfhkw1y", + "setCard": { + "id": "clot8hymu01eus67phxfhkw1y", + "slug": "bet_sleep", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p0e9g00q5e0v579mh53mq", + "meta": { + "id": "clq3a0sjk00m1sh27v7uw2d9d", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of soporific slumber", + "subType": "", + "rulesText": "Target minion at a location up to two steps away falls asleep. It's disabled until it takes damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hymu01eus67phxfhkw1y" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hyqh01eys67p3cwliq2g", + "slug": "bet_sleep_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sleep-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "Breathe deep the gathering bloom.", + "cardId": "clm4p0e9g00q5e0v579mh53mq", + "setCardId": "clot8hymu01eus67phxfhkw1y", + "setCard": { + "id": "clot8hymu01eus67phxfhkw1y", + "slug": "bet_sleep", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p0e9g00q5e0v579mh53mq", + "meta": { + "id": "clq3a0sjk00m1sh27v7uw2d9d", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of soporific slumber", + "subType": "", + "rulesText": "Target minion at a location up to two steps away falls asleep. It's disabled until it takes damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hymu01eus67phxfhkw1y" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p0ldb00q7e0v53ywd5506", + "slug": "alp_sleep_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sleep.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "Breathe deep the gathering bloom.", + "cardId": "clm4p0e9g00q5e0v579mh53mq", + "setCardId": "clm4p0k2c00q6e0v58goje807", + "setCard": { + "id": "clm4p0k2c00q6e0v58goje807", + "slug": "alp_sleep", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p0e9g00q5e0v579mh53mq", + "meta": { + "id": "clq3a0sdi00m0sh27eptngkoh", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of soporific slumber", + "subType": "", + "rulesText": "Target minion at a location up to two steps away falls asleep. It's disabled until it takes damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p0k2c00q6e0v58goje807" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p0s4h00q8e0v5ge5zco94", + "slug": "alp_sleep_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sleep-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "Breathe deep the gathering bloom.", + "cardId": "clm4p0e9g00q5e0v579mh53mq", + "setCardId": "clm4p0k2c00q6e0v58goje807", + "setCard": { + "id": "clm4p0k2c00q6e0v58goje807", + "slug": "alp_sleep", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p0e9g00q5e0v579mh53mq", + "meta": { + "id": "clq3a0sdi00m0sh27eptngkoh", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of soporific slumber", + "subType": "", + "rulesText": "Target minion at a location up to two steps away falls asleep. It's disabled until it takes damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p0k2c00q6e0v58goje807" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_water_ordinary_minion_cards.json b/data/beta_water_ordinary_minion_cards.json new file mode 100644 index 0000000..8cd34a0 --- /dev/null +++ b/data/beta_water_ordinary_minion_cards.json @@ -0,0 +1,2745 @@ +[ + { + "id": "clm4o8hmg00k1e0v57obk32ae", + "slug": "coral_reef_kelpie", + "name": "Coral-Reef Kelpie", + "hotscore": 403, + "guardian": { + "id": "clq3a07rq00hssh2792gskmwl", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of tidal wilderness", + "subType": "Beast", + "rulesText": "Submerge", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4o8hmg00k1e0v57obk32ae" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hihn0156s67pxqxr5cno", + "slug": "bet_coral_reef_kelpie_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/coral_reef_kelpie.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Why'd the kelpie cross the shoal? To get to the other tide.", + "cardId": "clm4o8hmg00k1e0v57obk32ae", + "setCardId": "clot8hig30154s67psgp8ui10", + "setCard": { + "id": "clot8hig30154s67psgp8ui10", + "slug": "bet_coral_reef_kelpie", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o8hmg00k1e0v57obk32ae", + "meta": { + "id": "clq3a081j00hush27tpdnbj2y", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of tidal wilderness", + "subType": "Beast", + "rulesText": "Submerge", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hig30154s67psgp8ui10" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hij60158s67pdbryvc22", + "slug": "bet_coral_reef_kelpie_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/coral_reef_kelpie-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Why'd the kelpie cross the shoal? To get to the other tide.", + "cardId": "clm4o8hmg00k1e0v57obk32ae", + "setCardId": "clot8hig30154s67psgp8ui10", + "setCard": { + "id": "clot8hig30154s67psgp8ui10", + "slug": "bet_coral_reef_kelpie", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o8hmg00k1e0v57obk32ae", + "meta": { + "id": "clq3a081j00hush27tpdnbj2y", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of tidal wilderness", + "subType": "Beast", + "rulesText": "Submerge", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hig30154s67psgp8ui10" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o8oqo00k3e0v5672u5sf0", + "slug": "alp_coral_reef_kelpie_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/coral_reef_kelpie.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Why'd the kelpie cross the shoal? To get to the other tide.", + "cardId": "clm4o8hmg00k1e0v57obk32ae", + "setCardId": "clm4o8nep00k2e0v5chnl1zyn", + "setCard": { + "id": "clm4o8nep00k2e0v5chnl1zyn", + "slug": "alp_coral_reef_kelpie", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o8hmg00k1e0v57obk32ae", + "meta": { + "id": "clq3a07u200htsh2768gw9ftb", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of tidal wilderness", + "subType": "Beast", + "rulesText": "Submerge", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o8nep00k2e0v5chnl1zyn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o91k600k5e0v55vinh4dq", + "slug": "alp_coral_reef_kelpie_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/coral_reef_kelpie-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Melissa A. Benson", + "flavorText": "Why'd the kelpie cross the shoal? To get to the other tide.", + "cardId": "clm4o8hmg00k1e0v57obk32ae", + "setCardId": "clm4o8nep00k2e0v5chnl1zyn", + "setCard": { + "id": "clm4o8nep00k2e0v5chnl1zyn", + "slug": "alp_coral_reef_kelpie", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o8hmg00k1e0v57obk32ae", + "meta": { + "id": "clq3a07u200htsh2768gw9ftb", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of tidal wilderness", + "subType": "Beast", + "rulesText": "Submerge", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o8nep00k2e0v5chnl1zyn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o8voz00k4e0v5gsvpguml", + "slug": "alp_coral_reef_kelpie_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/coral_reef_kelpie-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Why'd the kelpie cross the shoal? To get to the other tide.", + "cardId": "clm4o8hmg00k1e0v57obk32ae", + "setCardId": "clm4o8nep00k2e0v5chnl1zyn", + "setCard": { + "id": "clm4o8nep00k2e0v5chnl1zyn", + "slug": "alp_coral_reef_kelpie", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o8hmg00k1e0v57obk32ae", + "meta": { + "id": "clq3a07u200htsh2768gw9ftb", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of tidal wilderness", + "subType": "Beast", + "rulesText": "Submerge", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o8nep00k2e0v5chnl1zyn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o9lor00kae0v51yuler8l", + "slug": "deep_sea_mermaids", + "name": "Deep-Sea Mermaids", + "hotscore": 1274, + "guardian": { + "id": "clq3a08l500hysh27wd1g8mko", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Merfolk of mysterious depths", + "subType": "Merfolk", + "rulesText": "Submerge\r\n\r\nGenesis → Draw your bottommost spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4o9lor00kae0v51yuler8l" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hj4n015ks67pdp05diwi", + "slug": "bet_deep_sea_mermaids_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/deep_sea_mermaids.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4o9lor00kae0v51yuler8l", + "setCardId": "clot8hj34015is67pccvm88hz", + "setCard": { + "id": "clot8hj34015is67pccvm88hz", + "slug": "bet_deep_sea_mermaids", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o9lor00kae0v51yuler8l", + "meta": { + "id": "clq3a08v200i0sh27l76ucesz", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Merfolk of mysterious depths", + "subType": "Merfolk", + "rulesText": "Submerge\r\n\r\nGenesis → Draw your bottommost spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hj34015is67pccvm88hz" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hj64015ms67p51ogubnt", + "slug": "bet_deep_sea_mermaids_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/deep_sea_mermaids-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4o9lor00kae0v51yuler8l", + "setCardId": "clot8hj34015is67pccvm88hz", + "setCard": { + "id": "clot8hj34015is67pccvm88hz", + "slug": "bet_deep_sea_mermaids", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o9lor00kae0v51yuler8l", + "meta": { + "id": "clq3a08v200i0sh27l76ucesz", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Merfolk of mysterious depths", + "subType": "Merfolk", + "rulesText": "Submerge\r\n\r\nGenesis → Draw your bottommost spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hj34015is67pccvm88hz" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o9t6700kce0v5huj411kn", + "slug": "alp_deep_sea_mermaids_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/deep_sea_mermaids.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4o9lor00kae0v51yuler8l", + "setCardId": "clm4o9rrs00kbe0v5hex99qgq", + "setCard": { + "id": "clm4o9rrs00kbe0v5hex99qgq", + "slug": "alp_deep_sea_mermaids", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o9lor00kae0v51yuler8l", + "meta": { + "id": "clq3a08nj00hzsh27rardkotc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Merfolk of mysterious depths", + "subType": "Merfolk", + "rulesText": "Submerge\n\nGenesis → Draw your bottommost spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o9rrs00kbe0v5hex99qgq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oa53t00kee0v53roshpq5", + "slug": "alp_deep_sea_mermaids_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/deep_sea_mermaids-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4o9lor00kae0v51yuler8l", + "setCardId": "clm4o9rrs00kbe0v5hex99qgq", + "setCard": { + "id": "clm4o9rrs00kbe0v5hex99qgq", + "slug": "alp_deep_sea_mermaids", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o9lor00kae0v51yuler8l", + "meta": { + "id": "clq3a08nj00hzsh27rardkotc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Merfolk of mysterious depths", + "subType": "Merfolk", + "rulesText": "Submerge\n\nGenesis → Draw your bottommost spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o9rrs00kbe0v5hex99qgq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o9zvz00kde0v55q01gnkd", + "slug": "alp_deep_sea_mermaids_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/deep_sea_mermaids-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4o9lor00kae0v51yuler8l", + "setCardId": "clm4o9rrs00kbe0v5hex99qgq", + "setCard": { + "id": "clm4o9rrs00kbe0v5hex99qgq", + "slug": "alp_deep_sea_mermaids", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o9lor00kae0v51yuler8l", + "meta": { + "id": "clq3a08nj00hzsh27rardkotc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Merfolk of mysterious depths", + "subType": "Merfolk", + "rulesText": "Submerge\n\nGenesis → Draw your bottommost spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o9rrs00kbe0v5hex99qgq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4obaz800koe0v5a140bab4", + "slug": "fenvale_muse", + "name": "Fenvale Muse", + "hotscore": 694, + "guardian": { + "id": "clq3a09uz00i7sh27wvekvrby", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal of quiet inspiration", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nWhenever Fenvale Muse casts a spell, you may trigger the Genesis of a nearby River.", + "cost": 1, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4obaz800koe0v5a140bab4" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hk4q0165s67pa639x2gn", + "slug": "bet_fenvale_muse_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/fenvale_muse.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "As the sun troubles the morning she stirs my heart.", + "cardId": "clm4obaz800koe0v5a140bab4", + "setCardId": "clot8hk370163s67pgkgn59n3", + "setCard": { + "id": "clot8hk370163s67pgkgn59n3", + "slug": "bet_fenvale_muse", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4obaz800koe0v5a140bab4", + "meta": { + "id": "clq3a0a2x00i9sh277rim3bmm", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal of quiet inspiration", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nWhenever Fenvale Muse casts a spell, you may trigger the Genesis of a nearby River.", + "cost": 1, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hk370163s67pgkgn59n3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hk690167s67pi0at09j0", + "slug": "bet_fenvale_muse_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/fenvale_muse-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "As the sun troubles the morning she stirs my heart.", + "cardId": "clm4obaz800koe0v5a140bab4", + "setCardId": "clot8hk370163s67pgkgn59n3", + "setCard": { + "id": "clot8hk370163s67pgkgn59n3", + "slug": "bet_fenvale_muse", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4obaz800koe0v5a140bab4", + "meta": { + "id": "clq3a0a2x00i9sh277rim3bmm", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal of quiet inspiration", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nWhenever Fenvale Muse casts a spell, you may trigger the Genesis of a nearby River.", + "cost": 1, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hk370163s67pgkgn59n3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4obip700kqe0v5f0dcegcr", + "slug": "alp_fenvale_muse_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/fenvale_muse.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "\"As the sun troubles the morning she stirs my heart.\"", + "cardId": "clm4obaz800koe0v5a140bab4", + "setCardId": "clm4obhcn00kpe0v538vb4jqh", + "setCard": { + "id": "clm4obhcn00kpe0v538vb4jqh", + "slug": "alp_fenvale_muse", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4obaz800koe0v5a140bab4", + "meta": { + "id": "clq3a09xa00i8sh27uepeaob6", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal of quiet inspiration", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nWhenever Fenvale Muse casts a spell, you may trigger the Genesis of a nearby River.", + "cost": 1, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4obhcn00kpe0v538vb4jqh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4obq4c00kre0v55ybb9f3m", + "slug": "alp_fenvale_muse_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/fenvale_muse-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "\"As the sun troubles the morning she stirs my heart.\"", + "cardId": "clm4obaz800koe0v5a140bab4", + "setCardId": "clm4obhcn00kpe0v538vb4jqh", + "setCard": { + "id": "clm4obhcn00kpe0v538vb4jqh", + "slug": "alp_fenvale_muse", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4obaz800koe0v5a140bab4", + "meta": { + "id": "clq3a09xa00i8sh27uepeaob6", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal of quiet inspiration", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nWhenever Fenvale Muse casts a spell, you may trigger the Genesis of a nearby River.", + "cost": 1, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4obhcn00kpe0v538vb4jqh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ogl9h00lre0v5dx7v6rk1", + "slug": "muck_lampreys", + "name": "Muck Lampreys", + "hotscore": 530, + "guardian": { + "id": "clq3a0dos00izsh270dj43l4p", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts squelch and squirm", + "subType": "Beast", + "rulesText": "Burrowing, Submerge", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ogl9h00lre0v5dx7v6rk1" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hn32017ws67py689pm0j", + "slug": "bet_muck_lampreys_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/muck_lampreys.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "These pallid parasites plague the swamplands, effortlessly boring through fen and flesh alike.", + "cardId": "clm4ogl9h00lre0v5dx7v6rk1", + "setCardId": "clot8hn19017us67p53l6u1xf", + "setCard": { + "id": "clot8hn19017us67p53l6u1xf", + "slug": "bet_muck_lampreys", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ogl9h00lre0v5dx7v6rk1", + "meta": { + "id": "clq3a0dy700j1sh2746ycslgb", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts squelch and squirm", + "subType": "Beast", + "rulesText": "Burrowing, Submerge", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hn19017us67p53l6u1xf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hn4m017ys67pr5yhvn1t", + "slug": "bet_muck_lampreys_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/muck_lampreys-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "These pallid parasites plague the swamplands, effortlessly boring through fen and flesh alike.", + "cardId": "clm4ogl9h00lre0v5dx7v6rk1", + "setCardId": "clot8hn19017us67p53l6u1xf", + "setCard": { + "id": "clot8hn19017us67p53l6u1xf", + "slug": "bet_muck_lampreys", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ogl9h00lre0v5dx7v6rk1", + "meta": { + "id": "clq3a0dy700j1sh2746ycslgb", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts squelch and squirm", + "subType": "Beast", + "rulesText": "Burrowing, Submerge", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hn19017us67p53l6u1xf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ogssi00lte0v5acud1agy", + "slug": "alp_muck_lampreys_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/muck_lampreys.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "These pallid parasites plague the swamplands, effortlessly boring through fen and flesh alike.", + "cardId": "clm4ogl9h00lre0v5dx7v6rk1", + "setCardId": "clm4ogrgo00lse0v5av2g8cf9", + "setCard": { + "id": "clm4ogrgo00lse0v5av2g8cf9", + "slug": "alp_muck_lampreys", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ogl9h00lre0v5dx7v6rk1", + "meta": { + "id": "clq3a0dr700j0sh27yd65kvt4", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts squelch and squirm", + "subType": "Beast", + "rulesText": "Burrowing, Submerge", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ogrgo00lse0v5av2g8cf9" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ogzqf00lue0v512p3ad2z", + "slug": "alp_muck_lampreys_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/muck_lampreys-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "These pallid parasites plague the swamplands, effortlessly boring through fen and flesh alike.", + "cardId": "clm4ogl9h00lre0v5dx7v6rk1", + "setCardId": "clm4ogrgo00lse0v5av2g8cf9", + "setCard": { + "id": "clm4ogrgo00lse0v5av2g8cf9", + "slug": "alp_muck_lampreys", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ogl9h00lre0v5dx7v6rk1", + "meta": { + "id": "clq3a0dr700j0sh27yd65kvt4", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts squelch and squirm", + "subType": "Beast", + "rulesText": "Burrowing, Submerge", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ogrgo00lse0v5av2g8cf9" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oh4vw00lve0v5clnm9y3a", + "slug": "old_salt_anchorman", + "name": "Old Salt Anchorman", + "hotscore": 574, + "guardian": { + "id": "clq3a0e3w00j2sh274ipz9500", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal holds steady and true", + "subType": "Mortal", + "rulesText": "Nearby allies can't be moved by enemy spells and abilities.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oh4vw00lve0v5clnm9y3a" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hnf00183s67pmpvjh45h", + "slug": "bet_old_salt_anchorman_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/old_salt_anchorman.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Neither should a ship rely on one small anchor, nor a life on one fair hope. ― Epictetus", + "cardId": "clm4oh4vw00lve0v5clnm9y3a", + "setCardId": "clot8hnd60181s67pza4uhcvt", + "setCard": { + "id": "clot8hnd60181s67pza4uhcvt", + "slug": "bet_old_salt_anchorman", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oh4vw00lve0v5clnm9y3a", + "meta": { + "id": "clq3a0ec700j4sh271nffkoet", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal holds steady and true", + "subType": "Mortal", + "rulesText": "Nearby allies can't be moved by enemy spells and abilities.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hnd60181s67pza4uhcvt" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hngn0185s67p2cze9z1j", + "slug": "bet_old_salt_anchorman_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/old_salt_anchorman-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Neither should a ship rely on one small anchor, nor a life on one fair hope. ― Epictetus", + "cardId": "clm4oh4vw00lve0v5clnm9y3a", + "setCardId": "clot8hnd60181s67pza4uhcvt", + "setCard": { + "id": "clot8hnd60181s67pza4uhcvt", + "slug": "bet_old_salt_anchorman", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oh4vw00lve0v5clnm9y3a", + "meta": { + "id": "clq3a0ec700j4sh271nffkoet", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal holds steady and true", + "subType": "Mortal", + "rulesText": "Nearby allies can't be moved by enemy spells and abilities.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hnd60181s67pza4uhcvt" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ohbw900lxe0v5cxpo8pfq", + "slug": "alp_old_salt_anchorman_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/old_salt_anchorman.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "\"Neither should a ship rely on one small anchor, nor a life on one fair hope.\" ― Epictetus", + "cardId": "clm4oh4vw00lve0v5clnm9y3a", + "setCardId": "clm4ohago00lwe0v55egphs5e", + "setCard": { + "id": "clm4ohago00lwe0v55egphs5e", + "slug": "alp_old_salt_anchorman", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oh4vw00lve0v5clnm9y3a", + "meta": { + "id": "clq3a0e6e00j3sh273omcwkcg", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal holds steady and true", + "subType": "Mortal", + "rulesText": "Nearby allies can't be moved by enemy spells and abilities.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ohago00lwe0v55egphs5e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ohilb00lye0v5ewnafjxz", + "slug": "alp_old_salt_anchorman_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/old_salt_anchorman-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "\"Neither should a ship rely on one small anchor, nor a life on one fair hope.\" ― Epictetus", + "cardId": "clm4oh4vw00lve0v5clnm9y3a", + "setCardId": "clm4ohago00lwe0v55egphs5e", + "setCard": { + "id": "clm4ohago00lwe0v55egphs5e", + "slug": "alp_old_salt_anchorman", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oh4vw00lve0v5clnm9y3a", + "meta": { + "id": "clq3a0e6e00j3sh273omcwkcg", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal holds steady and true", + "subType": "Mortal", + "rulesText": "Nearby allies can't be moved by enemy spells and abilities.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ohago00lwe0v55egphs5e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oi6y700m3e0v57p8ef5zb", + "slug": "pirate_ship", + "name": "Pirate Ship", + "hotscore": 1238, + "guardian": { + "id": "clq3a0ew000j8sh27g202a5yq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary ship of Mortal scum", + "subType": "Mortal", + "rulesText": "Waterbound", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oi6y700m3e0v57p8ef5zb" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8ho29018hs67plf61gmmk", + "slug": "bet_pirate_ship_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pirate_ship.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "“Build me straight, O worthy Master! \r\nStaunch and strong, a goodly vessel,\r\nThat shall laugh at all disaster, \r\nAnd with wave and whirlwind wrestle!“\r\n— Henry Wadsworth Longfellow", + "cardId": "clm4oi6y700m3e0v57p8ef5zb", + "setCardId": "clot8ho0p018fs67pp3aznyys", + "setCard": { + "id": "clot8ho0p018fs67pp3aznyys", + "slug": "bet_pirate_ship", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oi6y700m3e0v57p8ef5zb", + "meta": { + "id": "clq3a0f5v00jash27ifi48cjv", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary ship of Mortal scum", + "subType": "Mortal", + "rulesText": "Waterbound", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ho0p018fs67pp3aznyys" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ho3v018js67pkgjunthk", + "slug": "bet_pirate_ship_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pirate_ship-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "“Build me straight, O worthy Master! \r\nStaunch and strong, a goodly vessel,\r\nThat shall laugh at all disaster, \r\nAnd with wave and whirlwind wrestle!“\r\n— Henry Wadsworth Longfellow", + "cardId": "clm4oi6y700m3e0v57p8ef5zb", + "setCardId": "clot8ho0p018fs67pp3aznyys", + "setCard": { + "id": "clot8ho0p018fs67pp3aznyys", + "slug": "bet_pirate_ship", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oi6y700m3e0v57p8ef5zb", + "meta": { + "id": "clq3a0f5v00jash27ifi48cjv", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary ship of Mortal scum", + "subType": "Mortal", + "rulesText": "Waterbound", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ho0p018fs67pp3aznyys" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oie6k00m5e0v5graualm2", + "slug": "alp_pirate_ship_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pirate_ship.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "“Build me straight, O worthy Master! \nStaunch and strong, a goodly vessel,\nThat shall laugh at all disaster, \nAnd with wave and whirlwind wrestle!“\n— Henry Wadsworth Longfellow", + "cardId": "clm4oi6y700m3e0v57p8ef5zb", + "setCardId": "clm4oicuz00m4e0v5hhn37mnx", + "setCard": { + "id": "clm4oicuz00m4e0v5hhn37mnx", + "slug": "alp_pirate_ship", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oi6y700m3e0v57p8ef5zb", + "meta": { + "id": "clq3a0eyg00j9sh2748qxaobt", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary ship of Mortal scum", + "subType": "Mortal", + "rulesText": "Waterbound", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oicuz00m4e0v5hhn37mnx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oiqmd00m7e0v582bbbusq", + "slug": "alp_pirate_ship_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pirate_ship-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Vincent Pompetti", + "flavorText": "“Build me straight, O worthy Master! \nStaunch and strong, a goodly vessel,\nThat shall laugh at all disaster, \nAnd with wave and whirlwind wrestle!“\n— Henry Wadsworth Longfellow", + "cardId": "clm4oi6y700m3e0v57p8ef5zb", + "setCardId": "clm4oicuz00m4e0v5hhn37mnx", + "setCard": { + "id": "clm4oicuz00m4e0v5hhn37mnx", + "slug": "alp_pirate_ship", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oi6y700m3e0v57p8ef5zb", + "meta": { + "id": "clq3a0eyg00j9sh2748qxaobt", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary ship of Mortal scum", + "subType": "Mortal", + "rulesText": "Waterbound", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oicuz00m4e0v5hhn37mnx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oikw200m6e0v5c9lm4hbc", + "slug": "alp_pirate_ship_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pirate_ship-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "“Build me straight, O worthy Master! \nStaunch and strong, a goodly vessel,\nThat shall laugh at all disaster, \nAnd with wave and whirlwind wrestle!“\n— Henry Wadsworth Longfellow", + "cardId": "clm4oi6y700m3e0v57p8ef5zb", + "setCardId": "clm4oicuz00m4e0v5hhn37mnx", + "setCard": { + "id": "clm4oicuz00m4e0v5hhn37mnx", + "slug": "alp_pirate_ship", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oi6y700m3e0v57p8ef5zb", + "meta": { + "id": "clq3a0eyg00j9sh2748qxaobt", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary ship of Mortal scum", + "subType": "Mortal", + "rulesText": "Waterbound", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oicuz00m4e0v5hhn37mnx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oirrp00m8e0v5a1c0354h", + "slug": "polar_bears", + "name": "Polar Bears", + "hotscore": 926, + "guardian": { + "id": "clq3a0fbl00jbsh27avbxc3qa", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts of extreme latitudes", + "subType": "Beast", + "rulesText": "Can move as if the top and bottom edges of the realm were connected.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oirrp00m8e0v5a1c0354h" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hod0018os67pvhgob86f", + "slug": "bet_polar_bears_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/polar_bears.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4oirrp00m8e0v5a1c0354h", + "setCardId": "clot8hobi018ms67pcf70zo1x", + "setCard": { + "id": "clot8hobi018ms67pcf70zo1x", + "slug": "bet_polar_bears", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oirrp00m8e0v5a1c0354h", + "meta": { + "id": "clq3a0flb00jdsh273hj5gry8", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts of extreme latitudes", + "subType": "Beast", + "rulesText": "Can move as if the top and bottom edges of the realm were connected.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hobi018ms67pcf70zo1x" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hoej018qs67pplwwwlxv", + "slug": "bet_polar_bears_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/polar_bears-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4oirrp00m8e0v5a1c0354h", + "setCardId": "clot8hobi018ms67pcf70zo1x", + "setCard": { + "id": "clot8hobi018ms67pcf70zo1x", + "slug": "bet_polar_bears", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oirrp00m8e0v5a1c0354h", + "meta": { + "id": "clq3a0flb00jdsh273hj5gry8", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts of extreme latitudes", + "subType": "Beast", + "rulesText": "Can move as if the top and bottom edges of the realm were connected.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hobi018ms67pcf70zo1x" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oiyhy00mae0v59woe85fz", + "slug": "alp_polar_bears_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/polar_bears.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4oirrp00m8e0v5a1c0354h", + "setCardId": "clm4oix4700m9e0v56y3hg4ty", + "setCard": { + "id": "clm4oix4700m9e0v56y3hg4ty", + "slug": "alp_polar_bears", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oirrp00m8e0v5a1c0354h", + "meta": { + "id": "clq3a0fdw00jcsh27zduyzqwq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts of extreme latitudes", + "subType": "Beast", + "rulesText": "Can move as if the top and bottom edges of the realm were connected.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oix4700m9e0v56y3hg4ty" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ojbdo00mce0v5gwpb3f6y", + "slug": "alp_polar_bears_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/polar_bears-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4oirrp00m8e0v5a1c0354h", + "setCardId": "clm4oix4700m9e0v56y3hg4ty", + "setCard": { + "id": "clm4oix4700m9e0v56y3hg4ty", + "slug": "alp_polar_bears", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oirrp00m8e0v5a1c0354h", + "meta": { + "id": "clq3a0fdw00jcsh27zduyzqwq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts of extreme latitudes", + "subType": "Beast", + "rulesText": "Can move as if the top and bottom edges of the realm were connected.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oix4700m9e0v56y3hg4ty" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oj5hj00mbe0v5dk820ges", + "slug": "alp_polar_bears_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/polar_bears-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4oirrp00m8e0v5a1c0354h", + "setCardId": "clm4oix4700m9e0v56y3hg4ty", + "setCard": { + "id": "clm4oix4700m9e0v56y3hg4ty", + "slug": "alp_polar_bears", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oirrp00m8e0v5a1c0354h", + "meta": { + "id": "clq3a0fdw00jcsh27zduyzqwq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts of extreme latitudes", + "subType": "Beast", + "rulesText": "Can move as if the top and bottom edges of the realm were connected.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oix4700m9e0v56y3hg4ty" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ojw3100mhe0v59uwffavm", + "slug": "porcupine_pufferfish", + "name": "Porcupine Pufferfish", + "hotscore": 1498, + "guardian": { + "id": "clq3a0g4v00jhsh271d3w39jc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary and prickly little Beast", + "subType": "Beast", + "rulesText": "Lethal, Submerge", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ojw3100mhe0v59uwffavm" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hp0b0192s67pk4piyind", + "slug": "bet_porcupine_pufferfish_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/porcupine_pufferfish.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "A remarkable thirteen pufferfish entries are found in Bog'duul’s Greater and Lesser Poisons and Their Uses.", + "cardId": "clm4ojw3100mhe0v59uwffavm", + "setCardId": "clot8hoyo0190s67p3oml5y6o", + "setCard": { + "id": "clot8hoyo0190s67p3oml5y6o", + "slug": "bet_porcupine_pufferfish", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ojw3100mhe0v59uwffavm", + "meta": { + "id": "clq3a0gck00jjsh270tcq5myl", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary and prickly little Beast", + "subType": "Beast", + "rulesText": "Lethal, Submerge", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hoyo0190s67p3oml5y6o" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hp200194s67p9forsoe3", + "slug": "bet_porcupine_pufferfish_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/porcupine_pufferfish-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "A remarkable thirteen pufferfish entries are found in Bog'duul’s Greater and Lesser Poisons and Their Uses.", + "cardId": "clm4ojw3100mhe0v59uwffavm", + "setCardId": "clot8hoyo0190s67p3oml5y6o", + "setCard": { + "id": "clot8hoyo0190s67p3oml5y6o", + "slug": "bet_porcupine_pufferfish", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ojw3100mhe0v59uwffavm", + "meta": { + "id": "clq3a0gck00jjsh270tcq5myl", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary and prickly little Beast", + "subType": "Beast", + "rulesText": "Lethal, Submerge", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hoyo0190s67p3oml5y6o" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ok3i900mje0v5f00y71qd", + "slug": "alp_porcupine_pufferfish_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/porcupine_pufferfish.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "A remarkable thirteen pufferfish entries are found in Bog'duul’s Greater and Lesser Poisons and Their Uses.", + "cardId": "clm4ojw3100mhe0v59uwffavm", + "setCardId": "clm4ok26r00mie0v53h6dfbe9", + "setCard": { + "id": "clm4ok26r00mie0v53h6dfbe9", + "slug": "alp_porcupine_pufferfish", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ojw3100mhe0v59uwffavm", + "meta": { + "id": "clq3a0g7300jish27y1ciqsmd", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary and prickly little Beast", + "subType": "Beast", + "rulesText": "Lethal, Submerge", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ok26r00mie0v53h6dfbe9" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4okaf200mke0v57iyzblx5", + "slug": "alp_porcupine_pufferfish_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/porcupine_pufferfish-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "A remarkable thirteen pufferfish entries are found in Bog'duul’s Greater and Lesser Poisons and Their Uses.", + "cardId": "clm4ojw3100mhe0v59uwffavm", + "setCardId": "clm4ok26r00mie0v53h6dfbe9", + "setCard": { + "id": "clm4ok26r00mie0v53h6dfbe9", + "slug": "alp_porcupine_pufferfish", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ojw3100mhe0v59uwffavm", + "meta": { + "id": "clq3a0g7300jish27y1ciqsmd", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary and prickly little Beast", + "subType": "Beast", + "rulesText": "Lethal, Submerge", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ok26r00mie0v53h6dfbe9" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4olj5500mte0v55nv0cwcf", + "slug": "sea_serpent", + "name": "Sea Serpent", + "hotscore": 412, + "guardian": { + "id": "clq3a0haa00jqsh27yxxh6zlb", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast bestrides the ocean", + "subType": "Beast", + "rulesText": "Submerge, Waterbound", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4olj5500mte0v55nv0cwcf" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hpzk019ns67phiiz22ul", + "slug": "bet_sea_serpent_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sea_serpent.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "The study of sea serpents advances one funeral at a time.", + "cardId": "clm4olj5500mte0v55nv0cwcf", + "setCardId": "clot8hpy0019ls67pq91819kv", + "setCard": { + "id": "clot8hpy0019ls67pq91819kv", + "slug": "bet_sea_serpent", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4olj5500mte0v55nv0cwcf", + "meta": { + "id": "clq3a0hjr00jssh27hx5ggmv6", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast bestrides the ocean", + "subType": "Beast", + "rulesText": "Submerge, Waterbound", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hpy0019ls67pq91819kv" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hq16019ps67pb2c0nqmh", + "slug": "bet_sea_serpent_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sea_serpent-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "The study of sea serpents advances one funeral at a time.", + "cardId": "clm4olj5500mte0v55nv0cwcf", + "setCardId": "clot8hpy0019ls67pq91819kv", + "setCard": { + "id": "clot8hpy0019ls67pq91819kv", + "slug": "bet_sea_serpent", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4olj5500mte0v55nv0cwcf", + "meta": { + "id": "clq3a0hjr00jssh27hx5ggmv6", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast bestrides the ocean", + "subType": "Beast", + "rulesText": "Submerge, Waterbound", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hpy0019ls67pq91819kv" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4olqmc00mve0v5f8t03kbj", + "slug": "alp_sea_serpent_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sea_serpent.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "The study of sea serpents advances one funeral at a time.", + "cardId": "clm4olj5500mte0v55nv0cwcf", + "setCardId": "clm4olp9o00mue0v5hd5wcr71", + "setCard": { + "id": "clm4olp9o00mue0v5hd5wcr71", + "slug": "alp_sea_serpent", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4olj5500mte0v55nv0cwcf", + "meta": { + "id": "clq3a0hcj00jrsh27aoktzwxy", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast bestrides the ocean", + "subType": "Beast", + "rulesText": "Submerge, Waterbound", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4olp9o00mue0v5hd5wcr71" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4om27z00mxe0v5avttedgn", + "slug": "alp_sea_serpent_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sea_serpent-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Vincent Pompetti", + "flavorText": "The study of sea serpents advances one funeral at a time.", + "cardId": "clm4olj5500mte0v55nv0cwcf", + "setCardId": "clm4olp9o00mue0v5hd5wcr71", + "setCard": { + "id": "clm4olp9o00mue0v5hd5wcr71", + "slug": "alp_sea_serpent", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4olj5500mte0v55nv0cwcf", + "meta": { + "id": "clq3a0hcj00jrsh27aoktzwxy", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast bestrides the ocean", + "subType": "Beast", + "rulesText": "Submerge, Waterbound", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4olp9o00mue0v5hd5wcr71" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4olx3k00mwe0v53i1khq17", + "slug": "alp_sea_serpent_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sea_serpent-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "The study of sea serpents advances one funeral at a time.", + "cardId": "clm4olj5500mte0v55nv0cwcf", + "setCardId": "clm4olp9o00mue0v5hd5wcr71", + "setCard": { + "id": "clm4olp9o00mue0v5hd5wcr71", + "slug": "alp_sea_serpent", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4olj5500mte0v55nv0cwcf", + "meta": { + "id": "clq3a0hcj00jrsh27aoktzwxy", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast bestrides the ocean", + "subType": "Beast", + "rulesText": "Submerge, Waterbound", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4olp9o00mue0v5hd5wcr71" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4om3ed00mye0v5b56hedrf", + "slug": "sedge_crabs", + "name": "Sedge Crabs", + "hotscore": 647, + "guardian": { + "id": "clq3a0hpe00jtsh275kv5igcp", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts that scrape and sidle", + "subType": "Beast", + "rulesText": "Can only move themselves sideways.", + "cost": 1, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4om3ed00mye0v5b56hedrf" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hqag019us67pabnt4k2o", + "slug": "bet_sedge_crabs_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sedge_crabs.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "“One will never make the crab walk straight.“\r\n— Aristophanes", + "cardId": "clm4om3ed00mye0v5b56hedrf", + "setCardId": "clot8hq8w019ss67p49lneysj", + "setCard": { + "id": "clot8hq8w019ss67p49lneysj", + "slug": "bet_sedge_crabs", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4om3ed00mye0v5b56hedrf", + "meta": { + "id": "clq3a0hzk00jvsh274uohy8qe", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts that scrape and sidle", + "subType": "Beast", + "rulesText": "Can only move themselves sideways.", + "cost": 1, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hq8w019ss67p49lneysj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hqby019ws67pr6w1dl11", + "slug": "bet_sedge_crabs_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sedge_crabs-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "“One will never make the crab walk straight.“\r\n— Aristophanes", + "cardId": "clm4om3ed00mye0v5b56hedrf", + "setCardId": "clot8hq8w019ss67p49lneysj", + "setCard": { + "id": "clot8hq8w019ss67p49lneysj", + "slug": "bet_sedge_crabs", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4om3ed00mye0v5b56hedrf", + "meta": { + "id": "clq3a0hzk00jvsh274uohy8qe", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts that scrape and sidle", + "subType": "Beast", + "rulesText": "Can only move themselves sideways.", + "cost": 1, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hq8w019ss67p49lneysj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oma7a00n0e0v5b63pff5r", + "slug": "alp_sedge_crabs_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sedge_crabs.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "“One will never make the crab walk straight.“\n— Aristophanes", + "cardId": "clm4om3ed00mye0v5b56hedrf", + "setCardId": "clm4om8vc00mze0v5089p15ec", + "setCard": { + "id": "clm4om8vc00mze0v5089p15ec", + "slug": "alp_sedge_crabs", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4om3ed00mye0v5b56hedrf", + "meta": { + "id": "clq3a0hrt00jush271855tlr8", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts that scrape and sidle", + "subType": "Beast", + "rulesText": "Can only move themselves sideways.", + "cost": 1, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4om8vc00mze0v5089p15ec" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ommfy00n2e0v5gz79dvea", + "slug": "alp_sedge_crabs_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sedge_crabs-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Ossi Hiekkala", + "flavorText": "“One will never make the crab walk straight.“\n— Aristophanes", + "cardId": "clm4om3ed00mye0v5b56hedrf", + "setCardId": "clm4om8vc00mze0v5089p15ec", + "setCard": { + "id": "clm4om8vc00mze0v5089p15ec", + "slug": "alp_sedge_crabs", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4om3ed00mye0v5b56hedrf", + "meta": { + "id": "clq3a0hrt00jush271855tlr8", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts that scrape and sidle", + "subType": "Beast", + "rulesText": "Can only move themselves sideways.", + "cost": 1, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4om8vc00mze0v5089p15ec" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4omgtv00n1e0v5166ndtfs", + "slug": "alp_sedge_crabs_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sedge_crabs-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "“One will never make the crab walk straight.“\n— Aristophanes", + "cardId": "clm4om3ed00mye0v5b56hedrf", + "setCardId": "clm4om8vc00mze0v5089p15ec", + "setCard": { + "id": "clm4om8vc00mze0v5089p15ec", + "slug": "alp_sedge_crabs", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4om3ed00mye0v5b56hedrf", + "meta": { + "id": "clq3a0hrt00jush271855tlr8", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts that scrape and sidle", + "subType": "Beast", + "rulesText": "Can only move themselves sideways.", + "cost": 1, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4om8vc00mze0v5089p15ec" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oo9p800nfe0v58hh1hhfk", + "slug": "swamp_buffalo", + "name": "Swamp Buffalo", + "hotscore": 408, + "guardian": { + "id": "clq3a0jah00k5sh27z3p6o2e1", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of ponderous proportions", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oo9p800nfe0v58hh1hhfk" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hrm501ams67pu4hzo17s", + "slug": "bet_swamp_buffalo_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/swamp_buffalo.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "Impassive, plump, and peaceful, the swamp buffalo is an icon of contentment.", + "cardId": "clm4oo9p800nfe0v58hh1hhfk", + "setCardId": "clot8hrkn01aks67p7aalchfq", + "setCard": { + "id": "clot8hrkn01aks67p7aalchfq", + "slug": "bet_swamp_buffalo", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oo9p800nfe0v58hh1hhfk", + "meta": { + "id": "clq3a0jkh00k7sh27lx7bx608", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of ponderous proportions", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hrkn01aks67p7aalchfq" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hrny01aos67plrye183o", + "slug": "bet_swamp_buffalo_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/swamp_buffalo-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "Impassive, plump, and peaceful, the swamp buffalo is an icon of contentment.", + "cardId": "clm4oo9p800nfe0v58hh1hhfk", + "setCardId": "clot8hrkn01aks67p7aalchfq", + "setCard": { + "id": "clot8hrkn01aks67p7aalchfq", + "slug": "bet_swamp_buffalo", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oo9p800nfe0v58hh1hhfk", + "meta": { + "id": "clq3a0jkh00k7sh27lx7bx608", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of ponderous proportions", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hrkn01aks67p7aalchfq" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oogap00nhe0v56ql351tv", + "slug": "alp_swamp_buffalo_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/swamp_buffalo.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "Impassive, plump, and peaceful, the swamp buffalo is an icon of contentment.", + "cardId": "clm4oo9p800nfe0v58hh1hhfk", + "setCardId": "clm4ooezq00nge0v5ft9ydf8b", + "setCard": { + "id": "clm4ooezq00nge0v5ft9ydf8b", + "slug": "alp_swamp_buffalo", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oo9p800nfe0v58hh1hhfk", + "meta": { + "id": "clq3a0jcz00k6sh27om2emy1h", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of ponderous proportions", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ooezq00nge0v5ft9ydf8b" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oorrr00nje0v52370e3ev", + "slug": "alp_swamp_buffalo_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/swamp_buffalo-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jussi Pylkäs", + "flavorText": "Impassive, plump, and peaceful, the swamp buffalo is an icon of contentment.", + "cardId": "clm4oo9p800nfe0v58hh1hhfk", + "setCardId": "clm4ooezq00nge0v5ft9ydf8b", + "setCard": { + "id": "clm4ooezq00nge0v5ft9ydf8b", + "slug": "alp_swamp_buffalo", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oo9p800nfe0v58hh1hhfk", + "meta": { + "id": "clq3a0jcz00k6sh27om2emy1h", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of ponderous proportions", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ooezq00nge0v5ft9ydf8b" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oomj500nie0v52bhm5l6e", + "slug": "alp_swamp_buffalo_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/swamp_buffalo-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "Impassive, plump, and peaceful, the swamp buffalo is an icon of contentment.", + "cardId": "clm4oo9p800nfe0v58hh1hhfk", + "setCardId": "clm4ooezq00nge0v5ft9ydf8b", + "setCard": { + "id": "clm4ooezq00nge0v5ft9ydf8b", + "slug": "alp_swamp_buffalo", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oo9p800nfe0v58hh1hhfk", + "meta": { + "id": "clq3a0jcz00k6sh27om2emy1h", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of ponderous proportions", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ooezq00nge0v5ft9ydf8b" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oosw700nke0v5e9445jry", + "slug": "swan_maidens", + "name": "Swan Maidens", + "hotscore": 442, + "guardian": { + "id": "clq3a0jqv00k8sh27ki027pdu", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals of eerie grace", + "subType": "Mortal", + "rulesText": "Airborne, Submerge", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oosw700nke0v5e9445jry" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hryx01ats67pxivwrkpv", + "slug": "bet_swan_maidens_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/swan_maidens.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "Before woman was, the water awaited her.", + "cardId": "clm4oosw700nke0v5e9445jry", + "setCardId": "clot8hrxd01ars67pcawzsqzg", + "setCard": { + "id": "clot8hrxd01ars67pcawzsqzg", + "slug": "bet_swan_maidens", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oosw700nke0v5e9445jry", + "meta": { + "id": "clq3a0k0h00kash27dgovixsz", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals of eerie grace", + "subType": "Mortal", + "rulesText": "Airborne, Submerge", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hrxd01ars67pcawzsqzg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hs0g01avs67pow29in3p", + "slug": "bet_swan_maidens_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/swan_maidens-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "Before woman was, the water awaited her.", + "cardId": "clm4oosw700nke0v5e9445jry", + "setCardId": "clot8hrxd01ars67pcawzsqzg", + "setCard": { + "id": "clot8hrxd01ars67pcawzsqzg", + "slug": "bet_swan_maidens", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oosw700nke0v5e9445jry", + "meta": { + "id": "clq3a0k0h00kash27dgovixsz", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals of eerie grace", + "subType": "Mortal", + "rulesText": "Airborne, Submerge", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hrxd01ars67pcawzsqzg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4op0ew00nme0v5fwglek2m", + "slug": "alp_swan_maidens_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/swan_maidens.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "Before woman was, the water awaited her.", + "cardId": "clm4oosw700nke0v5e9445jry", + "setCardId": "clm4ooz3u00nle0v5e1xi4sxd", + "setCard": { + "id": "clm4ooz3u00nle0v5e1xi4sxd", + "slug": "alp_swan_maidens", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oosw700nke0v5e9445jry", + "meta": { + "id": "clq3a0jt300k9sh27ki0focab", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals of eerie grace", + "subType": "Mortal", + "rulesText": "Airborne, Submerge", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ooz3u00nle0v5e1xi4sxd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4opdne00noe0v57c20fo5b", + "slug": "alp_swan_maidens_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/swan_maidens-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Ossi Hiekkala", + "flavorText": "Before woman was, the water awaited her.", + "cardId": "clm4oosw700nke0v5e9445jry", + "setCardId": "clm4ooz3u00nle0v5e1xi4sxd", + "setCard": { + "id": "clm4ooz3u00nle0v5e1xi4sxd", + "slug": "alp_swan_maidens", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oosw700nke0v5e9445jry", + "meta": { + "id": "clq3a0jt300k9sh27ki0focab", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals of eerie grace", + "subType": "Mortal", + "rulesText": "Airborne, Submerge", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ooz3u00nle0v5e1xi4sxd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4op7tl00nne0v5amdwf94f", + "slug": "alp_swan_maidens_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/swan_maidens-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "Before woman was, the water awaited her.", + "cardId": "clm4oosw700nke0v5e9445jry", + "setCardId": "clm4ooz3u00nle0v5e1xi4sxd", + "setCard": { + "id": "clm4ooz3u00nle0v5e1xi4sxd", + "slug": "alp_swan_maidens", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oosw700nke0v5e9445jry", + "meta": { + "id": "clq3a0jt300k9sh27ki0focab", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals of eerie grace", + "subType": "Mortal", + "rulesText": "Airborne, Submerge", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ooz3u00nle0v5e1xi4sxd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oqizv00nye0v58cjl3np2", + "slug": "tufted_turtles", + "name": "Tufted Turtles", + "hotscore": 2590, + "guardian": { + "id": "clq3a0l1f00khsh27o6qiphvz", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with plated pelt", + "subType": "Beast", + "rulesText": "The first time Tuft Turtles would take damage each turn, prevent that damage.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oqizv00nye0v58cjl3np2" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hsx601bes67px93eq01t", + "slug": "bet_tufted_turtles_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/tufted_turtles.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "A turtle is never without a castle—or a coffin.", + "cardId": "clm4oqizv00nye0v58cjl3np2", + "setCardId": "clot8hsvo01bcs67pbe9ew5h1", + "setCard": { + "id": "clot8hsvo01bcs67pbe9ew5h1", + "slug": "bet_tufted_turtles", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oqizv00nye0v58cjl3np2", + "meta": { + "id": "clq3a0l9f00kjsh27rdtd08te", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with plated pelt", + "subType": "Beast", + "rulesText": "The first time Tuft Turtles would take damage each turn, prevent that damage.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hsvo01bcs67pbe9ew5h1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hsyp01bgs67pvpvn01i9", + "slug": "bet_tufted_turtles_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/tufted_turtles-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "A turtle is never without a castle—or a coffin.", + "cardId": "clm4oqizv00nye0v58cjl3np2", + "setCardId": "clot8hsvo01bcs67pbe9ew5h1", + "setCard": { + "id": "clot8hsvo01bcs67pbe9ew5h1", + "slug": "bet_tufted_turtles", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oqizv00nye0v58cjl3np2", + "meta": { + "id": "clq3a0l9f00kjsh27rdtd08te", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with plated pelt", + "subType": "Beast", + "rulesText": "The first time Tuft Turtles would take damage each turn, prevent that damage.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hsvo01bcs67pbe9ew5h1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oqpzq00o0e0v51555bzq0", + "slug": "alp_tufted_turtles_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tufted_turtles.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "A turtle is never without a castle—or a coffin.", + "cardId": "clm4oqizv00nye0v58cjl3np2", + "setCardId": "clm4oqokh00nze0v5a2qub0lx", + "setCard": { + "id": "clm4oqokh00nze0v5a2qub0lx", + "slug": "alp_tufted_turtles", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oqizv00nye0v58cjl3np2", + "meta": { + "id": "clq3a0l3r00kish27bssbil2d", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with plated pelt", + "subType": "Beast", + "rulesText": "The first time Tuft Turtles would take damage each turn, prevent that damage.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oqokh00nze0v5a2qub0lx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oqxa300o1e0v58fm8f31t", + "slug": "alp_tufted_turtles_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tufted_turtles-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "A turtle is never without a castle—or a coffin.", + "cardId": "clm4oqizv00nye0v58cjl3np2", + "setCardId": "clm4oqokh00nze0v5a2qub0lx", + "setCard": { + "id": "clm4oqokh00nze0v5a2qub0lx", + "slug": "alp_tufted_turtles", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oqizv00nye0v58cjl3np2", + "meta": { + "id": "clq3a0l3r00kish27bssbil2d", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with plated pelt", + "subType": "Beast", + "rulesText": "The first time Tuft Turtles would take damage each turn, prevent that damage.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oqokh00nze0v5a2qub0lx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_water_ordinary_site_cards.json b/data/beta_water_ordinary_site_cards.json new file mode 100644 index 0000000..cf2aab2 --- /dev/null +++ b/data/beta_water_ordinary_site_cards.json @@ -0,0 +1,680 @@ +[ + { + "id": "clm4qg4fp011ae0v5aegvd8jg", + "slug": "autumn_river", + "name": "Autumn River", + "hotscore": 3654, + "guardian": { + "id": "clq3a1th600tpsh272zfkiome", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of refreshment", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qg4fp011ae0v5aegvd8jg" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8iscl01wvs67pj1tiz98k", + "slug": "bet_autumn_river_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/autumn_river.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qg4fp011ae0v5aegvd8jg", + "setCardId": "clot8isay01wts67p08ppolrg", + "setCard": { + "id": "clot8isay01wts67p08ppolrg", + "slug": "bet_autumn_river", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qg4fp011ae0v5aegvd8jg", + "meta": { + "id": "clq3a1trd00trsh274f7yh41z", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of refreshment", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8isay01wts67p08ppolrg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ise801wxs67pb9lqqbw9", + "slug": "bet_autumn_river_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/autumn_river-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qg4fp011ae0v5aegvd8jg", + "setCardId": "clot8isay01wts67p08ppolrg", + "setCard": { + "id": "clot8isay01wts67p08ppolrg", + "slug": "bet_autumn_river", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qg4fp011ae0v5aegvd8jg", + "meta": { + "id": "clq3a1trd00trsh274f7yh41z", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of refreshment", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8isay01wts67p08ppolrg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qgbnu011ce0v5g1973psq", + "slug": "alp_autumn_river_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/autumn_river.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qg4fp011ae0v5aegvd8jg", + "setCardId": "clm4qgacu011be0v5gdk6dx6e", + "setCard": { + "id": "clm4qgacu011be0v5gdk6dx6e", + "slug": "alp_autumn_river", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qg4fp011ae0v5aegvd8jg", + "meta": { + "id": "clq3a1tji00tqsh279515coaq", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of refreshment", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qgacu011be0v5gdk6dx6e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qgo4p011ee0v56f01cdha", + "slug": "alp_autumn_river_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/autumn_river-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qg4fp011ae0v5aegvd8jg", + "setCardId": "clm4qgacu011be0v5gdk6dx6e", + "setCard": { + "id": "clm4qgacu011be0v5gdk6dx6e", + "slug": "alp_autumn_river", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qg4fp011ae0v5aegvd8jg", + "meta": { + "id": "clq3a1tji00tqsh279515coaq", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of refreshment", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qgacu011be0v5gdk6dx6e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qgi4s011de0v5190ngumj", + "slug": "alp_autumn_river_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/autumn_river-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qg4fp011ae0v5aegvd8jg", + "setCardId": "clm4qgacu011be0v5gdk6dx6e", + "setCard": { + "id": "clm4qgacu011be0v5gdk6dx6e", + "slug": "alp_autumn_river", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qg4fp011ae0v5aegvd8jg", + "meta": { + "id": "clq3a1tji00tqsh279515coaq", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of refreshment", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qgacu011be0v5gdk6dx6e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qiyb0011ye0v51bavhsoo", + "slug": "spring_river", + "name": "Spring River", + "hotscore": 3324, + "guardian": { + "id": "clq3a1vn900u4sh27ez05agoq", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of rejuvenation", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qiyb0011ye0v51bavhsoo" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8itym01xus67pdj5rl9af", + "slug": "bet_spring_river_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/spring_river.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qiyb0011ye0v51bavhsoo", + "setCardId": "clot8itx401xss67pbav5nmqj", + "setCard": { + "id": "clot8itx401xss67pbav5nmqj", + "slug": "bet_spring_river", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qiyb0011ye0v51bavhsoo", + "meta": { + "id": "clq3a1vx400u6sh27h00vkwzp", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of rejuvenation", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8itx401xss67pbav5nmqj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iu0501xws67plhnz43nm", + "slug": "bet_spring_river_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/spring_river-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qiyb0011ye0v51bavhsoo", + "setCardId": "clot8itx401xss67pbav5nmqj", + "setCard": { + "id": "clot8itx401xss67pbav5nmqj", + "slug": "bet_spring_river", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qiyb0011ye0v51bavhsoo", + "meta": { + "id": "clq3a1vx400u6sh27h00vkwzp", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of rejuvenation", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8itx401xss67pbav5nmqj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qj5nm0120e0v553nzbfhk", + "slug": "alp_spring_river_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spring_river.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qiyb0011ye0v51bavhsoo", + "setCardId": "clm4qj4ce011ze0v53hou3b3k", + "setCard": { + "id": "clm4qj4ce011ze0v53hou3b3k", + "slug": "alp_spring_river", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qiyb0011ye0v51bavhsoo", + "meta": { + "id": "clq3a1vpn00u5sh27ol8bhh6e", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of rejuvenation", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qj4ce011ze0v53hou3b3k" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qjiek0122e0v52g6r19t8", + "slug": "alp_spring_river_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spring_river-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qiyb0011ye0v51bavhsoo", + "setCardId": "clm4qj4ce011ze0v53hou3b3k", + "setCard": { + "id": "clm4qj4ce011ze0v53hou3b3k", + "slug": "alp_spring_river", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qiyb0011ye0v51bavhsoo", + "meta": { + "id": "clq3a1vpn00u5sh27ol8bhh6e", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of rejuvenation", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qj4ce011ze0v53hou3b3k" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qjcte0121e0v52fgc6wyt", + "slug": "alp_spring_river_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spring_river-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qiyb0011ye0v51bavhsoo", + "setCardId": "clm4qj4ce011ze0v53hou3b3k", + "setCard": { + "id": "clm4qj4ce011ze0v53hou3b3k", + "slug": "alp_spring_river", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qiyb0011ye0v51bavhsoo", + "meta": { + "id": "clq3a1vpn00u5sh27ol8bhh6e", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of rejuvenation", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qj4ce011ze0v53hou3b3k" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qjjiq0123e0v56o0y7b78", + "slug": "summer_river", + "name": "Summer River", + "hotscore": 2971, + "guardian": { + "id": "clq3a1w2u00u7sh27ozrtol2d", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of renewal", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qjjiq0123e0v56o0y7b78" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8iuci01y1s67psl0en2bu", + "slug": "bet_summer_river_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/summer_river.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qjjiq0123e0v56o0y7b78", + "setCardId": "clot8iuaz01xzs67p0zi02cvw", + "setCard": { + "id": "clot8iuaz01xzs67p0zi02cvw", + "slug": "bet_summer_river", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qjjiq0123e0v56o0y7b78", + "meta": { + "id": "clq3a1wct00u9sh27oqpf7bi9", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of renewal", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iuaz01xzs67p0zi02cvw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iue101y3s67p3vaxzyhm", + "slug": "bet_summer_river_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/summer_river-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qjjiq0123e0v56o0y7b78", + "setCardId": "clot8iuaz01xzs67p0zi02cvw", + "setCard": { + "id": "clot8iuaz01xzs67p0zi02cvw", + "slug": "bet_summer_river", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qjjiq0123e0v56o0y7b78", + "meta": { + "id": "clq3a1wct00u9sh27oqpf7bi9", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of renewal", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iuaz01xzs67p0zi02cvw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qjqio0125e0v58tlv7zy0", + "slug": "alp_summer_river_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/summer_river.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qjjiq0123e0v56o0y7b78", + "setCardId": "clm4qjp7j0124e0v5engkfr1k", + "setCard": { + "id": "clm4qjp7j0124e0v5engkfr1k", + "slug": "alp_summer_river", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qjjiq0123e0v56o0y7b78", + "meta": { + "id": "clq3a1w5500u8sh276d3bxc3o", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of renewal", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qjp7j0124e0v5engkfr1k" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qk2mc0127e0v5e6djfcyq", + "slug": "alp_summer_river_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/summer_river-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qjjiq0123e0v56o0y7b78", + "setCardId": "clm4qjp7j0124e0v5engkfr1k", + "setCard": { + "id": "clm4qjp7j0124e0v5engkfr1k", + "slug": "alp_summer_river", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qjjiq0123e0v56o0y7b78", + "meta": { + "id": "clq3a1w5500u8sh276d3bxc3o", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of renewal", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qjp7j0124e0v5engkfr1k" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qjx7j0126e0v50u5438k7", + "slug": "alp_summer_river_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/summer_river-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qjjiq0123e0v56o0y7b78", + "setCardId": "clm4qjp7j0124e0v5engkfr1k", + "setCard": { + "id": "clm4qjp7j0124e0v5engkfr1k", + "slug": "alp_summer_river", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qjjiq0123e0v56o0y7b78", + "meta": { + "id": "clq3a1w5500u8sh276d3bxc3o", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of renewal", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qjp7j0124e0v5engkfr1k" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_water_unique_aura_cards.json b/data/beta_water_unique_aura_cards.json new file mode 100644 index 0000000..5db11c6 --- /dev/null +++ b/data/beta_water_unique_aura_cards.json @@ -0,0 +1,189 @@ +[ + { + "id": "clm4p3obs00qve0v57fn7ez3n", + "slug": "atlantean_fate", + "name": "Atlantean Fate", + "hotscore": 6069, + "guardian": { + "id": "clq3a0ur500mhsh27llqfn6v2", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura of hubris humbled", + "subType": "", + "rulesText": "Affected non-Ordinary sites are flooded. They are water sites, only provide Water threshold, and lose all other abilities.\r\n\r\nGenesis → Submerge all minions and artifacts atop affected sites.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p3obs00qve0v57fn7ez3n" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8i0nr01g2s67pcdqkaa4e", + "slug": "bet_atlantean_fate_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/atlantean_fate.png", + "finish": "Standard", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4p3obs00qve0v57fn7ez3n", + "setCardId": "clot8i0m901g0s67p947b3fpn", + "setCard": { + "id": "clot8i0m901g0s67p947b3fpn", + "slug": "bet_atlantean_fate", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p3obs00qve0v57fn7ez3n", + "meta": { + "id": "clq3a0uza00mjsh27x1w128d9", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura of hubris humbled", + "subType": "", + "rulesText": "Affected non-Ordinary sites are flooded. They are water sites, only provide Water threshold, and lose all other abilities.\r\n\r\nGenesis → Submerge all minions and artifacts atop affected sites.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i0m901g0s67p947b3fpn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i0pi01g4s67p8zlle0bh", + "slug": "bet_atlantean_fate_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/atlantean_fate-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4p3obs00qve0v57fn7ez3n", + "setCardId": "clot8i0m901g0s67p947b3fpn", + "setCard": { + "id": "clot8i0m901g0s67p947b3fpn", + "slug": "bet_atlantean_fate", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p3obs00qve0v57fn7ez3n", + "meta": { + "id": "clq3a0uza00mjsh27x1w128d9", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura of hubris humbled", + "subType": "", + "rulesText": "Affected non-Ordinary sites are flooded. They are water sites, only provide Water threshold, and lose all other abilities.\r\n\r\nGenesis → Submerge all minions and artifacts atop affected sites.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i0m901g0s67p947b3fpn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p3w8700qxe0v52v2xb4po", + "slug": "alp_atlantean_fate_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/atlantean_fate.png", + "finish": "Standard", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4p3obs00qve0v57fn7ez3n", + "setCardId": "clm4p3ux500qwe0v5a0iu1i0c", + "setCard": { + "id": "clm4p3ux500qwe0v5a0iu1i0c", + "slug": "alp_atlantean_fate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p3obs00qve0v57fn7ez3n", + "meta": { + "id": "clq3a0uti00mish27wc06yy9g", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura of hubris humbled", + "subType": "", + "rulesText": "Affected non-Ordinary sites are flooded. They are water sites, only provide Water threshold, and lose all other abilities.\nGenesis → Submerge all minions and artifacts atop affected sites.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p3ux500qwe0v5a0iu1i0c" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p432e00qye0v5egvzfcl8", + "slug": "alp_atlantean_fate_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/atlantean_fate-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4p3obs00qve0v57fn7ez3n", + "setCardId": "clm4p3ux500qwe0v5a0iu1i0c", + "setCard": { + "id": "clm4p3ux500qwe0v5a0iu1i0c", + "slug": "alp_atlantean_fate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p3obs00qve0v57fn7ez3n", + "meta": { + "id": "clq3a0uti00mish27wc06yy9g", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura of hubris humbled", + "subType": "", + "rulesText": "Affected non-Ordinary sites are flooded. They are water sites, only provide Water threshold, and lose all other abilities.\nGenesis → Submerge all minions and artifacts atop affected sites.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p3ux500qwe0v5a0iu1i0c" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_water_unique_magic_cards.json b/data/beta_water_unique_magic_cards.json new file mode 100644 index 0000000..c06062a --- /dev/null +++ b/data/beta_water_unique_magic_cards.json @@ -0,0 +1,376 @@ +[ + { + "id": "clm4oxp6l00pke0v5ejf490g3", + "slug": "plague_of_frogs", + "name": "Plague of Frogs", + "hotscore": 2253, + "guardian": { + "id": "clq3a0qc800lksh27349gza6t", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic in its most annoying form", + "subType": "", + "rulesText": "Summon seven Frog tokens.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oxp6l00pke0v5ejf490g3" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hx2t01dxs67p1dic5zhs", + "slug": "bet_plague_of_frogs_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/plague_of_frogs.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "No more chilling a sound than a congress of croaks, and the splitter splatter of slimy feet.", + "cardId": "clm4oxp6l00pke0v5ejf490g3", + "setCardId": "clot8hx1001dvs67plkst5wq6", + "setCard": { + "id": "clot8hx1001dvs67plkst5wq6", + "slug": "bet_plague_of_frogs", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oxp6l00pke0v5ejf490g3", + "meta": { + "id": "clq3a0qkg00lmsh275no55900", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic in its most annoying form", + "subType": "", + "rulesText": "Summon seven Frog tokens.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hx1001dvs67plkst5wq6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hx4d01dzs67pa06aswpr", + "slug": "bet_plague_of_frogs_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/plague_of_frogs-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "No more chilling a sound than a congress of croaks, and the splitter splatter of slimy feet.", + "cardId": "clm4oxp6l00pke0v5ejf490g3", + "setCardId": "clot8hx1001dvs67plkst5wq6", + "setCard": { + "id": "clot8hx1001dvs67plkst5wq6", + "slug": "bet_plague_of_frogs", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oxp6l00pke0v5ejf490g3", + "meta": { + "id": "clq3a0qkg00lmsh275no55900", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic in its most annoying form", + "subType": "", + "rulesText": "Summon seven Frog tokens.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hx1001dvs67plkst5wq6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oxw9700pme0v55t628b6p", + "slug": "alp_plague_of_frogs_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/plague_of_frogs.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "No more chilling a sound than a congress of croaks, and the splitter splatter of slimy feet.", + "cardId": "clm4oxp6l00pke0v5ejf490g3", + "setCardId": "clm4oxuy400ple0v50pby9zjd", + "setCard": { + "id": "clm4oxuy400ple0v50pby9zjd", + "slug": "alp_plague_of_frogs", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oxp6l00pke0v5ejf490g3", + "meta": { + "id": "clq3a0qek00llsh27oa3aebnd", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic in its most annoying form", + "subType": "", + "rulesText": "Summon seven Frog tokens.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oxuy400ple0v50pby9zjd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oy3bc00pne0v5e31ta86j", + "slug": "alp_plague_of_frogs_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/plague_of_frogs-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "No more chilling a sound than a congress of croaks, and the splitter splatter of slimy feet.", + "cardId": "clm4oxp6l00pke0v5ejf490g3", + "setCardId": "clm4oxuy400ple0v50pby9zjd", + "setCard": { + "id": "clm4oxuy400ple0v50pby9zjd", + "slug": "alp_plague_of_frogs", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oxp6l00pke0v5ejf490g3", + "meta": { + "id": "clq3a0qek00llsh27oa3aebnd", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic in its most annoying form", + "subType": "", + "rulesText": "Summon seven Frog tokens.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oxuy400ple0v50pby9zjd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p1hzr00qde0v52rdog247", + "slug": "twist_of_fate", + "name": "Twist of Fate", + "hotscore": 655, + "guardian": { + "id": "clq3a0t3e00m5sh27yhe4n2nz", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic to reverse one's fortunes", + "subType": "", + "rulesText": "Exchange life totals with target opponent. (X) is the difference between your life totals.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p1hzr00qde0v52rdog247" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hzcm01fas67pbk39milx", + "slug": "bet_twist_of_fate_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/twist_of_fate.png", + "finish": "Standard", + "product": "Booster", + "artist": "Santiago Caruso", + "flavorText": "", + "cardId": "clm4p1hzr00qde0v52rdog247", + "setCardId": "clot8hzb401f8s67pxih2jxyo", + "setCard": { + "id": "clot8hzb401f8s67pxih2jxyo", + "slug": "bet_twist_of_fate", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p1hzr00qde0v52rdog247", + "meta": { + "id": "clq3a0tbj00m7sh2748696ktf", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic to reverse one's fortunes", + "subType": "", + "rulesText": "Exchange life totals with target opponent. (X) is the difference between your life totals.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hzb401f8s67pxih2jxyo" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hze501fcs67pk01y9kds", + "slug": "bet_twist_of_fate_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/twist_of_fate-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Santiago Caruso", + "flavorText": "", + "cardId": "clm4p1hzr00qde0v52rdog247", + "setCardId": "clot8hzb401f8s67pxih2jxyo", + "setCard": { + "id": "clot8hzb401f8s67pxih2jxyo", + "slug": "bet_twist_of_fate", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p1hzr00qde0v52rdog247", + "meta": { + "id": "clq3a0tbj00m7sh2748696ktf", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic to reverse one's fortunes", + "subType": "", + "rulesText": "Exchange life totals with target opponent. (X) is the difference between your life totals.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hzb401f8s67pxih2jxyo" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p1oq900qfe0v5aonf1lp0", + "slug": "alp_twist_of_fate_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/twist_of_fate.png", + "finish": "Standard", + "product": "Booster", + "artist": "Santiago Caruso", + "flavorText": "", + "cardId": "clm4p1hzr00qde0v52rdog247", + "setCardId": "clm4p1nf000qee0v5dflbgd64", + "setCard": { + "id": "clm4p1nf000qee0v5dflbgd64", + "slug": "alp_twist_of_fate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p1hzr00qde0v52rdog247", + "meta": { + "id": "clq3a0t5q00m6sh27reh4f0mu", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic to reverse one's fortunes", + "subType": "", + "rulesText": "Exchange life totals with target opponent. (X) is the difference between your life totals.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p1nf000qee0v5dflbgd64" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p1vu100qge0v5eak65fxd", + "slug": "alp_twist_of_fate_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/twist_of_fate-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Santiago Caruso", + "flavorText": "", + "cardId": "clm4p1hzr00qde0v52rdog247", + "setCardId": "clm4p1nf000qee0v5dflbgd64", + "setCard": { + "id": "clm4p1nf000qee0v5dflbgd64", + "slug": "alp_twist_of_fate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p1hzr00qde0v52rdog247", + "meta": { + "id": "clq3a0t5q00m6sh27reh4f0mu", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic to reverse one's fortunes", + "subType": "", + "rulesText": "Exchange life totals with target opponent. (X) is the difference between your life totals.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p1nf000qee0v5dflbgd64" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_water_unique_minion_cards.json b/data/beta_water_unique_minion_cards.json new file mode 100644 index 0000000..debc13e --- /dev/null +++ b/data/beta_water_unique_minion_cards.json @@ -0,0 +1,976 @@ +[ + { + "id": "clm4o7wjy00jxe0v558hm035o", + "slug": "captain_baldassare", + "name": "Captain Baldassare", + "hotscore": 2185, + "guardian": { + "id": "clq3a07dq00hpsh27s2ff855v", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of seafaring infamy", + "subType": "Mortal", + "rulesText": "Whenever Captain Baldassare attacks a unit or site, the defending player discards their topmost three spells. You may cast each of those spells once this turn, ignoring threshold requirements.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4o7wjy00jxe0v558hm035o" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hi63014zs67pwxgawb04", + "slug": "bet_captain_baldassare_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/captain_baldassare.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4o7wjy00jxe0v558hm035o", + "setCardId": "clot8hi4l014xs67pgcb33xdf", + "setCard": { + "id": "clot8hi4l014xs67pgcb33xdf", + "slug": "bet_captain_baldassare", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o7wjy00jxe0v558hm035o", + "meta": { + "id": "clq3a07ls00hrsh27wv7zqof9", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of seafaring infamy", + "subType": "Mortal", + "rulesText": "Whenever Captain Baldassare attacks a unit or site, the defending player discards their topmost three spells. You may cast each of those spells once this turn, ignoring threshold requirements.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hi4l014xs67pgcb33xdf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hi7l0151s67pvnj67591", + "slug": "bet_captain_baldassare_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/captain_baldassare-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4o7wjy00jxe0v558hm035o", + "setCardId": "clot8hi4l014xs67pgcb33xdf", + "setCard": { + "id": "clot8hi4l014xs67pgcb33xdf", + "slug": "bet_captain_baldassare", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o7wjy00jxe0v558hm035o", + "meta": { + "id": "clq3a07ls00hrsh27wv7zqof9", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of seafaring infamy", + "subType": "Mortal", + "rulesText": "Whenever Captain Baldassare attacks a unit or site, the defending player discards their topmost three spells. You may cast each of those spells once this turn, ignoring threshold requirements.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hi4l014xs67pgcb33xdf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o83jl00jze0v51jvg3g1p", + "slug": "alp_captain_baldassare_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/captain_baldassare.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4o7wjy00jxe0v558hm035o", + "setCardId": "clm4o826600jye0v5cp4w8zxg", + "setCard": { + "id": "clm4o826600jye0v5cp4w8zxg", + "slug": "alp_captain_baldassare", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o7wjy00jxe0v558hm035o", + "meta": { + "id": "clq3a07g300hqsh27cow3b39p", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of seafaring infamy", + "subType": "Mortal", + "rulesText": "Whenever Captain Baldassare attacks a unit or site, the defending player discards their topmost three spells. You may cast each of those spells once this turn, ignoring threshold requirements.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o826600jye0v5cp4w8zxg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o8b7p00k0e0v58o3obkli", + "slug": "alp_captain_baldassare_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/captain_baldassare-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4o7wjy00jxe0v558hm035o", + "setCardId": "clm4o826600jye0v5cp4w8zxg", + "setCard": { + "id": "clm4o826600jye0v5cp4w8zxg", + "slug": "alp_captain_baldassare", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o7wjy00jxe0v558hm035o", + "meta": { + "id": "clq3a07g300hqsh27cow3b39p", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of seafaring infamy", + "subType": "Mortal", + "rulesText": "Whenever Captain Baldassare attacks a unit or site, the defending player discards their topmost three spells. You may cast each of those spells once this turn, ignoring threshold requirements.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o826600jye0v5cp4w8zxg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4odnn200l4e0v5fgyp3ap2", + "slug": "great_old_one", + "name": "Great Old One", + "hotscore": 2296, + "guardian": { + "id": "clq3a0bek00ijsh2720b9k2jz", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Monster drowns the cosmos", + "subType": "Monster", + "rulesText": "Submerge\r\n\r\nGenesis → Permanently flood the entire realm, including voids.", + "cost": 8, + "attack": 16, + "defense": 16, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4odnn200l4e0v5fgyp3ap2" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hli8016xs67px2xhns4f", + "slug": "bet_great_old_one_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/great_old_one.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What lurks beneath depths unplumbed by mortal keel! Dark and darker black tides roll, heedless of earth's cries for ransom.", + "cardId": "clm4odnn200l4e0v5fgyp3ap2", + "setCardId": "clot8hlgk016vs67pnteeza3e", + "setCard": { + "id": "clot8hlgk016vs67pnteeza3e", + "slug": "bet_great_old_one", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4odnn200l4e0v5fgyp3ap2", + "meta": { + "id": "clq3a0bmq00ilsh27moeo0bw8", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Monster drowns the cosmos", + "subType": "Monster", + "rulesText": "Submerge\r\n\r\nGenesis → Permanently flood the entire realm, including voids.", + "cost": 8, + "attack": 16, + "defense": 16, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hlgk016vs67pnteeza3e" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hljs016zs67pv3tlb927", + "slug": "bet_great_old_one_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/great_old_one-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What lurks beneath depths unplumbed by mortal keel! Dark and darker black tides roll, heedless of earth's cries for ransom.", + "cardId": "clm4odnn200l4e0v5fgyp3ap2", + "setCardId": "clot8hlgk016vs67pnteeza3e", + "setCard": { + "id": "clot8hlgk016vs67pnteeza3e", + "slug": "bet_great_old_one", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4odnn200l4e0v5fgyp3ap2", + "meta": { + "id": "clq3a0bmq00ilsh27moeo0bw8", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Monster drowns the cosmos", + "subType": "Monster", + "rulesText": "Submerge\r\n\r\nGenesis → Permanently flood the entire realm, including voids.", + "cost": 8, + "attack": 16, + "defense": 16, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hlgk016vs67pnteeza3e" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4odw8a00l6e0v569hq7akk", + "slug": "alp_great_old_one_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/great_old_one.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What lurks beneath depths unplumbed by mortal keel! Dark and darker black tides roll, heedless of earth's cries for ransom.", + "cardId": "clm4odnn200l4e0v5fgyp3ap2", + "setCardId": "clm4oduvd00l5e0v52i9v6zcl", + "setCard": { + "id": "clm4oduvd00l5e0v52i9v6zcl", + "slug": "alp_great_old_one", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4odnn200l4e0v5fgyp3ap2", + "meta": { + "id": "clq3a0bgw00iksh27d5pyj602", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Monster drowns the cosmos", + "subType": "Monster", + "rulesText": "Submerge\n\nGenesis → Permanently flood the entire realm, including voids.", + "cost": 8, + "attack": 16, + "defense": 16, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oduvd00l5e0v52i9v6zcl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oe3zo00l7e0v59ksz0o10", + "slug": "alp_great_old_one_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/great_old_one-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What lurks beneath depths unplumbed by mortal keel! Dark and darker black tides roll, heedless of earth's cries for ransom.", + "cardId": "clm4odnn200l4e0v5fgyp3ap2", + "setCardId": "clm4oduvd00l5e0v52i9v6zcl", + "setCard": { + "id": "clm4oduvd00l5e0v52i9v6zcl", + "slug": "alp_great_old_one", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4odnn200l4e0v5fgyp3ap2", + "meta": { + "id": "clq3a0bgw00iksh27d5pyj602", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Monster drowns the cosmos", + "subType": "Monster", + "rulesText": "Submerge\n\nGenesis → Permanently flood the entire realm, including voids.", + "cost": 8, + "attack": 16, + "defense": 16, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oduvd00l5e0v52i9v6zcl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oeuav00lde0v55g7ncy77", + "slug": "lord_of_unland", + "name": "Lord of Unland", + "hotscore": 1734, + "guardian": { + "id": "clq3a0ccf00iqsh27s0cc099p", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Merfolk of aquatic might", + "subType": "Merfolk", + "rulesText": "Submerge \r\n\r\nOther allies occupying Lord of Unland's body of water have +1 power.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oeuav00lde0v55g7ncy77" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hm55017bs67pcxsjnw71", + "slug": "bet_lord_of_unland_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lord_of_unland.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "The Ocean-Mist that bends, that binds, nor' east sou' west the rolling tides.", + "cardId": "clm4oeuav00lde0v55g7ncy77", + "setCardId": "clot8hm3l0179s67p8cx0q6kn", + "setCard": { + "id": "clot8hm3l0179s67p8cx0q6kn", + "slug": "bet_lord_of_unland", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oeuav00lde0v55g7ncy77", + "meta": { + "id": "clq3a0ckj00issh27gu1gqpsk", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Merfolk of aquatic might", + "subType": "Merfolk", + "rulesText": "Submerge \r\n\r\nOther allies occupying Lord of Unland's body of water have +1 power.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hm3l0179s67p8cx0q6kn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hm6n017ds67prvx9oiqk", + "slug": "bet_lord_of_unland_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lord_of_unland-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "The Ocean-Mist that bends, that binds, nor' east sou' west the rolling tides.", + "cardId": "clm4oeuav00lde0v55g7ncy77", + "setCardId": "clot8hm3l0179s67p8cx0q6kn", + "setCard": { + "id": "clot8hm3l0179s67p8cx0q6kn", + "slug": "bet_lord_of_unland", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oeuav00lde0v55g7ncy77", + "meta": { + "id": "clq3a0ckj00issh27gu1gqpsk", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Merfolk of aquatic might", + "subType": "Merfolk", + "rulesText": "Submerge \r\n\r\nOther allies occupying Lord of Unland's body of water have +1 power.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hm3l0179s67p8cx0q6kn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4of1mn00lfe0v5fofa8xuo", + "slug": "alp_lord_of_unland_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lord_of_unland.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4oeuav00lde0v55g7ncy77", + "setCardId": "clm4of0as00lee0v5a13ref36", + "setCard": { + "id": "clm4of0as00lee0v5a13ref36", + "slug": "alp_lord_of_unland", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oeuav00lde0v55g7ncy77", + "meta": { + "id": "clq3a0ceq00irsh27byilrybo", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Merfolk of aquatic might", + "subType": "Merfolk", + "rulesText": "Submerge \n\nOther allies occupying Lord of Unland's body of water have +1 power.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4of0as00lee0v5a13ref36" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4of9b700lge0v59g6s9rrm", + "slug": "alp_lord_of_unland_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lord_of_unland-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4oeuav00lde0v55g7ncy77", + "setCardId": "clm4of0as00lee0v5a13ref36", + "setCard": { + "id": "clm4of0as00lee0v5a13ref36", + "slug": "alp_lord_of_unland", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oeuav00lde0v55g7ncy77", + "meta": { + "id": "clq3a0ceq00irsh27byilrybo", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Merfolk of aquatic might", + "subType": "Merfolk", + "rulesText": "Submerge \n\nOther allies occupying Lord of Unland's body of water have +1 power.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4of0as00lee0v5a13ref36" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4og0sl00lme0v5a7ga72pu", + "slug": "mother_nature", + "name": "Mother Nature", + "hotscore": 929, + "guardian": { + "id": "clq3a0d8w00iwsh27fc31fjwe", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of divine fecundity", + "subType": "Spirit", + "rulesText": "At the start of your turn, reveal your topmost spell. If it's a minion, you may summon it here.", + "cost": 6, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4og0sl00lme0v5a7ga72pu" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hmqn017ps67px0p5kgih", + "slug": "bet_mother_nature_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mother_nature.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4og0sl00lme0v5a7ga72pu", + "setCardId": "clot8hmp4017ns67pjx28rys6", + "setCard": { + "id": "clot8hmp4017ns67pjx28rys6", + "slug": "bet_mother_nature", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4og0sl00lme0v5a7ga72pu", + "meta": { + "id": "clq3a0diy00iysh271r0zk16l", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of divine fecundity", + "subType": "Spirit", + "rulesText": "At the start of your turn, reveal your topmost spell. If it's a minion, you may summon it here.", + "cost": 6, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hmp4017ns67pjx28rys6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hms7017rs67p42wez2aq", + "slug": "bet_mother_nature_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mother_nature-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4og0sl00lme0v5a7ga72pu", + "setCardId": "clot8hmp4017ns67pjx28rys6", + "setCard": { + "id": "clot8hmp4017ns67pjx28rys6", + "slug": "bet_mother_nature", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4og0sl00lme0v5a7ga72pu", + "meta": { + "id": "clq3a0diy00iysh271r0zk16l", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of divine fecundity", + "subType": "Spirit", + "rulesText": "At the start of your turn, reveal your topmost spell. If it's a minion, you may summon it here.", + "cost": 6, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hmp4017ns67pjx28rys6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4og7x200loe0v5e0hhh2k9", + "slug": "alp_mother_nature_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mother_nature.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4og0sl00lme0v5a7ga72pu", + "setCardId": "clm4og6e800lne0v5edq5dwvm", + "setCard": { + "id": "clm4og6e800lne0v5edq5dwvm", + "slug": "alp_mother_nature", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4og0sl00lme0v5a7ga72pu", + "meta": { + "id": "clq3a0db700ixsh27kalo7u1f", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of divine fecundity", + "subType": "Spirit", + "rulesText": "At the start of your turn, reveal your topmost spell. If it's a minion, you may summon it here.", + "cost": 6, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4og6e800lne0v5edq5dwvm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ogk4700lqe0v59xrk50tu", + "slug": "alp_mother_nature_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mother_nature-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4og0sl00lme0v5a7ga72pu", + "setCardId": "clm4og6e800lne0v5edq5dwvm", + "setCard": { + "id": "clm4og6e800lne0v5edq5dwvm", + "slug": "alp_mother_nature", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4og0sl00lme0v5a7ga72pu", + "meta": { + "id": "clq3a0db700ixsh27kalo7u1f", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of divine fecundity", + "subType": "Spirit", + "rulesText": "At the start of your turn, reveal your topmost spell. If it's a minion, you may summon it here.", + "cost": 6, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4og6e800lne0v5edq5dwvm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ogerg00lpe0v58yiq4om8", + "slug": "alp_mother_nature_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mother_nature-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4og0sl00lme0v5a7ga72pu", + "setCardId": "clm4og6e800lne0v5edq5dwvm", + "setCard": { + "id": "clm4og6e800lne0v5edq5dwvm", + "slug": "alp_mother_nature", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4og0sl00lme0v5a7ga72pu", + "meta": { + "id": "clq3a0db700ixsh27kalo7u1f", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of divine fecundity", + "subType": "Spirit", + "rulesText": "At the start of your turn, reveal your topmost spell. If it's a minion, you may summon it here.", + "cost": 6, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4og6e800lne0v5edq5dwvm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4okggw00mle0v52gpt8qsj", + "slug": "ruler_of_thul", + "name": "Ruler of Thul", + "hotscore": 3901, + "guardian": { + "id": "clq3a0gi500jksh270tdau7ax", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of hibernal majesty", + "subType": "Mortal", + "rulesText": "Charge \r\n\r\nAllies can move as if the top and bottom edges of the realm were connected. Other allies occupying sites there have +1 power.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4okggw00mle0v52gpt8qsj" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hpcf0199s67pxbqcs9kk", + "slug": "bet_ruler_of_thul_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ruler_of_thul.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4okggw00mle0v52gpt8qsj", + "setCardId": "clot8hpaw0197s67poxq5ju0t", + "setCard": { + "id": "clot8hpaw0197s67poxq5ju0t", + "slug": "bet_ruler_of_thul", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4okggw00mle0v52gpt8qsj", + "meta": { + "id": "clq3a0gqf00jmsh27fdye8w0t", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of hibernal majesty", + "subType": "Mortal", + "rulesText": "Charge \r\n\r\nAllies can move as if the top and bottom edges of the realm were connected. Other allies occupying sites there have +1 power.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hpaw0197s67poxq5ju0t" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hpdx019bs67pnoipyy4w", + "slug": "bet_ruler_of_thul_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ruler_of_thul-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4okggw00mle0v52gpt8qsj", + "setCardId": "clot8hpaw0197s67poxq5ju0t", + "setCard": { + "id": "clot8hpaw0197s67poxq5ju0t", + "slug": "bet_ruler_of_thul", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4okggw00mle0v52gpt8qsj", + "meta": { + "id": "clq3a0gqf00jmsh27fdye8w0t", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of hibernal majesty", + "subType": "Mortal", + "rulesText": "Charge \r\n\r\nAllies can move as if the top and bottom edges of the realm were connected. Other allies occupying sites there have +1 power.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hpaw0197s67poxq5ju0t" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oknjk00mne0v5fhd9dg7f", + "slug": "alp_ruler_of_thul_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ruler_of_thul.png", + "finish": "Standard", + "product": "Booster", + "artist": "Frank Frazetta", + "flavorText": "", + "cardId": "clm4okggw00mle0v52gpt8qsj", + "setCardId": "clm4okm7200mme0v59u13hlwb", + "setCard": { + "id": "clm4okm7200mme0v59u13hlwb", + "slug": "alp_ruler_of_thul", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4okggw00mle0v52gpt8qsj", + "meta": { + "id": "clq3a0gkq00jlsh27ms9pe570", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of hibernal majesty", + "subType": "Mortal", + "rulesText": "Charge \n\nAllies can move as if the top and bottom edges of the realm were connected. Other allies occupying sites there have +1 power.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4okm7200mme0v59u13hlwb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4okuiu00moe0v5ah8i4cte", + "slug": "alp_ruler_of_thul_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ruler_of_thul-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Frank Frazetta", + "flavorText": "", + "cardId": "clm4okggw00mle0v52gpt8qsj", + "setCardId": "clm4okm7200mme0v59u13hlwb", + "setCard": { + "id": "clm4okm7200mme0v59u13hlwb", + "slug": "alp_ruler_of_thul", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4okggw00mle0v52gpt8qsj", + "meta": { + "id": "clq3a0gkq00jlsh27ms9pe570", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of hibernal majesty", + "subType": "Mortal", + "rulesText": "Charge \n\nAllies can move as if the top and bottom edges of the realm were connected. Other allies occupying sites there have +1 power.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4okm7200mme0v59u13hlwb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/beta_water_unique_site_cards.json b/data/beta_water_unique_site_cards.json new file mode 100644 index 0000000..b15de68 --- /dev/null +++ b/data/beta_water_unique_site_cards.json @@ -0,0 +1,852 @@ +[ + { + "id": "clm4qidbo011te0v53fvoas8l", + "slug": "maelstrom", + "name": "Maelström", + "hotscore": 3289, + "guardian": { + "id": "clq3a1v7300u1sh27oqkzcrko", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of ineluctable malevolence", + "subType": "", + "rulesText": "At the start of your turn, you may pull in each minion in this body of water one step.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qidbo011te0v53fvoas8l" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8itmp01xns67po0xmo9nw", + "slug": "bet_maelstrom_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/maelstrom.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qidbo011te0v53fvoas8l", + "setCardId": "clot8itl701xls67p5weimpt3", + "setCard": { + "id": "clot8itl701xls67p5weimpt3", + "slug": "bet_maelstrom", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qidbo011te0v53fvoas8l", + "meta": { + "id": "clq3a1vhd00u3sh27u66zo1qa", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of ineluctable malevolence", + "subType": "", + "rulesText": "At the start of your turn, you may pull in each minion in this body of water one step.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8itl701xls67p5weimpt3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8itoq01xps67plq8oxwk2", + "slug": "bet_maelstrom_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/maelstrom-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qidbo011te0v53fvoas8l", + "setCardId": "clot8itl701xls67p5weimpt3", + "setCard": { + "id": "clot8itl701xls67p5weimpt3", + "slug": "bet_maelstrom", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qidbo011te0v53fvoas8l", + "meta": { + "id": "clq3a1vhd00u3sh27u66zo1qa", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of ineluctable malevolence", + "subType": "", + "rulesText": "At the start of your turn, you may pull in each minion in this body of water one step.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8itl701xls67p5weimpt3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qijzm011ve0v5989sci4t", + "slug": "alp_maelstrom_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/maelstrom.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qidbo011te0v53fvoas8l", + "setCardId": "clm4qiimh011ue0v57a2ha5y3", + "setCard": { + "id": "clm4qiimh011ue0v57a2ha5y3", + "slug": "alp_maelstrom", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qidbo011te0v53fvoas8l", + "meta": { + "id": "clq3a1v9k00u2sh27m55govgt", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of ineluctable malevolence", + "subType": "", + "rulesText": "At the start of your turn, you may pull in each minion in this body of water one step.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qiimh011ue0v57a2ha5y3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qix6k011xe0v5b6kwdbp1", + "slug": "alp_maelstrom_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/maelstrom-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qidbo011te0v53fvoas8l", + "setCardId": "clm4qiimh011ue0v57a2ha5y3", + "setCard": { + "id": "clm4qiimh011ue0v57a2ha5y3", + "slug": "alp_maelstrom", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qidbo011te0v53fvoas8l", + "meta": { + "id": "clq3a1v9k00u2sh27m55govgt", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of ineluctable malevolence", + "subType": "", + "rulesText": "At the start of your turn, you may pull in each minion in this body of water one step.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qiimh011ue0v57a2ha5y3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qirbw011we0v54rfye7wa", + "slug": "alp_maelstrom_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/maelstrom-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qidbo011te0v53fvoas8l", + "setCardId": "clm4qiimh011ue0v57a2ha5y3", + "setCard": { + "id": "clm4qiimh011ue0v57a2ha5y3", + "slug": "alp_maelstrom", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qidbo011te0v53fvoas8l", + "meta": { + "id": "clq3a1v9k00u2sh27m55govgt", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of ineluctable malevolence", + "subType": "", + "rulesText": "At the start of your turn, you may pull in each minion in this body of water one step.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qiimh011ue0v57a2ha5y3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qmxf3012ue0v5bdwa40qx", + "slug": "pristine_paradise", + "name": "Pristine Paradise", + "hotscore": 1531, + "guardian": { + "id": "clq3a1yjn00upsh27si104svn", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "cardId": "clm4qmxf3012ue0v5bdwa40qx" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + }, + { + "id": "fire", + "name": "Fire" + }, + { + "id": "water", + "name": "Water" + }, + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8iwdk01z7s67pr0nqfuph", + "slug": "bet_pristine_paradise_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pristine_paradise.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "setCardId": "clot8iwbx01z5s67p12u2yp43", + "setCard": { + "id": "clot8iwbx01z5s67p12u2yp43", + "slug": "bet_pristine_paradise", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "meta": { + "id": "clq3a1ysu00ursh27no9164w4", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8iwbx01z5s67p12u2yp43" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iwf301z9s67po6l5ctyt", + "slug": "bet_pristine_paradise_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pristine_paradise-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "setCardId": "clot8iwbx01z5s67p12u2yp43", + "setCard": { + "id": "clot8iwbx01z5s67p12u2yp43", + "slug": "bet_pristine_paradise", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "meta": { + "id": "clq3a1ysu00ursh27no9164w4", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8iwbx01z5s67p12u2yp43" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qn5ae012we0v51b8xaotf", + "slug": "alp_pristine_paradise_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pristine_paradise.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "setCardId": "clm4qn3zf012ve0v52y3b1o02", + "setCard": { + "id": "clm4qn3zf012ve0v52y3b1o02", + "slug": "alp_pristine_paradise", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "meta": { + "id": "clq3a1ylw00uqsh27z378ff6v", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qn3zf012ve0v52y3b1o02" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qnc1p012xe0v563qr5rwy", + "slug": "alp_pristine_paradise_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pristine_paradise-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "setCardId": "clm4qn3zf012ve0v52y3b1o02", + "setCard": { + "id": "clm4qn3zf012ve0v52y3b1o02", + "slug": "alp_pristine_paradise", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "meta": { + "id": "clq3a1ylw00uqsh27z378ff6v", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qn3zf012ve0v52y3b1o02" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qk3xd0128e0v52rb31hz1", + "slug": "tadpole_pool", + "name": "Tadpole Pool", + "hotscore": 3338, + "guardian": { + "id": "clq3a1wiy00uash27zrsjsoab", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site and nursery for nuisance", + "subType": "", + "rulesText": "(W)(W)(W) — Genesis → Summon three submerged Frog tokens here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qk3xd0128e0v52rb31hz1" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8iuos01y8s67p02eyn7b7", + "slug": "bet_tadpole_pool_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/tadpole_pool.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4qk3xd0128e0v52rb31hz1", + "setCardId": "clot8iun701y6s67p98qrs1l8", + "setCard": { + "id": "clot8iun701y6s67p98qrs1l8", + "slug": "bet_tadpole_pool", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qk3xd0128e0v52rb31hz1", + "meta": { + "id": "clq3a1wsm00ucsh276wds3629", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site and nursery for nuisance", + "subType": "", + "rulesText": "(W)(W)(W) — Genesis → Summon three submerged Frog tokens here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iun701y6s67p98qrs1l8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iuqb01yas67ps67kolpu", + "slug": "bet_tadpole_pool_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/tadpole_pool-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4qk3xd0128e0v52rb31hz1", + "setCardId": "clot8iun701y6s67p98qrs1l8", + "setCard": { + "id": "clot8iun701y6s67p98qrs1l8", + "slug": "bet_tadpole_pool", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qk3xd0128e0v52rb31hz1", + "meta": { + "id": "clq3a1wsm00ucsh276wds3629", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site and nursery for nuisance", + "subType": "", + "rulesText": "(W)(W)(W) — Genesis → Summon three submerged Frog tokens here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iun701y6s67p98qrs1l8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qkbau012ae0v590wo1pb2", + "slug": "alp_tadpole_pool_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tadpole_pool.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4qk3xd0128e0v52rb31hz1", + "setCardId": "clm4qk9zt0129e0v51oy892og", + "setCard": { + "id": "clm4qk9zt0129e0v51oy892og", + "slug": "alp_tadpole_pool", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qk3xd0128e0v52rb31hz1", + "meta": { + "id": "clq3a1wlb00ubsh27tgsiwv3h", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site and nursery for nuisance", + "subType": "", + "rulesText": "(W)(W)(W) — Genesis → Summon three submerged Frog tokens here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qk9zt0129e0v51oy892og" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qko1r012ce0v50t8v5hap", + "slug": "alp_tadpole_pool_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tadpole_pool-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4qk3xd0128e0v52rb31hz1", + "setCardId": "clm4qk9zt0129e0v51oy892og", + "setCard": { + "id": "clm4qk9zt0129e0v51oy892og", + "slug": "alp_tadpole_pool", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qk3xd0128e0v52rb31hz1", + "meta": { + "id": "clq3a1wlb00ubsh27tgsiwv3h", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site and nursery for nuisance", + "subType": "", + "rulesText": "(W)(W)(W) — Genesis → Summon three submerged Frog tokens here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qk9zt0129e0v51oy892og" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qki99012be0v53jb1g2mq", + "slug": "alp_tadpole_pool_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tadpole_pool-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4qk3xd0128e0v52rb31hz1", + "setCardId": "clm4qk9zt0129e0v51oy892og", + "setCard": { + "id": "clm4qk9zt0129e0v51oy892og", + "slug": "alp_tadpole_pool", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qk3xd0128e0v52rb31hz1", + "meta": { + "id": "clq3a1wlb00ubsh27tgsiwv3h", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site and nursery for nuisance", + "subType": "", + "rulesText": "(W)(W)(W) — Genesis → Summon three submerged Frog tokens here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qk9zt0129e0v51oy892og" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qomvd0136e0v5e5uofngd", + "slug": "the_colour_out_of_space", + "name": "The Colour Out of Space", + "hotscore": 6311, + "guardian": { + "id": "clq3a1zpv00uysh27j7422inz", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "cardId": "clm4qomvd0136e0v5e5uofngd" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + }, + { + "id": "fire", + "name": "Fire" + }, + { + "id": "water", + "name": "Water" + }, + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ixd501zss67pecb69wf9", + "slug": "bet_the_colour_out_of_space_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/the_colour_out_of_space.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "setCardId": "clot8ixbm01zqs67panpti0t4", + "setCard": { + "id": "clot8ixbm01zqs67panpti0t4", + "slug": "bet_the_colour_out_of_space", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "meta": { + "id": "clq3a1zxx00v0sh27spe9xk72", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8ixbm01zqs67panpti0t4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ixep01zus67peuwog4v3", + "slug": "bet_the_colour_out_of_space_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/the_colour_out_of_space-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "setCardId": "clot8ixbm01zqs67panpti0t4", + "setCard": { + "id": "clot8ixbm01zqs67panpti0t4", + "slug": "bet_the_colour_out_of_space", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "meta": { + "id": "clq3a1zxx00v0sh27spe9xk72", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8ixbm01zqs67panpti0t4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qousk0138e0v5g00m6q5s", + "slug": "alp_the_colour_out_of_space_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/the_colour_out_of_space.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "setCardId": "clm4qothd0137e0v58zymczgz", + "setCard": { + "id": "clm4qothd0137e0v58zymczgz", + "slug": "alp_the_colour_out_of_space", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "meta": { + "id": "clq3a1zs600uzsh27wmtcx8if", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qothd0137e0v58zymczgz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qp2nv0139e0v54z9w2pec", + "slug": "alp_the_colour_out_of_space_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/the_colour_out_of_space-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "setCardId": "clm4qothd0137e0v58zymczgz", + "setCard": { + "id": "clm4qothd0137e0v58zymczgz", + "slug": "alp_the_colour_out_of_space", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "meta": { + "id": "clq3a1zs600uzsh27wmtcx8if", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qothd0137e0v58zymczgz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/data/cards.json b/data/cards.json new file mode 100644 index 0000000..8509c13 --- /dev/null +++ b/data/cards.json @@ -0,0 +1,80450 @@ +[ + { + "id": "clm4p35in00qre0v5f9k35fhe", + "slug": "abundance", + "name": "Abundance", + "hotscore": 2556, + "guardian": { + "id": "clq3a0udb00mesh27213zhq04", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of milk and honey", + "subType": "", + "rulesText": "Each affected site provides one additional mana.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p35in00qre0v5f9k35fhe" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8i0ah01fvs67pok7aanbq", + "slug": "bet_abundance_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/abundance.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4p35in00qre0v5f9k35fhe", + "setCardId": "clot8i09101fts67phc4fxzs5", + "setCard": { + "id": "clot8i09101fts67phc4fxzs5", + "slug": "bet_abundance", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p35in00qre0v5f9k35fhe", + "meta": { + "id": "clq3a0ule00mgsh27853ewxqn", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of milk and honey", + "subType": "", + "rulesText": "Each affected site provides one additional mana.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i09101fts67phc4fxzs5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i0bz01fxs67pjja024bv", + "slug": "bet_abundance_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/abundance-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4p35in00qre0v5f9k35fhe", + "setCardId": "clot8i09101fts67phc4fxzs5", + "setCard": { + "id": "clot8i09101fts67phc4fxzs5", + "slug": "bet_abundance", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p35in00qre0v5f9k35fhe", + "meta": { + "id": "clq3a0ule00mgsh27853ewxqn", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of milk and honey", + "subType": "", + "rulesText": "Each affected site provides one additional mana.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i09101fts67phc4fxzs5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p3c3s00qte0v5d6ugfmb4", + "slug": "alp_abundance_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/abundance.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4p35in00qre0v5f9k35fhe", + "setCardId": "clm4p3asc00qse0v56clr8nxv", + "setCard": { + "id": "clm4p3asc00qse0v56clr8nxv", + "slug": "alp_abundance", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p35in00qre0v5f9k35fhe", + "meta": { + "id": "clq3a0ufq00mfsh27cue5whib", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of milk and honey", + "subType": "", + "rulesText": "Each affected site provides one additional mana.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p3asc00qse0v56clr8nxv" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p3ixi00que0v53274aehs", + "slug": "alp_abundance_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/abundance-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4p35in00qre0v5f9k35fhe", + "setCardId": "clm4p3asc00qse0v56clr8nxv", + "setCard": { + "id": "clm4p3asc00qse0v56clr8nxv", + "slug": "alp_abundance", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p35in00qre0v5f9k35fhe", + "meta": { + "id": "clq3a0ufq00mfsh27cue5whib", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of milk and honey", + "subType": "", + "rulesText": "Each affected site provides one additional mana.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p3asc00qse0v56clr8nxv" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o53bb00jbe0v52jeg6f9z", + "slug": "accursed_albatross", + "name": "Accursed Albatross", + "hotscore": 730, + "guardian": { + "id": "clq3a05ba00hash27jmwnonj1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast of deadly portent", + "subType": "Beast", + "rulesText": "Airborne\r\n \r\nWhen a unit kills Accursed Albatross, kill that unit's other allied minions it's nearby.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4o53bb00jbe0v52jeg6f9z" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hgkb0140s67pw06l6swd", + "slug": "bet_accursed_albatross_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/accursed_albatross.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4o53bb00jbe0v52jeg6f9z", + "setCardId": "clot8hgis013ys67pqabbi9wp", + "setCard": { + "id": "clot8hgis013ys67pqabbi9wp", + "slug": "bet_accursed_albatross", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o53bb00jbe0v52jeg6f9z", + "meta": { + "id": "clq3a05jc00hcsh2742ac1mlj", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast of deadly portent", + "subType": "Beast", + "rulesText": "Airborne\r\n \r\nWhen a unit kills Accursed Albatross, kill that unit's other allied minions it's nearby.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hgis013ys67pqabbi9wp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hglu0142s67p6hmh6o3s", + "slug": "bet_accursed_albatross_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/accursed_albatross-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4o53bb00jbe0v52jeg6f9z", + "setCardId": "clot8hgis013ys67pqabbi9wp", + "setCard": { + "id": "clot8hgis013ys67pqabbi9wp", + "slug": "bet_accursed_albatross", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o53bb00jbe0v52jeg6f9z", + "meta": { + "id": "clq3a05jc00hcsh2742ac1mlj", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast of deadly portent", + "subType": "Beast", + "rulesText": "Airborne\r\n \r\nWhen a unit kills Accursed Albatross, kill that unit's other allied minions it's nearby.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hgis013ys67pqabbi9wp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o5afv00jde0v55eqj5xwy", + "slug": "alp_accursed_albatross_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/accursed_albatross.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4o53bb00jbe0v52jeg6f9z", + "setCardId": "clm4o594f00jce0v56ie35bm4", + "setCard": { + "id": "clm4o594f00jce0v56ie35bm4", + "slug": "alp_accursed_albatross", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o53bb00jbe0v52jeg6f9z", + "meta": { + "id": "clq3a05dk00hbsh27gbreyoal", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast of deadly portent", + "subType": "Beast", + "rulesText": "Airborne\n\nWhen a unit kills Accursed Albatross, kill that unit's other allied minions it's nearby.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o594f00jce0v56ie35bm4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o5h8q00jee0v5c9js3tm4", + "slug": "alp_accursed_albatross_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/accursed_albatross-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4o53bb00jbe0v52jeg6f9z", + "setCardId": "clm4o594f00jce0v56ie35bm4", + "setCard": { + "id": "clm4o594f00jce0v56ie35bm4", + "slug": "alp_accursed_albatross", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o53bb00jbe0v52jeg6f9z", + "meta": { + "id": "clq3a05dk00hbsh27gbreyoal", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast of deadly portent", + "subType": "Beast", + "rulesText": "Airborne\n\nWhen a unit kills Accursed Albatross, kill that unit's other allied minions it's nearby.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o594f00jce0v56ie35bm4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o5mpv00jfe0v52adkfk6k", + "slug": "adept_illusionist", + "name": "Adept Illusionist", + "hotscore": 1375, + "guardian": { + "id": "clq3a05pc00hdsh27zslxbkt5", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with duplicitous skills", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nTap → Search your hand, cemetery, or spellbook for another Adept Illusionist and summon it nearby. Shuffle if needed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4o5mpv00jfe0v52adkfk6k" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hgvt0147s67pb3lx3a1a", + "slug": "bet_adept_illusionist_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/adept_illusionist.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4o5mpv00jfe0v52adkfk6k", + "setCardId": "clot8hgub0145s67p9ohez4og", + "setCard": { + "id": "clot8hgub0145s67p9ohez4og", + "slug": "bet_adept_illusionist", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o5mpv00jfe0v52adkfk6k", + "meta": { + "id": "clq3a05xl00hfsh2770pm5p9v", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with duplicitous skills", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nTap → Search your hand, cemetery, or spellbook for another Adept Illusionist and summon it nearby. Shuffle if needed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hgub0145s67p9ohez4og" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hgxn0149s67pw564vz58", + "slug": "bet_adept_illusionist_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/adept_illusionist-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4o5mpv00jfe0v52adkfk6k", + "setCardId": "clot8hgub0145s67p9ohez4og", + "setCard": { + "id": "clot8hgub0145s67p9ohez4og", + "slug": "bet_adept_illusionist", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o5mpv00jfe0v52adkfk6k", + "meta": { + "id": "clq3a05xl00hfsh2770pm5p9v", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with duplicitous skills", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nTap → Search your hand, cemetery, or spellbook for another Adept Illusionist and summon it nearby. Shuffle if needed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hgub0145s67p9ohez4og" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o5tvi00jhe0v55q4m7jwo", + "slug": "alp_adept_illusionist_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/adept_illusionist.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4o5mpv00jfe0v52adkfk6k", + "setCardId": "clm4o5ski00jge0v566wtg4ri", + "setCard": { + "id": "clm4o5ski00jge0v566wtg4ri", + "slug": "alp_adept_illusionist", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o5mpv00jfe0v52adkfk6k", + "meta": { + "id": "clq3a05rn00hesh27vywxzbmc", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of duplicitous means", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nTap → Search your hand, cemetery, or spellbook for another Adept Illusionist and summon it nearby. Shuffle if needed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o5ski00jge0v566wtg4ri" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o607p00jie0v52z5qgvs5", + "slug": "alp_adept_illusionist_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/adept_illusionist-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4o5mpv00jfe0v52adkfk6k", + "setCardId": "clm4o5ski00jge0v566wtg4ri", + "setCard": { + "id": "clm4o5ski00jge0v566wtg4ri", + "slug": "alp_adept_illusionist", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o5mpv00jfe0v52adkfk6k", + "meta": { + "id": "clq3a05rn00hesh27vywxzbmc", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of duplicitous means", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nTap → Search your hand, cemetery, or spellbook for another Adept Illusionist and summon it nearby. Shuffle if needed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o5ski00jge0v566wtg4ri" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m0s7s0031e0v50e2dbdkw", + "slug": "albespine_pikemen", + "name": "Albespine Pikemen", + "hotscore": 671, + "guardian": { + "id": "clq39ym5j005ysh27qgos3cfv", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals with prodigious poles", + "subType": "Mortal", + "rulesText": "Strikes first while attacking.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m0s7s0031e0v50e2dbdkw" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8g9b100drs67pwwzpnoue", + "slug": "bet_albespine_pikemen_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/albespine_pikemen.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "“It serves him right who runs into the long reach of a pikeman.” — Grimmelshausen", + "cardId": "clm4m0s7s0031e0v50e2dbdkw", + "setCardId": "clot8g99i00dps67pf9gzxaxc", + "setCard": { + "id": "clot8g99i00dps67pf9gzxaxc", + "slug": "bet_albespine_pikemen", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m0s7s0031e0v50e2dbdkw", + "meta": { + "id": "clq39ymdt0060sh27f96ce81v", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals with prodigious poles", + "subType": "Mortal", + "rulesText": "Strikes first while attacking.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8g99i00dps67pf9gzxaxc" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g9cm00dts67p696lrech", + "slug": "bet_albespine_pikemen_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/albespine_pikemen-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "“It serves him right who runs into the long reach of a pikeman.” — Grimmelshausen", + "cardId": "clm4m0s7s0031e0v50e2dbdkw", + "setCardId": "clot8g99i00dps67pf9gzxaxc", + "setCard": { + "id": "clot8g99i00dps67pf9gzxaxc", + "slug": "bet_albespine_pikemen", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m0s7s0031e0v50e2dbdkw", + "meta": { + "id": "clq39ymdt0060sh27f96ce81v", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals with prodigious poles", + "subType": "Mortal", + "rulesText": "Strikes first while attacking.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8g99i00dps67pf9gzxaxc" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m0zq90033e0v52gb7ahfb", + "slug": "alp_albespine_pikemen_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/albespine_pikemen.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "“It serves him right who runs into the long reach of a pikeman.” — Grimmelshausen", + "cardId": "clm4m0s7s0031e0v50e2dbdkw", + "setCardId": "clm4m0y660032e0v5hbwk4hrt", + "setCard": { + "id": "clm4m0y660032e0v5hbwk4hrt", + "slug": "alp_albespine_pikemen", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m0s7s0031e0v50e2dbdkw", + "meta": { + "id": "clq39ym7w005zsh27h6ck9mvx", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals with prodigious poles", + "subType": "Mortal", + "rulesText": "Strikes first while attacking.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m0y660032e0v5hbwk4hrt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m16zi0034e0v52goobxar", + "slug": "alp_albespine_pikemen_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/albespine_pikemen-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "“It serves him right who runs into the long reach of a pikeman.” — Grimmelshausen", + "cardId": "clm4m0s7s0031e0v50e2dbdkw", + "setCardId": "clm4m0y660032e0v5hbwk4hrt", + "setCard": { + "id": "clm4m0y660032e0v5hbwk4hrt", + "slug": "alp_albespine_pikemen", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m0s7s0031e0v50e2dbdkw", + "meta": { + "id": "clq39ym7w005zsh27h6ck9mvx", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals with prodigious poles", + "subType": "Mortal", + "rulesText": "Strikes first while attacking.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m0y660032e0v5hbwk4hrt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p6zif00rke0v56xr2esf0", + "slug": "all_terrain_vestments", + "name": "All-terrain Vestments", + "hotscore": 472, + "guardian": { + "id": "clq3a0x4p00mzsh27lzd13g6g", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Armor fit for any adventure", + "subType": "Armor", + "rulesText": "Bearer has Burrowing, Submerge, and Voidwalk, if it's a minion.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p6zif00rke0v56xr2esf0" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i2ld01h8s67pbi2m8wgq", + "slug": "bet_all_terrain_vestments_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/all_terrain_vestments.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4p6zif00rke0v56xr2esf0", + "setCardId": "clot8i2ju01h6s67p3g66175k", + "setCard": { + "id": "clot8i2ju01h6s67p3g66175k", + "slug": "bet_all_terrain_vestments", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p6zif00rke0v56xr2esf0", + "meta": { + "id": "clq3a0xd000n1sh271rqrw00s", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Armor fit for any adventure", + "subType": "Armor", + "rulesText": "Bearer has Burrowing, Submerge, and Voidwalk, if it's a minion.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i2ju01h6s67p3g66175k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i2mu01has67pp7axtb0e", + "slug": "bet_all_terrain_vestments_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/all_terrain_vestments-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4p6zif00rke0v56xr2esf0", + "setCardId": "clot8i2ju01h6s67p3g66175k", + "setCard": { + "id": "clot8i2ju01h6s67p3g66175k", + "slug": "bet_all_terrain_vestments", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p6zif00rke0v56xr2esf0", + "meta": { + "id": "clq3a0xd000n1sh271rqrw00s", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Armor fit for any adventure", + "subType": "Armor", + "rulesText": "Bearer has Burrowing, Submerge, and Voidwalk, if it's a minion.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i2ju01h6s67p3g66175k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p77ei00rme0v51qeg8gp0", + "slug": "alp_all_terrain_vestments_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/all_terrain_vestments.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4p6zif00rke0v56xr2esf0", + "setCardId": "clm4p763c00rle0v54j9w7hbm", + "setCard": { + "id": "clm4p763c00rle0v54j9w7hbm", + "slug": "alp_all_terrain_vestments", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p6zif00rke0v56xr2esf0", + "meta": { + "id": "clq3a0x7100n0sh270oxdjaqm", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Armor fit for any adventure", + "subType": "Armor", + "rulesText": "Bearer has Burrowing, Submerge, and Voidwalk, if it's a minion.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p763c00rle0v54j9w7hbm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p7e7s00rne0v5gv9f94rm", + "slug": "alp_all_terrain_vestments_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/all_terrain_vestments-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4p6zif00rke0v56xr2esf0", + "setCardId": "clm4p763c00rle0v54j9w7hbm", + "setCard": { + "id": "clm4p763c00rle0v54j9w7hbm", + "slug": "alp_all_terrain_vestments", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p6zif00rke0v56xr2esf0", + "meta": { + "id": "clq3a0x7100n0sh270oxdjaqm", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Armor fit for any adventure", + "subType": "Armor", + "rulesText": "Bearer has Burrowing, Submerge, and Voidwalk, if it's a minion.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p763c00rle0v54j9w7hbm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m1cua0035e0v56tvy785z", + "slug": "alvalinne_dryads", + "name": "Älvalinne Dryads", + "hotscore": 1854, + "guardian": { + "id": "clq39ymjf0061sh27qwurcq27", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Spirits of sweet succor", + "subType": "Spirit", + "rulesText": "Älvalinne Dryads provide ①.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m1cua0035e0v56tvy785z" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8g9m100dys67propo6ih2", + "slug": "bet_alvalinne_dryads_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/alvalinne_dryads.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "How fair to greet, on misted morn\r\nA daint parade of dew-kissed bloom\r\nNow deep, inspire! A bliss reborn\r\nOf air faint lade with sweet perfume", + "cardId": "clm4m1cua0035e0v56tvy785z", + "setCardId": "clot8g9kd00dws67pqx7nt5ux", + "setCard": { + "id": "clot8g9kd00dws67pqx7nt5ux", + "slug": "bet_alvalinne_dryads", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m1cua0035e0v56tvy785z", + "meta": { + "id": "clq39ymrg0063sh2730uaacse", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Spirits of sweet succor", + "subType": "Spirit", + "rulesText": "Älvalinne Dryads provide ①.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8g9kd00dws67pqx7nt5ux" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g9nq00e0s67pk54p0qe0", + "slug": "bet_alvalinne_dryads_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/alvalinne_dryads-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "How fair to greet, on misted morn\r\nA daint parade of dew-kissed bloom\r\nNow deep, inspire! A bliss reborn\r\nOf air faint lade with sweet perfume", + "cardId": "clm4m1cua0035e0v56tvy785z", + "setCardId": "clot8g9kd00dws67pqx7nt5ux", + "setCard": { + "id": "clot8g9kd00dws67pqx7nt5ux", + "slug": "bet_alvalinne_dryads", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m1cua0035e0v56tvy785z", + "meta": { + "id": "clq39ymrg0063sh2730uaacse", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Spirits of sweet succor", + "subType": "Spirit", + "rulesText": "Älvalinne Dryads provide ①.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8g9kd00dws67pqx7nt5ux" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m1kiz0037e0v5adpkfb35", + "slug": "alp_alvalinne_dryads_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/alvalinne_dryads.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "How fair to greet, on misted morn\nA daint parade of dew-kissed bloom\nNow deep, inspire! A bliss reborn\nOf air faint lade with sweet perfume", + "cardId": "clm4m1cua0035e0v56tvy785z", + "setCardId": "clm4m1iq40036e0v5fx01glom", + "setCard": { + "id": "clm4m1iq40036e0v5fx01glom", + "slug": "alp_alvalinne_dryads", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m1cua0035e0v56tvy785z", + "meta": { + "id": "clq39ymlq0062sh27tw9043cz", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Spirits of sweet succor", + "subType": "Spirit", + "rulesText": "Älvalinne Dryads provide ①.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m1iq40036e0v5fx01glom" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m1tl80038e0v58a7ybuul", + "slug": "alp_alvalinne_dryads_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/alvalinne_dryads-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "How fair to greet, on misted morn\nA daint parade of dew-kissed bloom\nNow deep, inspire! A bliss reborn\nOf air faint lade with sweet perfume", + "cardId": "clm4m1cua0035e0v56tvy785z", + "setCardId": "clm4m1iq40036e0v5fx01glom", + "setCard": { + "id": "clm4m1iq40036e0v5fx01glom", + "slug": "alp_alvalinne_dryads", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m1cua0035e0v56tvy785z", + "meta": { + "id": "clq39ymlq0062sh27tw9043cz", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Spirits of sweet succor", + "subType": "Spirit", + "rulesText": "Älvalinne Dryads provide ①.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m1iq40036e0v5fx01glom" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m1zmw0039e0v5d18z1m2p", + "slug": "amazon_warriors", + "name": "Amazon Warriors", + "hotscore": 1458, + "guardian": { + "id": "clq39ymxc0064sh27sqkb8939", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals of magnificent stature", + "subType": "Mortal", + "rulesText": "", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m1zmw0039e0v5d18z1m2p" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8g9x300e5s67pizgq7qn7", + "slug": "bet_amazon_warriors_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/amazon_warriors.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "\"Tonight, we keep watch. And tomorrow, before the dawn, we shall arm ourselves in our weapons, and beside their hollow vessels waken bitter Ares.\"\r\n— Homer", + "cardId": "clm4m1zmw0039e0v5d18z1m2p", + "setCardId": "clot8g9vk00e3s67p6kofkple", + "setCard": { + "id": "clot8g9vk00e3s67p6kofkple", + "slug": "bet_amazon_warriors", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m1zmw0039e0v5d18z1m2p", + "meta": { + "id": "clq39yn7j0066sh27mkcqc8ji", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals of magnificent stature", + "subType": "Mortal", + "rulesText": "", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8g9vk00e3s67p6kofkple" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g9yw00e7s67p3mu2s2os", + "slug": "bet_amazon_warriors_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/amazon_warriors-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "\"Tonight, we keep watch. And tomorrow, before the dawn, we shall arm ourselves in our weapons, and beside their hollow vessels waken bitter Ares.\"\r\n— Homer", + "cardId": "clm4m1zmw0039e0v5d18z1m2p", + "setCardId": "clot8g9vk00e3s67p6kofkple", + "setCard": { + "id": "clot8g9vk00e3s67p6kofkple", + "slug": "bet_amazon_warriors", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m1zmw0039e0v5d18z1m2p", + "meta": { + "id": "clq39yn7j0066sh27mkcqc8ji", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals of magnificent stature", + "subType": "Mortal", + "rulesText": "", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8g9vk00e3s67p6kofkple" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m26xq003be0v55yy3em49", + "slug": "alp_amazon_warriors_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/amazon_warriors.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "\"Tonight, we keep watch. And tomorrow, before the dawn, we shall arm ourselves in our weapons, and beside their hollow vessels waken bitter Ares.\"\n— Homer", + "cardId": "clm4m1zmw0039e0v5d18z1m2p", + "setCardId": "clm4m25ke003ae0v5bpfda9c1", + "setCard": { + "id": "clm4m25ke003ae0v5bpfda9c1", + "slug": "alp_amazon_warriors", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m1zmw0039e0v5d18z1m2p", + "meta": { + "id": "clq39ymzp0065sh27druj6s73", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals of magnificent stature", + "subType": "Mortal", + "rulesText": "", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m25ke003ae0v5bpfda9c1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m2m3p003de0v5da89h4q7", + "slug": "alp_amazon_warriors_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/amazon_warriors-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Elvira Shakirova", + "flavorText": "\"Tonight, we keep watch. And tomorrow, before the dawn, we shall arm ourselves in our weapons, and beside their hollow vessels waken bitter Ares.\"\n— Homer", + "cardId": "clm4m1zmw0039e0v5d18z1m2p", + "setCardId": "clm4m25ke003ae0v5bpfda9c1", + "setCard": { + "id": "clm4m25ke003ae0v5bpfda9c1", + "slug": "alp_amazon_warriors", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m1zmw0039e0v5d18z1m2p", + "meta": { + "id": "clq39ymzp0065sh27druj6s73", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals of magnificent stature", + "subType": "Mortal", + "rulesText": "", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m25ke003ae0v5bpfda9c1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m2ez2003ce0v5bs6d6bua", + "slug": "alp_amazon_warriors_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/amazon_warriors-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "\"Tonight, we keep watch. And tomorrow, before the dawn, we shall arm ourselves in our weapons, and beside their hollow vessels waken bitter Ares.\"\n— Homer", + "cardId": "clm4m1zmw0039e0v5d18z1m2p", + "setCardId": "clm4m25ke003ae0v5bpfda9c1", + "setCard": { + "id": "clm4m25ke003ae0v5bpfda9c1", + "slug": "alp_amazon_warriors", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m1zmw0039e0v5d18z1m2p", + "meta": { + "id": "clq39ymzp0065sh27druj6s73", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals of magnificent stature", + "subType": "Mortal", + "rulesText": "", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m25ke003ae0v5bpfda9c1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p7kg500roe0v5hxwd7a79", + "slug": "amethyst_core", + "name": "Amethyst Core", + "hotscore": 8033, + "guardian": { + "id": "clq3a0xio00n2sh27ntaqqmza", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of ethereal essence", + "subType": "Relic", + "rulesText": "Provides (A) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p7kg500roe0v5hxwd7a79" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i2w901hfs67ptwu41c4x", + "slug": "bet_amethyst_core_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/amethyst_core.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4p7kg500roe0v5hxwd7a79", + "setCardId": "clot8i2uj01hds67p280yjw1j", + "setCard": { + "id": "clot8i2uj01hds67p280yjw1j", + "slug": "bet_amethyst_core", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p7kg500roe0v5hxwd7a79", + "meta": { + "id": "clq3a0xra00n4sh278am2lxp7", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of ethereal essence", + "subType": "Relic", + "rulesText": "Provides (A) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i2uj01hds67p280yjw1j" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i2xx01hhs67p37o48p5d", + "slug": "bet_amethyst_core_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/amethyst_core-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4p7kg500roe0v5hxwd7a79", + "setCardId": "clot8i2uj01hds67p280yjw1j", + "setCard": { + "id": "clot8i2uj01hds67p280yjw1j", + "slug": "bet_amethyst_core", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p7kg500roe0v5hxwd7a79", + "meta": { + "id": "clq3a0xra00n4sh278am2lxp7", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of ethereal essence", + "subType": "Relic", + "rulesText": "Provides (A) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i2uj01hds67p280yjw1j" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p7rr800rqe0v5flmj36l8", + "slug": "alp_amethyst_core_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/amethyst_core.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4p7kg500roe0v5hxwd7a79", + "setCardId": "clm4p7qfs00rpe0v5d347avgk", + "setCard": { + "id": "clm4p7qfs00rpe0v5d347avgk", + "slug": "alp_amethyst_core", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p7kg500roe0v5hxwd7a79", + "meta": { + "id": "clq3a0xlh00n3sh27haojs1gm", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of ethereal essence", + "subType": "Relic", + "rulesText": "Provides (A) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p7qfs00rpe0v5d347avgk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p7z8200rre0v5h6309cbj", + "slug": "alp_amethyst_core_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/amethyst_core-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4p7kg500roe0v5hxwd7a79", + "setCardId": "clm4p7qfs00rpe0v5d347avgk", + "setCard": { + "id": "clm4p7qfs00rpe0v5d347avgk", + "slug": "alp_amethyst_core", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p7kg500roe0v5hxwd7a79", + "meta": { + "id": "clq3a0xlh00n3sh27haojs1gm", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of ethereal essence", + "subType": "Relic", + "rulesText": "Provides (A) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p7qfs00rpe0v5d347avgk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n2zkg00aye0v553mfbac8", + "slug": "ancient_dragon", + "name": "Ancient Dragon", + "hotscore": 1149, + "guardian": { + "id": "clq39zcxv00bish27hrweutw6", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Dragon of breathtaking majesty", + "subType": "Dragon", + "rulesText": "Airborne\r\n\r\nTap → Deal 4 damage to each other unit at target location nearby.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "cardId": "clm4n2zkg00aye0v553mfbac8" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8guik00qls67p2re7d7vn", + "slug": "bet_ancient_dragon_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ancient_dragon.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4n2zkg00aye0v553mfbac8", + "setCardId": "clot8guh300qjs67p1ltrtn4i", + "setCard": { + "id": "clot8guh300qjs67p1ltrtn4i", + "slug": "bet_ancient_dragon", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n2zkg00aye0v553mfbac8", + "meta": { + "id": "clq39zd7f00bksh270arui069", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Dragon of breathtaking majesty", + "subType": "Dragon", + "rulesText": "Airborne\r\n\r\nTap → Deal 4 damage to each other unit at target location nearby.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clot8guh300qjs67p1ltrtn4i" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8guk200qns67ptctf1r22", + "slug": "bet_ancient_dragon_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ancient_dragon-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4n2zkg00aye0v553mfbac8", + "setCardId": "clot8guh300qjs67p1ltrtn4i", + "setCard": { + "id": "clot8guh300qjs67p1ltrtn4i", + "slug": "bet_ancient_dragon", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n2zkg00aye0v553mfbac8", + "meta": { + "id": "clq39zd7f00bksh270arui069", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Dragon of breathtaking majesty", + "subType": "Dragon", + "rulesText": "Airborne\r\n\r\nTap → Deal 4 damage to each other unit at target location nearby.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clot8guh300qjs67p1ltrtn4i" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n36q000b0e0v5h89l85m7", + "slug": "alp_ancient_dragon_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ancient_dragon.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4n2zkg00aye0v553mfbac8", + "setCardId": "clm4n35eu00aze0v530yjb6db", + "setCard": { + "id": "clm4n35eu00aze0v530yjb6db", + "slug": "alp_ancient_dragon", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n2zkg00aye0v553mfbac8", + "meta": { + "id": "clq39zd0400bjsh27xnjwbogv", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Dragon of breathtaking majesty", + "subType": "Dragon", + "rulesText": "Airborne\n\nTap → Deal 4 damage to each other unit at target location nearby.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clm4n35eu00aze0v530yjb6db" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n3jcy00b2e0v5a2aja674", + "slug": "alp_ancient_dragon_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ancient_dragon-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4n2zkg00aye0v553mfbac8", + "setCardId": "clm4n35eu00aze0v530yjb6db", + "setCard": { + "id": "clm4n35eu00aze0v530yjb6db", + "slug": "alp_ancient_dragon", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n2zkg00aye0v553mfbac8", + "meta": { + "id": "clq39zd0400bjsh27xnjwbogv", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Dragon of breathtaking majesty", + "subType": "Dragon", + "rulesText": "Airborne\n\nTap → Deal 4 damage to each other unit at target location nearby.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clm4n35eu00aze0v530yjb6db" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n3dq100b1e0v5241rhbs8", + "slug": "alp_ancient_dragon_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ancient_dragon-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4n2zkg00aye0v553mfbac8", + "setCardId": "clm4n35eu00aze0v530yjb6db", + "setCard": { + "id": "clm4n35eu00aze0v530yjb6db", + "slug": "alp_ancient_dragon", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n2zkg00aye0v553mfbac8", + "meta": { + "id": "clq39zd0400bjsh27xnjwbogv", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Dragon of breathtaking majesty", + "subType": "Dragon", + "rulesText": "Airborne\n\nTap → Deal 4 damage to each other unit at target location nearby.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clm4n35eu00aze0v530yjb6db" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p85ni00rse0v5ckyk0oa8", + "slug": "angels_egg", + "name": "Angel's Egg", + "hotscore": 4163, + "guardian": { + "id": "clq3a0xxe00n5sh27mtl7jyyf", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of seraphic transfixion", + "subType": "Relic", + "rulesText": "At the end of each turn, the controller of Angel's Egg's site heals 1 life.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p85ni00rse0v5ckyk0oa8" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i37a01hms67pxbp8kq4d", + "slug": "bet_angels_egg_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/angels_egg.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4p85ni00rse0v5ckyk0oa8", + "setCardId": "clot8i35s01hks67p11cjdum5", + "setCard": { + "id": "clot8i35s01hks67p11cjdum5", + "slug": "bet_angels_egg", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p85ni00rse0v5ckyk0oa8", + "meta": { + "id": "clq3a0y5c00n7sh27ifvb8lbn", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of seraphic transfixion", + "subType": "Relic", + "rulesText": "At the end of each turn, the controller of Angel's Egg's site heals 1 life.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i35s01hks67p11cjdum5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i38v01hos67pixe808e1", + "slug": "bet_angels_egg_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/angels_egg-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4p85ni00rse0v5ckyk0oa8", + "setCardId": "clot8i35s01hks67p11cjdum5", + "setCard": { + "id": "clot8i35s01hks67p11cjdum5", + "slug": "bet_angels_egg", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p85ni00rse0v5ckyk0oa8", + "meta": { + "id": "clq3a0y5c00n7sh27ifvb8lbn", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of seraphic transfixion", + "subType": "Relic", + "rulesText": "At the end of each turn, the controller of Angel's Egg's site heals 1 life.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i35s01hks67p11cjdum5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p8cg000rue0v5evfnbrq2", + "slug": "alp_angels_egg_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/angels_egg.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4p85ni00rse0v5ckyk0oa8", + "setCardId": "clm4p8b4x00rte0v5h6wtf160", + "setCard": { + "id": "clm4p8b4x00rte0v5h6wtf160", + "slug": "alp_angels_egg", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p85ni00rse0v5ckyk0oa8", + "meta": { + "id": "clq3a0xzo00n6sh278lr2i48c", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of seraphic transfixion", + "subType": "Relic", + "rulesText": "At the end of each turn, the controller of Angel's Egg's site heals 1 life.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p8b4x00rte0v5h6wtf160" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p8jah00rve0v52wdw6qkw", + "slug": "alp_angels_egg_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/angels_egg-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4p85ni00rse0v5ckyk0oa8", + "setCardId": "clm4p8b4x00rte0v5h6wtf160", + "setCard": { + "id": "clm4p8b4x00rte0v5h6wtf160", + "slug": "alp_angels_egg", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p85ni00rse0v5ckyk0oa8", + "meta": { + "id": "clq3a0xzo00n6sh278lr2i48c", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of seraphic transfixion", + "subType": "Relic", + "rulesText": "At the end of each turn, the controller of Angel's Egg's site heals 1 life.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p8b4x00rte0v5h6wtf160" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o667l00jje0v50cco1tgk", + "slug": "anui_undine", + "name": "Anui Undine", + "hotscore": 1907, + "guardian": { + "id": "clq3a063m00hgsh2738z11ukf", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit born of the sea", + "subType": "Spirit", + "rulesText": "Submerge\r\n \r\nAnui Undine has +1 power for each site in her body of water.", + "cost": 5, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4o667l00jje0v50cco1tgk" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hh7p014es67pbjbfbu3p", + "slug": "bet_anui_undine_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/anui_undine.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "What is a puddle but an ocean waiting to be discovered?", + "cardId": "clm4o667l00jje0v50cco1tgk", + "setCardId": "clot8hh66014cs67pzt2nhkux", + "setCard": { + "id": "clot8hh66014cs67pzt2nhkux", + "slug": "bet_anui_undine", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o667l00jje0v50cco1tgk", + "meta": { + "id": "clq3a06e100hish27iydxoaqq", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit born of the sea", + "subType": "Spirit", + "rulesText": "Submerge\r\n \r\nAnui Undine has +1 power for each site in her body of water.", + "cost": 5, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hh66014cs67pzt2nhkux" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hh98014gs67pxq5vch0a", + "slug": "bet_anui_undine_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/anui_undine-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "What is a puddle but an ocean waiting to be discovered?", + "cardId": "clm4o667l00jje0v50cco1tgk", + "setCardId": "clot8hh66014cs67pzt2nhkux", + "setCard": { + "id": "clot8hh66014cs67pzt2nhkux", + "slug": "bet_anui_undine", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o667l00jje0v50cco1tgk", + "meta": { + "id": "clq3a06e100hish27iydxoaqq", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit born of the sea", + "subType": "Spirit", + "rulesText": "Submerge\r\n \r\nAnui Undine has +1 power for each site in her body of water.", + "cost": 5, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hh66014cs67pzt2nhkux" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o6deq00jle0v577vnete4", + "slug": "alp_anui_undine_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/anui_undine.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "What is a puddle but an ocean waiting to be discovered?", + "cardId": "clm4o667l00jje0v50cco1tgk", + "setCardId": "clm4o6c2w00jke0v5atswd5kz", + "setCard": { + "id": "clm4o6c2w00jke0v5atswd5kz", + "slug": "alp_anui_undine", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o667l00jje0v50cco1tgk", + "meta": { + "id": "clq3a066e00hhsh27dk9t2ny1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit born of the sea", + "subType": "Spirit", + "rulesText": "Submerge\n\nAnui Undine has +1 power for each site in her body of water.", + "cost": 5, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o6c2w00jke0v5atswd5kz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o6rdd00jne0v54s4l7kvi", + "slug": "alp_anui_undine_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/anui_undine-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Tony Szczudlo", + "flavorText": "What is a puddle but an ocean waiting to be discovered?", + "cardId": "clm4o667l00jje0v50cco1tgk", + "setCardId": "clm4o6c2w00jke0v5atswd5kz", + "setCard": { + "id": "clm4o6c2w00jke0v5atswd5kz", + "slug": "alp_anui_undine", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o667l00jje0v50cco1tgk", + "meta": { + "id": "clq3a066e00hhsh27dk9t2ny1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit born of the sea", + "subType": "Spirit", + "rulesText": "Submerge\n\nAnui Undine has +1 power for each site in her body of water.", + "cost": 5, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o6c2w00jke0v5atswd5kz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o6kzb00jme0v5dbtj5fda", + "slug": "alp_anui_undine_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/anui_undine-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "What is a puddle but an ocean waiting to be discovered?", + "cardId": "clm4o667l00jje0v50cco1tgk", + "setCardId": "clm4o6c2w00jke0v5atswd5kz", + "setCard": { + "id": "clm4o6c2w00jke0v5atswd5kz", + "slug": "alp_anui_undine", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o667l00jje0v50cco1tgk", + "meta": { + "id": "clq3a066e00hhsh27dk9t2ny1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit born of the sea", + "subType": "Spirit", + "rulesText": "Submerge\n\nAnui Undine has +1 power for each site in her body of water.", + "cost": 5, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o6c2w00jke0v5atswd5kz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4i2b9g000124v58zow8ddd", + "slug": "apprentice_wizard", + "name": "Apprentice Wizard", + "hotscore": 6992, + "guardian": { + "id": "clq39xt5h0000sh27d4ujwgaj", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal new to power", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nGenesis → Draw a spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4i2b9g000124v58zow8ddd" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fm2p0005s67p3d50vkcg", + "slug": "bet_apprentice_wizard_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/apprentice_wizard.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4i2b9g000124v58zow8ddd", + "setCardId": "clot8fm000003s67popttvs61", + "setCard": { + "id": "clot8fm000003s67popttvs61", + "slug": "bet_apprentice_wizard", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i2b9g000124v58zow8ddd", + "meta": { + "id": "clq39xtje0002sh275j6b2g1s", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal new to power", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nGenesis → Draw a spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fm000003s67popttvs61" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fm580007s67p53i84k6g", + "slug": "bet_apprentice_wizard_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/apprentice_wizard-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4i2b9g000124v58zow8ddd", + "setCardId": "clot8fm000003s67popttvs61", + "setCard": { + "id": "clot8fm000003s67popttvs61", + "slug": "bet_apprentice_wizard", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i2b9g000124v58zow8ddd", + "meta": { + "id": "clq39xtje0002sh275j6b2g1s", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal new to power", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nGenesis → Draw a spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fm000003s67popttvs61" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i2oi7000324v58b690ywt", + "slug": "alp_apprentice_wizard_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/apprentice_wizard.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4i2b9g000124v58zow8ddd", + "setCardId": "clm4i2m1g000224v533ol2uhz", + "setCard": { + "id": "clm4i2m1g000224v533ol2uhz", + "slug": "alp_apprentice_wizard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i2b9g000124v58zow8ddd", + "meta": { + "id": "clq39xt9c0001sh27ab0krzhc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal new to power", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nGenesis → Draw a spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i2m1g000224v533ol2uhz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i364q000524v5f894cx4r", + "slug": "alp_apprentice_wizard_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/apprentice_wizard-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4i2b9g000124v58zow8ddd", + "setCardId": "clm4i2m1g000224v533ol2uhz", + "setCard": { + "id": "clm4i2m1g000224v533ol2uhz", + "slug": "alp_apprentice_wizard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i2b9g000124v58zow8ddd", + "meta": { + "id": "clq39xt9c0001sh27ab0krzhc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal new to power", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nGenesis → Draw a spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i2m1g000224v533ol2uhz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i2z8m000424v58pitauv6", + "slug": "alp_apprentice_wizard_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/apprentice_wizard-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4i2b9g000124v58zow8ddd", + "setCardId": "clm4i2m1g000224v533ol2uhz", + "setCard": { + "id": "clm4i2m1g000224v533ol2uhz", + "slug": "alp_apprentice_wizard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i2b9g000124v58zow8ddd", + "meta": { + "id": "clq39xt9c0001sh27ab0krzhc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal new to power", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nGenesis → Draw a spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i2m1g000224v533ol2uhz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p8od800rwe0v57baz9e43", + "slug": "aquamarine_core", + "name": "Aquamarine Core", + "hotscore": 5393, + "guardian": { + "id": "clq3a0yb700n8sh27c83vk8b3", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of fluidic finesse", + "subType": "Relic", + "rulesText": "Provides (W) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p8od800rwe0v57baz9e43" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i3i901hts67pmhg6mx1m", + "slug": "bet_aquamarine_core_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/aquamarine_core.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4p8od800rwe0v57baz9e43", + "setCardId": "clot8i3gq01hrs67pv0rb549o", + "setCard": { + "id": "clot8i3gq01hrs67pv0rb549o", + "slug": "bet_aquamarine_core", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p8od800rwe0v57baz9e43", + "meta": { + "id": "clq3a0yj600nash27y7gfritw", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of fluidic finesse", + "subType": "Relic", + "rulesText": "Provides (W) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i3gq01hrs67pv0rb549o" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i3jv01hvs67phfvl2vco", + "slug": "bet_aquamarine_core_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/aquamarine_core-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4p8od800rwe0v57baz9e43", + "setCardId": "clot8i3gq01hrs67pv0rb549o", + "setCard": { + "id": "clot8i3gq01hrs67pv0rb549o", + "slug": "bet_aquamarine_core", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p8od800rwe0v57baz9e43", + "meta": { + "id": "clq3a0yj600nash27y7gfritw", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of fluidic finesse", + "subType": "Relic", + "rulesText": "Provides (W) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i3gq01hrs67pv0rb549o" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p8vg700rye0v5aff3hrrj", + "slug": "alp_aquamarine_core_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/aquamarine_core.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4p8od800rwe0v57baz9e43", + "setCardId": "clm4p8u4q00rxe0v5cgd0av28", + "setCard": { + "id": "clm4p8u4q00rxe0v5cgd0av28", + "slug": "alp_aquamarine_core", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p8od800rwe0v57baz9e43", + "meta": { + "id": "clq3a0ydm00n9sh27fivf5zf0", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of fluidic finesse", + "subType": "Relic", + "rulesText": "Provides (W) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p8u4q00rxe0v5cgd0av28" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p92mp00rze0v50j3o8uc2", + "slug": "alp_aquamarine_core_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/aquamarine_core-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4p8od800rwe0v57baz9e43", + "setCardId": "clm4p8u4q00rxe0v5cgd0av28", + "setCard": { + "id": "clm4p8u4q00rxe0v5cgd0av28", + "slug": "alp_aquamarine_core", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p8od800rwe0v57baz9e43", + "meta": { + "id": "clq3a0ydm00n9sh27fivf5zf0", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of fluidic finesse", + "subType": "Relic", + "rulesText": "Provides (W) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p8u4q00rxe0v5cgd0av28" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qla9j012ie0v536poch9p", + "slug": "aqueduct", + "name": "Aqueduct", + "hotscore": 3268, + "guardian": { + "id": "clq3a1xe200ugsh27y8axzuj1", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qla9j012ie0v536poch9p" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + }, + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8ivcj01yms67pbykdx2ii", + "slug": "bet_aqueduct_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/aqueduct.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Through brick and ashlar conduits flows the lifeblood of an empire.", + "cardId": "clm4qla9j012ie0v536poch9p", + "setCardId": "clot8ivb001yks67pasqhzy50", + "setCard": { + "id": "clot8ivb001yks67pasqhzy50", + "slug": "bet_aqueduct", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qla9j012ie0v536poch9p", + "meta": { + "id": "clq3a1xm500uish2733f1w9jo", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ivb001yks67pasqhzy50" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ive101yos67p7thd7x18", + "slug": "bet_aqueduct_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/aqueduct-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Through brick and ashlar conduits flows the lifeblood of an empire.", + "cardId": "clm4qla9j012ie0v536poch9p", + "setCardId": "clot8ivb001yks67pasqhzy50", + "setCard": { + "id": "clot8ivb001yks67pasqhzy50", + "slug": "bet_aqueduct", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qla9j012ie0v536poch9p", + "meta": { + "id": "clq3a1xm500uish2733f1w9jo", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ivb001yks67pasqhzy50" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qlhec012ke0v5d5kecygc", + "slug": "alp_aqueduct_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/aqueduct.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Through brick and ashlar conduits flows the lifeblood of an empire.", + "cardId": "clm4qla9j012ie0v536poch9p", + "setCardId": "clm4qlg3c012je0v536wk25y5", + "setCard": { + "id": "clm4qlg3c012je0v536wk25y5", + "slug": "alp_aqueduct", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qla9j012ie0v536poch9p", + "meta": { + "id": "clq3a1xge00uhsh27n75hnl2r", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qlg3c012je0v536wk25y5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qlnzq012le0v58oa35q3g", + "slug": "alp_aqueduct_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/aqueduct-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Through brick and ashlar conduits flows the lifeblood of an empire.", + "cardId": "clm4qla9j012ie0v536poch9p", + "setCardId": "clm4qlg3c012je0v536wk25y5", + "setCard": { + "id": "clm4qlg3c012je0v536wk25y5", + "slug": "alp_aqueduct", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qla9j012ie0v536poch9p", + "meta": { + "id": "clq3a1xge00uhsh27n75hnl2r", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qlg3c012je0v536wk25y5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n3khk00b3e0v5ac1c7mi9", + "slug": "aramos_mercenaries", + "name": "Aramos Mercenaries", + "hotscore": 1330, + "guardian": { + "id": "clq39zdd400blsh272k3sbg7e", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals fight for a price", + "subType": "Mortal", + "rulesText": "You may discard a random card rather than pay this spell's mana cost.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4n3khk00b3e0v5ac1c7mi9" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gutk00qss67pdyfixjh7", + "slug": "bet_aramos_mercenaries_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/aramos_mercenaries.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "The purse has enticements unknown to virtue.", + "cardId": "clm4n3khk00b3e0v5ac1c7mi9", + "setCardId": "clot8gus100qqs67prhxfeebt", + "setCard": { + "id": "clot8gus100qqs67prhxfeebt", + "slug": "bet_aramos_mercenaries", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n3khk00b3e0v5ac1c7mi9", + "meta": { + "id": "clq39zdl000bnsh276zte0x9n", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals fight for a price", + "subType": "Mortal", + "rulesText": "You may discard a random card rather than pay this spell's mana cost.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gus100qqs67prhxfeebt" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8guv700qus67p8y3o3mtg", + "slug": "bet_aramos_mercenaries_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/aramos_mercenaries-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "The purse has enticements unknown to virtue.", + "cardId": "clm4n3khk00b3e0v5ac1c7mi9", + "setCardId": "clot8gus100qqs67prhxfeebt", + "setCard": { + "id": "clot8gus100qqs67prhxfeebt", + "slug": "bet_aramos_mercenaries", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n3khk00b3e0v5ac1c7mi9", + "meta": { + "id": "clq39zdl000bnsh276zte0x9n", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals fight for a price", + "subType": "Mortal", + "rulesText": "You may discard a random card rather than pay this spell's mana cost.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gus100qqs67prhxfeebt" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n3r2d00b5e0v542do9k79", + "slug": "alp_aramos_mercenaries_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/aramos_mercenaries.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "The purse has enticements unknown to virtue.", + "cardId": "clm4n3khk00b3e0v5ac1c7mi9", + "setCardId": "clm4n3pr200b4e0v587oj0rlw", + "setCard": { + "id": "clm4n3pr200b4e0v587oj0rlw", + "slug": "alp_aramos_mercenaries", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n3khk00b3e0v5ac1c7mi9", + "meta": { + "id": "clq39zdff00bmsh279ezvp1gm", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals fight for a price", + "subType": "Mortal", + "rulesText": "You may discard a random card rather than pay this spell's mana cost.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n3pr200b4e0v587oj0rlw" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n3xum00b6e0v5bw7qd8ys", + "slug": "alp_aramos_mercenaries_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/aramos_mercenaries-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "The purse has enticements unknown to virtue.", + "cardId": "clm4n3khk00b3e0v5ac1c7mi9", + "setCardId": "clm4n3pr200b4e0v587oj0rlw", + "setCard": { + "id": "clm4n3pr200b4e0v587oj0rlw", + "slug": "alp_aramos_mercenaries", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n3khk00b3e0v5ac1c7mi9", + "meta": { + "id": "clq39zdff00bmsh279ezvp1gm", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals fight for a price", + "subType": "Mortal", + "rulesText": "You may discard a random card rather than pay this spell's mana cost.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n3pr200b4e0v587oj0rlw" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qb1ep0104e0v5149312q3", + "slug": "arid_desert", + "name": "Arid Desert", + "hotscore": 4967, + "guardian": { + "id": "clq3a1pny00sysh272fbkzkx6", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of ruin", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4qb1ep0104e0v5149312q3" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8ipj301v4s67p9sdhtkwv", + "slug": "bet_arid_desert_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/arid_desert.png", + "finish": "Standard", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qb1ep0104e0v5149312q3", + "setCardId": "clot8iphk01v2s67p9rzn5iuw", + "setCard": { + "id": "clot8iphk01v2s67p9rzn5iuw", + "slug": "bet_arid_desert", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qb1ep0104e0v5149312q3", + "meta": { + "id": "clq3a1pxx00t0sh270zt3axpw", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of ruin", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8iphk01v2s67p9rzn5iuw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ipkk01v6s67pxbhxijal", + "slug": "bet_arid_desert_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/arid_desert-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qb1ep0104e0v5149312q3", + "setCardId": "clot8iphk01v2s67p9rzn5iuw", + "setCard": { + "id": "clot8iphk01v2s67p9rzn5iuw", + "slug": "bet_arid_desert", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qb1ep0104e0v5149312q3", + "meta": { + "id": "clq3a1pxx00t0sh270zt3axpw", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of ruin", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8iphk01v2s67p9rzn5iuw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qb8kl0106e0v51xyvb0f4", + "slug": "alp_arid_desert_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/arid_desert.png", + "finish": "Standard", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qb1ep0104e0v5149312q3", + "setCardId": "clm4qb79n0105e0v5d72z9eky", + "setCard": { + "id": "clm4qb79n0105e0v5d72z9eky", + "slug": "alp_arid_desert", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qb1ep0104e0v5149312q3", + "meta": { + "id": "clq3a1pqe00szsh27xm44mt6y", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of ruin", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qb79n0105e0v5d72z9eky" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qbl3f0108e0v51mo62kbu", + "slug": "alp_arid_desert_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/arid_desert-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qb1ep0104e0v5149312q3", + "setCardId": "clm4qb79n0105e0v5d72z9eky", + "setCard": { + "id": "clm4qb79n0105e0v5d72z9eky", + "slug": "alp_arid_desert", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qb1ep0104e0v5149312q3", + "meta": { + "id": "clq3a1pqe00szsh27xm44mt6y", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of ruin", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qb79n0105e0v5d72z9eky" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qbfbs0107e0v5hd984z6s", + "slug": "alp_arid_desert_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/arid_desert-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qb1ep0104e0v5149312q3", + "setCardId": "clm4qb79n0105e0v5d72z9eky", + "setCard": { + "id": "clm4qb79n0105e0v5d72z9eky", + "slug": "alp_arid_desert", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qb1ep0104e0v5149312q3", + "meta": { + "id": "clq3a1pqe00szsh27xm44mt6y", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of ruin", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qb79n0105e0v5d72z9eky" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n43b700b7e0v55bkdh7cc", + "slug": "askelon_phoenix", + "name": "Askelon Phoenix", + "hotscore": 896, + "guardian": { + "id": "clq39zdqo00bosh27z2ku44dg", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast of candescent splendor\r\n", + "subType": "Beast", + "rulesText": "Airborne\r\n\r\nIf Askelon Phoenix would take damage from a fire spell or ability, it gains +1 power this turn, instead.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4n43b700b7e0v55bkdh7cc" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gv5k00qzs67p4wuz1206", + "slug": "bet_askelon_phoenix_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/askelon_phoenix.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4n43b700b7e0v55bkdh7cc", + "setCardId": "clot8gv3z00qxs67p3pqdenev", + "setCard": { + "id": "clot8gv3z00qxs67p3pqdenev", + "slug": "bet_askelon_phoenix", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n43b700b7e0v55bkdh7cc", + "meta": { + "id": "clq39zdz600bqsh27n9xaqprg", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast of candescent splendor\r\n", + "subType": "Beast", + "rulesText": "Airborne\r\n\r\nIf Askelon Phoenix would take damage from a fire spell or ability, it gains +1 power this turn, instead.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gv3z00qxs67p3pqdenev" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gv7600r1s67padfr2lmc", + "slug": "bet_askelon_phoenix_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/askelon_phoenix-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4n43b700b7e0v55bkdh7cc", + "setCardId": "clot8gv3z00qxs67p3pqdenev", + "setCard": { + "id": "clot8gv3z00qxs67p3pqdenev", + "slug": "bet_askelon_phoenix", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n43b700b7e0v55bkdh7cc", + "meta": { + "id": "clq39zdz600bqsh27n9xaqprg", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast of candescent splendor\r\n", + "subType": "Beast", + "rulesText": "Airborne\r\n\r\nIf Askelon Phoenix would take damage from a fire spell or ability, it gains +1 power this turn, instead.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gv3z00qxs67p3pqdenev" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n4ar700b9e0v54r2g2pee", + "slug": "alp_askelon_phoenix_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/askelon_phoenix.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4n43b700b7e0v55bkdh7cc", + "setCardId": "clm4n49fi00b8e0v5088acyhq", + "setCard": { + "id": "clm4n49fi00b8e0v5088acyhq", + "slug": "alp_askelon_phoenix", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n43b700b7e0v55bkdh7cc", + "meta": { + "id": "clq39zdsz00bpsh277w195lqi", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast of candescent splendor\n", + "subType": "Beast", + "rulesText": "Airborne\n\nIf Askelon Phoenix would take damage from a fire spell or ability, it gains +1 power this turn, instead.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n49fi00b8e0v5088acyhq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n4h6p00bae0v5b21uae5e", + "slug": "alp_askelon_phoenix_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/askelon_phoenix-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4n43b700b7e0v55bkdh7cc", + "setCardId": "clm4n49fi00b8e0v5088acyhq", + "setCard": { + "id": "clm4n49fi00b8e0v5088acyhq", + "slug": "alp_askelon_phoenix", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n43b700b7e0v55bkdh7cc", + "meta": { + "id": "clq39zdsz00bpsh277w195lqi", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast of candescent splendor\n", + "subType": "Beast", + "rulesText": "Airborne\n\nIf Askelon Phoenix would take damage from a fire spell or ability, it gains +1 power this turn, instead.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n49fi00b8e0v5088acyhq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mrrld008le0v59g2lcywr", + "slug": "assorted_animals", + "name": "Assorted Animals", + "hotscore": 1113, + "guardian": { + "id": "clq39z4yn009ush2750p9p9cd", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of motley menagerie", + "subType": "", + "rulesText": "Search your spellbook for different Beasts with a combined mana cost of X or less, reveal them, and put them in your hand. Shuffle your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mrrld008le0v59g2lcywr" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8go4v00mps67pfxn6t80r", + "slug": "bet_assorted_animals_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/assorted_animals.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4mrrld008le0v59g2lcywr", + "setCardId": "clot8go3200mns67pcxioncjj", + "setCard": { + "id": "clot8go3200mns67pcxioncjj", + "slug": "bet_assorted_animals", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mrrld008le0v59g2lcywr", + "meta": { + "id": "clq39z56j009wsh278i6yjbo6", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of motley menagerie", + "subType": "", + "rulesText": "Search your spellbook for different Beasts with a combined mana cost of X or less, reveal them, and put them in your hand. Shuffle your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8go3200mns67pcxioncjj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8go6e00mrs67pvxk78zav", + "slug": "bet_assorted_animals_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/assorted_animals-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4mrrld008le0v59g2lcywr", + "setCardId": "clot8go3200mns67pcxioncjj", + "setCard": { + "id": "clot8go3200mns67pcxioncjj", + "slug": "bet_assorted_animals", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mrrld008le0v59g2lcywr", + "meta": { + "id": "clq39z56j009wsh278i6yjbo6", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of motley menagerie", + "subType": "", + "rulesText": "Search your spellbook for different Beasts with a combined mana cost of X or less, reveal them, and put them in your hand. Shuffle your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8go3200mns67pcxioncjj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mrycx008ne0v53bd2e82i", + "slug": "alp_assorted_animals_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/assorted_animals.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4mrrld008le0v59g2lcywr", + "setCardId": "clm4mrx1w008me0v55ewz6tg7", + "setCard": { + "id": "clm4mrx1w008me0v55ewz6tg7", + "slug": "alp_assorted_animals", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mrrld008le0v59g2lcywr", + "meta": { + "id": "clq39z50x009vsh27sb8ihhfh", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of motley menagerie", + "subType": "", + "rulesText": "Search your spellbook for different Beasts with a combined mana cost of X or less, reveal them, and put them in your hand. Shuffle your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mrx1w008me0v55ewz6tg7" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ms5y4008oe0v57e3d6eal", + "slug": "alp_assorted_animals_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/assorted_animals-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4mrrld008le0v59g2lcywr", + "setCardId": "clm4mrx1w008me0v55ewz6tg7", + "setCard": { + "id": "clm4mrx1w008me0v55ewz6tg7", + "slug": "alp_assorted_animals", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mrrld008le0v59g2lcywr", + "meta": { + "id": "clq39z50x009vsh27sb8ihhfh", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of motley menagerie", + "subType": "", + "rulesText": "Search your spellbook for different Beasts with a combined mana cost of X or less, reveal them, and put them in your hand. Shuffle your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mrx1w008me0v55ewz6tg7" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qpter013ee0v59pu59gkl", + "slug": "astral_alcazar", + "name": "Astral Alcazar", + "hotscore": 703, + "guardian": { + "id": "clq3a20hb00v4sh27run5l74y", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site drifts through infinity", + "subType": "", + "rulesText": "Units can move between this site and any void as if they were adjacent.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qpter013ee0v59pu59gkl" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ixzh0206s67p418ctx9i", + "slug": "bet_astral_alcazar_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/astral_alcazar.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4qpter013ee0v59pu59gkl", + "setCardId": "clot8ixxz0204s67paorfdxic", + "setCard": { + "id": "clot8ixxz0204s67paorfdxic", + "slug": "bet_astral_alcazar", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qpter013ee0v59pu59gkl", + "meta": { + "id": "clq3a20p600v6sh27y5miznix", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site drifts through infinity", + "subType": "", + "rulesText": "Units can move between this site and any void as if they were adjacent.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ixxz0204s67paorfdxic" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iy0z0208s67pm56gsfo5", + "slug": "bet_astral_alcazar_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/astral_alcazar-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4qpter013ee0v59pu59gkl", + "setCardId": "clot8ixxz0204s67paorfdxic", + "setCard": { + "id": "clot8ixxz0204s67paorfdxic", + "slug": "bet_astral_alcazar", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qpter013ee0v59pu59gkl", + "meta": { + "id": "clq3a20p600v6sh27y5miznix", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site drifts through infinity", + "subType": "", + "rulesText": "Units can move between this site and any void as if they were adjacent.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ixxz0204s67paorfdxic" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qpzz8013ge0v57n1r7dxa", + "slug": "alp_astral_alcazar_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/astral_alcazar.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4qpter013ee0v59pu59gkl", + "setCardId": "clm4qpyo0013fe0v5ehbc6szo", + "setCard": { + "id": "clm4qpyo0013fe0v5ehbc6szo", + "slug": "alp_astral_alcazar", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qpter013ee0v59pu59gkl", + "meta": { + "id": "clq3a20jl00v5sh279ooafnqs", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site drifts through infinity", + "subType": "", + "rulesText": "Units can move between this site and any void as if they were adjacent.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qpyo0013fe0v5ehbc6szo" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qq6e9013he0v5f8hq95t4", + "slug": "alp_astral_alcazar_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/astral_alcazar-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4qpter013ee0v59pu59gkl", + "setCardId": "clm4qpyo0013fe0v5ehbc6szo", + "setCard": { + "id": "clm4qpyo0013fe0v5ehbc6szo", + "slug": "alp_astral_alcazar", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qpter013ee0v59pu59gkl", + "meta": { + "id": "clq3a20jl00v5sh279ooafnqs", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site drifts through infinity", + "subType": "", + "rulesText": "Units can move between this site and any void as if they were adjacent.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qpyo0013fe0v5ehbc6szo" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p3obs00qve0v57fn7ez3n", + "slug": "atlantean_fate", + "name": "Atlantean Fate", + "hotscore": 6069, + "guardian": { + "id": "clq3a0ur500mhsh27llqfn6v2", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura of hubris humbled", + "subType": "", + "rulesText": "Affected non-Ordinary sites are flooded. They are water sites, only provide Water threshold, and lose all other abilities.\r\n\r\nGenesis → Submerge all minions and artifacts atop affected sites.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p3obs00qve0v57fn7ez3n" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8i0nr01g2s67pcdqkaa4e", + "slug": "bet_atlantean_fate_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/atlantean_fate.png", + "finish": "Standard", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4p3obs00qve0v57fn7ez3n", + "setCardId": "clot8i0m901g0s67p947b3fpn", + "setCard": { + "id": "clot8i0m901g0s67p947b3fpn", + "slug": "bet_atlantean_fate", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p3obs00qve0v57fn7ez3n", + "meta": { + "id": "clq3a0uza00mjsh27x1w128d9", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura of hubris humbled", + "subType": "", + "rulesText": "Affected non-Ordinary sites are flooded. They are water sites, only provide Water threshold, and lose all other abilities.\r\n\r\nGenesis → Submerge all minions and artifacts atop affected sites.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i0m901g0s67p947b3fpn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i0pi01g4s67p8zlle0bh", + "slug": "bet_atlantean_fate_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/atlantean_fate-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4p3obs00qve0v57fn7ez3n", + "setCardId": "clot8i0m901g0s67p947b3fpn", + "setCard": { + "id": "clot8i0m901g0s67p947b3fpn", + "slug": "bet_atlantean_fate", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p3obs00qve0v57fn7ez3n", + "meta": { + "id": "clq3a0uza00mjsh27x1w128d9", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura of hubris humbled", + "subType": "", + "rulesText": "Affected non-Ordinary sites are flooded. They are water sites, only provide Water threshold, and lose all other abilities.\r\n\r\nGenesis → Submerge all minions and artifacts atop affected sites.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i0m901g0s67p947b3fpn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p3w8700qxe0v52v2xb4po", + "slug": "alp_atlantean_fate_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/atlantean_fate.png", + "finish": "Standard", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4p3obs00qve0v57fn7ez3n", + "setCardId": "clm4p3ux500qwe0v5a0iu1i0c", + "setCard": { + "id": "clm4p3ux500qwe0v5a0iu1i0c", + "slug": "alp_atlantean_fate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p3obs00qve0v57fn7ez3n", + "meta": { + "id": "clq3a0uti00mish27wc06yy9g", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura of hubris humbled", + "subType": "", + "rulesText": "Affected non-Ordinary sites are flooded. They are water sites, only provide Water threshold, and lose all other abilities.\nGenesis → Submerge all minions and artifacts atop affected sites.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p3ux500qwe0v5a0iu1i0c" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p432e00qye0v5egvzfcl8", + "slug": "alp_atlantean_fate_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/atlantean_fate-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4p3obs00qve0v57fn7ez3n", + "setCardId": "clm4p3ux500qwe0v5a0iu1i0c", + "setCard": { + "id": "clm4p3ux500qwe0v5a0iu1i0c", + "slug": "alp_atlantean_fate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p3obs00qve0v57fn7ez3n", + "meta": { + "id": "clq3a0uti00mish27wc06yy9g", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura of hubris humbled", + "subType": "", + "rulesText": "Affected non-Ordinary sites are flooded. They are water sites, only provide Water threshold, and lose all other abilities.\nGenesis → Submerge all minions and artifacts atop affected sites.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p3ux500qwe0v5a0iu1i0c" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m2na4003ee0v54okid9ko", + "slug": "atlas_wanderers", + "name": "Atlas Wanderers", + "hotscore": 1980, + "guardian": { + "id": "clq39ynd50067sh27phttghxx", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Giants bear the weight of the world", + "subType": "Giant", + "rulesText": "Genesis → This site and an adjacent site change places, carrying along everything of normal size.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m2na4003ee0v54okid9ko" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8ga9u00ecs67p3wrrx310", + "slug": "bet_atlas_wanderers_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/atlas_wanderers.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4m2na4003ee0v54okid9ko", + "setCardId": "clot8ga7w00eas67po03iqos2", + "setCard": { + "id": "clot8ga7w00eas67po03iqos2", + "slug": "bet_atlas_wanderers", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m2na4003ee0v54okid9ko", + "meta": { + "id": "clq39ynl90069sh27xmmx44ws", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Giants bear the weight of the world", + "subType": "Giant", + "rulesText": "Genesis → This site and an adjacent site change places, carrying along everything of normal size.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ga7w00eas67po03iqos2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gabe00ees67pkn7it8jb", + "slug": "bet_atlas_wanderers_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/atlas_wanderers-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4m2na4003ee0v54okid9ko", + "setCardId": "clot8ga7w00eas67po03iqos2", + "setCard": { + "id": "clot8ga7w00eas67po03iqos2", + "slug": "bet_atlas_wanderers", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m2na4003ee0v54okid9ko", + "meta": { + "id": "clq39ynl90069sh27xmmx44ws", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Giants bear the weight of the world", + "subType": "Giant", + "rulesText": "Genesis → This site and an adjacent site change places, carrying along everything of normal size.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ga7w00eas67po03iqos2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m2vmg003ge0v57a5bfk34", + "slug": "alp_atlas_wanderers_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/atlas_wanderers.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4m2na4003ee0v54okid9ko", + "setCardId": "clm4m2u0l003fe0v5ej2a8asg", + "setCard": { + "id": "clm4m2u0l003fe0v5ej2a8asg", + "slug": "alp_atlas_wanderers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m2na4003ee0v54okid9ko", + "meta": { + "id": "clq39ynfh0068sh27wf5lowek", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Giants bear the weight of the world", + "subType": "Giant", + "rulesText": "Genesis → This site and an adjacent site change places, carrying along everything of normal size.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m2u0l003fe0v5ej2a8asg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m33xw003he0v528s34tt6", + "slug": "alp_atlas_wanderers_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/atlas_wanderers-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4m2na4003ee0v54okid9ko", + "setCardId": "clm4m2u0l003fe0v5ej2a8asg", + "setCard": { + "id": "clm4m2u0l003fe0v5ej2a8asg", + "slug": "alp_atlas_wanderers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m2na4003ee0v54okid9ko", + "meta": { + "id": "clq39ynfh0068sh27wf5lowek", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Giants bear the weight of the world", + "subType": "Giant", + "rulesText": "Genesis → This site and an adjacent site change places, carrying along everything of normal size.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m2u0l003fe0v5ej2a8asg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qg4fp011ae0v5aegvd8jg", + "slug": "autumn_river", + "name": "Autumn River", + "hotscore": 3654, + "guardian": { + "id": "clq3a1th600tpsh272zfkiome", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of refreshment", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qg4fp011ae0v5aegvd8jg" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8iscl01wvs67pj1tiz98k", + "slug": "bet_autumn_river_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/autumn_river.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qg4fp011ae0v5aegvd8jg", + "setCardId": "clot8isay01wts67p08ppolrg", + "setCard": { + "id": "clot8isay01wts67p08ppolrg", + "slug": "bet_autumn_river", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qg4fp011ae0v5aegvd8jg", + "meta": { + "id": "clq3a1trd00trsh274f7yh41z", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of refreshment", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8isay01wts67p08ppolrg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ise801wxs67pb9lqqbw9", + "slug": "bet_autumn_river_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/autumn_river-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qg4fp011ae0v5aegvd8jg", + "setCardId": "clot8isay01wts67p08ppolrg", + "setCard": { + "id": "clot8isay01wts67p08ppolrg", + "slug": "bet_autumn_river", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qg4fp011ae0v5aegvd8jg", + "meta": { + "id": "clq3a1trd00trsh274f7yh41z", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of refreshment", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8isay01wts67p08ppolrg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qgbnu011ce0v5g1973psq", + "slug": "alp_autumn_river_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/autumn_river.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qg4fp011ae0v5aegvd8jg", + "setCardId": "clm4qgacu011be0v5gdk6dx6e", + "setCard": { + "id": "clm4qgacu011be0v5gdk6dx6e", + "slug": "alp_autumn_river", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qg4fp011ae0v5aegvd8jg", + "meta": { + "id": "clq3a1tji00tqsh279515coaq", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of refreshment", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qgacu011be0v5gdk6dx6e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qgo4p011ee0v56f01cdha", + "slug": "alp_autumn_river_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/autumn_river-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qg4fp011ae0v5aegvd8jg", + "setCardId": "clm4qgacu011be0v5gdk6dx6e", + "setCard": { + "id": "clm4qgacu011be0v5gdk6dx6e", + "slug": "alp_autumn_river", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qg4fp011ae0v5aegvd8jg", + "meta": { + "id": "clq3a1tji00tqsh279515coaq", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of refreshment", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qgacu011be0v5gdk6dx6e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qgi4s011de0v5190ngumj", + "slug": "alp_autumn_river_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/autumn_river-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qg4fp011ae0v5aegvd8jg", + "setCardId": "clm4qgacu011be0v5gdk6dx6e", + "setCard": { + "id": "clm4qgacu011be0v5gdk6dx6e", + "slug": "alp_autumn_river", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qg4fp011ae0v5aegvd8jg", + "meta": { + "id": "clq3a1tji00tqsh279515coaq", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of refreshment", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qgacu011be0v5gdk6dx6e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m3bby003ie0v590g346ks", + "slug": "autumn_unicorn", + "name": "Autumn Unicorn", + "hotscore": 3221, + "guardian": { + "id": "clq39ynqv006ash27ev4a1brt", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast renowned in legend", + "subType": "Beast", + "rulesText": "", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m3bby003ie0v590g346ks" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8galg00ejs67plploibcy", + "slug": "bet_autumn_unicorn_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/autumn_unicorn.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "Concerning the fair unicorn, sundry notions do abide. Some demur, others deny, children delight, and charlatans lie.", + "cardId": "clm4m3bby003ie0v590g346ks", + "setCardId": "clot8gaj800ehs67pfwz7jbpp", + "setCard": { + "id": "clot8gaj800ehs67pfwz7jbpp", + "slug": "bet_autumn_unicorn", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m3bby003ie0v590g346ks", + "meta": { + "id": "clq39yo0o006csh27qoldh6cd", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast renowned in legend", + "subType": "Beast", + "rulesText": "", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gaj800ehs67pfwz7jbpp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gand00els67pcy4yox03", + "slug": "bet_autumn_unicorn_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/autumn_unicorn-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "Concerning the fair unicorn, sundry notions do abide. Some demur, others deny, children delight, and charlatans lie.", + "cardId": "clm4m3bby003ie0v590g346ks", + "setCardId": "clot8gaj800ehs67pfwz7jbpp", + "setCard": { + "id": "clot8gaj800ehs67pfwz7jbpp", + "slug": "bet_autumn_unicorn", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m3bby003ie0v590g346ks", + "meta": { + "id": "clq39yo0o006csh27qoldh6cd", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast renowned in legend", + "subType": "Beast", + "rulesText": "", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gaj800ehs67pfwz7jbpp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m3jk3003ke0v57dgl1t54", + "slug": "alp_autumn_unicorn_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/autumn_unicorn.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "Concerning the fair unicorn, sundry notions do abide. Some demur, others deny, children delight, and charlatans lie.", + "cardId": "clm4m3bby003ie0v590g346ks", + "setCardId": "clm4m3hvt003je0v57be83dkb", + "setCard": { + "id": "clm4m3hvt003je0v57be83dkb", + "slug": "alp_autumn_unicorn", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m3bby003ie0v590g346ks", + "meta": { + "id": "clq39ynt6006bsh271l5nkkpo", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast renowned in legend", + "subType": "Beast", + "rulesText": "", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m3hvt003je0v57be83dkb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m3y3c003me0v50u9z0nj2", + "slug": "alp_autumn_unicorn_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/autumn_unicorn-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Séverine Pineaux", + "flavorText": "Concerning the fair unicorn, sundry notions do abide. Some demur, others deny, children delight, and charlatans lie.", + "cardId": "clm4m3bby003ie0v590g346ks", + "setCardId": "clm4m3hvt003je0v57be83dkb", + "setCard": { + "id": "clm4m3hvt003je0v57be83dkb", + "slug": "alp_autumn_unicorn", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m3bby003ie0v590g346ks", + "meta": { + "id": "clq39ynt6006bsh271l5nkkpo", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast renowned in legend", + "subType": "Beast", + "rulesText": "", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m3hvt003je0v57be83dkb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m3s3u003le0v53mlpbrcs", + "slug": "alp_autumn_unicorn_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/autumn_unicorn-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "Concerning the fair unicorn, sundry notions do abide. Some demur, others deny, children delight, and charlatans lie.", + "cardId": "clm4m3bby003ie0v590g346ks", + "setCardId": "clm4m3hvt003je0v57be83dkb", + "setCard": { + "id": "clm4m3hvt003je0v57be83dkb", + "slug": "alp_autumn_unicorn", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m3bby003ie0v590g346ks", + "meta": { + "id": "clq39ynt6006bsh271l5nkkpo", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast renowned in legend", + "subType": "Beast", + "rulesText": "", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m3hvt003je0v57be83dkb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n4mys00bbe0v56sd76vqf", + "slug": "awakened_mummies", + "name": "Awakened Mummies", + "hotscore": 496, + "guardian": { + "id": "clq39ze4v00brsh27nn45i2vf", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Undead roused from rest", + "subType": "Undead", + "rulesText": "Summon Awakened Mummies burrowed safely. When an enemy unit moves onto the ground above them, they unburrow and intercept.", + "cost": 1, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4n4mys00bbe0v56sd76vqf" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gvh400r6s67p4b44bnbg", + "slug": "bet_awakened_mummies_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/awakened_mummies.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "Bodies in desert tombs are often very well preserved. Mayhap too well.", + "cardId": "clm4n4mys00bbe0v56sd76vqf", + "setCardId": "clot8gvfl00r4s67p8t1ldwws", + "setCard": { + "id": "clot8gvfl00r4s67p8t1ldwws", + "slug": "bet_awakened_mummies", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n4mys00bbe0v56sd76vqf", + "meta": { + "id": "clq39zedr00btsh27c52yjo4n", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Undead roused from rest", + "subType": "Undead", + "rulesText": "Summon Awakened Mummies burrowed safely. When an enemy unit moves onto the ground above them, they unburrow and intercept.", + "cost": 1, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8gvfl00r4s67p8t1ldwws" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gvil00r8s67p75kb6v37", + "slug": "bet_awakened_mummies_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/awakened_mummies-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "Bodies in desert tombs are often very well preserved. Mayhap too well.", + "cardId": "clm4n4mys00bbe0v56sd76vqf", + "setCardId": "clot8gvfl00r4s67p8t1ldwws", + "setCard": { + "id": "clot8gvfl00r4s67p8t1ldwws", + "slug": "bet_awakened_mummies", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n4mys00bbe0v56sd76vqf", + "meta": { + "id": "clq39zedr00btsh27c52yjo4n", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Undead roused from rest", + "subType": "Undead", + "rulesText": "Summon Awakened Mummies burrowed safely. When an enemy unit moves onto the ground above them, they unburrow and intercept.", + "cost": 1, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8gvfl00r4s67p8t1ldwws" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n4u9f00bde0v5fuvwe4qs", + "slug": "alp_awakened_mummies_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/awakened_mummies.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "Bodies in desert tombs are often very well preserved. Mayhap too well.", + "cardId": "clm4n4mys00bbe0v56sd76vqf", + "setCardId": "clm4n4syg00bce0v52reo75dk", + "setCard": { + "id": "clm4n4syg00bce0v52reo75dk", + "slug": "alp_awakened_mummies", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n4mys00bbe0v56sd76vqf", + "meta": { + "id": "clq39ze7800bssh271nm3dj3n", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Undead roused from rest", + "subType": "Undead", + "rulesText": "Summon Awakened Mummies burrowed safely. When an enemy unit moves onto the ground above them, they unburrow and intercept.", + "cost": 1, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4n4syg00bce0v52reo75dk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n51k700bee0v59jdw9gy4", + "slug": "alp_awakened_mummies_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/awakened_mummies-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "Bodies in desert tombs are often very well preserved. Mayhap too well.", + "cardId": "clm4n4mys00bbe0v56sd76vqf", + "setCardId": "clm4n4syg00bce0v52reo75dk", + "setCard": { + "id": "clm4n4syg00bce0v52reo75dk", + "slug": "alp_awakened_mummies", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n4mys00bbe0v56sd76vqf", + "meta": { + "id": "clq39ze7800bssh271nm3dj3n", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Undead roused from rest", + "subType": "Undead", + "rulesText": "Summon Awakened Mummies burrowed safely. When an enemy unit moves onto the ground above them, they unburrow and intercept.", + "cost": 1, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4n4syg00bce0v52reo75dk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n575x00bfe0v59wzjea2k", + "slug": "azuridge_caravan", + "name": "Azuridge Caravan", + "hotscore": 183, + "guardian": { + "id": "clq39zejh00bush27ahktjy4i", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary convoy of divers kin and kind", + "subType": "", + "rulesText": "Has all elements and minion types.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4n575x00bfe0v59wzjea2k" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gvru00rds67po7ves2sp", + "slug": "bet_azuridge_caravan_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/azuridge_caravan.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Defendit numerus, liberat varietas.", + "cardId": "clm4n575x00bfe0v59wzjea2k", + "setCardId": "clot8gvqd00rbs67pvjf00x2y", + "setCard": { + "id": "clot8gvqd00rbs67pvjf00x2y", + "slug": "bet_azuridge_caravan", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n575x00bfe0v59wzjea2k", + "meta": { + "id": "clq39zers00bwsh2785r6c3qb", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary convoy of divers kin and kind", + "subType": "", + "rulesText": "Has all elements and minion types.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8gvqd00rbs67pvjf00x2y" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gvtd00rfs67puluodz85", + "slug": "bet_azuridge_caravan_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/azuridge_caravan-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Defendit numerus, liberat varietas.", + "cardId": "clm4n575x00bfe0v59wzjea2k", + "setCardId": "clot8gvqd00rbs67pvjf00x2y", + "setCard": { + "id": "clot8gvqd00rbs67pvjf00x2y", + "slug": "bet_azuridge_caravan", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n575x00bfe0v59wzjea2k", + "meta": { + "id": "clq39zers00bwsh2785r6c3qb", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary convoy of divers kin and kind", + "subType": "", + "rulesText": "Has all elements and minion types.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8gvqd00rbs67pvjf00x2y" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n5dpe00bhe0v54w0o0bq1", + "slug": "alp_azuridge_caravan_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/azuridge_caravan.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Defendit numerus, liberat varietas.", + "cardId": "clm4n575x00bfe0v59wzjea2k", + "setCardId": "clm4n5ceh00bge0v59sktee0s", + "setCard": { + "id": "clm4n5ceh00bge0v59sktee0s", + "slug": "alp_azuridge_caravan", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n575x00bfe0v59wzjea2k", + "meta": { + "id": "clq39zelr00bvsh27rxvnzo1y", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary convoy of diverse kin and kind", + "subType": "", + "rulesText": "Has all elements and minion types.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4n5ceh00bge0v59sktee0s" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n5k2q00bie0v5bu7t9t5b", + "slug": "alp_azuridge_caravan_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/azuridge_caravan-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Defendit numerus, liberat varietas.", + "cardId": "clm4n575x00bfe0v59wzjea2k", + "setCardId": "clm4n5ceh00bge0v59sktee0s", + "setCard": { + "id": "clm4n5ceh00bge0v59sktee0s", + "slug": "alp_azuridge_caravan", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n575x00bfe0v59wzjea2k", + "meta": { + "id": "clq39zelr00bvsh27rxvnzo1y", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary convoy of diverse kin and kind", + "subType": "", + "rulesText": "Has all elements and minion types.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4n5ceh00bge0v59sktee0s" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4npqfb00fze0v5gwnj6xhd", + "slug": "backstab", + "name": "Backstab", + "hotscore": 368, + "guardian": { + "id": "clq39ztsr00exsh27qt234ybz", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of treachery and treason", + "subType": "", + "rulesText": "Target minion moves to an adjacent location, if needed, to strike another target tapped minion there.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4npqfb00fze0v5gwnj6xhd" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h7s200yks67p6omuyoj0", + "slug": "bet_backstab_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/backstab.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4npqfb00fze0v5gwnj6xhd", + "setCardId": "clot8h7qk00yis67pe5fo238c", + "setCard": { + "id": "clot8h7qk00yis67pe5fo238c", + "slug": "bet_backstab", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4npqfb00fze0v5gwnj6xhd", + "meta": { + "id": "clq39zu0z00ezsh27mcybxjhu", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of treachery and treason", + "subType": "", + "rulesText": "Target minion moves to an adjacent location, if needed, to strike another target tapped minion there.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h7qk00yis67pe5fo238c" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h7tm00yms67p0y2y97or", + "slug": "bet_backstab_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/backstab-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4npqfb00fze0v5gwnj6xhd", + "setCardId": "clot8h7qk00yis67pe5fo238c", + "setCard": { + "id": "clot8h7qk00yis67pe5fo238c", + "slug": "bet_backstab", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4npqfb00fze0v5gwnj6xhd", + "meta": { + "id": "clq39zu0z00ezsh27mcybxjhu", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of treachery and treason", + "subType": "", + "rulesText": "Target minion moves to an adjacent location, if needed, to strike another target tapped minion there.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h7qk00yis67pe5fo238c" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4npx6n00g1e0v5b0swbxix", + "slug": "alp_backstab_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/backstab.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4npqfb00fze0v5gwnj6xhd", + "setCardId": "clm4npvuy00g0e0v58ecl90wl", + "setCard": { + "id": "clm4npvuy00g0e0v58ecl90wl", + "slug": "alp_backstab", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4npqfb00fze0v5gwnj6xhd", + "meta": { + "id": "clq39ztv600eysh273mucfwrg", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of treachery and treason", + "subType": "", + "rulesText": "Target minion moves to an adjacent location, if needed, to strike another target tapped minion there.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4npvuy00g0e0v58ecl90wl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nq3jg00g2e0v5c4v2b76q", + "slug": "alp_backstab_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/backstab-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4npqfb00fze0v5gwnj6xhd", + "setCardId": "clm4npvuy00g0e0v58ecl90wl", + "setCard": { + "id": "clm4npvuy00g0e0v58ecl90wl", + "slug": "alp_backstab", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4npqfb00fze0v5gwnj6xhd", + "meta": { + "id": "clq39ztv600eysh273mucfwrg", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of treachery and treason", + "subType": "", + "rulesText": "Target minion moves to an adjacent location, if needed, to strike another target tapped minion there.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4npvuy00g0e0v58ecl90wl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n5p4700bje0v5cjh64wua", + "slug": "bane_widow", + "name": "Bane Widow", + "hotscore": 908, + "guardian": { + "id": "clq39zexg00bxsh27awz0hq8m", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with venom-dript fangs", + "subType": "Beast", + "rulesText": "Genesis → May kill target minion here.", + "cost": 4, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4n5p4700bje0v5cjh64wua" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gw4c00rks67pdbn57drt", + "slug": "bet_bane_widow_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bane_widow.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "Born of earth, yet suckled by Hell's fire.\r\n", + "cardId": "clm4n5p4700bje0v5cjh64wua", + "setCardId": "clot8gw2m00ris67peje86i7v", + "setCard": { + "id": "clot8gw2m00ris67peje86i7v", + "slug": "bet_bane_widow", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n5p4700bje0v5cjh64wua", + "meta": { + "id": "clq39zf5k00bzsh27tuqoeq1x", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with venom-dript fangs", + "subType": "Beast", + "rulesText": "Genesis → May kill target minion here.", + "cost": 4, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gw2m00ris67peje86i7v" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gw5z00rms67p4t2h7svd", + "slug": "bet_bane_widow_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bane_widow-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "Born of earth, yet suckled by Hell's fire.\r\n", + "cardId": "clm4n5p4700bje0v5cjh64wua", + "setCardId": "clot8gw2m00ris67peje86i7v", + "setCard": { + "id": "clot8gw2m00ris67peje86i7v", + "slug": "bet_bane_widow", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n5p4700bje0v5cjh64wua", + "meta": { + "id": "clq39zf5k00bzsh27tuqoeq1x", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with venom-dript fangs", + "subType": "Beast", + "rulesText": "Genesis → May kill target minion here.", + "cost": 4, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gw2m00ris67peje86i7v" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n5wet00ble0v53xrggsnu", + "slug": "alp_bane_widow_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bane_widow.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "Born of earth, yet suckled by Hell's fire.\n", + "cardId": "clm4n5p4700bje0v5cjh64wua", + "setCardId": "clm4n5v3t00bke0v51vpaau17", + "setCard": { + "id": "clm4n5v3t00bke0v51vpaau17", + "slug": "alp_bane_widow", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n5p4700bje0v5cjh64wua", + "meta": { + "id": "clq39zf0000bysh272vpzcdyx", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with venom-dript fangs", + "subType": "Beast", + "rulesText": "Genesis → May kill target minion here.", + "cost": 4, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n5v3t00bke0v51vpaau17" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n62zy00bme0v50e1k7zxq", + "slug": "alp_bane_widow_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bane_widow-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "Born of earth, yet suckled by Hell's fire.\n", + "cardId": "clm4n5p4700bje0v5cjh64wua", + "setCardId": "clm4n5v3t00bke0v51vpaau17", + "setCard": { + "id": "clm4n5v3t00bke0v51vpaau17", + "slug": "alp_bane_widow", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n5p4700bje0v5cjh64wua", + "meta": { + "id": "clq39zf0000bysh272vpzcdyx", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with venom-dript fangs", + "subType": "Beast", + "rulesText": "Genesis → May kill target minion here.", + "cost": 4, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n5v3t00bke0v51vpaau17" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p97qm00s0e0v580qrcy10", + "slug": "battering_ram", + "name": "Battering Ram", + "hotscore": 141, + "guardian": { + "id": "clq3a0yov00nbsh27inrf3l9g", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Device pummels and pounds", + "subType": "Device", + "rulesText": "Units here have “Tap → Destroy target adjacent Wall or Monument.”", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p97qm00s0e0v580qrcy10" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i3ta01i0s67pghgdbccv", + "slug": "bet_battering_ram_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/battering_ram.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4p97qm00s0e0v580qrcy10", + "setCardId": "clot8i3rq01hys67pr6e5y0n0", + "setCard": { + "id": "clot8i3rq01hys67pr6e5y0n0", + "slug": "bet_battering_ram", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p97qm00s0e0v580qrcy10", + "meta": { + "id": "clq3a0yww00ndsh27zmy7ihkj", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Device pummels and pounds", + "subType": "Device", + "rulesText": "Units here have “Tap → Destroy target adjacent Wall or Monument.”", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i3rq01hys67pr6e5y0n0" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i3ut01i2s67plkoqaw5t", + "slug": "bet_battering_ram_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/battering_ram-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4p97qm00s0e0v580qrcy10", + "setCardId": "clot8i3rq01hys67pr6e5y0n0", + "setCard": { + "id": "clot8i3rq01hys67pr6e5y0n0", + "slug": "bet_battering_ram", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p97qm00s0e0v580qrcy10", + "meta": { + "id": "clq3a0yww00ndsh27zmy7ihkj", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Device pummels and pounds", + "subType": "Device", + "rulesText": "Units here have “Tap → Destroy target adjacent Wall or Monument.”", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i3rq01hys67pr6e5y0n0" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p9eqo00s2e0v5a1x25wd2", + "slug": "alp_battering_ram_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/battering_ram.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4p97qm00s0e0v580qrcy10", + "setCardId": "clm4p9d8100s1e0v5b6hldq8b", + "setCard": { + "id": "clm4p9d8100s1e0v5b6hldq8b", + "slug": "alp_battering_ram", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p97qm00s0e0v580qrcy10", + "meta": { + "id": "clq3a0yr800ncsh27wv6ugs0i", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Device pummels and pounds", + "subType": "Device", + "rulesText": "Units here have “Tap → Destroy target adjacent Wall or Monument.”", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p9d8100s1e0v5b6hldq8b" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p9l1000s3e0v5a5pb5l90", + "slug": "alp_battering_ram_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/battering_ram-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4p97qm00s0e0v580qrcy10", + "setCardId": "clm4p9d8100s1e0v5b6hldq8b", + "setCard": { + "id": "clm4p9d8100s1e0v5b6hldq8b", + "slug": "alp_battering_ram", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p97qm00s0e0v580qrcy10", + "meta": { + "id": "clq3a0yr800ncsh27wv6ugs0i", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Device pummels and pounds", + "subType": "Device", + "rulesText": "Units here have “Tap → Destroy target adjacent Wall or Monument.”", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p9d8100s1e0v5b6hldq8b" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qqbg8013ie0v527u76erj", + "slug": "battlefield", + "name": "Battlefield", + "hotscore": 588, + "guardian": { + "id": "clq3a20uw00v7sh27tjjcdbsn", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of the wages of war", + "subType": "", + "rulesText": "Genesis → Conjure a broken Weapon or Armor here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qqbg8013ie0v527u76erj" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8iyb5020ds67penhv4v0y", + "slug": "bet_battlefield_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/battlefield.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qqbg8013ie0v527u76erj", + "setCardId": "clot8iy9n020bs67pjbug8wue", + "setCard": { + "id": "clot8iy9n020bs67pjbug8wue", + "slug": "bet_battlefield", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qqbg8013ie0v527u76erj", + "meta": { + "id": "clq3a212v00v9sh27o9niz4xq", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of the wages of war", + "subType": "", + "rulesText": "Genesis → Conjure a broken Weapon or Armor here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iy9n020bs67pjbug8wue" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iycp020fs67pq1tb5dfa", + "slug": "bet_battlefield_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/battlefield-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qqbg8013ie0v527u76erj", + "setCardId": "clot8iy9n020bs67pjbug8wue", + "setCard": { + "id": "clot8iy9n020bs67pjbug8wue", + "slug": "bet_battlefield", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qqbg8013ie0v527u76erj", + "meta": { + "id": "clq3a212v00v9sh27o9niz4xq", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of the wages of war", + "subType": "", + "rulesText": "Genesis → Conjure a broken Weapon or Armor here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iy9n020bs67pjbug8wue" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qqj9x013ke0v58oqscc35", + "slug": "alp_battlefield_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/battlefield.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qqbg8013ie0v527u76erj", + "setCardId": "clm4qqhyd013je0v57lhu545o", + "setCard": { + "id": "clm4qqhyd013je0v57lhu545o", + "slug": "alp_battlefield", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qqbg8013ie0v527u76erj", + "meta": { + "id": "clq3a20xa00v8sh27gf6li2m2", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of the wages of war", + "subType": "", + "rulesText": "Genesis → Conjure a broken Weapon or Armor here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qqhyd013je0v57lhu545o" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qqpxj013le0v5fov2a599", + "slug": "alp_battlefield_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/battlefield-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qqbg8013ie0v527u76erj", + "setCardId": "clm4qqhyd013je0v57lhu545o", + "setCard": { + "id": "clm4qqhyd013je0v57lhu545o", + "slug": "alp_battlefield", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qqbg8013ie0v527u76erj", + "meta": { + "id": "clq3a20xa00v8sh27gf6li2m2", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of the wages of war", + "subType": "", + "rulesText": "Genesis → Conjure a broken Weapon or Armor here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qqhyd013je0v57lhu545o" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4r3pmq0169e0v57i9p6w3j", + "slug": "battlemage", + "name": "Battlemage", + "hotscore": 132, + "guardian": { + "id": "clq3a29qj00x3sh27bt5eoiug", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar to win the battle and the war", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nWhenever Battlemage attacks and kills an enemy, you may draw a spell.", + "cost": 0, + "attack": 3, + "defense": 3, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4r3pmq0169e0v57i9p6w3j" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j5wl0251s67p2bb4q3ox", + "slug": "bet_battlemage_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/battlemage.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4r3pmq0169e0v57i9p6w3j", + "setCardId": "clot8j5v3024zs67pqc3j1a1x", + "setCard": { + "id": "clot8j5v3024zs67pqc3j1a1x", + "slug": "bet_battlemage", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r3pmq0169e0v57i9p6w3j", + "meta": { + "id": "clq3a29yp00x5sh27mzetsad6", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar to win the battle and the war", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nWhenever Battlemage attacks and kills an enemy, you may draw a spell.", + "cost": 0, + "attack": 3, + "defense": 3, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j5v3024zs67pqc3j1a1x" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j5y60253s67pbj364cty", + "slug": "bet_battlemage_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/battlemage-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4r3pmq0169e0v57i9p6w3j", + "setCardId": "clot8j5v3024zs67pqc3j1a1x", + "setCard": { + "id": "clot8j5v3024zs67pqc3j1a1x", + "slug": "bet_battlemage", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r3pmq0169e0v57i9p6w3j", + "meta": { + "id": "clq3a29yp00x5sh27mzetsad6", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar to win the battle and the war", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nWhenever Battlemage attacks and kills an enemy, you may draw a spell.", + "cost": 0, + "attack": 3, + "defense": 3, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j5v3024zs67pqc3j1a1x" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4r3wk4016be0v540k2e82m", + "slug": "alp_battlemage_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/battlemage.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4r3pmq0169e0v57i9p6w3j", + "setCardId": "clm4r3v93016ae0v5a9vu97qa", + "setCard": { + "id": "clm4r3v93016ae0v5a9vu97qa", + "slug": "alp_battlemage", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r3pmq0169e0v57i9p6w3j", + "meta": { + "id": "clq3a29su00x4sh279grufvuc", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar to win the battle and the war", + "subType": "", + "rulesText": "Tap → Play or draw a site.\n\nWhenever Battlemage attacks and kills an enemy, you may draw a spell.", + "cost": 0, + "attack": 3, + "defense": 3, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r3v93016ae0v5a9vu97qa" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4r444y016ce0v5e2g4f5vo", + "slug": "alp_battlemage_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/battlemage-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4r3pmq0169e0v57i9p6w3j", + "setCardId": "clm4r3v93016ae0v5a9vu97qa", + "setCard": { + "id": "clm4r3v93016ae0v5a9vu97qa", + "slug": "alp_battlemage", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r3pmq0169e0v57i9p6w3j", + "meta": { + "id": "clq3a29su00x4sh279grufvuc", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar to win the battle and the war", + "subType": "", + "rulesText": "Tap → Play or draw a site.\n\nWhenever Battlemage attacks and kills an enemy, you may draw a spell.", + "cost": 0, + "attack": 3, + "defense": 3, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r3v93016ae0v5a9vu97qa" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n68zp00bne0v577apblij", + "slug": "beast_of_burden", + "name": "Beast of Burden", + "hotscore": 265, + "guardian": { + "id": "clq39zfbe00c0sh272w0ih3sn", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast bears the wide world", + "subType": "Beast", + "rulesText": "May carry any number of allied minions.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4n68zp00bne0v577apblij" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gwfd00rrs67p4ztudwqr", + "slug": "bet_beast_of_burden_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/beast_of_burden.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "Louder, louder! Blast your snorting drums!\r\nLife’s most weary load is yet to come.", + "cardId": "clm4n68zp00bne0v577apblij", + "setCardId": "clot8gwdp00rps67p3sua5pel", + "setCard": { + "id": "clot8gwdp00rps67p3sua5pel", + "slug": "bet_beast_of_burden", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n68zp00bne0v577apblij", + "meta": { + "id": "clq39zfjh00c2sh27kzhsb221", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast bears the wide world", + "subType": "Beast", + "rulesText": "May carry any number of allied minions.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8gwdp00rps67p3sua5pel" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gwgu00rts67polne1oqu", + "slug": "bet_beast_of_burden_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/beast_of_burden-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "Louder, louder! Blast your snorting drums!\r\nLife’s most weary load is yet to come.", + "cardId": "clm4n68zp00bne0v577apblij", + "setCardId": "clot8gwdp00rps67p3sua5pel", + "setCard": { + "id": "clot8gwdp00rps67p3sua5pel", + "slug": "bet_beast_of_burden", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n68zp00bne0v577apblij", + "meta": { + "id": "clq39zfjh00c2sh27kzhsb221", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast bears the wide world", + "subType": "Beast", + "rulesText": "May carry any number of allied minions.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8gwdp00rps67p3sua5pel" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n6fj800bpe0v54ddvb1bz", + "slug": "alp_beast_of_burden_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/beast_of_burden.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "Louder, louder! Blast your snorting drums!\nLife’s most weary load is yet to come.", + "cardId": "clm4n68zp00bne0v577apblij", + "setCardId": "clm4n6e7x00boe0v59x6h87zy", + "setCard": { + "id": "clm4n6e7x00boe0v59x6h87zy", + "slug": "alp_beast_of_burden", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n68zp00bne0v577apblij", + "meta": { + "id": "clq39zfdr00c1sh27uti5b2m8", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast bears the wide world", + "subType": "Beast", + "rulesText": "May carry any number of allied minions.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4n6e7x00boe0v59x6h87zy" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n6mc100bqe0v5dilmavs6", + "slug": "alp_beast_of_burden_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/beast_of_burden-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "Louder, louder! Blast your snorting drums!\nLife’s most weary load is yet to come.", + "cardId": "clm4n68zp00bne0v577apblij", + "setCardId": "clm4n6e7x00boe0v59x6h87zy", + "setCard": { + "id": "clm4n6e7x00boe0v59x6h87zy", + "slug": "alp_beast_of_burden", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n68zp00bne0v577apblij", + "meta": { + "id": "clq39zfdr00c1sh27uti5b2m8", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast bears the wide world", + "subType": "Beast", + "rulesText": "May carry any number of allied minions.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4n6e7x00boe0v59x6h87zy" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q46a600yme0v5fiz5c1kt", + "slug": "bedrock", + "name": "Bedrock", + "hotscore": 4944, + "guardian": { + "id": "clq3a1koc00rysh27qiq7atri", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of unyielding solidity", + "subType": "", + "rulesText": "Can't be moved, destroyed, or modified.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4q46a600yme0v5fiz5c1kt" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8ilmy01sss67p099z7mxl", + "slug": "bet_bedrock_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bedrock.png", + "finish": "Standard", + "product": "Booster", + "artist": "Adam Kašpar", + "flavorText": "", + "cardId": "clm4q46a600yme0v5fiz5c1kt", + "setCardId": "clot8ille01sqs67pyuq1eu90", + "setCard": { + "id": "clot8ille01sqs67pyuq1eu90", + "slug": "bet_bedrock", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q46a600yme0v5fiz5c1kt", + "meta": { + "id": "clq3a1kwm00s0sh27cgehq0mi", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of unyielding solidity", + "subType": "", + "rulesText": "Can't be moved, destroyed, or modified.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ille01sqs67pyuq1eu90" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iloi01sus67pmhzknido", + "slug": "bet_bedrock_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bedrock-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Adam Kašpar", + "flavorText": "", + "cardId": "clm4q46a600yme0v5fiz5c1kt", + "setCardId": "clot8ille01sqs67pyuq1eu90", + "setCard": { + "id": "clot8ille01sqs67pyuq1eu90", + "slug": "bet_bedrock", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q46a600yme0v5fiz5c1kt", + "meta": { + "id": "clq3a1kwm00s0sh27cgehq0mi", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of unyielding solidity", + "subType": "", + "rulesText": "Can't be moved, destroyed, or modified.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ille01sqs67pyuq1eu90" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q4d9b00yoe0v51jz46l6z", + "slug": "alp_bedrock_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bedrock.png", + "finish": "Standard", + "product": "Booster", + "artist": "Adam Kašpar", + "flavorText": "", + "cardId": "clm4q46a600yme0v5fiz5c1kt", + "setCardId": "clm4q4by400yne0v51i4f553p", + "setCard": { + "id": "clm4q4by400yne0v51i4f553p", + "slug": "alp_bedrock", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q46a600yme0v5fiz5c1kt", + "meta": { + "id": "clq3a1kqz00rzsh27hw3rrhcq", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of unyielding solidity", + "subType": "", + "rulesText": "Can't be moved, destroyed, or modified.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q4by400yne0v51i4f553p" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q4jwh00ype0v5f1el69nf", + "slug": "alp_bedrock_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bedrock-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Adam Kašpar", + "flavorText": "", + "cardId": "clm4q46a600yme0v5fiz5c1kt", + "setCardId": "clm4q4by400yne0v51i4f553p", + "setCard": { + "id": "clm4q4by400yne0v51i4f553p", + "slug": "alp_bedrock", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q46a600yme0v5fiz5c1kt", + "meta": { + "id": "clq3a1kqz00rzsh27hw3rrhcq", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of unyielding solidity", + "subType": "", + "rulesText": "Can't be moved, destroyed, or modified.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q4by400yne0v51i4f553p" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p9qap00s4e0v52o1p4rih", + "slug": "belfry", + "name": "Belfry", + "hotscore": 558, + "guardian": { + "id": "clq3a0z2m00nesh277ekcqfij", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument to common conviction", + "subType": "Monument", + "rulesText": "At the end of your turn, untap all nearby allies.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p9qap00s4e0v52o1p4rih" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i44001i7s67pchefyxnb", + "slug": "bet_belfry_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/belfry.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4p9qap00s4e0v52o1p4rih", + "setCardId": "clot8i42g01i5s67pftb2yazc", + "setCard": { + "id": "clot8i42g01i5s67pftb2yazc", + "slug": "bet_belfry", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p9qap00s4e0v52o1p4rih", + "meta": { + "id": "clq3a0zah00ngsh272ogcq96g", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument to common conviction", + "subType": "Monument", + "rulesText": "At the end of your turn, untap all nearby allies.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i42g01i5s67pftb2yazc" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i45j01i9s67p7gyqt13a", + "slug": "bet_belfry_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/belfry-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4p9qap00s4e0v52o1p4rih", + "setCardId": "clot8i42g01i5s67pftb2yazc", + "setCard": { + "id": "clot8i42g01i5s67pftb2yazc", + "slug": "bet_belfry", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p9qap00s4e0v52o1p4rih", + "meta": { + "id": "clq3a0zah00ngsh272ogcq96g", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument to common conviction", + "subType": "Monument", + "rulesText": "At the end of your turn, untap all nearby allies.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i42g01i5s67pftb2yazc" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p9wy300s6e0v59razbcir", + "slug": "alp_belfry_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/belfry.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4p9qap00s4e0v52o1p4rih", + "setCardId": "clm4p9vm400s5e0v58x6dbtnh", + "setCard": { + "id": "clm4p9vm400s5e0v58x6dbtnh", + "slug": "alp_belfry", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p9qap00s4e0v52o1p4rih", + "meta": { + "id": "clq3a0z4x00nfsh27w1sbuzpr", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument to common conviction", + "subType": "Monument", + "rulesText": "At the end of your turn, untap all nearby allies.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p9vm400s5e0v58x6dbtnh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pa3t700s7e0v54brsahqd", + "slug": "alp_belfry_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/belfry-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4p9qap00s4e0v52o1p4rih", + "setCardId": "clm4p9vm400s5e0v58x6dbtnh", + "setCard": { + "id": "clm4p9vm400s5e0v58x6dbtnh", + "slug": "alp_belfry", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p9qap00s4e0v52o1p4rih", + "meta": { + "id": "clq3a0z4x00nfsh27w1sbuzpr", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument to common conviction", + "subType": "Monument", + "rulesText": "At the end of your turn, untap all nearby allies.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p9vm400s5e0v58x6dbtnh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m3zdp003ne0v5fy0yacej", + "slug": "belmotte_longbowmen", + "name": "Belmotte Longbowmen", + "hotscore": 1191, + "guardian": { + "id": "clq39yo6k006dsh275dmcop8m", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals draw on distant foes", + "subType": "Mortal", + "rulesText": "Ranged", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m3zdp003ne0v5fy0yacej" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gaxm00eqs67pfy1b3xzx", + "slug": "bet_belmotte_longbowmen_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/belmotte_longbowmen.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "In the left hand of every delight lies woe; and for that, my bow.", + "cardId": "clm4m3zdp003ne0v5fy0yacej", + "setCardId": "clot8gaw000eos67pphbg1oap", + "setCard": { + "id": "clot8gaw000eos67pphbg1oap", + "slug": "bet_belmotte_longbowmen", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m3zdp003ne0v5fy0yacej", + "meta": { + "id": "clq39yogu006fsh27861hod1t", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals draw on distant foes", + "subType": "Mortal", + "rulesText": "Ranged", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gaw000eos67pphbg1oap" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gaz700ess67pzhhm0fyr", + "slug": "bet_belmotte_longbowmen_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/belmotte_longbowmen-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "In the left hand of every delight lies woe; and for that, my bow.", + "cardId": "clm4m3zdp003ne0v5fy0yacej", + "setCardId": "clot8gaw000eos67pphbg1oap", + "setCard": { + "id": "clot8gaw000eos67pphbg1oap", + "slug": "bet_belmotte_longbowmen", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m3zdp003ne0v5fy0yacej", + "meta": { + "id": "clq39yogu006fsh27861hod1t", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals draw on distant foes", + "subType": "Mortal", + "rulesText": "Ranged", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gaw000eos67pphbg1oap" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m4897003pe0v58z8wbyoy", + "slug": "alp_belmotte_longbowmen_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/belmotte_longbowmen.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "\"In the left hand of every delight lies woe; and for that, my bow.\"", + "cardId": "clm4m3zdp003ne0v5fy0yacej", + "setCardId": "clm4m46l9003oe0v50e3656zt", + "setCard": { + "id": "clm4m46l9003oe0v50e3656zt", + "slug": "alp_belmotte_longbowmen", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m3zdp003ne0v5fy0yacej", + "meta": { + "id": "clq39yo92006esh27om49gjww", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals draw on distant foes", + "subType": "Mortal", + "rulesText": "Ranged", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m46l9003oe0v50e3656zt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m4nke003re0v57kkj0cpp", + "slug": "alp_belmotte_longbowmen_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/belmotte_longbowmen-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Andrea Modesti", + "flavorText": "\"In the left hand of every delight lies woe; and for that, my bow.\"", + "cardId": "clm4m3zdp003ne0v5fy0yacej", + "setCardId": "clm4m46l9003oe0v50e3656zt", + "setCard": { + "id": "clm4m46l9003oe0v50e3656zt", + "slug": "alp_belmotte_longbowmen", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m3zdp003ne0v5fy0yacej", + "meta": { + "id": "clq39yo92006esh27om49gjww", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals draw on distant foes", + "subType": "Mortal", + "rulesText": "Ranged", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m46l9003oe0v50e3656zt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m4hij003qe0v510a97lal", + "slug": "alp_belmotte_longbowmen_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/belmotte_longbowmen-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "\"In the left hand of every delight lies woe; and for that, my bow.\"", + "cardId": "clm4m3zdp003ne0v5fy0yacej", + "setCardId": "clm4m46l9003oe0v50e3656zt", + "setCard": { + "id": "clm4m46l9003oe0v50e3656zt", + "slug": "alp_belmotte_longbowmen", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m3zdp003ne0v5fy0yacej", + "meta": { + "id": "clq39yo92006esh27om49gjww", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals draw on distant foes", + "subType": "Mortal", + "rulesText": "Ranged", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m46l9003oe0v50e3656zt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pa9dq00s8e0v52hieccu0", + "slug": "black_obelisk", + "name": "Black Obelisk", + "hotscore": 645, + "guardian": { + "id": "clq3a0zg300nhsh275xn08wui", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument of ominous aspect", + "subType": "Monument", + "rulesText": "Black Obelisk's site has “At the start of your turn, lose 2 life and gain ② this turn.”", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pa9dq00s8e0v52hieccu0" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i4f701ies67pb6febzgg", + "slug": "bet_black_obelisk_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/black_obelisk.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pa9dq00s8e0v52hieccu0", + "setCardId": "clot8i4dp01ics67pko034kko", + "setCard": { + "id": "clot8i4dp01ics67pko034kko", + "slug": "bet_black_obelisk", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pa9dq00s8e0v52hieccu0", + "meta": { + "id": "clq3a0zom00njsh27kft2z83p", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument of ominous aspect", + "subType": "Monument", + "rulesText": "Black Obelisk's site has “At the start of your turn, lose 2 life and gain ② this turn.”", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i4dp01ics67pko034kko" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i4gp01igs67pucprh8bz", + "slug": "bet_black_obelisk_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/black_obelisk-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pa9dq00s8e0v52hieccu0", + "setCardId": "clot8i4dp01ics67pko034kko", + "setCard": { + "id": "clot8i4dp01ics67pko034kko", + "slug": "bet_black_obelisk", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pa9dq00s8e0v52hieccu0", + "meta": { + "id": "clq3a0zom00njsh27kft2z83p", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument of ominous aspect", + "subType": "Monument", + "rulesText": "Black Obelisk's site has “At the start of your turn, lose 2 life and gain ② this turn.”", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i4dp01ics67pko034kko" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4paggg00sae0v5aunc92pi", + "slug": "alp_black_obelisk_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/black_obelisk.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pa9dq00s8e0v52hieccu0", + "setCardId": "clm4paf4w00s9e0v52w459w9t", + "setCard": { + "id": "clm4paf4w00s9e0v52w459w9t", + "slug": "alp_black_obelisk", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pa9dq00s8e0v52hieccu0", + "meta": { + "id": "clq3a0zih00nish27ye0zh2yt", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument of ominous aspect", + "subType": "Monument", + "rulesText": "Black Obelisk's site has “At the start of your turn, lose 2 life and gain ② this turn.”", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4paf4w00s9e0v52w459w9t" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4panun00sbe0v5gvc2arwl", + "slug": "alp_black_obelisk_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/black_obelisk-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pa9dq00s8e0v52hieccu0", + "setCardId": "clm4paf4w00s9e0v52w459w9t", + "setCard": { + "id": "clm4paf4w00s9e0v52w459w9t", + "slug": "alp_black_obelisk", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pa9dq00s8e0v52hieccu0", + "meta": { + "id": "clq3a0zih00nish27ye0zh2yt", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument of ominous aspect", + "subType": "Monument", + "rulesText": "Black Obelisk's site has “At the start of your turn, lose 2 life and gain ② this turn.”", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4paf4w00s9e0v52w459w9t" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4patwx00sce0v5d6t86ffh", + "slug": "blasted_oak", + "name": "Blasted Oak", + "hotscore": 446, + "guardian": { + "id": "clq3a0zui00nksh27qmn6qx71", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to grim persistence", + "subType": "Monument", + "rulesText": "If a spell or non-basic ability can target—in order of precedence—Blasted Oak, its site or location, or anything else at its site or location, it must.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4patwx00sce0v5d6t86ffh" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i4q001ils67pf5zpp47m", + "slug": "bet_blasted_oak_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/blasted_oak.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4patwx00sce0v5d6t86ffh", + "setCardId": "clot8i4oh01ijs67psbuqx42u", + "setCard": { + "id": "clot8i4oh01ijs67psbuqx42u", + "slug": "bet_blasted_oak", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4patwx00sce0v5d6t86ffh", + "meta": { + "id": "clq3a102b00nmsh27ouaug0n7", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to grim persistence", + "subType": "Monument", + "rulesText": "If a spell or non-basic ability can target—in order of precedence—Blasted Oak, its site or location, or anything else at its site or location, it must.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i4oh01ijs67psbuqx42u" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i4rk01ins67ps4zte3x2", + "slug": "bet_blasted_oak_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/blasted_oak-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4patwx00sce0v5d6t86ffh", + "setCardId": "clot8i4oh01ijs67psbuqx42u", + "setCard": { + "id": "clot8i4oh01ijs67psbuqx42u", + "slug": "bet_blasted_oak", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4patwx00sce0v5d6t86ffh", + "meta": { + "id": "clq3a102b00nmsh27ouaug0n7", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to grim persistence", + "subType": "Monument", + "rulesText": "If a spell or non-basic ability can target—in order of precedence—Blasted Oak, its site or location, or anything else at its site or location, it must.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i4oh01ijs67psbuqx42u" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pb0rg00see0v561wx3ksl", + "slug": "alp_blasted_oak_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/blasted_oak.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4patwx00sce0v5d6t86ffh", + "setCardId": "clm4pazfe00sde0v53a4v6qin", + "setCard": { + "id": "clm4pazfe00sde0v53a4v6qin", + "slug": "alp_blasted_oak", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4patwx00sce0v5d6t86ffh", + "meta": { + "id": "clq3a0zwt00nlsh27bfqc5qxk", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to grim persistence", + "subType": "Monument", + "rulesText": "If a spell or non-basic ability can target—in order of precedence—Blasted Oak, its site or location, or anything else at its site or location, it must.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pazfe00sde0v53a4v6qin" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pb7ir00sfe0v555x952rj", + "slug": "alp_blasted_oak_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/blasted_oak-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4patwx00sce0v5d6t86ffh", + "setCardId": "clm4pazfe00sde0v53a4v6qin", + "setCard": { + "id": "clm4pazfe00sde0v53a4v6qin", + "slug": "alp_blasted_oak", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4patwx00sce0v5d6t86ffh", + "meta": { + "id": "clq3a0zwt00nlsh27bfqc5qxk", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to grim persistence", + "subType": "Monument", + "rulesText": "If a spell or non-basic ability can target—in order of precedence—Blasted Oak, its site or location, or anything else at its site or location, it must.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pazfe00sde0v53a4v6qin" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nq8la00g3e0v51whb7zum", + "slug": "blaze", + "name": "Blaze", + "hotscore": 3154, + "guardian": { + "id": "clq39zu7g00f0sh27v4pt54m4", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of blistering speed", + "subType": "", + "rulesText": "This turn, give an ally Movement +2, it can't be intercepted, and it leaves a trail of fire at departed locations. When it stops, each unit along the trail takes 2 damage.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nq8la00g3e0v51whb7zum" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h84200yrs67px3zrtalq", + "slug": "bet_blaze_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/blaze.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4nq8la00g3e0v51whb7zum", + "setCardId": "clot8h82k00yps67pg7inyme7", + "setCard": { + "id": "clot8h82k00yps67pg7inyme7", + "slug": "bet_blaze", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nq8la00g3e0v51whb7zum", + "meta": { + "id": "clq39zuj200f2sh27qotzawyp", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of blistering speed", + "subType": "", + "rulesText": "This turn, give an ally Movement +2, it can't be intercepted, and it leaves a trail of fire at departed locations. When it stops, each unit along the trail takes 2 damage.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h82k00yps67pg7inyme7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h85q00yts67phlz8s7n3", + "slug": "bet_blaze_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/blaze-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4nq8la00g3e0v51whb7zum", + "setCardId": "clot8h82k00yps67pg7inyme7", + "setCard": { + "id": "clot8h82k00yps67pg7inyme7", + "slug": "bet_blaze", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nq8la00g3e0v51whb7zum", + "meta": { + "id": "clq39zuj200f2sh27qotzawyp", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of blistering speed", + "subType": "", + "rulesText": "This turn, give an ally Movement +2, it can't be intercepted, and it leaves a trail of fire at departed locations. When it stops, each unit along the trail takes 2 damage.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h82k00yps67pg7inyme7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nqfwu00g5e0v58rut13r1", + "slug": "alp_blaze_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/blaze.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4nq8la00g3e0v51whb7zum", + "setCardId": "clm4nqef000g4e0v56k72a9hm", + "setCard": { + "id": "clm4nqef000g4e0v56k72a9hm", + "slug": "alp_blaze", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nq8la00g3e0v51whb7zum", + "meta": { + "id": "clq39zuag00f1sh2787dwovs3", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of blistering speed", + "subType": "", + "rulesText": "This turn, give an ally Movement +2, it can't be intercepted, and it leaves a trail of fire at departed locations. When it stops, each unit along the trail takes 2 damage.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nqef000g4e0v56k72a9hm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nqt2300g7e0v504ez43lg", + "slug": "alp_blaze_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/blaze-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4nq8la00g3e0v51whb7zum", + "setCardId": "clm4nqef000g4e0v56k72a9hm", + "setCard": { + "id": "clm4nqef000g4e0v56k72a9hm", + "slug": "alp_blaze", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nq8la00g3e0v51whb7zum", + "meta": { + "id": "clq39zuag00f1sh2787dwovs3", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of blistering speed", + "subType": "", + "rulesText": "This turn, give an ally Movement +2, it can't be intercepted, and it leaves a trail of fire at departed locations. When it stops, each unit along the trail takes 2 damage.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nqef000g4e0v56k72a9hm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nqmq300g6e0v5hqmp09mr", + "slug": "alp_blaze_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/blaze-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4nq8la00g3e0v51whb7zum", + "setCardId": "clm4nqef000g4e0v56k72a9hm", + "setCard": { + "id": "clm4nqef000g4e0v56k72a9hm", + "slug": "alp_blaze", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nq8la00g3e0v51whb7zum", + "meta": { + "id": "clq39zuag00f1sh2787dwovs3", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of blistering speed", + "subType": "", + "rulesText": "This turn, give an ally Movement +2, it can't be intercepted, and it leaves a trail of fire at departed locations. When it stops, each unit along the trail takes 2 damage.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nqef000g4e0v56k72a9hm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lke470000e0v51se735fl", + "slug": "blink", + "name": "Blink", + "hotscore": 9901, + "guardian": { + "id": "clq39yblw003qsh27dyxoxeft", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "\r\nOrdinary Magic of tactical transmission", + "subType": "", + "rulesText": "An ally teleports to a location it’s nearby. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lke470000e0v51se735fl" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g120008ps67prymcyt1q", + "slug": "bet_blink_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/blink.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4lke470000e0v51se735fl", + "setCardId": "clot8g10d008ns67p6ipzm6ae", + "setCard": { + "id": "clot8g10d008ns67p6ipzm6ae", + "slug": "bet_blink", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lke470000e0v51se735fl", + "meta": { + "id": "clq39ybvi003ssh276ylyn32x", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "\r\nOrdinary Magic of tactical transmission", + "subType": "", + "rulesText": "An ally teleports to a location it’s nearby. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g10d008ns67p6ipzm6ae" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g13j008rs67ps8jxp5ft", + "slug": "bet_blink_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/blink-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4lke470000e0v51se735fl", + "setCardId": "clot8g10d008ns67p6ipzm6ae", + "setCard": { + "id": "clot8g10d008ns67p6ipzm6ae", + "slug": "bet_blink", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lke470000e0v51se735fl", + "meta": { + "id": "clq39ybvi003ssh276ylyn32x", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "\r\nOrdinary Magic of tactical transmission", + "subType": "", + "rulesText": "An ally teleports to a location it’s nearby. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g10d008ns67p6ipzm6ae" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lkpfr0002e0v5eehc1pxh", + "slug": "alp_blink_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/blink.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4lke470000e0v51se735fl", + "setCardId": "clm4lkn2f0001e0v5dk1f0500", + "setCard": { + "id": "clm4lkn2f0001e0v5dk1f0500", + "slug": "alp_blink", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lke470000e0v51se735fl", + "meta": { + "id": "clq39ybo8003rsh27h39bw9c8", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "\nOrdinary Magic of tactical transmission", + "subType": "", + "rulesText": "An ally teleports to a location it’s nearby. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lkn2f0001e0v5dk1f0500" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ll71a0004e0v5136obq4l", + "slug": "alp_blink_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/blink-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4lke470000e0v51se735fl", + "setCardId": "clm4lkn2f0001e0v5dk1f0500", + "setCard": { + "id": "clm4lkn2f0001e0v5dk1f0500", + "slug": "alp_blink", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lke470000e0v51se735fl", + "meta": { + "id": "clq39ybo8003rsh27h39bw9c8", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "\nOrdinary Magic of tactical transmission", + "subType": "", + "rulesText": "An ally teleports to a location it’s nearby. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lkn2f0001e0v5dk1f0500" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ll0f00003e0v5bmqofsgc", + "slug": "alp_blink_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/blink-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4lke470000e0v51se735fl", + "setCardId": "clm4lkn2f0001e0v5dk1f0500", + "setCard": { + "id": "clm4lkn2f0001e0v5dk1f0500", + "slug": "alp_blink", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lke470000e0v51se735fl", + "meta": { + "id": "clq39ybo8003rsh27h39bw9c8", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "\nOrdinary Magic of tactical transmission", + "subType": "", + "rulesText": "An ally teleports to a location it’s nearby. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lkn2f0001e0v5dk1f0500" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p48aq00qze0v5ea1ghoa6", + "slug": "blizzard", + "name": "Blizzard", + "hotscore": 336, + "guardian": { + "id": "clq3a0v5300mksh270cqulj4v", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of forestalling frost", + "subType": "", + "rulesText": "Affected sites and units atop them can't be attacked or intercepted.\r\n \r\nAt the start of your turn, dispel Blizzard.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p48aq00qze0v5ea1ghoa6" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8i0yx01g9s67pmf5esufv", + "slug": "bet_blizzard_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/blizzard.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4p48aq00qze0v5ea1ghoa6", + "setCardId": "clot8i0xe01g7s67p7y4qf5gm", + "setCard": { + "id": "clot8i0xe01g7s67p7y4qf5gm", + "slug": "bet_blizzard", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p48aq00qze0v5ea1ghoa6", + "meta": { + "id": "clq3a0vcz00mmsh27sa6a8g1h", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of forestalling frost", + "subType": "", + "rulesText": "Affected sites and units atop them can't be attacked or intercepted.\r\n \r\nAt the start of your turn, dispel Blizzard.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i0xe01g7s67p7y4qf5gm" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i10g01gbs67pu1gbivuf", + "slug": "bet_blizzard_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/blizzard-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4p48aq00qze0v5ea1ghoa6", + "setCardId": "clot8i0xe01g7s67p7y4qf5gm", + "setCard": { + "id": "clot8i0xe01g7s67p7y4qf5gm", + "slug": "bet_blizzard", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p48aq00qze0v5ea1ghoa6", + "meta": { + "id": "clq3a0vcz00mmsh27sa6a8g1h", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of forestalling frost", + "subType": "", + "rulesText": "Affected sites and units atop them can't be attacked or intercepted.\r\n \r\nAt the start of your turn, dispel Blizzard.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i0xe01g7s67p7y4qf5gm" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p4f1700r1e0v5cerndp7b", + "slug": "alp_blizzard_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/blizzard.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4p48aq00qze0v5ea1ghoa6", + "setCardId": "clm4p4dq000r0e0v5ety8eua2", + "setCard": { + "id": "clm4p4dq000r0e0v5ety8eua2", + "slug": "alp_blizzard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p48aq00qze0v5ea1ghoa6", + "meta": { + "id": "clq3a0v7f00mlsh27nf67xy0i", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of forestalling frost", + "subType": "", + "rulesText": "Affected sites and units atop them can't be attacked or intercepted. \n\nAt the start of your turn, dispel Blizzard.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p4dq000r0e0v5ety8eua2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p4miw00r2e0v5hov3fjms", + "slug": "alp_blizzard_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/blizzard-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4p48aq00qze0v5ea1ghoa6", + "setCardId": "clm4p4dq000r0e0v5ety8eua2", + "setCard": { + "id": "clm4p4dq000r0e0v5ety8eua2", + "slug": "alp_blizzard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p48aq00qze0v5ea1ghoa6", + "meta": { + "id": "clq3a0v7f00mlsh27nf67xy0i", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of forestalling frost", + "subType": "", + "rulesText": "Affected sites and units atop them can't be attacked or intercepted. \n\nAt the start of your turn, dispel Blizzard.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p4dq000r0e0v5ety8eua2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4i37h7000624v59n1k2o1r", + "slug": "blood_ravens", + "name": "Blood Ravens", + "hotscore": 601, + "guardian": { + "id": "clq39xtp70003sh27tm0c6bcm", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A cruel conspiracy of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Airborne\r\n \r\nDamage dealt by Blood Ravens' strikes heals you.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4i37h7000624v59n1k2o1r" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fmfy000cs67p2fwssh1g", + "slug": "bet_blood_ravens_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/blood_ravens.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Dark wings bring dark winds.", + "cardId": "clm4i37h7000624v59n1k2o1r", + "setCardId": "clot8fmef000as67pogg80n4d", + "setCard": { + "id": "clot8fmef000as67pogg80n4d", + "slug": "bet_blood_ravens", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i37h7000624v59n1k2o1r", + "meta": { + "id": "clq39xtxc0005sh275qsi412j", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A cruel conspiracy of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Airborne\r\n \r\nDamage dealt by Blood Ravens' strikes heals you.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fmef000as67pogg80n4d" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fmhh000es67pyqv90od5", + "slug": "bet_blood_ravens_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/blood_ravens-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Dark wings bring dark winds.", + "cardId": "clm4i37h7000624v59n1k2o1r", + "setCardId": "clot8fmef000as67pogg80n4d", + "setCard": { + "id": "clot8fmef000as67pogg80n4d", + "slug": "bet_blood_ravens", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i37h7000624v59n1k2o1r", + "meta": { + "id": "clq39xtxc0005sh275qsi412j", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A cruel conspiracy of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Airborne\r\n \r\nDamage dealt by Blood Ravens' strikes heals you.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fmef000as67pogg80n4d" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i3f00000824v5hl17e6io", + "slug": "alp_blood_ravens_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/blood_ravens.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Dark wings bring dark winds.", + "cardId": "clm4i37h7000624v59n1k2o1r", + "setCardId": "clm4i3dns000724v55rnu148n", + "setCard": { + "id": "clm4i3dns000724v55rnu148n", + "slug": "alp_blood_ravens", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i37h7000624v59n1k2o1r", + "meta": { + "id": "clq39xtrj0004sh27531yuyiq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A cruel conspiracy of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Airborne\n\nDamage dealt by Blood Ravens' strikes heals you.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i3dns000724v55rnu148n" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i3lrj000924v59jp80lys", + "slug": "alp_blood_ravens_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/blood_ravens-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Dark wings bring dark winds.", + "cardId": "clm4i37h7000624v59n1k2o1r", + "setCardId": "clm4i3dns000724v55rnu148n", + "setCard": { + "id": "clm4i3dns000724v55rnu148n", + "slug": "alp_blood_ravens", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i37h7000624v59n1k2o1r", + "meta": { + "id": "clq39xtrj0004sh27531yuyiq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A cruel conspiracy of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Airborne\n\nDamage dealt by Blood Ravens' strikes heals you.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i3dns000724v55rnu148n" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nqu6u00g8e0v5g2uv5yl3", + "slug": "boil", + "name": "Boil", + "hotscore": 484, + "guardian": { + "id": "clq39zups00f3sh274tb0ix1y", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of sudden scalding", + "subType": "", + "rulesText": "Destroy all minions occupying target water site up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4nqu6u00g8e0v5g2uv5yl3" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h8f600yys67p8g51mtop", + "slug": "bet_boil_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/boil.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4nqu6u00g8e0v5g2uv5yl3", + "setCardId": "clot8h8dk00yws67pglvvnovr", + "setCard": { + "id": "clot8h8dk00yws67pglvvnovr", + "slug": "bet_boil", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nqu6u00g8e0v5g2uv5yl3", + "meta": { + "id": "clq39zuzf00f5sh27wjceyt1g", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of sudden scalding", + "subType": "", + "rulesText": "Destroy all minions occupying target water site up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h8dk00yws67pglvvnovr" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h8gp00z0s67pwm9eefn6", + "slug": "bet_boil_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/boil-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4nqu6u00g8e0v5g2uv5yl3", + "setCardId": "clot8h8dk00yws67pglvvnovr", + "setCard": { + "id": "clot8h8dk00yws67pglvvnovr", + "slug": "bet_boil", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nqu6u00g8e0v5g2uv5yl3", + "meta": { + "id": "clq39zuzf00f5sh27wjceyt1g", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of sudden scalding", + "subType": "", + "rulesText": "Destroy all minions occupying target water site up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h8dk00yws67pglvvnovr" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nr0xp00gae0v5elsx10cz", + "slug": "alp_boil_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/boil.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4nqu6u00g8e0v5g2uv5yl3", + "setCardId": "clm4nqzm900g9e0v59k2bbts4", + "setCard": { + "id": "clm4nqzm900g9e0v59k2bbts4", + "slug": "alp_boil", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nqu6u00g8e0v5g2uv5yl3", + "meta": { + "id": "clq39zusw00f4sh279yp2nujk", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of sudden scalding", + "subType": "", + "rulesText": "Destroy all minions occupying target water site up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nqzm900g9e0v59k2bbts4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nr7p200gbe0v50n4h0s84", + "slug": "alp_boil_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/boil-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4nqu6u00g8e0v5g2uv5yl3", + "setCardId": "clm4nqzm900g9e0v59k2bbts4", + "setCard": { + "id": "clm4nqzm900g9e0v59k2bbts4", + "slug": "alp_boil", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nqu6u00g8e0v5g2uv5yl3", + "meta": { + "id": "clq39zusw00f4sh279yp2nujk", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of sudden scalding", + "subType": "", + "rulesText": "Destroy all minions occupying target water site up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nqzm900g9e0v59k2bbts4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m4os5003se0v5akxp8qud", + "slug": "bone_rabble", + "name": "Bone Rabble", + "hotscore": 459, + "guardian": { + "id": "clq39yomi006gsh27wcgar6q4", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Undead scrabble to the surface", + "subType": "Undead", + "rulesText": "Whenever you play an earth site, you may summon Bone Rabble from your cemetery to that site.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m4os5003se0v5akxp8qud" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gb8f00exs67p73oqewob", + "slug": "bet_bone_rabble_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bone_rabble.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4m4os5003se0v5akxp8qud", + "setCardId": "clot8gb6y00evs67pooa8s3nw", + "setCard": { + "id": "clot8gb6y00evs67pooa8s3nw", + "slug": "bet_bone_rabble", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m4os5003se0v5akxp8qud", + "meta": { + "id": "clq39youc006ish27nei9pu9r", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Undead scrabble to the surface", + "subType": "Undead", + "rulesText": "Whenever you play an earth site, you may summon Bone Rabble from your cemetery to that site.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gb6y00evs67pooa8s3nw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gb9w00ezs67peyea85yl", + "slug": "bet_bone_rabble_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bone_rabble-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4m4os5003se0v5akxp8qud", + "setCardId": "clot8gb6y00evs67pooa8s3nw", + "setCard": { + "id": "clot8gb6y00evs67pooa8s3nw", + "slug": "bet_bone_rabble", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m4os5003se0v5akxp8qud", + "meta": { + "id": "clq39youc006ish27nei9pu9r", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Undead scrabble to the surface", + "subType": "Undead", + "rulesText": "Whenever you play an earth site, you may summon Bone Rabble from your cemetery to that site.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gb6y00evs67pooa8s3nw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m4wnv003ue0v5as69glzj", + "slug": "alp_bone_rabble_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bone_rabble.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4m4os5003se0v5akxp8qud", + "setCardId": "clm4m4va6003te0v5a4u6420k", + "setCard": { + "id": "clm4m4va6003te0v5a4u6420k", + "slug": "alp_bone_rabble", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m4os5003se0v5akxp8qud", + "meta": { + "id": "clq39yoos006hsh27k9uvzm2g", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Undead scrabble to the surface", + "subType": "Undead", + "rulesText": "Whenever you play an earth site, you may summon Bone Rabble from your cemetery to that site.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m4va6003te0v5a4u6420k" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m53xv003ve0v5flz38flt", + "slug": "alp_bone_rabble_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bone_rabble-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4m4os5003se0v5akxp8qud", + "setCardId": "clm4m4va6003te0v5a4u6420k", + "setCard": { + "id": "clm4m4va6003te0v5a4u6420k", + "slug": "alp_bone_rabble", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m4os5003se0v5akxp8qud", + "meta": { + "id": "clq39yoos006hsh27k9uvzm2g", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Undead scrabble to the surface", + "subType": "Undead", + "rulesText": "Whenever you play an earth site, you may summon Bone Rabble from your cemetery to that site.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m4va6003te0v5a4u6420k" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clpvzhp1f001lm65y1v64vw1k", + "slug": "pro_bone_rabble_p_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/pro/bone_rabble-p.png", + "finish": "Standard", + "product": "Promo", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4m4os5003se0v5akxp8qud", + "setCardId": "clpvzhozn001jm65yt73af8eu", + "setCard": { + "id": "clpvzhozn001jm65yt73af8eu", + "slug": "pro_bone_rabble", + "setId": "clm4rgehb000042v5a04vfg6s", + "cardId": "clm4m4os5003se0v5akxp8qud", + "meta": { + "id": "clq39yp01006jsh279i99pou6", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Undead, arise!", + "subType": "Undead", + "rulesText": "Whenever you play an earth site, you may summon Bone Rabble from your cemetery to that site.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clpvzhozn001jm65yt73af8eu" + }, + "set": { + "id": "clm4rgehb000042v5a04vfg6s", + "name": "Promotional", + "releaseDate": "" + } + } + }, + { + "id": "clpvzhp34001nm65ykgu02qi9", + "slug": "pro_bone_rabble_p_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/pro/bone_rabble-p-f.png", + "finish": "Foil", + "product": "Promo", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4m4os5003se0v5akxp8qud", + "setCardId": "clpvzhozn001jm65yt73af8eu", + "setCard": { + "id": "clpvzhozn001jm65yt73af8eu", + "slug": "pro_bone_rabble", + "setId": "clm4rgehb000042v5a04vfg6s", + "cardId": "clm4m4os5003se0v5akxp8qud", + "meta": { + "id": "clq39yp01006jsh279i99pou6", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Undead, arise!", + "subType": "Undead", + "rulesText": "Whenever you play an earth site, you may summon Bone Rabble from your cemetery to that site.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clpvzhozn001jm65yt73af8eu" + }, + "set": { + "id": "clm4rgehb000042v5a04vfg6s", + "name": "Promotional", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qqvju013me0v5dvgt7l6l", + "slug": "boneyard", + "name": "Boneyard", + "hotscore": 2650, + "guardian": { + "id": "clq3a218j00vash27p738ocbp", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site brimming with death", + "subType": "", + "rulesText": "Genesis → Each player may summon a minion from their cemetery here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qqvju013me0v5dvgt7l6l" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8iyni020ks67pdxgkohi3", + "slug": "bet_boneyard_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/boneyard.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qqvju013me0v5dvgt7l6l", + "setCardId": "clot8iylz020is67p0oq7mxey", + "setCard": { + "id": "clot8iylz020is67p0oq7mxey", + "slug": "bet_boneyard", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qqvju013me0v5dvgt7l6l", + "meta": { + "id": "clq3a21h200vcsh2704ejjwnm", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site brimming with death", + "subType": "", + "rulesText": "Genesis → Each player may summon a minion from their cemetery here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iylz020is67p0oq7mxey" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iyp1020ms67prtqfl0ey", + "slug": "bet_boneyard_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/boneyard-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qqvju013me0v5dvgt7l6l", + "setCardId": "clot8iylz020is67p0oq7mxey", + "setCard": { + "id": "clot8iylz020is67p0oq7mxey", + "slug": "bet_boneyard", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qqvju013me0v5dvgt7l6l", + "meta": { + "id": "clq3a21h200vcsh2704ejjwnm", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site brimming with death", + "subType": "", + "rulesText": "Genesis → Each player may summon a minion from their cemetery here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iylz020is67p0oq7mxey" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qr2jo013oe0v5e6bx5se5", + "slug": "alp_boneyard_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/boneyard.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qqvju013me0v5dvgt7l6l", + "setCardId": "clm4qr18e013ne0v57qrv61e0", + "setCard": { + "id": "clm4qr18e013ne0v57qrv61e0", + "slug": "alp_boneyard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qqvju013me0v5dvgt7l6l", + "meta": { + "id": "clq3a21at00vbsh27apezjs94", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site brimming with death", + "subType": "", + "rulesText": "Genesis → Each player may summon a minion from their cemetery here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qr18e013ne0v57qrv61e0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qr9f7013pe0v5e02i5yw4", + "slug": "alp_boneyard_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/boneyard-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qqvju013me0v5dvgt7l6l", + "setCardId": "clm4qr18e013ne0v57qrv61e0", + "setCard": { + "id": "clm4qr18e013ne0v57qrv61e0", + "slug": "alp_boneyard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qqvju013me0v5dvgt7l6l", + "meta": { + "id": "clq3a21at00vbsh27apezjs94", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site brimming with death", + "subType": "", + "rulesText": "Genesis → Each player may summon a minion from their cemetery here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qr18e013ne0v57qrv61e0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4msc3y008pe0v5gqp5aol4", + "slug": "border_militia", + "name": "Border Militia", + "hotscore": 2578, + "guardian": { + "id": "clq39z5ce009xsh27eyoefqwk", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to defend the motherland", + "subType": "", + "rulesText": "Summon a Foot Soldier token to each site you control that borders an enemy site.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4msc3y008pe0v5gqp5aol4" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gog700mws67p3ml006vv", + "slug": "bet_border_militia_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/border_militia.png", + "finish": "Standard", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4msc3y008pe0v5gqp5aol4", + "setCardId": "clot8goeg00mus67p0e4puypl", + "setCard": { + "id": "clot8goeg00mus67p0e4puypl", + "slug": "bet_border_militia", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4msc3y008pe0v5gqp5aol4", + "meta": { + "id": "clq39z5kh009zsh27xgzoxqxx", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to defend the motherland", + "subType": "", + "rulesText": "Summon a Foot Soldier token to each site you control that borders an enemy site.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8goeg00mus67p0e4puypl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gohr00mys67puwuzmy96", + "slug": "bet_border_militia_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/border_militia-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4msc3y008pe0v5gqp5aol4", + "setCardId": "clot8goeg00mus67p0e4puypl", + "setCard": { + "id": "clot8goeg00mus67p0e4puypl", + "slug": "bet_border_militia", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4msc3y008pe0v5gqp5aol4", + "meta": { + "id": "clq39z5kh009zsh27xgzoxqxx", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to defend the motherland", + "subType": "", + "rulesText": "Summon a Foot Soldier token to each site you control that borders an enemy site.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8goeg00mus67p0e4puypl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4msj3t008re0v55can4df2", + "slug": "alp_border_militia_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/border_militia.png", + "finish": "Standard", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4msc3y008pe0v5gqp5aol4", + "setCardId": "clm4mshsp008qe0v5adkm2mrn", + "setCard": { + "id": "clm4mshsp008qe0v5adkm2mrn", + "slug": "alp_border_militia", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4msc3y008pe0v5gqp5aol4", + "meta": { + "id": "clq39z5ev009ysh27u7eq6qkf", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to defend the motherland", + "subType": "", + "rulesText": "Summon a Foot Soldier token to each site you control that borders an enemy site.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mshsp008qe0v5adkm2mrn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4msqd4008se0v5cjwtcs90", + "slug": "alp_border_militia_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/border_militia-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4msc3y008pe0v5gqp5aol4", + "setCardId": "clm4mshsp008qe0v5adkm2mrn", + "setCard": { + "id": "clm4mshsp008qe0v5adkm2mrn", + "slug": "alp_border_militia", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4msc3y008pe0v5gqp5aol4", + "meta": { + "id": "clq39z5ev009ysh27u7eq6qkf", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to defend the motherland", + "subType": "", + "rulesText": "Summon a Foot Soldier token to each site you control that borders an enemy site.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mshsp008qe0v5adkm2mrn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m5a6v003we0v5bbdq802h", + "slug": "bosk_troll", + "name": "Bosk Troll", + "hotscore": 2700, + "guardian": { + "id": "clq39yp5s006ksh27pw0destc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Troll of gentle disposition", + "subType": "Troll", + "rulesText": "", + "cost": 2, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m5a6v003we0v5bbdq802h" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gbj400f4s67poyczbg3h", + "slug": "bet_bosk_troll_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bosk_troll.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Its thoughts are reflections in a forest pool, softly trembling with wind and rain.", + "cardId": "clm4m5a6v003we0v5bbdq802h", + "setCardId": "clot8gbhn00f2s67pz9g5br2a", + "setCard": { + "id": "clot8gbhn00f2s67pz9g5br2a", + "slug": "bet_bosk_troll", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m5a6v003we0v5bbdq802h", + "meta": { + "id": "clq39ype2006msh27ppwcvqvc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Troll of gentle disposition", + "subType": "Troll", + "rulesText": "", + "cost": 2, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gbhn00f2s67pz9g5br2a" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gbkm00f6s67p6mdn5ec1", + "slug": "bet_bosk_troll_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bosk_troll-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Its thoughts are reflections in a forest pool, softly trembling with wind and rain.", + "cardId": "clm4m5a6v003we0v5bbdq802h", + "setCardId": "clot8gbhn00f2s67pz9g5br2a", + "setCard": { + "id": "clot8gbhn00f2s67pz9g5br2a", + "slug": "bet_bosk_troll", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m5a6v003we0v5bbdq802h", + "meta": { + "id": "clq39ype2006msh27ppwcvqvc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Troll of gentle disposition", + "subType": "Troll", + "rulesText": "", + "cost": 2, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gbhn00f2s67pz9g5br2a" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m5iz8003ye0v52wa09waz", + "slug": "alp_bosk_troll_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bosk_troll.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Its thoughts are reflections in a forest pool, softly trembling with wind and rain.", + "cardId": "clm4m5a6v003we0v5bbdq802h", + "setCardId": "clm4m5h6y003xe0v55juygf4f", + "setCard": { + "id": "clm4m5h6y003xe0v55juygf4f", + "slug": "alp_bosk_troll", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m5a6v003we0v5bbdq802h", + "meta": { + "id": "clq39yp80006lsh27550wpefg", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Troll of gentle disposition", + "subType": "Troll", + "rulesText": "", + "cost": 2, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m5h6y003xe0v55juygf4f" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m5qyb003ze0v556hj4ju0", + "slug": "alp_bosk_troll_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bosk_troll-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Its thoughts are reflections in a forest pool, softly trembling with wind and rain.", + "cardId": "clm4m5a6v003we0v5bbdq802h", + "setCardId": "clm4m5h6y003xe0v55juygf4f", + "setCard": { + "id": "clm4m5h6y003xe0v55juygf4f", + "slug": "alp_bosk_troll", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m5a6v003we0v5bbdq802h", + "meta": { + "id": "clq39yp80006lsh27550wpefg", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Troll of gentle disposition", + "subType": "Troll", + "rulesText": "", + "cost": 2, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m5h6y003xe0v55juygf4f" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qrehi013qe0v5060ccjht", + "slug": "bottomless_pit", + "name": "Bottomless Pit", + "hotscore": 2526, + "guardian": { + "id": "clq3a21mz00vdsh272lgt6xq8", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of depth and despair", + "subType": "", + "rulesText": "Whenever a non-Airborne minion enters this site, kill it.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qrehi013qe0v5060ccjht" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8iyz7020rs67p8hiy2030", + "slug": "bet_bottomless_pit_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bottomless_pit.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qrehi013qe0v5060ccjht", + "setCardId": "clot8iyxl020ps67px34mprbj", + "setCard": { + "id": "clot8iyxl020ps67px34mprbj", + "slug": "bet_bottomless_pit", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qrehi013qe0v5060ccjht", + "meta": { + "id": "clq3a21wv00vfsh27pv7odpcj", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of depth and despair", + "subType": "", + "rulesText": "Whenever a non-Airborne minion enters this site, kill it.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iyxl020ps67px34mprbj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iz0s020ts67peuf3ipsx", + "slug": "bet_bottomless_pit_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bottomless_pit-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qrehi013qe0v5060ccjht", + "setCardId": "clot8iyxl020ps67px34mprbj", + "setCard": { + "id": "clot8iyxl020ps67px34mprbj", + "slug": "bet_bottomless_pit", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qrehi013qe0v5060ccjht", + "meta": { + "id": "clq3a21wv00vfsh27pv7odpcj", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of depth and despair", + "subType": "", + "rulesText": "Whenever a non-Airborne minion enters this site, kill it.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iyxl020ps67px34mprbj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qrlo8013se0v57szkg7so", + "slug": "alp_bottomless_pit_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bottomless_pit.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qrehi013qe0v5060ccjht", + "setCardId": "clm4qrkd8013re0v58b2t0myc", + "setCard": { + "id": "clm4qrkd8013re0v58b2t0myc", + "slug": "alp_bottomless_pit", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qrehi013qe0v5060ccjht", + "meta": { + "id": "clq3a21pb00vesh276oxweowv", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of depth and despair", + "subType": "", + "rulesText": "Whenever a non-Airborne minion enters this site, kill it.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qrkd8013re0v58b2t0myc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qrxdv013ue0v54zwr45h9", + "slug": "alp_bottomless_pit_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bottomless_pit-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qrehi013qe0v5060ccjht", + "setCardId": "clm4qrkd8013re0v58b2t0myc", + "setCard": { + "id": "clm4qrkd8013re0v58b2t0myc", + "slug": "alp_bottomless_pit", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qrehi013qe0v5060ccjht", + "meta": { + "id": "clq3a21pb00vesh276oxweowv", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of depth and despair", + "subType": "", + "rulesText": "Whenever a non-Airborne minion enters this site, kill it.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qrkd8013re0v58b2t0myc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qrs5f013te0v5ftnx36dt", + "slug": "alp_bottomless_pit_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bottomless_pit-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qrehi013qe0v5060ccjht", + "setCardId": "clm4qrkd8013re0v58b2t0myc", + "setCard": { + "id": "clm4qrkd8013re0v58b2t0myc", + "slug": "alp_bottomless_pit", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qrehi013qe0v5060ccjht", + "meta": { + "id": "clq3a21pb00vesh276oxweowv", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of depth and despair", + "subType": "", + "rulesText": "Whenever a non-Airborne minion enters this site, kill it.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qrkd8013re0v58b2t0myc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o6sj200joe0v5eeqi59wq", + "slug": "bridge_troll", + "name": "Bridge Troll", + "hotscore": 360, + "guardian": { + "id": "clq3a06jw00hjsh27xiuggt3v", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Troll accosts the incautious", + "subType": "Troll", + "rulesText": "Whenever an enemy attacks Bridge Troll, they must spend all of their remaining mana to give to you on your next turn.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4o6sj200joe0v5eeqi59wq" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hhik014ls67pmarp16xm", + "slug": "bet_bridge_troll_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bridge_troll.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Oi! 'oo 's 'at trippin' o'er me bridge?", + "cardId": "clm4o6sj200joe0v5eeqi59wq", + "setCardId": "clot8hhh1014js67p7cihplww", + "setCard": { + "id": "clot8hhh1014js67p7cihplww", + "slug": "bet_bridge_troll", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o6sj200joe0v5eeqi59wq", + "meta": { + "id": "clq3a06sb00hlsh27ewp8q2d6", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Troll accosts the incautious", + "subType": "Troll", + "rulesText": "Whenever an enemy attacks Bridge Troll, they must spend all of their remaining mana to give to you on your next turn.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hhh1014js67p7cihplww" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hhk5014ns67pmneqybgl", + "slug": "bet_bridge_troll_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bridge_troll-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Oi! 'oo 's 'at trippin' o'er me bridge?", + "cardId": "clm4o6sj200joe0v5eeqi59wq", + "setCardId": "clot8hhh1014js67p7cihplww", + "setCard": { + "id": "clot8hhh1014js67p7cihplww", + "slug": "bet_bridge_troll", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o6sj200joe0v5eeqi59wq", + "meta": { + "id": "clq3a06sb00hlsh27ewp8q2d6", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Troll accosts the incautious", + "subType": "Troll", + "rulesText": "Whenever an enemy attacks Bridge Troll, they must spend all of their remaining mana to give to you on your next turn.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hhh1014js67p7cihplww" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o6zcp00jqe0v53fyk9x71", + "slug": "alp_bridge_troll_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bridge_troll.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "\"Oi! 'oo 's 'at trippin' o'er me bridge?\"", + "cardId": "clm4o6sj200joe0v5eeqi59wq", + "setCardId": "clm4o6y0q00jpe0v549crci8f", + "setCard": { + "id": "clm4o6y0q00jpe0v549crci8f", + "slug": "alp_bridge_troll", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o6sj200joe0v5eeqi59wq", + "meta": { + "id": "clq3a06m900hksh27ev7h8h41", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Troll accosts the incautious", + "subType": "Troll", + "rulesText": "Whenever an enemy attacks Bridge Troll, they must spend all of their remaining mana to give to you on your next turn.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o6y0q00jpe0v549crci8f" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o767500jre0v5dm7ua0fo", + "slug": "alp_bridge_troll_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bridge_troll-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "\"Oi! 'oo 's 'at trippin' o'er me bridge?\"", + "cardId": "clm4o6sj200joe0v5eeqi59wq", + "setCardId": "clm4o6y0q00jpe0v549crci8f", + "setCard": { + "id": "clm4o6y0q00jpe0v549crci8f", + "slug": "alp_bridge_troll", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o6sj200joe0v5eeqi59wq", + "meta": { + "id": "clq3a06m900hksh27ev7h8h41", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Troll accosts the incautious", + "subType": "Troll", + "rulesText": "Whenever an enemy attacks Bridge Troll, they must spend all of their remaining mana to give to you on your next turn.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o6y0q00jpe0v549crci8f" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o7bb300jse0v55yqkemum", + "slug": "brobdingnag_bullfrog", + "name": "Brobdingnag Bullfrog", + "hotscore": 858, + "guardian": { + "id": "clq3a06y700hmsh277vmf2f8e", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a giant appetite", + "subType": "Beast", + "rulesText": "Genesis → Brobdingnag Bullfrog swallows another target minion here. He carries it disabled in his belly until he leaves the realm.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4o7bb300jse0v55yqkemum" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hhva014ss67p47nxnorm", + "slug": "bet_brobdingnag_bullfrog_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/brobdingnag_bullfrog.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4o7bb300jse0v55yqkemum", + "setCardId": "clot8hhtr014qs67p8rgzdo0c", + "setCard": { + "id": "clot8hhtr014qs67p8rgzdo0c", + "slug": "bet_brobdingnag_bullfrog", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o7bb300jse0v55yqkemum", + "meta": { + "id": "clq3a078200hosh27io2tl4rd", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a giant appetite", + "subType": "Beast", + "rulesText": "Genesis → Brobdingnag Bullfrog swallows another target minion here. He carries it disabled in his belly until he leaves the realm.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hhtr014qs67p8rgzdo0c" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hhwv014us67pu4ybcpal", + "slug": "bet_brobdingnag_bullfrog_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/brobdingnag_bullfrog-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4o7bb300jse0v55yqkemum", + "setCardId": "clot8hhtr014qs67p8rgzdo0c", + "setCard": { + "id": "clot8hhtr014qs67p8rgzdo0c", + "slug": "bet_brobdingnag_bullfrog", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o7bb300jse0v55yqkemum", + "meta": { + "id": "clq3a078200hosh27io2tl4rd", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a giant appetite", + "subType": "Beast", + "rulesText": "Genesis → Brobdingnag Bullfrog swallows another target minion here. He carries it disabled in his belly until he leaves the realm.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hhtr014qs67p8rgzdo0c" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o7j2500jue0v5are84d40", + "slug": "alp_brobdingnag_bullfrog_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/brobdingnag_bullfrog.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4o7bb300jse0v55yqkemum", + "setCardId": "clm4o7hqc00jte0v55z2t4q9g", + "setCard": { + "id": "clm4o7hqc00jte0v55z2t4q9g", + "slug": "alp_brobdingnag_bullfrog", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o7bb300jse0v55yqkemum", + "meta": { + "id": "clq3a070k00hnsh27mudn5huy", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a giant appetite", + "subType": "Beast", + "rulesText": "Genesis → Brobdingnag Bullfrog swallows another target minion here. He carries it disabled in his belly until he leaves the realm.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o7hqc00jte0v55z2t4q9g" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o7vde00jwe0v53td8e7ns", + "slug": "alp_brobdingnag_bullfrog_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/brobdingnag_bullfrog-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4o7bb300jse0v55yqkemum", + "setCardId": "clm4o7hqc00jte0v55z2t4q9g", + "setCard": { + "id": "clm4o7hqc00jte0v55z2t4q9g", + "slug": "alp_brobdingnag_bullfrog", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o7bb300jse0v55yqkemum", + "meta": { + "id": "clq3a070k00hnsh27mudn5huy", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a giant appetite", + "subType": "Beast", + "rulesText": "Genesis → Brobdingnag Bullfrog swallows another target minion here. He carries it disabled in his belly until he leaves the realm.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o7hqc00jte0v55z2t4q9g" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o7pby00jve0v56mic1j6v", + "slug": "alp_brobdingnag_bullfrog_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/brobdingnag_bullfrog-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4o7bb300jse0v55yqkemum", + "setCardId": "clm4o7hqc00jte0v55z2t4q9g", + "setCard": { + "id": "clm4o7hqc00jte0v55z2t4q9g", + "slug": "alp_brobdingnag_bullfrog", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o7bb300jse0v55yqkemum", + "meta": { + "id": "clq3a070k00hnsh27mudn5huy", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a giant appetite", + "subType": "Beast", + "rulesText": "Genesis → Brobdingnag Bullfrog swallows another target minion here. He carries it disabled in his belly until he leaves the realm.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o7hqc00jte0v55z2t4q9g" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ll8dp0005e0v524z83iwv", + "slug": "browse", + "name": "Browse", + "hotscore": 5808, + "guardian": { + "id": "clq39yc1h003tsh27zyzmdenl", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic to probe the possible", + "subType": "", + "rulesText": "Look at your next seven spells. Put one in your hand and the rest on the bottom of your spellbook in any order.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 3, + "cardId": "clm4ll8dp0005e0v524z83iwv" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g1cu008ws67p54tghlcj", + "slug": "bet_browse_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/browse.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4ll8dp0005e0v524z83iwv", + "setCardId": "clot8g1b3008us67pfdkeickc", + "setCard": { + "id": "clot8g1b3008us67pfdkeickc", + "slug": "bet_browse", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ll8dp0005e0v524z83iwv", + "meta": { + "id": "clq39yc9k003vsh27n8ckq5v6", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic to probe the possible", + "subType": "", + "rulesText": "Look at your next seven spells. Put one in your hand and the rest on the bottom of your spellbook in any order.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 3, + "setCardId": "clot8g1b3008us67pfdkeickc" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g1eg008ys67p13xlq724", + "slug": "bet_browse_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/browse-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4ll8dp0005e0v524z83iwv", + "setCardId": "clot8g1b3008us67pfdkeickc", + "setCard": { + "id": "clot8g1b3008us67pfdkeickc", + "slug": "bet_browse", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ll8dp0005e0v524z83iwv", + "meta": { + "id": "clq39yc9k003vsh27n8ckq5v6", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic to probe the possible", + "subType": "", + "rulesText": "Look at your next seven spells. Put one in your hand and the rest on the bottom of your spellbook in any order.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 3, + "setCardId": "clot8g1b3008us67pfdkeickc" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4llfmd0007e0v5dqw9ae07", + "slug": "alp_browse_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/browse.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4ll8dp0005e0v524z83iwv", + "setCardId": "clm4lle2t0006e0v5069egvdk", + "setCard": { + "id": "clm4lle2t0006e0v5069egvdk", + "slug": "alp_browse", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ll8dp0005e0v524z83iwv", + "meta": { + "id": "clq39yc3t003ush27zg113pzf", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic to probe the possible", + "subType": "", + "rulesText": "Look at your next seven spells. Put one in your hand and the rest on the bottom of your spellbook in any order.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 3, + "setCardId": "clm4lle2t0006e0v5069egvdk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4llmrm0008e0v5hu5rd7ni", + "slug": "alp_browse_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/browse-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4ll8dp0005e0v524z83iwv", + "setCardId": "clm4lle2t0006e0v5069egvdk", + "setCard": { + "id": "clm4lle2t0006e0v5069egvdk", + "slug": "alp_browse", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ll8dp0005e0v524z83iwv", + "meta": { + "id": "clq39yc3t003ush27zg113pzf", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic to probe the possible", + "subType": "", + "rulesText": "Look at your next seven spells. Put one in your hand and the rest on the bottom of your spellbook in any order.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 3, + "setCardId": "clm4lle2t0006e0v5069egvdk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n6rru00bre0v5esja1xm7", + "slug": "bull_demons_of_adum", + "name": "Bull Demons of Adum", + "hotscore": 544, + "guardian": { + "id": "clq39zfp600c3sh27sunag1xk", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Demons run amok", + "subType": "Demon", + "rulesText": "Tap → Move three steps in a cardinal direction. When Bull Demons of Adum enter each location, they strike each untapped unit there.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4n6rru00bre0v5esja1xm7" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gwqo00rys67plty4xl9u", + "slug": "bet_bull_demons_of_adum_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bull_demons_of_adum.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "“A bull won’t charge a sleeping man. Go to bed, child.”", + "cardId": "clm4n6rru00bre0v5esja1xm7", + "setCardId": "clot8gwp400rws67p7yxvylzj", + "setCard": { + "id": "clot8gwp400rws67p7yxvylzj", + "slug": "bet_bull_demons_of_adum", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n6rru00bre0v5esja1xm7", + "meta": { + "id": "clq39zfyy00c5sh27k47810ui", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Demons run amok", + "subType": "Demon", + "rulesText": "Tap → Move three steps in a cardinal direction. When Bull Demons of Adum enter each location, they strike each untapped unit there.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gwp400rws67p7yxvylzj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gws800s0s67pll1e2boy", + "slug": "bet_bull_demons_of_adum_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bull_demons_of_adum-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "“A bull won’t charge a sleeping man. Go to bed, child.”", + "cardId": "clm4n6rru00bre0v5esja1xm7", + "setCardId": "clot8gwp400rws67p7yxvylzj", + "setCard": { + "id": "clot8gwp400rws67p7yxvylzj", + "slug": "bet_bull_demons_of_adum", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n6rru00bre0v5esja1xm7", + "meta": { + "id": "clq39zfyy00c5sh27k47810ui", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Demons run amok", + "subType": "Demon", + "rulesText": "Tap → Move three steps in a cardinal direction. When Bull Demons of Adum enter each location, they strike each untapped unit there.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gwp400rws67p7yxvylzj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n6yua00bte0v56mi72fda", + "slug": "alp_bull_demons_of_adum_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bull_demons_of_adum.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "“A bull won’t charge a sleeping man. Go to bed, child.”", + "cardId": "clm4n6rru00bre0v5esja1xm7", + "setCardId": "clm4n6xgi00bse0v55d4k138z", + "setCard": { + "id": "clm4n6xgi00bse0v55d4k138z", + "slug": "alp_bull_demons_of_adum", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n6rru00bre0v5esja1xm7", + "meta": { + "id": "clq39zfrj00c4sh27ewkd7exr", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Demons run amok", + "subType": "Demon", + "rulesText": "Tap → Move three steps in a cardinal direction. When Bull Demons of Adum enter each location, they strike each untapped unit there.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n6xgi00bse0v55d4k138z" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n7ae400bve0v5hd9f0c3a", + "slug": "alp_bull_demons_of_adum_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bull_demons_of_adum-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Gadu Duaso", + "flavorText": "“A bull won’t charge a sleeping man. Go to bed, child.”", + "cardId": "clm4n6rru00bre0v5esja1xm7", + "setCardId": "clm4n6xgi00bse0v55d4k138z", + "setCard": { + "id": "clm4n6xgi00bse0v55d4k138z", + "slug": "alp_bull_demons_of_adum", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n6rru00bre0v5esja1xm7", + "meta": { + "id": "clq39zfrj00c4sh27ewkd7exr", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Demons run amok", + "subType": "Demon", + "rulesText": "Tap → Move three steps in a cardinal direction. When Bull Demons of Adum enter each location, they strike each untapped unit there.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n6xgi00bse0v55d4k138z" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n754w00bue0v5bkxtau5c", + "slug": "alp_bull_demons_of_adum_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bull_demons_of_adum-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "“A bull won’t charge a sleeping man. Go to bed, child.”", + "cardId": "clm4n6rru00bre0v5esja1xm7", + "setCardId": "clm4n6xgi00bse0v55d4k138z", + "setCard": { + "id": "clm4n6xgi00bse0v55d4k138z", + "slug": "alp_bull_demons_of_adum", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n6rru00bre0v5esja1xm7", + "meta": { + "id": "clq39zfrj00c4sh27ewkd7exr", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Demons run amok", + "subType": "Demon", + "rulesText": "Tap → Move three steps in a cardinal direction. When Bull Demons of Adum enter each location, they strike each untapped unit there.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n6xgi00bse0v55d4k138z" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pbcyl00sge0v5fayigw4j", + "slug": "buried_treasure", + "name": "Buried Treasure", + "hotscore": 300, + "guardian": { + "id": "clq3a107v00nnsh27cs7mhfqi", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "X marks the spot for these Exceptional Relics", + "subType": "Relic", + "rulesText": "If cast, conjure this under an allied land site of an opponent's choice.\r\n\r\nWhen Buried Treasure is carried to the surface, its controller sacrifices it and draws two cards.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pbcyl00sge0v5fayigw4j" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i54l01iss67p8cpe2fgq", + "slug": "bet_buried_treasure_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/buried_treasure.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4pbcyl00sge0v5fayigw4j", + "setCardId": "clot8i52601iqs67p6frjrcw3", + "setCard": { + "id": "clot8i52601iqs67p6frjrcw3", + "slug": "bet_buried_treasure", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pbcyl00sge0v5fayigw4j", + "meta": { + "id": "clq3a10fm00npsh27lunxpa0r", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "X marks the spot for these Exceptional Relics", + "subType": "Relic", + "rulesText": "If cast, conjure this under an allied land site of an opponent's choice.\r\n\r\nWhen Buried Treasure is carried to the surface, its controller sacrifices it and draws two cards.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i52601iqs67p6frjrcw3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i56u01ius67p8th49y3d", + "slug": "bet_buried_treasure_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/buried_treasure-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4pbcyl00sge0v5fayigw4j", + "setCardId": "clot8i52601iqs67p6frjrcw3", + "setCard": { + "id": "clot8i52601iqs67p6frjrcw3", + "slug": "bet_buried_treasure", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pbcyl00sge0v5fayigw4j", + "meta": { + "id": "clq3a10fm00npsh27lunxpa0r", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "X marks the spot for these Exceptional Relics", + "subType": "Relic", + "rulesText": "If cast, conjure this under an allied land site of an opponent's choice.\r\n\r\nWhen Buried Treasure is carried to the surface, its controller sacrifices it and draws two cards.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i52601iqs67p6frjrcw3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pbk9800sie0v5fgcwbikn", + "slug": "alp_buried_treasure_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/buried_treasure.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4pbcyl00sge0v5fayigw4j", + "setCardId": "clm4pbiy800she0v56k2udsb4", + "setCard": { + "id": "clm4pbiy800she0v56k2udsb4", + "slug": "alp_buried_treasure", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pbcyl00sge0v5fayigw4j", + "meta": { + "id": "clq3a10a300nosh27ts0z1t11", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "X marks the spot for these Exceptional Relics", + "subType": "Relic", + "rulesText": "If cast, conjure this under an allied land site of an opponent's choice.\n\nWhen Buried Treasure is carried to the surface, its controller sacrifices it and draws two cards.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pbiy800she0v56k2udsb4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pbqtt00sje0v58i2k974w", + "slug": "alp_buried_treasure_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/buried_treasure-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4pbcyl00sge0v5fayigw4j", + "setCardId": "clm4pbiy800she0v56k2udsb4", + "setCard": { + "id": "clm4pbiy800she0v56k2udsb4", + "slug": "alp_buried_treasure", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pbcyl00sge0v5fayigw4j", + "meta": { + "id": "clq3a10a300nosh27ts0z1t11", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "X marks the spot for these Exceptional Relics", + "subType": "Relic", + "rulesText": "If cast, conjure this under an allied land site of an opponent's choice.\n\nWhen Buried Treasure is carried to the surface, its controller sacrifices it and draws two cards.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pbiy800she0v56k2udsb4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mswk4008te0v5gk125edn", + "slug": "bury", + "name": "Bury", + "hotscore": 8343, + "guardian": { + "id": "clq39z5q700a0sh27im3pqx3y", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of terranean internment", + "subType": "", + "rulesText": "Burrow target minion or artifact, if able.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mswk4008te0v5gk125edn" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gorw00n3s67p51zq6vbj", + "slug": "bet_bury_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bury.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "“From out of the depths of the countless pits there came a melancholy rustling from the garments of the buried.“\r\n— Edgar Allan Poe", + "cardId": "clm4mswk4008te0v5gk125edn", + "setCardId": "clot8goqc00n1s67pmci7kl8s", + "setCard": { + "id": "clot8goqc00n1s67pmci7kl8s", + "slug": "bet_bury", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mswk4008te0v5gk125edn", + "meta": { + "id": "clq39z5zw00a2sh27rjo7ylw9", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of terranean internment", + "subType": "", + "rulesText": "Burrow target minion or artifact, if able.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8goqc00n1s67pmci7kl8s" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gotf00n5s67plms0u1io", + "slug": "bet_bury_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/bury-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "“From out of the depths of the countless pits there came a melancholy rustling from the garments of the buried.“\r\n— Edgar Allan Poe", + "cardId": "clm4mswk4008te0v5gk125edn", + "setCardId": "clot8goqc00n1s67pmci7kl8s", + "setCard": { + "id": "clot8goqc00n1s67pmci7kl8s", + "slug": "bet_bury", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mswk4008te0v5gk125edn", + "meta": { + "id": "clq39z5zw00a2sh27rjo7ylw9", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of terranean internment", + "subType": "", + "rulesText": "Burrow target minion or artifact, if able.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8goqc00n1s67pmci7kl8s" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mt3yf008ve0v5bkoy5en0", + "slug": "alp_bury_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bury.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "“From out of the depths of the countless pits there came a melancholy rustling from the garments of the buried.“\n— Edgar Allan Poe", + "cardId": "clm4mswk4008te0v5gk125edn", + "setCardId": "clm4mt2lu008ue0v5anyw9f57", + "setCard": { + "id": "clm4mt2lu008ue0v5anyw9f57", + "slug": "alp_bury", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mswk4008te0v5gk125edn", + "meta": { + "id": "clq39z5sj00a1sh27i0yalonv", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of terranean internment", + "subType": "", + "rulesText": "Burrow target minion or artifact, if able.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mt2lu008ue0v5anyw9f57" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mtj0w008xe0v5aamde713", + "slug": "alp_bury_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bury-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Dan Seagrave", + "flavorText": "“From out of the depths of the countless pits there came a melancholy rustling from the garments of the buried.“\n— Edgar Allan Poe", + "cardId": "clm4mswk4008te0v5gk125edn", + "setCardId": "clm4mt2lu008ue0v5anyw9f57", + "setCard": { + "id": "clm4mt2lu008ue0v5anyw9f57", + "slug": "alp_bury", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mswk4008te0v5gk125edn", + "meta": { + "id": "clq39z5sj00a1sh27i0yalonv", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of terranean internment", + "subType": "", + "rulesText": "Burrow target minion or artifact, if able.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mt2lu008ue0v5anyw9f57" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mtc6s008we0v5c4gj59e9", + "slug": "alp_bury_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/bury-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "“From out of the depths of the countless pits there came a melancholy rustling from the garments of the buried.“\n— Edgar Allan Poe", + "cardId": "clm4mswk4008te0v5gk125edn", + "setCardId": "clm4mt2lu008ue0v5anyw9f57", + "setCard": { + "id": "clm4mt2lu008ue0v5anyw9f57", + "slug": "alp_bury", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mswk4008te0v5gk125edn", + "meta": { + "id": "clq39z5sj00a1sh27i0yalonv", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of terranean internment", + "subType": "", + "rulesText": "Burrow target minion or artifact, if able.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mt2lu008ue0v5anyw9f57" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mtk7r008ye0v51xnt3v02", + "slug": "call_to_war", + "name": "Call to War", + "hotscore": 1057, + "guardian": { + "id": "clq39z65g00a3sh27tvqrhk9w", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of discipline and duty", + "subType": "", + "rulesText": "Search your spellbook for an Exceptional Mortal, reveal it, and put it into your hand. Shuffle your spellbook.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mtk7r008ye0v51xnt3v02" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gp3500nas67pja6wnxdp", + "slug": "bet_call_to_war_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/call_to_war.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4mtk7r008ye0v51xnt3v02", + "setCardId": "clot8gp1g00n8s67pgukvb5lo", + "setCard": { + "id": "clot8gp1g00n8s67pgukvb5lo", + "slug": "bet_call_to_war", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mtk7r008ye0v51xnt3v02", + "meta": { + "id": "clq39z6dr00a5sh27mf9s58yr", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of discipline and duty", + "subType": "", + "rulesText": "Search your spellbook for an Exceptional Mortal, reveal it, and put it into your hand. Shuffle your spellbook.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gp1g00n8s67pgukvb5lo" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gp4s00ncs67pf9ljn3rc", + "slug": "bet_call_to_war_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/call_to_war-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4mtk7r008ye0v51xnt3v02", + "setCardId": "clot8gp1g00n8s67pgukvb5lo", + "setCard": { + "id": "clot8gp1g00n8s67pgukvb5lo", + "slug": "bet_call_to_war", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mtk7r008ye0v51xnt3v02", + "meta": { + "id": "clq39z6dr00a5sh27mf9s58yr", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of discipline and duty", + "subType": "", + "rulesText": "Search your spellbook for an Exceptional Mortal, reveal it, and put it into your hand. Shuffle your spellbook.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gp1g00n8s67pgukvb5lo" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mtr4u0090e0v51ai95xg8", + "slug": "alp_call_to_war_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/call_to_war.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4mtk7r008ye0v51xnt3v02", + "setCardId": "clm4mtpsk008ze0v5feezau68", + "setCard": { + "id": "clm4mtpsk008ze0v5feezau68", + "slug": "alp_call_to_war", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mtk7r008ye0v51xnt3v02", + "meta": { + "id": "clq39z67s00a4sh27jhhodjr4", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of discipline and duty", + "subType": "", + "rulesText": "Search your spellbook for an Exceptional Mortal, reveal it, and put it into your hand. Shuffle your spellbook.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mtpsk008ze0v5feezau68" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mtyrf0091e0v5cfv87gyn", + "slug": "alp_call_to_war_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/call_to_war-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4mtk7r008ye0v51xnt3v02", + "setCardId": "clm4mtpsk008ze0v5feezau68", + "setCard": { + "id": "clm4mtpsk008ze0v5feezau68", + "slug": "alp_call_to_war", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mtk7r008ye0v51xnt3v02", + "meta": { + "id": "clq39z67s00a4sh27jhhodjr4", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of discipline and duty", + "subType": "", + "rulesText": "Search your spellbook for an Exceptional Mortal, reveal it, and put it into your hand. Shuffle your spellbook.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mtpsk008ze0v5feezau68" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4i3s0v000a24v51h751n6p", + "slug": "candlemas_monks", + "name": "Candlemas Monks", + "hotscore": 774, + "guardian": { + "id": "clq39xu310006sh27if6i1nkf", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals at night’s last service", + "subType": "Mortal", + "rulesText": "Deathrite → Proceed to the end phase.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4i3s0v000a24v51h751n6p" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fms6000js67p3i097uzw", + "slug": "bet_candlemas_monks_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/candlemas_monks.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "“If Candlemas be fair and bright, winter has another fight. If Candlemas brings cloud and rain, winter shall not come again.“", + "cardId": "clm4i3s0v000a24v51h751n6p", + "setCardId": "clot8fmqh000hs67phtyi1chl", + "setCard": { + "id": "clot8fmqh000hs67phtyi1chl", + "slug": "bet_candlemas_monks", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i3s0v000a24v51h751n6p", + "meta": { + "id": "clq39xuaz0008sh270tn82d5s", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals at night’s last service", + "subType": "Mortal", + "rulesText": "Deathrite → Proceed to the end phase.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fmqh000hs67phtyi1chl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fmtp000ls67p2b9prn39", + "slug": "bet_candlemas_monks_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/candlemas_monks-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "“If Candlemas be fair and bright, winter has another fight. If Candlemas brings cloud and rain, winter shall not come again.“", + "cardId": "clm4i3s0v000a24v51h751n6p", + "setCardId": "clot8fmqh000hs67phtyi1chl", + "setCard": { + "id": "clot8fmqh000hs67phtyi1chl", + "slug": "bet_candlemas_monks", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i3s0v000a24v51h751n6p", + "meta": { + "id": "clq39xuaz0008sh270tn82d5s", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals at night’s last service", + "subType": "Mortal", + "rulesText": "Deathrite → Proceed to the end phase.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fmqh000hs67phtyi1chl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i3z3r000c24v5aeevg39p", + "slug": "alp_candlemas_monks_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/candlemas_monks.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "“If Candlemas be fair and bright, winter has another fight. If Candlemas brings cloud and rain, winter shall not come again.“", + "cardId": "clm4i3s0v000a24v51h751n6p", + "setCardId": "clm4i3xrj000b24v5dckj5pjh", + "setCard": { + "id": "clm4i3xrj000b24v5dckj5pjh", + "slug": "alp_candlemas_monks", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i3s0v000a24v51h751n6p", + "meta": { + "id": "clq39xu5d0007sh27jsiat5ic", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals at night’s last service ", + "subType": "Mortal", + "rulesText": "Deathrite → Proceed to the end phase.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i3xrj000b24v5dckj5pjh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i46bu000d24v56max2lcm", + "slug": "alp_candlemas_monks_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/candlemas_monks-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "“If Candlemas be fair and bright, winter has another fight. If Candlemas brings cloud and rain, winter shall not come again.“", + "cardId": "clm4i3s0v000a24v51h751n6p", + "setCardId": "clm4i3xrj000b24v5dckj5pjh", + "setCard": { + "id": "clm4i3xrj000b24v5dckj5pjh", + "slug": "alp_candlemas_monks", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i3s0v000a24v51h751n6p", + "meta": { + "id": "clq39xu5d0007sh27jsiat5ic", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals at night’s last service ", + "subType": "Mortal", + "rulesText": "Deathrite → Proceed to the end phase.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i3xrj000b24v5dckj5pjh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o7wjy00jxe0v558hm035o", + "slug": "captain_baldassare", + "name": "Captain Baldassare", + "hotscore": 2185, + "guardian": { + "id": "clq3a07dq00hpsh27s2ff855v", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of seafaring infamy", + "subType": "Mortal", + "rulesText": "Whenever Captain Baldassare attacks a unit or site, the defending player discards their topmost three spells. You may cast each of those spells once this turn, ignoring threshold requirements.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4o7wjy00jxe0v558hm035o" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hi63014zs67pwxgawb04", + "slug": "bet_captain_baldassare_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/captain_baldassare.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4o7wjy00jxe0v558hm035o", + "setCardId": "clot8hi4l014xs67pgcb33xdf", + "setCard": { + "id": "clot8hi4l014xs67pgcb33xdf", + "slug": "bet_captain_baldassare", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o7wjy00jxe0v558hm035o", + "meta": { + "id": "clq3a07ls00hrsh27wv7zqof9", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of seafaring infamy", + "subType": "Mortal", + "rulesText": "Whenever Captain Baldassare attacks a unit or site, the defending player discards their topmost three spells. You may cast each of those spells once this turn, ignoring threshold requirements.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hi4l014xs67pgcb33xdf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hi7l0151s67pvnj67591", + "slug": "bet_captain_baldassare_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/captain_baldassare-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4o7wjy00jxe0v558hm035o", + "setCardId": "clot8hi4l014xs67pgcb33xdf", + "setCard": { + "id": "clot8hi4l014xs67pgcb33xdf", + "slug": "bet_captain_baldassare", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o7wjy00jxe0v558hm035o", + "meta": { + "id": "clq3a07ls00hrsh27wv7zqof9", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of seafaring infamy", + "subType": "Mortal", + "rulesText": "Whenever Captain Baldassare attacks a unit or site, the defending player discards their topmost three spells. You may cast each of those spells once this turn, ignoring threshold requirements.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hi4l014xs67pgcb33xdf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o83jl00jze0v51jvg3g1p", + "slug": "alp_captain_baldassare_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/captain_baldassare.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4o7wjy00jxe0v558hm035o", + "setCardId": "clm4o826600jye0v5cp4w8zxg", + "setCard": { + "id": "clm4o826600jye0v5cp4w8zxg", + "slug": "alp_captain_baldassare", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o7wjy00jxe0v558hm035o", + "meta": { + "id": "clq3a07g300hqsh27cow3b39p", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of seafaring infamy", + "subType": "Mortal", + "rulesText": "Whenever Captain Baldassare attacks a unit or site, the defending player discards their topmost three spells. You may cast each of those spells once this turn, ignoring threshold requirements.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o826600jye0v5cp4w8zxg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o8b7p00k0e0v58o3obkli", + "slug": "alp_captain_baldassare_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/captain_baldassare-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4o7wjy00jxe0v558hm035o", + "setCardId": "clm4o826600jye0v5cp4w8zxg", + "setCard": { + "id": "clm4o826600jye0v5cp4w8zxg", + "slug": "alp_captain_baldassare", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o7wjy00jxe0v558hm035o", + "meta": { + "id": "clq3a07g300hqsh27cow3b39p", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of seafaring infamy", + "subType": "Mortal", + "rulesText": "Whenever Captain Baldassare attacks a unit or site, the defending player discards their topmost three spells. You may cast each of those spells once this turn, ignoring threshold requirements.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o826600jye0v5cp4w8zxg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n7bit00bwe0v53b6abz16", + "slug": "cauldron_crones", + "name": "Cauldron Crones", + "hotscore": 907, + "guardian": { + "id": "clq39zg4r00c6sh277gwhpd1n", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals brewing with ill intent", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nGenesis → You may sacrifice another minion here to draw a spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4n7bit00bwe0v53b6abz16" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gx3000s5s67pnnyxmq25", + "slug": "bet_cauldron_crones_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cauldron_crones.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4n7bit00bwe0v53b6abz16", + "setCardId": "clot8gx1e00s3s67pywhtmt0k", + "setCard": { + "id": "clot8gx1e00s3s67pywhtmt0k", + "slug": "bet_cauldron_crones", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n7bit00bwe0v53b6abz16", + "meta": { + "id": "clq39zgcq00c8sh27varhhb70", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals brewing with ill intent", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nGenesis → You may sacrifice another minion here to draw a spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8gx1e00s3s67pywhtmt0k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gx4l00s7s67phd86bc53", + "slug": "bet_cauldron_crones_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cauldron_crones-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4n7bit00bwe0v53b6abz16", + "setCardId": "clot8gx1e00s3s67pywhtmt0k", + "setCard": { + "id": "clot8gx1e00s3s67pywhtmt0k", + "slug": "bet_cauldron_crones", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n7bit00bwe0v53b6abz16", + "meta": { + "id": "clq39zgcq00c8sh27varhhb70", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals brewing with ill intent", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nGenesis → You may sacrifice another minion here to draw a spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8gx1e00s3s67pywhtmt0k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n7j2z00bye0v532bzhllj", + "slug": "alp_cauldron_crones_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cauldron_crones.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4n7bit00bwe0v53b6abz16", + "setCardId": "clm4n7hr400bxe0v53m9vhyrg", + "setCard": { + "id": "clm4n7hr400bxe0v53m9vhyrg", + "slug": "alp_cauldron_crones", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n7bit00bwe0v53b6abz16", + "meta": { + "id": "clq39zg7400c7sh27q6kq8qyd", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals brewing with ill intent", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nGenesis → You may sacrifice another minion here to draw a spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4n7hr400bxe0v53m9vhyrg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n7qqe00bze0v54hhd6hry", + "slug": "alp_cauldron_crones_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cauldron_crones-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4n7bit00bwe0v53b6abz16", + "setCardId": "clm4n7hr400bxe0v53m9vhyrg", + "setCard": { + "id": "clm4n7hr400bxe0v53m9vhyrg", + "slug": "alp_cauldron_crones", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n7bit00bwe0v53b6abz16", + "meta": { + "id": "clq39zg7400c7sh27q6kq8qyd", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals brewing with ill intent", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nGenesis → You may sacrifice another minion here to draw a spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4n7hr400bxe0v53m9vhyrg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m5wte0040e0v55kqp0ott", + "slug": "cave_trolls", + "name": "Cave Trolls", + "hotscore": 1545, + "guardian": { + "id": "clq39ypjo006nsh27ifmu3720", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Trollses put noses in holeses", + "subType": "Troll", + "rulesText": "Burrowing", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m5wte0040e0v55kqp0ott" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gbv700fbs67pg29mjvc6", + "slug": "bet_cave_trolls_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cave_trolls.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "We dig, we lug, we nosh da bug. Bore ore nor more, we jig and jug!", + "cardId": "clm4m5wte0040e0v55kqp0ott", + "setCardId": "clot8gbtm00f9s67pdkdcioxl", + "setCard": { + "id": "clot8gbtm00f9s67pdkdcioxl", + "slug": "bet_cave_trolls", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m5wte0040e0v55kqp0ott", + "meta": { + "id": "clq39yptb006psh273rh9ku9q", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Trollses put noses in holeses", + "subType": "Troll", + "rulesText": "Burrowing", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gbtm00f9s67pdkdcioxl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gbwr00fds67p3wzczja7", + "slug": "bet_cave_trolls_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cave_trolls-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "We dig, we lug, we nosh da bug. Bore ore nor more, we jig and jug!", + "cardId": "clm4m5wte0040e0v55kqp0ott", + "setCardId": "clot8gbtm00f9s67pdkdcioxl", + "setCard": { + "id": "clot8gbtm00f9s67pdkdcioxl", + "slug": "bet_cave_trolls", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m5wte0040e0v55kqp0ott", + "meta": { + "id": "clq39yptb006psh273rh9ku9q", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Trollses put noses in holeses", + "subType": "Troll", + "rulesText": "Burrowing", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gbtm00f9s67pdkdcioxl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m64tv0042e0v53iou280r", + "slug": "alp_cave_trolls_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cave_trolls.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "\"We dig, we lug, we nosh da bug. Bore ore nor more, we jig and jug!\"", + "cardId": "clm4m5wte0040e0v55kqp0ott", + "setCardId": "clm4m63950041e0v5broxf920", + "setCard": { + "id": "clm4m63950041e0v5broxf920", + "slug": "alp_cave_trolls", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m5wte0040e0v55kqp0ott", + "meta": { + "id": "clq39ypm2006osh27p7c0ckms", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Trollses put noses in holeses", + "subType": "Troll", + "rulesText": "Burrowing", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m63950041e0v5broxf920" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m6i0u0044e0v540w58umq", + "slug": "alp_cave_trolls_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cave_trolls-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Drew Tucker", + "flavorText": "\"We dig, we lug, we nosh da bug. Bore ore nor more, we jig and jug!\"", + "cardId": "clm4m5wte0040e0v55kqp0ott", + "setCardId": "clm4m63950041e0v5broxf920", + "setCard": { + "id": "clm4m63950041e0v5broxf920", + "slug": "alp_cave_trolls", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m5wte0040e0v55kqp0ott", + "meta": { + "id": "clq39ypm2006osh27p7c0ckms", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Trollses put noses in holeses", + "subType": "Troll", + "rulesText": "Burrowing", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m63950041e0v5broxf920" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m6c6n0043e0v59ujdc9g7", + "slug": "alp_cave_trolls_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cave_trolls-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "\"We dig, we lug, we nosh da bug. Bore ore nor more, we jig and jug!\"", + "cardId": "clm4m5wte0040e0v55kqp0ott", + "setCardId": "clm4m63950041e0v5broxf920", + "setCard": { + "id": "clm4m63950041e0v5broxf920", + "slug": "alp_cave_trolls", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m5wte0040e0v55kqp0ott", + "meta": { + "id": "clq39ypm2006osh27p7c0ckms", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Trollses put noses in holeses", + "subType": "Troll", + "rulesText": "Burrowing", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m63950041e0v5broxf920" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mu4010092e0v5bsog9m5u", + "slug": "cave_in", + "name": "Cave-In", + "hotscore": 1995, + "guardian": { + "id": "clq39z6jf00a6sh271jjxyeox", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of falling prospects", + "subType": "", + "rulesText": "Burrow all minions and artifacts occupying target land site.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mu4010092e0v5bsog9m5u" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gpff00nhs67popt6mfyu", + "slug": "bet_cave_in_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cave_in.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4mu4010092e0v5bsog9m5u", + "setCardId": "clot8gpdt00nfs67pys0h4b6w", + "setCard": { + "id": "clot8gpdt00nfs67pys0h4b6w", + "slug": "bet_cave_in", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mu4010092e0v5bsog9m5u", + "meta": { + "id": "clq39z6rh00a8sh27vp8wq7za", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of falling prospects", + "subType": "", + "rulesText": "Burrow all minions and artifacts occupying target land site.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gpdt00nfs67pys0h4b6w" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gphc00njs67prgplja0o", + "slug": "bet_cave_in_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cave_in-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4mu4010092e0v5bsog9m5u", + "setCardId": "clot8gpdt00nfs67pys0h4b6w", + "setCard": { + "id": "clot8gpdt00nfs67pys0h4b6w", + "slug": "bet_cave_in", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mu4010092e0v5bsog9m5u", + "meta": { + "id": "clq39z6rh00a8sh27vp8wq7za", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of falling prospects", + "subType": "", + "rulesText": "Burrow all minions and artifacts occupying target land site.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gpdt00nfs67pys0h4b6w" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mubl60094e0v5gr4xcb41", + "slug": "alp_cave_in_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cave_in.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4mu4010092e0v5bsog9m5u", + "setCardId": "clm4mua6w0093e0v58j16563g", + "setCard": { + "id": "clm4mua6w0093e0v58j16563g", + "slug": "alp_cave_in", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mu4010092e0v5bsog9m5u", + "meta": { + "id": "clq39z6lp00a7sh274nz4udil", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of falling prospects", + "subType": "", + "rulesText": "Burrow all minions and artifacts occupying target land site.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mua6w0093e0v58j16563g" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4muijv0095e0v5489kgcex", + "slug": "alp_cave_in_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cave_in-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4mu4010092e0v5bsog9m5u", + "setCardId": "clm4mua6w0093e0v58j16563g", + "setCard": { + "id": "clm4mua6w0093e0v58j16563g", + "slug": "alp_cave_in", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mu4010092e0v5bsog9m5u", + "meta": { + "id": "clq39z6lp00a7sh274nz4udil", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of falling prospects", + "subType": "", + "rulesText": "Burrow all minions and artifacts occupying target land site.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mua6w0093e0v58j16563g" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n7x5e00c0e0v55y1c9prd", + "slug": "cerberus_in_chains", + "name": "Cerberus in Chains", + "hotscore": 1328, + "guardian": { + "id": "clq39zgih00c9sh27aph8dkik", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Demon on a short leash", + "subType": "Demon", + "rulesText": "Must be summoned to your location.\r\n\r\nCerberus in Chains automatically follows you and can't move itself away.", + "cost": 3, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4n7x5e00c0e0v55y1c9prd" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gxe000scs67p57o4gw4r", + "slug": "bet_cerberus_in_chains_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cerberus_in_chains.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4n7x5e00c0e0v55y1c9prd", + "setCardId": "clot8gxcc00sas67pevy2canb", + "setCard": { + "id": "clot8gxcc00sas67pevy2canb", + "slug": "bet_cerberus_in_chains", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n7x5e00c0e0v55y1c9prd", + "meta": { + "id": "clq39zgr200cbsh27zhlkh89v", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Demon on a short leash", + "subType": "Demon", + "rulesText": "Must be summoned to your location.\r\n\r\nCerberus in Chains automatically follows you and can't move itself away.", + "cost": 3, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gxcc00sas67pevy2canb" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gxfk00ses67pwy63pmyz", + "slug": "bet_cerberus_in_chains_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cerberus_in_chains-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4n7x5e00c0e0v55y1c9prd", + "setCardId": "clot8gxcc00sas67pevy2canb", + "setCard": { + "id": "clot8gxcc00sas67pevy2canb", + "slug": "bet_cerberus_in_chains", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n7x5e00c0e0v55y1c9prd", + "meta": { + "id": "clq39zgr200cbsh27zhlkh89v", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Demon on a short leash", + "subType": "Demon", + "rulesText": "Must be summoned to your location.\r\n\r\nCerberus in Chains automatically follows you and can't move itself away.", + "cost": 3, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gxcc00sas67pevy2canb" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n840z00c2e0v5abbg0xz1", + "slug": "alp_cerberus_in_chains_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cerberus_in_chains.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4n7x5e00c0e0v55y1c9prd", + "setCardId": "clm4n82oo00c1e0v56rc9dgoc", + "setCard": { + "id": "clm4n82oo00c1e0v56rc9dgoc", + "slug": "alp_cerberus_in_chains", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n7x5e00c0e0v55y1c9prd", + "meta": { + "id": "clq39zgky00cash27qwmzqvlw", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Demon on a short leash", + "subType": "Demon", + "rulesText": "Must be summoned to your location.\n\nCerberus in Chains automatically follows you and can't move itself away.", + "cost": 3, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n82oo00c1e0v56rc9dgoc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n8aww00c3e0v55rg520nu", + "slug": "alp_cerberus_in_chains_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cerberus_in_chains-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4n7x5e00c0e0v55y1c9prd", + "setCardId": "clm4n82oo00c1e0v56rc9dgoc", + "setCard": { + "id": "clm4n82oo00c1e0v56rc9dgoc", + "slug": "alp_cerberus_in_chains", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n7x5e00c0e0v55y1c9prd", + "meta": { + "id": "clq39zgky00cash27qwmzqvlw", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Demon on a short leash", + "subType": "Demon", + "rulesText": "Must be summoned to your location.\n\nCerberus in Chains automatically follows you and can't move itself away.", + "cost": 3, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n82oo00c1e0v56rc9dgoc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4llt560009e0v53ng34npu", + "slug": "chain_lightning", + "name": "Chain Lightning", + "hotscore": 2033, + "guardian": { + "id": "clq39ycfe003wsh27vzwo79e5", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of arcing current", + "subType": "", + "rulesText": "Deal 2 damage to target unit nearby. Any number of times, you may spend ② to additionally target a new unit nearby the previous one.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4llt560009e0v53ng34npu" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g1ng0093s67pvwiogi5q", + "slug": "bet_chain_lightning_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/chain_lightning.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4llt560009e0v53ng34npu", + "setCardId": "clot8g1lx0091s67pfczrjqqn", + "setCard": { + "id": "clot8g1lx0091s67pfczrjqqn", + "slug": "bet_chain_lightning", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4llt560009e0v53ng34npu", + "meta": { + "id": "clq39ycp6003ysh274v5sxyqu", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of arcing current", + "subType": "", + "rulesText": "Deal 2 damage to target unit nearby. Any number of times, you may spend ② to additionally target a new unit nearby the previous one.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g1lx0091s67pfczrjqqn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g1p00095s67pwn3oe4ul", + "slug": "bet_chain_lightning_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/chain_lightning-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4llt560009e0v53ng34npu", + "setCardId": "clot8g1lx0091s67pfczrjqqn", + "setCard": { + "id": "clot8g1lx0091s67pfczrjqqn", + "slug": "bet_chain_lightning", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4llt560009e0v53ng34npu", + "meta": { + "id": "clq39ycp6003ysh274v5sxyqu", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of arcing current", + "subType": "", + "rulesText": "Deal 2 damage to target unit nearby. Any number of times, you may spend ② to additionally target a new unit nearby the previous one.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g1lx0091s67pfczrjqqn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lm065000be0v57th73h3z", + "slug": "alp_chain_lightning_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/chain_lightning.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4llt560009e0v53ng34npu", + "setCardId": "clm4llyt7000ae0v56enk0mmz", + "setCard": { + "id": "clm4llyt7000ae0v56enk0mmz", + "slug": "alp_chain_lightning", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4llt560009e0v53ng34npu", + "meta": { + "id": "clq39ychq003xsh272pxfc1z4", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of arcing current", + "subType": "", + "rulesText": "Deal 2 damage to target unit nearby. Any number of times, you may spend ② to additionally target a new unit nearby the previous one.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4llyt7000ae0v56enk0mmz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lmdt8000de0v58tsu4zqw", + "slug": "alp_chain_lightning_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/chain_lightning-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4llt560009e0v53ng34npu", + "setCardId": "clm4llyt7000ae0v56enk0mmz", + "setCard": { + "id": "clm4llyt7000ae0v56enk0mmz", + "slug": "alp_chain_lightning", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4llt560009e0v53ng34npu", + "meta": { + "id": "clq39ychq003xsh272pxfc1z4", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of arcing current", + "subType": "", + "rulesText": "Deal 2 damage to target unit nearby. Any number of times, you may spend ② to additionally target a new unit nearby the previous one.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4llyt7000ae0v56enk0mmz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lm72u000ce0v5g3iffa5q", + "slug": "alp_chain_lightning_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/chain_lightning-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4llt560009e0v53ng34npu", + "setCardId": "clm4llyt7000ae0v56enk0mmz", + "setCard": { + "id": "clm4llyt7000ae0v56enk0mmz", + "slug": "alp_chain_lightning", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4llt560009e0v53ng34npu", + "meta": { + "id": "clq39ychq003xsh272pxfc1z4", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of arcing current", + "subType": "", + "rulesText": "Deal 2 damage to target unit nearby. Any number of times, you may spend ② to additionally target a new unit nearby the previous one.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4llyt7000ae0v56enk0mmz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pbw1j00ske0v5hq6a65ki", + "slug": "chains_of_prometheus", + "name": "Chains of Prometheus", + "hotscore": 1401, + "guardian": { + "id": "clq3a10lr00nqsh27408f9to1", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument to the arrogance of man", + "subType": "Monument", + "rulesText": "Whenever a player draws a card, that player taps their strongest untapped minion.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pbw1j00ske0v5hq6a65ki" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i5h401izs67pf3pa62dd", + "slug": "bet_chains_of_prometheus_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/chains_of_prometheus.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "“Be sure of this, O young ambition, all mortal greatness is but disease.” — Herman Melville", + "cardId": "clm4pbw1j00ske0v5hq6a65ki", + "setCardId": "clot8i5fl01ixs67pmr14axok", + "setCard": { + "id": "clot8i5fl01ixs67pmr14axok", + "slug": "bet_chains_of_prometheus", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pbw1j00ske0v5hq6a65ki", + "meta": { + "id": "clq3a10tz00nssh27rq9iz5j0", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument to the arrogance of man", + "subType": "Monument", + "rulesText": "Whenever a player draws a card, that player taps their strongest untapped minion.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i5fl01ixs67pmr14axok" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i5k701j1s67p5mknv7jo", + "slug": "bet_chains_of_prometheus_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/chains_of_prometheus-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "“Be sure of this, O young ambition, all mortal greatness is but disease.” — Herman Melville", + "cardId": "clm4pbw1j00ske0v5hq6a65ki", + "setCardId": "clot8i5fl01ixs67pmr14axok", + "setCard": { + "id": "clot8i5fl01ixs67pmr14axok", + "slug": "bet_chains_of_prometheus", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pbw1j00ske0v5hq6a65ki", + "meta": { + "id": "clq3a10tz00nssh27rq9iz5j0", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument to the arrogance of man", + "subType": "Monument", + "rulesText": "Whenever a player draws a card, that player taps their strongest untapped minion.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i5fl01ixs67pmr14axok" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pc2s800sme0v5c9sxgqcb", + "slug": "alp_chains_of_prometheus_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/chains_of_prometheus.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "“Be sure of this, O young ambition, all mortal greatness is but disease.” — Herman Melville", + "cardId": "clm4pbw1j00ske0v5hq6a65ki", + "setCardId": "clm4pc1h300sle0v53zyv7opl", + "setCard": { + "id": "clm4pc1h300sle0v53zyv7opl", + "slug": "alp_chains_of_prometheus", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pbw1j00ske0v5hq6a65ki", + "meta": { + "id": "clq3a10ob00nrsh27oeafn5gu", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument to the arrogance of man", + "subType": "Monument", + "rulesText": "Whenever a player draws a card, that player taps their strongest untapped minion.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pc1h300sle0v53zyv7opl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pc8un00sne0v5f9nxaab2", + "slug": "alp_chains_of_prometheus_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/chains_of_prometheus-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "“Be sure of this, O young ambition, all mortal greatness is but disease.” — Herman Melville", + "cardId": "clm4pbw1j00ske0v5hq6a65ki", + "setCardId": "clm4pc1h300sle0v53zyv7opl", + "setCard": { + "id": "clm4pc1h300sle0v53zyv7opl", + "slug": "alp_chains_of_prometheus", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pbw1j00ske0v5hq6a65ki", + "meta": { + "id": "clq3a10ob00nrsh27oeafn5gu", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Monument to the arrogance of man", + "subType": "Monument", + "rulesText": "Whenever a player draws a card, that player taps their strongest untapped minion.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pc1h300sle0v53zyv7opl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lmeyt000ee0v5078qcoa6", + "slug": "chaos_twister", + "name": "Chaos Twister", + "hotscore": 4001, + "guardian": { + "id": "clq39ycv9003zsh27mq9n2tqi", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of orbital dexterity", + "subType": "", + "rulesText": "Place target minion on the back of your hand, then blow it off from a height of at least one foot. Deal damage equal to its power to each unit atop the site it lands on, including itself.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4lmeyt000ee0v5078qcoa6" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g1yj009as67phjowkead", + "slug": "bet_chaos_twister_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/chaos_twister.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4lmeyt000ee0v5078qcoa6", + "setCardId": "clot8g1x10098s67p1fisdu6y", + "setCard": { + "id": "clot8g1x10098s67p1fisdu6y", + "slug": "bet_chaos_twister", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lmeyt000ee0v5078qcoa6", + "meta": { + "id": "clq39yd3d0041sh27s83c549g", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of orbital dexterity", + "subType": "", + "rulesText": "Place target minion on the back of your hand, then blow it off from a height of at least one foot. Deal damage equal to its power to each unit atop the site it lands on, including itself.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g1x10098s67p1fisdu6y" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g200009cs67pshgth5zg", + "slug": "bet_chaos_twister_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/chaos_twister-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4lmeyt000ee0v5078qcoa6", + "setCardId": "clot8g1x10098s67p1fisdu6y", + "setCard": { + "id": "clot8g1x10098s67p1fisdu6y", + "slug": "bet_chaos_twister", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lmeyt000ee0v5078qcoa6", + "meta": { + "id": "clq39yd3d0041sh27s83c549g", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of orbital dexterity", + "subType": "", + "rulesText": "Place target minion on the back of your hand, then blow it off from a height of at least one foot. Deal damage equal to its power to each unit atop the site it lands on, including itself.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g1x10098s67p1fisdu6y" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lmm4f000ge0v5fy2e85mi", + "slug": "alp_chaos_twister_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/chaos_twister.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4lmeyt000ee0v5078qcoa6", + "setCardId": "clm4lmkry000fe0v56edmd953", + "setCard": { + "id": "clm4lmkry000fe0v56edmd953", + "slug": "alp_chaos_twister", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lmeyt000ee0v5078qcoa6", + "meta": { + "id": "clq39ycxl0040sh27g0z3fpdw", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of orbital dexterity", + "subType": "", + "rulesText": "Place target minion on the back of your hand, then blow it off from a height of at least one foot. Deal damage equal to its power to each unit atop the site it lands on, including itself.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4lmkry000fe0v56edmd953" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lmsw7000he0v55xhtaggo", + "slug": "alp_chaos_twister_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/chaos_twister-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4lmeyt000ee0v5078qcoa6", + "setCardId": "clm4lmkry000fe0v56edmd953", + "setCard": { + "id": "clm4lmkry000fe0v56edmd953", + "slug": "alp_chaos_twister", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lmeyt000ee0v5078qcoa6", + "meta": { + "id": "clq39ycxl0040sh27g0z3fpdw", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of orbital dexterity", + "subType": "", + "rulesText": "Place target minion on the back of your hand, then blow it off from a height of at least one foot. Deal damage equal to its power to each unit atop the site it lands on, including itself.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4lmkry000fe0v56edmd953" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n8hgg00c4e0v5cnt3dp1b", + "slug": "clamor_of_harpies", + "name": "Clamor of Harpies", + "hotscore": 2272, + "guardian": { + "id": "clq39zgy700ccsh27np8o0nas", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Monsters of ardent desire", + "subType": "Monster", + "rulesText": "Airborne\r\n\r\nGenesis → Teleport target weaker minion to this location. Clamor of Harpies may strike it.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4n8hgg00c4e0v5cnt3dp1b" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gxqs00sjs67pfabjpazo", + "slug": "bet_clamor_of_harpies_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/clamor_of_harpies.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4n8hgg00c4e0v5cnt3dp1b", + "setCardId": "clot8gxp900shs67pot09vx0u", + "setCard": { + "id": "clot8gxp900shs67pot09vx0u", + "slug": "bet_clamor_of_harpies", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n8hgg00c4e0v5cnt3dp1b", + "meta": { + "id": "clq39zh8600cesh27oiqxi5v0", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Monsters of ardent desire", + "subType": "Monster", + "rulesText": "Airborne\r\n\r\nGenesis → Teleport target weaker minion to this location. Clamor of Harpies may strike it.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8gxp900shs67pot09vx0u" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gxsd00sls67p68t2mcbt", + "slug": "bet_clamor_of_harpies_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/clamor_of_harpies-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4n8hgg00c4e0v5cnt3dp1b", + "setCardId": "clot8gxp900shs67pot09vx0u", + "setCard": { + "id": "clot8gxp900shs67pot09vx0u", + "slug": "bet_clamor_of_harpies", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n8hgg00c4e0v5cnt3dp1b", + "meta": { + "id": "clq39zh8600cesh27oiqxi5v0", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Monsters of ardent desire", + "subType": "Monster", + "rulesText": "Airborne\r\n\r\nGenesis → Teleport target weaker minion to this location. Clamor of Harpies may strike it.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8gxp900shs67pot09vx0u" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n8pb400c6e0v58ql8bz9m", + "slug": "alp_clamor_of_harpies_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/clamor_of_harpies.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4n8hgg00c4e0v5cnt3dp1b", + "setCardId": "clm4n8nzu00c5e0v5cbsq183v", + "setCard": { + "id": "clm4n8nzu00c5e0v5cbsq183v", + "slug": "alp_clamor_of_harpies", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n8hgg00c4e0v5cnt3dp1b", + "meta": { + "id": "clq39zh0k00cdsh27pzha9lm7", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Monsters of ardent desire", + "subType": "Monster", + "rulesText": "Airborne\n\nGenesis → Teleport target weaker minion to this location. Clamor of Harpies may strike it.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4n8nzu00c5e0v5cbsq183v" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n92ax00c8e0v5akxpafip", + "slug": "alp_clamor_of_harpies_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/clamor_of_harpies-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4n8hgg00c4e0v5cnt3dp1b", + "setCardId": "clm4n8nzu00c5e0v5cbsq183v", + "setCard": { + "id": "clm4n8nzu00c5e0v5cbsq183v", + "slug": "alp_clamor_of_harpies", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n8hgg00c4e0v5cnt3dp1b", + "meta": { + "id": "clq39zh0k00cdsh27pzha9lm7", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Monsters of ardent desire", + "subType": "Monster", + "rulesText": "Airborne\n\nGenesis → Teleport target weaker minion to this location. Clamor of Harpies may strike it.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4n8nzu00c5e0v5cbsq183v" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n8wbt00c7e0v5g4xefeov", + "slug": "alp_clamor_of_harpies_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/clamor_of_harpies-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4n8hgg00c4e0v5cnt3dp1b", + "setCardId": "clm4n8nzu00c5e0v5cbsq183v", + "setCard": { + "id": "clm4n8nzu00c5e0v5cbsq183v", + "slug": "alp_clamor_of_harpies", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n8hgg00c4e0v5cnt3dp1b", + "meta": { + "id": "clq39zh0k00cdsh27pzha9lm7", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Monsters of ardent desire", + "subType": "Monster", + "rulesText": "Airborne\n\nGenesis → Teleport target weaker minion to this location. Clamor of Harpies may strike it.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4n8nzu00c5e0v5cbsq183v" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pzd8m00xje0v5b8l2f1rd", + "slug": "cloud_city", + "name": "Cloud City", + "hotscore": 5985, + "guardian": { + "id": "clq3a1h7v00rash27ov9mggf9", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site aloft and ever-fleeting", + "subType": "", + "rulesText": "(A)(A)(A) — Once on your turn, this site may fly to a nearby void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4pzd8m00xje0v5b8l2f1rd" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ij1k01r8s67p4yqs9crz", + "slug": "bet_cloud_city_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cloud_city.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4pzd8m00xje0v5b8l2f1rd", + "setCardId": "clot8ij0201r6s67p7xx6dg88", + "setCard": { + "id": "clot8ij0201r6s67p7xx6dg88", + "slug": "bet_cloud_city", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pzd8m00xje0v5b8l2f1rd", + "meta": { + "id": "clq3a1hhh00rcsh27t4ged88y", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site aloft and ever-fleeting", + "subType": "", + "rulesText": "(A)(A)(A) — Once on your turn, this site may fly to a nearby void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ij0201r6s67p7xx6dg88" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ij3101ras67p8dk4x0gw", + "slug": "bet_cloud_city_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cloud_city-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4pzd8m00xje0v5b8l2f1rd", + "setCardId": "clot8ij0201r6s67p7xx6dg88", + "setCard": { + "id": "clot8ij0201r6s67p7xx6dg88", + "slug": "bet_cloud_city", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pzd8m00xje0v5b8l2f1rd", + "meta": { + "id": "clq3a1hhh00rcsh27t4ged88y", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site aloft and ever-fleeting", + "subType": "", + "rulesText": "(A)(A)(A) — Once on your turn, this site may fly to a nearby void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ij0201r6s67p7xx6dg88" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pzk0g00xle0v5ggud8m9r", + "slug": "alp_cloud_city_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cloud_city.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4pzd8m00xje0v5b8l2f1rd", + "setCardId": "clm4pzipb00xke0v5atbg9h4z", + "setCard": { + "id": "clm4pzipb00xke0v5atbg9h4z", + "slug": "alp_cloud_city", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pzd8m00xje0v5b8l2f1rd", + "meta": { + "id": "clq3a1ha400rbsh27ak22j8a2", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site aloft and ever-fleeting", + "subType": "", + "rulesText": "(A)(A)(A) — Once on your turn, this site may fly to a nearby void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4pzipb00xke0v5atbg9h4z" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pzwzw00xne0v5bfboaaxf", + "slug": "alp_cloud_city_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cloud_city-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4pzd8m00xje0v5b8l2f1rd", + "setCardId": "clm4pzipb00xke0v5atbg9h4z", + "setCard": { + "id": "clm4pzipb00xke0v5atbg9h4z", + "slug": "alp_cloud_city", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pzd8m00xje0v5b8l2f1rd", + "meta": { + "id": "clq3a1ha400rbsh27ak22j8a2", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site aloft and ever-fleeting", + "subType": "", + "rulesText": "(A)(A)(A) — Once on your turn, this site may fly to a nearby void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4pzipb00xke0v5atbg9h4z" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pzr7q00xme0v5c23a2cet", + "slug": "alp_cloud_city_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cloud_city-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4pzd8m00xje0v5b8l2f1rd", + "setCardId": "clm4pzipb00xke0v5atbg9h4z", + "setCard": { + "id": "clm4pzipb00xke0v5atbg9h4z", + "slug": "alp_cloud_city", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pzd8m00xje0v5b8l2f1rd", + "meta": { + "id": "clq3a1ha400rbsh27ak22j8a2", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site aloft and ever-fleeting", + "subType": "", + "rulesText": "(A)(A)(A) — Once on your turn, this site may fly to a nearby void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4pzipb00xke0v5atbg9h4z" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4i4bva000e24v590ikehcs", + "slug": "cloud_spirit", + "name": "Cloud Spirit", + "hotscore": 1380, + "guardian": { + "id": "clq39xugz0009sh27hpek93tw", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Spirit chases the wind", + "subType": "Spirit", + "rulesText": "Airborne, Movement +2", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4i4bva000e24v590ikehcs" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fn4z000qs67pxb8zvv6l", + "slug": "bet_cloud_spirit_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cloud_spirit.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Children sense beings that we cannot,\r\nin innocence seeing what wisdom forgot.", + "cardId": "clm4i4bva000e24v590ikehcs", + "setCardId": "clot8fn2y000os67pjuxbz3mk", + "setCard": { + "id": "clot8fn2y000os67pjuxbz3mk", + "slug": "bet_cloud_spirit", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i4bva000e24v590ikehcs", + "meta": { + "id": "clq39xur0000bsh27ysl48sb5", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Spirit chases the wind", + "subType": "Spirit", + "rulesText": "Airborne, Movement +2", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fn2y000os67pjuxbz3mk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fn6i000ss67paeq5u090", + "slug": "bet_cloud_spirit_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cloud_spirit-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Children sense beings that we cannot,\r\nin innocence seeing what wisdom forgot.", + "cardId": "clm4i4bva000e24v590ikehcs", + "setCardId": "clot8fn2y000os67pjuxbz3mk", + "setCard": { + "id": "clot8fn2y000os67pjuxbz3mk", + "slug": "bet_cloud_spirit", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i4bva000e24v590ikehcs", + "meta": { + "id": "clq39xur0000bsh27ysl48sb5", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Spirit chases the wind", + "subType": "Spirit", + "rulesText": "Airborne, Movement +2", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fn2y000os67pjuxbz3mk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i4jio000g24v54a5w3sah", + "slug": "alp_cloud_spirit_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cloud_spirit.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Children sense beings that we cannot,\nin innocence seeing what wisdom forgot.", + "cardId": "clm4i4bva000e24v590ikehcs", + "setCardId": "clm4i4i5u000f24v57pwieb65", + "setCard": { + "id": "clm4i4i5u000f24v57pwieb65", + "slug": "alp_cloud_spirit", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i4bva000e24v590ikehcs", + "meta": { + "id": "clq39xujd000ash279gn3ryoq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Spirit chases the wind", + "subType": "Spirit", + "rulesText": "Airborne, Movement +2", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i4i5u000f24v57pwieb65" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i4wcy000i24v5gr7o31kk", + "slug": "alp_cloud_spirit_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cloud_spirit-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Michal Nagypál", + "flavorText": "Children sense beings that we cannot,\nin innocence seeing what wisdom forgot.", + "cardId": "clm4i4bva000e24v590ikehcs", + "setCardId": "clm4i4i5u000f24v57pwieb65", + "setCard": { + "id": "clm4i4i5u000f24v57pwieb65", + "slug": "alp_cloud_spirit", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i4bva000e24v590ikehcs", + "meta": { + "id": "clq39xujd000ash279gn3ryoq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Spirit chases the wind", + "subType": "Spirit", + "rulesText": "Airborne, Movement +2", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i4i5u000f24v57pwieb65" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i4qv3000h24v56dlehq88", + "slug": "alp_cloud_spirit_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cloud_spirit-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Children sense beings that we cannot,\nin innocence seeing what wisdom forgot.", + "cardId": "clm4i4bva000e24v590ikehcs", + "setCardId": "clm4i4i5u000f24v57pwieb65", + "setCard": { + "id": "clm4i4i5u000f24v57pwieb65", + "slug": "alp_cloud_spirit", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i4bva000e24v590ikehcs", + "meta": { + "id": "clq39xujd000ash279gn3ryoq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Spirit chases the wind", + "subType": "Spirit", + "rulesText": "Airborne, Movement +2", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i4i5u000f24v57pwieb65" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n93gz00c9e0v5afyj0lw0", + "slug": "colicky_dragonettes", + "name": "Colicky Dragonettes", + "hotscore": 2556, + "guardian": { + "id": "clq39zhdx00cfsh27vn5br238", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Dragons disgorge dollops of flame", + "subType": "Dragon", + "rulesText": "At the end of your turn, Colicky Dragonettes shoot a projectile. It deals 1 damage.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4n93gz00c9e0v5afyj0lw0" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gy1x00sqs67pd3ulukea", + "slug": "bet_colicky_dragonettes_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/colicky_dragonettes.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "Wee dragon’s game a belch of flame to lay the mighty low.", + "cardId": "clm4n93gz00c9e0v5afyj0lw0", + "setCardId": "clot8gy0d00sos67px5r1b6i3", + "setCard": { + "id": "clot8gy0d00sos67px5r1b6i3", + "slug": "bet_colicky_dragonettes", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n93gz00c9e0v5afyj0lw0", + "meta": { + "id": "clq39zhnx00chsh27bzg7xfii", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Dragons disgorge dollops of flame", + "subType": "Dragon", + "rulesText": "At the end of your turn, Colicky Dragonettes shoot a projectile. It deals 1 damage.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gy0d00sos67px5r1b6i3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gy3h00sss67p3t86ik7x", + "slug": "bet_colicky_dragonettes_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/colicky_dragonettes-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "Wee dragon’s game a belch of flame to lay the mighty low.", + "cardId": "clm4n93gz00c9e0v5afyj0lw0", + "setCardId": "clot8gy0d00sos67px5r1b6i3", + "setCard": { + "id": "clot8gy0d00sos67px5r1b6i3", + "slug": "bet_colicky_dragonettes", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n93gz00c9e0v5afyj0lw0", + "meta": { + "id": "clq39zhnx00chsh27bzg7xfii", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Dragons disgorge dollops of flame", + "subType": "Dragon", + "rulesText": "At the end of your turn, Colicky Dragonettes shoot a projectile. It deals 1 damage.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gy0d00sos67px5r1b6i3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n9aeo00cbe0v5b0rwfuqw", + "slug": "alp_colicky_dragonettes_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/colicky_dragonettes.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "Wee dragon’s game a belch of flame to lay the mighty low.", + "cardId": "clm4n93gz00c9e0v5afyj0lw0", + "setCardId": "clm4n98x500cae0v549x05xo2", + "setCard": { + "id": "clm4n98x500cae0v549x05xo2", + "slug": "alp_colicky_dragonettes", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n93gz00c9e0v5afyj0lw0", + "meta": { + "id": "clq39zhg700cgsh27xexjj0qc", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Dragons disgorge dollops of flame", + "subType": "Dragon", + "rulesText": "At the end of your turn, Colicky Dragonettes shoot a projectile. It deals 1 damage.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n98x500cae0v549x05xo2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n9mai00cde0v5abukcjwm", + "slug": "alp_colicky_dragonettes_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/colicky_dragonettes-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jeff Easley", + "flavorText": "Wee dragon’s game a belch of flame to lay the mighty low.", + "cardId": "clm4n93gz00c9e0v5afyj0lw0", + "setCardId": "clm4n98x500cae0v549x05xo2", + "setCard": { + "id": "clm4n98x500cae0v549x05xo2", + "slug": "alp_colicky_dragonettes", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n93gz00c9e0v5afyj0lw0", + "meta": { + "id": "clq39zhg700cgsh27xexjj0qc", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Dragons disgorge dollops of flame", + "subType": "Dragon", + "rulesText": "At the end of your turn, Colicky Dragonettes shoot a projectile. It deals 1 damage.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n98x500cae0v549x05xo2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n9goc00cce0v53egv7t1o", + "slug": "alp_colicky_dragonettes_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/colicky_dragonettes-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "Wee dragon’s game a belch of flame to lay the mighty low.", + "cardId": "clm4n93gz00c9e0v5afyj0lw0", + "setCardId": "clm4n98x500cae0v549x05xo2", + "setCard": { + "id": "clm4n98x500cae0v549x05xo2", + "slug": "alp_colicky_dragonettes", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n93gz00c9e0v5afyj0lw0", + "meta": { + "id": "clq39zhg700cgsh27xexjj0qc", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Dragons disgorge dollops of flame", + "subType": "Dragon", + "rulesText": "At the end of your turn, Colicky Dragonettes shoot a projectile. It deals 1 damage.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n98x500cae0v549x05xo2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4muoek0096e0v5cd254bnp", + "slug": "common_sense", + "name": "Common Sense", + "hotscore": 8731, + "guardian": { + "id": "clq39z6xf00a9sh27yvm0kl5h", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "The Ordinary appears as Magic to some", + "subType": "", + "rulesText": "Search your spellbook for an Ordinary card, reveal it, and put it into your hand. Shuffle your spellbook.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4muoek0096e0v5cd254bnp" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gpqn00nos67p89q6x4qu", + "slug": "bet_common_sense_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/common_sense.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "“Common sense is the most widely shared commodity in the world, for every man is convinced that he is well supplied with it.” — René Descartes", + "cardId": "clm4muoek0096e0v5cd254bnp", + "setCardId": "clot8gpp500nms67p5b9tlpjr", + "setCard": { + "id": "clot8gpp500nms67p5b9tlpjr", + "slug": "bet_common_sense", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4muoek0096e0v5cd254bnp", + "meta": { + "id": "clq39z76200absh27qaihqgbt", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "The Ordinary appears as Magic to some", + "subType": "", + "rulesText": "Search your spellbook for an Ordinary card, reveal it, and put it into your hand. Shuffle your spellbook.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gpp500nms67p5b9tlpjr" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gps700nqs67pwazdbooz", + "slug": "bet_common_sense_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/common_sense-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "“Common sense is the most widely shared commodity in the world, for every man is convinced that he is well supplied with it.” — René Descartes", + "cardId": "clm4muoek0096e0v5cd254bnp", + "setCardId": "clot8gpp500nms67p5b9tlpjr", + "setCard": { + "id": "clot8gpp500nms67p5b9tlpjr", + "slug": "bet_common_sense", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4muoek0096e0v5cd254bnp", + "meta": { + "id": "clq39z76200absh27qaihqgbt", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "The Ordinary appears as Magic to some", + "subType": "", + "rulesText": "Search your spellbook for an Ordinary card, reveal it, and put it into your hand. Shuffle your spellbook.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gpp500nms67p5b9tlpjr" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4muvm20098e0v59dmp31bp", + "slug": "alp_common_sense_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/common_sense.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "“Common sense is the most widely shared commodity in the world, for every man is convinced that he is well supplied with it.” — René Descartes", + "cardId": "clm4muoek0096e0v5cd254bnp", + "setCardId": "clm4muua40097e0v5dr9zdyqb", + "setCard": { + "id": "clm4muua40097e0v5dr9zdyqb", + "slug": "alp_common_sense", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4muoek0096e0v5cd254bnp", + "meta": { + "id": "clq39z6zu00aash27vf00tsuo", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "The Ordinary appears as Magic to some", + "subType": "", + "rulesText": "Search your spellbook for an Ordinary card, reveal it, and put it into your hand. Shuffle your spellbook.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4muua40097e0v5dr9zdyqb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mv3hj0099e0v50u7x95zy", + "slug": "alp_common_sense_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/common_sense-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "“Common sense is the most widely shared commodity in the world, for every man is convinced that he is well supplied with it.” — René Descartes", + "cardId": "clm4muoek0096e0v5cd254bnp", + "setCardId": "clm4muua40097e0v5dr9zdyqb", + "setCard": { + "id": "clm4muua40097e0v5dr9zdyqb", + "slug": "alp_common_sense", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4muoek0096e0v5cd254bnp", + "meta": { + "id": "clq39z6zu00aash27vf00tsuo", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "The Ordinary appears as Magic to some", + "subType": "", + "rulesText": "Search your spellbook for an Ordinary card, reveal it, and put it into your hand. Shuffle your spellbook.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4muua40097e0v5dr9zdyqb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nrdx800gce0v50z13alkf", + "slug": "cone_of_flame", + "name": "Cone of Flame", + "hotscore": 811, + "guardian": { + "id": "clq39zv5000f6sh27jvcx9mqv", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A billowing blast of Exceptional Magic", + "subType": "", + "rulesText": "Choose a direction from the caster. Deal damage to each unit at a location in the area of effect:", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4nrdx800gce0v50z13alkf" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h8qi00z5s67pjatbipju", + "slug": "bet_cone_of_flame_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cone_of_flame.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4nrdx800gce0v50z13alkf", + "setCardId": "clot8h8p000z3s67p622tgf5v", + "setCard": { + "id": "clot8h8p000z3s67p622tgf5v", + "slug": "bet_cone_of_flame", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nrdx800gce0v50z13alkf", + "meta": { + "id": "clq39zvcs00f8sh27rtwa7jqo", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A billowing blast of Exceptional Magic", + "subType": "", + "rulesText": "Choose a direction from the caster. Deal damage to each unit at a location in the area of effect:", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h8p000z3s67p622tgf5v" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h8s200z7s67pl43n8xb7", + "slug": "bet_cone_of_flame_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cone_of_flame-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4nrdx800gce0v50z13alkf", + "setCardId": "clot8h8p000z3s67p622tgf5v", + "setCard": { + "id": "clot8h8p000z3s67p622tgf5v", + "slug": "bet_cone_of_flame", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nrdx800gce0v50z13alkf", + "meta": { + "id": "clq39zvcs00f8sh27rtwa7jqo", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A billowing blast of Exceptional Magic", + "subType": "", + "rulesText": "Choose a direction from the caster. Deal damage to each unit at a location in the area of effect:", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h8p000z3s67p622tgf5v" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nrkxe00gee0v5glql3i4e", + "slug": "alp_cone_of_flame_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cone_of_flame.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4nrdx800gce0v50z13alkf", + "setCardId": "clm4nrjmb00gde0v507gfcb4a", + "setCard": { + "id": "clm4nrjmb00gde0v507gfcb4a", + "slug": "alp_cone_of_flame", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nrdx800gce0v50z13alkf", + "meta": { + "id": "clq39zv7900f7sh27v8dbkjzd", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A billowing blast of Exceptional Magic", + "subType": "", + "rulesText": "Choose a direction from the caster. Deal damage to each unit at a location in the area of effect:", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nrjmb00gde0v507gfcb4a" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nrr4800gfe0v541oz1c2e", + "slug": "alp_cone_of_flame_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cone_of_flame-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4nrdx800gce0v50z13alkf", + "setCardId": "clm4nrjmb00gde0v507gfcb4a", + "setCard": { + "id": "clm4nrjmb00gde0v507gfcb4a", + "slug": "alp_cone_of_flame", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nrdx800gce0v50z13alkf", + "meta": { + "id": "clq39zv7900f7sh27v8dbkjzd", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A billowing blast of Exceptional Magic", + "subType": "", + "rulesText": "Choose a direction from the caster. Deal damage to each unit at a location in the area of effect:", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nrjmb00gde0v507gfcb4a" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m6j710045e0v50t2bbjqx", + "slug": "conqueror_worm", + "name": "Conqueror Worm", + "hotscore": 1556, + "guardian": { + "id": "clq39ypz0006qsh27syn3a9jx", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast expands your demesne", + "subType": "Beast", + "rulesText": "At the end of your turn, if no enemy units occupy this site, permanently gain control of it.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m6j710045e0v50t2bbjqx" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gc6900fis67pjdt3i21q", + "slug": "bet_conqueror_worm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/conqueror_worm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4m6j710045e0v50t2bbjqx", + "setCardId": "clot8gc4r00fgs67p8pkd2iqj", + "setCard": { + "id": "clot8gc4r00fgs67p8pkd2iqj", + "slug": "bet_conqueror_worm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m6j710045e0v50t2bbjqx", + "meta": { + "id": "clq39yq70006ssh27llk4bdic", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast expands your demesne", + "subType": "Beast", + "rulesText": "At the end of your turn, if no enemy units occupy this site, permanently gain control of it.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gc4r00fgs67p8pkd2iqj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gc7q00fks67pzc5nq2ky", + "slug": "bet_conqueror_worm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/conqueror_worm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4m6j710045e0v50t2bbjqx", + "setCardId": "clot8gc4r00fgs67p8pkd2iqj", + "setCard": { + "id": "clot8gc4r00fgs67p8pkd2iqj", + "slug": "bet_conqueror_worm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m6j710045e0v50t2bbjqx", + "meta": { + "id": "clq39yq70006ssh27llk4bdic", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast expands your demesne", + "subType": "Beast", + "rulesText": "At the end of your turn, if no enemy units occupy this site, permanently gain control of it.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gc4r00fgs67p8pkd2iqj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m6r0o0047e0v5f4f96fwg", + "slug": "alp_conqueror_worm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/conqueror_worm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4m6j710045e0v50t2bbjqx", + "setCardId": "clm4m6plg0046e0v51fsd5ser", + "setCard": { + "id": "clm4m6plg0046e0v51fsd5ser", + "slug": "alp_conqueror_worm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m6j710045e0v50t2bbjqx", + "meta": { + "id": "clq39yq19006rsh27yx7sisuz", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast expands your demesne", + "subType": "Beast", + "rulesText": "At the end of your turn, if no enemy units occupy this site, permanently gain control of it.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m6plg0046e0v51fsd5ser" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m6zk20048e0v57cee0mhq", + "slug": "alp_conqueror_worm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/conqueror_worm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4m6j710045e0v50t2bbjqx", + "setCardId": "clm4m6plg0046e0v51fsd5ser", + "setCard": { + "id": "clm4m6plg0046e0v51fsd5ser", + "slug": "alp_conqueror_worm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m6j710045e0v50t2bbjqx", + "meta": { + "id": "clq39yq19006rsh27yx7sisuz", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast expands your demesne", + "subType": "Beast", + "rulesText": "At the end of your turn, if no enemy units occupy this site, permanently gain control of it.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m6plg0046e0v51fsd5ser" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o8hmg00k1e0v57obk32ae", + "slug": "coral_reef_kelpie", + "name": "Coral-Reef Kelpie", + "hotscore": 403, + "guardian": { + "id": "clq3a07rq00hssh2792gskmwl", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of tidal wilderness", + "subType": "Beast", + "rulesText": "Submerge", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4o8hmg00k1e0v57obk32ae" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hihn0156s67pxqxr5cno", + "slug": "bet_coral_reef_kelpie_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/coral_reef_kelpie.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Why'd the kelpie cross the shoal? To get to the other tide.", + "cardId": "clm4o8hmg00k1e0v57obk32ae", + "setCardId": "clot8hig30154s67psgp8ui10", + "setCard": { + "id": "clot8hig30154s67psgp8ui10", + "slug": "bet_coral_reef_kelpie", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o8hmg00k1e0v57obk32ae", + "meta": { + "id": "clq3a081j00hush27tpdnbj2y", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of tidal wilderness", + "subType": "Beast", + "rulesText": "Submerge", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hig30154s67psgp8ui10" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hij60158s67pdbryvc22", + "slug": "bet_coral_reef_kelpie_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/coral_reef_kelpie-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Why'd the kelpie cross the shoal? To get to the other tide.", + "cardId": "clm4o8hmg00k1e0v57obk32ae", + "setCardId": "clot8hig30154s67psgp8ui10", + "setCard": { + "id": "clot8hig30154s67psgp8ui10", + "slug": "bet_coral_reef_kelpie", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o8hmg00k1e0v57obk32ae", + "meta": { + "id": "clq3a081j00hush27tpdnbj2y", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of tidal wilderness", + "subType": "Beast", + "rulesText": "Submerge", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hig30154s67psgp8ui10" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o8oqo00k3e0v5672u5sf0", + "slug": "alp_coral_reef_kelpie_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/coral_reef_kelpie.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Why'd the kelpie cross the shoal? To get to the other tide.", + "cardId": "clm4o8hmg00k1e0v57obk32ae", + "setCardId": "clm4o8nep00k2e0v5chnl1zyn", + "setCard": { + "id": "clm4o8nep00k2e0v5chnl1zyn", + "slug": "alp_coral_reef_kelpie", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o8hmg00k1e0v57obk32ae", + "meta": { + "id": "clq3a07u200htsh2768gw9ftb", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of tidal wilderness", + "subType": "Beast", + "rulesText": "Submerge", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o8nep00k2e0v5chnl1zyn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o91k600k5e0v55vinh4dq", + "slug": "alp_coral_reef_kelpie_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/coral_reef_kelpie-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Melissa A. Benson", + "flavorText": "Why'd the kelpie cross the shoal? To get to the other tide.", + "cardId": "clm4o8hmg00k1e0v57obk32ae", + "setCardId": "clm4o8nep00k2e0v5chnl1zyn", + "setCard": { + "id": "clm4o8nep00k2e0v5chnl1zyn", + "slug": "alp_coral_reef_kelpie", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o8hmg00k1e0v57obk32ae", + "meta": { + "id": "clq3a07u200htsh2768gw9ftb", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of tidal wilderness", + "subType": "Beast", + "rulesText": "Submerge", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o8nep00k2e0v5chnl1zyn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o8voz00k4e0v5gsvpguml", + "slug": "alp_coral_reef_kelpie_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/coral_reef_kelpie-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Why'd the kelpie cross the shoal? To get to the other tide.", + "cardId": "clm4o8hmg00k1e0v57obk32ae", + "setCardId": "clm4o8nep00k2e0v5chnl1zyn", + "setCard": { + "id": "clm4o8nep00k2e0v5chnl1zyn", + "slug": "alp_coral_reef_kelpie", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o8hmg00k1e0v57obk32ae", + "meta": { + "id": "clq3a07u200htsh2768gw9ftb", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of tidal wilderness", + "subType": "Beast", + "rulesText": "Submerge", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o8nep00k2e0v5chnl1zyn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qryop013ve0v5d5rh96we", + "slug": "cornerstone", + "name": "Cornerstone", + "hotscore": 985, + "guardian": { + "id": "clq3a222s00vgsh27v2q7cqsj", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site and fundament of the firmament", + "subType": "", + "rulesText": "You may play this site to any corner.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qryop013ve0v5d5rh96we" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8izai020ys67p2nyg1z8t", + "slug": "bet_cornerstone_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cornerstone.png", + "finish": "Standard", + "product": "Booster", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4qryop013ve0v5d5rh96we", + "setCardId": "clot8iz8t020ws67p8c92d29i", + "setCard": { + "id": "clot8iz8t020ws67p8c92d29i", + "slug": "bet_cornerstone", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qryop013ve0v5d5rh96we", + "meta": { + "id": "clq3a22d800vish27c3yz703u", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site and fundament of the firmament", + "subType": "", + "rulesText": "You may play this site to any corner.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iz8t020ws67p8c92d29i" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8izc30210s67pax4z41z5", + "slug": "bet_cornerstone_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/cornerstone-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4qryop013ve0v5d5rh96we", + "setCardId": "clot8iz8t020ws67p8c92d29i", + "setCard": { + "id": "clot8iz8t020ws67p8c92d29i", + "slug": "bet_cornerstone", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qryop013ve0v5d5rh96we", + "meta": { + "id": "clq3a22d800vish27c3yz703u", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site and fundament of the firmament", + "subType": "", + "rulesText": "You may play this site to any corner.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iz8t020ws67p8c92d29i" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qs581013xe0v56d8d5229", + "slug": "alp_cornerstone_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cornerstone.png", + "finish": "Standard", + "product": "Booster", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4qryop013ve0v5d5rh96we", + "setCardId": "clm4qs3x4013we0v59a5q5p1n", + "setCard": { + "id": "clm4qs3x4013we0v59a5q5p1n", + "slug": "alp_cornerstone", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qryop013ve0v5d5rh96we", + "meta": { + "id": "clq3a225500vhsh27tio0e4cl", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site and fundament of the firmament", + "subType": "", + "rulesText": "You may play this site to one of your corners.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qs3x4013we0v59a5q5p1n" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qshvs013ze0v5amqr7t6y", + "slug": "alp_cornerstone_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cornerstone-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4qryop013ve0v5d5rh96we", + "setCardId": "clm4qs3x4013we0v59a5q5p1n", + "setCard": { + "id": "clm4qs3x4013we0v59a5q5p1n", + "slug": "alp_cornerstone", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qryop013ve0v5d5rh96we", + "meta": { + "id": "clq3a225500vhsh27tio0e4cl", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site and fundament of the firmament", + "subType": "", + "rulesText": "You may play this site to one of your corners.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qs3x4013we0v59a5q5p1n" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qsbka013ye0v5es960u4v", + "slug": "alp_cornerstone_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/cornerstone-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4qryop013ve0v5d5rh96we", + "setCardId": "clm4qs3x4013we0v59a5q5p1n", + "setCard": { + "id": "clm4qs3x4013we0v59a5q5p1n", + "slug": "alp_cornerstone", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qryop013ve0v5d5rh96we", + "meta": { + "id": "clq3a225500vhsh27tio0e4cl", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site and fundament of the firmament", + "subType": "", + "rulesText": "You may play this site to one of your corners.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qs3x4013we0v59a5q5p1n" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o92p100k6e0v551fveyke", + "slug": "court_jester", + "name": "Court Jester", + "hotscore": 446, + "guardian": { + "id": "clq3a087d00hvsh27ynicu86j", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with a mischievous smile", + "subType": "Mortal", + "rulesText": "At the end of your turn, each nearby Avatar discards a random card.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4o92p100k6e0v551fveyke" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hism015ds67ptwqjhjrf", + "slug": "bet_court_jester_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/court_jester.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4o92p100k6e0v551fveyke", + "setCardId": "clot8hir1015bs67pmpwcdqb6", + "setCard": { + "id": "clot8hir1015bs67pmpwcdqb6", + "slug": "bet_court_jester", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o92p100k6e0v551fveyke", + "meta": { + "id": "clq3a08fe00hxsh27dr2y1vls", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with a mischievous smile", + "subType": "Mortal", + "rulesText": "At the end of your turn, each nearby Avatar discards a random card.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hir1015bs67pmpwcdqb6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hiu4015fs67pwll4c59u", + "slug": "bet_court_jester_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/court_jester-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4o92p100k6e0v551fveyke", + "setCardId": "clot8hir1015bs67pmpwcdqb6", + "setCard": { + "id": "clot8hir1015bs67pmpwcdqb6", + "slug": "bet_court_jester", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o92p100k6e0v551fveyke", + "meta": { + "id": "clq3a08fe00hxsh27dr2y1vls", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with a mischievous smile", + "subType": "Mortal", + "rulesText": "At the end of your turn, each nearby Avatar discards a random card.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hir1015bs67pmpwcdqb6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o99q900k8e0v57ob9bec1", + "slug": "alp_court_jester_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/court_jester.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4o92p100k6e0v551fveyke", + "setCardId": "clm4o98f200k7e0v510nu072e", + "setCard": { + "id": "clm4o98f200k7e0v510nu072e", + "slug": "alp_court_jester", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o92p100k6e0v551fveyke", + "meta": { + "id": "clq3a089o00hwsh27g76rfr5w", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with a mischievous smile", + "subType": "Mortal", + "rulesText": "At the end of your turn, each nearby Avatar discards a random card.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o98f200k7e0v510nu072e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o9gdb00k9e0v5607beic2", + "slug": "alp_court_jester_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/court_jester-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4o92p100k6e0v551fveyke", + "setCardId": "clm4o98f200k7e0v510nu072e", + "setCard": { + "id": "clm4o98f200k7e0v510nu072e", + "slug": "alp_court_jester", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o92p100k6e0v551fveyke", + "meta": { + "id": "clq3a089o00hwsh27g76rfr5w", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with a mischievous smile", + "subType": "Mortal", + "rulesText": "At the end of your turn, each nearby Avatar discards a random card.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o98f200k7e0v510nu072e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n9nft00cee0v5daav3xy3", + "slug": "courtesan_thais", + "name": "Courtesan Thaïs", + "hotscore": 1257, + "guardian": { + "id": "clq39zhtw00cish27mgsuq1a7", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of sedition and seduction", + "subType": "Mortal", + "rulesText": "Genesis → During their next turn, each player is controlled by the previous one.", + "cost": 5, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4n9nft00cee0v5daav3xy3" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gydn00sxs67po8f9fz9y", + "slug": "bet_courtesan_thais_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/courtesan_thais.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "Well all the while blood shall spill, should woman's wile belie man's will.", + "cardId": "clm4n9nft00cee0v5daav3xy3", + "setCardId": "clot8gyc300svs67pjytbl8vl", + "setCard": { + "id": "clot8gyc300svs67pjytbl8vl", + "slug": "bet_courtesan_thais", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n9nft00cee0v5daav3xy3", + "meta": { + "id": "clq39zi2300cksh27igkwub6x", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of sedition and seduction", + "subType": "Mortal", + "rulesText": "Genesis → During their next turn, each player is controlled by the previous one.", + "cost": 5, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gyc300svs67pjytbl8vl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gyfa00szs67pwmcnoeen", + "slug": "bet_courtesan_thais_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/courtesan_thais-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "Well all the while blood shall spill, should woman's wile belie man's will.", + "cardId": "clm4n9nft00cee0v5daav3xy3", + "setCardId": "clot8gyc300svs67pjytbl8vl", + "setCard": { + "id": "clot8gyc300svs67pjytbl8vl", + "slug": "bet_courtesan_thais", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n9nft00cee0v5daav3xy3", + "meta": { + "id": "clq39zi2300cksh27igkwub6x", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of sedition and seduction", + "subType": "Mortal", + "rulesText": "Genesis → During their next turn, each player is controlled by the previous one.", + "cost": 5, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gyc300svs67pjytbl8vl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n9ujx00cge0v5gaz37inl", + "slug": "alp_courtesan_thais_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/courtesan_thais.png", + "finish": "Standard", + "product": "Booster", + "artist": "Frank Frazetta", + "flavorText": "Well all the while blood shall spill, should woman's wile belie man's will.", + "cardId": "clm4n9nft00cee0v5daav3xy3", + "setCardId": "clm4n9t8u00cfe0v596sj8gga", + "setCard": { + "id": "clm4n9t8u00cfe0v596sj8gga", + "slug": "alp_courtesan_thais", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n9nft00cee0v5daav3xy3", + "meta": { + "id": "clq39zhw900cjsh27cxd41b7c", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of sedition and seduction", + "subType": "Mortal", + "rulesText": "Genesis → During their next turn, each player is controlled by the previous one.", + "cost": 5, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n9t8u00cfe0v596sj8gga" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4na1nd00che0v55earfjqy", + "slug": "alp_courtesan_thais_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/courtesan_thais-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Frank Frazetta", + "flavorText": "Well all the while blood shall spill, should woman's wile belie man's will.", + "cardId": "clm4n9nft00cee0v5daav3xy3", + "setCardId": "clm4n9t8u00cfe0v596sj8gga", + "setCard": { + "id": "clm4n9t8u00cfe0v596sj8gga", + "slug": "alp_courtesan_thais", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n9nft00cee0v5daav3xy3", + "meta": { + "id": "clq39zhw900cjsh27cxd41b7c", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of sedition and seduction", + "subType": "Mortal", + "rulesText": "Genesis → During their next turn, each player is controlled by the previous one.", + "cost": 5, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4n9t8u00cfe0v596sj8gga" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mv9im009ae0v5d53y4qfh", + "slug": "craterize", + "name": "Craterize", + "hotscore": 3498, + "guardian": { + "id": "clq39z7bu00acsh272ehak0uv", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of cataclysmic impact", + "subType": "", + "rulesText": "As an additional cost to cast Craterize, discard a site. Destroy target site and deal damage to each unit above or below a site in the area of effect:", + "cost": 8, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mv9im009ae0v5d53y4qfh" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gq1u00nvs67pemf58ak4", + "slug": "bet_craterize_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/craterize.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4mv9im009ae0v5d53y4qfh", + "setCardId": "clot8gq0700nts67pt8gzk5k8", + "setCard": { + "id": "clot8gq0700nts67pt8gzk5k8", + "slug": "bet_craterize", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mv9im009ae0v5d53y4qfh", + "meta": { + "id": "clq39z7ld00aesh27fvqob6ew", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of cataclysmic impact", + "subType": "", + "rulesText": "As an additional cost to cast Craterize, discard a site. Destroy target site and deal damage to each unit above or below a site in the area of effect:", + "cost": 8, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gq0700nts67pt8gzk5k8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gq3c00nxs67pmymtu36c", + "slug": "bet_craterize_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/craterize-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4mv9im009ae0v5d53y4qfh", + "setCardId": "clot8gq0700nts67pt8gzk5k8", + "setCard": { + "id": "clot8gq0700nts67pt8gzk5k8", + "slug": "bet_craterize", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mv9im009ae0v5d53y4qfh", + "meta": { + "id": "clq39z7ld00aesh27fvqob6ew", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of cataclysmic impact", + "subType": "", + "rulesText": "As an additional cost to cast Craterize, discard a site. Destroy target site and deal damage to each unit above or below a site in the area of effect:", + "cost": 8, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gq0700nts67pt8gzk5k8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mvgfl009ce0v5hlhce498", + "slug": "alp_craterize_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/craterize.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4mv9im009ae0v5d53y4qfh", + "setCardId": "clm4mvf3n009be0v54raxc3uh", + "setCard": { + "id": "clm4mvf3n009be0v54raxc3uh", + "slug": "alp_craterize", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mv9im009ae0v5d53y4qfh", + "meta": { + "id": "clq39z7e300adsh27b0jpigmv", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of cataclysmic impact", + "subType": "", + "rulesText": "As an additional cost to cast Craterize, discard a site. Destroy target site and deal damage to each unit above or below a site in the area of effect:", + "cost": 8, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mvf3n009be0v54raxc3uh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mvtq8009ee0v5fsrydwzg", + "slug": "alp_craterize_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/craterize-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4mv9im009ae0v5d53y4qfh", + "setCardId": "clm4mvf3n009be0v54raxc3uh", + "setCard": { + "id": "clm4mvf3n009be0v54raxc3uh", + "slug": "alp_craterize", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mv9im009ae0v5d53y4qfh", + "meta": { + "id": "clq39z7e300adsh27b0jpigmv", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of cataclysmic impact", + "subType": "", + "rulesText": "As an additional cost to cast Craterize, discard a site. Destroy target site and deal damage to each unit above or below a site in the area of effect:", + "cost": 8, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mvf3n009be0v54raxc3uh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mvo9j009de0v5cfwscu2x", + "slug": "alp_craterize_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/craterize-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4mv9im009ae0v5d53y4qfh", + "setCardId": "clm4mvf3n009be0v54raxc3uh", + "setCard": { + "id": "clm4mvf3n009be0v54raxc3uh", + "slug": "alp_craterize", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mv9im009ae0v5d53y4qfh", + "meta": { + "id": "clq39z7e300adsh27b0jpigmv", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of cataclysmic impact", + "subType": "", + "rulesText": "As an additional cost to cast Craterize, discard a site. Destroy target site and deal damage to each unit above or below a site in the area of effect:", + "cost": 8, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mvf3n009be0v54raxc3uh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pcfef00soe0v56qnddnj5", + "slug": "crave_golem", + "name": "Crave Golem", + "hotscore": 675, + "guardian": { + "id": "clq3a10zr00ntsh27pyxsmsl2", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Automaton of insatiable hunger", + "subType": "Automaton", + "rulesText": "At the start of each player's turn, Crave Golem attacks a random minion within its range of motion, or takes a step toward the closest minion if it can't.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pcfef00soe0v56qnddnj5" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i5u801j6s67pk6372y6k", + "slug": "bet_crave_golem_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/crave_golem.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "As enmity gave way to amity, we soon found we'd created far worse than a monster: a machine.", + "cardId": "clm4pcfef00soe0v56qnddnj5", + "setCardId": "clot8i5sp01j4s67pmnaksbwj", + "setCard": { + "id": "clot8i5sp01j4s67pmnaksbwj", + "slug": "bet_crave_golem", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pcfef00soe0v56qnddnj5", + "meta": { + "id": "clq3a118200nvsh27dzvnklwm", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Automaton of insatiable hunger", + "subType": "Automaton", + "rulesText": "At the start of each player's turn, Crave Golem attacks a random minion within its range of motion, or takes a step toward the closest minion if it can't.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i5sp01j4s67pmnaksbwj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i5vo01j8s67p7h6dic9p", + "slug": "bet_crave_golem_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/crave_golem-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "As enmity gave way to amity, we soon found we'd created far worse than a monster: a machine.", + "cardId": "clm4pcfef00soe0v56qnddnj5", + "setCardId": "clot8i5sp01j4s67pmnaksbwj", + "setCard": { + "id": "clot8i5sp01j4s67pmnaksbwj", + "slug": "bet_crave_golem", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pcfef00soe0v56qnddnj5", + "meta": { + "id": "clq3a118200nvsh27dzvnklwm", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Automaton of insatiable hunger", + "subType": "Automaton", + "rulesText": "At the start of each player's turn, Crave Golem attacks a random minion within its range of motion, or takes a step toward the closest minion if it can't.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i5sp01j4s67pmnaksbwj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pcmqo00sqe0v54hmbd96m", + "slug": "alp_crave_golem_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/crave_golem.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "As enmity gave way to amity, we soon found we'd created far worse than a monster: a machine.", + "cardId": "clm4pcfef00soe0v56qnddnj5", + "setCardId": "clm4pclf700spe0v558re390v", + "setCard": { + "id": "clm4pclf700spe0v558re390v", + "slug": "alp_crave_golem", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pcfef00soe0v56qnddnj5", + "meta": { + "id": "clq3a112e00nush27vcik8m8m", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Automaton of insatiable hunger", + "subType": "Automaton", + "rulesText": "At the start of each player's turn, Crave Golem attacks a random minion within its range of motion, or takes a step toward the closest minion if it can't.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pclf700spe0v558re390v" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pcsxd00sre0v5cadjd4wa", + "slug": "alp_crave_golem_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/crave_golem-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "As enmity gave way to amity, we soon found we'd created far worse than a monster: a machine.", + "cardId": "clm4pcfef00soe0v56qnddnj5", + "setCardId": "clm4pclf700spe0v558re390v", + "setCard": { + "id": "clm4pclf700spe0v558re390v", + "slug": "alp_crave_golem", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pcfef00soe0v56qnddnj5", + "meta": { + "id": "clq3a112e00nush27vcik8m8m", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Automaton of insatiable hunger", + "subType": "Automaton", + "rulesText": "At the start of each player's turn, Crave Golem attacks a random minion within its range of motion, or takes a step toward the closest minion if it can't.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pclf700spe0v558re390v" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nrwcl00gge0v5gnly9v6z", + "slug": "critical_strike", + "name": "Critical Strike", + "hotscore": 1264, + "guardian": { + "id": "clq39zvid00f9sh272lz2i8tt", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to smite your enemy", + "subType": "", + "rulesText": "The next time an ally strikes a unit this turn, it deals double damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nrwcl00gge0v5gnly9v6z" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h91t00zcs67p2njkrw1l", + "slug": "bet_critical_strike_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/critical_strike.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4nrwcl00gge0v5gnly9v6z", + "setCardId": "clot8h90600zas67prw83a8ou", + "setCard": { + "id": "clot8h90600zas67prw83a8ou", + "slug": "bet_critical_strike", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nrwcl00gge0v5gnly9v6z", + "meta": { + "id": "clq39zvum00fcsh273tog2ec5", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to smite your enemy", + "subType": "", + "rulesText": "The next time an ally strikes a unit this turn, it deals double damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h90600zas67prw83a8ou" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h93b00zes67pnze7ujxc", + "slug": "bet_critical_strike_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/critical_strike-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4nrwcl00gge0v5gnly9v6z", + "setCardId": "clot8h90600zas67prw83a8ou", + "setCard": { + "id": "clot8h90600zas67prw83a8ou", + "slug": "bet_critical_strike", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nrwcl00gge0v5gnly9v6z", + "meta": { + "id": "clq39zvum00fcsh273tog2ec5", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to smite your enemy", + "subType": "", + "rulesText": "The next time an ally strikes a unit this turn, it deals double damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h90600zas67prw83a8ou" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ns36000gie0v50w70gxhd", + "slug": "alp_critical_strike_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/critical_strike.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4nrwcl00gge0v5gnly9v6z", + "setCardId": "clm4ns1u700ghe0v58h5o8dw8", + "setCard": { + "id": "clm4ns1u700ghe0v58h5o8dw8", + "slug": "alp_critical_strike", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nrwcl00gge0v5gnly9v6z", + "meta": { + "id": "clq39zvkn00fash27x14j9hvq", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to smite your enemy", + "subType": "", + "rulesText": "The next time an ally strikes a unit this turn, it deals double damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4ns1u700ghe0v58h5o8dw8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nsaec00gje0v5cfru6gk3", + "slug": "alp_critical_strike_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/critical_strike-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4nrwcl00gge0v5gnly9v6z", + "setCardId": "clm4ns1u700ghe0v58h5o8dw8", + "setCard": { + "id": "clm4ns1u700ghe0v58h5o8dw8", + "slug": "alp_critical_strike", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nrwcl00gge0v5gnly9v6z", + "meta": { + "id": "clq39zvkn00fash27x14j9hvq", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to smite your enemy", + "subType": "", + "rulesText": "The next time an ally strikes a unit this turn, it deals double damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4ns1u700ghe0v58h5o8dw8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4rgsz1000342v5eqsh0s63", + "slug": "pro_critical_strike_bt_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/pro/critical_strike-bt.png", + "finish": "Standard", + "product": "Box_Topper", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4nrwcl00gge0v5gnly9v6z", + "setCardId": "clm4rgqj7000242v571320oij", + "setCard": { + "id": "clm4rgqj7000242v571320oij", + "slug": "pro_critical_strike", + "setId": "clm4rgehb000042v5a04vfg6s", + "cardId": "clm4nrwcl00gge0v5gnly9v6z", + "meta": { + "id": "clq39zvqk00fbsh274t6n6oo8", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of piercing precision", + "subType": "", + "rulesText": "The next time an ally strikes a unit this turn, it deals double damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4rgqj7000242v571320oij" + }, + "set": { + "id": "clm4rgehb000042v5a04vfg6s", + "name": "Promotional", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qsj6x0140e0v53k984nra", + "slug": "crossroads", + "name": "Crossroads", + "hotscore": 3864, + "guardian": { + "id": "clq3a22j400vjsh27uugxjsx2", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site points in the right direction", + "subType": "", + "rulesText": "Genesis → Look at your next four sites. Put three on the bottom of your atlas.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qsj6x0140e0v53k984nra" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8izm80215s67pmqb6dn84", + "slug": "bet_crossroads_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/crossroads.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qsj6x0140e0v53k984nra", + "setCardId": "clot8izkp0213s67phukvmqz3", + "setCard": { + "id": "clot8izkp0213s67phukvmqz3", + "slug": "bet_crossroads", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qsj6x0140e0v53k984nra", + "meta": { + "id": "clq3a22r400vlsh2786fdbqye", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site points in the right direction", + "subType": "", + "rulesText": "Genesis → Look at your next four sites. Put three on the bottom of your atlas.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8izkp0213s67phukvmqz3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iznq0217s67p84ldfp00", + "slug": "bet_crossroads_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/crossroads-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qsj6x0140e0v53k984nra", + "setCardId": "clot8izkp0213s67phukvmqz3", + "setCard": { + "id": "clot8izkp0213s67phukvmqz3", + "slug": "bet_crossroads", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qsj6x0140e0v53k984nra", + "meta": { + "id": "clq3a22r400vlsh2786fdbqye", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site points in the right direction", + "subType": "", + "rulesText": "Genesis → Look at your next four sites. Put three on the bottom of your atlas.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8izkp0213s67phukvmqz3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qsqbz0142e0v57uu11jee", + "slug": "alp_crossroads_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/crossroads.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qsj6x0140e0v53k984nra", + "setCardId": "clm4qsp0r0141e0v5eai9go7q", + "setCard": { + "id": "clm4qsp0r0141e0v5eai9go7q", + "slug": "alp_crossroads", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qsj6x0140e0v53k984nra", + "meta": { + "id": "clq3a22lg00vksh27oc1ot857", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site points in the right direction", + "subType": "", + "rulesText": "Genesis → Look at your next four sites. Put three on the bottom of your atlas.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qsp0r0141e0v5eai9go7q" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qsy3d0143e0v515oe2noa", + "slug": "alp_crossroads_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/crossroads-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qsj6x0140e0v53k984nra", + "setCardId": "clm4qsp0r0141e0v5eai9go7q", + "setCard": { + "id": "clm4qsp0r0141e0v5eai9go7q", + "slug": "alp_crossroads", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qsj6x0140e0v53k984nra", + "meta": { + "id": "clq3a22lg00vksh27oc1ot857", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site points in the right direction", + "subType": "", + "rulesText": "Genesis → Look at your next four sites. Put three on the bottom of your atlas.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qsp0r0141e0v5eai9go7q" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pcyiy00sse0v565ut2k1e", + "slug": "crown_of_the_victor", + "name": "Crown of the Victor", + "hotscore": 2359, + "guardian": { + "id": "clq3a11do00nwsh27k6m8lo3k", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic for champions triumphant", + "subType": "Relic", + "rulesText": "Bearer has +3 power if they've ever killed a minion.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pcyiy00sse0v565ut2k1e" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i64x01jds67plksfee5f", + "slug": "bet_crown_of_the_victor_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/crown_of_the_victor.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "The gods see their glory in you this day.", + "cardId": "clm4pcyiy00sse0v565ut2k1e", + "setCardId": "clot8i63e01jbs67p4bycmfi5", + "setCard": { + "id": "clot8i63e01jbs67p4bycmfi5", + "slug": "bet_crown_of_the_victor", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pcyiy00sse0v565ut2k1e", + "meta": { + "id": "clq3a11li00nysh27u7nkt4mh", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic for champions triumphant", + "subType": "Relic", + "rulesText": "Bearer has +3 power if they've ever killed a minion.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i63e01jbs67p4bycmfi5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i66g01jfs67p7spk0iyi", + "slug": "bet_crown_of_the_victor_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/crown_of_the_victor-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "The gods see their glory in you this day.", + "cardId": "clm4pcyiy00sse0v565ut2k1e", + "setCardId": "clot8i63e01jbs67p4bycmfi5", + "setCard": { + "id": "clot8i63e01jbs67p4bycmfi5", + "slug": "bet_crown_of_the_victor", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pcyiy00sse0v565ut2k1e", + "meta": { + "id": "clq3a11li00nysh27u7nkt4mh", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic for champions triumphant", + "subType": "Relic", + "rulesText": "Bearer has +3 power if they've ever killed a minion.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i63e01jbs67p4bycmfi5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pd55r00sue0v51ibuamy7", + "slug": "alp_crown_of_the_victor_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/crown_of_the_victor.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "The gods see their glory in you this day.", + "cardId": "clm4pcyiy00sse0v565ut2k1e", + "setCardId": "clm4pd3uj00ste0v52av1e4v3", + "setCard": { + "id": "clm4pd3uj00ste0v52av1e4v3", + "slug": "alp_crown_of_the_victor", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pcyiy00sse0v565ut2k1e", + "meta": { + "id": "clq3a11fx00nxsh27njxe4qor", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic for champions triumphant", + "subType": "Relic", + "rulesText": "Bearer has +3 power if they've ever killed a minion.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pd3uj00ste0v52av1e4v3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pdbxg00sve0v5hz2yf9qj", + "slug": "alp_crown_of_the_victor_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/crown_of_the_victor-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "The gods see their glory in you this day.", + "cardId": "clm4pcyiy00sse0v565ut2k1e", + "setCardId": "clm4pd3uj00ste0v52av1e4v3", + "setCard": { + "id": "clm4pd3uj00ste0v52av1e4v3", + "slug": "alp_crown_of_the_victor", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pcyiy00sse0v565ut2k1e", + "meta": { + "id": "clq3a11fx00nxsh27njxe4qor", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic for champions triumphant", + "subType": "Relic", + "rulesText": "Bearer has +3 power if they've ever killed a minion.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pd3uj00ste0v52av1e4v3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m74u70049e0v5alvcc4xk", + "slug": "crown_prince", + "name": "Crown Prince", + "hotscore": 1905, + "guardian": { + "id": "clq39yqd8006tsh27fh15njm9", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal with umpteen agnates", + "subType": "Mortal", + "rulesText": "Deathrite → If you control another Mortal, return Crown Prince to its owner's hand.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m74u70049e0v5alvcc4xk" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gchy00fps67p2ppp16cz", + "slug": "bet_crown_prince_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/crown_prince.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "Emmerich, the final Daniger king, assumed the throne only after outliving a horde of brothers and nephews.", + "cardId": "clm4m74u70049e0v5alvcc4xk", + "setCardId": "clot8gcgf00fns67pijtu3jvg", + "setCard": { + "id": "clot8gcgf00fns67pijtu3jvg", + "slug": "bet_crown_prince", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m74u70049e0v5alvcc4xk", + "meta": { + "id": "clq39yqlh006vsh27u8snwz96", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal with umpteen agnates", + "subType": "Mortal", + "rulesText": "Deathrite → If you control another Mortal, return Crown Prince to its owner's hand.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gcgf00fns67pijtu3jvg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gcjh00frs67pn5j0gc1m", + "slug": "bet_crown_prince_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/crown_prince-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "Emmerich, the final Daniger king, assumed the throne only after outliving a horde of brothers and nephews.", + "cardId": "clm4m74u70049e0v5alvcc4xk", + "setCardId": "clot8gcgf00fns67pijtu3jvg", + "setCard": { + "id": "clot8gcgf00fns67pijtu3jvg", + "slug": "bet_crown_prince", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m74u70049e0v5alvcc4xk", + "meta": { + "id": "clq39yqlh006vsh27u8snwz96", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal with umpteen agnates", + "subType": "Mortal", + "rulesText": "Deathrite → If you control another Mortal, return Crown Prince to its owner's hand.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gcgf00fns67pijtu3jvg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m7d2o004be0v52twzee1g", + "slug": "alp_crown_prince_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/crown_prince.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "Emmerich, the final Daniger king, assumed the throne only after outliving a horde of brothers and nephews.", + "cardId": "clm4m74u70049e0v5alvcc4xk", + "setCardId": "clm4m7bat004ae0v5gutl6p80", + "setCard": { + "id": "clm4m7bat004ae0v5gutl6p80", + "slug": "alp_crown_prince", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m74u70049e0v5alvcc4xk", + "meta": { + "id": "clq39yqfn006ush27biwlju5d", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal with umpteen agnates", + "subType": "Mortal", + "rulesText": "Deathrite → If you control another Mortal, return Crown Prince to its owner's hand.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m7bat004ae0v5gutl6p80" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m7kvf004ce0v5cdpqfywe", + "slug": "alp_crown_prince_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/crown_prince-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "Emmerich, the final Daniger king, assumed the throne only after outliving a horde of brothers and nephews.", + "cardId": "clm4m74u70049e0v5alvcc4xk", + "setCardId": "clm4m7bat004ae0v5gutl6p80", + "setCard": { + "id": "clm4m7bat004ae0v5gutl6p80", + "slug": "alp_crown_prince", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m74u70049e0v5alvcc4xk", + "meta": { + "id": "clq39yqfn006ush27biwlju5d", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal with umpteen agnates", + "subType": "Mortal", + "rulesText": "Deathrite → If you control another Mortal, return Crown Prince to its owner's hand.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m7bat004ae0v5gutl6p80" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n1bxo00ale0v55t55b7cy", + "slug": "crusade", + "name": "Crusade", + "hotscore": 2586, + "guardian": { + "id": "clq39zbqk00b9sh27grnpdjno", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura to reclaim the holy land", + "subType": "", + "rulesText": "You may summon earth minions to affected sites.\r\n\r\nAllied earth minions occupying affected sites have +1 power.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4n1bxo00ale0v55t55b7cy" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gtii00q0s67p1pwhb3qm", + "slug": "bet_crusade_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/crusade.png", + "finish": "Standard", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4n1bxo00ale0v55t55b7cy", + "setCardId": "clot8gth100pys67p9vnoo2zl", + "setCard": { + "id": "clot8gth100pys67p9vnoo2zl", + "slug": "bet_crusade", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n1bxo00ale0v55t55b7cy", + "meta": { + "id": "clq39zbyf00bbsh27853i7nrf", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura to reclaim the holy land", + "subType": "", + "rulesText": "You may summon earth minions to affected sites.\r\n\r\nAllied earth minions occupying affected sites have +1 power.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gth100pys67p9vnoo2zl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gtk400q2s67p4g1hz6j7", + "slug": "bet_crusade_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/crusade-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4n1bxo00ale0v55t55b7cy", + "setCardId": "clot8gth100pys67p9vnoo2zl", + "setCard": { + "id": "clot8gth100pys67p9vnoo2zl", + "slug": "bet_crusade", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n1bxo00ale0v55t55b7cy", + "meta": { + "id": "clq39zbyf00bbsh27853i7nrf", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura to reclaim the holy land", + "subType": "", + "rulesText": "You may summon earth minions to affected sites.\r\n\r\nAllied earth minions occupying affected sites have +1 power.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gth100pys67p9vnoo2zl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n1iqj00ane0v52xijf1o2", + "slug": "alp_crusade_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/crusade.png", + "finish": "Standard", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4n1bxo00ale0v55t55b7cy", + "setCardId": "clm4n1hex00ame0v500z231n8", + "setCard": { + "id": "clm4n1hex00ame0v500z231n8", + "slug": "alp_crusade", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n1bxo00ale0v55t55b7cy", + "meta": { + "id": "clq39zbsu00bash277g4pjvsd", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura to reclaim the holy land", + "subType": "", + "rulesText": "You may summon earth minions to affected sites.\nAllied earth minions occupying affected sites have +1 power.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4n1hex00ame0v500z231n8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n1px000aoe0v58yl5920h", + "slug": "alp_crusade_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/crusade-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4n1bxo00ale0v55t55b7cy", + "setCardId": "clm4n1hex00ame0v500z231n8", + "setCard": { + "id": "clm4n1hex00ame0v500z231n8", + "slug": "alp_crusade", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n1bxo00ale0v55t55b7cy", + "meta": { + "id": "clq39zbsu00bash277g4pjvsd", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura to reclaim the holy land", + "subType": "", + "rulesText": "You may summon earth minions to affected sites.\nAllied earth minions occupying affected sites have +1 power.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4n1hex00ame0v500z231n8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m7rjv004de0v5c5i3dp73", + "slug": "dalcean_phalanx", + "name": "Dalcean Phalanx", + "hotscore": 1928, + "guardian": { + "id": "clq39yqr9006wsh2727lj4q94", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals who yield no ground", + "subType": "Mortal", + "rulesText": "Can only move themselves forward.", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m7rjv004de0v5c5i3dp73" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gcso00fws67pscosgz1m", + "slug": "bet_dalcean_phalanx_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dalcean_phalanx.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "\"‘Fairest of sights on the dull black earth,’ some say,\r\n‘Is a host of horse in battle array.’\r\n‘A phalanx on foot,’ another will cry,\r\n‘Or a navy full sail athwart the sky.’\"\r\n— Sappho", + "cardId": "clm4m7rjv004de0v5c5i3dp73", + "setCardId": "clot8gcr500fus67p2uat8bs7", + "setCard": { + "id": "clot8gcr500fus67p2uat8bs7", + "slug": "bet_dalcean_phalanx", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m7rjv004de0v5c5i3dp73", + "meta": { + "id": "clq39yqzn006ysh27i1ye2w4d", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals who yield no ground", + "subType": "Mortal", + "rulesText": "Can only move themselves forward.", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gcr500fus67p2uat8bs7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gcua00fys67pmlsovv9k", + "slug": "bet_dalcean_phalanx_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dalcean_phalanx-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "\"‘Fairest of sights on the dull black earth,’ some say,\r\n‘Is a host of horse in battle array.’\r\n‘A phalanx on foot,’ another will cry,\r\n‘Or a navy full sail athwart the sky.’\"\r\n— Sappho", + "cardId": "clm4m7rjv004de0v5c5i3dp73", + "setCardId": "clot8gcr500fus67p2uat8bs7", + "setCard": { + "id": "clot8gcr500fus67p2uat8bs7", + "slug": "bet_dalcean_phalanx", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m7rjv004de0v5c5i3dp73", + "meta": { + "id": "clq39yqzn006ysh27i1ye2w4d", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals who yield no ground", + "subType": "Mortal", + "rulesText": "Can only move themselves forward.", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gcr500fus67p2uat8bs7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m7zh1004fe0v5c7r35019", + "slug": "alp_dalcean_phalanx_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dalcean_phalanx.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "\"‘Fairest of sights on the dull black earth,’ some say,\n‘Is a host of horse in battle array.’\n‘A phalanx on foot,’ another will cry,\n‘Or a navy full sail athwart the sky.’\"\n— Sappho", + "cardId": "clm4m7rjv004de0v5c5i3dp73", + "setCardId": "clm4m7xp5004ee0v5d4kr2hfj", + "setCard": { + "id": "clm4m7xp5004ee0v5d4kr2hfj", + "slug": "alp_dalcean_phalanx", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m7rjv004de0v5c5i3dp73", + "meta": { + "id": "clq39yqto006xsh272mbm809x", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals who yield no ground", + "subType": "Mortal", + "rulesText": "Can only move themselves forward.", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m7xp5004ee0v5d4kr2hfj" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m87w8004ge0v59sd1eq55", + "slug": "alp_dalcean_phalanx_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dalcean_phalanx-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "\"‘Fairest of sights on the dull black earth,’ some say,\n‘Is a host of horse in battle array.’\n‘A phalanx on foot,’ another will cry,\n‘Or a navy full sail athwart the sky.’\"\n— Sappho", + "cardId": "clm4m7rjv004de0v5c5i3dp73", + "setCardId": "clm4m7xp5004ee0v5d4kr2hfj", + "setCard": { + "id": "clm4m7xp5004ee0v5d4kr2hfj", + "slug": "alp_dalcean_phalanx", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m7rjv004de0v5c5i3dp73", + "meta": { + "id": "clq39yqto006xsh272mbm809x", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals who yield no ground", + "subType": "Mortal", + "rulesText": "Can only move themselves forward.", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m7xp5004ee0v5d4kr2hfj" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4i4xhx000j24v583v67p05", + "slug": "daperyll_vampire", + "name": "Daperyll Vampire", + "hotscore": 4243, + "guardian": { + "id": "clq39xuwp000csh27dst31osm", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Undead with a sanguine desire", + "subType": "Undead", + "rulesText": "Airborne\r\n\r\nDamage dealt by Daperyll Vampire's strikes heals you.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4i4xhx000j24v583v67p05" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fngq000xs67py78ao229", + "slug": "bet_daperyll_vampire_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/daperyll_vampire.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4i4xhx000j24v583v67p05", + "setCardId": "clot8fnf7000vs67p91anpv3k", + "setCard": { + "id": "clot8fnf7000vs67p91anpv3k", + "slug": "bet_daperyll_vampire", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i4xhx000j24v583v67p05", + "meta": { + "id": "clq39xv4r000esh271fqazen8", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Undead with a sanguine desire", + "subType": "Undead", + "rulesText": "Airborne\r\n\r\nDamage dealt by Daperyll Vampire's strikes heals you.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fnf7000vs67p91anpv3k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fni9000zs67p1pf09zlr", + "slug": "bet_daperyll_vampire_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/daperyll_vampire-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4i4xhx000j24v583v67p05", + "setCardId": "clot8fnf7000vs67p91anpv3k", + "setCard": { + "id": "clot8fnf7000vs67p91anpv3k", + "slug": "bet_daperyll_vampire", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i4xhx000j24v583v67p05", + "meta": { + "id": "clq39xv4r000esh271fqazen8", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Undead with a sanguine desire", + "subType": "Undead", + "rulesText": "Airborne\r\n\r\nDamage dealt by Daperyll Vampire's strikes heals you.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fnf7000vs67p91anpv3k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i550c000l24v56684cigv", + "slug": "alp_daperyll_vampire_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/daperyll_vampire.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4i4xhx000j24v583v67p05", + "setCardId": "clm4i53ob000k24v51z5s7mdq", + "setCard": { + "id": "clm4i53ob000k24v51z5s7mdq", + "slug": "alp_daperyll_vampire", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i4xhx000j24v583v67p05", + "meta": { + "id": "clq39xuyy000dsh27ipai6w06", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Undead with a sanguine desire", + "subType": "Undead", + "rulesText": "Airborne\n\nDamage dealt by Daperyll Vampire's strikes heals you.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i53ob000k24v51z5s7mdq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i5bxo000m24v5cezibx4j", + "slug": "alp_daperyll_vampire_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/daperyll_vampire-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4i4xhx000j24v583v67p05", + "setCardId": "clm4i53ob000k24v51z5s7mdq", + "setCard": { + "id": "clm4i53ob000k24v51z5s7mdq", + "slug": "alp_daperyll_vampire", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i4xhx000j24v583v67p05", + "meta": { + "id": "clq39xuyy000dsh27ipai6w06", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Undead with a sanguine desire", + "subType": "Undead", + "rulesText": "Airborne\n\nDamage dealt by Daperyll Vampire's strikes heals you.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i53ob000k24v51z5s7mdq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pzy4800xoe0v5e9gm0p58", + "slug": "dark_tower", + "name": "Dark Tower", + "hotscore": 14740, + "guardian": { + "id": "clq3a1hoa00rdsh27ty4zzf8b", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of contemplation", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Dark Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4pzy4800xoe0v5e9gm0p58" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ijd701rfs67p5rz8z9l8", + "slug": "bet_dark_tower_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dark_tower.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4pzy4800xoe0v5e9gm0p58", + "setCardId": "clot8ijbl01rds67ph71ip66v", + "setCard": { + "id": "clot8ijbl01rds67ph71ip66v", + "slug": "bet_dark_tower", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pzy4800xoe0v5e9gm0p58", + "meta": { + "id": "clq3a1hxu00rfsh272yfi3ea2", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of contemplation", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Dark Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ijbl01rds67ph71ip66v" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ijeq01rhs67p2df703e5", + "slug": "bet_dark_tower_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dark_tower-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4pzy4800xoe0v5e9gm0p58", + "setCardId": "clot8ijbl01rds67ph71ip66v", + "setCard": { + "id": "clot8ijbl01rds67ph71ip66v", + "slug": "bet_dark_tower", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pzy4800xoe0v5e9gm0p58", + "meta": { + "id": "clq3a1hxu00rfsh272yfi3ea2", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of contemplation", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Dark Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ijbl01rds67ph71ip66v" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q05tn00xqe0v58mlkfocq", + "slug": "alp_dark_tower_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dark_tower.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4pzy4800xoe0v5e9gm0p58", + "setCardId": "clm4q04il00xpe0v5fkbdcj0x", + "setCard": { + "id": "clm4q04il00xpe0v5fkbdcj0x", + "slug": "alp_dark_tower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pzy4800xoe0v5e9gm0p58", + "meta": { + "id": "clq3a1hqj00resh27qlpawyct", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of contemplation", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Dark Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q04il00xpe0v5fkbdcj0x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q0jel00xse0v5dn5q1qhl", + "slug": "alp_dark_tower_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dark_tower-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4pzy4800xoe0v5e9gm0p58", + "setCardId": "clm4q04il00xpe0v5fkbdcj0x", + "setCard": { + "id": "clm4q04il00xpe0v5fkbdcj0x", + "slug": "alp_dark_tower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pzy4800xoe0v5e9gm0p58", + "meta": { + "id": "clq3a1hqj00resh27qlpawyct", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of contemplation", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Dark Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q04il00xpe0v5fkbdcj0x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q0ddw00xre0v51t3262mm", + "slug": "alp_dark_tower_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dark_tower-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4pzy4800xoe0v5e9gm0p58", + "setCardId": "clm4q04il00xpe0v5fkbdcj0x", + "setCard": { + "id": "clm4q04il00xpe0v5fkbdcj0x", + "slug": "alp_dark_tower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pzy4800xoe0v5e9gm0p58", + "meta": { + "id": "clq3a1hqj00resh27qlpawyct", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of contemplation", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Dark Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q04il00xpe0v5fkbdcj0x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4i5if4000n24v54h714rjx", + "slug": "dead_of_night_demon", + "name": "Dead of Night Demon", + "hotscore": 491, + "guardian": { + "id": "clq39xvan000fsh27wwje3fhe", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Demon stalks the witching hour", + "subType": "Demon", + "rulesText": "Stealth", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4i5if4000n24v54h714rjx" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fnsj0014s67p5hrzt53s", + "slug": "bet_dead_of_night_demon_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dead_of_night_demon.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Tiptoe cross the weald’s black maw,\r\nwhere horned fiends creep ware tooth and claw.", + "cardId": "clm4i5if4000n24v54h714rjx", + "setCardId": "clot8fnr30012s67p6i42e7u8", + "setCard": { + "id": "clot8fnr30012s67p6i42e7u8", + "slug": "bet_dead_of_night_demon", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i5if4000n24v54h714rjx", + "meta": { + "id": "clq39xvk4000hsh2735znae6g", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Demon stalks the witching hour", + "subType": "Demon", + "rulesText": "Stealth", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fnr30012s67p6i42e7u8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fnu40016s67p79jkyp7z", + "slug": "bet_dead_of_night_demon_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dead_of_night_demon-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Tiptoe cross the weald’s black maw,\r\nwhere horned fiends creep ware tooth and claw.", + "cardId": "clm4i5if4000n24v54h714rjx", + "setCardId": "clot8fnr30012s67p6i42e7u8", + "setCard": { + "id": "clot8fnr30012s67p6i42e7u8", + "slug": "bet_dead_of_night_demon", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i5if4000n24v54h714rjx", + "meta": { + "id": "clq39xvk4000hsh2735znae6g", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Demon stalks the witching hour", + "subType": "Demon", + "rulesText": "Stealth", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fnr30012s67p6i42e7u8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i5pna000p24v5atvl8far", + "slug": "alp_dead_of_night_demon_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dead_of_night_demon.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Tiptoe cross the weald’s black maw,\nwhere horned fiends creep ware tooth and claw.", + "cardId": "clm4i5if4000n24v54h714rjx", + "setCardId": "clm4i5oba000o24v573eqg9oc", + "setCard": { + "id": "clm4i5oba000o24v573eqg9oc", + "slug": "alp_dead_of_night_demon", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i5if4000n24v54h714rjx", + "meta": { + "id": "clq39xvcv000gsh27h9wkr8bz", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Demon stalks the witching hour", + "subType": "Demon", + "rulesText": "Stealth", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i5oba000o24v573eqg9oc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i61mo000r24v51dn5h36u", + "slug": "alp_dead_of_night_demon_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dead_of_night_demon-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Michal Nagypál", + "flavorText": "Tiptoe cross the weald’s black maw,\nwhere horned fiends creep ware tooth and claw.", + "cardId": "clm4i5if4000n24v54h714rjx", + "setCardId": "clm4i5oba000o24v573eqg9oc", + "setCard": { + "id": "clm4i5oba000o24v573eqg9oc", + "slug": "alp_dead_of_night_demon", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i5if4000n24v54h714rjx", + "meta": { + "id": "clq39xvcv000gsh27h9wkr8bz", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Demon stalks the witching hour", + "subType": "Demon", + "rulesText": "Stealth", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i5oba000o24v573eqg9oc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i5wia000q24v5d7vjcxjc", + "slug": "alp_dead_of_night_demon_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dead_of_night_demon-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Tiptoe cross the weald’s black maw,\nwhere horned fiends creep ware tooth and claw.", + "cardId": "clm4i5if4000n24v54h714rjx", + "setCardId": "clm4i5oba000o24v573eqg9oc", + "setCard": { + "id": "clm4i5oba000o24v573eqg9oc", + "slug": "alp_dead_of_night_demon", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i5if4000n24v54h714rjx", + "meta": { + "id": "clq39xvcv000gsh27h9wkr8bz", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Demon stalks the witching hour", + "subType": "Demon", + "rulesText": "Stealth", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i5oba000o24v573eqg9oc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4na72600cie0v515g15i6g", + "slug": "death_dealer", + "name": "Death Dealer", + "hotscore": 4115, + "guardian": { + "id": "clq39zi7u00clsh27rffcjgsr", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal and artist of the afterlife", + "subType": "Mortal", + "rulesText": "Genesis → Kill all other minions.", + "cost": 7, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4na72600cie0v515g15i6g" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gypf00t4s67pr7vqia1i", + "slug": "bet_death_dealer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/death_dealer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "With frank hand the dark traveler laid waste to all who came before him.\r\n\r\nA master of the art paints a portrait of death.", + "cardId": "clm4na72600cie0v515g15i6g", + "setCardId": "clot8gynx00t2s67pqsn3r6b6", + "setCard": { + "id": "clot8gynx00t2s67pqsn3r6b6", + "slug": "bet_death_dealer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4na72600cie0v515g15i6g", + "meta": { + "id": "clq39zig200cnsh27ibu5yq9t", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal and artist of the afterlife", + "subType": "Mortal", + "rulesText": "Genesis → Kill all other minions.", + "cost": 7, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gynx00t2s67pqsn3r6b6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gyr000t6s67p3rn0gra1", + "slug": "bet_death_dealer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/death_dealer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "With frank hand the dark traveler laid waste to all who came before him.\r\n\r\nA master of the art paints a portrait of death.", + "cardId": "clm4na72600cie0v515g15i6g", + "setCardId": "clot8gynx00t2s67pqsn3r6b6", + "setCard": { + "id": "clot8gynx00t2s67pqsn3r6b6", + "slug": "bet_death_dealer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4na72600cie0v515g15i6g", + "meta": { + "id": "clq39zig200cnsh27ibu5yq9t", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal and artist of the afterlife", + "subType": "Mortal", + "rulesText": "Genesis → Kill all other minions.", + "cost": 7, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gynx00t2s67pqsn3r6b6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4naefs00cke0v59p2vckt3", + "slug": "alp_death_dealer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/death_dealer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Frank Frazetta", + "flavorText": "With frank hand the dark traveler laid waste to all who came before him.", + "cardId": "clm4na72600cie0v515g15i6g", + "setCardId": "clm4nad4i00cje0v5cyfu3qwd", + "setCard": { + "id": "clm4nad4i00cje0v5cyfu3qwd", + "slug": "alp_death_dealer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4na72600cie0v515g15i6g", + "meta": { + "id": "clq39ziab00cmsh27jf37fml1", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal and artist of the afterlife", + "subType": "Mortal", + "rulesText": "Genesis → Kill all other minions.", + "cost": 7, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nad4i00cje0v5cyfu3qwd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nam4100cle0v56xyrhjeo", + "slug": "alp_death_dealer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/death_dealer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Frank Frazetta", + "flavorText": "With frank hand the dark traveler laid waste to all who came before him.", + "cardId": "clm4na72600cie0v515g15i6g", + "setCardId": "clm4nad4i00cje0v5cyfu3qwd", + "setCard": { + "id": "clm4nad4i00cje0v5cyfu3qwd", + "slug": "alp_death_dealer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4na72600cie0v515g15i6g", + "meta": { + "id": "clq39ziab00cmsh27jf37fml1", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal and artist of the afterlife", + "subType": "Mortal", + "rulesText": "Genesis → Kill all other minions.", + "cost": 7, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nad4i00cje0v5cyfu3qwd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4r4au3016de0v5gmbd8m6z", + "slug": "deathspeaker", + "name": "Deathspeaker", + "hotscore": 138, + "guardian": { + "id": "clq3a2a4j00x6sh277bwtskzu", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar turns death into dominion", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nYou may cast one dead minion each turn, and for (0) if you’re on Death’s Door. Whenever you summon a minion this way, banish it.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4r4au3016de0v5gmbd8m6z" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j67g0258s67py0ptz84d", + "slug": "bet_deathspeaker_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/deathspeaker.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4r4au3016de0v5gmbd8m6z", + "setCardId": "clot8j65w0256s67p806unb3o", + "setCard": { + "id": "clot8j65w0256s67p806unb3o", + "slug": "bet_deathspeaker", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r4au3016de0v5gmbd8m6z", + "meta": { + "id": "clq3a2acr00x8sh27spuckdg2", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar turns death into dominion", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nYou may cast one dead minion each turn, and for (0) if you’re on Death’s Door. Whenever you summon a minion this way, banish it.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j65w0256s67p806unb3o" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j690025as67pbynzmjs1", + "slug": "bet_deathspeaker_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/deathspeaker-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4r4au3016de0v5gmbd8m6z", + "setCardId": "clot8j65w0256s67p806unb3o", + "setCard": { + "id": "clot8j65w0256s67p806unb3o", + "slug": "bet_deathspeaker", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r4au3016de0v5gmbd8m6z", + "meta": { + "id": "clq3a2acr00x8sh27spuckdg2", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar turns death into dominion", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nYou may cast one dead minion each turn, and for (0) if you’re on Death’s Door. Whenever you summon a minion this way, banish it.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j65w0256s67p806unb3o" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4r4hrj016fe0v587x045t8", + "slug": "alp_deathspeaker_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/deathspeaker.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4r4au3016de0v5gmbd8m6z", + "setCardId": "clm4r4gg1016ee0v58yny505e", + "setCard": { + "id": "clm4r4gg1016ee0v58yny505e", + "slug": "alp_deathspeaker", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r4au3016de0v5gmbd8m6z", + "meta": { + "id": "clq3a2a6u00x7sh27sfiyywx2", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar turns death into dominion", + "subType": "", + "rulesText": "Tap → Play or draw a site.\n\nYou may cast one dead minion each turn, and for (0) if you’re on Death’s Door. Whenever you summon a minion this way, banish it.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r4gg1016ee0v58yny505e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4r4pop016ge0v50yb78tsv", + "slug": "alp_deathspeaker_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/deathspeaker-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4r4au3016de0v5gmbd8m6z", + "setCardId": "clm4r4gg1016ee0v58yny505e", + "setCard": { + "id": "clm4r4gg1016ee0v58yny505e", + "slug": "alp_deathspeaker", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r4au3016de0v5gmbd8m6z", + "meta": { + "id": "clq3a2a6u00x7sh27sfiyywx2", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar turns death into dominion", + "subType": "", + "rulesText": "Tap → Play or draw a site.\n\nYou may cast one dead minion each turn, and for (0) if you’re on Death’s Door. Whenever you summon a minion this way, banish it.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r4gg1016ee0v58yny505e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o9lor00kae0v51yuler8l", + "slug": "deep_sea_mermaids", + "name": "Deep-Sea Mermaids", + "hotscore": 1274, + "guardian": { + "id": "clq3a08l500hysh27wd1g8mko", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Merfolk of mysterious depths", + "subType": "Merfolk", + "rulesText": "Submerge\r\n\r\nGenesis → Draw your bottommost spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4o9lor00kae0v51yuler8l" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hj4n015ks67pdp05diwi", + "slug": "bet_deep_sea_mermaids_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/deep_sea_mermaids.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4o9lor00kae0v51yuler8l", + "setCardId": "clot8hj34015is67pccvm88hz", + "setCard": { + "id": "clot8hj34015is67pccvm88hz", + "slug": "bet_deep_sea_mermaids", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o9lor00kae0v51yuler8l", + "meta": { + "id": "clq3a08v200i0sh27l76ucesz", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Merfolk of mysterious depths", + "subType": "Merfolk", + "rulesText": "Submerge\r\n\r\nGenesis → Draw your bottommost spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hj34015is67pccvm88hz" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hj64015ms67p51ogubnt", + "slug": "bet_deep_sea_mermaids_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/deep_sea_mermaids-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4o9lor00kae0v51yuler8l", + "setCardId": "clot8hj34015is67pccvm88hz", + "setCard": { + "id": "clot8hj34015is67pccvm88hz", + "slug": "bet_deep_sea_mermaids", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o9lor00kae0v51yuler8l", + "meta": { + "id": "clq3a08v200i0sh27l76ucesz", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Merfolk of mysterious depths", + "subType": "Merfolk", + "rulesText": "Submerge\r\n\r\nGenesis → Draw your bottommost spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hj34015is67pccvm88hz" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o9t6700kce0v5huj411kn", + "slug": "alp_deep_sea_mermaids_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/deep_sea_mermaids.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4o9lor00kae0v51yuler8l", + "setCardId": "clm4o9rrs00kbe0v5hex99qgq", + "setCard": { + "id": "clm4o9rrs00kbe0v5hex99qgq", + "slug": "alp_deep_sea_mermaids", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o9lor00kae0v51yuler8l", + "meta": { + "id": "clq3a08nj00hzsh27rardkotc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Merfolk of mysterious depths", + "subType": "Merfolk", + "rulesText": "Submerge\n\nGenesis → Draw your bottommost spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o9rrs00kbe0v5hex99qgq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oa53t00kee0v53roshpq5", + "slug": "alp_deep_sea_mermaids_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/deep_sea_mermaids-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4o9lor00kae0v51yuler8l", + "setCardId": "clm4o9rrs00kbe0v5hex99qgq", + "setCard": { + "id": "clm4o9rrs00kbe0v5hex99qgq", + "slug": "alp_deep_sea_mermaids", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o9lor00kae0v51yuler8l", + "meta": { + "id": "clq3a08nj00hzsh27rardkotc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Merfolk of mysterious depths", + "subType": "Merfolk", + "rulesText": "Submerge\n\nGenesis → Draw your bottommost spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o9rrs00kbe0v5hex99qgq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o9zvz00kde0v55q01gnkd", + "slug": "alp_deep_sea_mermaids_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/deep_sea_mermaids-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4o9lor00kae0v51yuler8l", + "setCardId": "clm4o9rrs00kbe0v5hex99qgq", + "setCard": { + "id": "clm4o9rrs00kbe0v5hex99qgq", + "slug": "alp_deep_sea_mermaids", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o9lor00kae0v51yuler8l", + "meta": { + "id": "clq3a08nj00hzsh27rardkotc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Merfolk of mysterious depths", + "subType": "Merfolk", + "rulesText": "Submerge\n\nGenesis → Draw your bottommost spell.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4o9rrs00kbe0v5hex99qgq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pdigy00swe0v56vwtbjvs", + "slug": "devils_egg", + "name": "Devil's Egg", + "hotscore": 1869, + "guardian": { + "id": "clq3a11r900nzsh27afo8xxpx", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of diabolical affliction", + "subType": "Relic", + "rulesText": "At the end of each turn, the controller of Devil's Egg's site loses 1 life.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pdigy00swe0v56vwtbjvs" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i6gw01jks67p0qmw8ltx", + "slug": "bet_devils_egg_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/devils_egg.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pdigy00swe0v56vwtbjvs", + "setCardId": "clot8i6eg01jis67pvbyzfnbr", + "setCard": { + "id": "clot8i6eg01jis67pvbyzfnbr", + "slug": "bet_devils_egg", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pdigy00swe0v56vwtbjvs", + "meta": { + "id": "clq3a120x00o1sh27asjrfhp2", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of diabolical affliction", + "subType": "Relic", + "rulesText": "At the end of each turn, the controller of Devil's Egg's site loses 1 life.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i6eg01jis67pvbyzfnbr" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i6ie01jms67prerzc90f", + "slug": "bet_devils_egg_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/devils_egg-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pdigy00swe0v56vwtbjvs", + "setCardId": "clot8i6eg01jis67pvbyzfnbr", + "setCard": { + "id": "clot8i6eg01jis67pvbyzfnbr", + "slug": "bet_devils_egg", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pdigy00swe0v56vwtbjvs", + "meta": { + "id": "clq3a120x00o1sh27asjrfhp2", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of diabolical affliction", + "subType": "Relic", + "rulesText": "At the end of each turn, the controller of Devil's Egg's site loses 1 life.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i6eg01jis67pvbyzfnbr" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pdpfv00sye0v5dob681ru", + "slug": "alp_devils_egg_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/devils_egg.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pdigy00swe0v56vwtbjvs", + "setCardId": "clm4pdo4u00sxe0v5akev7o17", + "setCard": { + "id": "clm4pdo4u00sxe0v5akev7o17", + "slug": "alp_devils_egg", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pdigy00swe0v56vwtbjvs", + "meta": { + "id": "clq3a11tl00o0sh27ht3q86n4", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of diabolical affliction", + "subType": "Relic", + "rulesText": "At the end of each turn, the controller of Devil's Egg's site loses 1 life.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pdo4u00sxe0v5akev7o17" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pe25w00t0e0v5hkx77jq1", + "slug": "alp_devils_egg_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/devils_egg-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pdigy00swe0v56vwtbjvs", + "setCardId": "clm4pdo4u00sxe0v5akev7o17", + "setCard": { + "id": "clm4pdo4u00sxe0v5akev7o17", + "slug": "alp_devils_egg", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pdigy00swe0v56vwtbjvs", + "meta": { + "id": "clq3a11tl00o0sh27ht3q86n4", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of diabolical affliction", + "subType": "Relic", + "rulesText": "At the end of each turn, the controller of Devil's Egg's site loses 1 life.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pdo4u00sxe0v5akev7o17" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pdwkl00sze0v52sii2itv", + "slug": "alp_devils_egg_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/devils_egg-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pdigy00swe0v56vwtbjvs", + "setCardId": "clm4pdo4u00sxe0v5akev7o17", + "setCard": { + "id": "clm4pdo4u00sxe0v5akev7o17", + "slug": "alp_devils_egg", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pdigy00swe0v56vwtbjvs", + "meta": { + "id": "clq3a11tl00o0sh27ht3q86n4", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of diabolical affliction", + "subType": "Relic", + "rulesText": "At the end of each turn, the controller of Devil's Egg's site loses 1 life.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pdo4u00sxe0v5akev7o17" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oa69k00kfe0v5eptj7rgr", + "slug": "diluvian_kraken", + "name": "Diluvian Kraken", + "hotscore": 1567, + "guardian": { + "id": "clq3a091100i1sh27y7pl51td", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster of benthic horror", + "subType": "Monster", + "rulesText": "Submerge\r\n\r\nTap → Surface to strike each other unit nearby.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oa69k00kfe0v5eptj7rgr" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hjgz015rs67pvlo8v06a", + "slug": "bet_diluvian_kraken_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/diluvian_kraken.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4oa69k00kfe0v5eptj7rgr", + "setCardId": "clot8hjfe015ps67pwqbxkzq5", + "setCard": { + "id": "clot8hjfe015ps67pwqbxkzq5", + "slug": "bet_diluvian_kraken", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oa69k00kfe0v5eptj7rgr", + "meta": { + "id": "clq3a09b400i3sh279wl8nxuq", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster of benthic horror", + "subType": "Monster", + "rulesText": "Submerge\r\n\r\nTap → Surface to strike each other unit nearby.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hjfe015ps67pwqbxkzq5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hjio015ts67pt1a9faie", + "slug": "bet_diluvian_kraken_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/diluvian_kraken-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4oa69k00kfe0v5eptj7rgr", + "setCardId": "clot8hjfe015ps67pwqbxkzq5", + "setCard": { + "id": "clot8hjfe015ps67pwqbxkzq5", + "slug": "bet_diluvian_kraken", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oa69k00kfe0v5eptj7rgr", + "meta": { + "id": "clq3a09b400i3sh279wl8nxuq", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster of benthic horror", + "subType": "Monster", + "rulesText": "Submerge\r\n\r\nTap → Surface to strike each other unit nearby.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hjfe015ps67pwqbxkzq5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oadvf00khe0v57pjnguim", + "slug": "alp_diluvian_kraken_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/diluvian_kraken.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4oa69k00kfe0v5eptj7rgr", + "setCardId": "clm4oacb200kge0v53w1pdxpl", + "setCard": { + "id": "clm4oacb200kge0v53w1pdxpl", + "slug": "alp_diluvian_kraken", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oa69k00kfe0v5eptj7rgr", + "meta": { + "id": "clq3a093e00i2sh2764wejy1k", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster of benthic horror", + "subType": "Monster", + "rulesText": "Submerge\n\nTap → Surface to strike each other unit nearby.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oacb200kge0v53w1pdxpl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oardf00kje0v52wizfuzo", + "slug": "alp_diluvian_kraken_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/diluvian_kraken-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4oa69k00kfe0v5eptj7rgr", + "setCardId": "clm4oacb200kge0v53w1pdxpl", + "setCard": { + "id": "clm4oacb200kge0v53w1pdxpl", + "slug": "alp_diluvian_kraken", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oa69k00kfe0v5eptj7rgr", + "meta": { + "id": "clq3a093e00i2sh2764wejy1k", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster of benthic horror", + "subType": "Monster", + "rulesText": "Submerge\n\nTap → Surface to strike each other unit nearby.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oacb200kge0v53w1pdxpl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oal5k00kie0v5dfy08qaw", + "slug": "alp_diluvian_kraken_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/diluvian_kraken-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4oa69k00kfe0v5eptj7rgr", + "setCardId": "clm4oacb200kge0v53w1pdxpl", + "setCard": { + "id": "clm4oacb200kge0v53w1pdxpl", + "slug": "alp_diluvian_kraken", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oa69k00kfe0v5eptj7rgr", + "meta": { + "id": "clq3a093e00i2sh2764wejy1k", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster of benthic horror", + "subType": "Monster", + "rulesText": "Submerge\n\nTap → Surface to strike each other unit nearby.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oacb200kge0v53w1pdxpl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lmygh000ie0v5baa57rdk", + "slug": "disenchant", + "name": "Disenchant", + "hotscore": 5256, + "guardian": { + "id": "clq39yd9a0042sh27mm137rff", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of fractured fascination", + "subType": "", + "rulesText": "Destroy all auras and artifacts at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lmygh000ie0v5baa57rdk" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g298009hs67pk12oq0zs", + "slug": "bet_disenchant_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/disenchant.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "... and a haughty spirit before a fall.", + "cardId": "clm4lmygh000ie0v5baa57rdk", + "setCardId": "clot8g27r009fs67px2lh8hka", + "setCard": { + "id": "clot8g27r009fs67px2lh8hka", + "slug": "bet_disenchant", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lmygh000ie0v5baa57rdk", + "meta": { + "id": "clq39ydh70044sh27l2hc81ii", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of fractured fascination", + "subType": "", + "rulesText": "Destroy all auras and artifacts at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g27r009fs67px2lh8hka" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g2au009js67p657gd1ka", + "slug": "bet_disenchant_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/disenchant-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "... and a haughty spirit before a fall.", + "cardId": "clm4lmygh000ie0v5baa57rdk", + "setCardId": "clot8g27r009fs67px2lh8hka", + "setCard": { + "id": "clot8g27r009fs67px2lh8hka", + "slug": "bet_disenchant", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lmygh000ie0v5baa57rdk", + "meta": { + "id": "clq39ydh70044sh27l2hc81ii", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of fractured fascination", + "subType": "", + "rulesText": "Destroy all auras and artifacts at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g27r009fs67px2lh8hka" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ln5hs000ke0v53nox6cct", + "slug": "alp_disenchant_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/disenchant.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "... and a haughty spirit before a fall.", + "cardId": "clm4lmygh000ie0v5baa57rdk", + "setCardId": "clm4ln45c000je0v563dd778h", + "setCard": { + "id": "clm4ln45c000je0v563dd778h", + "slug": "alp_disenchant", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lmygh000ie0v5baa57rdk", + "meta": { + "id": "clq39ydbi0043sh27vrzigtvy", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of fractured fascination", + "subType": "", + "rulesText": "Destroy all auras and artifacts at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ln45c000je0v563dd778h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lndlo000le0v5fg2n0ani", + "slug": "alp_disenchant_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/disenchant-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "... and a haughty spirit before a fall.", + "cardId": "clm4lmygh000ie0v5baa57rdk", + "setCardId": "clm4ln45c000je0v563dd778h", + "setCard": { + "id": "clm4ln45c000je0v563dd778h", + "slug": "alp_disenchant", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lmygh000ie0v5baa57rdk", + "meta": { + "id": "clq39ydbi0043sh27vrzigtvy", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of fractured fascination", + "subType": "", + "rulesText": "Destroy all auras and artifacts at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ln45c000je0v563dd778h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nsg6m00gke0v504rsd0yq", + "slug": "disintegrate", + "name": "Disintegrate", + "hotscore": 2350, + "guardian": { + "id": "clq39zw0k00fdsh27k4hsg6bw", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of utter annihilation", + "subType": "", + "rulesText": "Banish target minion nearby, and everything it carries.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4nsg6m00gke0v504rsd0yq" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h9d700zjs67pl02753y3", + "slug": "bet_disintegrate_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/disintegrate.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "“For dust thou art, and to dust thou wilt.”\r\n― Genesis 3:19", + "cardId": "clm4nsg6m00gke0v504rsd0yq", + "setCardId": "clot8h9bn00zhs67pdx8muxxx", + "setCard": { + "id": "clot8h9bn00zhs67pdx8muxxx", + "slug": "bet_disintegrate", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nsg6m00gke0v504rsd0yq", + "meta": { + "id": "clq39zw8r00ffsh27urjkfmo9", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of utter annihilation", + "subType": "", + "rulesText": "Banish target minion nearby, and everything it carries.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h9bn00zhs67pdx8muxxx" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h9eo00zls67pdhimxfq3", + "slug": "bet_disintegrate_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/disintegrate-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "“For dust thou art, and to dust thou wilt.”\r\n― Genesis 3:19", + "cardId": "clm4nsg6m00gke0v504rsd0yq", + "setCardId": "clot8h9bn00zhs67pdx8muxxx", + "setCard": { + "id": "clot8h9bn00zhs67pdx8muxxx", + "slug": "bet_disintegrate", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nsg6m00gke0v504rsd0yq", + "meta": { + "id": "clq39zw8r00ffsh27urjkfmo9", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of utter annihilation", + "subType": "", + "rulesText": "Banish target minion nearby, and everything it carries.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h9bn00zhs67pdx8muxxx" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nsn8u00gme0v50id96rj8", + "slug": "alp_disintegrate_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/disintegrate.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "“For dust thou art, and unto dust shalt thou return.”\n― Genesis 3:19", + "cardId": "clm4nsg6m00gke0v504rsd0yq", + "setCardId": "clm4nslur00gle0v53jdbc05f", + "setCard": { + "id": "clm4nslur00gle0v53jdbc05f", + "slug": "alp_disintegrate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nsg6m00gke0v504rsd0yq", + "meta": { + "id": "clq39zw2u00fesh27w252244k", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of utter annihilation", + "subType": "", + "rulesText": "Banish target minion nearby, and everything it carries.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nslur00gle0v53jdbc05f" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nstxp00gne0v56u5925cf", + "slug": "alp_disintegrate_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/disintegrate-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "“For dust thou art, and unto dust shalt thou return.”\n― Genesis 3:19", + "cardId": "clm4nsg6m00gke0v504rsd0yq", + "setCardId": "clm4nslur00gle0v53jdbc05f", + "setCard": { + "id": "clm4nslur00gle0v53jdbc05f", + "slug": "alp_disintegrate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nsg6m00gke0v504rsd0yq", + "meta": { + "id": "clq39zw2u00fesh27w252244k", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of utter annihilation", + "subType": "", + "rulesText": "Banish target minion nearby, and everything it carries.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nslur00gle0v53jdbc05f" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mvuuy009fe0v524zv4wma", + "slug": "dispel", + "name": "Dispel", + "hotscore": 4542, + "guardian": { + "id": "clq39z7r200afsh27dsi2ypqa", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of shattered vanity", + "subType": "", + "rulesText": "Destroy all auras and artifacts at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mvuuy009fe0v524zv4wma" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gqd400o2s67p6uy3blhk", + "slug": "bet_dispel_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dispel.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Pride goeth before destruction ...", + "cardId": "clm4mvuuy009fe0v524zv4wma", + "setCardId": "clot8gqbk00o0s67p8268yfti", + "setCard": { + "id": "clot8gqbk00o0s67p8268yfti", + "slug": "bet_dispel", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mvuuy009fe0v524zv4wma", + "meta": { + "id": "clq39z7yv00ahsh27786cqryf", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of shattered vanity", + "subType": "", + "rulesText": "Destroy all auras and artifacts at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gqbk00o0s67p8268yfti" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gqev00o4s67p8jmwj9zk", + "slug": "bet_dispel_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dispel-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Pride goeth before destruction ...", + "cardId": "clm4mvuuy009fe0v524zv4wma", + "setCardId": "clot8gqbk00o0s67p8268yfti", + "setCard": { + "id": "clot8gqbk00o0s67p8268yfti", + "slug": "bet_dispel", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mvuuy009fe0v524zv4wma", + "meta": { + "id": "clq39z7yv00ahsh27786cqryf", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of shattered vanity", + "subType": "", + "rulesText": "Destroy all auras and artifacts at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gqbk00o0s67p8268yfti" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mw1wt009he0v5ctivgrfj", + "slug": "alp_dispel_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dispel.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Pride goeth before destruction ...", + "cardId": "clm4mvuuy009fe0v524zv4wma", + "setCardId": "clm4mw0li009ge0v59zt271dd", + "setCard": { + "id": "clm4mw0li009ge0v59zt271dd", + "slug": "alp_dispel", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mvuuy009fe0v524zv4wma", + "meta": { + "id": "clq39z7tb00agsh275jmfai39", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of shattered vanity", + "subType": "", + "rulesText": "Destroy all auras and artifacts at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mw0li009ge0v59zt271dd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mw8s7009ie0v55rxth8j7", + "slug": "alp_dispel_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dispel-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Pride goeth before destruction ...", + "cardId": "clm4mvuuy009fe0v524zv4wma", + "setCardId": "clm4mw0li009ge0v59zt271dd", + "setCard": { + "id": "clm4mw0li009ge0v59zt271dd", + "slug": "alp_dispel", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mvuuy009fe0v524zv4wma", + "meta": { + "id": "clq39z7tb00agsh275jmfai39", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of shattered vanity", + "subType": "", + "rulesText": "Destroy all auras and artifacts at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mw0li009ge0v59zt271dd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mwf5m009je0v57tne7l8f", + "slug": "divine_healing", + "name": "Divine Healing", + "hotscore": 4105, + "guardian": { + "id": "clq39z84k00aish27ar15ba8f", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of faith unfettered", + "subType": "", + "rulesText": "You gain 7 life.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mwf5m009je0v57tne7l8f" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gqol00o9s67p4ccr0sxf", + "slug": "bet_divine_healing_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/divine_healing.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "Pray not for an easier path, but to become a stronger person.", + "cardId": "clm4mwf5m009je0v57tne7l8f", + "setCardId": "clot8gqn000o7s67p9sm5g4ri", + "setCard": { + "id": "clot8gqn000o7s67p9sm5g4ri", + "slug": "bet_divine_healing", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mwf5m009je0v57tne7l8f", + "meta": { + "id": "clq39z8cl00aksh27z6ug056j", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of faith unfettered", + "subType": "", + "rulesText": "You gain 7 life.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gqn000o7s67p9sm5g4ri" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gqq400obs67p9m7pz4ed", + "slug": "bet_divine_healing_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/divine_healing-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "Pray not for an easier path, but to become a stronger person.", + "cardId": "clm4mwf5m009je0v57tne7l8f", + "setCardId": "clot8gqn000o7s67p9sm5g4ri", + "setCard": { + "id": "clot8gqn000o7s67p9sm5g4ri", + "slug": "bet_divine_healing", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mwf5m009je0v57tne7l8f", + "meta": { + "id": "clq39z8cl00aksh27z6ug056j", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of faith unfettered", + "subType": "", + "rulesText": "You gain 7 life.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gqn000o7s67p9sm5g4ri" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mwm0p009le0v5a798aec8", + "slug": "alp_divine_healing_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/divine_healing.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "\"I have heard your prayer and seen your tears; I will heal you.\" - 2 Kings 20:5", + "cardId": "clm4mwf5m009je0v57tne7l8f", + "setCardId": "clm4mwkpj009ke0v54rx60847", + "setCard": { + "id": "clm4mwkpj009ke0v54rx60847", + "slug": "alp_divine_healing", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mwf5m009je0v57tne7l8f", + "meta": { + "id": "clq39z86t00ajsh278y15nhl1", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of faith unfettered", + "subType": "", + "rulesText": "You gain 7 life.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mwkpj009ke0v54rx60847" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mwttt009me0v5f97pgsa6", + "slug": "alp_divine_healing_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/divine_healing-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "\"I have heard your prayer and seen your tears; I will heal you.\" - 2 Kings 20:5", + "cardId": "clm4mwf5m009je0v57tne7l8f", + "setCardId": "clm4mwkpj009ke0v54rx60847", + "setCard": { + "id": "clm4mwkpj009ke0v54rx60847", + "slug": "alp_divine_healing", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mwf5m009je0v57tne7l8f", + "meta": { + "id": "clq39z86t00ajsh278y15nhl1", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of faith unfettered", + "subType": "", + "rulesText": "You gain 7 life.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mwkpj009ke0v54rx60847" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ospvb00ofe0v58i0fgczg", + "slug": "dodge_roll", + "name": "Dodge Roll", + "hotscore": 819, + "guardian": { + "id": "clq3a0mmd00ktsh279m07fiy6", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic, nimble and quick\r\n", + "subType": "", + "rulesText": "May be cast when an ally is attacked.\r\n\r\nAn attacked ally may move to another adjacent location to evade the attack.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ospvb00ofe0v58i0fgczg" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hu7r01c6s67p49mfvkrn", + "slug": "bet_dodge_roll_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dodge_roll.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ospvb00ofe0v58i0fgczg", + "setCardId": "clot8hu6401c4s67p1hzj12v8", + "setCard": { + "id": "clot8hu6401c4s67p1hzj12v8", + "slug": "bet_dodge_roll", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ospvb00ofe0v58i0fgczg", + "meta": { + "id": "clq3a0mwj00kvsh2794h3vkif", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic, nimble and quick\r\n", + "subType": "", + "rulesText": "May be cast when an ally is attacked.\r\n\r\nAn attacked ally may move to another adjacent location to evade the attack.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hu6401c4s67p1hzj12v8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hu9a01c8s67pjymrgp90", + "slug": "bet_dodge_roll_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dodge_roll-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ospvb00ofe0v58i0fgczg", + "setCardId": "clot8hu6401c4s67p1hzj12v8", + "setCard": { + "id": "clot8hu6401c4s67p1hzj12v8", + "slug": "bet_dodge_roll", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ospvb00ofe0v58i0fgczg", + "meta": { + "id": "clq3a0mwj00kvsh2794h3vkif", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic, nimble and quick\r\n", + "subType": "", + "rulesText": "May be cast when an ally is attacked.\r\n\r\nAn attacked ally may move to another adjacent location to evade the attack.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hu6401c4s67p1hzj12v8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oswmo00ohe0v53wss2ao9", + "slug": "alp_dodge_roll_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dodge_roll.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ospvb00ofe0v58i0fgczg", + "setCardId": "clm4osvbe00oge0v5bjn50wrf", + "setCard": { + "id": "clm4osvbe00oge0v5bjn50wrf", + "slug": "alp_dodge_roll", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ospvb00ofe0v58i0fgczg", + "meta": { + "id": "clq3a0moq00kush2735lgdzpz", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic, nimble and quick", + "subType": "", + "rulesText": "May be cast when an ally is attacked.\nAn attacked ally may move to another adjacent location to evade the attack.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4osvbe00oge0v5bjn50wrf" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ot8iw00oje0v51z5p5q2z", + "slug": "alp_dodge_roll_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dodge_roll-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ospvb00ofe0v58i0fgczg", + "setCardId": "clm4osvbe00oge0v5bjn50wrf", + "setCard": { + "id": "clm4osvbe00oge0v5bjn50wrf", + "slug": "alp_dodge_roll", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ospvb00ofe0v58i0fgczg", + "meta": { + "id": "clq3a0moq00kush2735lgdzpz", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic, nimble and quick", + "subType": "", + "rulesText": "May be cast when an ally is attacked.\nAn attacked ally may move to another adjacent location to evade the attack.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4osvbe00oge0v5bjn50wrf" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ot3ga00oie0v5cp133ow4", + "slug": "alp_dodge_roll_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dodge_roll-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ospvb00ofe0v58i0fgczg", + "setCardId": "clm4osvbe00oge0v5bjn50wrf", + "setCard": { + "id": "clm4osvbe00oge0v5bjn50wrf", + "slug": "alp_dodge_roll", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ospvb00ofe0v58i0fgczg", + "meta": { + "id": "clq3a0moq00kush2735lgdzpz", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic, nimble and quick", + "subType": "", + "rulesText": "May be cast when an ally is attacked.\nAn attacked ally may move to another adjacent location to evade the attack.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4osvbe00oge0v5bjn50wrf" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qt3ik0144e0v59m826lij", + "slug": "dome_of_osiros", + "name": "Dome of Osiros", + "hotscore": 1770, + "guardian": { + "id": "clq3a22ws00vmsh27s9702ry9", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of sacred communion", + "subType": "", + "rulesText": "This site and minions here can't be attacked.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qt3ik0144e0v59m826lij" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8izwx021cs67pnblcyiur", + "slug": "bet_dome_of_osiros_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dome_of_osiros.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4qt3ik0144e0v59m826lij", + "setCardId": "clot8izvg021as67p7mqhtflq", + "setCard": { + "id": "clot8izvg021as67p7mqhtflq", + "slug": "bet_dome_of_osiros", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qt3ik0144e0v59m826lij", + "meta": { + "id": "clq3a235000vosh27yqmerh1q", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of sacred communion", + "subType": "", + "rulesText": "This site and minions here can't be attacked.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8izvg021as67p7mqhtflq" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8izye021es67plek1krge", + "slug": "bet_dome_of_osiros_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dome_of_osiros-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4qt3ik0144e0v59m826lij", + "setCardId": "clot8izvg021as67p7mqhtflq", + "setCard": { + "id": "clot8izvg021as67p7mqhtflq", + "slug": "bet_dome_of_osiros", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qt3ik0144e0v59m826lij", + "meta": { + "id": "clq3a235000vosh27yqmerh1q", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of sacred communion", + "subType": "", + "rulesText": "This site and minions here can't be attacked.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8izvg021as67p7mqhtflq" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qtafi0146e0v5ejt81gi1", + "slug": "alp_dome_of_osiros_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dome_of_osiros.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4qt3ik0144e0v59m826lij", + "setCardId": "clm4qt9470145e0v5a2ir48wj", + "setCard": { + "id": "clm4qt9470145e0v5a2ir48wj", + "slug": "alp_dome_of_osiros", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qt3ik0144e0v59m826lij", + "meta": { + "id": "clq3a22z600vnsh27it37uh1o", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of sacred communion", + "subType": "", + "rulesText": "This site and minions here can't be attacked.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qt9470145e0v5a2ir48wj" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qth080147e0v5gdyzbshp", + "slug": "alp_dome_of_osiros_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dome_of_osiros-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4qt3ik0144e0v59m826lij", + "setCardId": "clm4qt9470145e0v5a2ir48wj", + "setCard": { + "id": "clm4qt9470145e0v5a2ir48wj", + "slug": "alp_dome_of_osiros", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qt3ik0144e0v59m826lij", + "meta": { + "id": "clq3a22z600vnsh27it37uh1o", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of sacred communion", + "subType": "", + "rulesText": "This site and minions here can't be attacked.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qt9470145e0v5a2ir48wj" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qtmlj0148e0v5fzzd46to", + "slug": "donnybrook_inn", + "name": "Donnybrook Inn", + "hotscore": 977, + "guardian": { + "id": "clq3a23ay00vpsh271dbzhtrt", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site for anyone and everyone", + "subType": "", + "rulesText": "Anyone may cast minions here and they may do so for ① less.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qtmlj0148e0v5fzzd46to" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j082021js67pp1314gc1", + "slug": "bet_donnybrook_inn_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/donnybrook_inn.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qtmlj0148e0v5fzzd46to", + "setCardId": "clot8j06f021hs67pf5azcgkw", + "setCard": { + "id": "clot8j06f021hs67pf5azcgkw", + "slug": "bet_donnybrook_inn", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qtmlj0148e0v5fzzd46to", + "meta": { + "id": "clq3a23iu00vrsh27oy5iivr4", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site for anyone and everyone", + "subType": "", + "rulesText": "Anyone may cast minions here and they may do so for ① less.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j06f021hs67pf5azcgkw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j09n021ls67p2iqu3aaw", + "slug": "bet_donnybrook_inn_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/donnybrook_inn-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qtmlj0148e0v5fzzd46to", + "setCardId": "clot8j06f021hs67pf5azcgkw", + "setCard": { + "id": "clot8j06f021hs67pf5azcgkw", + "slug": "bet_donnybrook_inn", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qtmlj0148e0v5fzzd46to", + "meta": { + "id": "clq3a23iu00vrsh27oy5iivr4", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site for anyone and everyone", + "subType": "", + "rulesText": "Anyone may cast minions here and they may do so for ① less.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j06f021hs67pf5azcgkw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qttcx014ae0v5gmbfgcmk", + "slug": "alp_donnybrook_inn_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/donnybrook_inn.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qtmlj0148e0v5fzzd46to", + "setCardId": "clm4qts1d0149e0v5860f1gsx", + "setCard": { + "id": "clm4qts1d0149e0v5860f1gsx", + "slug": "alp_donnybrook_inn", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qtmlj0148e0v5fzzd46to", + "meta": { + "id": "clq3a23db00vqsh27alo3u2ah", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site for anyone and everyone", + "subType": "", + "rulesText": "Anyone may cast minions here and they may do so for ① less.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qts1d0149e0v5860f1gsx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qu040014be0v59ngk582n", + "slug": "alp_donnybrook_inn_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/donnybrook_inn-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qtmlj0148e0v5fzzd46to", + "setCardId": "clm4qts1d0149e0v5860f1gsx", + "setCard": { + "id": "clm4qts1d0149e0v5860f1gsx", + "slug": "alp_donnybrook_inn", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qtmlj0148e0v5fzzd46to", + "meta": { + "id": "clq3a23db00vqsh27alo3u2ah", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site for anyone and everyone", + "subType": "", + "rulesText": "Anyone may cast minions here and they may do so for ① less.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qts1d0149e0v5860f1gsx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pe3h400t1e0v51ub1d6at", + "slug": "doomsday_device", + "name": "Doomsday Device", + "hotscore": 852, + "guardian": { + "id": "clq3a126l00o2sh279un4v2uz", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Device of mutually assured destruction", + "subType": "Device", + "rulesText": "Doomsday Device enters the realm with 6 counters. At the end of each player’s turn, remove a counter. When the last is removed, it detonates!\r\n\r\nDeals damage to each unit at affected locations:", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pe3h400t1e0v51ub1d6at" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i6rl01jrs67pkdx007z4", + "slug": "bet_doomsday_device_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/doomsday_device.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4pe3h400t1e0v51ub1d6at", + "setCardId": "clot8i6q401jps67pj3oohfo3", + "setCard": { + "id": "clot8i6q401jps67pj3oohfo3", + "slug": "bet_doomsday_device", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pe3h400t1e0v51ub1d6at", + "meta": { + "id": "clq3a12gb00o4sh270lc5p7ar", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Device of mutually assured destruction", + "subType": "Device", + "rulesText": "Doomsday Device enters the realm with 6 counters. At the end of each player’s turn, remove a counter. When the last is removed, it detonates!\r\n\r\nDeals damage to each unit at affected locations:", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i6q401jps67pj3oohfo3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i6t301jts67pa8nv6xwv", + "slug": "bet_doomsday_device_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/doomsday_device-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4pe3h400t1e0v51ub1d6at", + "setCardId": "clot8i6q401jps67pj3oohfo3", + "setCard": { + "id": "clot8i6q401jps67pj3oohfo3", + "slug": "bet_doomsday_device", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pe3h400t1e0v51ub1d6at", + "meta": { + "id": "clq3a12gb00o4sh270lc5p7ar", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Device of mutually assured destruction", + "subType": "Device", + "rulesText": "Doomsday Device enters the realm with 6 counters. At the end of each player’s turn, remove a counter. When the last is removed, it detonates!\r\n\r\nDeals damage to each unit at affected locations:", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i6q401jps67pj3oohfo3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pea8o00t3e0v507vufrj5", + "slug": "alp_doomsday_device_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/doomsday_device.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4pe3h400t1e0v51ub1d6at", + "setCardId": "clm4pe8xo00t2e0v5dv2y7wih", + "setCard": { + "id": "clm4pe8xo00t2e0v5dv2y7wih", + "slug": "alp_doomsday_device", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pe3h400t1e0v51ub1d6at", + "meta": { + "id": "clq3a128v00o3sh27mcoek8lc", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Device of mutually assured destruction", + "subType": "Device", + "rulesText": "Doomsday Device enters the realm with 6 counters. At the end of each player’s turn, remove a counter. When the last is removed, it detonates!\n\nDeals damage to each unit at affected locations:", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pe8xo00t2e0v5dv2y7wih" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4penx100t5e0v5g7zuc68w", + "slug": "alp_doomsday_device_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/doomsday_device-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4pe3h400t1e0v51ub1d6at", + "setCardId": "clm4pe8xo00t2e0v5dv2y7wih", + "setCard": { + "id": "clm4pe8xo00t2e0v5dv2y7wih", + "slug": "alp_doomsday_device", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pe3h400t1e0v51ub1d6at", + "meta": { + "id": "clq3a128v00o3sh27mcoek8lc", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Device of mutually assured destruction", + "subType": "Device", + "rulesText": "Doomsday Device enters the realm with 6 counters. At the end of each player’s turn, remove a counter. When the last is removed, it detonates!\n\nDeals damage to each unit at affected locations:", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pe8xo00t2e0v5dv2y7wih" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pehua00t4e0v55xi36b7k", + "slug": "alp_doomsday_device_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/doomsday_device-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4pe3h400t1e0v51ub1d6at", + "setCardId": "clm4pe8xo00t2e0v5dv2y7wih", + "setCard": { + "id": "clm4pe8xo00t2e0v5dv2y7wih", + "slug": "alp_doomsday_device", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pe3h400t1e0v51ub1d6at", + "meta": { + "id": "clq3a128v00o3sh27mcoek8lc", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Device of mutually assured destruction", + "subType": "Device", + "rulesText": "Doomsday Device enters the realm with 6 counters. At the end of each player’s turn, remove a counter. When the last is removed, it detonates!\n\nDeals damage to each unit at affected locations:", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pe8xo00t2e0v5dv2y7wih" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nas3n00cme0v5hwkb3l5c", + "slug": "doomsday_prophet", + "name": "Doomsday Prophet", + "hotscore": 516, + "guardian": { + "id": "clq39zilp00cosh27dmo4e9c3", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal prognosticates the end", + "subType": "Mortal", + "rulesText": "Nearby units take double damage, except from strikes.", + "cost": 5, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4nas3n00cme0v5hwkb3l5c" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gz0800tbs67pg039yjzp", + "slug": "bet_doomsday_prophet_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/doomsday_prophet.png", + "finish": "Standard", + "product": "Booster", + "artist": "Doug Kovacs", + "flavorText": "The end is nigh!", + "cardId": "clm4nas3n00cme0v5hwkb3l5c", + "setCardId": "clot8gyyp00t9s67pvpcimr8k", + "setCard": { + "id": "clot8gyyp00t9s67pvpcimr8k", + "slug": "bet_doomsday_prophet", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nas3n00cme0v5hwkb3l5c", + "meta": { + "id": "clq39zivp00cqsh27uqxascej", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal prognosticates the end", + "subType": "Mortal", + "rulesText": "Nearby units take double damage, except from strikes.", + "cost": 5, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gyyp00t9s67pvpcimr8k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gz1s00tds67pqy1qgqwi", + "slug": "bet_doomsday_prophet_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/doomsday_prophet-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Doug Kovacs", + "flavorText": "The end is nigh!", + "cardId": "clm4nas3n00cme0v5hwkb3l5c", + "setCardId": "clot8gyyp00t9s67pvpcimr8k", + "setCard": { + "id": "clot8gyyp00t9s67pvpcimr8k", + "slug": "bet_doomsday_prophet", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nas3n00cme0v5hwkb3l5c", + "meta": { + "id": "clq39zivp00cqsh27uqxascej", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal prognosticates the end", + "subType": "Mortal", + "rulesText": "Nearby units take double damage, except from strikes.", + "cost": 5, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gyyp00t9s67pvpcimr8k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nayxg00coe0v57y7lh63w", + "slug": "alp_doomsday_prophet_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/doomsday_prophet.png", + "finish": "Standard", + "product": "Booster", + "artist": "Doug Kovacs", + "flavorText": "The end is nigh!", + "cardId": "clm4nas3n00cme0v5hwkb3l5c", + "setCardId": "clm4naxm200cne0v55igofgij", + "setCard": { + "id": "clm4naxm200cne0v55igofgij", + "slug": "alp_doomsday_prophet", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nas3n00cme0v5hwkb3l5c", + "meta": { + "id": "clq39zioe00cpsh27nede9ab9", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal prognosticates the end", + "subType": "Mortal", + "rulesText": "Nearby units take double damage, except from strikes.", + "cost": 5, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4naxm200cne0v55igofgij" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nbbwn00cqe0v5hfpg2zms", + "slug": "alp_doomsday_prophet_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/doomsday_prophet-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Doug Kovacs", + "flavorText": "The end is nigh!", + "cardId": "clm4nas3n00cme0v5hwkb3l5c", + "setCardId": "clm4naxm200cne0v55igofgij", + "setCard": { + "id": "clm4naxm200cne0v55igofgij", + "slug": "alp_doomsday_prophet", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nas3n00cme0v5hwkb3l5c", + "meta": { + "id": "clq39zioe00cpsh27nede9ab9", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal prognosticates the end", + "subType": "Mortal", + "rulesText": "Nearby units take double damage, except from strikes.", + "cost": 5, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4naxm200cne0v55igofgij" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nb63t00cpe0v580r036a8", + "slug": "alp_doomsday_prophet_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/doomsday_prophet-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Doug Kovacs", + "flavorText": "The end is nigh!", + "cardId": "clm4nas3n00cme0v5hwkb3l5c", + "setCardId": "clm4naxm200cne0v55igofgij", + "setCard": { + "id": "clm4naxm200cne0v55igofgij", + "slug": "alp_doomsday_prophet", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nas3n00cme0v5hwkb3l5c", + "meta": { + "id": "clq39zioe00cpsh27nede9ab9", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal prognosticates the end", + "subType": "Mortal", + "rulesText": "Nearby units take double damage, except from strikes.", + "cost": 5, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4naxm200cne0v55igofgij" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lnkjq000me0v53fjuhb92", + "slug": "dream_quest", + "name": "Dream-Quest", + "hotscore": 1910, + "guardian": { + "id": "clq39ydn40045sh279ztcl90r", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic glimpses beyond the veil", + "subType": "", + "rulesText": "An allied Spellcaster falls asleep and is disabled until hurt. At the start of your next turn, if it's still asleep, you may wake it up to search your spellbook for a card and put it into your hand. Shuffle if needed.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lnkjq000me0v53fjuhb92" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g2lr009os67paq0jl26x", + "slug": "bet_dream_quest_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dream_quest.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "When your dreams are your own, I'll meet you there.", + "cardId": "clm4lnkjq000me0v53fjuhb92", + "setCardId": "clot8g2k9009ms67p5dobl2xa", + "setCard": { + "id": "clot8g2k9009ms67p5dobl2xa", + "slug": "bet_dream_quest", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lnkjq000me0v53fjuhb92", + "meta": { + "id": "clq39ydvn0047sh27w7k2u6rw", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic glimpses beyond the veil", + "subType": "", + "rulesText": "An allied Spellcaster falls asleep and is disabled until hurt. At the start of your next turn, if it's still asleep, you may wake it up to search your spellbook for a card and put it into your hand. Shuffle if needed.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g2k9009ms67p5dobl2xa" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g2nc009qs67pftlou5ck", + "slug": "bet_dream_quest_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dream_quest-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "When your dreams are your own, I'll meet you there.", + "cardId": "clm4lnkjq000me0v53fjuhb92", + "setCardId": "clot8g2k9009ms67p5dobl2xa", + "setCard": { + "id": "clot8g2k9009ms67p5dobl2xa", + "slug": "bet_dream_quest", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lnkjq000me0v53fjuhb92", + "meta": { + "id": "clq39ydvn0047sh27w7k2u6rw", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic glimpses beyond the veil", + "subType": "", + "rulesText": "An allied Spellcaster falls asleep and is disabled until hurt. At the start of your next turn, if it's still asleep, you may wake it up to search your spellbook for a card and put it into your hand. Shuffle if needed.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g2k9009ms67p5dobl2xa" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lntb3000oe0v55r0xbe4e", + "slug": "alp_dream_quest_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dream_quest.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "\"When your dreams are your own, I'll meet you there.\"", + "cardId": "clm4lnkjq000me0v53fjuhb92", + "setCardId": "clm4lnrjr000ne0v5b6470six", + "setCard": { + "id": "clm4lnrjr000ne0v5b6470six", + "slug": "alp_dream_quest", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lnkjq000me0v53fjuhb92", + "meta": { + "id": "clq39ydpp0046sh27uj5dqos8", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic glimpses beyond the veil", + "subType": "", + "rulesText": "An allied Spellcaster falls asleep and is disabled until hurt. At the start of your next turn, if it's still asleep, you may wake it up to search your spellbook for a card and put it into your hand. Shuffle if needed.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lnrjr000ne0v5b6470six" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lo1b3000pe0v5d5su6nk5", + "slug": "alp_dream_quest_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dream_quest-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "\"When your dreams are your own, I'll meet you there.\"", + "cardId": "clm4lnkjq000me0v53fjuhb92", + "setCardId": "clm4lnrjr000ne0v5b6470six", + "setCard": { + "id": "clm4lnrjr000ne0v5b6470six", + "slug": "alp_dream_quest", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lnkjq000me0v53fjuhb92", + "meta": { + "id": "clq39ydpp0046sh27uj5dqos8", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic glimpses beyond the veil", + "subType": "", + "rulesText": "An allied Spellcaster falls asleep and is disabled until hurt. At the start of your next turn, if it's still asleep, you may wake it up to search your spellbook for a card and put it into your hand. Shuffle if needed.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lnrjr000ne0v5b6470six" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o2ghc00iqe0v5ewxrf2hh", + "slug": "drought", + "name": "Drought", + "hotscore": 286, + "guardian": { + "id": "clq3a039f00gvsh27oriz03f1", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of desperate dearth", + "subType": "", + "rulesText": "Affected sites aren't water sites, and provide no water threshold.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4o2ghc00iqe0v5ewxrf2hh" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hf040131s67pi8l7ld67", + "slug": "bet_drought_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/drought.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4o2ghc00iqe0v5ewxrf2hh", + "setCardId": "clot8heym012zs67p2mykj7bv", + "setCard": { + "id": "clot8heym012zs67p2mykj7bv", + "slug": "bet_drought", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o2ghc00iqe0v5ewxrf2hh", + "meta": { + "id": "clq3a03hf00gxsh27d45culre", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of desperate dearth", + "subType": "", + "rulesText": "Affected sites aren't water sites, and provide no water threshold.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8heym012zs67p2mykj7bv" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hf1q0133s67pidjyabcc", + "slug": "bet_drought_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/drought-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4o2ghc00iqe0v5ewxrf2hh", + "setCardId": "clot8heym012zs67p2mykj7bv", + "setCard": { + "id": "clot8heym012zs67p2mykj7bv", + "slug": "bet_drought", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o2ghc00iqe0v5ewxrf2hh", + "meta": { + "id": "clq3a03hf00gxsh27d45culre", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of desperate dearth", + "subType": "", + "rulesText": "Affected sites aren't water sites, and provide no water threshold.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8heym012zs67p2mykj7bv" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o2neh00ise0v583vr59ch", + "slug": "alp_drought_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/drought.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4o2ghc00iqe0v5ewxrf2hh", + "setCardId": "clm4o2lwm00ire0v534p87cbp", + "setCard": { + "id": "clm4o2lwm00ire0v534p87cbp", + "slug": "alp_drought", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o2ghc00iqe0v5ewxrf2hh", + "meta": { + "id": "clq3a03bq00gwsh273dnld8u0", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of desperate dearth", + "subType": "", + "rulesText": "Affected sites aren't water sites, and provide no water threshold.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4o2lwm00ire0v534p87cbp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o2ty900ite0v5gn7g2m1c", + "slug": "alp_drought_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/drought-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4o2ghc00iqe0v5ewxrf2hh", + "setCardId": "clm4o2lwm00ire0v534p87cbp", + "setCard": { + "id": "clm4o2lwm00ire0v534p87cbp", + "slug": "alp_drought", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o2ghc00iqe0v5ewxrf2hh", + "meta": { + "id": "clq3a03bq00gwsh273dnld8u0", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of desperate dearth", + "subType": "", + "rulesText": "Affected sites aren't water sites, and provide no water threshold.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4o2lwm00ire0v534p87cbp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ot9u800oke0v58ws73p3z", + "slug": "drown", + "name": "Drown", + "hotscore": 3204, + "guardian": { + "id": "clq3a0n2b00kwsh27n95zfx0d", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of downward descent", + "subType": "", + "rulesText": "Submerge target minion or artifact, if able.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ot9u800oke0v58ws73p3z" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hujg01cds67pyxgsxz0k", + "slug": "bet_drown_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/drown.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4ot9u800oke0v58ws73p3z", + "setCardId": "clot8huhx01cbs67ptuqgxt0d", + "setCard": { + "id": "clot8huhx01cbs67ptuqgxt0d", + "slug": "bet_drown", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ot9u800oke0v58ws73p3z", + "meta": { + "id": "clq3a0nc300kysh274uv0zd94", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of downward descent", + "subType": "", + "rulesText": "Submerge target minion or artifact, if able.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8huhx01cbs67ptuqgxt0d" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hukz01cfs67pun36pfun", + "slug": "bet_drown_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/drown-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4ot9u800oke0v58ws73p3z", + "setCardId": "clot8huhx01cbs67ptuqgxt0d", + "setCard": { + "id": "clot8huhx01cbs67ptuqgxt0d", + "slug": "bet_drown", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ot9u800oke0v58ws73p3z", + "meta": { + "id": "clq3a0nc300kysh274uv0zd94", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of downward descent", + "subType": "", + "rulesText": "Submerge target minion or artifact, if able.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8huhx01cbs67ptuqgxt0d" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oth1j00ome0v5cbc86ifa", + "slug": "alp_drown_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/drown.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4ot9u800oke0v58ws73p3z", + "setCardId": "clm4otfqe00ole0v56oie0pfd", + "setCard": { + "id": "clm4otfqe00ole0v56oie0pfd", + "slug": "alp_drown", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ot9u800oke0v58ws73p3z", + "meta": { + "id": "clq3a0n4l00kxsh27pp6ol67x", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of downward descent", + "subType": "", + "rulesText": "Submerge target minion or artifact, if able.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4otfqe00ole0v56oie0pfd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4otue300ooe0v58f4a240n", + "slug": "alp_drown_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/drown-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4ot9u800oke0v58ws73p3z", + "setCardId": "clm4otfqe00ole0v56oie0pfd", + "setCard": { + "id": "clm4otfqe00ole0v56oie0pfd", + "slug": "alp_drown", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ot9u800oke0v58ws73p3z", + "meta": { + "id": "clq3a0n4l00kxsh27pp6ol67x", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of downward descent", + "subType": "", + "rulesText": "Submerge target minion or artifact, if able.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4otfqe00ole0v56oie0pfd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4otolk00one0v54z5t886m", + "slug": "alp_drown_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/drown-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4ot9u800oke0v58ws73p3z", + "setCardId": "clm4otfqe00ole0v56oie0pfd", + "setCard": { + "id": "clm4otfqe00ole0v56oie0pfd", + "slug": "alp_drown", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ot9u800oke0v58ws73p3z", + "meta": { + "id": "clq3a0n4l00kxsh27pp6ol67x", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of downward descent", + "subType": "", + "rulesText": "Submerge target minion or artifact, if able.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4otfqe00ole0v56oie0pfd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pep1p00t6e0v50kb0dxc2", + "slug": "drums_of_doom", + "name": "Drums of Doom", + "hotscore": 722, + "guardian": { + "id": "clq3a12lz00o5sh27rgn6919d", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Instruments of mass percussion", + "subType": "Instruments", + "rulesText": "Damage dealt to minions nearby is lethal.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pep1p00t6e0v50kb0dxc2" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i73j01jys67pbkbw1l36", + "slug": "bet_drums_of_doom_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/drums_of_doom.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "A trepid pulse, a throb of bloodpour’d passion, and life’s spark seemed to each one about them lost.", + "cardId": "clm4pep1p00t6e0v50kb0dxc2", + "setCardId": "clot8i71q01jws67ptb9ubyjz", + "setCard": { + "id": "clot8i71q01jws67ptb9ubyjz", + "slug": "bet_drums_of_doom", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pep1p00t6e0v50kb0dxc2", + "meta": { + "id": "clq3a12vp00o7sh27geor0lkf", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Instruments of mass percussion", + "subType": "Instruments", + "rulesText": "Damage dealt to minions nearby is lethal.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i71q01jws67ptb9ubyjz" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i75201k0s67pgxr2xfw4", + "slug": "bet_drums_of_doom_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/drums_of_doom-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "A trepid pulse, a throb of bloodpour’d passion, and life’s spark seemed to each one about them lost.", + "cardId": "clm4pep1p00t6e0v50kb0dxc2", + "setCardId": "clot8i71q01jws67ptb9ubyjz", + "setCard": { + "id": "clot8i71q01jws67ptb9ubyjz", + "slug": "bet_drums_of_doom", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pep1p00t6e0v50kb0dxc2", + "meta": { + "id": "clq3a12vp00o7sh27geor0lkf", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Instruments of mass percussion", + "subType": "Instruments", + "rulesText": "Damage dealt to minions nearby is lethal.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i71q01jws67ptb9ubyjz" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pew7f00t8e0v51zwmgq35", + "slug": "alp_drums_of_doom_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/drums_of_doom.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "A trepid pulse, a throb of bloodpour’d passion, and life’s spark seemed to each one about them lost.", + "cardId": "clm4pep1p00t6e0v50kb0dxc2", + "setCardId": "clm4peuvx00t7e0v5bo4v7rx6", + "setCard": { + "id": "clm4peuvx00t7e0v5bo4v7rx6", + "slug": "alp_drums_of_doom", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pep1p00t6e0v50kb0dxc2", + "meta": { + "id": "clq3a12ob00o6sh27dps3c072", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Instruments of mass percussion", + "subType": "Instruments", + "rulesText": "Damage dealt to minions nearby is lethal.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4peuvx00t7e0v5bo4v7rx6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pf8qv00tae0v5h8ci8l4k", + "slug": "alp_drums_of_doom_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/drums_of_doom-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Alan Pollack", + "flavorText": "A trepid pulse, a throb of bloodpour’d passion, and life’s spark seemed to each one about them lost.", + "cardId": "clm4pep1p00t6e0v50kb0dxc2", + "setCardId": "clm4peuvx00t7e0v5bo4v7rx6", + "setCard": { + "id": "clm4peuvx00t7e0v5bo4v7rx6", + "slug": "alp_drums_of_doom", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pep1p00t6e0v50kb0dxc2", + "meta": { + "id": "clq3a12ob00o6sh27dps3c072", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Instruments of mass percussion", + "subType": "Instruments", + "rulesText": "Damage dealt to minions nearby is lethal.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4peuvx00t7e0v5bo4v7rx6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pf3bx00t9e0v51yok8oh5", + "slug": "alp_drums_of_doom_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/drums_of_doom-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "A trepid pulse, a throb of bloodpour’d passion, and life’s spark seemed to each one about them lost.", + "cardId": "clm4pep1p00t6e0v50kb0dxc2", + "setCardId": "clm4peuvx00t7e0v5bo4v7rx6", + "setCard": { + "id": "clm4peuvx00t7e0v5bo4v7rx6", + "slug": "alp_drums_of_doom", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pep1p00t6e0v50kb0dxc2", + "meta": { + "id": "clq3a12ob00o6sh27dps3c072", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Instruments of mass percussion", + "subType": "Instruments", + "rulesText": "Damage dealt to minions nearby is lethal.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4peuvx00t7e0v5bo4v7rx6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m8ed2004he0v503shbexk", + "slug": "dwarven_digging_team", + "name": "Dwarven Digging Team", + "hotscore": 697, + "guardian": { + "id": "clq39yr57006zsh27a3u2vgre", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Dwarves tirelessly tunnel", + "subType": "Dwarf", + "rulesText": "Burrowing\r\n\r\nAllied minions occupying nearby sites have Burrowing.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m8ed2004he0v503shbexk" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gd4m00g3s67pezibjraz", + "slug": "bet_dwarven_digging_team_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dwarven_digging_team.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4m8ed2004he0v503shbexk", + "setCardId": "clot8gd3100g1s67pr1wybrag", + "setCard": { + "id": "clot8gd3100g1s67pr1wybrag", + "slug": "bet_dwarven_digging_team", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m8ed2004he0v503shbexk", + "meta": { + "id": "clq39yrdb0071sh27mjeuvjyt", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Dwarves tirelessly tunnel", + "subType": "Dwarf", + "rulesText": "Burrowing\r\n\r\nAllied minions occupying nearby sites have Burrowing.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gd3100g1s67pr1wybrag" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gd6400g5s67pqczd0n30", + "slug": "bet_dwarven_digging_team_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dwarven_digging_team-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4m8ed2004he0v503shbexk", + "setCardId": "clot8gd3100g1s67pr1wybrag", + "setCard": { + "id": "clot8gd3100g1s67pr1wybrag", + "slug": "bet_dwarven_digging_team", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m8ed2004he0v503shbexk", + "meta": { + "id": "clq39yrdb0071sh27mjeuvjyt", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Dwarves tirelessly tunnel", + "subType": "Dwarf", + "rulesText": "Burrowing\r\n\r\nAllied minions occupying nearby sites have Burrowing.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gd3100g1s67pr1wybrag" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m8m8e004je0v54src4fux", + "slug": "alp_dwarven_digging_team_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dwarven_digging_team.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4m8ed2004he0v503shbexk", + "setCardId": "clm4m8kv4004ie0v5hiso20jo", + "setCard": { + "id": "clm4m8kv4004ie0v5hiso20jo", + "slug": "alp_dwarven_digging_team", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m8ed2004he0v503shbexk", + "meta": { + "id": "clq39yr7g0070sh27qg8pxs8m", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Dwarves tirelessly tunnel", + "subType": "Dwarf", + "rulesText": "Burrowing\n\nAllied minions occupying nearby sites have Burrowing.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m8kv4004ie0v5hiso20jo" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m8u8m004ke0v5g2n26ozg", + "slug": "alp_dwarven_digging_team_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dwarven_digging_team-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4m8ed2004he0v503shbexk", + "setCardId": "clm4m8kv4004ie0v5hiso20jo", + "setCard": { + "id": "clm4m8kv4004ie0v5hiso20jo", + "slug": "alp_dwarven_digging_team", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m8ed2004he0v503shbexk", + "meta": { + "id": "clq39yr7g0070sh27qg8pxs8m", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Dwarves tirelessly tunnel", + "subType": "Dwarf", + "rulesText": "Burrowing\n\nAllied minions occupying nearby sites have Burrowing.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m8kv4004ie0v5hiso20jo" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qbm7t0109e0v5gaal0gfd", + "slug": "dwarven_forge", + "name": "Dwarven Forge", + "hotscore": 1057, + "guardian": { + "id": "clq3a1q3y00t1sh27y5pv5h8l", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site with swart and sweaty artisans", + "subType": "", + "rulesText": "Anyone may conjure Weapons and Armor here, and for ① less.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4qbm7t0109e0v5gaal0gfd" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8ipto01vbs67p2uesadpf", + "slug": "bet_dwarven_forge_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dwarven_forge.png", + "finish": "Standard", + "product": "Booster", + "artist": "Rodney Matthews", + "flavorText": "", + "cardId": "clm4qbm7t0109e0v5gaal0gfd", + "setCardId": "clot8ips601v9s67pg6o8d2ka", + "setCard": { + "id": "clot8ips601v9s67pg6o8d2ka", + "slug": "bet_dwarven_forge", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qbm7t0109e0v5gaal0gfd", + "meta": { + "id": "clq3a1qc800t3sh270xyzfry9", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site with swart and sweaty artisans", + "subType": "", + "rulesText": "Anyone may conjure Weapons and Armor here, and for ① less.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8ips601v9s67pg6o8d2ka" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ipva01vds67p3evu5l77", + "slug": "bet_dwarven_forge_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/dwarven_forge-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Rodney Matthews", + "flavorText": "", + "cardId": "clm4qbm7t0109e0v5gaal0gfd", + "setCardId": "clot8ips601v9s67pg6o8d2ka", + "setCard": { + "id": "clot8ips601v9s67pg6o8d2ka", + "slug": "bet_dwarven_forge", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qbm7t0109e0v5gaal0gfd", + "meta": { + "id": "clq3a1qc800t3sh270xyzfry9", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site with swart and sweaty artisans", + "subType": "", + "rulesText": "Anyone may conjure Weapons and Armor here, and for ① less.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8ips601v9s67pg6o8d2ka" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qbt9b010be0v5bq1xbvwy", + "slug": "alp_dwarven_forge_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dwarven_forge.png", + "finish": "Standard", + "product": "Booster", + "artist": "Rodney Matthews", + "flavorText": "", + "cardId": "clm4qbm7t0109e0v5gaal0gfd", + "setCardId": "clm4qbry3010ae0v5469jhqwg", + "setCard": { + "id": "clm4qbry3010ae0v5469jhqwg", + "slug": "alp_dwarven_forge", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qbm7t0109e0v5gaal0gfd", + "meta": { + "id": "clq3a1q6h00t2sh27mdtoius6", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site with swart and sweaty artisans", + "subType": "", + "rulesText": "Anyone may conjure Weapons and Armor here, and for ① less.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qbry3010ae0v5469jhqwg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qbzgm010ce0v5h1sj1764", + "slug": "alp_dwarven_forge_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/dwarven_forge-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Rodney Matthews", + "flavorText": "", + "cardId": "clm4qbm7t0109e0v5gaal0gfd", + "setCardId": "clm4qbry3010ae0v5469jhqwg", + "setCard": { + "id": "clm4qbry3010ae0v5469jhqwg", + "slug": "alp_dwarven_forge", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qbm7t0109e0v5gaal0gfd", + "meta": { + "id": "clq3a1q6h00t2sh27mdtoius6", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site with swart and sweaty artisans", + "subType": "", + "rulesText": "Anyone may conjure Weapons and Armor here, and for ① less.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qbry3010ae0v5469jhqwg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mx07l009ne0v5eksy73ub", + "slug": "earthquake", + "name": "Earthquake", + "hotscore": 7852, + "guardian": { + "id": "clq39z8ic00alsh27t5ap39gn", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of violent upheaval", + "subType": "", + "rulesText": "You may rearrange sites within a two-by-two area, carrying along everything of normal size. Then burrow all minions and artifacts on those sites.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mx07l009ne0v5eksy73ub" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gr0l00ogs67p8aa6ks8s", + "slug": "bet_earthquake_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/earthquake.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4mx07l009ne0v5eksy73ub", + "setCardId": "clot8gqyy00oes67py0q95kb5", + "setCard": { + "id": "clot8gqyy00oes67py0q95kb5", + "slug": "bet_earthquake", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mx07l009ne0v5eksy73ub", + "meta": { + "id": "clq39z8se00ansh276i5izw6o", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of violent upheaval", + "subType": "", + "rulesText": "You may rearrange sites within a two-by-two area, carrying along everything of normal size. Then burrow all minions and artifacts on those sites.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gqyy00oes67py0q95kb5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gr2500ois67prvmihqmp", + "slug": "bet_earthquake_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/earthquake-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4mx07l009ne0v5eksy73ub", + "setCardId": "clot8gqyy00oes67py0q95kb5", + "setCard": { + "id": "clot8gqyy00oes67py0q95kb5", + "slug": "bet_earthquake", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mx07l009ne0v5eksy73ub", + "meta": { + "id": "clq39z8se00ansh276i5izw6o", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of violent upheaval", + "subType": "", + "rulesText": "You may rearrange sites within a two-by-two area, carrying along everything of normal size. Then burrow all minions and artifacts on those sites.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gqyy00oes67py0q95kb5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mx7ga009pe0v56cbu0ks4", + "slug": "alp_earthquake_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/earthquake.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4mx07l009ne0v5eksy73ub", + "setCardId": "clm4mx64u009oe0v5ey04dozz", + "setCard": { + "id": "clm4mx64u009oe0v5ey04dozz", + "slug": "alp_earthquake", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mx07l009ne0v5eksy73ub", + "meta": { + "id": "clq39z8kr00amsh27jurs4vil", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of violent upheaval", + "subType": "", + "rulesText": "Rearrange sites within a two-by-two region, carrying along everything of normal size. Then burrow all minions and artifacts on those sites.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mx64u009oe0v5ey04dozz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mxk43009re0v54t2md5ar", + "slug": "alp_earthquake_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/earthquake-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4mx07l009ne0v5eksy73ub", + "setCardId": "clm4mx64u009oe0v5ey04dozz", + "setCard": { + "id": "clm4mx64u009oe0v5ey04dozz", + "slug": "alp_earthquake", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mx07l009ne0v5eksy73ub", + "meta": { + "id": "clq39z8kr00amsh27jurs4vil", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of violent upheaval", + "subType": "", + "rulesText": "Rearrange sites within a two-by-two region, carrying along everything of normal size. Then burrow all minions and artifacts on those sites.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mx64u009oe0v5ey04dozz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mxf0q009qe0v5gbs60ncd", + "slug": "alp_earthquake_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/earthquake-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4mx07l009ne0v5eksy73ub", + "setCardId": "clm4mx64u009oe0v5ey04dozz", + "setCard": { + "id": "clm4mx64u009oe0v5ey04dozz", + "slug": "alp_earthquake", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mx07l009ne0v5eksy73ub", + "meta": { + "id": "clq39z8kr00amsh27jurs4vil", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of violent upheaval", + "subType": "", + "rulesText": "Rearrange sites within a two-by-two region, carrying along everything of normal size. Then burrow all minions and artifacts on those sites.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mx64u009oe0v5ey04dozz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4i62yt000s24v50gm98vkv", + "slug": "east_west_dragon", + "name": "East-West Dragon", + "hotscore": 449, + "guardian": { + "id": "clq39xvpy000ish271rbapgl7", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Dragon of long horizons", + "subType": "Dragon", + "rulesText": "Airborne\r\n\r\nMoves freely sideways.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4i62yt000s24v50gm98vkv" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fo50001bs67pnzvnk2r6", + "slug": "bet_east_west_dragon_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/east_west_dragon.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4i62yt000s24v50gm98vkv", + "setCardId": "clot8fo3h0019s67p42s5qwfy", + "setCard": { + "id": "clot8fo3h0019s67p42s5qwfy", + "slug": "bet_east_west_dragon", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i62yt000s24v50gm98vkv", + "meta": { + "id": "clq39xvyr000ksh27ndu61vk5", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Dragon of long horizons", + "subType": "Dragon", + "rulesText": "Airborne\r\n\r\nMoves freely sideways.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fo3h0019s67p42s5qwfy" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fo6i001ds67p0ta79izh", + "slug": "bet_east_west_dragon_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/east_west_dragon-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4i62yt000s24v50gm98vkv", + "setCardId": "clot8fo3h0019s67p42s5qwfy", + "setCard": { + "id": "clot8fo3h0019s67p42s5qwfy", + "slug": "bet_east_west_dragon", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i62yt000s24v50gm98vkv", + "meta": { + "id": "clq39xvyr000ksh27ndu61vk5", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Dragon of long horizons", + "subType": "Dragon", + "rulesText": "Airborne\r\n\r\nMoves freely sideways.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fo3h0019s67p42s5qwfy" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i6aob000u24v5btkd8haj", + "slug": "alp_east_west_dragon_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/east_west_dragon.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4i62yt000s24v50gm98vkv", + "setCardId": "clm4i69ai000t24v5h6tt5pie", + "setCard": { + "id": "clm4i69ai000t24v5h6tt5pie", + "slug": "alp_east_west_dragon", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i62yt000s24v50gm98vkv", + "meta": { + "id": "clq39xvs6000jsh27ir5mpr37", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Dragon of long horizons", + "subType": "Dragon", + "rulesText": "Airborne\n\nMoves freely sideways.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i69ai000t24v5h6tt5pie" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i6ibj000v24v57fo69exn", + "slug": "alp_east_west_dragon_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/east_west_dragon-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4i62yt000s24v50gm98vkv", + "setCardId": "clm4i69ai000t24v5h6tt5pie", + "setCard": { + "id": "clm4i69ai000t24v5h6tt5pie", + "slug": "alp_east_west_dragon", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i62yt000s24v50gm98vkv", + "meta": { + "id": "clq39xvs6000jsh27ir5mpr37", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Dragon of long horizons", + "subType": "Dragon", + "rulesText": "Airborne\n\nMoves freely sideways.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i69ai000t24v5h6tt5pie" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qu55w014ce0v50zzu7pi8", + "slug": "edge_of_the_world", + "name": "Edge of the World", + "hotscore": 684, + "guardian": { + "id": "clq3a23pc00vssh270mjdp2x7", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site on the border of unreality", + "subType": "", + "rulesText": "Must always be adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qu55w014ce0v50zzu7pi8" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j0iv021qs67pb33gyrpb", + "slug": "bet_edge_of_the_world_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/edge_of_the_world.png", + "finish": "Standard", + "product": "Booster", + "artist": "Adam Burke", + "flavorText": "", + "cardId": "clm4qu55w014ce0v50zzu7pi8", + "setCardId": "clot8j0hd021os67p5oey68vf", + "setCard": { + "id": "clot8j0hd021os67p5oey68vf", + "slug": "bet_edge_of_the_world", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qu55w014ce0v50zzu7pi8", + "meta": { + "id": "clq3a23xf00vush27xd0swzjf", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site on the border of unreality", + "subType": "", + "rulesText": "Must always be adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j0hd021os67p5oey68vf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j0kg021ss67pysrj9vgx", + "slug": "bet_edge_of_the_world_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/edge_of_the_world-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Adam Burke", + "flavorText": "", + "cardId": "clm4qu55w014ce0v50zzu7pi8", + "setCardId": "clot8j0hd021os67p5oey68vf", + "setCard": { + "id": "clot8j0hd021os67p5oey68vf", + "slug": "bet_edge_of_the_world", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qu55w014ce0v50zzu7pi8", + "meta": { + "id": "clq3a23xf00vush27xd0swzjf", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site on the border of unreality", + "subType": "", + "rulesText": "Must always be adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j0hd021os67p5oey68vf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4quc3j014ee0v51ue96kpc", + "slug": "alp_edge_of_the_world_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/edge_of_the_world.png", + "finish": "Standard", + "product": "Booster", + "artist": "Adam Burke", + "flavorText": "", + "cardId": "clm4qu55w014ce0v50zzu7pi8", + "setCardId": "clm4quasd014de0v519gr61ve", + "setCard": { + "id": "clm4quasd014de0v519gr61ve", + "slug": "alp_edge_of_the_world", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qu55w014ce0v50zzu7pi8", + "meta": { + "id": "clq3a23ro00vtsh27rkvrub93", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site on the border of unreality", + "subType": "", + "rulesText": "Must always be adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4quasd014de0v519gr61ve" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4quiam014fe0v516sg5rd3", + "slug": "alp_edge_of_the_world_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/edge_of_the_world-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Adam Burke", + "flavorText": "", + "cardId": "clm4qu55w014ce0v50zzu7pi8", + "setCardId": "clm4quasd014de0v519gr61ve", + "setCard": { + "id": "clm4quasd014de0v519gr61ve", + "slug": "alp_edge_of_the_world", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qu55w014ce0v50zzu7pi8", + "meta": { + "id": "clq3a23ro00vtsh27rkvrub93", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site on the border of unreality", + "subType": "", + "rulesText": "Must always be adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4quasd014de0v519gr61ve" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4r4wrt016he0v5b6tz69ef", + "slug": "elementalist", + "name": "Elementalist", + "hotscore": 138, + "guardian": { + "id": "clq3a2aif00x9sh27c57im06v", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar of wonder and awe", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n \r\nYou have an additional (E)(F)(W)(A).", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4r4wrt016he0v5b6tz69ef" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j6ii025fs67pfif5ws4s", + "slug": "bet_elementalist_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/elementalist.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4r4wrt016he0v5b6tz69ef", + "setCardId": "clot8j6gz025ds67p77in7jm2", + "setCard": { + "id": "clot8j6gz025ds67p77in7jm2", + "slug": "bet_elementalist", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r4wrt016he0v5b6tz69ef", + "meta": { + "id": "clq3a2aqh00xbsh27hupn3vu8", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar of wonder and awe", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n \r\nYou have an additional (E)(F)(W)(A).", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j6gz025ds67p77in7jm2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j6k1025hs67po5drnj5h", + "slug": "bet_elementalist_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/elementalist-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4r4wrt016he0v5b6tz69ef", + "setCardId": "clot8j6gz025ds67p77in7jm2", + "setCard": { + "id": "clot8j6gz025ds67p77in7jm2", + "slug": "bet_elementalist", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r4wrt016he0v5b6tz69ef", + "meta": { + "id": "clq3a2aqh00xbsh27hupn3vu8", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar of wonder and awe", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n \r\nYou have an additional (E)(F)(W)(A).", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j6gz025ds67p77in7jm2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4r53jo016je0v5bhad50j3", + "slug": "alp_elementalist_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/elementalist.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4r4wrt016he0v5b6tz69ef", + "setCardId": "clm4r528i016ie0v51bblbnzh", + "setCard": { + "id": "clm4r528i016ie0v51bblbnzh", + "slug": "alp_elementalist", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r4wrt016he0v5b6tz69ef", + "meta": { + "id": "clq3a2akp00xash27c79m533u", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar of wonder and awe", + "subType": "", + "rulesText": "Tap → Play or draw a site.\n\nYou have an additional (E)(F)(W)(A).", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r528i016ie0v51bblbnzh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4r5bch016ke0v51j328993", + "slug": "alp_elementalist_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/elementalist-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4r4wrt016he0v5b6tz69ef", + "setCardId": "clm4r528i016ie0v51bblbnzh", + "setCard": { + "id": "clm4r528i016ie0v51bblbnzh", + "slug": "alp_elementalist", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r4wrt016he0v5b6tz69ef", + "meta": { + "id": "clq3a2akp00xash27c79m533u", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar of wonder and awe", + "subType": "", + "rulesText": "Tap → Play or draw a site.\n\nYou have an additional (E)(F)(W)(A).", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r528i016ie0v51bblbnzh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4r5ipm016le0v5hnvl5rap", + "slug": "enchantress", + "name": "Enchantress", + "hotscore": 98, + "guardian": { + "id": "clq3a2awa00xcsh27mncje8at", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar of transcendent triumph", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nWhenever you cast a spell, you may animate target aura until your next turn. It’s an aura minion with power equal to its cost.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4r5ipm016le0v5hnvl5rap" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j6tc025ms67p392bnf5l", + "slug": "bet_enchantress_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/enchantress.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4r5ipm016le0v5hnvl5rap", + "setCardId": "clot8j6rt025ks67p0red6ltu", + "setCard": { + "id": "clot8j6rt025ks67p0red6ltu", + "slug": "bet_enchantress", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r5ipm016le0v5hnvl5rap", + "meta": { + "id": "clq3a2b4m00xesh272y7n5s9g", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar of transcendent triumph", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nWhenever you cast a spell, you may animate target aura until your next turn. It’s an aura minion with power equal to its cost.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j6rt025ks67p0red6ltu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j6ut025os67ppnoc94zo", + "slug": "bet_enchantress_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/enchantress-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4r5ipm016le0v5hnvl5rap", + "setCardId": "clot8j6rt025ks67p0red6ltu", + "setCard": { + "id": "clot8j6rt025ks67p0red6ltu", + "slug": "bet_enchantress", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r5ipm016le0v5hnvl5rap", + "meta": { + "id": "clq3a2b4m00xesh272y7n5s9g", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar of transcendent triumph", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nWhenever you cast a spell, you may animate target aura until your next turn. It’s an aura minion with power equal to its cost.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j6rt025ks67p0red6ltu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4r5pna016ne0v5211n0f59", + "slug": "alp_enchantress_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/enchantress.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4r5ipm016le0v5hnvl5rap", + "setCardId": "clm4r5oc9016me0v57ltj71sd", + "setCard": { + "id": "clm4r5oc9016me0v57ltj71sd", + "slug": "alp_enchantress", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r5ipm016le0v5hnvl5rap", + "meta": { + "id": "clq3a2ays00xdsh27gd9vi3o2", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar of transcendent triumph", + "subType": "", + "rulesText": "Tap → Play or draw a site.\n\nWhenever you cast a spell, you may animate target aura until your next turn. It’s an aura minion with power equal to its cost.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r5oc9016me0v57ltj71sd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4r5x10016oe0v57cud4oeh", + "slug": "alp_enchantress_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/enchantress-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4r5ipm016le0v5hnvl5rap", + "setCardId": "clm4r5oc9016me0v57ltj71sd", + "setCard": { + "id": "clm4r5oc9016me0v57ltj71sd", + "slug": "alp_enchantress", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r5ipm016le0v5hnvl5rap", + "meta": { + "id": "clq3a2ays00xdsh27gd9vi3o2", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar of transcendent triumph", + "subType": "", + "rulesText": "Tap → Play or draw a site.\n\nWhenever you cast a spell, you may animate target aura until your next turn. It’s an aura minion with power equal to its cost.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r5oc9016me0v57ltj71sd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n1ve500ape0v59cjog6p7", + "slug": "entangle_terrain", + "name": "Entangle Terrain", + "hotscore": 1090, + "guardian": { + "id": "clq39zc4400bcsh27sho4l9t7", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of trammeling roots", + "subType": "", + "rulesText": "Minions occupying affected sites lose Airborne and are Immobile. Lasts 3 of your turns.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4n1ve500ape0v59cjog6p7" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gtv100q7s67pvniz5crf", + "slug": "bet_entangle_terrain_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/entangle_terrain.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4n1ve500ape0v59cjog6p7", + "setCardId": "clot8gtti00q5s67p1qm9106r", + "setCard": { + "id": "clot8gtti00q5s67p1qm9106r", + "slug": "bet_entangle_terrain", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n1ve500ape0v59cjog6p7", + "meta": { + "id": "clq39zce200besh272lz6hmn9", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of trammeling roots", + "subType": "", + "rulesText": "Minions occupying affected sites lose Airborne and are Immobile. Lasts 3 of your turns.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gtti00q5s67p1qm9106r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gtwl00q9s67pu36t4kzp", + "slug": "bet_entangle_terrain_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/entangle_terrain-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4n1ve500ape0v59cjog6p7", + "setCardId": "clot8gtti00q5s67p1qm9106r", + "setCard": { + "id": "clot8gtti00q5s67p1qm9106r", + "slug": "bet_entangle_terrain", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n1ve500ape0v59cjog6p7", + "meta": { + "id": "clq39zce200besh272lz6hmn9", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of trammeling roots", + "subType": "", + "rulesText": "Minions occupying affected sites lose Airborne and are Immobile. Lasts 3 of your turns.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gtti00q5s67p1qm9106r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n234400are0v50gqler2v", + "slug": "alp_entangle_terrain_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/entangle_terrain.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4n1ve500ape0v59cjog6p7", + "setCardId": "clm4n21sj00aqe0v551dth73q", + "setCard": { + "id": "clm4n21sj00aqe0v551dth73q", + "slug": "alp_entangle_terrain", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n1ve500ape0v59cjog6p7", + "meta": { + "id": "clq39zc6i00bdsh271wr0jhxl", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of trammeling roots", + "subType": "", + "rulesText": "Minions occupying affected sites lose Airborne and are Immobile. Lasts 3 of your turns.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4n21sj00aqe0v551dth73q" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n2g2200ate0v50og7ammm", + "slug": "alp_entangle_terrain_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/entangle_terrain-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4n1ve500ape0v59cjog6p7", + "setCardId": "clm4n21sj00aqe0v551dth73q", + "setCard": { + "id": "clm4n21sj00aqe0v551dth73q", + "slug": "alp_entangle_terrain", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n1ve500ape0v59cjog6p7", + "meta": { + "id": "clq39zc6i00bdsh271wr0jhxl", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of trammeling roots", + "subType": "", + "rulesText": "Minions occupying affected sites lose Airborne and are Immobile. Lasts 3 of your turns.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4n21sj00aqe0v551dth73q" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n2a2r00ase0v5494484ia", + "slug": "alp_entangle_terrain_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/entangle_terrain-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4n1ve500ape0v59cjog6p7", + "setCardId": "clm4n21sj00aqe0v551dth73q", + "setCard": { + "id": "clm4n21sj00aqe0v551dth73q", + "slug": "alp_entangle_terrain", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n1ve500ape0v59cjog6p7", + "meta": { + "id": "clq39zc6i00bdsh271wr0jhxl", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of trammeling roots", + "subType": "", + "rulesText": "Minions occupying affected sites lose Airborne and are Immobile. Lasts 3 of your turns.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4n21sj00aqe0v551dth73q" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nbd1f00cre0v5c5rz1i3g", + "slug": "escyllion_cyclops", + "name": "Escyllion Cyclops", + "hotscore": 262, + "guardian": { + "id": "clq39zj1s00crsh27dvlha3ww", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Monster of singular focus", + "subType": "Monster", + "rulesText": "Doesn’t strike back while defending.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4nbd1f00cre0v5c5rz1i3g" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gzba00tis67pmjzx2172", + "slug": "bet_escyllion_cyclops_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/escyllion_cyclops.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "“We wept and raised our hands to the heavens on seeing such a horrific sight, for we knew not what else to do.” — Homer", + "cardId": "clm4nbd1f00cre0v5c5rz1i3g", + "setCardId": "clot8gz9m00tgs67phniidcpa", + "setCard": { + "id": "clot8gz9m00tgs67phniidcpa", + "slug": "bet_escyllion_cyclops", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nbd1f00cre0v5c5rz1i3g", + "meta": { + "id": "clq39zj9r00ctsh277x8neulo", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Monster of singular focus", + "subType": "Monster", + "rulesText": "Doesn’t strike back while defending.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gz9m00tgs67phniidcpa" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gzcr00tks67pjfgm39v4", + "slug": "bet_escyllion_cyclops_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/escyllion_cyclops-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "“We wept and raised our hands to the heavens on seeing such a horrific sight, for we knew not what else to do.” — Homer", + "cardId": "clm4nbd1f00cre0v5c5rz1i3g", + "setCardId": "clot8gz9m00tgs67phniidcpa", + "setCard": { + "id": "clot8gz9m00tgs67phniidcpa", + "slug": "bet_escyllion_cyclops", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nbd1f00cre0v5c5rz1i3g", + "meta": { + "id": "clq39zj9r00ctsh277x8neulo", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Monster of singular focus", + "subType": "Monster", + "rulesText": "Doesn’t strike back while defending.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gz9m00tgs67phniidcpa" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nbjy700cte0v52qhe3vvj", + "slug": "alp_escyllion_cyclops_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/escyllion_cyclops.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "“We wept and raised our hands to the heavens on seeing such a horrific sight, for we knew not what else to do.” — Homer", + "cardId": "clm4nbd1f00cre0v5c5rz1i3g", + "setCardId": "clm4nbimv00cse0v5eh7hf4a5", + "setCard": { + "id": "clm4nbimv00cse0v5eh7hf4a5", + "slug": "alp_escyllion_cyclops", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nbd1f00cre0v5c5rz1i3g", + "meta": { + "id": "clq39zj4400cssh27qq4oto2t", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Monster of singular focus", + "subType": "Monster", + "rulesText": "Doesn’t strike back while defending.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nbimv00cse0v5eh7hf4a5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nbqhz00cue0v5a1d79218", + "slug": "alp_escyllion_cyclops_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/escyllion_cyclops-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "“We wept and raised our hands to the heavens on seeing such a horrific sight, for we knew not what else to do.” — Homer", + "cardId": "clm4nbd1f00cre0v5c5rz1i3g", + "setCardId": "clm4nbimv00cse0v5eh7hf4a5", + "setCard": { + "id": "clm4nbimv00cse0v5eh7hf4a5", + "slug": "alp_escyllion_cyclops", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nbd1f00cre0v5c5rz1i3g", + "meta": { + "id": "clq39zj4400cssh27qq4oto2t", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Monster of singular focus", + "subType": "Monster", + "rulesText": "Doesn’t strike back while defending.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nbimv00cse0v5eh7hf4a5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ly391002ke0v59a930osc", + "slug": "evil_presence", + "name": "Evil Presence", + "hotscore": 2396, + "guardian": { + "id": "clq39ykjk005msh279a0tc092", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of dread and foreboding", + "subType": "", + "rulesText": "You may summon Spirits to affected sites. When you summon a Spirit here, give it Charge, and return Evil Presence to its owner's hand.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4ly391002ke0v59a930osc" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g7wa00czs67phd0nhwep", + "slug": "bet_evil_presence_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/evil_presence.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4ly391002ke0v59a930osc", + "setCardId": "clot8g7up00cxs67pvo00209z", + "setCard": { + "id": "clot8g7up00cxs67pvo00209z", + "slug": "bet_evil_presence", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ly391002ke0v59a930osc", + "meta": { + "id": "clq39ykry005osh27odxbne0j", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of dread and foreboding", + "subType": "", + "rulesText": "You may summon Spirits to affected sites. When you summon a Spirit here, give it Charge, and return Evil Presence to its owner's hand.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g7up00cxs67pvo00209z" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g7xr00d1s67pqyqwuwnd", + "slug": "bet_evil_presence_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/evil_presence-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4ly391002ke0v59a930osc", + "setCardId": "clot8g7up00cxs67pvo00209z", + "setCard": { + "id": "clot8g7up00cxs67pvo00209z", + "slug": "bet_evil_presence", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ly391002ke0v59a930osc", + "meta": { + "id": "clq39ykry005osh27odxbne0j", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of dread and foreboding", + "subType": "", + "rulesText": "You may summon Spirits to affected sites. When you summon a Spirit here, give it Charge, and return Evil Presence to its owner's hand.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g7up00cxs67pvo00209z" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lyc0m002me0v5g8vn1tcz", + "slug": "alp_evil_presence_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/evil_presence.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4ly391002ke0v59a930osc", + "setCardId": "clm4lyan6002le0v57d10hkh4", + "setCard": { + "id": "clm4lyan6002le0v57d10hkh4", + "slug": "alp_evil_presence", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ly391002ke0v59a930osc", + "meta": { + "id": "clq39ykma005nsh273s94zchk", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of dread and foreboding", + "subType": "", + "rulesText": "You may summon Spirits to affected sites. When you summon a Spirit here, give it Charge, and return Evil Presence to its owner's hand.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lyan6002le0v57d10hkh4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lyksg002ne0v5hjf7fdjd", + "slug": "alp_evil_presence_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/evil_presence-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4ly391002ke0v59a930osc", + "setCardId": "clm4lyan6002le0v57d10hkh4", + "setCard": { + "id": "clm4lyan6002le0v57d10hkh4", + "slug": "alp_evil_presence", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ly391002ke0v59a930osc", + "meta": { + "id": "clq39ykma005nsh273s94zchk", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of dread and foreboding", + "subType": "", + "rulesText": "You may summon Spirits to affected sites. When you summon a Spirit here, give it Charge, and return Evil Presence to its owner's hand.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lyan6002le0v57d10hkh4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mxl8v009se0v502a408xg", + "slug": "exorcism", + "name": "Exorcism", + "hotscore": 147, + "guardian": { + "id": "clq39z8y900aosh27vq21syit", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to expulse the unholy", + "subType": "", + "rulesText": "Banish all Demon and Undead minions at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mxl8v009se0v502a408xg" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8grbr00ons67pei5ixsbh", + "slug": "bet_exorcism_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/exorcism.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "Nor devil nor demon shall undo this done! Begone!", + "cardId": "clm4mxl8v009se0v502a408xg", + "setCardId": "clot8gra500ols67pueuyjqeu", + "setCard": { + "id": "clot8gra500ols67pueuyjqeu", + "slug": "bet_exorcism", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mxl8v009se0v502a408xg", + "meta": { + "id": "clq39z96e00aqsh27gq6s0yi1", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to expulse the unholy", + "subType": "", + "rulesText": "Banish all Demon and Undead minions at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gra500ols67pueuyjqeu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8grdb00ops67pp71pyfoe", + "slug": "bet_exorcism_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/exorcism-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "Nor devil nor demon shall undo this done! Begone!", + "cardId": "clm4mxl8v009se0v502a408xg", + "setCardId": "clot8gra500ols67pueuyjqeu", + "setCard": { + "id": "clot8gra500ols67pueuyjqeu", + "slug": "bet_exorcism", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mxl8v009se0v502a408xg", + "meta": { + "id": "clq39z96e00aqsh27gq6s0yi1", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to expulse the unholy", + "subType": "", + "rulesText": "Banish all Demon and Undead minions at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gra500ols67pueuyjqeu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mxs6k009ue0v5dy50cnqu", + "slug": "alp_exorcism_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/exorcism.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "\"Nor devil nor demon shall undo this done! Begone!\"", + "cardId": "clm4mxl8v009se0v502a408xg", + "setCardId": "clm4mxqv3009te0v57baodxq0", + "setCard": { + "id": "clm4mxqv3009te0v57baodxq0", + "slug": "alp_exorcism", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mxl8v009se0v502a408xg", + "meta": { + "id": "clq39z90j00apsh27406ha8xn", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to expulse the unholy", + "subType": "", + "rulesText": "Banish all Demon and Undead minions at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mxqv3009te0v57baodxq0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mxyro009ve0v599z98f4a", + "slug": "alp_exorcism_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/exorcism-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "\"Nor devil nor demon shall undo this done! Begone!\"", + "cardId": "clm4mxl8v009se0v502a408xg", + "setCardId": "clm4mxqv3009te0v57baodxq0", + "setCard": { + "id": "clm4mxqv3009te0v57baodxq0", + "slug": "alp_exorcism", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mxl8v009se0v502a408xg", + "meta": { + "id": "clq39z90j00apsh27406ha8xn", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to expulse the unholy", + "subType": "", + "rulesText": "Banish all Demon and Undead minions at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mxqv3009te0v57baodxq0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4otvic00ope0v5cwmgdnk3", + "slug": "extinguish", + "name": "Extinguish", + "hotscore": 147, + "guardian": { + "id": "clq3a0nhy00kzsh27moxw71ar", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of guttering failure", + "subType": "", + "rulesText": "Banish all fire minions and fire auras occupying target site up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4otvic00ope0v5cwmgdnk3" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8huut01cks67plsp9zr2r", + "slug": "bet_extinguish_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/extinguish.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4otvic00ope0v5cwmgdnk3", + "setCardId": "clot8husr01cis67pw17axkm4", + "setCard": { + "id": "clot8husr01cis67pw17axkm4", + "slug": "bet_extinguish", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4otvic00ope0v5cwmgdnk3", + "meta": { + "id": "clq3a0nq100l1sh273k53j069", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of guttering failure", + "subType": "", + "rulesText": "Banish all fire minions and fire auras occupying target site up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8husr01cis67pw17axkm4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8huwc01cms67p8driof8e", + "slug": "bet_extinguish_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/extinguish-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4otvic00ope0v5cwmgdnk3", + "setCardId": "clot8husr01cis67pw17axkm4", + "setCard": { + "id": "clot8husr01cis67pw17axkm4", + "slug": "bet_extinguish", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4otvic00ope0v5cwmgdnk3", + "meta": { + "id": "clq3a0nq100l1sh273k53j069", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of guttering failure", + "subType": "", + "rulesText": "Banish all fire minions and fire auras occupying target site up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8husr01cis67pw17axkm4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ou2gv00ore0v56s5j48hr", + "slug": "alp_extinguish_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/extinguish.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4otvic00ope0v5cwmgdnk3", + "setCardId": "clm4ou14k00oqe0v5861qcyzi", + "setCard": { + "id": "clm4ou14k00oqe0v5861qcyzi", + "slug": "alp_extinguish", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4otvic00ope0v5cwmgdnk3", + "meta": { + "id": "clq3a0nka00l0sh27mzrwbew4", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of guttering failure", + "subType": "", + "rulesText": "Banish all fire minions and fire auras occupying target site up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ou14k00oqe0v5861qcyzi" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ou8nu00ose0v5g3ah5c6n", + "slug": "alp_extinguish_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/extinguish-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4otvic00ope0v5cwmgdnk3", + "setCardId": "clm4ou14k00oqe0v5861qcyzi", + "setCard": { + "id": "clm4ou14k00oqe0v5861qcyzi", + "slug": "alp_extinguish", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4otvic00ope0v5cwmgdnk3", + "meta": { + "id": "clq3a0nka00l0sh27mzrwbew4", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of guttering failure", + "subType": "", + "rulesText": "Banish all fire minions and fire auras occupying target site up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ou14k00oqe0v5861qcyzi" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lo7qs000qe0v5dybxev5p", + "slug": "fade", + "name": "Fade", + "hotscore": 1667, + "guardian": { + "id": "clq39ye1f0048sh27964cfdaq", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of covert concealment", + "subType": "", + "rulesText": "Give an allied minion Stealth. If it occupies an enemy site, draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lo7qs000qe0v5dybxev5p" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g2xn009vs67pqcv7pcv2", + "slug": "bet_fade_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/fade.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "I could pay, but then I'd just have to rob them again.", + "cardId": "clm4lo7qs000qe0v5dybxev5p", + "setCardId": "clot8g2w0009ts67pzf9ed75r", + "setCard": { + "id": "clot8g2w0009ts67pzf9ed75r", + "slug": "bet_fade", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lo7qs000qe0v5dybxev5p", + "meta": { + "id": "clq39ye9g004ash27sfjvrilz", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of covert concealment", + "subType": "", + "rulesText": "Give an allied minion Stealth. If it occupies an enemy site, draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g2w0009ts67pzf9ed75r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g2z6009xs67pp0od2bgj", + "slug": "bet_fade_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/fade-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "I could pay, but then I'd just have to rob them again.", + "cardId": "clm4lo7qs000qe0v5dybxev5p", + "setCardId": "clot8g2w0009ts67pzf9ed75r", + "setCard": { + "id": "clot8g2w0009ts67pzf9ed75r", + "slug": "bet_fade", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lo7qs000qe0v5dybxev5p", + "meta": { + "id": "clq39ye9g004ash27sfjvrilz", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of covert concealment", + "subType": "", + "rulesText": "Give an allied minion Stealth. If it occupies an enemy site, draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g2w0009ts67pzf9ed75r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lofek000se0v5escn4zdk", + "slug": "alp_fade_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/fade.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "\"I could pay, but then I'd just have to rob them again.\"", + "cardId": "clm4lo7qs000qe0v5dybxev5p", + "setCardId": "clm4loe1i000re0v5bruye5rl", + "setCard": { + "id": "clm4loe1i000re0v5bruye5rl", + "slug": "alp_fade", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lo7qs000qe0v5dybxev5p", + "meta": { + "id": "clq39ye3p0049sh27vfn30uk2", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of covert concealment", + "subType": "", + "rulesText": "Give an allied minion Stealth. If it occupies an enemy site, draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4loe1i000re0v5bruye5rl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lomdw000te0v5gy6j16cl", + "slug": "alp_fade_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/fade-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "\"I could pay, but then I'd just have to rob them again.\"", + "cardId": "clm4lo7qs000qe0v5dybxev5p", + "setCardId": "clm4loe1i000re0v5bruye5rl", + "setCard": { + "id": "clm4loe1i000re0v5bruye5rl", + "slug": "alp_fade", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lo7qs000qe0v5dybxev5p", + "meta": { + "id": "clq39ye3p0049sh27vfn30uk2", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of covert concealment", + "subType": "", + "rulesText": "Give an allied minion Stealth. If it occupies an enemy site, draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4loe1i000re0v5bruye5rl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nbw3900cve0v51nl75mg2", + "slug": "far_east_assassin", + "name": "Far East Assassin", + "hotscore": 476, + "guardian": { + "id": "clq39zjfg00cush2754pkbqui", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with exacting aim", + "subType": "Mortal", + "rulesText": "Stealth\r\n\r\nTap → Far East Assassin throws an artifact he carries at target adjacent unit. It takes damage equal to the artifact's mana cost.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nbw3900cve0v51nl75mg2" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gzn400tps67pa86i5l53", + "slug": "bet_far_east_assassin_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/far_east_assassin.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4nbw3900cve0v51nl75mg2", + "setCardId": "clot8gzlm00tns67pb6lpujuh", + "setCard": { + "id": "clot8gzlm00tns67pb6lpujuh", + "slug": "bet_far_east_assassin", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nbw3900cve0v51nl75mg2", + "meta": { + "id": "clq39zjnp00cwsh274d6rg5z7", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with exacting aim", + "subType": "Mortal", + "rulesText": "Stealth\r\n\r\nTap → Far East Assassin throws an artifact he carries at target adjacent unit. It takes damage equal to the artifact's mana cost.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8gzlm00tns67pb6lpujuh" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gzoo00trs67pfhkmhnsu", + "slug": "bet_far_east_assassin_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/far_east_assassin-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4nbw3900cve0v51nl75mg2", + "setCardId": "clot8gzlm00tns67pb6lpujuh", + "setCard": { + "id": "clot8gzlm00tns67pb6lpujuh", + "slug": "bet_far_east_assassin", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nbw3900cve0v51nl75mg2", + "meta": { + "id": "clq39zjnp00cwsh274d6rg5z7", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with exacting aim", + "subType": "Mortal", + "rulesText": "Stealth\r\n\r\nTap → Far East Assassin throws an artifact he carries at target adjacent unit. It takes damage equal to the artifact's mana cost.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8gzlm00tns67pb6lpujuh" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nc2te00cxe0v5byw6cty4", + "slug": "alp_far_east_assassin_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/far_east_assassin.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4nbw3900cve0v51nl75mg2", + "setCardId": "clm4nc1i400cwe0v5bi4zdnlv", + "setCard": { + "id": "clm4nc1i400cwe0v5bi4zdnlv", + "slug": "alp_far_east_assassin", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nbw3900cve0v51nl75mg2", + "meta": { + "id": "clq39zjhr00cvsh27aiuszu24", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with exacting aim", + "subType": "Mortal", + "rulesText": "Stealth\n\nTap → Far East Assassin throws an artifact he carries at target adjacent unit. It takes damage equal to the artifact's mana cost.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nc1i400cwe0v5bi4zdnlv" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nc8sp00cye0v53dslfl6w", + "slug": "alp_far_east_assassin_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/far_east_assassin-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4nbw3900cve0v51nl75mg2", + "setCardId": "clm4nc1i400cwe0v5bi4zdnlv", + "setCard": { + "id": "clm4nc1i400cwe0v5bi4zdnlv", + "slug": "alp_far_east_assassin", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nbw3900cve0v51nl75mg2", + "meta": { + "id": "clq39zjhr00cvsh27aiuszu24", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with exacting aim", + "subType": "Mortal", + "rulesText": "Stealth\n\nTap → Far East Assassin throws an artifact he carries at target adjacent unit. It takes damage equal to the artifact's mana cost.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nc1i400cwe0v5bi4zdnlv" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oasj500kke0v57ud67bzn", + "slug": "felbog_frog_men", + "name": "Felbog Frog Men", + "hotscore": 345, + "guardian": { + "id": "clq3a09gx00i4sh27k6uc71gy", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Beasts with spring in their step", + "subType": "Beast", + "rulesText": "Can leap entirely over adjacent sites in one step.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oasj500kke0v57ud67bzn" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hjs2015ys67pg6x2bm5y", + "slug": "bet_felbog_frog_men_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/felbog_frog_men.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4oasj500kke0v57ud67bzn", + "setCardId": "clot8hjqf015ws67p1f8u3gpg", + "setCard": { + "id": "clot8hjqf015ws67p1f8u3gpg", + "slug": "bet_felbog_frog_men", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oasj500kke0v57ud67bzn", + "meta": { + "id": "clq3a09p500i6sh276lwcbcm8", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Beasts with spring in their step", + "subType": "Beast", + "rulesText": "Can leap entirely over adjacent sites in one step.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hjqf015ws67p1f8u3gpg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hjtj0160s67pj6j8kmsf", + "slug": "bet_felbog_frog_men_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/felbog_frog_men-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4oasj500kke0v57ud67bzn", + "setCardId": "clot8hjqf015ws67p1f8u3gpg", + "setCard": { + "id": "clot8hjqf015ws67p1f8u3gpg", + "slug": "bet_felbog_frog_men", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oasj500kke0v57ud67bzn", + "meta": { + "id": "clq3a09p500i6sh276lwcbcm8", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Beasts with spring in their step", + "subType": "Beast", + "rulesText": "Can leap entirely over adjacent sites in one step.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hjqf015ws67p1f8u3gpg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oazic00kme0v5cag2hewn", + "slug": "alp_felbog_frog_men_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/felbog_frog_men.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4oasj500kke0v57ud67bzn", + "setCardId": "clm4oaxys00kle0v5662gf93c", + "setCard": { + "id": "clm4oaxys00kle0v5662gf93c", + "slug": "alp_felbog_frog_men", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oasj500kke0v57ud67bzn", + "meta": { + "id": "clq3a09j800i5sh27u3kv1ivf", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Beasts with spring in their step", + "subType": "Beast", + "rulesText": "Can leap entirely over adjacent sites in one step.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oaxys00kle0v5662gf93c" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ob5kz00kne0v57ndbde3t", + "slug": "alp_felbog_frog_men_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/felbog_frog_men-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4oasj500kke0v57ud67bzn", + "setCardId": "clm4oaxys00kle0v5662gf93c", + "setCard": { + "id": "clm4oaxys00kle0v5662gf93c", + "slug": "alp_felbog_frog_men", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oasj500kke0v57ud67bzn", + "meta": { + "id": "clq3a09j800i5sh27u3kv1ivf", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Beasts with spring in their step", + "subType": "Beast", + "rulesText": "Can leap entirely over adjacent sites in one step.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oaxys00kle0v5662gf93c" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4obaz800koe0v5a140bab4", + "slug": "fenvale_muse", + "name": "Fenvale Muse", + "hotscore": 694, + "guardian": { + "id": "clq3a09uz00i7sh27wvekvrby", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal of quiet inspiration", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nWhenever Fenvale Muse casts a spell, you may trigger the Genesis of a nearby River.", + "cost": 1, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4obaz800koe0v5a140bab4" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hk4q0165s67pa639x2gn", + "slug": "bet_fenvale_muse_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/fenvale_muse.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "As the sun troubles the morning she stirs my heart.", + "cardId": "clm4obaz800koe0v5a140bab4", + "setCardId": "clot8hk370163s67pgkgn59n3", + "setCard": { + "id": "clot8hk370163s67pgkgn59n3", + "slug": "bet_fenvale_muse", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4obaz800koe0v5a140bab4", + "meta": { + "id": "clq3a0a2x00i9sh277rim3bmm", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal of quiet inspiration", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nWhenever Fenvale Muse casts a spell, you may trigger the Genesis of a nearby River.", + "cost": 1, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hk370163s67pgkgn59n3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hk690167s67pi0at09j0", + "slug": "bet_fenvale_muse_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/fenvale_muse-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "As the sun troubles the morning she stirs my heart.", + "cardId": "clm4obaz800koe0v5a140bab4", + "setCardId": "clot8hk370163s67pgkgn59n3", + "setCard": { + "id": "clot8hk370163s67pgkgn59n3", + "slug": "bet_fenvale_muse", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4obaz800koe0v5a140bab4", + "meta": { + "id": "clq3a0a2x00i9sh277rim3bmm", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal of quiet inspiration", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nWhenever Fenvale Muse casts a spell, you may trigger the Genesis of a nearby River.", + "cost": 1, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hk370163s67pgkgn59n3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4obip700kqe0v5f0dcegcr", + "slug": "alp_fenvale_muse_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/fenvale_muse.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "\"As the sun troubles the morning she stirs my heart.\"", + "cardId": "clm4obaz800koe0v5a140bab4", + "setCardId": "clm4obhcn00kpe0v538vb4jqh", + "setCard": { + "id": "clm4obhcn00kpe0v538vb4jqh", + "slug": "alp_fenvale_muse", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4obaz800koe0v5a140bab4", + "meta": { + "id": "clq3a09xa00i8sh27uepeaob6", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal of quiet inspiration", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nWhenever Fenvale Muse casts a spell, you may trigger the Genesis of a nearby River.", + "cost": 1, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4obhcn00kpe0v538vb4jqh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4obq4c00kre0v55ybb9f3m", + "slug": "alp_fenvale_muse_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/fenvale_muse-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "\"As the sun troubles the morning she stirs my heart.\"", + "cardId": "clm4obaz800koe0v5a140bab4", + "setCardId": "clm4obhcn00kpe0v538vb4jqh", + "setCard": { + "id": "clm4obhcn00kpe0v538vb4jqh", + "slug": "alp_fenvale_muse", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4obaz800koe0v5a140bab4", + "meta": { + "id": "clq3a09xa00i8sh27uepeaob6", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal of quiet inspiration", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nWhenever Fenvale Muse casts a spell, you may trigger the Genesis of a nearby River.", + "cost": 1, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4obhcn00kpe0v538vb4jqh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4obvdu00kse0v526a07d3u", + "slug": "fey_changeling", + "name": "Fey Changeling", + "hotscore": 2252, + "guardian": { + "id": "clq3a0a8l00iash27c90xd962", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Faerie and unwelcome guest", + "subType": "Faerie", + "rulesText": "May be summoned to any site.\r\n\r\nGenesis → You may return a minion here to its owner’s hand.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4obvdu00kse0v526a07d3u" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hkg9016cs67p1uwukrs1", + "slug": "bet_fey_changeling_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/fey_changeling.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4obvdu00kse0v526a07d3u", + "setCardId": "clot8hkeq016as67pp673oio4", + "setCard": { + "id": "clot8hkeq016as67pp673oio4", + "slug": "bet_fey_changeling", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4obvdu00kse0v526a07d3u", + "meta": { + "id": "clq3a0agl00icsh278ysfkhve", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Faerie and unwelcome guest", + "subType": "Faerie", + "rulesText": "May be summoned to any site.\r\n\r\nGenesis → You may return a minion here to its owner’s hand.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hkeq016as67pp673oio4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hki7016es67po3bjmap8", + "slug": "bet_fey_changeling_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/fey_changeling-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4obvdu00kse0v526a07d3u", + "setCardId": "clot8hkeq016as67pp673oio4", + "setCard": { + "id": "clot8hkeq016as67pp673oio4", + "slug": "bet_fey_changeling", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4obvdu00kse0v526a07d3u", + "meta": { + "id": "clq3a0agl00icsh278ysfkhve", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Faerie and unwelcome guest", + "subType": "Faerie", + "rulesText": "May be summoned to any site.\r\n\r\nGenesis → You may return a minion here to its owner’s hand.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hkeq016as67pp673oio4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oc32b00kue0v58scz9xoj", + "slug": "alp_fey_changeling_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/fey_changeling.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4obvdu00kse0v526a07d3u", + "setCardId": "clm4oc1q300kte0v58fpvdso3", + "setCard": { + "id": "clm4oc1q300kte0v58fpvdso3", + "slug": "alp_fey_changeling", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4obvdu00kse0v526a07d3u", + "meta": { + "id": "clq3a0aau00ibsh27yko2wgx6", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Faerie and unwelcome guest", + "subType": "Faerie", + "rulesText": "May be summoned to any site.\n\nGenesis → You may return a minion here to its owner’s hand.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oc1q300kte0v58fpvdso3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oca3j00kve0v57agbg391", + "slug": "alp_fey_changeling_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/fey_changeling-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4obvdu00kse0v526a07d3u", + "setCardId": "clm4oc1q300kte0v58fpvdso3", + "setCard": { + "id": "clm4oc1q300kte0v58fpvdso3", + "slug": "alp_fey_changeling", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4obvdu00kse0v526a07d3u", + "meta": { + "id": "clq3a0aau00ibsh27yko2wgx6", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Faerie and unwelcome guest", + "subType": "Faerie", + "rulesText": "May be summoned to any site.\n\nGenesis → You may return a minion here to its owner’s hand.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oc1q300kte0v58fpvdso3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ouecc00ote0v52um254fm", + "slug": "fire_harpoons", + "name": "Fire Harpoons!", + "hotscore": 494, + "guardian": { + "id": "clq3a0nvr00l2sh270r5072je", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to reel in your prey", + "subType": "", + "rulesText": "Deal 1 damage to target minion above or below an adjacent Water site and pull it to the caster's location. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ouecc00ote0v52um254fm" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hv6001crs67p0zqznsjp", + "slug": "bet_fire_harpoons_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/fire_harpoons.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4ouecc00ote0v52um254fm", + "setCardId": "clot8hv4g01cps67pf6xuqrc2", + "setCard": { + "id": "clot8hv4g01cps67pf6xuqrc2", + "slug": "bet_fire_harpoons", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ouecc00ote0v52um254fm", + "meta": { + "id": "clq3a0o4600l4sh270iml8d92", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to reel in your prey", + "subType": "", + "rulesText": "Deal 1 damage to target minion above or below an adjacent Water site and pull it to the caster's location. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hv4g01cps67pf6xuqrc2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hv7j01cts67p56jztd9z", + "slug": "bet_fire_harpoons_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/fire_harpoons-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4ouecc00ote0v52um254fm", + "setCardId": "clot8hv4g01cps67pf6xuqrc2", + "setCard": { + "id": "clot8hv4g01cps67pf6xuqrc2", + "slug": "bet_fire_harpoons", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ouecc00ote0v52um254fm", + "meta": { + "id": "clq3a0o4600l4sh270iml8d92", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to reel in your prey", + "subType": "", + "rulesText": "Deal 1 damage to target minion above or below an adjacent Water site and pull it to the caster's location. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hv4g01cps67pf6xuqrc2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oul6q00ove0v5ciy6bsdl", + "slug": "alp_fire_harpoons_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/fire_harpoons.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4ouecc00ote0v52um254fm", + "setCardId": "clm4oujvf00oue0v5de6i9rl4", + "setCard": { + "id": "clm4oujvf00oue0v5de6i9rl4", + "slug": "alp_fire_harpoons", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ouecc00ote0v52um254fm", + "meta": { + "id": "clq3a0nyf00l3sh27757w7u2l", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to reel in your prey", + "subType": "", + "rulesText": "Deal 1 damage to target minion above or below an adjacent Water site and pull it to the caster's location. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oujvf00oue0v5de6i9rl4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ourk700owe0v59ehr8px7", + "slug": "alp_fire_harpoons_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/fire_harpoons-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4ouecc00ote0v52um254fm", + "setCardId": "clm4oujvf00oue0v5de6i9rl4", + "setCard": { + "id": "clm4oujvf00oue0v5de6i9rl4", + "slug": "alp_fire_harpoons", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ouecc00ote0v52um254fm", + "meta": { + "id": "clq3a0nyf00l3sh27757w7u2l", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to reel in your prey", + "subType": "", + "rulesText": "Deal 1 damage to target minion above or below an adjacent Water site and pull it to the caster's location. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oujvf00oue0v5de6i9rl4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nszcv00goe0v5ggc3aphs", + "slug": "fireball", + "name": "Fireball", + "hotscore": 1178, + "guardian": { + "id": "clq39zweg00fgsh27a8lih1te", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of deflagrant destruction", + "subType": "", + "rulesText": "Shoot a projectile. It deals 4 damage on impact, and 2 damage to each other unit at that location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4nszcv00goe0v5ggc3aphs" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h9nx00zqs67pxqnqbknx", + "slug": "bet_fireball_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/fireball.png", + "finish": "Standard", + "product": "Booster", + "artist": "Doug Kovacs", + "flavorText": "", + "cardId": "clm4nszcv00goe0v5ggc3aphs", + "setCardId": "clot8h9md00zos67p1e48hnad", + "setCard": { + "id": "clot8h9md00zos67p1e48hnad", + "slug": "bet_fireball", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nszcv00goe0v5ggc3aphs", + "meta": { + "id": "clq39zwo900fish27hj4a1q6d", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of deflagrant destruction", + "subType": "", + "rulesText": "Shoot a projectile. It deals 4 damage on impact, and 2 damage to each other unit at that location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h9md00zos67p1e48hnad" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h9ph00zss67ptirar3rb", + "slug": "bet_fireball_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/fireball-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Doug Kovacs", + "flavorText": "", + "cardId": "clm4nszcv00goe0v5ggc3aphs", + "setCardId": "clot8h9md00zos67p1e48hnad", + "setCard": { + "id": "clot8h9md00zos67p1e48hnad", + "slug": "bet_fireball", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nszcv00goe0v5ggc3aphs", + "meta": { + "id": "clq39zwo900fish27hj4a1q6d", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of deflagrant destruction", + "subType": "", + "rulesText": "Shoot a projectile. It deals 4 damage on impact, and 2 damage to each other unit at that location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h9md00zos67p1e48hnad" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nt64l00gqe0v5ghkkaicb", + "slug": "alp_fireball_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/fireball.png", + "finish": "Standard", + "product": "Booster", + "artist": "Doug Kovacs", + "flavorText": "", + "cardId": "clm4nszcv00goe0v5ggc3aphs", + "setCardId": "clm4nt4tb00gpe0v5hzfu9ckc", + "setCard": { + "id": "clm4nt4tb00gpe0v5hzfu9ckc", + "slug": "alp_fireball", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nszcv00goe0v5ggc3aphs", + "meta": { + "id": "clq39zwgw00fhsh27m1178tz9", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of deflagrant destruction", + "subType": "", + "rulesText": "Shoot a projectile. It deals 4 damage on impact, and 2 damage to each other unit at that location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nt4tb00gpe0v5hzfu9ckc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ntj3700gse0v57w4oebvu", + "slug": "alp_fireball_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/fireball-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Doug Kovacs", + "flavorText": "", + "cardId": "clm4nszcv00goe0v5ggc3aphs", + "setCardId": "clm4nt4tb00gpe0v5hzfu9ckc", + "setCard": { + "id": "clm4nt4tb00gpe0v5hzfu9ckc", + "slug": "alp_fireball", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nszcv00goe0v5ggc3aphs", + "meta": { + "id": "clq39zwgw00fhsh27m1178tz9", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of deflagrant destruction", + "subType": "", + "rulesText": "Shoot a projectile. It deals 4 damage on impact, and 2 damage to each other unit at that location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nt4tb00gpe0v5hzfu9ckc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ntdal00gre0v5fshbg3nv", + "slug": "alp_fireball_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/fireball-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Doug Kovacs", + "flavorText": "", + "cardId": "clm4nszcv00goe0v5ggc3aphs", + "setCardId": "clm4nt4tb00gpe0v5hzfu9ckc", + "setCard": { + "id": "clm4nt4tb00gpe0v5hzfu9ckc", + "slug": "alp_fireball", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nszcv00goe0v5ggc3aphs", + "meta": { + "id": "clq39zwgw00fhsh27m1178tz9", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of deflagrant destruction", + "subType": "", + "rulesText": "Shoot a projectile. It deals 4 damage on impact, and 2 damage to each other unit at that location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nt4tb00gpe0v5hzfu9ckc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ntkfg00gte0v56tztex2i", + "slug": "firebolts", + "name": "Firebolts", + "hotscore": 6506, + "guardian": { + "id": "clq39zwtr00fjsh27bgmnhze0", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic unleashes a blazing barrage", + "subType": "", + "rulesText": "Shoot three projectiles in the same direction, one at a time. Each deals 1 damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4ntkfg00gte0v56tztex2i" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h9yj00zxs67p4llcha42", + "slug": "bet_firebolts_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/firebolts.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4ntkfg00gte0v56tztex2i", + "setCardId": "clot8h9x100zvs67phjg1guwv", + "setCard": { + "id": "clot8h9x100zvs67phjg1guwv", + "slug": "bet_firebolts", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ntkfg00gte0v56tztex2i", + "meta": { + "id": "clq39zx3c00flsh278pxxsqdu", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic unleashes a blazing barrage", + "subType": "", + "rulesText": "Shoot three projectiles in the same direction, one at a time. Each deals 1 damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h9x100zvs67phjg1guwv" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ha0400zzs67p5whkkgo4", + "slug": "bet_firebolts_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/firebolts-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4ntkfg00gte0v56tztex2i", + "setCardId": "clot8h9x100zvs67phjg1guwv", + "setCard": { + "id": "clot8h9x100zvs67phjg1guwv", + "slug": "bet_firebolts", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ntkfg00gte0v56tztex2i", + "meta": { + "id": "clq39zx3c00flsh278pxxsqdu", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic unleashes a blazing barrage", + "subType": "", + "rulesText": "Shoot three projectiles in the same direction, one at a time. Each deals 1 damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h9x100zvs67phjg1guwv" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ntr7f00gve0v513cw1ckk", + "slug": "alp_firebolts_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/firebolts.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4ntkfg00gte0v56tztex2i", + "setCardId": "clm4ntpwi00gue0v59oyx28x8", + "setCard": { + "id": "clm4ntpwi00gue0v59oyx28x8", + "slug": "alp_firebolts", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ntkfg00gte0v56tztex2i", + "meta": { + "id": "clq39zww100fksh27sz64b0xd", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic unleashes a blazing barrage", + "subType": "", + "rulesText": "Shoot three projectiles in the same direction, one at a time. Each deals 1 damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4ntpwi00gue0v59oyx28x8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nu4cr00gxe0v56li6d01j", + "slug": "alp_firebolts_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/firebolts-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4ntkfg00gte0v56tztex2i", + "setCardId": "clm4ntpwi00gue0v59oyx28x8", + "setCard": { + "id": "clm4ntpwi00gue0v59oyx28x8", + "slug": "alp_firebolts", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ntkfg00gte0v56tztex2i", + "meta": { + "id": "clq39zww100fksh27sz64b0xd", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic unleashes a blazing barrage", + "subType": "", + "rulesText": "Shoot three projectiles in the same direction, one at a time. Each deals 1 damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4ntpwi00gue0v59oyx28x8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ntyy800gwe0v578nlci47", + "slug": "alp_firebolts_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/firebolts-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4ntkfg00gte0v56tztex2i", + "setCardId": "clm4ntpwi00gue0v59oyx28x8", + "setCard": { + "id": "clm4ntpwi00gue0v59oyx28x8", + "slug": "alp_firebolts", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ntkfg00gte0v56tztex2i", + "meta": { + "id": "clq39zww100fksh27sz64b0xd", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic unleashes a blazing barrage", + "subType": "", + "rulesText": "Shoot three projectiles in the same direction, one at a time. Each deals 1 damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4ntpwi00gue0v59oyx28x8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nu5hc00gye0v52ya18fa3", + "slug": "flame_wave", + "name": "Flame Wave", + "hotscore": 1731, + "guardian": { + "id": "clq39zx8v00fmsh275ws5go6n", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic ravages the realm", + "subType": "", + "rulesText": "Flame Wave flows horizontally, from one edge of the realm to the other. Deal damage to each unit atop sites in the area of effect:", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4nu5hc00gye0v52ya18fa3" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8ha9m0104s67plpwq7eye", + "slug": "bet_flame_wave_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/flame_wave.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4nu5hc00gye0v52ya18fa3", + "setCardId": "clot8ha800102s67p6m14a634", + "setCard": { + "id": "clot8ha800102s67p6m14a634", + "slug": "bet_flame_wave", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nu5hc00gye0v52ya18fa3", + "meta": { + "id": "clq39zxgu00fosh27i9fgia6k", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic ravages the realm", + "subType": "", + "rulesText": "Flame Wave flows horizontally, from one edge of the realm to the other. Deal damage to each unit atop sites in the area of effect:", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8ha800102s67p6m14a634" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8habb0106s67pfva2f3j9", + "slug": "bet_flame_wave_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/flame_wave-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4nu5hc00gye0v52ya18fa3", + "setCardId": "clot8ha800102s67p6m14a634", + "setCard": { + "id": "clot8ha800102s67p6m14a634", + "slug": "bet_flame_wave", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nu5hc00gye0v52ya18fa3", + "meta": { + "id": "clq39zxgu00fosh27i9fgia6k", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic ravages the realm", + "subType": "", + "rulesText": "Flame Wave flows horizontally, from one edge of the realm to the other. Deal damage to each unit atop sites in the area of effect:", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8ha800102s67p6m14a634" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nucey00h0e0v54c460kvd", + "slug": "alp_flame_wave_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/flame_wave.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4nu5hc00gye0v52ya18fa3", + "setCardId": "clm4nub3j00gze0v5225s36q0", + "setCard": { + "id": "clm4nub3j00gze0v5225s36q0", + "slug": "alp_flame_wave", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nu5hc00gye0v52ya18fa3", + "meta": { + "id": "clq39zxb700fnsh27yjve09tl", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic ravages the realm", + "subType": "", + "rulesText": "Flame Wave flows horizontally, from one edge of the realm to the other. Deal damage to each unit atop sites in the area of effect:", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nub3j00gze0v5225s36q0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nujfd00h1e0v504yl2bh5", + "slug": "alp_flame_wave_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/flame_wave-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4nu5hc00gye0v52ya18fa3", + "setCardId": "clm4nub3j00gze0v5225s36q0", + "setCard": { + "id": "clm4nub3j00gze0v5225s36q0", + "slug": "alp_flame_wave", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nu5hc00gye0v52ya18fa3", + "meta": { + "id": "clq39zxb700fnsh27yjve09tl", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic ravages the realm", + "subType": "", + "rulesText": "Flame Wave flows horizontally, from one edge of the realm to the other. Deal damage to each unit atop sites in the area of effect:", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nub3j00gze0v5225s36q0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clot8j52d024js67pg5epv5f5", + "slug": "flamecaller", + "name": "Flamecaller", + "hotscore": 102, + "guardian": { + "id": "clq3a2dhj00xxsh274qsy4xgc", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar rises from the ashes to rule", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n \r\nTap, Banish all your dead fire minions → Shoot a projectile. It deals damage equal to to the sum of their (F).", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clot8j52d024js67pg5epv5f5" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j59w024ns67pnn9x0fru", + "slug": "bet_flamecaller_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/flamecaller.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clot8j52d024js67pg5epv5f5", + "setCardId": "clot8j584024ls67pu7vpgo0r", + "setCard": { + "id": "clot8j584024ls67pu7vpgo0r", + "slug": "bet_flamecaller", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clot8j52d024js67pg5epv5f5", + "meta": { + "id": "clq3a2djw00xysh27v26by8gc", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar rises from the ashes to rule", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n \r\nTap, Banish all your dead fire minions → Shoot a projectile. It deals damage equal to to the sum of their (F).", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j584024ls67pu7vpgo0r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j5be024ps67p4y4ig3ds", + "slug": "bet_flamecaller_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/flamecaller-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clot8j52d024js67pg5epv5f5", + "setCardId": "clot8j584024ls67pu7vpgo0r", + "setCard": { + "id": "clot8j584024ls67pu7vpgo0r", + "slug": "bet_flamecaller", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clot8j52d024js67pg5epv5f5", + "meta": { + "id": "clq3a2djw00xysh27v26by8gc", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar rises from the ashes to rule", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n \r\nTap, Banish all your dead fire minions → Shoot a projectile. It deals damage equal to to the sum of their (F).", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j584024ls67pu7vpgo0r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pfsd300tfe0v55ns6c95s", + "slug": "flaming_sword", + "name": "Flaming Sword", + "hotscore": 2489, + "guardian": { + "id": "clq3a139a00oash27jibyt9zd", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon fumes and flares", + "subType": "Weapon", + "rulesText": "Bearer has +1 power, and its strikes splash full damage to each other enemy at a struck unit's location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pfsd300tfe0v55ns6c95s" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i7eq01k5s67poeitftge", + "slug": "bet_flaming_sword_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/flaming_sword.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4pfsd300tfe0v55ns6c95s", + "setCardId": "clot8i7d601k3s67ppkyqdw9k", + "setCard": { + "id": "clot8i7d601k3s67ppkyqdw9k", + "slug": "bet_flaming_sword", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pfsd300tfe0v55ns6c95s", + "meta": { + "id": "clq3a13h800ocsh27dqll7lng", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon fumes and flares", + "subType": "Weapon", + "rulesText": "Bearer has +1 power, and its strikes splash full damage to each other enemy at a struck unit's location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i7d601k3s67ppkyqdw9k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i7g901k7s67p10nbhetq", + "slug": "bet_flaming_sword_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/flaming_sword-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4pfsd300tfe0v55ns6c95s", + "setCardId": "clot8i7d601k3s67ppkyqdw9k", + "setCard": { + "id": "clot8i7d601k3s67ppkyqdw9k", + "slug": "bet_flaming_sword", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pfsd300tfe0v55ns6c95s", + "meta": { + "id": "clq3a13h800ocsh27dqll7lng", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon fumes and flares", + "subType": "Weapon", + "rulesText": "Bearer has +1 power, and its strikes splash full damage to each other enemy at a struck unit's location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i7d601k3s67ppkyqdw9k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pfz5l00the0v5bbuu4a5m", + "slug": "alp_flaming_sword_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/flaming_sword.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4pfsd300tfe0v55ns6c95s", + "setCardId": "clm4pfxue00tge0v5f9taaisa", + "setCard": { + "id": "clm4pfxue00tge0v5f9taaisa", + "slug": "alp_flaming_sword", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pfsd300tfe0v55ns6c95s", + "meta": { + "id": "clq3a13bj00obsh27cukzl5cj", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon fumes and flares", + "subType": "Weapon", + "rulesText": "Bearer has +1 power, and its strikes splash full damage to each other enemy at a struck unit's location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pfxue00tge0v5f9taaisa" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pg6xj00tie0v532cq8k38", + "slug": "alp_flaming_sword_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/flaming_sword-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4pfsd300tfe0v55ns6c95s", + "setCardId": "clm4pfxue00tge0v5f9taaisa", + "setCard": { + "id": "clm4pfxue00tge0v5f9taaisa", + "slug": "alp_flaming_sword", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pfsd300tfe0v55ns6c95s", + "meta": { + "id": "clq3a13bj00obsh27cukzl5cj", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon fumes and flares", + "subType": "Weapon", + "rulesText": "Bearer has +1 power, and its strikes splash full damage to each other enemy at a struck unit's location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pfxue00tge0v5f9taaisa" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lotdk000ue0v51r09a5qq", + "slug": "flanking_maneuver", + "name": "Flanking Maneuver", + "hotscore": 1443, + "guardian": { + "id": "clq39yef6004bsh27dazd3shs", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic and peculiar ploy", + "subType": "", + "rulesText": "Teleport any number of allies at one location to another location a chess knight's move away. Draw a card.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lotdk000ue0v51r09a5qq" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g38h00a2s67p9aiu6as0", + "slug": "bet_flanking_maneuver_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/flanking_maneuver.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4lotdk000ue0v51r09a5qq", + "setCardId": "clot8g37000a0s67pjrtjqsi6", + "setCard": { + "id": "clot8g37000a0s67pjrtjqsi6", + "slug": "bet_flanking_maneuver", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lotdk000ue0v51r09a5qq", + "meta": { + "id": "clq39yene004dsh27hiw6wjnk", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic and peculiar ploy", + "subType": "", + "rulesText": "Teleport any number of allies at one location to another location a chess knight's move away. Draw a card.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g37000a0s67pjrtjqsi6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g3a200a4s67pizk6kd7t", + "slug": "bet_flanking_maneuver_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/flanking_maneuver-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4lotdk000ue0v51r09a5qq", + "setCardId": "clot8g37000a0s67pjrtjqsi6", + "setCard": { + "id": "clot8g37000a0s67pjrtjqsi6", + "slug": "bet_flanking_maneuver", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lotdk000ue0v51r09a5qq", + "meta": { + "id": "clq39yene004dsh27hiw6wjnk", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic and peculiar ploy", + "subType": "", + "rulesText": "Teleport any number of allies at one location to another location a chess knight's move away. Draw a card.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g37000a0s67pjrtjqsi6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lp0e5000we0v529lg9xrh", + "slug": "alp_flanking_maneuver_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/flanking_maneuver.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4lotdk000ue0v51r09a5qq", + "setCardId": "clm4loz1t000ve0v53h7kcnug", + "setCard": { + "id": "clm4loz1t000ve0v53h7kcnug", + "slug": "alp_flanking_maneuver", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lotdk000ue0v51r09a5qq", + "meta": { + "id": "clq39yehq004csh27xktpaeke", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic and peculiar ploy", + "subType": "", + "rulesText": "Teleport any number of allies at one location to another location a chess knight's move away. Draw a card.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4loz1t000ve0v53h7kcnug" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lp7wz000xe0v567ra5y13", + "slug": "alp_flanking_maneuver_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/flanking_maneuver-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4lotdk000ue0v51r09a5qq", + "setCardId": "clm4loz1t000ve0v53h7kcnug", + "setCard": { + "id": "clm4loz1t000ve0v53h7kcnug", + "slug": "alp_flanking_maneuver", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lotdk000ue0v51r09a5qq", + "meta": { + "id": "clq39yehq004csh27xktpaeke", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic and peculiar ploy", + "subType": "", + "rulesText": "Teleport any number of allies at one location to another location a chess knight's move away. Draw a card.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4loz1t000ve0v53h7kcnug" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p4sau00r3e0v5c1uo7lkf", + "slug": "flood", + "name": "Flood", + "hotscore": 2157, + "guardian": { + "id": "clq3a0viu00mnsh27c9xu61q7", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of epochal inundation", + "subType": "", + "rulesText": "Affected sites are flooded. They're water sites.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p4sau00r3e0v5c1uo7lkf" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8i1bo01ggs67p2kidumh6", + "slug": "bet_flood_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/flood.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Nature is the anvil that has broken many hammers.", + "cardId": "clm4p4sau00r3e0v5c1uo7lkf", + "setCardId": "clot8i1a601ges67ppuid1p8r", + "setCard": { + "id": "clot8i1a601ges67ppuid1p8r", + "slug": "bet_flood", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p4sau00r3e0v5c1uo7lkf", + "meta": { + "id": "clq3a0vt200mpsh27rcgqvvt6", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of epochal inundation", + "subType": "", + "rulesText": "Affected sites are flooded. They're water sites.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i1a601ges67ppuid1p8r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i1d701gis67pewcd6l3t", + "slug": "bet_flood_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/flood-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Nature is the anvil that has broken many hammers.", + "cardId": "clm4p4sau00r3e0v5c1uo7lkf", + "setCardId": "clot8i1a601ges67ppuid1p8r", + "setCard": { + "id": "clot8i1a601ges67ppuid1p8r", + "slug": "bet_flood", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p4sau00r3e0v5c1uo7lkf", + "meta": { + "id": "clq3a0vt200mpsh27rcgqvvt6", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of epochal inundation", + "subType": "", + "rulesText": "Affected sites are flooded. They're water sites.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i1a601ges67ppuid1p8r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p4zqd00r5e0v50ny21zjo", + "slug": "alp_flood_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/flood.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Nature is the anvil that has broken many hammers.", + "cardId": "clm4p4sau00r3e0v5c1uo7lkf", + "setCardId": "clm4p4yfa00r4e0v58xr97eol", + "setCard": { + "id": "clm4p4yfa00r4e0v58xr97eol", + "slug": "alp_flood", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p4sau00r3e0v5c1uo7lkf", + "meta": { + "id": "clq3a0vl500mosh27p88tefjo", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of epochal inundation", + "subType": "", + "rulesText": "Affected sites are flooded. They're water sites.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p4yfa00r4e0v58xr97eol" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p5cha00r7e0v5ayba26r3", + "slug": "alp_flood_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/flood-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Michal Nagypál", + "flavorText": "Nature is the anvil that has broken many hammers.", + "cardId": "clm4p4sau00r3e0v5c1uo7lkf", + "setCardId": "clm4p4yfa00r4e0v58xr97eol", + "setCard": { + "id": "clm4p4yfa00r4e0v58xr97eol", + "slug": "alp_flood", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p4sau00r3e0v5c1uo7lkf", + "meta": { + "id": "clq3a0vl500mosh27p88tefjo", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of epochal inundation", + "subType": "", + "rulesText": "Affected sites are flooded. They're water sites.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p4yfa00r4e0v58xr97eol" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p578y00r6e0v594vsd9wm", + "slug": "alp_flood_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/flood-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Nature is the anvil that has broken many hammers.", + "cardId": "clm4p4sau00r3e0v5c1uo7lkf", + "setCardId": "clm4p4yfa00r4e0v58xr97eol", + "setCard": { + "id": "clm4p4yfa00r4e0v58xr97eol", + "slug": "alp_flood", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p4sau00r3e0v5c1uo7lkf", + "meta": { + "id": "clq3a0vl500mosh27p88tefjo", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of epochal inundation", + "subType": "", + "rulesText": "Affected sites are flooded. They're water sites.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p4yfa00r4e0v58xr97eol" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qgp9i011fe0v50oga5r4f", + "slug": "floodplain", + "name": "Floodplain", + "hotscore": 6718, + "guardian": { + "id": "clq3a1tx100tssh27xjpxnkbj", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of intermittent inundation", + "subType": "", + "rulesText": "Once on your turn, you may flood an adjacent site this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qgp9i011fe0v50oga5r4f" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8isod01x2s67pbuuy3uo5", + "slug": "bet_floodplain_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/floodplain.png", + "finish": "Standard", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qgp9i011fe0v50oga5r4f", + "setCardId": "clot8isms01x0s67pmq8h66aw", + "setCard": { + "id": "clot8isms01x0s67pmq8h66aw", + "slug": "bet_floodplain", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qgp9i011fe0v50oga5r4f", + "meta": { + "id": "clq3a1u7900tush279guywaa0", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of intermittent inundation", + "subType": "", + "rulesText": "Once on your turn, you may flood an adjacent site this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8isms01x0s67pmq8h66aw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ispv01x4s67p1w6cnznu", + "slug": "bet_floodplain_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/floodplain-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qgp9i011fe0v50oga5r4f", + "setCardId": "clot8isms01x0s67pmq8h66aw", + "setCard": { + "id": "clot8isms01x0s67pmq8h66aw", + "slug": "bet_floodplain", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qgp9i011fe0v50oga5r4f", + "meta": { + "id": "clq3a1u7900tush279guywaa0", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of intermittent inundation", + "subType": "", + "rulesText": "Once on your turn, you may flood an adjacent site this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8isms01x0s67pmq8h66aw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qgwag011he0v586wlb8h5", + "slug": "alp_floodplain_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/floodplain.png", + "finish": "Standard", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qgp9i011fe0v50oga5r4f", + "setCardId": "clm4qguz6011ge0v59p486b8y", + "setCard": { + "id": "clm4qguz6011ge0v59p486b8y", + "slug": "alp_floodplain", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qgp9i011fe0v50oga5r4f", + "meta": { + "id": "clq3a1tzk00ttsh27ffcj6u9j", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of intermittent inundation", + "subType": "", + "rulesText": "Once on your turn, you may flood an adjacent site this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qguz6011ge0v59p486b8y" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qh801011je0v5ht20b72s", + "slug": "alp_floodplain_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/floodplain-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qgp9i011fe0v50oga5r4f", + "setCardId": "clm4qguz6011ge0v59p486b8y", + "setCard": { + "id": "clm4qguz6011ge0v59p486b8y", + "slug": "alp_floodplain", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qgp9i011fe0v50oga5r4f", + "meta": { + "id": "clq3a1tzk00ttsh27ffcj6u9j", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of intermittent inundation", + "subType": "", + "rulesText": "Once on your turn, you may flood an adjacent site this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qguz6011ge0v59p486b8y" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qh2xx011ie0v55927hapi", + "slug": "alp_floodplain_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/floodplain-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qgp9i011fe0v50oga5r4f", + "setCardId": "clm4qguz6011ge0v59p486b8y", + "setCard": { + "id": "clm4qguz6011ge0v59p486b8y", + "slug": "alp_floodplain", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qgp9i011fe0v50oga5r4f", + "meta": { + "id": "clq3a1tzk00ttsh27ffcj6u9j", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of intermittent inundation", + "subType": "", + "rulesText": "Once on your turn, you may flood an adjacent site this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qguz6011ge0v59p486b8y" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ouxcv00oxe0v55hf41rq2", + "slug": "font_of_life", + "name": "Font of Life", + "hotscore": 1541, + "guardian": { + "id": "clq3a0o9v00l5sh27uvht0dne", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A rejuvenating infusion of Exceptional Magic", + "subType": "", + "rulesText": "Each ally heals an amount equal to the number of sites in its body of water.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ouxcv00oxe0v55hf41rq2" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hvgv01cys67pfnv35hca", + "slug": "bet_font_of_life_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/font_of_life.png", + "finish": "Standard", + "product": "Booster", + "artist": "Anson Maddocks", + "flavorText": "", + "cardId": "clm4ouxcv00oxe0v55hf41rq2", + "setCardId": "clot8hvf901cws67pzkekxwk7", + "setCard": { + "id": "clot8hvf901cws67pzkekxwk7", + "slug": "bet_font_of_life", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ouxcv00oxe0v55hf41rq2", + "meta": { + "id": "clq3a0ohz00l7sh27hgtvphkm", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A rejuvenating infusion of Exceptional Magic", + "subType": "", + "rulesText": "Each ally heals an amount equal to the number of sites in its body of water.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hvf901cws67pzkekxwk7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hvig01d0s67p7wi6zh6u", + "slug": "bet_font_of_life_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/font_of_life-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Anson Maddocks", + "flavorText": "", + "cardId": "clm4ouxcv00oxe0v55hf41rq2", + "setCardId": "clot8hvf901cws67pzkekxwk7", + "setCard": { + "id": "clot8hvf901cws67pzkekxwk7", + "slug": "bet_font_of_life", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ouxcv00oxe0v55hf41rq2", + "meta": { + "id": "clq3a0ohz00l7sh27hgtvphkm", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A rejuvenating infusion of Exceptional Magic", + "subType": "", + "rulesText": "Each ally heals an amount equal to the number of sites in its body of water.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hvf901cws67pzkekxwk7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ov4c500oze0v5ebchbrwh", + "slug": "alp_font_of_life_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/font_of_life.png", + "finish": "Standard", + "product": "Booster", + "artist": "Anson Maddocks", + "flavorText": "", + "cardId": "clm4ouxcv00oxe0v55hf41rq2", + "setCardId": "clm4ov30z00oye0v548142rid", + "setCard": { + "id": "clm4ov30z00oye0v548142rid", + "slug": "alp_font_of_life", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ouxcv00oxe0v55hf41rq2", + "meta": { + "id": "clq3a0ocb00l6sh279gx5z8xk", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A rejuvenating infusion of Exceptional Magic", + "subType": "", + "rulesText": "Each ally heals an amount equal to the number of sites in its body of water.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ov30z00oye0v548142rid" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ovbbw00p0e0v5996yg71g", + "slug": "alp_font_of_life_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/font_of_life-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Anson Maddocks", + "flavorText": "", + "cardId": "clm4ouxcv00oxe0v55hf41rq2", + "setCardId": "clm4ov30z00oye0v548142rid", + "setCard": { + "id": "clm4ov30z00oye0v548142rid", + "slug": "alp_font_of_life", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ouxcv00oxe0v55hf41rq2", + "meta": { + "id": "clq3a0ocb00l6sh279gx5z8xk", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A rejuvenating infusion of Exceptional Magic", + "subType": "", + "rulesText": "Each ally heals an amount equal to the number of sites in its body of water.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ov30z00oye0v548142rid" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qunip014ge0v5c5sxd44s", + "slug": "free_city", + "name": "Free City", + "hotscore": 6289, + "guardian": { + "id": "clq3a243500vvsh27t4qf72ud", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site kneels before none", + "subType": "", + "rulesText": "Once per turn, may attack or defend against enemy units here.", + "cost": 0, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qunip014ge0v5c5sxd44s" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j0tx021xs67pkpnnezfk", + "slug": "bet_free_city_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/free_city.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qunip014ge0v5c5sxd44s", + "setCardId": "clot8j0sf021vs67pcvf04waj", + "setCard": { + "id": "clot8j0sf021vs67pcvf04waj", + "slug": "bet_free_city", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qunip014ge0v5c5sxd44s", + "meta": { + "id": "clq3a24bk00vxsh279bxhnms5", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site kneels before none", + "subType": "", + "rulesText": "Once per turn, may attack or defend against enemy units here.", + "cost": 0, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j0sf021vs67pcvf04waj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j0vf021zs67psfssk3uw", + "slug": "bet_free_city_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/free_city-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qunip014ge0v5c5sxd44s", + "setCardId": "clot8j0sf021vs67pcvf04waj", + "setCard": { + "id": "clot8j0sf021vs67pcvf04waj", + "slug": "bet_free_city", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qunip014ge0v5c5sxd44s", + "meta": { + "id": "clq3a24bk00vxsh279bxhnms5", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site kneels before none", + "subType": "", + "rulesText": "Once per turn, may attack or defend against enemy units here.", + "cost": 0, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j0sf021vs67pcvf04waj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4quudd014ie0v5d3lb80z5", + "slug": "alp_free_city_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/free_city.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qunip014ge0v5c5sxd44s", + "setCardId": "clm4qut28014he0v5gbcj1tfm", + "setCard": { + "id": "clm4qut28014he0v5gbcj1tfm", + "slug": "alp_free_city", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qunip014ge0v5c5sxd44s", + "meta": { + "id": "clq3a245o00vwsh27xjrasj9l", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site kneels before none", + "subType": "", + "rulesText": "Once per turn, may attack or defend against enemy units here.", + "cost": 0, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qut28014he0v5gbcj1tfm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qv1ez014je0v54qvk4aq8", + "slug": "alp_free_city_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/free_city-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qunip014ge0v5c5sxd44s", + "setCardId": "clm4qut28014he0v5gbcj1tfm", + "setCard": { + "id": "clm4qut28014he0v5gbcj1tfm", + "slug": "alp_free_city", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qunip014ge0v5c5sxd44s", + "meta": { + "id": "clq3a245o00vwsh27xjrasj9l", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site kneels before none", + "subType": "", + "rulesText": "Once per turn, may attack or defend against enemy units here.", + "cost": 0, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qut28014he0v5gbcj1tfm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m90bp004le0v58h779xyo", + "slug": "frontier_settlers", + "name": "Frontier Settlers", + "hotscore": 2563, + "guardian": { + "id": "clq39yriy0072sh27b8me1e04", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals of till and toil", + "subType": "Mortal", + "rulesText": "Tap → Reveal and play your topmost site to an adjacent void or Rubble. Frontier Settlers move there and lose this ability.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m90bp004le0v58h779xyo" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gdfk00gas67plom7njns", + "slug": "bet_frontier_settlers_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/frontier_settlers.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "“Be fruitful, and multiply, and replenish the earth.“\r\n— Genesis 1:28", + "cardId": "clm4m90bp004le0v58h779xyo", + "setCardId": "clot8gde300g8s67pqcf5hsqb", + "setCard": { + "id": "clot8gde300g8s67pqcf5hsqb", + "slug": "bet_frontier_settlers", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m90bp004le0v58h779xyo", + "meta": { + "id": "clq39yrt00074sh27lri1ur85", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals of till and toil", + "subType": "Mortal", + "rulesText": "Tap → Reveal and play your topmost site to an adjacent void or Rubble. Frontier Settlers move there and lose this ability.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gde300g8s67pqcf5hsqb" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gdh300gcs67p5x0uwu2f", + "slug": "bet_frontier_settlers_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/frontier_settlers-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "“Be fruitful, and multiply, and replenish the earth.“\r\n— Genesis 1:28", + "cardId": "clm4m90bp004le0v58h779xyo", + "setCardId": "clot8gde300g8s67pqcf5hsqb", + "setCard": { + "id": "clot8gde300g8s67pqcf5hsqb", + "slug": "bet_frontier_settlers", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m90bp004le0v58h779xyo", + "meta": { + "id": "clq39yrt00074sh27lri1ur85", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals of till and toil", + "subType": "Mortal", + "rulesText": "Tap → Reveal and play your topmost site to an adjacent void or Rubble. Frontier Settlers move there and lose this ability.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gde300g8s67pqcf5hsqb" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m97t5004ne0v58eljffn1", + "slug": "alp_frontier_settlers_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/frontier_settlers.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "“Be fruitful, and multiply, and replenish the earth.“\n— Genesis 1:28", + "cardId": "clm4m90bp004le0v58h779xyo", + "setCardId": "clm4m96fz004me0v53dtkglv6", + "setCard": { + "id": "clm4m96fz004me0v53dtkglv6", + "slug": "alp_frontier_settlers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m90bp004le0v58h779xyo", + "meta": { + "id": "clq39yrl70073sh279f0pioom", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals of till and toil", + "subType": "Mortal", + "rulesText": "Tap → Reveal the topmost site of your atlas. Play it adjacent to Frontier Settlers, if able, and they move there. They lose this ability.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m96fz004me0v53dtkglv6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m9map004pe0v5at15g75u", + "slug": "alp_frontier_settlers_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/frontier_settlers-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Ossi Hiekkala", + "flavorText": "“Be fruitful, and multiply, and replenish the earth.“\n— Genesis 1:28", + "cardId": "clm4m90bp004le0v58h779xyo", + "setCardId": "clm4m96fz004me0v53dtkglv6", + "setCard": { + "id": "clm4m96fz004me0v53dtkglv6", + "slug": "alp_frontier_settlers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m90bp004le0v58h779xyo", + "meta": { + "id": "clq39yrl70073sh279f0pioom", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals of till and toil", + "subType": "Mortal", + "rulesText": "Tap → Reveal the topmost site of your atlas. Play it adjacent to Frontier Settlers, if able, and they move there. They lose this ability.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m96fz004me0v53dtkglv6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m9g9o004oe0v50hto7vy9", + "slug": "alp_frontier_settlers_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/frontier_settlers-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "“Be fruitful, and multiply, and replenish the earth.“\n— Genesis 1:28", + "cardId": "clm4m90bp004le0v58h779xyo", + "setCardId": "clm4m96fz004me0v53dtkglv6", + "setCard": { + "id": "clm4m96fz004me0v53dtkglv6", + "slug": "alp_frontier_settlers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m90bp004le0v58h779xyo", + "meta": { + "id": "clq39yrl70073sh279f0pioom", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals of till and toil", + "subType": "Mortal", + "rulesText": "Tap → Reveal the topmost site of your atlas. Play it adjacent to Frontier Settlers, if able, and they move there. They lose this ability.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m96fz004me0v53dtkglv6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ovgjv00p1e0v5d58mh5rl", + "slug": "frost_nova", + "name": "Frost Nova", + "hotscore": 421, + "guardian": { + "id": "clq3a0onn00l8sh27emfha24z", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "An Exceptional explosion of arctic Magic", + "subType": "", + "rulesText": "Freeze nearby enemy minions. They're disabled until your next turn.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ovgjv00p1e0v5d58mh5rl" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hvsv01d5s67pfdou12p4", + "slug": "bet_frost_nova_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/frost_nova.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ovgjv00p1e0v5d58mh5rl", + "setCardId": "clot8hvrc01d3s67pmuyfoffu", + "setCard": { + "id": "clot8hvrc01d3s67pmuyfoffu", + "slug": "bet_frost_nova", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ovgjv00p1e0v5d58mh5rl", + "meta": { + "id": "clq3a0oxa00lash27uyq1f8l3", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "An Exceptional explosion of arctic Magic", + "subType": "", + "rulesText": "Freeze nearby enemy minions. They're disabled until your next turn.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hvrc01d3s67pmuyfoffu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hvug01d7s67p62a9awau", + "slug": "bet_frost_nova_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/frost_nova-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ovgjv00p1e0v5d58mh5rl", + "setCardId": "clot8hvrc01d3s67pmuyfoffu", + "setCard": { + "id": "clot8hvrc01d3s67pmuyfoffu", + "slug": "bet_frost_nova", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ovgjv00p1e0v5d58mh5rl", + "meta": { + "id": "clq3a0oxa00lash27uyq1f8l3", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "An Exceptional explosion of arctic Magic", + "subType": "", + "rulesText": "Freeze nearby enemy minions. They're disabled until your next turn.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hvrc01d3s67pmuyfoffu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ovnqi00p3e0v51jtd94h2", + "slug": "alp_frost_nova_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/frost_nova.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ovgjv00p1e0v5d58mh5rl", + "setCardId": "clm4ovmfg00p2e0v57mwzgx8c", + "setCard": { + "id": "clm4ovmfg00p2e0v57mwzgx8c", + "slug": "alp_frost_nova", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ovgjv00p1e0v5d58mh5rl", + "meta": { + "id": "clq3a0opz00l9sh27i87x0n89", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "An Exceptional explosion of arctic Magic", + "subType": "", + "rulesText": "Freeze nearby enemy minions. They're disabled until your next turn.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ovmfg00p2e0v57mwzgx8c" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ovzwu00p5e0v55k702aml", + "slug": "alp_frost_nova_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/frost_nova-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ovgjv00p1e0v5d58mh5rl", + "setCardId": "clm4ovmfg00p2e0v57mwzgx8c", + "setCard": { + "id": "clm4ovmfg00p2e0v57mwzgx8c", + "slug": "alp_frost_nova", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ovgjv00p1e0v5d58mh5rl", + "meta": { + "id": "clq3a0opz00l9sh27i87x0n89", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "An Exceptional explosion of arctic Magic", + "subType": "", + "rulesText": "Freeze nearby enemy minions. They're disabled until your next turn.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ovmfg00p2e0v57mwzgx8c" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ovuv900p4e0v52b0m159b", + "slug": "alp_frost_nova_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/frost_nova-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ovgjv00p1e0v5d58mh5rl", + "setCardId": "clm4ovmfg00p2e0v57mwzgx8c", + "setCard": { + "id": "clm4ovmfg00p2e0v57mwzgx8c", + "slug": "alp_frost_nova", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ovgjv00p1e0v5d58mh5rl", + "meta": { + "id": "clq3a0opz00l9sh27i87x0n89", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "An Exceptional explosion of arctic Magic", + "subType": "", + "rulesText": "Freeze nearby enemy minions. They're disabled until your next turn.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ovmfg00p2e0v57mwzgx8c" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clot8j4rd024cs67p3py4vdyc", + "slug": "geomancer", + "name": "Geomancer", + "hotscore": 122, + "guardian": { + "id": "clq3a2d9l00xvsh27khszgxt8", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar cultivates the seeds of conquest", + "subType": "", + "rulesText": "Tap → Play or draw a site. If you played an earth site, fill a void adjacent to you with Rubble.\r\n\r\nTap → Replace an adjacent Rubble with the topmost site of your atlas.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clot8j4rd024cs67p3py4vdyc" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j4z3024gs67p8na6bewa", + "slug": "bet_geomancer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/geomancer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clot8j4rd024cs67p3py4vdyc", + "setCardId": "clot8j4xi024es67pxjmjcyf1", + "setCard": { + "id": "clot8j4xi024es67pxjmjcyf1", + "slug": "bet_geomancer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clot8j4rd024cs67p3py4vdyc", + "meta": { + "id": "clq3a2dbv00xwsh27mcpiaxfw", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar cultivates the seeds of conquest", + "subType": "", + "rulesText": "Tap → Play or draw a site. If you played an earth site, fill a void adjacent to you with Rubble.\r\n\r\nTap → Replace an adjacent Rubble with the topmost site of your atlas.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j4xi024es67pxjmjcyf1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j50u024is67p92nea51h", + "slug": "bet_geomancer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/geomancer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clot8j4rd024cs67p3py4vdyc", + "setCardId": "clot8j4xi024es67pxjmjcyf1", + "setCard": { + "id": "clot8j4xi024es67pxjmjcyf1", + "slug": "bet_geomancer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clot8j4rd024cs67p3py4vdyc", + "meta": { + "id": "clq3a2dbv00xwsh27mcpiaxfw", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar cultivates the seeds of conquest", + "subType": "", + "rulesText": "Tap → Play or draw a site. If you played an earth site, fill a void adjacent to you with Rubble.\r\n\r\nTap → Replace an adjacent Rubble with the topmost site of your atlas.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j4xi024es67pxjmjcyf1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ow11g00p6e0v571y03k8o", + "slug": "geyser", + "name": "Geyser", + "hotscore": 1076, + "guardian": { + "id": "clq3a0p3300lbsh27jtolinos", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A sudden gush of Exceptional Magic", + "subType": "", + "rulesText": "This turn, flood target site and give each minion there Airborne. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ow11g00p6e0v571y03k8o" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hw5q01dcs67p589fjuxd", + "slug": "bet_geyser_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/geyser.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4ow11g00p6e0v571y03k8o", + "setCardId": "clot8hw4201das67pi36vgtyd", + "setCard": { + "id": "clot8hw4201das67pi36vgtyd", + "slug": "bet_geyser", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ow11g00p6e0v571y03k8o", + "meta": { + "id": "clq3a0pba00ldsh27wls77urn", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A sudden gush of Exceptional Magic", + "subType": "", + "rulesText": "This turn, flood target site and give each minion there Airborne. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hw4201das67pi36vgtyd" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hw7k01des67p1eyjxpmw", + "slug": "bet_geyser_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/geyser-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4ow11g00p6e0v571y03k8o", + "setCardId": "clot8hw4201das67pi36vgtyd", + "setCard": { + "id": "clot8hw4201das67pi36vgtyd", + "slug": "bet_geyser", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ow11g00p6e0v571y03k8o", + "meta": { + "id": "clq3a0pba00ldsh27wls77urn", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A sudden gush of Exceptional Magic", + "subType": "", + "rulesText": "This turn, flood target site and give each minion there Airborne. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hw4201das67pi36vgtyd" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ow8l900p8e0v58hzz7ytd", + "slug": "alp_geyser_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/geyser.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4ow11g00p6e0v571y03k8o", + "setCardId": "clm4ow7a000p7e0v50wu33310", + "setCard": { + "id": "clm4ow7a000p7e0v50wu33310", + "slug": "alp_geyser", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ow11g00p6e0v571y03k8o", + "meta": { + "id": "clq3a0p5d00lcsh277tl1gv9s", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A sudden gush of Exceptional Magic", + "subType": "", + "rulesText": "This turn, flood target site and give each minion there Airborne. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ow7a000p7e0v50wu33310" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4owesl00p9e0v50c7aear6", + "slug": "alp_geyser_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/geyser-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4ow11g00p6e0v571y03k8o", + "setCardId": "clm4ow7a000p7e0v50wu33310", + "setCard": { + "id": "clm4ow7a000p7e0v50wu33310", + "slug": "alp_geyser", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ow11g00p6e0v571y03k8o", + "meta": { + "id": "clq3a0p5d00lcsh277tl1gv9s", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A sudden gush of Exceptional Magic", + "subType": "", + "rulesText": "This turn, flood target site and give each minion there Airborne. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ow7a000p7e0v50wu33310" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ocg1k00kwe0v58p9xh4du", + "slug": "ghost_ship", + "name": "Ghost Ship", + "hotscore": 1928, + "guardian": { + "id": "clq3a0amm00idsh27wbo2hp6e", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Spirits sail undying seas", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nWhenever Ghost Ship enters a site from the void, you may summon a Spirit from any cemetery to its location.", + "cost": 6, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ocg1k00kwe0v58p9xh4du" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hksr016js67pvhjkiol1", + "slug": "bet_ghost_ship_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ghost_ship.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4ocg1k00kwe0v58p9xh4du", + "setCardId": "clot8hkr0016hs67plqz1iymx", + "setCard": { + "id": "clot8hkr0016hs67plqz1iymx", + "slug": "bet_ghost_ship", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ocg1k00kwe0v58p9xh4du", + "meta": { + "id": "clq3a0aur00ifsh27eb7aqo30", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Spirits sail undying seas", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nWhenever Ghost Ship enters a site from the void, you may summon a Spirit from any cemetery to its location.", + "cost": 6, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hkr0016hs67plqz1iymx" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hku9016ls67py6i1xivg", + "slug": "bet_ghost_ship_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ghost_ship-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4ocg1k00kwe0v58p9xh4du", + "setCardId": "clot8hkr0016hs67plqz1iymx", + "setCard": { + "id": "clot8hkr0016hs67plqz1iymx", + "slug": "bet_ghost_ship", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ocg1k00kwe0v58p9xh4du", + "meta": { + "id": "clq3a0aur00ifsh27eb7aqo30", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Spirits sail undying seas", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nWhenever Ghost Ship enters a site from the void, you may summon a Spirit from any cemetery to its location.", + "cost": 6, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hkr0016hs67plqz1iymx" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ocnhq00kye0v5c2ur5va7", + "slug": "alp_ghost_ship_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ghost_ship.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4ocg1k00kwe0v58p9xh4du", + "setCardId": "clm4ocm5e00kxe0v5991u8kin", + "setCard": { + "id": "clm4ocm5e00kxe0v5991u8kin", + "slug": "alp_ghost_ship", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ocg1k00kwe0v58p9xh4du", + "meta": { + "id": "clq3a0aoz00iesh27cw98tdya", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Spirits sail undying seas", + "subType": "Spirit", + "rulesText": "Voidwalk\n\nWhenever Ghost Ship enters a site from the void, you may summon a Spirit from any cemetery to its location.", + "cost": 6, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ocm5e00kxe0v5991u8kin" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ocva600kze0v5dxg5cxvp", + "slug": "alp_ghost_ship_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ghost_ship-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4ocg1k00kwe0v58p9xh4du", + "setCardId": "clm4ocm5e00kxe0v5991u8kin", + "setCard": { + "id": "clm4ocm5e00kxe0v5991u8kin", + "slug": "alp_ghost_ship", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ocg1k00kwe0v58p9xh4du", + "meta": { + "id": "clq3a0aoz00iesh27cw98tdya", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Spirits sail undying seas", + "subType": "Spirit", + "rulesText": "Voidwalk\n\nWhenever Ghost Ship enters a site from the void, you may summon a Spirit from any cemetery to its location.", + "cost": 6, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ocm5e00kxe0v5991u8kin" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4od28h00l0e0v5hid3f6x5", + "slug": "giant_shark", + "name": "Giant Shark", + "hotscore": 1502, + "guardian": { + "id": "clq3a0b0k00igsh27qilq4v2w", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast smells blood in the water", + "subType": "Beast", + "rulesText": "Submerge, Waterbound\r\n \r\nWhenever another unit enters or moves between sites in this body of water, Giant Shark moves to that unit to fight it.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4od28h00l0e0v5hid3f6x5" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hl4z016qs67poytmwg8y", + "slug": "bet_giant_shark_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/giant_shark.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4od28h00l0e0v5hid3f6x5", + "setCardId": "clot8hl3g016os67p88bfd6d2", + "setCard": { + "id": "clot8hl3g016os67p88bfd6d2", + "slug": "bet_giant_shark", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4od28h00l0e0v5hid3f6x5", + "meta": { + "id": "clq3a0b8l00iish273wxovlcp", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast smells blood in the water", + "subType": "Beast", + "rulesText": "Submerge, Waterbound\r\n \r\nWhenever another unit enters or moves between sites in this body of water, Giant Shark moves to that unit to fight it.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hl3g016os67p88bfd6d2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hl6m016ss67p4v0ithlg", + "slug": "bet_giant_shark_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/giant_shark-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4od28h00l0e0v5hid3f6x5", + "setCardId": "clot8hl3g016os67p88bfd6d2", + "setCard": { + "id": "clot8hl3g016os67p88bfd6d2", + "slug": "bet_giant_shark", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4od28h00l0e0v5hid3f6x5", + "meta": { + "id": "clq3a0b8l00iish273wxovlcp", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast smells blood in the water", + "subType": "Beast", + "rulesText": "Submerge, Waterbound\r\n \r\nWhenever another unit enters or moves between sites in this body of water, Giant Shark moves to that unit to fight it.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hl3g016os67p88bfd6d2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4od9z100l2e0v536eb1o79", + "slug": "alp_giant_shark_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/giant_shark.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4od28h00l0e0v5hid3f6x5", + "setCardId": "clm4od8mf00l1e0v5ditggj3j", + "setCard": { + "id": "clm4od8mf00l1e0v5ditggj3j", + "slug": "alp_giant_shark", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4od28h00l0e0v5hid3f6x5", + "meta": { + "id": "clq3a0b2u00ihsh27atvwhat1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast smells blood in the water", + "subType": "Beast", + "rulesText": "Submerge, Waterbound\n\nWhenever another unit enters or moves between sites in this body of water, Giant Shark moves to that unit to fight it.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4od8mf00l1e0v5ditggj3j" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4odi1t00l3e0v59y8jdwab", + "slug": "alp_giant_shark_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/giant_shark-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4od28h00l0e0v5hid3f6x5", + "setCardId": "clm4od8mf00l1e0v5ditggj3j", + "setCard": { + "id": "clm4od8mf00l1e0v5ditggj3j", + "slug": "alp_giant_shark", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4od28h00l0e0v5hid3f6x5", + "meta": { + "id": "clq3a0b2u00ihsh27atvwhat1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast smells blood in the water", + "subType": "Beast", + "rulesText": "Submerge, Waterbound\n\nWhenever another unit enters or moves between sites in this body of water, Giant Shark moves to that unit to fight it.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4od8mf00l1e0v5ditggj3j" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4my410009we0v515npd3vr", + "slug": "gigantism", + "name": "Gigantism", + "hotscore": 3784, + "guardian": { + "id": "clq39z9d200arsh2729ihiy0u", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of surpassing strength", + "subType": "", + "rulesText": "Give an allied unit +6 power this turn.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4my410009we0v515npd3vr" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8grmu00ous67pwjjl9huk", + "slug": "bet_gigantism_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/gigantism.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "I, uh ... think you're gonna need a new roof.", + "cardId": "clm4my410009we0v515npd3vr", + "setCardId": "clot8grlb00oss67ply4303gs", + "setCard": { + "id": "clot8grlb00oss67ply4303gs", + "slug": "bet_gigantism", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4my410009we0v515npd3vr", + "meta": { + "id": "clq39z9la00atsh27myktllve", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of surpassing strength", + "subType": "", + "rulesText": "Give an allied unit +6 power this turn.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8grlb00oss67ply4303gs" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8grob00ows67pvvcqyjwr", + "slug": "bet_gigantism_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/gigantism-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "I, uh ... think you're gonna need a new roof.", + "cardId": "clm4my410009we0v515npd3vr", + "setCardId": "clot8grlb00oss67ply4303gs", + "setCard": { + "id": "clot8grlb00oss67ply4303gs", + "slug": "bet_gigantism", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4my410009we0v515npd3vr", + "meta": { + "id": "clq39z9la00atsh27myktllve", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of surpassing strength", + "subType": "", + "rulesText": "Give an allied unit +6 power this turn.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8grlb00oss67ply4303gs" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4myau5009ye0v50w1pfg12", + "slug": "alp_gigantism_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gigantism.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "Pity these meek and measly men!", + "cardId": "clm4my410009we0v515npd3vr", + "setCardId": "clm4my9is009xe0v5c2lj5ztf", + "setCard": { + "id": "clm4my9is009xe0v5c2lj5ztf", + "slug": "alp_gigantism", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4my410009we0v515npd3vr", + "meta": { + "id": "clq39z9fc00assh2763luodzo", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of sheer strength", + "subType": "", + "rulesText": "Give an allied unit +6 power this turn.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4my9is009xe0v5c2lj5ztf" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4myhvn009ze0v5c4cxfgoc", + "slug": "alp_gigantism_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gigantism-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "Pity these meek and measly men!", + "cardId": "clm4my410009we0v515npd3vr", + "setCardId": "clm4my9is009xe0v5c2lj5ztf", + "setCard": { + "id": "clm4my9is009xe0v5c2lj5ztf", + "slug": "alp_gigantism", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4my410009we0v515npd3vr", + "meta": { + "id": "clq39z9fc00assh2763luodzo", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of sheer strength", + "subType": "", + "rulesText": "Give an allied unit +6 power this turn.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4my9is009xe0v5c2lj5ztf" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pgcdm00tje0v5fco75l3k", + "slug": "gilded_aegis", + "name": "Gilded Aegis", + "hotscore": 719, + "guardian": { + "id": "clq3a13ms00odsh27w5t9l50q", + "type": "Artifact", + "rarity": "Unique", + "typeText": "Unique Armor and bulwark against death", + "subType": "Armor", + "rulesText": "If bearer is a minion and would die, instead fully heal it and banish Gilded Aegis.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pgcdm00tje0v5fco75l3k" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i7q901kcs67przt61zfw", + "slug": "bet_gilded_aegis_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/gilded_aegis.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pgcdm00tje0v5fco75l3k", + "setCardId": "clot8i7oq01kas67pjuz9608j", + "setCard": { + "id": "clot8i7oq01kas67pjuz9608j", + "slug": "bet_gilded_aegis", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pgcdm00tje0v5fco75l3k", + "meta": { + "id": "clq3a13uk00ofsh27fmxsa5ey", + "type": "Artifact", + "rarity": "Unique", + "typeText": "Unique Armor and bulwark against death", + "subType": "Armor", + "rulesText": "If bearer is a minion and would die, instead fully heal it and banish Gilded Aegis.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i7oq01kas67pjuz9608j" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i7rs01kes67palhh2r94", + "slug": "bet_gilded_aegis_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/gilded_aegis-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pgcdm00tje0v5fco75l3k", + "setCardId": "clot8i7oq01kas67pjuz9608j", + "setCard": { + "id": "clot8i7oq01kas67pjuz9608j", + "slug": "bet_gilded_aegis", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pgcdm00tje0v5fco75l3k", + "meta": { + "id": "clq3a13uk00ofsh27fmxsa5ey", + "type": "Artifact", + "rarity": "Unique", + "typeText": "Unique Armor and bulwark against death", + "subType": "Armor", + "rulesText": "If bearer is a minion and would die, instead fully heal it and banish Gilded Aegis.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i7oq01kas67pjuz9608j" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pgj5g00tle0v5fevs4n4p", + "slug": "alp_gilded_aegis_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gilded_aegis.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pgcdm00tje0v5fco75l3k", + "setCardId": "clm4pghug00tke0v5dsj84bxy", + "setCard": { + "id": "clm4pghug00tke0v5dsj84bxy", + "slug": "alp_gilded_aegis", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pgcdm00tje0v5fco75l3k", + "meta": { + "id": "clq3a13p200oesh27sgc4blex", + "type": "Artifact", + "rarity": "Unique", + "typeText": "Unique Armor and bulwark against death", + "subType": "Armor", + "rulesText": "If bearer is a minion and would die, instead fully heal it and banish Gilded Aegis.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pghug00tke0v5dsj84bxy" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pgpt600tme0v5f97ffhyf", + "slug": "alp_gilded_aegis_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gilded_aegis-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pgcdm00tje0v5fco75l3k", + "setCardId": "clm4pghug00tke0v5dsj84bxy", + "setCard": { + "id": "clm4pghug00tke0v5dsj84bxy", + "slug": "alp_gilded_aegis", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pgcdm00tje0v5fco75l3k", + "meta": { + "id": "clq3a13p200oesh27sgc4blex", + "type": "Artifact", + "rarity": "Unique", + "typeText": "Unique Armor and bulwark against death", + "subType": "Armor", + "rulesText": "If bearer is a minion and would die, instead fully heal it and banish Gilded Aegis.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pghug00tke0v5dsj84bxy" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m9ng6004qe0v5by7z6nnj", + "slug": "gneissgnath_gnomes", + "name": "Gneissgnath Gnomes", + "hotscore": 273, + "guardian": { + "id": "clq39yryx0075sh27hk51zh5k", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Gnomes gnot gnearly gnabbed", + "subType": "Gnome", + "rulesText": "Burrowing\r\n\r\nAt the end of your turn, Gneissgnath Gnomes may burrow.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4m9ng6004qe0v5by7z6nnj" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gdrr00ghs67pucvcwxwy", + "slug": "bet_gneissgnath_gnomes_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/gneissgnath_gnomes.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4m9ng6004qe0v5by7z6nnj", + "setCardId": "clot8gdq600gfs67p9jkp4q3z", + "setCard": { + "id": "clot8gdq600gfs67p9jkp4q3z", + "slug": "bet_gneissgnath_gnomes", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m9ng6004qe0v5by7z6nnj", + "meta": { + "id": "clq39ys6u0077sh279js7q6ps", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Gnomes gnot gnearly gnabbed", + "subType": "Gnome", + "rulesText": "Burrowing\r\n\r\nAt the end of your turn, Gneissgnath Gnomes may burrow.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gdq600gfs67p9jkp4q3z" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gdtq00gjs67p2vy1thgk", + "slug": "bet_gneissgnath_gnomes_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/gneissgnath_gnomes-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4m9ng6004qe0v5by7z6nnj", + "setCardId": "clot8gdq600gfs67p9jkp4q3z", + "setCard": { + "id": "clot8gdq600gfs67p9jkp4q3z", + "slug": "bet_gneissgnath_gnomes", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m9ng6004qe0v5by7z6nnj", + "meta": { + "id": "clq39ys6u0077sh279js7q6ps", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Gnomes gnot gnearly gnabbed", + "subType": "Gnome", + "rulesText": "Burrowing\r\n\r\nAt the end of your turn, Gneissgnath Gnomes may burrow.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gdq600gfs67p9jkp4q3z" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m9uz0004se0v57jh1d3v7", + "slug": "alp_gneissgnath_gnomes_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gneissgnath_gnomes.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4m9ng6004qe0v5by7z6nnj", + "setCardId": "clm4m9tm4004re0v50m9f67qx", + "setCard": { + "id": "clm4m9tm4004re0v50m9f67qx", + "slug": "alp_gneissgnath_gnomes", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m9ng6004qe0v5by7z6nnj", + "meta": { + "id": "clq39ys190076sh27sh5rgvq7", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Gnomes gnot gnearly gnabbed", + "subType": "Gnome", + "rulesText": "Burrowing\n\nAt the end of your turn, Gneissgnath Gnomes may burrow.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m9tm4004re0v50m9f67qx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ma2gl004te0v56f30apkh", + "slug": "alp_gneissgnath_gnomes_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gneissgnath_gnomes-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4m9ng6004qe0v5by7z6nnj", + "setCardId": "clm4m9tm4004re0v50m9f67qx", + "setCard": { + "id": "clm4m9tm4004re0v50m9f67qx", + "slug": "alp_gneissgnath_gnomes", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m9ng6004qe0v5by7z6nnj", + "meta": { + "id": "clq39ys190076sh27sh5rgvq7", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Gnomes gnot gnearly gnabbed", + "subType": "Gnome", + "rulesText": "Burrowing\n\nAt the end of your turn, Gneissgnath Gnomes may burrow.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4m9tm4004re0v50m9f67qx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q4pop00yqe0v544k26jsi", + "slug": "gnome_hollows", + "name": "Gnome Hollows", + "hotscore": 4666, + "guardian": { + "id": "clq3a1l2a00s1sh27uzp4ua6u", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of quaint construction", + "subType": "", + "rulesText": "Units with 3 or more power can’t enter this site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4q4pop00yqe0v544k26jsi" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8ilxm01szs67ptbtig42v", + "slug": "bet_gnome_hollows_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/gnome_hollows.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4q4pop00yqe0v544k26jsi", + "setCardId": "clot8ilw501sxs67pmuz5eu3i", + "setCard": { + "id": "clot8ilw501sxs67pmuz5eu3i", + "slug": "bet_gnome_hollows", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q4pop00yqe0v544k26jsi", + "meta": { + "id": "clq3a1lar00s3sh27o0jiiq4i", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of quaint construction", + "subType": "", + "rulesText": "Units with 3 or more power can’t enter this site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ilw501sxs67pmuz5eu3i" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ilz301t1s67pwnpt5dz0", + "slug": "bet_gnome_hollows_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/gnome_hollows-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4q4pop00yqe0v544k26jsi", + "setCardId": "clot8ilw501sxs67pmuz5eu3i", + "setCard": { + "id": "clot8ilw501sxs67pmuz5eu3i", + "slug": "bet_gnome_hollows", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q4pop00yqe0v544k26jsi", + "meta": { + "id": "clq3a1lar00s3sh27o0jiiq4i", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of quaint construction", + "subType": "", + "rulesText": "Units with 3 or more power can’t enter this site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ilw501sxs67pmuz5eu3i" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q4wk300yse0v502v0e8mx", + "slug": "alp_gnome_hollows_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gnome_hollows.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4q4pop00yqe0v544k26jsi", + "setCardId": "clm4q4v9100yre0v57bnp8cbr", + "setCard": { + "id": "clm4q4v9100yre0v57bnp8cbr", + "slug": "alp_gnome_hollows", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q4pop00yqe0v544k26jsi", + "meta": { + "id": "clq3a1l4n00s2sh27umvlw9ss", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of quaint construction", + "subType": "", + "rulesText": "Units with 3 or more power can’t enter this site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q4v9100yre0v57bnp8cbr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q547900yte0v52rpwhvaf", + "slug": "alp_gnome_hollows_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gnome_hollows-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4q4pop00yqe0v544k26jsi", + "setCardId": "clm4q4v9100yre0v57bnp8cbr", + "setCard": { + "id": "clm4q4v9100yre0v57bnp8cbr", + "slug": "alp_gnome_hollows", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q4pop00yqe0v544k26jsi", + "meta": { + "id": "clq3a1l4n00s2sh27umvlw9ss", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of quaint construction", + "subType": "", + "rulesText": "Units with 3 or more power can’t enter this site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q4v9100yre0v57bnp8cbr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q0kkz00xte0v5cele33r6", + "slug": "gothic_tower", + "name": "Gothic Tower", + "hotscore": 14276, + "guardian": { + "id": "clq3a1i3k00rgsh275v52nprp", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of rumination", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Gothic Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4q0kkz00xte0v5cele33r6" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ijp801rms67pcz1qwuoz", + "slug": "bet_gothic_tower_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/gothic_tower.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q0kkz00xte0v5cele33r6", + "setCardId": "clot8ijnp01rks67pw4na86hf", + "setCard": { + "id": "clot8ijnp01rks67pw4na86hf", + "slug": "bet_gothic_tower", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q0kkz00xte0v5cele33r6", + "meta": { + "id": "clq3a1idd00rish27nqdg6bdr", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of rumination", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Gothic Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ijnp01rks67pw4na86hf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ijqq01ros67phadb2mo4", + "slug": "bet_gothic_tower_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/gothic_tower-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q0kkz00xte0v5cele33r6", + "setCardId": "clot8ijnp01rks67pw4na86hf", + "setCard": { + "id": "clot8ijnp01rks67pw4na86hf", + "slug": "bet_gothic_tower", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q0kkz00xte0v5cele33r6", + "meta": { + "id": "clq3a1idd00rish27nqdg6bdr", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of rumination", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Gothic Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ijnp01rks67pw4na86hf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q0so200xve0v57ra6eybh", + "slug": "alp_gothic_tower_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gothic_tower.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q0kkz00xte0v5cele33r6", + "setCardId": "clm4q0rav00xue0v5getcf2eu", + "setCard": { + "id": "clm4q0rav00xue0v5getcf2eu", + "slug": "alp_gothic_tower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q0kkz00xte0v5cele33r6", + "meta": { + "id": "clq3a1i5s00rhsh277szz6cq4", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of rumination", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Gothic Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q0rav00xue0v5getcf2eu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q178t00xxe0v54jozbkl6", + "slug": "alp_gothic_tower_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gothic_tower-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q0kkz00xte0v5cele33r6", + "setCardId": "clm4q0rav00xue0v5getcf2eu", + "setCard": { + "id": "clm4q0rav00xue0v5getcf2eu", + "slug": "alp_gothic_tower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q0kkz00xte0v5cele33r6", + "meta": { + "id": "clq3a1i5s00rhsh277szz6cq4", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of rumination", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Gothic Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q0rav00xue0v5getcf2eu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q10g100xwe0v5e7nb74rh", + "slug": "alp_gothic_tower_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gothic_tower-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q0kkz00xte0v5cele33r6", + "setCardId": "clm4q0rav00xue0v5getcf2eu", + "setCard": { + "id": "clm4q0rav00xue0v5getcf2eu", + "slug": "alp_gothic_tower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q0kkz00xte0v5cele33r6", + "meta": { + "id": "clq3a1i5s00rhsh277szz6cq4", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of rumination", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Gothic Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q0rav00xue0v5getcf2eu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4i6o6q000w24v5f9mf36ue", + "slug": "grandmaster_wizard", + "name": "Grandmaster Wizard", + "hotscore": 8479, + "guardian": { + "id": "clq39xw4h000lsh27t7qurpkt", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of arcane expertise", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nGenesis → Draw three spells.", + "cost": 6, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4i6o6q000w24v5f9mf36ue" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fohp001is67pysk1igib", + "slug": "bet_grandmaster_wizard_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/grandmaster_wizard.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4i6o6q000w24v5f9mf36ue", + "setCardId": "clot8fog8001gs67pj3araeqx", + "setCard": { + "id": "clot8fog8001gs67pj3araeqx", + "slug": "bet_grandmaster_wizard", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i6o6q000w24v5f9mf36ue", + "meta": { + "id": "clq39xwdz000nsh27cini1wz9", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of arcane expertise", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nGenesis → Draw three spells.", + "cost": 6, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fog8001gs67pj3araeqx" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8foj7001ks67p8dyodyij", + "slug": "bet_grandmaster_wizard_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/grandmaster_wizard-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4i6o6q000w24v5f9mf36ue", + "setCardId": "clot8fog8001gs67pj3araeqx", + "setCard": { + "id": "clot8fog8001gs67pj3araeqx", + "slug": "bet_grandmaster_wizard", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i6o6q000w24v5f9mf36ue", + "meta": { + "id": "clq39xwdz000nsh27cini1wz9", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of arcane expertise", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nGenesis → Draw three spells.", + "cost": 6, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fog8001gs67pj3araeqx" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i6w9g000y24v54o586f0m", + "slug": "alp_grandmaster_wizard_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/grandmaster_wizard.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4i6o6q000w24v5f9mf36ue", + "setCardId": "clm4i6uxj000x24v5fsij5vvl", + "setCard": { + "id": "clm4i6uxj000x24v5fsij5vvl", + "slug": "alp_grandmaster_wizard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i6o6q000w24v5f9mf36ue", + "meta": { + "id": "clq39xw6q000msh27nzi69y80", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of arcane expertise", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nGenesis → Draw three spells.", + "cost": 6, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i6uxj000x24v5fsij5vvl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i79wg001024v5165637jh", + "slug": "alp_grandmaster_wizard_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/grandmaster_wizard-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4i6o6q000w24v5f9mf36ue", + "setCardId": "clm4i6uxj000x24v5fsij5vvl", + "setCard": { + "id": "clm4i6uxj000x24v5fsij5vvl", + "slug": "alp_grandmaster_wizard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i6o6q000w24v5f9mf36ue", + "meta": { + "id": "clq39xw6q000msh27nzi69y80", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of arcane expertise", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nGenesis → Draw three spells.", + "cost": 6, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i6uxj000x24v5fsij5vvl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i74c8000z24v5az837dbc", + "slug": "alp_grandmaster_wizard_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/grandmaster_wizard-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4i6o6q000w24v5f9mf36ue", + "setCardId": "clm4i6uxj000x24v5fsij5vvl", + "setCard": { + "id": "clm4i6uxj000x24v5fsij5vvl", + "slug": "alp_grandmaster_wizard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i6o6q000w24v5f9mf36ue", + "meta": { + "id": "clq39xw6q000msh27nzi69y80", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of arcane expertise", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nGenesis → Draw three spells.", + "cost": 6, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i6uxj000x24v5fsij5vvl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lped0000ye0v55hzibzn2", + "slug": "grapple_shot", + "name": "Grapple Shot", + "hotscore": 8253, + "guardian": { + "id": "clq39yete004esh27mcr42t83", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of acrobatic assault", + "subType": "", + "rulesText": "An ally shoots a projectile. If it hits a unit, the ally is dragged to that location, and may strike the hit unit when it arrives.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lped0000ye0v55hzibzn2" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g3j600a9s67p4tzj3tmg", + "slug": "bet_grapple_shot_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/grapple_shot.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4lped0000ye0v55hzibzn2", + "setCardId": "clot8g3hp00a7s67prr1fzmxl", + "setCard": { + "id": "clot8g3hp00a7s67prr1fzmxl", + "slug": "bet_grapple_shot", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lped0000ye0v55hzibzn2", + "meta": { + "id": "clq39yf1l004gsh274wsgjyne", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of acrobatic assault", + "subType": "", + "rulesText": "An ally shoots a projectile. If it hits a unit, the ally is dragged to that location, and may strike the hit unit when it arrives.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g3hp00a7s67prr1fzmxl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g3kn00abs67prqkuhl11", + "slug": "bet_grapple_shot_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/grapple_shot-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4lped0000ye0v55hzibzn2", + "setCardId": "clot8g3hp00a7s67prr1fzmxl", + "setCard": { + "id": "clot8g3hp00a7s67prr1fzmxl", + "slug": "bet_grapple_shot", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lped0000ye0v55hzibzn2", + "meta": { + "id": "clq39yf1l004gsh274wsgjyne", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of acrobatic assault", + "subType": "", + "rulesText": "An ally shoots a projectile. If it hits a unit, the ally is dragged to that location, and may strike the hit unit when it arrives.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g3hp00a7s67prr1fzmxl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lpm3v0010e0v517lqh9dh", + "slug": "alp_grapple_shot_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/grapple_shot.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4lped0000ye0v55hzibzn2", + "setCardId": "clm4lpkqp000ze0v5hy7ud4d2", + "setCard": { + "id": "clm4lpkqp000ze0v5hy7ud4d2", + "slug": "alp_grapple_shot", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lped0000ye0v55hzibzn2", + "meta": { + "id": "clq39yevs004fsh27bphr9pww", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of acrobatic assault", + "subType": "", + "rulesText": "An ally shoots a projectile. If it hits a unit, the ally is dragged to that location, and may strike the hit unit.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lpkqp000ze0v5hy7ud4d2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lpv6t0011e0v5020o85gr", + "slug": "alp_grapple_shot_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/grapple_shot-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4lped0000ye0v55hzibzn2", + "setCardId": "clm4lpkqp000ze0v5hy7ud4d2", + "setCard": { + "id": "clm4lpkqp000ze0v5hy7ud4d2", + "slug": "alp_grapple_shot", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lped0000ye0v55hzibzn2", + "meta": { + "id": "clq39yevs004fsh27bphr9pww", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of acrobatic assault", + "subType": "", + "rulesText": "An ally shoots a projectile. If it hits a unit, the ally is dragged to that location, and may strike the hit unit.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lpkqp000ze0v5hy7ud4d2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4odnn200l4e0v5fgyp3ap2", + "slug": "great_old_one", + "name": "Great Old One", + "hotscore": 2296, + "guardian": { + "id": "clq3a0bek00ijsh2720b9k2jz", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Monster drowns the cosmos", + "subType": "Monster", + "rulesText": "Submerge\r\n\r\nGenesis → Permanently flood the entire realm, including voids.", + "cost": 8, + "attack": 16, + "defense": 16, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4odnn200l4e0v5fgyp3ap2" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hli8016xs67px2xhns4f", + "slug": "bet_great_old_one_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/great_old_one.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What lurks beneath depths unplumbed by mortal keel! Dark and darker black tides roll, heedless of earth's cries for ransom.", + "cardId": "clm4odnn200l4e0v5fgyp3ap2", + "setCardId": "clot8hlgk016vs67pnteeza3e", + "setCard": { + "id": "clot8hlgk016vs67pnteeza3e", + "slug": "bet_great_old_one", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4odnn200l4e0v5fgyp3ap2", + "meta": { + "id": "clq3a0bmq00ilsh27moeo0bw8", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Monster drowns the cosmos", + "subType": "Monster", + "rulesText": "Submerge\r\n\r\nGenesis → Permanently flood the entire realm, including voids.", + "cost": 8, + "attack": 16, + "defense": 16, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hlgk016vs67pnteeza3e" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hljs016zs67pv3tlb927", + "slug": "bet_great_old_one_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/great_old_one-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What lurks beneath depths unplumbed by mortal keel! Dark and darker black tides roll, heedless of earth's cries for ransom.", + "cardId": "clm4odnn200l4e0v5fgyp3ap2", + "setCardId": "clot8hlgk016vs67pnteeza3e", + "setCard": { + "id": "clot8hlgk016vs67pnteeza3e", + "slug": "bet_great_old_one", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4odnn200l4e0v5fgyp3ap2", + "meta": { + "id": "clq3a0bmq00ilsh27moeo0bw8", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Monster drowns the cosmos", + "subType": "Monster", + "rulesText": "Submerge\r\n\r\nGenesis → Permanently flood the entire realm, including voids.", + "cost": 8, + "attack": 16, + "defense": 16, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hlgk016vs67pnteeza3e" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4odw8a00l6e0v569hq7akk", + "slug": "alp_great_old_one_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/great_old_one.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What lurks beneath depths unplumbed by mortal keel! Dark and darker black tides roll, heedless of earth's cries for ransom.", + "cardId": "clm4odnn200l4e0v5fgyp3ap2", + "setCardId": "clm4oduvd00l5e0v52i9v6zcl", + "setCard": { + "id": "clm4oduvd00l5e0v52i9v6zcl", + "slug": "alp_great_old_one", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4odnn200l4e0v5fgyp3ap2", + "meta": { + "id": "clq3a0bgw00iksh27d5pyj602", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Monster drowns the cosmos", + "subType": "Monster", + "rulesText": "Submerge\n\nGenesis → Permanently flood the entire realm, including voids.", + "cost": 8, + "attack": 16, + "defense": 16, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oduvd00l5e0v52i9v6zcl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oe3zo00l7e0v59ksz0o10", + "slug": "alp_great_old_one_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/great_old_one-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What lurks beneath depths unplumbed by mortal keel! Dark and darker black tides roll, heedless of earth's cries for ransom.", + "cardId": "clm4odnn200l4e0v5fgyp3ap2", + "setCardId": "clm4oduvd00l5e0v52i9v6zcl", + "setCard": { + "id": "clm4oduvd00l5e0v52i9v6zcl", + "slug": "alp_great_old_one", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4odnn200l4e0v5fgyp3ap2", + "meta": { + "id": "clq3a0bgw00iksh27d5pyj602", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Monster drowns the cosmos", + "subType": "Monster", + "rulesText": "Submerge\n\nGenesis → Permanently flood the entire realm, including voids.", + "cost": 8, + "attack": 16, + "defense": 16, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oduvd00l5e0v52i9v6zcl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qv776014ke0v548johoig", + "slug": "great_wall", + "name": "Great Wall", + "hotscore": 1761, + "guardian": { + "id": "clq3a24hb00vysh27zuqykglj", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of colossal obstruction", + "subType": "", + "rulesText": "Enemy units can’t move through this site’s top border on the ground.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qv776014ke0v548johoig" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j14q0224s67pv0a5g246", + "slug": "bet_great_wall_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/great_wall.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4qv776014ke0v548johoig", + "setCardId": "clot8j1370222s67pbksbhktq", + "setCard": { + "id": "clot8j1370222s67pbksbhktq", + "slug": "bet_great_wall", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qv776014ke0v548johoig", + "meta": { + "id": "clq3a24pt00w0sh27p9hpgver", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of colossal obstruction", + "subType": "", + "rulesText": "Enemy units can’t move through this site’s top border on the ground.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j1370222s67pbksbhktq" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j16a0226s67pi7b9wpc2", + "slug": "bet_great_wall_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/great_wall-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4qv776014ke0v548johoig", + "setCardId": "clot8j1370222s67pbksbhktq", + "setCard": { + "id": "clot8j1370222s67pbksbhktq", + "slug": "bet_great_wall", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qv776014ke0v548johoig", + "meta": { + "id": "clq3a24pt00w0sh27p9hpgver", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of colossal obstruction", + "subType": "", + "rulesText": "Enemy units can’t move through this site’s top border on the ground.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j1370222s67pbksbhktq" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qve8n014me0v5do9v8him", + "slug": "alp_great_wall_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/great_wall.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4qv776014ke0v548johoig", + "setCardId": "clm4qvcvx014le0v5e4200sh0", + "setCard": { + "id": "clm4qvcvx014le0v5e4200sh0", + "slug": "alp_great_wall", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qv776014ke0v548johoig", + "meta": { + "id": "clq3a24jt00vzsh27zlwx5326", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of colossal obstruction", + "subType": "", + "rulesText": "Enemy ground minions can’t move through this site’s top border.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qvcvx014le0v5e4200sh0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qvlnv014ne0v58tsf7qnu", + "slug": "alp_great_wall_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/great_wall-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4qv776014ke0v548johoig", + "setCardId": "clm4qvcvx014le0v5e4200sh0", + "setCard": { + "id": "clm4qvcvx014le0v5e4200sh0", + "slug": "alp_great_wall", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qv776014ke0v548johoig", + "meta": { + "id": "clq3a24jt00vzsh27zlwx5326", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of colossal obstruction", + "subType": "", + "rulesText": "Enemy ground minions can’t move through this site’s top border.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qvcvx014le0v5e4200sh0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ma7u3004ue0v58dlw944x", + "slug": "grey_wolves", + "name": "Grey Wolves", + "hotscore": 975, + "guardian": { + "id": "clq39yscn0078sh27il0779eb", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A ravenous pack of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Your spellbook may include any number of Grey Wolves.\r\n \r\nHas +1 power for each other Grey Wolves nearby.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ma7u3004ue0v58dlw944x" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8ge3d00gos67p28gsvr7y", + "slug": "bet_grey_wolves_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/grey_wolves.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ma7u3004ue0v58dlw944x", + "setCardId": "clot8ge1t00gms67pmsrwe45p", + "setCard": { + "id": "clot8ge1t00gms67pmsrwe45p", + "slug": "bet_grey_wolves", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ma7u3004ue0v58dlw944x", + "meta": { + "id": "clq39ysku007ash27baqmo2d7", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A ravenous pack of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Your spellbook may include any number of Grey Wolves.\r\n \r\nHas +1 power for each other Grey Wolves nearby.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ge1t00gms67pmsrwe45p" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ge4u00gqs67pozdf2oak", + "slug": "bet_grey_wolves_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/grey_wolves-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ma7u3004ue0v58dlw944x", + "setCardId": "clot8ge1t00gms67pmsrwe45p", + "setCard": { + "id": "clot8ge1t00gms67pmsrwe45p", + "slug": "bet_grey_wolves", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ma7u3004ue0v58dlw944x", + "meta": { + "id": "clq39ysku007ash27baqmo2d7", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A ravenous pack of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Your spellbook may include any number of Grey Wolves.\r\n \r\nHas +1 power for each other Grey Wolves nearby.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ge1t00gms67pmsrwe45p" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4maemd004we0v5a73uau8d", + "slug": "alp_grey_wolves_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/grey_wolves.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ma7u3004ue0v58dlw944x", + "setCardId": "clm4mad9r004ve0v50lc82nh9", + "setCard": { + "id": "clm4mad9r004ve0v50lc82nh9", + "slug": "alp_grey_wolves", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ma7u3004ue0v58dlw944x", + "meta": { + "id": "clq39ysex0079sh27gmzhu6l4", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A ravenous pack of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Your spellbook may include any number of Grey Wolves.\n\nHas +1 power for each other Grey Wolves nearby.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mad9r004ve0v50lc82nh9" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mam3u004xe0v592dh1omz", + "slug": "alp_grey_wolves_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/grey_wolves-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ma7u3004ue0v58dlw944x", + "setCardId": "clm4mad9r004ve0v50lc82nh9", + "setCard": { + "id": "clm4mad9r004ve0v50lc82nh9", + "slug": "alp_grey_wolves", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ma7u3004ue0v58dlw944x", + "meta": { + "id": "clq39ysex0079sh27gmzhu6l4", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A ravenous pack of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Your spellbook may include any number of Grey Wolves.\n\nHas +1 power for each other Grey Wolves nearby.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mad9r004ve0v50lc82nh9" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4i7b1y001124v5hsje9u0g", + "slug": "grim_reaper", + "name": "Grim Reaper", + "hotscore": 4706, + "guardian": { + "id": "clq39xwji000osh27d5c0ofmt", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit awaits us all", + "subType": "Spirit", + "rulesText": "Lethal\r\n\r\nWhenever Grim Reaper kills a minion, banish that minion and all copies. Search its owner's cemetery, hand, and spellbook and banish any copies. They shuffle.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4i7b1y001124v5hsje9u0g" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fot1001ps67p7qd5hys9", + "slug": "bet_grim_reaper_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/grim_reaper.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4i7b1y001124v5hsje9u0g", + "setCardId": "clot8fork001ns67px0vha45r", + "setCard": { + "id": "clot8fork001ns67px0vha45r", + "slug": "bet_grim_reaper", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i7b1y001124v5hsje9u0g", + "meta": { + "id": "clq39xwrc000qsh27qozsbxs3", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit awaits us all", + "subType": "Spirit", + "rulesText": "Lethal\r\n\r\nWhenever Grim Reaper kills a minion, banish that minion and all copies. Search its owner's cemetery, hand, and spellbook and banish any copies. They shuffle.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fork001ns67px0vha45r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fouk001rs67pp1du2hha", + "slug": "bet_grim_reaper_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/grim_reaper-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4i7b1y001124v5hsje9u0g", + "setCardId": "clot8fork001ns67px0vha45r", + "setCard": { + "id": "clot8fork001ns67px0vha45r", + "slug": "bet_grim_reaper", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i7b1y001124v5hsje9u0g", + "meta": { + "id": "clq39xwrc000qsh27qozsbxs3", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit awaits us all", + "subType": "Spirit", + "rulesText": "Lethal\r\n\r\nWhenever Grim Reaper kills a minion, banish that minion and all copies. Search its owner's cemetery, hand, and spellbook and banish any copies. They shuffle.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fork001ns67px0vha45r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i7ikc001324v5g6lb790a", + "slug": "alp_grim_reaper_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/grim_reaper.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4i7b1y001124v5hsje9u0g", + "setCardId": "clm4i7h80001224v56ul85ymc", + "setCard": { + "id": "clm4i7h80001224v56ul85ymc", + "slug": "alp_grim_reaper", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i7b1y001124v5hsje9u0g", + "meta": { + "id": "clq39xwlr000psh2753ncz1co", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit awaits us all", + "subType": "Spirit", + "rulesText": "Lethal\n\nWhenever Grim Reaper kills a minion, banish that minion and all copies. Search its owner's cemetery, hand, and spellbook and banish any copies. They shuffle.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i7h80001224v56ul85ymc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i7q1p001424v55ryecg8f", + "slug": "alp_grim_reaper_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/grim_reaper-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4i7b1y001124v5hsje9u0g", + "setCardId": "clm4i7h80001224v56ul85ymc", + "setCard": { + "id": "clm4i7h80001224v56ul85ymc", + "slug": "alp_grim_reaper", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i7b1y001124v5hsje9u0g", + "meta": { + "id": "clq39xwlr000psh2753ncz1co", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit awaits us all", + "subType": "Spirit", + "rulesText": "Lethal\n\nWhenever Grim Reaper kills a minion, banish that minion and all copies. Search its owner's cemetery, hand, and spellbook and banish any copies. They shuffle.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i7h80001224v56ul85ymc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ncduf00cze0v530q3c3zt", + "slug": "grosse_poltergeist", + "name": "Grösse Poltergeist", + "hotscore": 422, + "guardian": { + "id": "clq39zjtg00cxsh27rwt1etba", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit and ghost in the shell", + "subType": "Spirit", + "rulesText": "Tap → Until Grosse Poltergeist leaves the realm, gain control of a nearby artifact and animate it. It's an Automaton with power equal to its cost, and has its own bearer abilities.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4ncduf00cze0v530q3c3zt" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8gzy000tws67pwnwegvrw", + "slug": "bet_grosse_poltergeist_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/grosse_poltergeist.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4ncduf00cze0v530q3c3zt", + "setCardId": "clot8gzwd00tus67pxlvl5z2d", + "setCard": { + "id": "clot8gzwd00tus67pxlvl5z2d", + "slug": "bet_grosse_poltergeist", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ncduf00cze0v530q3c3zt", + "meta": { + "id": "clq39zk1r00czsh278rtmfqya", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit and ghost in the shell", + "subType": "Spirit", + "rulesText": "Tap → Until Grosse Poltergeist leaves the realm, gain control of a nearby artifact and animate it. It's an Automaton with power equal to its cost, and has its own bearer abilities.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gzwd00tus67pxlvl5z2d" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gzzk00tys67pi9ullo6l", + "slug": "bet_grosse_poltergeist_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/grosse_poltergeist-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4ncduf00cze0v530q3c3zt", + "setCardId": "clot8gzwd00tus67pxlvl5z2d", + "setCard": { + "id": "clot8gzwd00tus67pxlvl5z2d", + "slug": "bet_grosse_poltergeist", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ncduf00cze0v530q3c3zt", + "meta": { + "id": "clq39zk1r00czsh278rtmfqya", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit and ghost in the shell", + "subType": "Spirit", + "rulesText": "Tap → Until Grosse Poltergeist leaves the realm, gain control of a nearby artifact and animate it. It's an Automaton with power equal to its cost, and has its own bearer abilities.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8gzwd00tus67pxlvl5z2d" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nckrr00d1e0v51flp9hla", + "slug": "alp_grosse_poltergeist_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/grosse_poltergeist.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4ncduf00cze0v530q3c3zt", + "setCardId": "clm4ncjg800d0e0v5anfwfjry", + "setCard": { + "id": "clm4ncjg800d0e0v5anfwfjry", + "slug": "alp_grosse_poltergeist", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ncduf00cze0v530q3c3zt", + "meta": { + "id": "clq39zjvs00cysh27slq61fcm", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit and ghost in the shell", + "subType": "Spirit", + "rulesText": "Tap → Until Grosse Poltergeist leaves the realm, gain control of a nearby artifact and animate it. It's an Automaton with power equal to its cost, and has its own bearer abilities.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4ncjg800d0e0v5anfwfjry" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ncs2y00d2e0v586wrhlov", + "slug": "alp_grosse_poltergeist_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/grosse_poltergeist-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4ncduf00cze0v530q3c3zt", + "setCardId": "clm4ncjg800d0e0v5anfwfjry", + "setCard": { + "id": "clm4ncjg800d0e0v5anfwfjry", + "slug": "alp_grosse_poltergeist", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ncduf00cze0v530q3c3zt", + "meta": { + "id": "clq39zjvs00cysh27slq61fcm", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit and ghost in the shell", + "subType": "Spirit", + "rulesText": "Tap → Until Grosse Poltergeist leaves the realm, gain control of a nearby artifact and animate it. It's an Automaton with power equal to its cost, and has its own bearer abilities.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4ncjg800d0e0v5anfwfjry" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oe9ky00l8e0v58kpwbjpw", + "slug": "guile_sirens", + "name": "Guile Sirens", + "hotscore": 951, + "guardian": { + "id": "clq3a0bsh00imsh2728z9nzmd", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Merfolk croon a captivating chorus", + "subType": "Merfolk", + "rulesText": "Submerge\r\n\r\nAt the start of your turn, force target nearby enemy minion to take a step toward Guile Sirens.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oe9ky00l8e0v58kpwbjpw" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hlto0174s67pjbfb79ud", + "slug": "bet_guile_sirens_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/guile_sirens.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4oe9ky00l8e0v58kpwbjpw", + "setCardId": "clot8hls40172s67pwmpfez6v", + "setCard": { + "id": "clot8hls40172s67pwmpfez6v", + "slug": "bet_guile_sirens", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oe9ky00l8e0v58kpwbjpw", + "meta": { + "id": "clq3a0c6j00ipsh27qy9mrn6w", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Merfolk croon a captivating chorus", + "subType": "Merfolk", + "rulesText": "Submerge\r\n\r\nAt the start of your turn, force target nearby enemy minion to take a step toward Guile Sirens.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hls40172s67pwmpfez6v" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hlv50176s67pdvfj1kwb", + "slug": "bet_guile_sirens_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/guile_sirens-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4oe9ky00l8e0v58kpwbjpw", + "setCardId": "clot8hls40172s67pwmpfez6v", + "setCard": { + "id": "clot8hls40172s67pwmpfez6v", + "slug": "bet_guile_sirens", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oe9ky00l8e0v58kpwbjpw", + "meta": { + "id": "clq3a0c6j00ipsh27qy9mrn6w", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Merfolk croon a captivating chorus", + "subType": "Merfolk", + "rulesText": "Submerge\r\n\r\nAt the start of your turn, force target nearby enemy minion to take a step toward Guile Sirens.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hls40172s67pwmpfez6v" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oeh2600lae0v517njbhdi", + "slug": "alp_guile_sirens_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/guile_sirens.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4oe9ky00l8e0v58kpwbjpw", + "setCardId": "clm4oefjb00l9e0v52lstb05e", + "setCard": { + "id": "clm4oefjb00l9e0v52lstb05e", + "slug": "alp_guile_sirens", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oe9ky00l8e0v58kpwbjpw", + "meta": { + "id": "clq3a0buu00insh27fdswi85f", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Merfolk croon a captivating chorus", + "subType": "Merfolk", + "rulesText": "Submerge\n\nAt the start of your turn, force target nearby enemy minion to take a step toward Guile Sirens.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oefjb00l9e0v52lstb05e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oet5b00lce0v5da2v18rn", + "slug": "alp_guile_sirens_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/guile_sirens-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4oe9ky00l8e0v58kpwbjpw", + "setCardId": "clm4oefjb00l9e0v52lstb05e", + "setCard": { + "id": "clm4oefjb00l9e0v52lstb05e", + "slug": "alp_guile_sirens", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oe9ky00l8e0v58kpwbjpw", + "meta": { + "id": "clq3a0buu00insh27fdswi85f", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Merfolk croon a captivating chorus", + "subType": "Merfolk", + "rulesText": "Submerge\n\nAt the start of your turn, force target nearby enemy minion to take a step toward Guile Sirens.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oefjb00l9e0v52lstb05e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oene100lbe0v59unm5upk", + "slug": "alp_guile_sirens_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/guile_sirens-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4oe9ky00l8e0v58kpwbjpw", + "setCardId": "clm4oefjb00l9e0v52lstb05e", + "setCard": { + "id": "clm4oefjb00l9e0v52lstb05e", + "slug": "alp_guile_sirens", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oe9ky00l8e0v58kpwbjpw", + "meta": { + "id": "clq3a0buu00insh27fdswi85f", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Merfolk croon a captivating chorus", + "subType": "Merfolk", + "rulesText": "Submerge\n\nAt the start of your turn, force target nearby enemy minion to take a step toward Guile Sirens.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oefjb00l9e0v52lstb05e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4rhaua000642v59m6d9y4q", + "slug": "pro_guile_sirens_pp_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/pro/guile_sirens-pp.png", + "finish": "Standard", + "product": "Pledge_Pack", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4oe9ky00l8e0v58kpwbjpw", + "setCardId": "clm4rh9iw000542v58oox5tey", + "setCard": { + "id": "clm4rh9iw000542v58oox5tey", + "slug": "pro_guile_sirens", + "setId": "clm4rgehb000042v5a04vfg6s", + "cardId": "clm4oe9ky00l8e0v58kpwbjpw", + "meta": { + "id": "clq3a0c2e00iosh27io62j90z", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Merfolk croon a comely dirge", + "subType": "Merfolk", + "rulesText": "Submerge\r\n\r\nAt the start of your turn, force target nearby enemy minion to take a step toward Guile Sirens.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4rh9iw000542v58oox5tey" + }, + "set": { + "id": "clm4rgehb000042v5a04vfg6s", + "name": "Promotional", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4i7wii001524v5d5elcbzk", + "slug": "gyre_hippogriffs", + "name": "Gyre Hippogriffs", + "hotscore": 3738, + "guardian": { + "id": "clq39xwx7000rsh27dj5vvv2w", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Beasts circle the skies", + "subType": "Beast", + "rulesText": "Airborne, Charge", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4i7wii001524v5d5elcbzk" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fp5h001ws67pwt16i0vt", + "slug": "bet_gyre_hippogriffs_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/gyre_hippogriffs.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "A wing aloft, will oft descry\r\nThe turning of the screw\r\n’Fore knee or eye construe", + "cardId": "clm4i7wii001524v5d5elcbzk", + "setCardId": "clot8fp3y001us67psiecvotj", + "setCard": { + "id": "clot8fp3y001us67psiecvotj", + "slug": "bet_gyre_hippogriffs", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i7wii001524v5d5elcbzk", + "meta": { + "id": "clq39xx76000tsh27sjso7yf6", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Beasts circle the skies", + "subType": "Beast", + "rulesText": "Airborne, Charge", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fp3y001us67psiecvotj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fp76001ys67psyp299tu", + "slug": "bet_gyre_hippogriffs_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/gyre_hippogriffs-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "A wing aloft, will oft descry\r\nThe turning of the screw\r\n’Fore knee or eye construe", + "cardId": "clm4i7wii001524v5d5elcbzk", + "setCardId": "clot8fp3y001us67psiecvotj", + "setCard": { + "id": "clot8fp3y001us67psiecvotj", + "slug": "bet_gyre_hippogriffs", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i7wii001524v5d5elcbzk", + "meta": { + "id": "clq39xx76000tsh27sjso7yf6", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Beasts circle the skies", + "subType": "Beast", + "rulesText": "Airborne, Charge", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fp3y001us67psiecvotj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i846j001724v54j7l54te", + "slug": "alp_gyre_hippogriffs_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gyre_hippogriffs.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "A wing aloft, will oft descry\nThe turning of the screw\n’Fore knee or eye construe", + "cardId": "clm4i7wii001524v5d5elcbzk", + "setCardId": "clm4i82uj001624v5ayij3urt", + "setCard": { + "id": "clm4i82uj001624v5ayij3urt", + "slug": "alp_gyre_hippogriffs", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i7wii001524v5d5elcbzk", + "meta": { + "id": "clq39xwzq000ssh27d6axhog7", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Beasts circle the skies", + "subType": "Beast", + "rulesText": "Airborne, Charge", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i82uj001624v5ayij3urt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i8hfe001924v50zxc10nr", + "slug": "alp_gyre_hippogriffs_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gyre_hippogriffs-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Gadu Duaso", + "flavorText": "A wing aloft, will oft descry\nThe turning of the screw\n’Fore knee or eye construe", + "cardId": "clm4i7wii001524v5d5elcbzk", + "setCardId": "clm4i82uj001624v5ayij3urt", + "setCard": { + "id": "clm4i82uj001624v5ayij3urt", + "slug": "alp_gyre_hippogriffs", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i7wii001524v5d5elcbzk", + "meta": { + "id": "clq39xwzq000ssh27d6axhog7", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Beasts circle the skies", + "subType": "Beast", + "rulesText": "Airborne, Charge", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i82uj001624v5ayij3urt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i8bjw001824v5dezccek7", + "slug": "alp_gyre_hippogriffs_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/gyre_hippogriffs-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "A wing aloft, will oft descry\nThe turning of the screw\n’Fore knee or eye construe", + "cardId": "clm4i7wii001524v5d5elcbzk", + "setCardId": "clm4i82uj001624v5ayij3urt", + "setCard": { + "id": "clm4i82uj001624v5ayij3urt", + "slug": "alp_gyre_hippogriffs", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i7wii001524v5d5elcbzk", + "meta": { + "id": "clq39xwzq000ssh27d6axhog7", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Beasts circle the skies", + "subType": "Beast", + "rulesText": "Airborne, Charge", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i82uj001624v5ayij3urt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4i8iko001a24v5109d24s3", + "slug": "haast_eagle", + "name": "Haast Eagle", + "hotscore": 536, + "guardian": { + "id": "clq39xxd7000ush27koclnm2j", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast of grand bearing", + "subType": "Beast", + "rulesText": "Airborne\r\n\r\nMay carry a weaker allied minion.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4i8iko001a24v5109d24s3" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fph20023s67p4hsa7fiz", + "slug": "bet_haast_eagle_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/haast_eagle.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Hardly a comfortable ride, but a ride, nonetheless.", + "cardId": "clm4i8iko001a24v5109d24s3", + "setCardId": "clot8fpfj0021s67p3c2ynv46", + "setCard": { + "id": "clot8fpfj0021s67p3c2ynv46", + "slug": "bet_haast_eagle", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i8iko001a24v5109d24s3", + "meta": { + "id": "clq39xxld000wsh27lm0y96or", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast of grand bearing", + "subType": "Beast", + "rulesText": "Airborne\r\n\r\nMay carry a weaker allied minion.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fpfj0021s67p3c2ynv46" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fpil0025s67pq9bppj6j", + "slug": "bet_haast_eagle_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/haast_eagle-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Hardly a comfortable ride, but a ride, nonetheless.", + "cardId": "clm4i8iko001a24v5109d24s3", + "setCardId": "clot8fpfj0021s67p3c2ynv46", + "setCard": { + "id": "clot8fpfj0021s67p3c2ynv46", + "slug": "bet_haast_eagle", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i8iko001a24v5109d24s3", + "meta": { + "id": "clq39xxld000wsh27lm0y96or", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast of grand bearing", + "subType": "Beast", + "rulesText": "Airborne\r\n\r\nMay carry a weaker allied minion.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fpfj0021s67p3c2ynv46" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i8pz1001c24v5d8rpgk0z", + "slug": "alp_haast_eagle_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/haast_eagle.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Hardly a comfortable ride, but a ride, nonetheless.", + "cardId": "clm4i8iko001a24v5109d24s3", + "setCardId": "clm4i8on4001b24v56hmrgbjk", + "setCard": { + "id": "clm4i8on4001b24v56hmrgbjk", + "slug": "alp_haast_eagle", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i8iko001a24v5109d24s3", + "meta": { + "id": "clq39xxfk000vsh27ruegz499", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast of grand bearing", + "subType": "Beast", + "rulesText": "Airborne\n\nMay carry a weaker allied minion.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i8on4001b24v56hmrgbjk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i8vv5001d24v556de4wrb", + "slug": "alp_haast_eagle_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/haast_eagle-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Hardly a comfortable ride, but a ride, nonetheless.", + "cardId": "clm4i8iko001a24v5109d24s3", + "setCardId": "clm4i8on4001b24v56hmrgbjk", + "setCard": { + "id": "clm4i8on4001b24v56hmrgbjk", + "slug": "alp_haast_eagle", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i8iko001a24v5109d24s3", + "meta": { + "id": "clq39xxfk000vsh27ruegz499", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast of grand bearing", + "subType": "Beast", + "rulesText": "Airborne\n\nMay carry a weaker allied minion.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i8on4001b24v56hmrgbjk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4i91l1001e24v5ds1p0s7v", + "slug": "headless_haunt", + "name": "Headless Haunt", + "hotscore": 3029, + "guardian": { + "id": "clq39xxrj000xsh27iw39jjzy", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit, whereabouts unknown", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nAt the start of your turn, Headless Haunt teleports to the top of a random site or void.", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4i91l1001e24v5ds1p0s7v" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fptw002as67pub2q67tu", + "slug": "bet_headless_haunt_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/headless_haunt.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "Jacet sine nomine truncus.", + "cardId": "clm4i91l1001e24v5ds1p0s7v", + "setCardId": "clot8fps90028s67p4und1e54", + "setCard": { + "id": "clot8fps90028s67p4und1e54", + "slug": "bet_headless_haunt", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i91l1001e24v5ds1p0s7v", + "meta": { + "id": "clq39xy2k000zsh27umknxjej", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit, whereabouts unknown", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nAt the start of your turn, Headless Haunt teleports to the top of a random site or void.", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fps90028s67p4und1e54" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fpvu002cs67p9lhcg470", + "slug": "bet_headless_haunt_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/headless_haunt-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "Jacet sine nomine truncus.", + "cardId": "clm4i91l1001e24v5ds1p0s7v", + "setCardId": "clot8fps90028s67p4und1e54", + "setCard": { + "id": "clot8fps90028s67p4und1e54", + "slug": "bet_headless_haunt", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i91l1001e24v5ds1p0s7v", + "meta": { + "id": "clq39xy2k000zsh27umknxjej", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit, whereabouts unknown", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nAt the start of your turn, Headless Haunt teleports to the top of a random site or void.", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fps90028s67p4und1e54" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i98w4001g24v5dtwr6ylf", + "slug": "alp_headless_haunt_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/headless_haunt.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "Jacet sine nomine truncus.", + "cardId": "clm4i91l1001e24v5ds1p0s7v", + "setCardId": "clm4i97jo001f24v5csslh3qd", + "setCard": { + "id": "clm4i97jo001f24v5csslh3qd", + "slug": "alp_headless_haunt", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i91l1001e24v5ds1p0s7v", + "meta": { + "id": "clq39xxum000ysh27xh3eos5t", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit, whereabouts unknown", + "subType": "Spirit", + "rulesText": "Voidwalk\n\nAt the start of your turn, Headless Haunt teleports to the top of a random site or void.", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i97jo001f24v5csslh3qd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i9l9f001i24v53ndw5qe9", + "slug": "alp_headless_haunt_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/headless_haunt-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jussi Pylkäs", + "flavorText": "Jacet sine nomine truncus.", + "cardId": "clm4i91l1001e24v5ds1p0s7v", + "setCardId": "clm4i97jo001f24v5csslh3qd", + "setCard": { + "id": "clm4i97jo001f24v5csslh3qd", + "slug": "alp_headless_haunt", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i91l1001e24v5ds1p0s7v", + "meta": { + "id": "clq39xxum000ysh27xh3eos5t", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit, whereabouts unknown", + "subType": "Spirit", + "rulesText": "Voidwalk\n\nAt the start of your turn, Headless Haunt teleports to the top of a random site or void.", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i97jo001f24v5csslh3qd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4i9fru001h24v5eaakgtx4", + "slug": "alp_headless_haunt_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/headless_haunt-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "Jacet sine nomine truncus.", + "cardId": "clm4i91l1001e24v5ds1p0s7v", + "setCardId": "clm4i97jo001f24v5csslh3qd", + "setCard": { + "id": "clm4i97jo001f24v5csslh3qd", + "slug": "alp_headless_haunt", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i91l1001e24v5ds1p0s7v", + "meta": { + "id": "clq39xxum000ysh27xh3eos5t", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit, whereabouts unknown", + "subType": "Spirit", + "rulesText": "Voidwalk\n\nAt the start of your turn, Headless Haunt teleports to the top of a random site or void.", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4i97jo001f24v5csslh3qd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clpvzhoqx001gm65y4mbee7py", + "slug": "pro_headless_haunt_p_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/pro/headless_haunt-p-f.png", + "finish": "Foil", + "product": "Promo", + "artist": "Frank Frazetta", + "flavorText": "Jacet sine nomine truncus.", + "cardId": "clm4i91l1001e24v5ds1p0s7v", + "setCardId": "clpvzhoow001em65y3y43gsw9", + "setCard": { + "id": "clpvzhoow001em65y3y43gsw9", + "slug": "pro_headless_haunt", + "setId": "clm4rgehb000042v5a04vfg6s", + "cardId": "clm4i91l1001e24v5ds1p0s7v", + "meta": { + "id": "clq39xy8i0010sh273230k0gv", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit gallops head in hand", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nAt the start of your turn, Headless Haunt teleports to the top of a random site or void.", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clpvzhoow001em65y3y43gsw9" + }, + "set": { + "id": "clm4rgehb000042v5a04vfg6s", + "name": "Promotional", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nuont00h2e0v5f9klh1un", + "slug": "heat_ray", + "name": "Heat Ray", + "hotscore": 2120, + "guardian": { + "id": "clq39zxmh00fpsh27zzvstyc9", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of focused fire", + "subType": "", + "rulesText": "Shoot a piercing projectile. Deal 2 damage to one unit at each location along its path.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nuont00h2e0v5f9klh1un" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hakc010bs67pbu6k1jns", + "slug": "bet_heat_ray_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/heat_ray.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4nuont00h2e0v5f9klh1un", + "setCardId": "clot8haiv0109s67pcfz0vs77", + "setCard": { + "id": "clot8haiv0109s67pcfz0vs77", + "slug": "bet_heat_ray", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nuont00h2e0v5f9klh1un", + "meta": { + "id": "clq39zxw900frsh270r4hh3zu", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of focused fire", + "subType": "", + "rulesText": "Shoot a piercing projectile. Deal 2 damage to one unit at each location along its path.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8haiv0109s67pcfz0vs77" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8halu010ds67ptsx57si1", + "slug": "bet_heat_ray_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/heat_ray-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4nuont00h2e0v5f9klh1un", + "setCardId": "clot8haiv0109s67pcfz0vs77", + "setCard": { + "id": "clot8haiv0109s67pcfz0vs77", + "slug": "bet_heat_ray", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nuont00h2e0v5f9klh1un", + "meta": { + "id": "clq39zxw900frsh270r4hh3zu", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of focused fire", + "subType": "", + "rulesText": "Shoot a piercing projectile. Deal 2 damage to one unit at each location along its path.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8haiv0109s67pcfz0vs77" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nuvhr00h4e0v54vtx7188", + "slug": "alp_heat_ray_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/heat_ray.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4nuont00h2e0v5f9klh1un", + "setCardId": "clm4nuu6700h3e0v5e34y18u1", + "setCard": { + "id": "clm4nuu6700h3e0v5e34y18u1", + "slug": "alp_heat_ray", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nuont00h2e0v5f9klh1un", + "meta": { + "id": "clq39zxor00fqsh27b2381dve", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of focused fire", + "subType": "", + "rulesText": "Shoot a piercing projectile. Deal 2 damage to one unit at each location along its path.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nuu6700h3e0v5e34y18u1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nv8ij00h6e0v5b4nlc9fc", + "slug": "alp_heat_ray_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/heat_ray-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4nuont00h2e0v5f9klh1un", + "setCardId": "clm4nuu6700h3e0v5e34y18u1", + "setCard": { + "id": "clm4nuu6700h3e0v5e34y18u1", + "slug": "alp_heat_ray", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nuont00h2e0v5f9klh1un", + "meta": { + "id": "clq39zxor00fqsh27b2381dve", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of focused fire", + "subType": "", + "rulesText": "Shoot a piercing projectile. Deal 2 damage to one unit at each location along its path.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nuu6700h3e0v5e34y18u1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nv2pl00h5e0v5bzjx8qeb", + "slug": "alp_heat_ray_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/heat_ray-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4nuont00h2e0v5f9klh1un", + "setCardId": "clm4nuu6700h3e0v5e34y18u1", + "setCard": { + "id": "clm4nuu6700h3e0v5e34y18u1", + "slug": "alp_heat_ray", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nuont00h2e0v5f9klh1un", + "meta": { + "id": "clq39zxor00fqsh27b2381dve", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of focused fire", + "subType": "", + "rulesText": "Shoot a piercing projectile. Deal 2 damage to one unit at each location along its path.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nuu6700h3e0v5e34y18u1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4i9meb001j24v53fo99ibs", + "slug": "highland_clansmen", + "name": "Highland Clansmen", + "hotscore": 1092, + "guardian": { + "id": "clq39xycz0011sh27rdyj9lv2", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals storm the gates", + "subType": "Mortal", + "rulesText": "Charge", + "cost": 7, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4i9meb001j24v53fo99ibs" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fq6m002hs67pa19tf83p", + "slug": "bet_highland_clansmen_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/highland_clansmen.png", + "finish": "Standard", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "What need for spells when one can cast iron?", + "cardId": "clm4i9meb001j24v53fo99ibs", + "setCardId": "clot8fq4t002fs67pik4b4u8d", + "setCard": { + "id": "clot8fq4t002fs67pik4b4u8d", + "slug": "bet_highland_clansmen", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i9meb001j24v53fo99ibs", + "meta": { + "id": "clq39xykx0013sh276l65ric8", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals storm the gates", + "subType": "Mortal", + "rulesText": "Charge", + "cost": 7, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fq4t002fs67pik4b4u8d" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fq88002js67pxipr94v2", + "slug": "bet_highland_clansmen_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/highland_clansmen-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "What need for spells when one can cast iron?", + "cardId": "clm4i9meb001j24v53fo99ibs", + "setCardId": "clot8fq4t002fs67pik4b4u8d", + "setCard": { + "id": "clot8fq4t002fs67pik4b4u8d", + "slug": "bet_highland_clansmen", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4i9meb001j24v53fo99ibs", + "meta": { + "id": "clq39xykx0013sh276l65ric8", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals storm the gates", + "subType": "Mortal", + "rulesText": "Charge", + "cost": 7, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fq4t002fs67pik4b4u8d" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4i9tts001l24v5fecdeeys", + "slug": "alp_highland_clansmen_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/highland_clansmen.png", + "finish": "Standard", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "What need for spells when one can cast iron?", + "cardId": "clm4i9meb001j24v53fo99ibs", + "setCardId": "clm4i9si6001k24v5e1by68fg", + "setCard": { + "id": "clm4i9si6001k24v5e1by68fg", + "slug": "alp_highland_clansmen", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i9meb001j24v53fo99ibs", + "meta": { + "id": "clq39xyf70012sh272pa2dmyz", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals storm the gates", + "subType": "Mortal", + "rulesText": "Charge", + "cost": 7, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i9si6001k24v5e1by68fg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ia0ig001m24v55qhf8fi8", + "slug": "alp_highland_clansmen_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/highland_clansmen-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "What need for spells when one can cast iron?", + "cardId": "clm4i9meb001j24v53fo99ibs", + "setCardId": "clm4i9si6001k24v5e1by68fg", + "setCard": { + "id": "clm4i9si6001k24v5e1by68fg", + "slug": "alp_highland_clansmen", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4i9meb001j24v53fo99ibs", + "meta": { + "id": "clq39xyf70012sh272pa2dmyz", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals storm the gates", + "subType": "Mortal", + "rulesText": "Charge", + "cost": 7, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4i9si6001k24v5e1by68fg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ia7c3001n24v5bymv4zz0", + "slug": "highland_falconer", + "name": "Highland Falconer", + "hotscore": 3168, + "guardian": { + "id": "clq39xyqp0014sh27wwr469tt", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal and master of flight", + "subType": "Mortal", + "rulesText": "Genesis → You may search your hand and spellbook for a Beast with Airborne and mana cost ② or less and summon it here. Shuffle if needed.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4ia7c3001n24v5bymv4zz0" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fqiw002os67p1wf506lu", + "slug": "bet_highland_falconer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/highland_falconer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4ia7c3001n24v5bymv4zz0", + "setCardId": "clot8fqh9002ms67peglypq0n", + "setCard": { + "id": "clot8fqh9002ms67peglypq0n", + "slug": "bet_highland_falconer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ia7c3001n24v5bymv4zz0", + "meta": { + "id": "clq39xyyj0016sh27nl1iw9nh", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal and master of flight", + "subType": "Mortal", + "rulesText": "Genesis → You may search your hand and spellbook for a Beast with Airborne and mana cost ② or less and summon it here. Shuffle if needed.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fqh9002ms67peglypq0n" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fqkf002qs67p74c4zpbz", + "slug": "bet_highland_falconer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/highland_falconer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4ia7c3001n24v5bymv4zz0", + "setCardId": "clot8fqh9002ms67peglypq0n", + "setCard": { + "id": "clot8fqh9002ms67peglypq0n", + "slug": "bet_highland_falconer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ia7c3001n24v5bymv4zz0", + "meta": { + "id": "clq39xyyj0016sh27nl1iw9nh", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal and master of flight", + "subType": "Mortal", + "rulesText": "Genesis → You may search your hand and spellbook for a Beast with Airborne and mana cost ② or less and summon it here. Shuffle if needed.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fqh9002ms67peglypq0n" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4iaf5x001p24v57k9f2hw0", + "slug": "alp_highland_falconer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/highland_falconer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4ia7c3001n24v5bymv4zz0", + "setCardId": "clm4iadn3001o24v5372x0edf", + "setCard": { + "id": "clm4iadn3001o24v5372x0edf", + "slug": "alp_highland_falconer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ia7c3001n24v5bymv4zz0", + "meta": { + "id": "clq39xyt10015sh27g06xn174", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal and master of flight", + "subType": "Mortal", + "rulesText": "Genesis → You may search your hand and spellbook for a Beast with Airborne and mana cost ② or less and summon it here. Shuffle if needed.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4iadn3001o24v5372x0edf" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ialvp001q24v52thr2hue", + "slug": "alp_highland_falconer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/highland_falconer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4ia7c3001n24v5bymv4zz0", + "setCardId": "clm4iadn3001o24v5372x0edf", + "setCard": { + "id": "clm4iadn3001o24v5372x0edf", + "slug": "alp_highland_falconer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ia7c3001n24v5bymv4zz0", + "meta": { + "id": "clq39xyt10015sh27g06xn174", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal and master of flight", + "subType": "Mortal", + "rulesText": "Genesis → You may search your hand and spellbook for a Beast with Airborne and mana cost ② or less and summon it here. Shuffle if needed.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4iadn3001o24v5372x0edf" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4iasbr001r24v5443xe712", + "slug": "highland_princess", + "name": "Highland Princess", + "hotscore": 6852, + "guardian": { + "id": "clq39xz4a0017sh27sd8gjtzt", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal with many a suitor", + "subType": "Mortal", + "rulesText": "Genesis → Search your spellbook for an artifact that costs ① or less, reveal it, and put it into your hand. Shuffle.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4iasbr001r24v5443xe712" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fqus002vs67p7bubw9l7", + "slug": "bet_highland_princess_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/highland_princess.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Only a fool would hope to win a princess' heart—and title—with trinket and trifle.", + "cardId": "clm4iasbr001r24v5443xe712", + "setCardId": "clot8fqtb002ts67pylqcb7q3", + "setCard": { + "id": "clot8fqtb002ts67pylqcb7q3", + "slug": "bet_highland_princess", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iasbr001r24v5443xe712", + "meta": { + "id": "clq39xzc70019sh27xz6rzqwf", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal with many a suitor", + "subType": "Mortal", + "rulesText": "Genesis → Search your spellbook for an artifact that costs ① or less, reveal it, and put it into your hand. Shuffle.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fqtb002ts67pylqcb7q3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fqw9002xs67p82sjl64o", + "slug": "bet_highland_princess_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/highland_princess-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Only a fool would hope to win a princess' heart—and title—with trinket and trifle.", + "cardId": "clm4iasbr001r24v5443xe712", + "setCardId": "clot8fqtb002ts67pylqcb7q3", + "setCard": { + "id": "clot8fqtb002ts67pylqcb7q3", + "slug": "bet_highland_princess", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iasbr001r24v5443xe712", + "meta": { + "id": "clq39xzc70019sh27xz6rzqwf", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal with many a suitor", + "subType": "Mortal", + "rulesText": "Genesis → Search your spellbook for an artifact that costs ① or less, reveal it, and put it into your hand. Shuffle.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fqtb002ts67pylqcb7q3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4iazl3001t24v56ds57u6r", + "slug": "alp_highland_princess_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/highland_princess.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4iasbr001r24v5443xe712", + "setCardId": "clm4iay97001s24v5dx7t7m0l", + "setCard": { + "id": "clm4iay97001s24v5dx7t7m0l", + "slug": "alp_highland_princess", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iasbr001r24v5443xe712", + "meta": { + "id": "clq39xz6p0018sh27g7yiszf7", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal with many a suitor", + "subType": "Mortal", + "rulesText": "Genesis → Search your spellbook for an artifact that costs ① or less, reveal it, and put it into your hand. Shuffle.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4iay97001s24v5dx7t7m0l" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ib7g2001u24v5hocbfcun", + "slug": "alp_highland_princess_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/highland_princess-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4iasbr001r24v5443xe712", + "setCardId": "clm4iay97001s24v5dx7t7m0l", + "setCard": { + "id": "clm4iay97001s24v5dx7t7m0l", + "slug": "alp_highland_princess", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iasbr001r24v5443xe712", + "meta": { + "id": "clq39xz6p0018sh27g7yiszf7", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal with many a suitor", + "subType": "Mortal", + "rulesText": "Genesis → Search your spellbook for an artifact that costs ① or less, reveal it, and put it into your hand. Shuffle.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4iay97001s24v5dx7t7m0l" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ncxba00d3e0v5502zatkk", + "slug": "hillock_basilisk", + "name": "Hillock Basilisk", + "hotscore": 877, + "guardian": { + "id": "clq39zk8500d0sh27vvg4jbgw", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with an adamant eye", + "subType": "Beast", + "rulesText": "Other minions at rest here or one step in front of Hillock Basilisk are disabled.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4ncxba00d3e0v5502zatkk" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h09y00u3s67paxc77nri", + "slug": "bet_hillock_basilisk_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/hillock_basilisk.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4ncxba00d3e0v5502zatkk", + "setCardId": "clot8h08800u1s67p89q3vqm8", + "setCard": { + "id": "clot8h08800u1s67p89q3vqm8", + "slug": "bet_hillock_basilisk", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ncxba00d3e0v5502zatkk", + "meta": { + "id": "clq39zki100d2sh27v9anbpwb", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with an adamant eye", + "subType": "Beast", + "rulesText": "Other minions at rest here or one step in front of Hillock Basilisk are disabled.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h08800u1s67p89q3vqm8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h0bf00u5s67p17ad6jfl", + "slug": "bet_hillock_basilisk_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/hillock_basilisk-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4ncxba00d3e0v5502zatkk", + "setCardId": "clot8h08800u1s67p89q3vqm8", + "setCard": { + "id": "clot8h08800u1s67p89q3vqm8", + "slug": "bet_hillock_basilisk", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ncxba00d3e0v5502zatkk", + "meta": { + "id": "clq39zki100d2sh27v9anbpwb", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with an adamant eye", + "subType": "Beast", + "rulesText": "Other minions at rest here or one step in front of Hillock Basilisk are disabled.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h08800u1s67p89q3vqm8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nd4f600d5e0v53pbo8wku", + "slug": "alp_hillock_basilisk_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/hillock_basilisk.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4ncxba00d3e0v5502zatkk", + "setCardId": "clm4nd34700d4e0v54kif6uia", + "setCard": { + "id": "clm4nd34700d4e0v54kif6uia", + "slug": "alp_hillock_basilisk", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ncxba00d3e0v5502zatkk", + "meta": { + "id": "clq39zkai00d1sh2762zu7f7p", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with an adamant eye", + "subType": "Beast", + "rulesText": "Other minions at rest here or one step in front of Hillock Basilisk are disabled.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nd34700d4e0v54kif6uia" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ndg7b00d7e0v5h8942a3s", + "slug": "alp_hillock_basilisk_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/hillock_basilisk-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4ncxba00d3e0v5502zatkk", + "setCardId": "clm4nd34700d4e0v54kif6uia", + "setCard": { + "id": "clm4nd34700d4e0v54kif6uia", + "slug": "alp_hillock_basilisk", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ncxba00d3e0v5502zatkk", + "meta": { + "id": "clq39zkai00d1sh2762zu7f7p", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with an adamant eye", + "subType": "Beast", + "rulesText": "Other minions at rest here or one step in front of Hillock Basilisk are disabled.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nd34700d4e0v54kif6uia" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ndase00d6e0v52vpw86ji", + "slug": "alp_hillock_basilisk_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/hillock_basilisk-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4ncxba00d3e0v5502zatkk", + "setCardId": "clm4nd34700d4e0v54kif6uia", + "setCard": { + "id": "clm4nd34700d4e0v54kif6uia", + "slug": "alp_hillock_basilisk", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ncxba00d3e0v5502zatkk", + "meta": { + "id": "clq39zkai00d1sh2762zu7f7p", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with an adamant eye", + "subType": "Beast", + "rulesText": "Other minions at rest here or one step in front of Hillock Basilisk are disabled.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nd34700d4e0v54kif6uia" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q5a5700yue0v5e4b5csah", + "slug": "holy_ground", + "name": "Holy Ground", + "hotscore": 4375, + "guardian": { + "id": "clq3a1lge00s4sh27v0rst7kq", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of benefaction and blessings", + "subType": "", + "rulesText": "Genesis → Each nearby Avatar heals 3 life.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4q5a5700yue0v5e4b5csah" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8im9601t6s67p4prvrpch", + "slug": "bet_holy_ground_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/holy_ground.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q5a5700yue0v5e4b5csah", + "setCardId": "clot8im7o01t4s67ppknjcg8n", + "setCard": { + "id": "clot8im7o01t4s67ppknjcg8n", + "slug": "bet_holy_ground", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q5a5700yue0v5e4b5csah", + "meta": { + "id": "clq3a1lq100s6sh27qxa5dfma", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of benefaction and blessings", + "subType": "", + "rulesText": "Genesis → Each nearby Avatar heals 3 life.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8im7o01t4s67ppknjcg8n" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8imap01t8s67p4qhry2zn", + "slug": "bet_holy_ground_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/holy_ground-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q5a5700yue0v5e4b5csah", + "setCardId": "clot8im7o01t4s67ppknjcg8n", + "setCard": { + "id": "clot8im7o01t4s67ppknjcg8n", + "slug": "bet_holy_ground", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q5a5700yue0v5e4b5csah", + "meta": { + "id": "clq3a1lq100s6sh27qxa5dfma", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of benefaction and blessings", + "subType": "", + "rulesText": "Genesis → Each nearby Avatar heals 3 life.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8im7o01t4s67ppknjcg8n" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q5hk400ywe0v51afx77mr", + "slug": "alp_holy_ground_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/holy_ground.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q5a5700yue0v5e4b5csah", + "setCardId": "clm4q5g9400yve0v5c9lt2p6o", + "setCard": { + "id": "clm4q5g9400yve0v5c9lt2p6o", + "slug": "alp_holy_ground", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q5a5700yue0v5e4b5csah", + "meta": { + "id": "clq3a1lio00s5sh27iw3eg6v2", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of benefaction and blessings", + "subType": "", + "rulesText": "Genesis → Each nearby Avatar heals 3 life.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q5g9400yve0v5c9lt2p6o" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q5uht00yye0v5hns47bae", + "slug": "alp_holy_ground_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/holy_ground-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q5a5700yue0v5e4b5csah", + "setCardId": "clm4q5g9400yve0v5c9lt2p6o", + "setCard": { + "id": "clm4q5g9400yve0v5c9lt2p6o", + "slug": "alp_holy_ground", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q5a5700yue0v5e4b5csah", + "meta": { + "id": "clq3a1lio00s5sh27iw3eg6v2", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of benefaction and blessings", + "subType": "", + "rulesText": "Genesis → Each nearby Avatar heals 3 life.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q5g9400yve0v5c9lt2p6o" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q5oj000yxe0v5a0wf7o0f", + "slug": "alp_holy_ground_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/holy_ground-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q5a5700yue0v5e4b5csah", + "setCardId": "clm4q5g9400yve0v5c9lt2p6o", + "setCard": { + "id": "clm4q5g9400yve0v5c9lt2p6o", + "slug": "alp_holy_ground", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q5a5700yue0v5e4b5csah", + "meta": { + "id": "clq3a1lio00s5sh27iw3eg6v2", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of benefaction and blessings", + "subType": "", + "rulesText": "Genesis → Each nearby Avatar heals 3 life.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q5g9400yve0v5c9lt2p6o" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ibcre001v24v57zhy5gk1", + "slug": "hounds_of_ondaros", + "name": "Hounds of Ondaros", + "hotscore": 2912, + "guardian": { + "id": "clq39xzhx001ash274sbgurs6", + "type": "Minion", + "rarity": "Elite", + "typeText": "Nowhere is safe from these Elite Beasts", + "subType": "Beast", + "rulesText": "Airborne, Burrowing, Submerge, Voidwalk\r\n \r\nNearby enemies permanently lose Stealth.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4ibcre001v24v57zhy5gk1" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fr9d0032s67p5118heoz", + "slug": "bet_hounds_of_ondaros_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/hounds_of_ondaros.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "From hell's heart they stab at thee.", + "cardId": "clm4ibcre001v24v57zhy5gk1", + "setCardId": "clot8fr7v0030s67pqtkx469n", + "setCard": { + "id": "clot8fr7v0030s67pqtkx469n", + "slug": "bet_hounds_of_ondaros", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ibcre001v24v57zhy5gk1", + "meta": { + "id": "clq39xzpr001csh27cmkg6vcr", + "type": "Minion", + "rarity": "Elite", + "typeText": "Nowhere is safe from these Elite Beasts", + "subType": "Beast", + "rulesText": "Airborne, Burrowing, Submerge, Voidwalk\r\n \r\nNearby enemies permanently lose Stealth.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fr7v0030s67pqtkx469n" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8frb10034s67p68rlowm8", + "slug": "bet_hounds_of_ondaros_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/hounds_of_ondaros-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "From hell's heart they stab at thee.", + "cardId": "clm4ibcre001v24v57zhy5gk1", + "setCardId": "clot8fr7v0030s67pqtkx469n", + "setCard": { + "id": "clot8fr7v0030s67pqtkx469n", + "slug": "bet_hounds_of_ondaros", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ibcre001v24v57zhy5gk1", + "meta": { + "id": "clq39xzpr001csh27cmkg6vcr", + "type": "Minion", + "rarity": "Elite", + "typeText": "Nowhere is safe from these Elite Beasts", + "subType": "Beast", + "rulesText": "Airborne, Burrowing, Submerge, Voidwalk\r\n \r\nNearby enemies permanently lose Stealth.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fr7v0030s67pqtkx469n" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4iblox001x24v5ekqqd5id", + "slug": "alp_hounds_of_ondaros_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/hounds_of_ondaros.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "From hell's heart they stab at thee.", + "cardId": "clm4ibcre001v24v57zhy5gk1", + "setCardId": "clm4ibkd5001w24v575vsdnen", + "setCard": { + "id": "clm4ibkd5001w24v575vsdnen", + "slug": "alp_hounds_of_ondaros", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ibcre001v24v57zhy5gk1", + "meta": { + "id": "clq39xzk6001bsh2739xgthaf", + "type": "Minion", + "rarity": "Elite", + "typeText": "Nowhere is safe from these Elite Beasts", + "subType": "Beast", + "rulesText": "Airborne, Burrowing, Submerge, Voidwalk\n\nNearby enemies permanently lose Stealth.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ibkd5001w24v575vsdnen" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ibsyh001y24v51fwt5qu3", + "slug": "alp_hounds_of_ondaros_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/hounds_of_ondaros-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "From hell's heart they stab at thee.", + "cardId": "clm4ibcre001v24v57zhy5gk1", + "setCardId": "clm4ibkd5001w24v575vsdnen", + "setCard": { + "id": "clm4ibkd5001w24v575vsdnen", + "slug": "alp_hounds_of_ondaros", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ibcre001v24v57zhy5gk1", + "meta": { + "id": "clq39xzk6001bsh2739xgthaf", + "type": "Minion", + "rarity": "Elite", + "typeText": "Nowhere is safe from these Elite Beasts", + "subType": "Beast", + "rulesText": "Airborne, Burrowing, Submerge, Voidwalk\n\nNearby enemies permanently lose Stealth.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ibkd5001w24v575vsdnen" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mat3i004ye0v56yh9ct97", + "slug": "house_arn_bannerman", + "name": "House Arn Bannerman", + "hotscore": 2167, + "guardian": { + "id": "clq39ysql007bsh27dcdte42k", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal holds banner high", + "subType": "Mortal", + "rulesText": "Other nearby allies have +1 power.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mat3i004ye0v56yh9ct97" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8geei00gvs67puqwd6spr", + "slug": "bet_house_arn_bannerman_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/house_arn_bannerman.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Our crest and banner will once again be a symbol of glory and strength!", + "cardId": "clm4mat3i004ye0v56yh9ct97", + "setCardId": "clot8gecu00gts67pqrp4y6e6", + "setCard": { + "id": "clot8gecu00gts67pqrp4y6e6", + "slug": "bet_house_arn_bannerman", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mat3i004ye0v56yh9ct97", + "meta": { + "id": "clq39yt0l007dsh27ejzgbqly", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal holds banner high", + "subType": "Mortal", + "rulesText": "Other nearby allies have +1 power.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gecu00gts67pqrp4y6e6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8geg300gxs67pk4656tf9", + "slug": "bet_house_arn_bannerman_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/house_arn_bannerman-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Our crest and banner will once again be a symbol of glory and strength!", + "cardId": "clm4mat3i004ye0v56yh9ct97", + "setCardId": "clot8gecu00gts67pqrp4y6e6", + "setCard": { + "id": "clot8gecu00gts67pqrp4y6e6", + "slug": "bet_house_arn_bannerman", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mat3i004ye0v56yh9ct97", + "meta": { + "id": "clq39yt0l007dsh27ejzgbqly", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal holds banner high", + "subType": "Mortal", + "rulesText": "Other nearby allies have +1 power.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gecu00gts67pqrp4y6e6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mb05m0050e0v5183jg9yi", + "slug": "alp_house_arn_bannerman_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/house_arn_bannerman.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Our crest and banner will once again be a symbol of glory and strength!", + "cardId": "clm4mat3i004ye0v56yh9ct97", + "setCardId": "clm4maysy004ze0v50gtec87h", + "setCard": { + "id": "clm4maysy004ze0v50gtec87h", + "slug": "alp_house_arn_bannerman", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mat3i004ye0v56yh9ct97", + "meta": { + "id": "clq39yst3007csh2721qokzq5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal holds banner high", + "subType": "Mortal", + "rulesText": "Other nearby allies have +1 power.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4maysy004ze0v50gtec87h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mbe3n0052e0v54hswdah2", + "slug": "alp_house_arn_bannerman_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/house_arn_bannerman-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Andrea Modesti", + "flavorText": "Our crest and banner will once again be a symbol of glory and strength!", + "cardId": "clm4mat3i004ye0v56yh9ct97", + "setCardId": "clm4maysy004ze0v50gtec87h", + "setCard": { + "id": "clm4maysy004ze0v50gtec87h", + "slug": "alp_house_arn_bannerman", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mat3i004ye0v56yh9ct97", + "meta": { + "id": "clq39yst3007csh2721qokzq5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal holds banner high", + "subType": "Mortal", + "rulesText": "Other nearby allies have +1 power.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4maysy004ze0v50gtec87h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mb7px0051e0v52acy5oot", + "slug": "alp_house_arn_bannerman_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/house_arn_bannerman-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Our crest and banner will once again be a symbol of glory and strength!", + "cardId": "clm4mat3i004ye0v56yh9ct97", + "setCardId": "clm4maysy004ze0v50gtec87h", + "setCard": { + "id": "clm4maysy004ze0v50gtec87h", + "slug": "alp_house_arn_bannerman", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mat3i004ye0v56yh9ct97", + "meta": { + "id": "clq39yst3007csh2721qokzq5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal holds banner high", + "subType": "Mortal", + "rulesText": "Other nearby allies have +1 power.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4maysy004ze0v50gtec87h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q5vme00yze0v5gwisdybw", + "slug": "humble_village", + "name": "Humble Village", + "hotscore": 5282, + "guardian": { + "id": "clq3a1lvq00s7sh2709gyd7uv", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of abundance", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4q5vme00yze0v5gwisdybw" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8imku01tds67ptmp3cna3", + "slug": "bet_humble_village_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/humble_village.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q5vme00yze0v5gwisdybw", + "setCardId": "clot8imjc01tbs67p2mvjlegp", + "setCard": { + "id": "clot8imjc01tbs67p2mvjlegp", + "slug": "bet_humble_village", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q5vme00yze0v5gwisdybw", + "meta": { + "id": "clq3a1m5l00s9sh27rsnzvb9u", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of abundance", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8imjc01tbs67p2mvjlegp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8immd01tfs67pxc0mb3n5", + "slug": "bet_humble_village_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/humble_village-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q5vme00yze0v5gwisdybw", + "setCardId": "clot8imjc01tbs67p2mvjlegp", + "setCard": { + "id": "clot8imjc01tbs67p2mvjlegp", + "slug": "bet_humble_village", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q5vme00yze0v5gwisdybw", + "meta": { + "id": "clq3a1m5l00s9sh27rsnzvb9u", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of abundance", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8imjc01tbs67p2mvjlegp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q635100z1e0v5dbnn4rzj", + "slug": "alp_humble_village_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/humble_village.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q5vme00yze0v5gwisdybw", + "setCardId": "clm4q61nc00z0e0v55xypeg7q", + "setCard": { + "id": "clm4q61nc00z0e0v55xypeg7q", + "slug": "alp_humble_village", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q5vme00yze0v5gwisdybw", + "meta": { + "id": "clq3a1ly800s8sh27tybtb1jh", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of abundance", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q61nc00z0e0v55xypeg7q" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q6gcv00z3e0v5d8bw3ixg", + "slug": "alp_humble_village_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/humble_village-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q5vme00yze0v5gwisdybw", + "setCardId": "clm4q61nc00z0e0v55xypeg7q", + "setCard": { + "id": "clm4q61nc00z0e0v55xypeg7q", + "slug": "alp_humble_village", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q5vme00yze0v5gwisdybw", + "meta": { + "id": "clq3a1ly800s8sh27tybtb1jh", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of abundance", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q61nc00z0e0v55xypeg7q" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q6a4g00z2e0v53q4g1llh", + "slug": "alp_humble_village_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/humble_village-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q5vme00yze0v5gwisdybw", + "setCardId": "clm4q61nc00z0e0v55xypeg7q", + "setCard": { + "id": "clm4q61nc00z0e0v55xypeg7q", + "slug": "alp_humble_village", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q5vme00yze0v5gwisdybw", + "meta": { + "id": "clq3a1ly800s8sh27tybtb1jh", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of abundance", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q61nc00z0e0v55xypeg7q" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4owkdu00pae0v57u5l29a9", + "slug": "ice_lance", + "name": "Ice Lance", + "hotscore": 1760, + "guardian": { + "id": "clq3a0phd00lesh27veh1fgmd", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of cold-blooded precision", + "subType": "", + "rulesText": "Shoot a piercing projectile. Deal 3, then 2, then 1 damage to up to one unit at each of the first three locations along its path.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4owkdu00pae0v57u5l29a9" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hwgw01djs67pysx62lts", + "slug": "bet_ice_lance_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ice_lance.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4owkdu00pae0v57u5l29a9", + "setCardId": "clot8hwfd01dhs67pz42yt9n7", + "setCard": { + "id": "clot8hwfd01dhs67pz42yt9n7", + "slug": "bet_ice_lance", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4owkdu00pae0v57u5l29a9", + "meta": { + "id": "clq3a0pr500lgsh27v9kduod3", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of cold-blooded precision", + "subType": "", + "rulesText": "Shoot a piercing projectile. Deal 3, then 2, then 1 damage to up to one unit at each of the first three locations along its path.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hwfd01dhs67pz42yt9n7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hwie01dls67pggka1e2j", + "slug": "bet_ice_lance_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ice_lance-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4owkdu00pae0v57u5l29a9", + "setCardId": "clot8hwfd01dhs67pz42yt9n7", + "setCard": { + "id": "clot8hwfd01dhs67pz42yt9n7", + "slug": "bet_ice_lance", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4owkdu00pae0v57u5l29a9", + "meta": { + "id": "clq3a0pr500lgsh27v9kduod3", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of cold-blooded precision", + "subType": "", + "rulesText": "Shoot a piercing projectile. Deal 3, then 2, then 1 damage to up to one unit at each of the first three locations along its path.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hwfd01dhs67pz42yt9n7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4owr7600pce0v5f0u6covk", + "slug": "alp_ice_lance_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ice_lance.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4owkdu00pae0v57u5l29a9", + "setCardId": "clm4owptf00pbe0v50dn683uu", + "setCard": { + "id": "clm4owptf00pbe0v50dn683uu", + "slug": "alp_ice_lance", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4owkdu00pae0v57u5l29a9", + "meta": { + "id": "clq3a0pjn00lfsh27p03arl2a", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of cold-blooded precision", + "subType": "", + "rulesText": "Shoot a piercing projectile. Deal 3, then 2, then 1 damage to up to one unit at each of the first three locations along its path.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4owptf00pbe0v50dn683uu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ox47l00pee0v5crqk5nlu", + "slug": "alp_ice_lance_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ice_lance-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4owkdu00pae0v57u5l29a9", + "setCardId": "clm4owptf00pbe0v50dn683uu", + "setCard": { + "id": "clm4owptf00pbe0v50dn683uu", + "slug": "alp_ice_lance", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4owkdu00pae0v57u5l29a9", + "meta": { + "id": "clq3a0pjn00lfsh27p03arl2a", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of cold-blooded precision", + "subType": "", + "rulesText": "Shoot a piercing projectile. Deal 3, then 2, then 1 damage to up to one unit at each of the first three locations along its path.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4owptf00pbe0v50dn683uu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4owy1j00pde0v5c5d53k6b", + "slug": "alp_ice_lance_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ice_lance-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4owkdu00pae0v57u5l29a9", + "setCardId": "clm4owptf00pbe0v50dn683uu", + "setCard": { + "id": "clm4owptf00pbe0v50dn683uu", + "slug": "alp_ice_lance", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4owkdu00pae0v57u5l29a9", + "meta": { + "id": "clq3a0pjn00lfsh27p03arl2a", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of cold-blooded precision", + "subType": "", + "rulesText": "Shoot a piercing projectile. Deal 3, then 2, then 1 damage to up to one unit at each of the first three locations along its path.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4owptf00pbe0v50dn683uu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qh94k011ke0v53rwca5xp", + "slug": "iceberg", + "name": "Iceberg", + "hotscore": 675, + "guardian": { + "id": "clq3a1ud700tvsh27a2nfzqvi", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of imperious majesty", + "subType": "", + "rulesText": "Minions occupying nearby sites can't submerge or surface.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qh94k011ke0v53rwca5xp" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8it0a01x9s67pja3fg7hd", + "slug": "bet_iceberg_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/iceberg.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qh94k011ke0v53rwca5xp", + "setCardId": "clot8isym01x7s67p4389zrr2", + "setCard": { + "id": "clot8isym01x7s67p4389zrr2", + "slug": "bet_iceberg", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qh94k011ke0v53rwca5xp", + "meta": { + "id": "clq3a1ulk00txsh27lw5hyx5s", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of imperious majesty", + "subType": "", + "rulesText": "Minions occupying nearby sites can't submerge or surface.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8isym01x7s67p4389zrr2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8it1u01xbs67pte5e61vi", + "slug": "bet_iceberg_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/iceberg-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qh94k011ke0v53rwca5xp", + "setCardId": "clot8isym01x7s67p4389zrr2", + "setCard": { + "id": "clot8isym01x7s67p4389zrr2", + "slug": "bet_iceberg", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qh94k011ke0v53rwca5xp", + "meta": { + "id": "clq3a1ulk00txsh27lw5hyx5s", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of imperious majesty", + "subType": "", + "rulesText": "Minions occupying nearby sites can't submerge or surface.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8isym01x7s67p4389zrr2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qhgbq011me0v57pki394o", + "slug": "alp_iceberg_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/iceberg.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qh94k011ke0v53rwca5xp", + "setCardId": "clm4qhf09011le0v5ap308awl", + "setCard": { + "id": "clm4qhf09011le0v5ap308awl", + "slug": "alp_iceberg", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qh94k011ke0v53rwca5xp", + "meta": { + "id": "clq3a1ufw00twsh27vm42ex7f", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of imperious majesty", + "subType": "", + "rulesText": "Minions occupying nearby sites can't submerge or surface.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qhf09011le0v5ap308awl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qhmqf011ne0v57vy2f7s2", + "slug": "alp_iceberg_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/iceberg-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qh94k011ke0v53rwca5xp", + "setCardId": "clm4qhf09011le0v5ap308awl", + "setCard": { + "id": "clm4qhf09011le0v5ap308awl", + "slug": "alp_iceberg", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qh94k011ke0v53rwca5xp", + "meta": { + "id": "clq3a1ufw00twsh27vm42ex7f", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of imperious majesty", + "subType": "", + "rulesText": "Minions occupying nearby sites can't submerge or surface.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qhf09011le0v5ap308awl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nv9wj00h7e0v5g5355p9v", + "slug": "immolation", + "name": "Immolation", + "hotscore": 1030, + "guardian": { + "id": "clq39zy2200fssh27dmer9wt1", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of distilled devastation", + "subType": "", + "rulesText": "Deal 7 damage to target minion nearby.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "cardId": "clm4nv9wj00h7e0v5g5355p9v" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8havg010is67p8ksnnkxu", + "slug": "bet_immolation_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/immolation.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4nv9wj00h7e0v5g5355p9v", + "setCardId": "clot8haty010gs67p3r5fu3zg", + "setCard": { + "id": "clot8haty010gs67p3r5fu3zg", + "slug": "bet_immolation", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nv9wj00h7e0v5g5355p9v", + "meta": { + "id": "clq39zya600fush27dgbjh2z3", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of distilled devastation", + "subType": "", + "rulesText": "Deal 7 damage to target minion nearby.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clot8haty010gs67p3r5fu3zg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hawz010ks67pnddodxf3", + "slug": "bet_immolation_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/immolation-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4nv9wj00h7e0v5g5355p9v", + "setCardId": "clot8haty010gs67p3r5fu3zg", + "setCard": { + "id": "clot8haty010gs67p3r5fu3zg", + "slug": "bet_immolation", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nv9wj00h7e0v5g5355p9v", + "meta": { + "id": "clq39zya600fush27dgbjh2z3", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of distilled devastation", + "subType": "", + "rulesText": "Deal 7 damage to target minion nearby.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clot8haty010gs67p3r5fu3zg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nvgp700h9e0v50epp8u41", + "slug": "alp_immolation_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/immolation.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4nv9wj00h7e0v5g5355p9v", + "setCardId": "clm4nvfe400h8e0v5a0a80a9y", + "setCard": { + "id": "clm4nvfe400h8e0v5a0a80a9y", + "slug": "alp_immolation", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nv9wj00h7e0v5g5355p9v", + "meta": { + "id": "clq39zy4q00ftsh2722790zwm", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of distilled devastation", + "subType": "", + "rulesText": "Deal 7 damage to target minion nearby.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clm4nvfe400h8e0v5a0a80a9y" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nvnuy00hae0v564jpd3vs", + "slug": "alp_immolation_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/immolation-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4nv9wj00h7e0v5g5355p9v", + "setCardId": "clm4nvfe400h8e0v5a0a80a9y", + "setCard": { + "id": "clm4nvfe400h8e0v5a0a80a9y", + "slug": "alp_immolation", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nv9wj00h7e0v5g5355p9v", + "meta": { + "id": "clq39zy4q00ftsh2722790zwm", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of distilled devastation", + "subType": "", + "rulesText": "Deal 7 damage to target minion nearby.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clm4nvfe400h8e0v5a0a80a9y" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qvqwr014oe0v5efk9gqcj", + "slug": "imperial_road", + "name": "Imperial Road", + "hotscore": 3422, + "guardian": { + "id": "clq3a24vh00w1sh27zlx75yx7", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site once spanned an empire", + "subType": "", + "rulesText": "Genesis → Target opponent, then you, may play a site adjacent to this one.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qvqwr014oe0v5efk9gqcj" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j1gk022bs67pe6ods3li", + "slug": "bet_imperial_road_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/imperial_road.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4qvqwr014oe0v5efk9gqcj", + "setCardId": "clot8j1ew0229s67pc3mxyz3z", + "setCard": { + "id": "clot8j1ew0229s67pc3mxyz3z", + "slug": "bet_imperial_road", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qvqwr014oe0v5efk9gqcj", + "meta": { + "id": "clq3a253h00w3sh27wcr9ndu3", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site once spanned an empire", + "subType": "", + "rulesText": "Genesis → Target opponent, then you, may play a site adjacent to this one.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j1ew0229s67pc3mxyz3z" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j1i4022ds67p7nrkz2kx", + "slug": "bet_imperial_road_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/imperial_road-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4qvqwr014oe0v5efk9gqcj", + "setCardId": "clot8j1ew0229s67pc3mxyz3z", + "setCard": { + "id": "clot8j1ew0229s67pc3mxyz3z", + "slug": "bet_imperial_road", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qvqwr014oe0v5efk9gqcj", + "meta": { + "id": "clq3a253h00w3sh27wcr9ndu3", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site once spanned an empire", + "subType": "", + "rulesText": "Genesis → Target opponent, then you, may play a site adjacent to this one.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j1ew0229s67pc3mxyz3z" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qvy24014qe0v5c0v5d5bu", + "slug": "alp_imperial_road_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/imperial_road.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4qvqwr014oe0v5efk9gqcj", + "setCardId": "clm4qvwqx014pe0v557knfxo1", + "setCard": { + "id": "clm4qvwqx014pe0v557knfxo1", + "slug": "alp_imperial_road", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qvqwr014oe0v5efk9gqcj", + "meta": { + "id": "clq3a24xs00w2sh27rfb5ogt8", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site once spanned an empire", + "subType": "", + "rulesText": "Genesis → Target opponent, then you, may play a site adjacent to this one.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qvwqx014pe0v557knfxo1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qw50x014re0v5aneze4z8", + "slug": "alp_imperial_road_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/imperial_road-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4qvqwr014oe0v5efk9gqcj", + "setCardId": "clm4qvwqx014pe0v557knfxo1", + "setCard": { + "id": "clm4qvwqx014pe0v557knfxo1", + "slug": "alp_imperial_road", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qvqwr014oe0v5efk9gqcj", + "meta": { + "id": "clq3a24xs00w2sh27rfb5ogt8", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site once spanned an empire", + "subType": "", + "rulesText": "Genesis → Target opponent, then you, may play a site adjacent to this one.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qvwqx014pe0v557knfxo1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nvswf00hbe0v5cbmka1ii", + "slug": "incinerate", + "name": "Incinerate", + "hotscore": 575, + "guardian": { + "id": "clq39zygd00fvsh27kdoflnvd", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of draconic conflagration", + "subType": "", + "rulesText": "Deal 4 damage to each other unit at target location near the caster or an allied Dragon.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nvswf00hbe0v5cbmka1ii" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hb6o010ps67pefnzycpy", + "slug": "bet_incinerate_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/incinerate.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "Scaleforge stoked, proud kite untamed,\r\nin flagrant flight unfurled.", + "cardId": "clm4nvswf00hbe0v5cbmka1ii", + "setCardId": "clot8hb4s010ns67p4a5qym36", + "setCard": { + "id": "clot8hb4s010ns67p4a5qym36", + "slug": "bet_incinerate", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nvswf00hbe0v5cbmka1ii", + "meta": { + "id": "clq39zyqg00fxsh27xfdf2r21", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of draconic conflagration", + "subType": "", + "rulesText": "Deal 4 damage to each other unit at target location near the caster or an allied Dragon.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hb4s010ns67p4a5qym36" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hb8f010rs67pmw6w1yt5", + "slug": "bet_incinerate_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/incinerate-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "Scaleforge stoked, proud kite untamed,\r\nin flagrant flight unfurled.", + "cardId": "clm4nvswf00hbe0v5cbmka1ii", + "setCardId": "clot8hb4s010ns67p4a5qym36", + "setCard": { + "id": "clot8hb4s010ns67p4a5qym36", + "slug": "bet_incinerate", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nvswf00hbe0v5cbmka1ii", + "meta": { + "id": "clq39zyqg00fxsh27xfdf2r21", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of draconic conflagration", + "subType": "", + "rulesText": "Deal 4 damage to each other unit at target location near the caster or an allied Dragon.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hb4s010ns67p4a5qym36" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nvzuy00hde0v54utb299v", + "slug": "alp_incinerate_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/incinerate.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "Scaleforge stoked, proud kite untamed,\nin flagrant flight unfurled.", + "cardId": "clm4nvswf00hbe0v5cbmka1ii", + "setCardId": "clm4nvyj700hce0v55q781514", + "setCard": { + "id": "clm4nvyj700hce0v55q781514", + "slug": "alp_incinerate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nvswf00hbe0v5cbmka1ii", + "meta": { + "id": "clq39zyiu00fwsh274m0w7723", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of draconic conflagration", + "subType": "", + "rulesText": "Deal 4 damage to each other unit at target location near the caster or an allied Dragon.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nvyj700hce0v55q781514" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nwdn200hfe0v58ufq629o", + "slug": "alp_incinerate_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/incinerate-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Lindsey Crummett", + "flavorText": "Scaleforge stoked, proud kite untamed,\nin flagrant flight unfurled.", + "cardId": "clm4nvswf00hbe0v5cbmka1ii", + "setCardId": "clm4nvyj700hce0v55q781514", + "setCard": { + "id": "clm4nvyj700hce0v55q781514", + "slug": "alp_incinerate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nvswf00hbe0v5cbmka1ii", + "meta": { + "id": "clq39zyiu00fwsh274m0w7723", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of draconic conflagration", + "subType": "", + "rulesText": "Deal 4 damage to each other unit at target location near the caster or an allied Dragon.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nvyj700hce0v55q781514" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nw6ve00hee0v599ndd6i2", + "slug": "alp_incinerate_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/incinerate-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "Scaleforge stoked, proud kite untamed,\nin flagrant flight unfurled.", + "cardId": "clm4nvswf00hbe0v5cbmka1ii", + "setCardId": "clm4nvyj700hce0v55q781514", + "setCard": { + "id": "clm4nvyj700hce0v55q781514", + "slug": "alp_incinerate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nvswf00hbe0v5cbmka1ii", + "meta": { + "id": "clq39zyiu00fwsh274m0w7723", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of draconic conflagration", + "subType": "", + "rulesText": "Deal 4 damage to each other unit at target location near the caster or an allied Dragon.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nvyj700hce0v55q781514" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ndhby00d8e0v5c0nz00yy", + "slug": "infernal_legion", + "name": "Infernal Legion", + "hotscore": 1193, + "guardian": { + "id": "clq39zknm00d3sh27ofghe8kh", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Undead wreathed in hellfire", + "subType": "Undead", + "rulesText": "At the end of your turn, deal 3 damage to each other adjacent unit.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "cardId": "clm4ndhby00d8e0v5c0nz00yy" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h0kw00uas67p3z8tsqkd", + "slug": "bet_infernal_legion_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/infernal_legion.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Grave candélabre, en danse macabre, the Damned parade in ghastly mob.", + "cardId": "clm4ndhby00d8e0v5c0nz00yy", + "setCardId": "clot8h0jd00u8s67pxpwdf2hg", + "setCard": { + "id": "clot8h0jd00u8s67pxpwdf2hg", + "slug": "bet_infernal_legion", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ndhby00d8e0v5c0nz00yy", + "meta": { + "id": "clq39zkx800d5sh274j6tsnfr", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Undead wreathed in hellfire", + "subType": "Undead", + "rulesText": "At the end of your turn, deal 3 damage to each other adjacent unit.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clot8h0jd00u8s67pxpwdf2hg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h0mf00ucs67pw1kq6e4k", + "slug": "bet_infernal_legion_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/infernal_legion-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Grave candélabre, en danse macabre, the Damned parade in ghastly mob.", + "cardId": "clm4ndhby00d8e0v5c0nz00yy", + "setCardId": "clot8h0jd00u8s67pxpwdf2hg", + "setCard": { + "id": "clot8h0jd00u8s67pxpwdf2hg", + "slug": "bet_infernal_legion", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ndhby00d8e0v5c0nz00yy", + "meta": { + "id": "clq39zkx800d5sh274j6tsnfr", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Undead wreathed in hellfire", + "subType": "Undead", + "rulesText": "At the end of your turn, deal 3 damage to each other adjacent unit.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clot8h0jd00u8s67pxpwdf2hg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ndo4q00dae0v5hdwm9uqd", + "slug": "alp_infernal_legion_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/infernal_legion.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Grave candélabre, en danse macabre, the Damned parade in ghastly mob.", + "cardId": "clm4ndhby00d8e0v5c0nz00yy", + "setCardId": "clm4ndmt900d9e0v5b7me6m7l", + "setCard": { + "id": "clm4ndmt900d9e0v5b7me6m7l", + "slug": "alp_infernal_legion", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ndhby00d8e0v5c0nz00yy", + "meta": { + "id": "clq39zkpy00d4sh27q4gmwzdf", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Undead wreathed in hellfire", + "subType": "Undead", + "rulesText": "At the end of your turn, deal 3 damage to each other adjacent unit.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clm4ndmt900d9e0v5b7me6m7l" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ne14m00dce0v5e4xk8v7y", + "slug": "alp_infernal_legion_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/infernal_legion-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Melissa A. Benson", + "flavorText": "Grave candélabre, en danse macabre, the Damned parade in ghastly mob.", + "cardId": "clm4ndhby00d8e0v5c0nz00yy", + "setCardId": "clm4ndmt900d9e0v5b7me6m7l", + "setCard": { + "id": "clm4ndmt900d9e0v5b7me6m7l", + "slug": "alp_infernal_legion", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ndhby00d8e0v5c0nz00yy", + "meta": { + "id": "clq39zkpy00d4sh27q4gmwzdf", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Undead wreathed in hellfire", + "subType": "Undead", + "rulesText": "At the end of your turn, deal 3 damage to each other adjacent unit.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clm4ndmt900d9e0v5b7me6m7l" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ndvj100dbe0v50q8kah22", + "slug": "alp_infernal_legion_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/infernal_legion-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Grave candélabre, en danse macabre, the Damned parade in ghastly mob.", + "cardId": "clm4ndhby00d8e0v5c0nz00yy", + "setCardId": "clm4ndmt900d9e0v5b7me6m7l", + "setCard": { + "id": "clm4ndmt900d9e0v5b7me6m7l", + "slug": "alp_infernal_legion", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ndhby00d8e0v5c0nz00yy", + "meta": { + "id": "clq39zkpy00d4sh27q4gmwzdf", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Undead wreathed in hellfire", + "subType": "Undead", + "rulesText": "At the end of your turn, deal 3 damage to each other adjacent unit.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clm4ndmt900d9e0v5b7me6m7l" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nwes400hge0v50nng705h", + "slug": "infiltrate", + "name": "Infiltrate", + "hotscore": 4472, + "guardian": { + "id": "clq39zyw300fysh27hp0adwlp", + "type": "Magic", + "rarity": "Elite", + "typeText": "Sophisticated Magic for Elite access", + "subType": "", + "rulesText": "Gain control of target enemy minion until it deals damage, and tap it. It gains Stealth.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nwes400hge0v50nng705h" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hbj3010ws67p9dpf2pwn", + "slug": "bet_infiltrate_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/infiltrate.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4nwes400hge0v50nng705h", + "setCardId": "clot8hbhg010us67p82nslbbx", + "setCard": { + "id": "clot8hbhg010us67p82nslbbx", + "slug": "bet_infiltrate", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nwes400hge0v50nng705h", + "meta": { + "id": "clq39zz4600g0sh27xt1ur1by", + "type": "Magic", + "rarity": "Elite", + "typeText": "Sophisticated Magic for Elite access", + "subType": "", + "rulesText": "Gain control of target enemy minion until it deals damage, and tap it. It gains Stealth.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hbhg010us67p82nslbbx" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hbkm010ys67poalxxzhj", + "slug": "bet_infiltrate_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/infiltrate-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4nwes400hge0v50nng705h", + "setCardId": "clot8hbhg010us67p82nslbbx", + "setCard": { + "id": "clot8hbhg010us67p82nslbbx", + "slug": "bet_infiltrate", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nwes400hge0v50nng705h", + "meta": { + "id": "clq39zz4600g0sh27xt1ur1by", + "type": "Magic", + "rarity": "Elite", + "typeText": "Sophisticated Magic for Elite access", + "subType": "", + "rulesText": "Gain control of target enemy minion until it deals damage, and tap it. It gains Stealth.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hbhg010us67p82nslbbx" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nwmg100hie0v5g0p705rc", + "slug": "alp_infiltrate_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/infiltrate.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4nwes400hge0v50nng705h", + "setCardId": "clm4nwl3m00hhe0v5frlfgk5h", + "setCard": { + "id": "clm4nwl3m00hhe0v5frlfgk5h", + "slug": "alp_infiltrate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nwes400hge0v50nng705h", + "meta": { + "id": "clq39zyye00fzsh27vjtw194u", + "type": "Magic", + "rarity": "Elite", + "typeText": "Sophisticated Magic for Elite access", + "subType": "", + "rulesText": "Gain control of target enemy minion until it deals damage, and tap it. It gains Stealth.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nwl3m00hhe0v5frlfgk5h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nwti400hje0v55rpphdz0", + "slug": "alp_infiltrate_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/infiltrate-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4nwes400hge0v50nng705h", + "setCardId": "clm4nwl3m00hhe0v5frlfgk5h", + "setCard": { + "id": "clm4nwl3m00hhe0v5frlfgk5h", + "slug": "alp_infiltrate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nwes400hge0v50nng705h", + "meta": { + "id": "clq39zyye00fzsh27vjtw194u", + "type": "Magic", + "rarity": "Elite", + "typeText": "Sophisticated Magic for Elite access", + "subType": "", + "rulesText": "Gain control of target enemy minion until it deals damage, and tap it. It gains Stealth.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nwl3m00hhe0v5frlfgk5h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pgved00tne0v5cvlmgq11", + "slug": "iron_shackles", + "name": "Iron Shackles", + "hotscore": 1267, + "guardian": { + "id": "clq3a140400ogsh27x2nj37gg", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of crippling chains", + "subType": "Relic", + "rulesText": "May be conjured to target enemy minion.\r\n\r\nBearer is disabled.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pgved00tne0v5cvlmgq11" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i82c01kjs67pb9zgojzc", + "slug": "bet_iron_shackles_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/iron_shackles.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "How can you claim to be free, when you've never tried to find the end of your tether?", + "cardId": "clm4pgved00tne0v5cvlmgq11", + "setCardId": "clot8i80v01khs67pxfybijjy", + "setCard": { + "id": "clot8i80v01khs67pxfybijjy", + "slug": "bet_iron_shackles", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pgved00tne0v5cvlmgq11", + "meta": { + "id": "clq3a147x00oish27p8e2tr35", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of crippling chains", + "subType": "Relic", + "rulesText": "May be conjured to target enemy minion.\r\n\r\nBearer is disabled.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i80v01khs67pxfybijjy" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i83t01kls67pk4wjgbu6", + "slug": "bet_iron_shackles_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/iron_shackles-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "How can you claim to be free, when you've never tried to find the end of your tether?", + "cardId": "clm4pgved00tne0v5cvlmgq11", + "setCardId": "clot8i80v01khs67pxfybijjy", + "setCard": { + "id": "clot8i80v01khs67pxfybijjy", + "slug": "bet_iron_shackles", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pgved00tne0v5cvlmgq11", + "meta": { + "id": "clq3a147x00oish27p8e2tr35", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of crippling chains", + "subType": "Relic", + "rulesText": "May be conjured to target enemy minion.\r\n\r\nBearer is disabled.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i80v01khs67pxfybijjy" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ph2je00tpe0v51378ennm", + "slug": "alp_iron_shackles_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/iron_shackles.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "\"How can you claim to be free, when you've never tried to find the end of your tether?\"", + "cardId": "clm4pgved00tne0v5cvlmgq11", + "setCardId": "clm4ph18b00toe0v535026cjt", + "setCard": { + "id": "clm4ph18b00toe0v535026cjt", + "slug": "alp_iron_shackles", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pgved00tne0v5cvlmgq11", + "meta": { + "id": "clq3a142d00ohsh27e3rhnm3s", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of crippling chains", + "subType": "Relic", + "rulesText": "May be conjured to target enemy minion.\n\nBearer is disabled.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ph18b00toe0v535026cjt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ph9bg00tqe0v50ubz14pi", + "slug": "alp_iron_shackles_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/iron_shackles-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "\"How can you claim to be free, when you've never tried to find the end of your tether?\"", + "cardId": "clm4pgved00tne0v5cvlmgq11", + "setCardId": "clm4ph18b00toe0v535026cjt", + "setCard": { + "id": "clm4ph18b00toe0v535026cjt", + "slug": "alp_iron_shackles", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pgved00tne0v5cvlmgq11", + "meta": { + "id": "clq3a142d00ohsh27e3rhnm3s", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of crippling chains", + "subType": "Relic", + "rulesText": "May be conjured to target enemy minion.\n\nBearer is disabled.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ph18b00toe0v535026cjt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qhs66011oe0v562rzaipg", + "slug": "island_leviathan", + "name": "Island Leviathan", + "hotscore": 2421, + "guardian": { + "id": "clq3a1urk00tysh27tq0v4yvh", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of dormant monstrosity", + "subType": "", + "rulesText": "(W)(W)(W)(W)(W)(W)(W)(W) — May transform into a Monster. Place flooded Rubble underneath.", + "cost": 0, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qhs66011oe0v562rzaipg" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8itc101xgs67pjn8cva58", + "slug": "bet_island_leviathan_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/island_leviathan.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qhs66011oe0v562rzaipg", + "setCardId": "clot8itad01xes67phieilfny", + "setCard": { + "id": "clot8itad01xes67phieilfny", + "slug": "bet_island_leviathan", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qhs66011oe0v562rzaipg", + "meta": { + "id": "clq3a1v1c00u0sh277eqp65gg", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of dormant monstrosity", + "subType": "", + "rulesText": "(W)(W)(W)(W)(W)(W)(W)(W) — May transform into a Monster. Place flooded Rubble underneath.", + "cost": 0, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8itad01xes67phieilfny" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8itdk01xis67paob7mipk", + "slug": "bet_island_leviathan_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/island_leviathan-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qhs66011oe0v562rzaipg", + "setCardId": "clot8itad01xes67phieilfny", + "setCard": { + "id": "clot8itad01xes67phieilfny", + "slug": "bet_island_leviathan", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qhs66011oe0v562rzaipg", + "meta": { + "id": "clq3a1v1c00u0sh277eqp65gg", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of dormant monstrosity", + "subType": "", + "rulesText": "(W)(W)(W)(W)(W)(W)(W)(W) — May transform into a Monster. Place flooded Rubble underneath.", + "cost": 0, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8itad01xes67phieilfny" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qhzhu011qe0v550j6gt2m", + "slug": "alp_island_leviathan_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/island_leviathan.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qhs66011oe0v562rzaipg", + "setCardId": "clm4qhy02011pe0v59t61di91", + "setCard": { + "id": "clm4qhy02011pe0v59t61di91", + "slug": "alp_island_leviathan", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qhs66011oe0v562rzaipg", + "meta": { + "id": "clq3a1utx00tzsh27cgs20l50", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of dormant monstrosity", + "subType": "", + "rulesText": "(W)(W)(W)(W)(W)(W)(W)(W) — Transform into a Monster. Place flooded Rubble underneath.", + "cost": 0, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qhy02011pe0v59t61di91" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qic78011se0v591qw5rar", + "slug": "alp_island_leviathan_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/island_leviathan-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qhs66011oe0v562rzaipg", + "setCardId": "clm4qhy02011pe0v59t61di91", + "setCard": { + "id": "clm4qhy02011pe0v59t61di91", + "slug": "alp_island_leviathan", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qhs66011oe0v562rzaipg", + "meta": { + "id": "clq3a1utx00tzsh27cgs20l50", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of dormant monstrosity", + "subType": "", + "rulesText": "(W)(W)(W)(W)(W)(W)(W)(W) — Transform into a Monster. Place flooded Rubble underneath.", + "cost": 0, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qhy02011pe0v59t61di91" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qi695011re0v50wtzhzg0", + "slug": "alp_island_leviathan_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/island_leviathan-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qhs66011oe0v562rzaipg", + "setCardId": "clm4qhy02011pe0v59t61di91", + "setCard": { + "id": "clm4qhy02011pe0v59t61di91", + "slug": "alp_island_leviathan", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qhs66011oe0v562rzaipg", + "meta": { + "id": "clq3a1utx00tzsh27cgs20l50", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of dormant monstrosity", + "subType": "", + "rulesText": "(W)(W)(W)(W)(W)(W)(W)(W) — Transform into a Monster. Place flooded Rubble underneath.", + "cost": 0, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qhy02011pe0v59t61di91" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o2z6800iue0v595mx345h", + "slug": "jihad", + "name": "Jihad", + "hotscore": 2261, + "guardian": { + "id": "clq3a03n100gysh27n4sbmiwv", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura of zealous devotion", + "subType": "", + "rulesText": "You may summon fire minions to affected sites.\r\n\r\nAllied fire minions occupying affected sites have +1 power.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4o2z6800iue0v595mx345h" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hfav0138s67prqzkwc3z", + "slug": "bet_jihad_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/jihad.png", + "finish": "Standard", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4o2z6800iue0v595mx345h", + "setCardId": "clot8hf9c0136s67p47yd0y4w", + "setCard": { + "id": "clot8hf9c0136s67p47yd0y4w", + "slug": "bet_jihad", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o2z6800iue0v595mx345h", + "meta": { + "id": "clq3a03v900h0sh27d2n2yciz", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura of zealous devotion", + "subType": "", + "rulesText": "You may summon fire minions to affected sites.\r\n\r\nAllied fire minions occupying affected sites have +1 power.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8hf9c0136s67p47yd0y4w" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hfch013as67p5zte2ngu", + "slug": "bet_jihad_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/jihad-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4o2z6800iue0v595mx345h", + "setCardId": "clot8hf9c0136s67p47yd0y4w", + "setCard": { + "id": "clot8hf9c0136s67p47yd0y4w", + "slug": "bet_jihad", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o2z6800iue0v595mx345h", + "meta": { + "id": "clq3a03v900h0sh27d2n2yciz", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura of zealous devotion", + "subType": "", + "rulesText": "You may summon fire minions to affected sites.\r\n\r\nAllied fire minions occupying affected sites have +1 power.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8hf9c0136s67p47yd0y4w" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o35xm00iwe0v5gd98crhb", + "slug": "alp_jihad_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/jihad.png", + "finish": "Standard", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4o2z6800iue0v595mx345h", + "setCardId": "clm4o34mo00ive0v59om09rqt", + "setCard": { + "id": "clm4o34mo00ive0v59om09rqt", + "slug": "alp_jihad", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o2z6800iue0v595mx345h", + "meta": { + "id": "clq3a03pe00gzsh27q6tg32tl", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura of zealous devotion", + "subType": "", + "rulesText": "You may summon fire minions to affected sites.\n\nAllied fire minions occupying affected sites have +1 power.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4o34mo00ive0v59om09rqt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o3cps00ixe0v5h5t76d7c", + "slug": "alp_jihad_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/jihad-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4o2z6800iue0v595mx345h", + "setCardId": "clm4o34mo00ive0v59om09rqt", + "setCard": { + "id": "clm4o34mo00ive0v59om09rqt", + "slug": "alp_jihad", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o2z6800iue0v595mx345h", + "meta": { + "id": "clq3a03pe00gzsh27q6tg32tl", + "type": "Aura", + "rarity": "Unique", + "typeText": "A Unique Aura of zealous devotion", + "subType": "", + "rulesText": "You may summon fire minions to affected sites.\n\nAllied fire minions occupying affected sites have +1 power.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4o34mo00ive0v59om09rqt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ne29a00dde0v58k747nqj", + "slug": "karkemish_chimera", + "name": "Karkemish Chimera", + "hotscore": 283, + "guardian": { + "id": "clq39zl2y00d6sh27o41wz2dr", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast, deadly, defiant, and fierce", + "subType": "Beast", + "rulesText": "Can simultaneously attack up to three units at the same location.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4ne29a00dde0v58k747nqj" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h0wi00uhs67pe833znie", + "slug": "bet_karkemish_chimera_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/karkemish_chimera.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "", + "cardId": "clm4ne29a00dde0v58k747nqj", + "setCardId": "clot8h0ux00ufs67pbwdtrk7t", + "setCard": { + "id": "clot8h0ux00ufs67pbwdtrk7t", + "slug": "bet_karkemish_chimera", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ne29a00dde0v58k747nqj", + "meta": { + "id": "clq39zlb200d8sh27z7au4x17", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast, deadly, defiant, and fierce", + "subType": "Beast", + "rulesText": "Can simultaneously attack up to three units at the same location.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h0ux00ufs67pbwdtrk7t" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h0y400ujs67paxqffoi8", + "slug": "bet_karkemish_chimera_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/karkemish_chimera-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "", + "cardId": "clm4ne29a00dde0v58k747nqj", + "setCardId": "clot8h0ux00ufs67pbwdtrk7t", + "setCard": { + "id": "clot8h0ux00ufs67pbwdtrk7t", + "slug": "bet_karkemish_chimera", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ne29a00dde0v58k747nqj", + "meta": { + "id": "clq39zlb200d8sh27z7au4x17", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast, deadly, defiant, and fierce", + "subType": "Beast", + "rulesText": "Can simultaneously attack up to three units at the same location.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h0ux00ufs67pbwdtrk7t" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ne8sm00dfe0v52w9b4s90", + "slug": "alp_karkemish_chimera_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/karkemish_chimera.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "", + "cardId": "clm4ne29a00dde0v58k747nqj", + "setCardId": "clm4ne7hi00dee0v5fbjk8cbi", + "setCard": { + "id": "clm4ne7hi00dee0v5fbjk8cbi", + "slug": "alp_karkemish_chimera", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ne29a00dde0v58k747nqj", + "meta": { + "id": "clq39zl5900d7sh273atriawg", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast, deadly, defiant, and fierce", + "subType": "Beast", + "rulesText": "Can simultaneously attack up to three units at the same location.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4ne7hi00dee0v5fbjk8cbi" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nef5h00dge0v5bmzm3pwt", + "slug": "alp_karkemish_chimera_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/karkemish_chimera-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "", + "cardId": "clm4ne29a00dde0v58k747nqj", + "setCardId": "clm4ne7hi00dee0v5fbjk8cbi", + "setCard": { + "id": "clm4ne7hi00dee0v5fbjk8cbi", + "slug": "alp_karkemish_chimera", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ne29a00dde0v58k747nqj", + "meta": { + "id": "clq39zl5900d7sh273atriawg", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast, deadly, defiant, and fierce", + "subType": "Beast", + "rulesText": "Can simultaneously attack up to three units at the same location.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4ne7hi00dee0v5fbjk8cbi" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mbfgh0053e0v57i924xf9", + "slug": "king_of_the_realm", + "name": "King of the Realm", + "hotscore": 2053, + "guardian": { + "id": "clq39yt67007esh27rbq3qdwd", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal, triumphant and true", + "subType": "Mortal", + "rulesText": "Other Mortals have +1 power.\r\n\r\nYou control all Mortals.", + "cost": 7, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mbfgh0053e0v57i924xf9" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gept00h2s67pw1x3ay43", + "slug": "bet_king_of_the_realm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/king_of_the_realm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4mbfgh0053e0v57i924xf9", + "setCardId": "clot8geny00h0s67pbnspn08g", + "setCard": { + "id": "clot8geny00h0s67pbnspn08g", + "slug": "bet_king_of_the_realm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mbfgh0053e0v57i924xf9", + "meta": { + "id": "clq39ytfy007gsh276809item", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal, triumphant and true", + "subType": "Mortal", + "rulesText": "Other Mortals have +1 power.\r\n\r\nYou control all Mortals.", + "cost": 7, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8geny00h0s67pbnspn08g" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gerb00h4s67prt7fizkb", + "slug": "bet_king_of_the_realm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/king_of_the_realm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4mbfgh0053e0v57i924xf9", + "setCardId": "clot8geny00h0s67pbnspn08g", + "setCard": { + "id": "clot8geny00h0s67pbnspn08g", + "slug": "bet_king_of_the_realm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mbfgh0053e0v57i924xf9", + "meta": { + "id": "clq39ytfy007gsh276809item", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal, triumphant and true", + "subType": "Mortal", + "rulesText": "Other Mortals have +1 power.\r\n\r\nYou control all Mortals.", + "cost": 7, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8geny00h0s67pbnspn08g" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mbmt10055e0v51q0q624a", + "slug": "alp_king_of_the_realm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/king_of_the_realm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4mbfgh0053e0v57i924xf9", + "setCardId": "clm4mblg90054e0v5fhfg6tx7", + "setCard": { + "id": "clm4mblg90054e0v5fhfg6tx7", + "slug": "alp_king_of_the_realm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mbfgh0053e0v57i924xf9", + "meta": { + "id": "clq39yt8g007fsh27off4phmr", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal, triumphant and true", + "subType": "Mortal", + "rulesText": "Other Mortals have +1 power.\n\nYou control all Mortals.", + "cost": 7, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mblg90054e0v5fhfg6tx7" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mc0qa0057e0v58zc54rqz", + "slug": "alp_king_of_the_realm_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/king_of_the_realm-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4mbfgh0053e0v57i924xf9", + "setCardId": "clm4mblg90054e0v5fhfg6tx7", + "setCard": { + "id": "clm4mblg90054e0v5fhfg6tx7", + "slug": "alp_king_of_the_realm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mbfgh0053e0v57i924xf9", + "meta": { + "id": "clq39yt8g007fsh27off4phmr", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal, triumphant and true", + "subType": "Mortal", + "rulesText": "Other Mortals have +1 power.\n\nYou control all Mortals.", + "cost": 7, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mblg90054e0v5fhfg6tx7" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mbu7s0056e0v55qhd6cmt", + "slug": "alp_king_of_the_realm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/king_of_the_realm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4mbfgh0053e0v57i924xf9", + "setCardId": "clm4mblg90054e0v5fhfg6tx7", + "setCard": { + "id": "clm4mblg90054e0v5fhfg6tx7", + "slug": "alp_king_of_the_realm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mbfgh0053e0v57i924xf9", + "meta": { + "id": "clq39yt8g007fsh27off4phmr", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal, triumphant and true", + "subType": "Mortal", + "rulesText": "Other Mortals have +1 power.\n\nYou control all Mortals.", + "cost": 7, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 3, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mblg90054e0v5fhfg6tx7" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q6hh500z4e0v58yrb2t3s", + "slug": "kingdom_of_agartha", + "name": "Kingdom of Agartha", + "hotscore": 1479, + "guardian": { + "id": "clq3a1mb900sash27aqff2sgz", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site at creation’s core", + "subType": "", + "rulesText": "(E)(E)(E) — All minions have Burrowing.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4q6hh500z4e0v58yrb2t3s" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8imww01tks67pvzv0m4bn", + "slug": "bet_kingdom_of_agartha_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/kingdom_of_agartha.png", + "finish": "Standard", + "product": "Booster", + "artist": "Adam Burke", + "flavorText": "", + "cardId": "clm4q6hh500z4e0v58yrb2t3s", + "setCardId": "clot8imv501tis67pmmj7xdyu", + "setCard": { + "id": "clot8imv501tis67pmmj7xdyu", + "slug": "bet_kingdom_of_agartha", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q6hh500z4e0v58yrb2t3s", + "meta": { + "id": "clq3a1mjf00scsh27hzggef58", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site at creation’s core", + "subType": "", + "rulesText": "(E)(E)(E) — All minions have Burrowing.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8imv501tis67pmmj7xdyu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8imyg01tms67pm0rbdn99", + "slug": "bet_kingdom_of_agartha_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/kingdom_of_agartha-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Adam Burke", + "flavorText": "", + "cardId": "clm4q6hh500z4e0v58yrb2t3s", + "setCardId": "clot8imv501tis67pmmj7xdyu", + "setCard": { + "id": "clot8imv501tis67pmmj7xdyu", + "slug": "bet_kingdom_of_agartha", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q6hh500z4e0v58yrb2t3s", + "meta": { + "id": "clq3a1mjf00scsh27hzggef58", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site at creation’s core", + "subType": "", + "rulesText": "(E)(E)(E) — All minions have Burrowing.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8imv501tis67pmmj7xdyu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q6ola00z6e0v5hjcw0zp3", + "slug": "alp_kingdom_of_agartha_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/kingdom_of_agartha.png", + "finish": "Standard", + "product": "Booster", + "artist": "Adam Burke", + "flavorText": "", + "cardId": "clm4q6hh500z4e0v58yrb2t3s", + "setCardId": "clm4q6n9w00z5e0v596ex1wvx", + "setCard": { + "id": "clm4q6n9w00z5e0v596ex1wvx", + "slug": "alp_kingdom_of_agartha", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q6hh500z4e0v58yrb2t3s", + "meta": { + "id": "clq3a1mdj00sbsh27fm3lzxhq", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site at creation’s core", + "subType": "", + "rulesText": "(E)(E)(E) — All minions have Burrowing.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q6n9w00z5e0v596ex1wvx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q6vhq00z7e0v5fr0t5bwi", + "slug": "alp_kingdom_of_agartha_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/kingdom_of_agartha-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Adam Burke", + "flavorText": "", + "cardId": "clm4q6hh500z4e0v58yrb2t3s", + "setCardId": "clm4q6n9w00z5e0v596ex1wvx", + "setCard": { + "id": "clm4q6n9w00z5e0v596ex1wvx", + "slug": "alp_kingdom_of_agartha", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q6hh500z4e0v58yrb2t3s", + "meta": { + "id": "clq3a1mdj00sbsh27fm3lzxhq", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site at creation’s core", + "subType": "", + "rulesText": "(E)(E)(E) — All minions have Burrowing.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q6n9w00z5e0v596ex1wvx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ibyts001z24v5cmxj992z", + "slug": "kite_archer", + "name": "Kite Archer", + "hotscore": 630, + "guardian": { + "id": "clq39xzvf001dsh27chmdjb2f", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal hits and runs", + "subType": "Mortal", + "rulesText": "Ranged\r\n\r\nImmediately after performing a ranged strike, Kite Archer may take a step.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4ibyts001z24v5cmxj992z" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8frlb0039s67pqxr951w1", + "slug": "bet_kite_archer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/kite_archer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ibyts001z24v5cmxj992z", + "setCardId": "clot8frjt0037s67padzz05j1", + "setCard": { + "id": "clot8frjt0037s67padzz05j1", + "slug": "bet_kite_archer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ibyts001z24v5cmxj992z", + "meta": { + "id": "clq39y04t001fsh27x2w6fsyi", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal hits and runs", + "subType": "Mortal", + "rulesText": "Ranged\r\n\r\nImmediately after performing a ranged strike, Kite Archer may take a step.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8frjt0037s67padzz05j1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8frmt003bs67pllcumdxv", + "slug": "bet_kite_archer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/kite_archer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ibyts001z24v5cmxj992z", + "setCardId": "clot8frjt0037s67padzz05j1", + "setCard": { + "id": "clot8frjt0037s67padzz05j1", + "slug": "bet_kite_archer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ibyts001z24v5cmxj992z", + "meta": { + "id": "clq39y04t001fsh27x2w6fsyi", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal hits and runs", + "subType": "Mortal", + "rulesText": "Ranged\r\n\r\nImmediately after performing a ranged strike, Kite Archer may take a step.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8frjt0037s67padzz05j1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ic68i002124v5a2b2g82m", + "slug": "alp_kite_archer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/kite_archer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ibyts001z24v5cmxj992z", + "setCardId": "clm4ic4pz002024v55w6k5b7y", + "setCard": { + "id": "clm4ic4pz002024v55w6k5b7y", + "slug": "alp_kite_archer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ibyts001z24v5cmxj992z", + "meta": { + "id": "clq39xzxn001esh27tnsjpyne", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal hits and runs", + "subType": "Mortal", + "rulesText": "Ranged\n\nImmediately after performing a ranged strike, Kite Archer may take a step.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ic4pz002024v55w6k5b7y" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4icizq002324v5158z7rmm", + "slug": "alp_kite_archer_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/kite_archer-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ibyts001z24v5cmxj992z", + "setCardId": "clm4ic4pz002024v55w6k5b7y", + "setCard": { + "id": "clm4ic4pz002024v55w6k5b7y", + "slug": "alp_kite_archer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ibyts001z24v5cmxj992z", + "meta": { + "id": "clq39xzxn001esh27tnsjpyne", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal hits and runs", + "subType": "Mortal", + "rulesText": "Ranged\n\nImmediately after performing a ranged strike, Kite Archer may take a step.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ic4pz002024v55w6k5b7y" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4icdb2002224v5coi0bnve", + "slug": "alp_kite_archer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/kite_archer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ibyts001z24v5cmxj992z", + "setCardId": "clm4ic4pz002024v55w6k5b7y", + "setCard": { + "id": "clm4ic4pz002024v55w6k5b7y", + "slug": "alp_kite_archer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ibyts001z24v5cmxj992z", + "meta": { + "id": "clq39xzxn001esh27tnsjpyne", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal hits and runs", + "subType": "Mortal", + "rulesText": "Ranged\n\nImmediately after performing a ranged strike, Kite Archer may take a step.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ic4pz002024v55w6k5b7y" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4phf4b00tre0v572490dtr", + "slug": "kythera_mechanism", + "name": "Kythera Mechanism", + "hotscore": 2971, + "guardian": { + "id": "clq3a14dh00ojsh272nyowcn5", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of preternatural providence", + "subType": "Relic", + "rulesText": "Bearer's controller determines all random outcomes.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4phf4b00tre0v572490dtr" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i8dj01kqs67pq2h90jxc", + "slug": "bet_kythera_mechanism_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/kythera_mechanism.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "All winds are favorable when the destination is unknown.", + "cardId": "clm4phf4b00tre0v572490dtr", + "setCardId": "clot8i8by01kos67p2ia62bae", + "setCard": { + "id": "clot8i8by01kos67p2ia62bae", + "slug": "bet_kythera_mechanism", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4phf4b00tre0v572490dtr", + "meta": { + "id": "clq3a14lr00olsh27i9eb4knb", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of preternatural providence", + "subType": "Relic", + "rulesText": "Bearer's controller determines all random outcomes.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i8by01kos67p2ia62bae" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i8f401kss67pp8jw9l7y", + "slug": "bet_kythera_mechanism_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/kythera_mechanism-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "All winds are favorable when the destination is unknown.", + "cardId": "clm4phf4b00tre0v572490dtr", + "setCardId": "clot8i8by01kos67p2ia62bae", + "setCard": { + "id": "clot8i8by01kos67p2ia62bae", + "slug": "bet_kythera_mechanism", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4phf4b00tre0v572490dtr", + "meta": { + "id": "clq3a14lr00olsh27i9eb4knb", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of preternatural providence", + "subType": "Relic", + "rulesText": "Bearer's controller determines all random outcomes.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i8by01kos67p2ia62bae" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4phm3g00tte0v583npgh6e", + "slug": "alp_kythera_mechanism_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/kythera_mechanism.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "All winds are favorable when you don't know where you're going.", + "cardId": "clm4phf4b00tre0v572490dtr", + "setCardId": "clm4phksh00tse0v59yi78v19", + "setCard": { + "id": "clm4phksh00tse0v59yi78v19", + "slug": "alp_kythera_mechanism", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4phf4b00tre0v572490dtr", + "meta": { + "id": "clq3a14g400oksh27wrqbf4tp", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of preternatural providence", + "subType": "Relic", + "rulesText": "Bearer's controller determines all random outcomes.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4phksh00tse0v59yi78v19" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pht0t00tue0v5b47kenf0", + "slug": "alp_kythera_mechanism_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/kythera_mechanism-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "All winds are favorable when you don't know where you're going.", + "cardId": "clm4phf4b00tre0v572490dtr", + "setCardId": "clm4phksh00tse0v59yi78v19", + "setCard": { + "id": "clm4phksh00tse0v59yi78v19", + "slug": "alp_kythera_mechanism", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4phf4b00tre0v572490dtr", + "meta": { + "id": "clq3a14g400oksh27wrqbf4tp", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of preternatural providence", + "subType": "Relic", + "rulesText": "Bearer's controller determines all random outcomes.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4phksh00tse0v59yi78v19" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4phz2300tve0v5a4wuaaxl", + "slug": "land_deed", + "name": "Land Deed", + "hotscore": 977, + "guardian": { + "id": "clq3a14ri00omsh276l9wfc8d", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Document of indisputable claim", + "subType": "Document", + "rulesText": "Bearer has “You control this site.”", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4phz2300tve0v5a4wuaaxl" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i8on01kxs67pmjwvv0bq", + "slug": "bet_land_deed_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/land_deed.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Possession is nine tenths of the law.", + "cardId": "clm4phz2300tve0v5a4wuaaxl", + "setCardId": "clot8i8n301kvs67p5em10ihy", + "setCard": { + "id": "clot8i8n301kvs67p5em10ihy", + "slug": "bet_land_deed", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4phz2300tve0v5a4wuaaxl", + "meta": { + "id": "clq3a14zf00oosh27nbvhfnot", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Document of indisputable claim", + "subType": "Document", + "rulesText": "Bearer has “You control this site.”", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i8n301kvs67p5em10ihy" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i8q501kzs67pxjurmx4z", + "slug": "bet_land_deed_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/land_deed-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Possession is nine tenths of the law.", + "cardId": "clm4phz2300tve0v5a4wuaaxl", + "setCardId": "clot8i8n301kvs67p5em10ihy", + "setCard": { + "id": "clot8i8n301kvs67p5em10ihy", + "slug": "bet_land_deed", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4phz2300tve0v5a4wuaaxl", + "meta": { + "id": "clq3a14zf00oosh27nbvhfnot", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Document of indisputable claim", + "subType": "Document", + "rulesText": "Bearer has “You control this site.”", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i8n301kvs67p5em10ihy" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pi5t400txe0v5bxu2cphz", + "slug": "alp_land_deed_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/land_deed.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Possession is nine tenths of the law.", + "cardId": "clm4phz2300tve0v5a4wuaaxl", + "setCardId": "clm4pi4hx00twe0v5bj4z1uwo", + "setCard": { + "id": "clm4pi4hx00twe0v5bj4z1uwo", + "slug": "alp_land_deed", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4phz2300tve0v5a4wuaaxl", + "meta": { + "id": "clq3a14tr00onsh27h387b79l", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Document of indisputable claim", + "subType": "Document", + "rulesText": "Bearer has “You control this site.”", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pi4hx00twe0v5bj4z1uwo" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4picxq00tye0v5bdp17ezi", + "slug": "alp_land_deed_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/land_deed-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Possession is nine tenths of the law.", + "cardId": "clm4phz2300tve0v5a4wuaaxl", + "setCardId": "clm4pi4hx00twe0v5bj4z1uwo", + "setCard": { + "id": "clm4pi4hx00twe0v5bj4z1uwo", + "slug": "alp_land_deed", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4phz2300tve0v5a4wuaaxl", + "meta": { + "id": "clq3a14tr00onsh27h387b79l", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Document of indisputable claim", + "subType": "Document", + "rulesText": "Bearer has “You control this site.”", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pi4hx00twe0v5bj4z1uwo" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mc1wj0058e0v5ga2y5wfr", + "slug": "land_surveyor", + "name": "Land Surveyor", + "hotscore": 6062, + "guardian": { + "id": "clq39ytlu007hsh27ewddjhgc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal promulgates royal decree", + "subType": "Mortal", + "rulesText": "Genesis → Draw a site.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mc1wj0058e0v5ga2y5wfr" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gf2000h9s67pnyhu8ybr", + "slug": "bet_land_surveyor_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/land_surveyor.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "Bare is the brotherless back. And so too shall be unlevied land.", + "cardId": "clm4mc1wj0058e0v5ga2y5wfr", + "setCardId": "clot8gf0f00h7s67pjxgwikic", + "setCard": { + "id": "clot8gf0f00h7s67pjxgwikic", + "slug": "bet_land_surveyor", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mc1wj0058e0v5ga2y5wfr", + "meta": { + "id": "clq39ytwc007jsh27pjhdce6p", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal promulgates royal decree", + "subType": "Mortal", + "rulesText": "Genesis → Draw a site.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gf0f00h7s67pjxgwikic" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gf3k00hbs67ptiqa37e1", + "slug": "bet_land_surveyor_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/land_surveyor-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "Bare is the brotherless back. And so too shall be unlevied land.", + "cardId": "clm4mc1wj0058e0v5ga2y5wfr", + "setCardId": "clot8gf0f00h7s67pjxgwikic", + "setCard": { + "id": "clot8gf0f00h7s67pjxgwikic", + "slug": "bet_land_surveyor", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mc1wj0058e0v5ga2y5wfr", + "meta": { + "id": "clq39ytwc007jsh27pjhdce6p", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal promulgates royal decree", + "subType": "Mortal", + "rulesText": "Genesis → Draw a site.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gf0f00h7s67pjxgwikic" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mc9lg005ae0v5cn4ndk4b", + "slug": "alp_land_surveyor_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/land_surveyor.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "\"Bare is the brotherless back. And so too shall be unlevied land.\"", + "cardId": "clm4mc1wj0058e0v5ga2y5wfr", + "setCardId": "clm4mc8240059e0v599m94p6s", + "setCard": { + "id": "clm4mc8240059e0v599m94p6s", + "slug": "alp_land_surveyor", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mc1wj0058e0v5ga2y5wfr", + "meta": { + "id": "clq39ytob007ish27u9yymj38", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal promulgates royal decree", + "subType": "Mortal", + "rulesText": "Genesis → Draw a site.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mc8240059e0v599m94p6s" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mcn3y005ce0v5f1a5ezrz", + "slug": "alp_land_surveyor_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/land_surveyor-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Ossi Hiekkala", + "flavorText": "\"Bare is the brotherless back. And so too shall be unlevied land.\"", + "cardId": "clm4mc1wj0058e0v5ga2y5wfr", + "setCardId": "clm4mc8240059e0v599m94p6s", + "setCard": { + "id": "clm4mc8240059e0v599m94p6s", + "slug": "alp_land_surveyor", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mc1wj0058e0v5ga2y5wfr", + "meta": { + "id": "clq39ytob007ish27u9yymj38", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal promulgates royal decree", + "subType": "Mortal", + "rulesText": "Genesis → Draw a site.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mc8240059e0v599m94p6s" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mcgzj005be0v521rth018", + "slug": "alp_land_surveyor_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/land_surveyor-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "\"Bare is the brotherless back. And so too shall be unlevied land.\"", + "cardId": "clm4mc1wj0058e0v5ga2y5wfr", + "setCardId": "clm4mc8240059e0v599m94p6s", + "setCard": { + "id": "clm4mc8240059e0v599m94p6s", + "slug": "alp_land_surveyor", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mc1wj0058e0v5ga2y5wfr", + "meta": { + "id": "clq39ytob007ish27u9yymj38", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal promulgates royal decree", + "subType": "Mortal", + "rulesText": "Genesis → Draw a site.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mc8240059e0v599m94p6s" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nek9300dhe0v5dfcucxdr", + "slug": "lava_salamander", + "name": "Lava Salamander", + "hotscore": 869, + "guardian": { + "id": "clq39zlhe00d9sh27r5xc9uvh", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a fiery temper", + "subType": "Beast", + "rulesText": "Fire Spellcaster\r\n\r\nTakes no damage from fire spells.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4nek9300dhe0v5dfcucxdr" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h18l00uos67prsy1tyw3", + "slug": "bet_lava_salamander_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lava_salamander.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Attempts to induce metamorphosis in neotinic lavalotls were, unfortunately, successful.", + "cardId": "clm4nek9300dhe0v5dfcucxdr", + "setCardId": "clot8h17300ums67pk8zwc9iq", + "setCard": { + "id": "clot8h17300ums67pk8zwc9iq", + "slug": "bet_lava_salamander", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nek9300dhe0v5dfcucxdr", + "meta": { + "id": "clq39zlpp00dbsh27z40n5lo5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a fiery temper", + "subType": "Beast", + "rulesText": "Fire Spellcaster\r\n\r\nTakes no damage from fire spells.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h17300ums67pk8zwc9iq" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h1a400uqs67p4jv8it8p", + "slug": "bet_lava_salamander_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lava_salamander-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Attempts to induce metamorphosis in neotinic lavalotls were, unfortunately, successful.", + "cardId": "clm4nek9300dhe0v5dfcucxdr", + "setCardId": "clot8h17300ums67pk8zwc9iq", + "setCard": { + "id": "clot8h17300ums67pk8zwc9iq", + "slug": "bet_lava_salamander", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nek9300dhe0v5dfcucxdr", + "meta": { + "id": "clq39zlpp00dbsh27z40n5lo5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a fiery temper", + "subType": "Beast", + "rulesText": "Fire Spellcaster\r\n\r\nTakes no damage from fire spells.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h17300ums67pk8zwc9iq" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nerkx00dje0v5914qeweb", + "slug": "alp_lava_salamander_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lava_salamander.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4nek9300dhe0v5dfcucxdr", + "setCardId": "clm4neq9m00die0v5150o5vpo", + "setCard": { + "id": "clm4neq9m00die0v5150o5vpo", + "slug": "alp_lava_salamander", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nek9300dhe0v5dfcucxdr", + "meta": { + "id": "clq39zlju00dash27sr9vj53l", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a fiery temper", + "subType": "Beast", + "rulesText": "Fire Spellcaster\n\nTakes no damage from fire spells.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4neq9m00die0v5150o5vpo" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ney6900dke0v55kin75af", + "slug": "alp_lava_salamander_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lava_salamander-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4nek9300dhe0v5dfcucxdr", + "setCardId": "clm4neq9m00die0v5150o5vpo", + "setCard": { + "id": "clm4neq9m00die0v5150o5vpo", + "slug": "alp_lava_salamander", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nek9300dhe0v5dfcucxdr", + "meta": { + "id": "clq39zlju00dash27sr9vj53l", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a fiery temper", + "subType": "Beast", + "rulesText": "Fire Spellcaster\n\nTakes no damage from fire spells.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4neq9m00die0v5150o5vpo" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nwzi400hke0v5embxc561", + "slug": "leap_attack", + "name": "Leap Attack", + "hotscore": 1105, + "guardian": { + "id": "clq39zz9w00g1sh27bgqz4wey", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of savage saltation", + "subType": "", + "rulesText": "An ally may take a step, and then it strikes each enemy at its location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nwzi400hke0v5embxc561" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hbtu0113s67pmk8rgaho", + "slug": "bet_leap_attack_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/leap_attack.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "", + "cardId": "clm4nwzi400hke0v5embxc561", + "setCardId": "clot8hbsb0111s67ph2ir9774", + "setCard": { + "id": "clot8hbsb0111s67ph2ir9774", + "slug": "bet_leap_attack", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nwzi400hke0v5embxc561", + "meta": { + "id": "clq39zzhy00g3sh274bgo84rn", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of savage saltation", + "subType": "", + "rulesText": "An ally may take a step, and then it strikes each enemy at its location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hbsb0111s67ph2ir9774" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hbvd0115s67prjhfrw5j", + "slug": "bet_leap_attack_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/leap_attack-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "", + "cardId": "clm4nwzi400hke0v5embxc561", + "setCardId": "clot8hbsb0111s67ph2ir9774", + "setCard": { + "id": "clot8hbsb0111s67ph2ir9774", + "slug": "bet_leap_attack", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nwzi400hke0v5embxc561", + "meta": { + "id": "clq39zzhy00g3sh274bgo84rn", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of savage saltation", + "subType": "", + "rulesText": "An ally may take a step, and then it strikes each enemy at its location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hbsb0111s67ph2ir9774" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nx6br00hme0v57q4t04l6", + "slug": "alp_leap_attack_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/leap_attack.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "", + "cardId": "clm4nwzi400hke0v5embxc561", + "setCardId": "clm4nx50700hle0v5cygv9cc2", + "setCard": { + "id": "clm4nx50700hle0v5cygv9cc2", + "slug": "alp_leap_attack", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nwzi400hke0v5embxc561", + "meta": { + "id": "clq39zzc900g2sh270ms4uaz6", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of savage saltation", + "subType": "", + "rulesText": "An ally may take a step, and then it strikes each enemy at its location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nx50700hle0v5cygv9cc2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nxdj800hne0v5dnht1mn3", + "slug": "alp_leap_attack_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/leap_attack-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "", + "cardId": "clm4nwzi400hke0v5embxc561", + "setCardId": "clm4nx50700hle0v5cygv9cc2", + "setCard": { + "id": "clm4nx50700hle0v5cygv9cc2", + "slug": "alp_leap_attack", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nwzi400hke0v5embxc561", + "meta": { + "id": "clq39zzc900g2sh270ms4uaz6", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of savage saltation", + "subType": "", + "rulesText": "An ally may take a step, and then it strikes each enemy at its location.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nx50700hle0v5cygv9cc2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qlteo012me0v588ifhubw", + "slug": "lighthouse", + "name": "Lighthouse", + "hotscore": 6929, + "guardian": { + "id": "clq3a1xrx00ujsh2749oi8tew", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Water and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4qlteo012me0v588ifhubw" + }, + "elements": [ + { + "id": "water", + "name": "Water" + }, + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ivo401yts67p8o6lcft2", + "slug": "bet_lighthouse_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lighthouse.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "A luminous pillar pierced the tempest, and we knew. All was not lost! We were home.", + "cardId": "clm4qlteo012me0v588ifhubw", + "setCardId": "clot8ivmm01yrs67pdxd1nzid", + "setCard": { + "id": "clot8ivmm01yrs67pdxd1nzid", + "slug": "bet_lighthouse", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qlteo012me0v588ifhubw", + "meta": { + "id": "clq3a1xzr00ulsh27qppd9bz7", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Water and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ivmm01yrs67pdxd1nzid" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ivpv01yvs67ppltku1er", + "slug": "bet_lighthouse_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lighthouse-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "A luminous pillar pierced the tempest, and we knew. All was not lost! We were home.", + "cardId": "clm4qlteo012me0v588ifhubw", + "setCardId": "clot8ivmm01yrs67pdxd1nzid", + "setCard": { + "id": "clot8ivmm01yrs67pdxd1nzid", + "slug": "bet_lighthouse", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qlteo012me0v588ifhubw", + "meta": { + "id": "clq3a1xzr00ulsh27qppd9bz7", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Water and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ivmm01yrs67pdxd1nzid" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qm0sn012oe0v58givh4q1", + "slug": "alp_lighthouse_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lighthouse.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "A luminous pillar pierced the tempest, and we knew. All was not lost! We were home.", + "cardId": "clm4qlteo012me0v588ifhubw", + "setCardId": "clm4qlzgo012ne0v535j58hqu", + "setCard": { + "id": "clm4qlzgo012ne0v535j58hqu", + "slug": "alp_lighthouse", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qlteo012me0v588ifhubw", + "meta": { + "id": "clq3a1xu500uksh27rgjxqqpb", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Water and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4qlzgo012ne0v535j58hqu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qm87t012pe0v5ex69fyl0", + "slug": "alp_lighthouse_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lighthouse-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "A luminous pillar pierced the tempest, and we knew. All was not lost! We were home.", + "cardId": "clm4qlteo012me0v588ifhubw", + "setCardId": "clm4qlzgo012ne0v535j58hqu", + "setCard": { + "id": "clm4qlzgo012ne0v535j58hqu", + "slug": "alp_lighthouse", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qlteo012me0v588ifhubw", + "meta": { + "id": "clq3a1xu500uksh27rgjxqqpb", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Water and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4qlzgo012ne0v535j58hqu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lq1n20012e0v5db2a6h20", + "slug": "lightning_bolt", + "name": "Lightning Bolt", + "hotscore": 11170, + "guardian": { + "id": "clq39yf7k004hsh27ntcn3oiu", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of shocking uncertainty", + "subType": "", + "rulesText": "Deal 3 damage to a random unit at target location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lq1n20012e0v5db2a6h20" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g3tl00ags67psjm5785a", + "slug": "bet_lightning_bolt_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lightning_bolt.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4lq1n20012e0v5db2a6h20", + "setCardId": "clot8g3s300aes67px9hlkxp6", + "setCard": { + "id": "clot8g3s300aes67px9hlkxp6", + "slug": "bet_lightning_bolt", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lq1n20012e0v5db2a6h20", + "meta": { + "id": "clq39yfhh004jsh27meak1j0f", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of shocking uncertainty", + "subType": "", + "rulesText": "Deal 3 damage to a random unit at target location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g3s300aes67px9hlkxp6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g3v400ais67p63vp6wrj", + "slug": "bet_lightning_bolt_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lightning_bolt-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4lq1n20012e0v5db2a6h20", + "setCardId": "clot8g3s300aes67px9hlkxp6", + "setCard": { + "id": "clot8g3s300aes67px9hlkxp6", + "slug": "bet_lightning_bolt", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lq1n20012e0v5db2a6h20", + "meta": { + "id": "clq39yfhh004jsh27meak1j0f", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of shocking uncertainty", + "subType": "", + "rulesText": "Deal 3 damage to a random unit at target location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g3s300aes67px9hlkxp6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lq9rc0014e0v5erci0qvs", + "slug": "alp_lightning_bolt_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lightning_bolt.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4lq1n20012e0v5db2a6h20", + "setCardId": "clm4lq8e70013e0v5hu9f4t70", + "setCard": { + "id": "clm4lq8e70013e0v5hu9f4t70", + "slug": "alp_lightning_bolt", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lq1n20012e0v5db2a6h20", + "meta": { + "id": "clq39yf9y004ish276ttzsv05", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of shocking uncertainty", + "subType": "", + "rulesText": "Deal 3 damage to a random unit at target location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lq8e70013e0v5hu9f4t70" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lqqvd0016e0v5ad998x33", + "slug": "alp_lightning_bolt_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lightning_bolt-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4lq1n20012e0v5db2a6h20", + "setCardId": "clm4lq8e70013e0v5hu9f4t70", + "setCard": { + "id": "clm4lq8e70013e0v5hu9f4t70", + "slug": "alp_lightning_bolt", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lq1n20012e0v5db2a6h20", + "meta": { + "id": "clq39yf9y004ish276ttzsv05", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of shocking uncertainty", + "subType": "", + "rulesText": "Deal 3 damage to a random unit at target location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lq8e70013e0v5hu9f4t70" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lqjvs0015e0v53vdr02ay", + "slug": "alp_lightning_bolt_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lightning_bolt-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4lq1n20012e0v5db2a6h20", + "setCardId": "clm4lq8e70013e0v5hu9f4t70", + "setCard": { + "id": "clm4lq8e70013e0v5hu9f4t70", + "slug": "alp_lightning_bolt", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lq1n20012e0v5db2a6h20", + "meta": { + "id": "clq39yf9y004ish276ttzsv05", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of shocking uncertainty", + "subType": "", + "rulesText": "Deal 3 damage to a random unit at target location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lq8e70013e0v5hu9f4t70" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clpvzhofa001bm65ylva1m112", + "slug": "pro_lightning_bolt_p_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/pro/lightning_bolt-p-f.png", + "finish": "Foil", + "product": "Promo", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4lq1n20012e0v5db2a6h20", + "setCardId": "clpvzhodk0019m65ydzb0t73s", + "setCard": { + "id": "clpvzhodk0019m65ydzb0t73s", + "slug": "pro_lightning_bolt", + "setId": "clm4rgehb000042v5a04vfg6s", + "cardId": "clm4lq1n20012e0v5db2a6h20", + "meta": { + "id": "clq39yfn1004ksh27o5h8aic8", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic strikes in the night!", + "subType": "", + "rulesText": "Deal 3 damage to a random unit at target location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clpvzhodk0019m65ydzb0t73s" + }, + "set": { + "id": "clm4rgehb000042v5a04vfg6s", + "name": "Promotional", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q18dr00xye0v55l1p6g73", + "slug": "lone_tower", + "name": "Lone Tower", + "hotscore": 14302, + "guardian": { + "id": "clq3a1iix00rjsh27ew4tru0c", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of introspection", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Lone Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4q18dr00xye0v55l1p6g73" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ik1a01rts67p1uwt6fww", + "slug": "bet_lone_tower_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lone_tower.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q18dr00xye0v55l1p6g73", + "setCardId": "clot8ijzl01rrs67py1zfzs85", + "setCard": { + "id": "clot8ijzl01rrs67py1zfzs85", + "slug": "bet_lone_tower", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q18dr00xye0v55l1p6g73", + "meta": { + "id": "clq3a1isn00rlsh2721alvjod", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of introspection", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Lone Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ijzl01rrs67py1zfzs85" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ik3d01rvs67pjnvm6jei", + "slug": "bet_lone_tower_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lone_tower-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q18dr00xye0v55l1p6g73", + "setCardId": "clot8ijzl01rrs67py1zfzs85", + "setCard": { + "id": "clot8ijzl01rrs67py1zfzs85", + "slug": "bet_lone_tower", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q18dr00xye0v55l1p6g73", + "meta": { + "id": "clq3a1isn00rlsh2721alvjod", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of introspection", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Lone Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ijzl01rrs67py1zfzs85" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q1fx300y0e0v519k65bqx", + "slug": "alp_lone_tower_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lone_tower.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q18dr00xye0v55l1p6g73", + "setCardId": "clm4q1ef300xze0v5eqkdbcvs", + "setCard": { + "id": "clm4q1ef300xze0v5eqkdbcvs", + "slug": "alp_lone_tower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q18dr00xye0v55l1p6g73", + "meta": { + "id": "clq3a1il500rksh27wnbke0u0", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of introspection", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Lone Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q1ef300xze0v5eqkdbcvs" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q1tfh00y2e0v5f21d53dn", + "slug": "alp_lone_tower_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lone_tower-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q18dr00xye0v55l1p6g73", + "setCardId": "clm4q1ef300xze0v5eqkdbcvs", + "setCard": { + "id": "clm4q1ef300xze0v5eqkdbcvs", + "slug": "alp_lone_tower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q18dr00xye0v55l1p6g73", + "meta": { + "id": "clq3a1il500rksh27wnbke0u0", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of introspection", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Lone Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q1ef300xze0v5eqkdbcvs" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q1nrb00y1e0v58oq37yii", + "slug": "alp_lone_tower_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lone_tower-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4q18dr00xye0v55l1p6g73", + "setCardId": "clm4q1ef300xze0v5eqkdbcvs", + "setCard": { + "id": "clm4q1ef300xze0v5eqkdbcvs", + "slug": "alp_lone_tower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q18dr00xye0v55l1p6g73", + "meta": { + "id": "clq3a1il500rksh27wnbke0u0", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of introspection", + "subType": "Tower", + "rulesText": "Genesis → If this is the only Lone Tower you control, gain ① this turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q1ef300xze0v5eqkdbcvs" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ick4p002424v51l1x28fz", + "slug": "lord_of_the_void", + "name": "Lord of the Void", + "hotscore": 1779, + "guardian": { + "id": "clq39y0ac001gsh27wdmb3dj1", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of unspeakable emptiness", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nAt the end of your turn, Lord of the Void may banish an adjacent site, unless there's an Avatar there.", + "cost": 9, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 3, + "cardId": "clm4ick4p002424v51l1x28fz" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8frxd003gs67pd6360q1l", + "slug": "bet_lord_of_the_void_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lord_of_the_void.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4ick4p002424v51l1x28fz", + "setCardId": "clot8frvq003es67peq8ldu21", + "setCard": { + "id": "clot8frvq003es67peq8ldu21", + "slug": "bet_lord_of_the_void", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ick4p002424v51l1x28fz", + "meta": { + "id": "clq39y0i6001ish278nipf6o1", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of unspeakable emptiness", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nAt the end of your turn, Lord of the Void may banish an adjacent site, unless there's an Avatar there.", + "cost": 9, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 3, + "setCardId": "clot8frvq003es67peq8ldu21" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fryw003is67pvketqh1p", + "slug": "bet_lord_of_the_void_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lord_of_the_void-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4ick4p002424v51l1x28fz", + "setCardId": "clot8frvq003es67peq8ldu21", + "setCard": { + "id": "clot8frvq003es67peq8ldu21", + "slug": "bet_lord_of_the_void", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ick4p002424v51l1x28fz", + "meta": { + "id": "clq39y0i6001ish278nipf6o1", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of unspeakable emptiness", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nAt the end of your turn, Lord of the Void may banish an adjacent site, unless there's an Avatar there.", + "cost": 9, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 3, + "setCardId": "clot8frvq003es67peq8ldu21" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4icrcy002624v529ik2dzr", + "slug": "alp_lord_of_the_void_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lord_of_the_void.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4ick4p002424v51l1x28fz", + "setCardId": "clm4icq0x002524v59vj74y2n", + "setCard": { + "id": "clm4icq0x002524v59vj74y2n", + "slug": "alp_lord_of_the_void", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ick4p002424v51l1x28fz", + "meta": { + "id": "clq39y0ck001hsh27xgu56i2w", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of unspeakable emptiness", + "subType": "Spirit", + "rulesText": "Voidwalk\n\nAt the end of your turn, Lord of the Void may banish an adjacent site, unless there's an Avatar there.", + "cost": 9, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 3, + "setCardId": "clm4icq0x002524v59vj74y2n" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4icz5t002724v58mck7lq7", + "slug": "alp_lord_of_the_void_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lord_of_the_void-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4ick4p002424v51l1x28fz", + "setCardId": "clm4icq0x002524v59vj74y2n", + "setCard": { + "id": "clm4icq0x002524v59vj74y2n", + "slug": "alp_lord_of_the_void", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ick4p002424v51l1x28fz", + "meta": { + "id": "clq39y0ck001hsh27xgu56i2w", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of unspeakable emptiness", + "subType": "Spirit", + "rulesText": "Voidwalk\n\nAt the end of your turn, Lord of the Void may banish an adjacent site, unless there's an Avatar there.", + "cost": 9, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 3, + "setCardId": "clm4icq0x002524v59vj74y2n" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oeuav00lde0v55g7ncy77", + "slug": "lord_of_unland", + "name": "Lord of Unland", + "hotscore": 1734, + "guardian": { + "id": "clq3a0ccf00iqsh27s0cc099p", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Merfolk of aquatic might", + "subType": "Merfolk", + "rulesText": "Submerge \r\n\r\nOther allies occupying Lord of Unland's body of water have +1 power.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oeuav00lde0v55g7ncy77" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hm55017bs67pcxsjnw71", + "slug": "bet_lord_of_unland_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lord_of_unland.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "The Ocean-Mist that bends, that binds, nor' east sou' west the rolling tides.", + "cardId": "clm4oeuav00lde0v55g7ncy77", + "setCardId": "clot8hm3l0179s67p8cx0q6kn", + "setCard": { + "id": "clot8hm3l0179s67p8cx0q6kn", + "slug": "bet_lord_of_unland", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oeuav00lde0v55g7ncy77", + "meta": { + "id": "clq3a0ckj00issh27gu1gqpsk", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Merfolk of aquatic might", + "subType": "Merfolk", + "rulesText": "Submerge \r\n\r\nOther allies occupying Lord of Unland's body of water have +1 power.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hm3l0179s67p8cx0q6kn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hm6n017ds67prvx9oiqk", + "slug": "bet_lord_of_unland_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lord_of_unland-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "The Ocean-Mist that bends, that binds, nor' east sou' west the rolling tides.", + "cardId": "clm4oeuav00lde0v55g7ncy77", + "setCardId": "clot8hm3l0179s67p8cx0q6kn", + "setCard": { + "id": "clot8hm3l0179s67p8cx0q6kn", + "slug": "bet_lord_of_unland", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oeuav00lde0v55g7ncy77", + "meta": { + "id": "clq3a0ckj00issh27gu1gqpsk", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Merfolk of aquatic might", + "subType": "Merfolk", + "rulesText": "Submerge \r\n\r\nOther allies occupying Lord of Unland's body of water have +1 power.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hm3l0179s67p8cx0q6kn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4of1mn00lfe0v5fofa8xuo", + "slug": "alp_lord_of_unland_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lord_of_unland.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4oeuav00lde0v55g7ncy77", + "setCardId": "clm4of0as00lee0v5a13ref36", + "setCard": { + "id": "clm4of0as00lee0v5a13ref36", + "slug": "alp_lord_of_unland", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oeuav00lde0v55g7ncy77", + "meta": { + "id": "clq3a0ceq00irsh27byilrybo", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Merfolk of aquatic might", + "subType": "Merfolk", + "rulesText": "Submerge \n\nOther allies occupying Lord of Unland's body of water have +1 power.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4of0as00lee0v5a13ref36" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4of9b700lge0v59g6s9rrm", + "slug": "alp_lord_of_unland_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lord_of_unland-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4oeuav00lde0v55g7ncy77", + "setCardId": "clm4of0as00lee0v5a13ref36", + "setCard": { + "id": "clm4of0as00lee0v5a13ref36", + "slug": "alp_lord_of_unland", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oeuav00lde0v55g7ncy77", + "meta": { + "id": "clq3a0ceq00irsh27byilrybo", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Merfolk of aquatic might", + "subType": "Merfolk", + "rulesText": "Submerge \n\nOther allies occupying Lord of Unland's body of water have +1 power.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4of0as00lee0v5a13ref36" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pihz000tze0v58a1p7dic", + "slug": "lucky_charm", + "name": "Lucky Charm", + "hotscore": 843, + "guardian": { + "id": "clq3a155a00opsh27mqgbb72x", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of benison and boon\r\n", + "subType": "Relic", + "rulesText": "Bearer's controller has “Whenever you would determine an outcome at random, determine it an extra time and choose one.”", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pihz000tze0v58a1p7dic" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i8z801l4s67pe4emjs72", + "slug": "bet_lucky_charm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lucky_charm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4pihz000tze0v58a1p7dic", + "setCardId": "clot8i8xr01l2s67pz64hap78", + "setCard": { + "id": "clot8i8xr01l2s67pz64hap78", + "slug": "bet_lucky_charm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pihz000tze0v58a1p7dic", + "meta": { + "id": "clq3a15d700orsh27hniwpfo2", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of benison and boon\r\n", + "subType": "Relic", + "rulesText": "Bearer's controller has “Whenever you would determine an outcome at random, determine it an extra time and choose one.”", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i8xr01l2s67pz64hap78" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i90r01l6s67pgr7plmzt", + "slug": "bet_lucky_charm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/lucky_charm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4pihz000tze0v58a1p7dic", + "setCardId": "clot8i8xr01l2s67pz64hap78", + "setCard": { + "id": "clot8i8xr01l2s67pz64hap78", + "slug": "bet_lucky_charm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pihz000tze0v58a1p7dic", + "meta": { + "id": "clq3a15d700orsh27hniwpfo2", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of benison and boon\r\n", + "subType": "Relic", + "rulesText": "Bearer's controller has “Whenever you would determine an outcome at random, determine it an extra time and choose one.”", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i8xr01l2s67pz64hap78" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pip1600u1e0v5arb77yze", + "slug": "alp_lucky_charm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lucky_charm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4pihz000tze0v58a1p7dic", + "setCardId": "clm4pinpy00u0e0v536xx8dju", + "setCard": { + "id": "clm4pinpy00u0e0v536xx8dju", + "slug": "alp_lucky_charm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pihz000tze0v58a1p7dic", + "meta": { + "id": "clq3a157m00oqsh27daltf2z8", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of benison and boon\n", + "subType": "Relic", + "rulesText": "Bearer's controller has “Whenever you do something at random, you may do it an extra time and choose one of the outcomes.”", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pinpy00u0e0v536xx8dju" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pivi000u2e0v53l9ra8i7", + "slug": "alp_lucky_charm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/lucky_charm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4pihz000tze0v58a1p7dic", + "setCardId": "clm4pinpy00u0e0v536xx8dju", + "setCard": { + "id": "clm4pinpy00u0e0v536xx8dju", + "slug": "alp_lucky_charm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pihz000tze0v58a1p7dic", + "meta": { + "id": "clq3a157m00oqsh27daltf2z8", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of benison and boon\n", + "subType": "Relic", + "rulesText": "Bearer's controller has “Whenever you do something at random, you may do it an extra time and choose one of the outcomes.”", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pinpy00u0e0v536xx8dju" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nxizg00hoe0v50n1m8l9i", + "slug": "mad_dash", + "name": "Mad Dash", + "hotscore": 1190, + "guardian": { + "id": "clq39zznu00g4sh27tookx5m8", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of utmost urgency", + "subType": "", + "rulesText": "Draw a card, then give an ally Movement +1 this turn.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nxizg00hoe0v50n1m8l9i" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hc5c011as67p6do04m1t", + "slug": "bet_mad_dash_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mad_dash.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "Guaranteed delivery in one month or less, or your money back!", + "cardId": "clm4nxizg00hoe0v50n1m8l9i", + "setCardId": "clot8hc3t0118s67pnv1mji3o", + "setCard": { + "id": "clot8hc3t0118s67pnv1mji3o", + "slug": "bet_mad_dash", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nxizg00hoe0v50n1m8l9i", + "meta": { + "id": "clq39zzwi00g6sh27s2zy1z3o", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of utmost urgency", + "subType": "", + "rulesText": "Draw a card, then give an ally Movement +1 this turn.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hc3t0118s67pnv1mji3o" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hc6v011cs67p2ryi3sgd", + "slug": "bet_mad_dash_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mad_dash-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "Guaranteed delivery in one month or less, or your money back!", + "cardId": "clm4nxizg00hoe0v50n1m8l9i", + "setCardId": "clot8hc3t0118s67pnv1mji3o", + "setCard": { + "id": "clot8hc3t0118s67pnv1mji3o", + "slug": "bet_mad_dash", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nxizg00hoe0v50n1m8l9i", + "meta": { + "id": "clq39zzwi00g6sh27s2zy1z3o", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of utmost urgency", + "subType": "", + "rulesText": "Draw a card, then give an ally Movement +1 this turn.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hc3t0118s67pnv1mji3o" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nxq5r00hqe0v5h65hevvl", + "slug": "alp_mad_dash_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mad_dash.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "Guaranteed delivery in one month or less, or your money back!", + "cardId": "clm4nxizg00hoe0v50n1m8l9i", + "setCardId": "clm4nxoue00hpe0v59bn02og9", + "setCard": { + "id": "clm4nxoue00hpe0v59bn02og9", + "slug": "alp_mad_dash", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nxizg00hoe0v50n1m8l9i", + "meta": { + "id": "clq39zzqg00g5sh27wllzlgb1", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of utmost urgency", + "subType": "", + "rulesText": "Draw a card, then give an ally Movement +1 this turn.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nxoue00hpe0v59bn02og9" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nxwt100hre0v5a0l841fh", + "slug": "alp_mad_dash_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mad_dash-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "Guaranteed delivery in one month or less, or your money back!", + "cardId": "clm4nxizg00hoe0v50n1m8l9i", + "setCardId": "clm4nxoue00hpe0v59bn02og9", + "setCard": { + "id": "clm4nxoue00hpe0v59bn02og9", + "slug": "alp_mad_dash", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nxizg00hoe0v50n1m8l9i", + "meta": { + "id": "clq39zzqg00g5sh27wllzlgb1", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of utmost urgency", + "subType": "", + "rulesText": "Draw a card, then give an ally Movement +1 this turn.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nxoue00hpe0v59bn02og9" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pj1am00u3e0v58fqvc2av", + "slug": "maddening_bells", + "name": "Maddening Bells", + "hotscore": 1297, + "guardian": { + "id": "clq3a15iv00ossh27htn6xvj2", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of dreadful dissonance", + "subType": "Relic", + "rulesText": "Spells cast by a nearby Spellcaster cost ② more to cast.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pj1am00u3e0v58fqvc2av" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i9b801lbs67p4sd2h92q", + "slug": "bet_maddening_bells_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/maddening_bells.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "I can't hear myself think!", + "cardId": "clm4pj1am00u3e0v58fqvc2av", + "setCardId": "clot8i99r01l9s67pjuxc9urk", + "setCard": { + "id": "clot8i99r01l9s67pjuxc9urk", + "slug": "bet_maddening_bells", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pj1am00u3e0v58fqvc2av", + "meta": { + "id": "clq3a15r500oush27ku6v9ppu", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of dreadful dissonance", + "subType": "Relic", + "rulesText": "Spells cast by a nearby Spellcaster cost ② more to cast.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i99r01l9s67pjuxc9urk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i9cu01lds67pnp0h91x2", + "slug": "bet_maddening_bells_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/maddening_bells-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "I can't hear myself think!", + "cardId": "clm4pj1am00u3e0v58fqvc2av", + "setCardId": "clot8i99r01l9s67pjuxc9urk", + "setCard": { + "id": "clot8i99r01l9s67pjuxc9urk", + "slug": "bet_maddening_bells", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pj1am00u3e0v58fqvc2av", + "meta": { + "id": "clq3a15r500oush27ku6v9ppu", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of dreadful dissonance", + "subType": "Relic", + "rulesText": "Spells cast by a nearby Spellcaster cost ② more to cast.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i99r01l9s67pjuxc9urk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pj8fr00u5e0v50foj5j6h", + "slug": "alp_maddening_bells_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/maddening_bells.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "\"I can't hear myself think!\"", + "cardId": "clm4pj1am00u3e0v58fqvc2av", + "setCardId": "clm4pj6xz00u4e0v5bz12hgrr", + "setCard": { + "id": "clm4pj6xz00u4e0v5bz12hgrr", + "slug": "alp_maddening_bells", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pj1am00u3e0v58fqvc2av", + "meta": { + "id": "clq3a15l800otsh27jjsdemzm", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of dreadful dissonance", + "subType": "Relic", + "rulesText": "Spells cast by a nearby Spellcaster cost ② more to cast.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pj6xz00u4e0v5bz12hgrr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pjf0b00u6e0v5b7sn01hh", + "slug": "alp_maddening_bells_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/maddening_bells-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "\"I can't hear myself think!\"", + "cardId": "clm4pj1am00u3e0v58fqvc2av", + "setCardId": "clm4pj6xz00u4e0v5bz12hgrr", + "setCard": { + "id": "clm4pj6xz00u4e0v5bz12hgrr", + "slug": "alp_maddening_bells", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pj1am00u3e0v58fqvc2av", + "meta": { + "id": "clq3a15l800otsh27jjsdemzm", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of dreadful dissonance", + "subType": "Relic", + "rulesText": "Spells cast by a nearby Spellcaster cost ② more to cast.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pj6xz00u4e0v5bz12hgrr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qidbo011te0v53fvoas8l", + "slug": "maelstrom", + "name": "Maelström", + "hotscore": 3289, + "guardian": { + "id": "clq3a1v7300u1sh27oqkzcrko", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of ineluctable malevolence", + "subType": "", + "rulesText": "At the start of your turn, you may pull in each minion in this body of water one step.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qidbo011te0v53fvoas8l" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8itmp01xns67po0xmo9nw", + "slug": "bet_maelstrom_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/maelstrom.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qidbo011te0v53fvoas8l", + "setCardId": "clot8itl701xls67p5weimpt3", + "setCard": { + "id": "clot8itl701xls67p5weimpt3", + "slug": "bet_maelstrom", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qidbo011te0v53fvoas8l", + "meta": { + "id": "clq3a1vhd00u3sh27u66zo1qa", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of ineluctable malevolence", + "subType": "", + "rulesText": "At the start of your turn, you may pull in each minion in this body of water one step.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8itl701xls67p5weimpt3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8itoq01xps67plq8oxwk2", + "slug": "bet_maelstrom_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/maelstrom-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qidbo011te0v53fvoas8l", + "setCardId": "clot8itl701xls67p5weimpt3", + "setCard": { + "id": "clot8itl701xls67p5weimpt3", + "slug": "bet_maelstrom", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qidbo011te0v53fvoas8l", + "meta": { + "id": "clq3a1vhd00u3sh27u66zo1qa", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of ineluctable malevolence", + "subType": "", + "rulesText": "At the start of your turn, you may pull in each minion in this body of water one step.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8itl701xls67p5weimpt3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qijzm011ve0v5989sci4t", + "slug": "alp_maelstrom_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/maelstrom.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qidbo011te0v53fvoas8l", + "setCardId": "clm4qiimh011ue0v57a2ha5y3", + "setCard": { + "id": "clm4qiimh011ue0v57a2ha5y3", + "slug": "alp_maelstrom", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qidbo011te0v53fvoas8l", + "meta": { + "id": "clq3a1v9k00u2sh27m55govgt", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of ineluctable malevolence", + "subType": "", + "rulesText": "At the start of your turn, you may pull in each minion in this body of water one step.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qiimh011ue0v57a2ha5y3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qix6k011xe0v5b6kwdbp1", + "slug": "alp_maelstrom_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/maelstrom-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qidbo011te0v53fvoas8l", + "setCardId": "clm4qiimh011ue0v57a2ha5y3", + "setCard": { + "id": "clm4qiimh011ue0v57a2ha5y3", + "slug": "alp_maelstrom", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qidbo011te0v53fvoas8l", + "meta": { + "id": "clq3a1v9k00u2sh27m55govgt", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of ineluctable malevolence", + "subType": "", + "rulesText": "At the start of your turn, you may pull in each minion in this body of water one step.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qiimh011ue0v57a2ha5y3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qirbw011we0v54rfye7wa", + "slug": "alp_maelstrom_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/maelstrom-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4qidbo011te0v53fvoas8l", + "setCardId": "clm4qiimh011ue0v57a2ha5y3", + "setCard": { + "id": "clm4qiimh011ue0v57a2ha5y3", + "slug": "alp_maelstrom", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qidbo011te0v53fvoas8l", + "meta": { + "id": "clq3a1v9k00u2sh27m55govgt", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of ineluctable malevolence", + "subType": "", + "rulesText": "At the start of your turn, you may pull in each minion in this body of water one step.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qiimh011ue0v57a2ha5y3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mco98005de0v5a8bgao10", + "slug": "mage_slayer", + "name": "Mage Slayer", + "hotscore": 291, + "guardian": { + "id": "clq39yu2a007ksh279jw7zloc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal with an enduring grudge", + "subType": "Mortal", + "rulesText": "Genesis → Kill target Spellcaster minion nearby.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mco98005de0v5a8bgao10" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gfe900hgs67p4d2hwk2w", + "slug": "bet_mage_slayer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mage_slayer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "Death is too kind for the likes of you. But I am a kind man.", + "cardId": "clm4mco98005de0v5a8bgao10", + "setCardId": "clot8gfcr00hes67p8707amzf", + "setCard": { + "id": "clot8gfcr00hes67p8707amzf", + "slug": "bet_mage_slayer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mco98005de0v5a8bgao10", + "meta": { + "id": "clq39yuan007msh27t98h3fir", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal with an enduring grudge", + "subType": "Mortal", + "rulesText": "Genesis → Kill target Spellcaster minion nearby.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gfcr00hes67p8707amzf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gffs00his67p2y37gzzc", + "slug": "bet_mage_slayer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mage_slayer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "Death is too kind for the likes of you. But I am a kind man.", + "cardId": "clm4mco98005de0v5a8bgao10", + "setCardId": "clot8gfcr00hes67p8707amzf", + "setCard": { + "id": "clot8gfcr00hes67p8707amzf", + "slug": "bet_mage_slayer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mco98005de0v5a8bgao10", + "meta": { + "id": "clq39yuan007msh27t98h3fir", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal with an enduring grudge", + "subType": "Mortal", + "rulesText": "Genesis → Kill target Spellcaster minion nearby.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gfcr00hes67p8707amzf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mcvwv005fe0v59ccyabgx", + "slug": "alp_mage_slayer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mage_slayer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "\"Death is too kind for the likes of you. But I am a kind man.\"", + "cardId": "clm4mco98005de0v5a8bgao10", + "setCardId": "clm4mcul9005ee0v5hl6gc9t6", + "setCard": { + "id": "clm4mcul9005ee0v5hl6gc9t6", + "slug": "alp_mage_slayer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mco98005de0v5a8bgao10", + "meta": { + "id": "clq39yu4n007lsh27elu26qg2", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal with an enduring grudge", + "subType": "Mortal", + "rulesText": "Genesis → Kill target Spellcaster minion nearby.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mcul9005ee0v5hl6gc9t6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4md2sj005ge0v594hd6vju", + "slug": "alp_mage_slayer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mage_slayer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "\"Death is too kind for the likes of you. But I am a kind man.\"", + "cardId": "clm4mco98005de0v5a8bgao10", + "setCardId": "clm4mcul9005ee0v5hl6gc9t6", + "setCard": { + "id": "clm4mcul9005ee0v5hl6gc9t6", + "slug": "alp_mage_slayer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mco98005de0v5a8bgao10", + "meta": { + "id": "clq39yu4n007lsh27elu26qg2", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal with an enduring grudge", + "subType": "Mortal", + "rulesText": "Genesis → Kill target Spellcaster minion nearby.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mcul9005ee0v5hl6gc9t6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pjk8g00u7e0v5efpj82zu", + "slug": "magellan_globe", + "name": "Magellan Globe", + "hotscore": 1099, + "guardian": { + "id": "clq3a15wt00ovsh278x7az11f", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic for the intrepid traveler", + "subType": "Relic", + "rulesText": "Opposite edges of the realm are connected.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pjk8g00u7e0v5efpj82zu" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i9m201lis67pm8gzqapd", + "slug": "bet_magellan_globe_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/magellan_globe.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Whatsoever turns all haste we tack, each the terrene through, our stars will cross anew.", + "cardId": "clm4pjk8g00u7e0v5efpj82zu", + "setCardId": "clot8i9kl01lgs67pywoufhmg", + "setCard": { + "id": "clot8i9kl01lgs67pywoufhmg", + "slug": "bet_magellan_globe", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pjk8g00u7e0v5efpj82zu", + "meta": { + "id": "clq3a164t00oxsh271wzrm45d", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic for the intrepid traveler", + "subType": "Relic", + "rulesText": "Opposite edges of the realm are connected.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i9kl01lgs67pywoufhmg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i9nj01lks67pn8d6kwi0", + "slug": "bet_magellan_globe_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/magellan_globe-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Whatsoever turns all haste we tack, each the terrene through, our stars will cross anew.", + "cardId": "clm4pjk8g00u7e0v5efpj82zu", + "setCardId": "clot8i9kl01lgs67pywoufhmg", + "setCard": { + "id": "clot8i9kl01lgs67pywoufhmg", + "slug": "bet_magellan_globe", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pjk8g00u7e0v5efpj82zu", + "meta": { + "id": "clq3a164t00oxsh271wzrm45d", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic for the intrepid traveler", + "subType": "Relic", + "rulesText": "Opposite edges of the realm are connected.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i9kl01lgs67pywoufhmg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pjqzc00u9e0v5e4d1d3si", + "slug": "alp_magellan_globe_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/magellan_globe.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Whatsoever turns all haste we tack, each the terrene through, our stars will cross anew.", + "cardId": "clm4pjk8g00u7e0v5efpj82zu", + "setCardId": "clm4pjpo700u8e0v59a8x1qtl", + "setCard": { + "id": "clm4pjpo700u8e0v59a8x1qtl", + "slug": "alp_magellan_globe", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pjk8g00u7e0v5efpj82zu", + "meta": { + "id": "clq3a15z700owsh270egrwiew", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic for the intrepid traveler", + "subType": "Relic", + "rulesText": "Opposite edges of the realm are connected.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pjpo700u8e0v59a8x1qtl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pjy4p00uae0v54kv98k8t", + "slug": "alp_magellan_globe_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/magellan_globe-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "Whatsoever turns all haste we tack, each the terrene through, our stars will cross anew.", + "cardId": "clm4pjk8g00u7e0v5efpj82zu", + "setCardId": "clm4pjpo700u8e0v59a8x1qtl", + "setCard": { + "id": "clm4pjpo700u8e0v59a8x1qtl", + "slug": "alp_magellan_globe", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pjk8g00u7e0v5efpj82zu", + "meta": { + "id": "clq3a15z700owsh270egrwiew", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic for the intrepid traveler", + "subType": "Relic", + "rulesText": "Opposite edges of the realm are connected.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pjpo700u8e0v59a8x1qtl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pk3yy00ube0v52xxw09u8", + "slug": "magnetic_muzzle", + "name": "Magnetic Muzzle", + "hotscore": 401, + "guardian": { + "id": "clq3a16ak00oysh27pym0ydsu", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of disquieting silence", + "subType": "Relic", + "rulesText": "Bearer loses all non-basic abilities, and can't drop Magnetic Muzzle.\r\n\r\nAt the end of each player’s turn, if Magnetic Muzzle is abandoned, that player attaches it to a nearby minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pk3yy00ube0v52xxw09u8" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8i9wx01lps67pk58kgqm1", + "slug": "bet_magnetic_muzzle_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/magnetic_muzzle.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pk3yy00ube0v52xxw09u8", + "setCardId": "clot8i9ve01lns67p1xrikegg", + "setCard": { + "id": "clot8i9ve01lns67p1xrikegg", + "slug": "bet_magnetic_muzzle", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pk3yy00ube0v52xxw09u8", + "meta": { + "id": "clq3a16ij00p0sh27grs3mym8", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of disquieting silence", + "subType": "Relic", + "rulesText": "Bearer loses all non-basic abilities, and can't drop Magnetic Muzzle.\r\n\r\nAt the end of each player’s turn, if Magnetic Muzzle is abandoned, that player attaches it to a nearby minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i9ve01lns67p1xrikegg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i9yf01lrs67po4do66cf", + "slug": "bet_magnetic_muzzle_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/magnetic_muzzle-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pk3yy00ube0v52xxw09u8", + "setCardId": "clot8i9ve01lns67p1xrikegg", + "setCard": { + "id": "clot8i9ve01lns67p1xrikegg", + "slug": "bet_magnetic_muzzle", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pk3yy00ube0v52xxw09u8", + "meta": { + "id": "clq3a16ij00p0sh27grs3mym8", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of disquieting silence", + "subType": "Relic", + "rulesText": "Bearer loses all non-basic abilities, and can't drop Magnetic Muzzle.\r\n\r\nAt the end of each player’s turn, if Magnetic Muzzle is abandoned, that player attaches it to a nearby minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i9ve01lns67p1xrikegg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pkaxz00ude0v548yw4vn8", + "slug": "alp_magnetic_muzzle_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/magnetic_muzzle.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pk3yy00ube0v52xxw09u8", + "setCardId": "clm4pk9ma00uce0v5hx2fgtgc", + "setCard": { + "id": "clm4pk9ma00uce0v5hx2fgtgc", + "slug": "alp_magnetic_muzzle", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pk3yy00ube0v52xxw09u8", + "meta": { + "id": "clq3a16cw00ozsh27ozfbuk6f", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of disquieting silence", + "subType": "Relic", + "rulesText": "Bearer loses all non-basic abilities, and can't drop Magnetic Muzzle.\n\nAt the end of each player’s turn, if Magnetic Muzzle is abandoned, that player attaches it to a nearby minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pk9ma00uce0v5hx2fgtgc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pkh6d00uee0v5a2e3fgu5", + "slug": "alp_magnetic_muzzle_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/magnetic_muzzle-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pk3yy00ube0v52xxw09u8", + "setCardId": "clm4pk9ma00uce0v5hx2fgtgc", + "setCard": { + "id": "clm4pk9ma00uce0v5hx2fgtgc", + "slug": "alp_magnetic_muzzle", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pk3yy00ube0v52xxw09u8", + "meta": { + "id": "clq3a16cw00ozsh27ozfbuk6f", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of disquieting silence", + "subType": "Relic", + "rulesText": "Bearer loses all non-basic abilities, and can't drop Magnetic Muzzle.\n\nAt the end of each player’s turn, if Magnetic Muzzle is abandoned, that player attaches it to a nearby minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pk9ma00uce0v5hx2fgtgc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ny2ho00hse0v5bs6k8izm", + "slug": "major_explosion", + "name": "Major Explosion", + "hotscore": 3805, + "guardian": { + "id": "clq3a002500g7sh27iz0p9uwr", + "type": "Magic", + "rarity": "Elite", + "typeText": "A tremendous blast of Elite Magic", + "subType": "", + "rulesText": "Target a location up to two steps away.\r\n\r\nDeal damage to each unit at locations in the area of effect:", + "cost": 7, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4ny2ho00hse0v5bs6k8izm" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hcg7011hs67p1p2nnqfh", + "slug": "bet_major_explosion_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/major_explosion.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ny2ho00hse0v5bs6k8izm", + "setCardId": "clot8hcen011fs67pmts7h36l", + "setCard": { + "id": "clot8hcen011fs67pmts7h36l", + "slug": "bet_major_explosion", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ny2ho00hse0v5bs6k8izm", + "meta": { + "id": "clq3a00cc00g9sh27qu1ued0s", + "type": "Magic", + "rarity": "Elite", + "typeText": "A tremendous blast of Elite Magic", + "subType": "", + "rulesText": "Target a location up to two steps away.\r\n\r\nDeal damage to each unit at locations in the area of effect:", + "cost": 7, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8hcen011fs67pmts7h36l" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hchq011js67pb6ntnbqp", + "slug": "bet_major_explosion_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/major_explosion-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ny2ho00hse0v5bs6k8izm", + "setCardId": "clot8hcen011fs67pmts7h36l", + "setCard": { + "id": "clot8hcen011fs67pmts7h36l", + "slug": "bet_major_explosion", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ny2ho00hse0v5bs6k8izm", + "meta": { + "id": "clq3a00cc00g9sh27qu1ued0s", + "type": "Magic", + "rarity": "Elite", + "typeText": "A tremendous blast of Elite Magic", + "subType": "", + "rulesText": "Target a location up to two steps away.\r\n\r\nDeal damage to each unit at locations in the area of effect:", + "cost": 7, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8hcen011fs67pmts7h36l" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ny9fr00hue0v589rc2sx9", + "slug": "alp_major_explosion_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/major_explosion.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ny2ho00hse0v5bs6k8izm", + "setCardId": "clm4ny84800hte0v53w37czvx", + "setCard": { + "id": "clm4ny84800hte0v53w37czvx", + "slug": "alp_major_explosion", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ny2ho00hse0v5bs6k8izm", + "meta": { + "id": "clq3a004s00g8sh27wsmegd2g", + "type": "Magic", + "rarity": "Elite", + "typeText": "A tremendous blast of Elite Magic", + "subType": "", + "rulesText": "Target a location up to two steps away.\n\nDeal damage to each unit at locations in the area of effect:", + "cost": 7, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4ny84800hte0v53w37czvx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nyme700hwe0v5ex0z1zou", + "slug": "alp_major_explosion_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/major_explosion-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ny2ho00hse0v5bs6k8izm", + "setCardId": "clm4ny84800hte0v53w37czvx", + "setCard": { + "id": "clm4ny84800hte0v53w37czvx", + "slug": "alp_major_explosion", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ny2ho00hse0v5bs6k8izm", + "meta": { + "id": "clq3a004s00g8sh27wsmegd2g", + "type": "Magic", + "rarity": "Elite", + "typeText": "A tremendous blast of Elite Magic", + "subType": "", + "rulesText": "Target a location up to two steps away.\n\nDeal damage to each unit at locations in the area of effect:", + "cost": 7, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4ny84800hte0v53w37czvx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nyhco00hve0v5dj856w1y", + "slug": "alp_major_explosion_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/major_explosion-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ny2ho00hse0v5bs6k8izm", + "setCardId": "clm4ny84800hte0v53w37czvx", + "setCard": { + "id": "clm4ny84800hte0v53w37czvx", + "slug": "alp_major_explosion", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ny2ho00hse0v5bs6k8izm", + "meta": { + "id": "clq3a004s00g8sh27wsmegd2g", + "type": "Magic", + "rarity": "Elite", + "typeText": "A tremendous blast of Elite Magic", + "subType": "", + "rulesText": "Target a location up to two steps away.\n\nDeal damage to each unit at locations in the area of effect:", + "cost": 7, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4ny84800hte0v53w37czvx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ox5ix00pfe0v511fa3ahd", + "slug": "marine_voyage", + "name": "Marine Voyage", + "hotscore": 539, + "guardian": { + "id": "clq3a0pww00lhsh27wr4fj6hw", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic for the shrewd seafarer", + "subType": "", + "rulesText": "This turn, your units can move between any sites in a chosen body of water as if they were adjacent.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ox5ix00pfe0v511fa3ahd" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hwrh01dqs67pmmdt726g", + "slug": "bet_marine_voyage_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/marine_voyage.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ox5ix00pfe0v511fa3ahd", + "setCardId": "clot8hwpz01dos67pyllsfq2k", + "setCard": { + "id": "clot8hwpz01dos67pyllsfq2k", + "slug": "bet_marine_voyage", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ox5ix00pfe0v511fa3ahd", + "meta": { + "id": "clq3a0q6l00ljsh27w2kyi739", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic for the shrewd seafarer", + "subType": "", + "rulesText": "This turn, your units can move between any sites in a chosen body of water as if they were adjacent.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hwpz01dos67pyllsfq2k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hwsz01dss67p6v7uw7xy", + "slug": "bet_marine_voyage_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/marine_voyage-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ox5ix00pfe0v511fa3ahd", + "setCardId": "clot8hwpz01dos67pyllsfq2k", + "setCard": { + "id": "clot8hwpz01dos67pyllsfq2k", + "slug": "bet_marine_voyage", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ox5ix00pfe0v511fa3ahd", + "meta": { + "id": "clq3a0q6l00ljsh27w2kyi739", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic for the shrewd seafarer", + "subType": "", + "rulesText": "This turn, your units can move between any sites in a chosen body of water as if they were adjacent.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hwpz01dos67pyllsfq2k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oxc9300phe0v5dg8z1pu1", + "slug": "alp_marine_voyage_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/marine_voyage.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ox5ix00pfe0v511fa3ahd", + "setCardId": "clm4oxay100pge0v5120wb9cn", + "setCard": { + "id": "clm4oxay100pge0v5120wb9cn", + "slug": "alp_marine_voyage", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ox5ix00pfe0v511fa3ahd", + "meta": { + "id": "clq3a0pz700lish27ol6ei5ip", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic for the shrewd seafarer", + "subType": "", + "rulesText": "This turn, your units can move between any sites in a chosen body of water as if they were adjacent.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oxay100pge0v5120wb9cn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oxo2400pje0v5bjdd62pz", + "slug": "alp_marine_voyage_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/marine_voyage-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ox5ix00pfe0v511fa3ahd", + "setCardId": "clm4oxay100pge0v5120wb9cn", + "setCard": { + "id": "clm4oxay100pge0v5120wb9cn", + "slug": "alp_marine_voyage", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ox5ix00pfe0v511fa3ahd", + "meta": { + "id": "clq3a0pz700lish27ol6ei5ip", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic for the shrewd seafarer", + "subType": "", + "rulesText": "This turn, your units can move between any sites in a chosen body of water as if they were adjacent.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oxay100pge0v5120wb9cn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oxj0a00pie0v57my9d05w", + "slug": "alp_marine_voyage_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/marine_voyage-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ox5ix00pfe0v511fa3ahd", + "setCardId": "clm4oxay100pge0v5120wb9cn", + "setCard": { + "id": "clm4oxay100pge0v5120wb9cn", + "slug": "alp_marine_voyage", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ox5ix00pfe0v511fa3ahd", + "meta": { + "id": "clq3a0pz700lish27ol6ei5ip", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic for the shrewd seafarer", + "subType": "", + "rulesText": "This turn, your units can move between any sites in a chosen body of water as if they were adjacent.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oxay100pge0v5120wb9cn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p5dlw00r8e0v5aba0embk", + "slug": "mariners_curse", + "name": "Mariner's Curse", + "hotscore": 1781, + "guardian": { + "id": "clq3a0vyu00mqsh27w7xoiwmm", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of wrongs not forgiven", + "subType": "", + "rulesText": "Whenever a minion enters an affected water site, submerge it and return Mariner's Curse to its owner's hand.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p5dlw00r8e0v5aba0embk" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8i1ng01gns67phnxlqpkc", + "slug": "bet_mariners_curse_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mariners_curse.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4p5dlw00r8e0v5aba0embk", + "setCardId": "clot8i1ly01gls67pb395191a", + "setCard": { + "id": "clot8i1ly01gls67pb395191a", + "slug": "bet_mariners_curse", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p5dlw00r8e0v5aba0embk", + "meta": { + "id": "clq3a0w6x00mssh27ksy2qc8h", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of wrongs not forgiven", + "subType": "", + "rulesText": "Whenever a minion enters an affected water site, submerge it and return Mariner's Curse to its owner's hand.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i1ly01gls67pb395191a" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i1oz01gps67pwdb994w9", + "slug": "bet_mariners_curse_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mariners_curse-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4p5dlw00r8e0v5aba0embk", + "setCardId": "clot8i1ly01gls67pb395191a", + "setCard": { + "id": "clot8i1ly01gls67pb395191a", + "slug": "bet_mariners_curse", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p5dlw00r8e0v5aba0embk", + "meta": { + "id": "clq3a0w6x00mssh27ksy2qc8h", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of wrongs not forgiven", + "subType": "", + "rulesText": "Whenever a minion enters an affected water site, submerge it and return Mariner's Curse to its owner's hand.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i1ly01gls67pb395191a" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p5kyu00rae0v5bm4u9ryd", + "slug": "alp_mariners_curse_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mariners_curse.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4p5dlw00r8e0v5aba0embk", + "setCardId": "clm4p5jgq00r9e0v54c3thqeh", + "setCard": { + "id": "clm4p5jgq00r9e0v54c3thqeh", + "slug": "alp_mariners_curse", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p5dlw00r8e0v5aba0embk", + "meta": { + "id": "clq3a0w1400mrsh274zqubmia", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of wrongs not forgiven", + "subType": "", + "rulesText": "Whenever a minion enters an affected water site, submerge it and return Mariner's Curse to its owner's hand.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p5jgq00r9e0v54c3thqeh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p5rkg00rbe0v5f6r2dqoi", + "slug": "alp_mariners_curse_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mariners_curse-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4p5dlw00r8e0v5aba0embk", + "setCardId": "clm4p5jgq00r9e0v54c3thqeh", + "setCard": { + "id": "clm4p5jgq00r9e0v54c3thqeh", + "slug": "alp_mariners_curse", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p5dlw00r8e0v5aba0embk", + "meta": { + "id": "clq3a0w1400mrsh274zqubmia", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of wrongs not forgiven", + "subType": "", + "rulesText": "Whenever a minion enters an affected water site, submerge it and return Mariner's Curse to its owner's hand.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p5jgq00r9e0v54c3thqeh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pkmf400ufe0v5b2av6gbw", + "slug": "mask_of_mayhem", + "name": "Mask of Mayhem", + "hotscore": 485, + "guardian": { + "id": "clq3a16o500p1sh27n7uhm5hp", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Armor in the midst of a mad mêlée", + "subType": "Armor", + "rulesText": "Whenever a nearby minion can attack, it must.\r\n\r\nNearby strikes deal double damage.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pkmf400ufe0v5b2av6gbw" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ia7j01lws67pe4apkhnq", + "slug": "bet_mask_of_mayhem_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mask_of_mayhem.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pkmf400ufe0v5b2av6gbw", + "setCardId": "clot8ia6101lus67pon93w830", + "setCard": { + "id": "clot8ia6101lus67pon93w830", + "slug": "bet_mask_of_mayhem", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pkmf400ufe0v5b2av6gbw", + "meta": { + "id": "clq3a16wk00p3sh27raw21rtv", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Armor in the midst of a mad mêlée", + "subType": "Armor", + "rulesText": "Whenever a nearby minion can attack, it must.\r\n\r\nNearby strikes deal double damage.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ia6101lus67pon93w830" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ia9001lys67pn4k4rl87", + "slug": "bet_mask_of_mayhem_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mask_of_mayhem-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pkmf400ufe0v5b2av6gbw", + "setCardId": "clot8ia6101lus67pon93w830", + "setCard": { + "id": "clot8ia6101lus67pon93w830", + "slug": "bet_mask_of_mayhem", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pkmf400ufe0v5b2av6gbw", + "meta": { + "id": "clq3a16wk00p3sh27raw21rtv", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Armor in the midst of a mad mêlée", + "subType": "Armor", + "rulesText": "Whenever a nearby minion can attack, it must.\r\n\r\nNearby strikes deal double damage.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ia6101lus67pon93w830" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pkt1300uhe0v5c960buq1", + "slug": "alp_mask_of_mayhem_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mask_of_mayhem.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pkmf400ufe0v5b2av6gbw", + "setCardId": "clm4pkrq500uge0v5hp9xddjq", + "setCard": { + "id": "clm4pkrq500uge0v5hp9xddjq", + "slug": "alp_mask_of_mayhem", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pkmf400ufe0v5b2av6gbw", + "meta": { + "id": "clq3a16qy00p2sh2775vhuawx", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Armor in the midst of a mad mêlée", + "subType": "Armor", + "rulesText": "Whenever a nearby minion can attack, it must.\n\nNearby strikes deal double damage.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pkrq500uge0v5hp9xddjq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pkze100uie0v51phh726n", + "slug": "alp_mask_of_mayhem_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mask_of_mayhem-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pkmf400ufe0v5b2av6gbw", + "setCardId": "clm4pkrq500uge0v5hp9xddjq", + "setCard": { + "id": "clm4pkrq500uge0v5hp9xddjq", + "slug": "alp_mask_of_mayhem", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pkmf400ufe0v5b2av6gbw", + "meta": { + "id": "clq3a16qy00p2sh2775vhuawx", + "type": "Artifact", + "rarity": "Elite", + "typeText": "Elite Armor in the midst of a mad mêlée", + "subType": "Armor", + "rulesText": "Whenever a nearby minion can attack, it must.\n\nNearby strikes deal double damage.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pkrq500uge0v5hp9xddjq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4md8pa005he0v5h8cafwg3", + "slug": "master_tracker", + "name": "Master Tracker", + "hotscore": 302, + "guardian": { + "id": "clq39yugj007nsh27d5u2186m", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal follows all trails", + "subType": "Mortal", + "rulesText": "All enemies permanently lose Stealth.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4md8pa005he0v5h8cafwg3" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gfpx00hns67pen5r9sn5", + "slug": "bet_master_tracker_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/master_tracker.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Becoming sufficiently familiar with nature is a substitute for understanding it.", + "cardId": "clm4md8pa005he0v5h8cafwg3", + "setCardId": "clot8gfoe00hls67p8bc8ge46", + "setCard": { + "id": "clot8gfoe00hls67p8bc8ge46", + "slug": "bet_master_tracker", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4md8pa005he0v5h8cafwg3", + "meta": { + "id": "clq39yuoz007psh279ayqcegd", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal follows all trails", + "subType": "Mortal", + "rulesText": "All enemies permanently lose Stealth.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gfoe00hls67p8bc8ge46" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gfrj00hps67p35245opo", + "slug": "bet_master_tracker_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/master_tracker-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Becoming sufficiently familiar with nature is a substitute for understanding it.", + "cardId": "clm4md8pa005he0v5h8cafwg3", + "setCardId": "clot8gfoe00hls67p8bc8ge46", + "setCard": { + "id": "clot8gfoe00hls67p8bc8ge46", + "slug": "bet_master_tracker", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4md8pa005he0v5h8cafwg3", + "meta": { + "id": "clq39yuoz007psh279ayqcegd", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal follows all trails", + "subType": "Mortal", + "rulesText": "All enemies permanently lose Stealth.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gfoe00hls67p8bc8ge46" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mdg7i005je0v5100yg2rk", + "slug": "alp_master_tracker_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/master_tracker.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "\"Becoming sufficiently familiar with nature is a substitute for understanding it.\"", + "cardId": "clm4md8pa005he0v5h8cafwg3", + "setCardId": "clm4mdeuv005ie0v5fpmh8ply", + "setCard": { + "id": "clm4mdeuv005ie0v5fpmh8ply", + "slug": "alp_master_tracker", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4md8pa005he0v5h8cafwg3", + "meta": { + "id": "clq39yuj4007osh27az9micak", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal follows all trails", + "subType": "Mortal", + "rulesText": "All enemies permanently lose Stealth.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mdeuv005ie0v5fpmh8ply" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mdmqm005ke0v56lrvelgk", + "slug": "alp_master_tracker_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/master_tracker-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "\"Becoming sufficiently familiar with nature is a substitute for understanding it.\"", + "cardId": "clm4md8pa005he0v5h8cafwg3", + "setCardId": "clm4mdeuv005ie0v5fpmh8ply", + "setCard": { + "id": "clm4mdeuv005ie0v5fpmh8ply", + "slug": "alp_master_tracker", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4md8pa005he0v5h8cafwg3", + "meta": { + "id": "clq39yuj4007osh27az9micak", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal follows all trails", + "subType": "Mortal", + "rulesText": "All enemies permanently lose Stealth.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mdeuv005ie0v5fpmh8ply" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nf45e00dle0v5eoh4b4lj", + "slug": "maze_minotaur", + "name": "Maze Minotaur", + "hotscore": 324, + "guardian": { + "id": "clq39zlvb00dcsh27fvxo2xvz", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster snarls around the corner", + "subType": "Monster", + "rulesText": "Enemy minions can’t move themselves out of the a maze of nine locations nearby Maze Minotaur.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nf45e00dle0v5eoh4b4lj" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h1jw00uvs67pohw0hq22", + "slug": "bet_maze_minotaur_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/maze_minotaur.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "", + "cardId": "clm4nf45e00dle0v5eoh4b4lj", + "setCardId": "clot8h1id00uts67pp0ly4npe", + "setCard": { + "id": "clot8h1id00uts67pp0ly4npe", + "slug": "bet_maze_minotaur", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nf45e00dle0v5eoh4b4lj", + "meta": { + "id": "clq39zm3d00desh27mmfgtkgy", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster snarls around the corner", + "subType": "Monster", + "rulesText": "Enemy minions can’t move themselves out of the a maze of nine locations nearby Maze Minotaur.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h1id00uts67pp0ly4npe" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h1ld00uxs67pcsoj6995", + "slug": "bet_maze_minotaur_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/maze_minotaur-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "", + "cardId": "clm4nf45e00dle0v5eoh4b4lj", + "setCardId": "clot8h1id00uts67pp0ly4npe", + "setCard": { + "id": "clot8h1id00uts67pp0ly4npe", + "slug": "bet_maze_minotaur", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nf45e00dle0v5eoh4b4lj", + "meta": { + "id": "clq39zm3d00desh27mmfgtkgy", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster snarls around the corner", + "subType": "Monster", + "rulesText": "Enemy minions can’t move themselves out of the a maze of nine locations nearby Maze Minotaur.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h1id00uts67pp0ly4npe" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nfapp00dne0v59ftxd5zb", + "slug": "alp_maze_minotaur_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/maze_minotaur.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "", + "cardId": "clm4nf45e00dle0v5eoh4b4lj", + "setCardId": "clm4nf9e100dme0v50p9uffin", + "setCard": { + "id": "clm4nf9e100dme0v50p9uffin", + "slug": "alp_maze_minotaur", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nf45e00dle0v5eoh4b4lj", + "meta": { + "id": "clq39zlxk00ddsh27yocuspyt", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster snarls around the corner", + "subType": "Monster", + "rulesText": "Enemy minions can't move themselves out of the neighborhood of nine locations nearby Maze Minotaur.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nf9e100dme0v50p9uffin" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nfh2p00doe0v51uuo5lm1", + "slug": "alp_maze_minotaur_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/maze_minotaur-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "", + "cardId": "clm4nf45e00dle0v5eoh4b4lj", + "setCardId": "clm4nf9e100dme0v50p9uffin", + "setCard": { + "id": "clm4nf9e100dme0v50p9uffin", + "slug": "alp_maze_minotaur", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nf45e00dle0v5eoh4b4lj", + "meta": { + "id": "clq39zlxk00ddsh27yocuspyt", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster snarls around the corner", + "subType": "Monster", + "rulesText": "Enemy minions can't move themselves out of the neighborhood of nine locations nearby Maze Minotaur.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nf9e100dme0v50p9uffin" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ofeug00lhe0v5439xbobu", + "slug": "megamoeba", + "name": "Megamoeba", + "hotscore": 675, + "guardian": { + "id": "clq3a0cqg00itsh27fautf0l4", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster engulfs the realm", + "subType": "Monster", + "rulesText": "Megamoeba moves by extending a single pseudopod from any part of itself. It occupies all locations it has ever occupied, and has +1 power for each.", + "cost": 3, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ofeug00lhe0v5439xbobu" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hmfw017is67pguugb0y6", + "slug": "bet_megamoeba_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/megamoeba.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4ofeug00lhe0v5439xbobu", + "setCardId": "clot8hmef017gs67pwuw68hp2", + "setCard": { + "id": "clot8hmef017gs67pwuw68hp2", + "slug": "bet_megamoeba", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ofeug00lhe0v5439xbobu", + "meta": { + "id": "clq3a0d2100ivsh27zy86ke7q", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster engulfs the realm", + "subType": "Monster", + "rulesText": "Megamoeba moves by extending a single pseudopod from any part of itself. It occupies all locations it has ever occupied, and has +1 power for each.", + "cost": 3, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hmef017gs67pwuw68hp2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hmhd017ks67pf0pmfkr2", + "slug": "bet_megamoeba_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/megamoeba-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4ofeug00lhe0v5439xbobu", + "setCardId": "clot8hmef017gs67pwuw68hp2", + "setCard": { + "id": "clot8hmef017gs67pwuw68hp2", + "slug": "bet_megamoeba", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ofeug00lhe0v5439xbobu", + "meta": { + "id": "clq3a0d2100ivsh27zy86ke7q", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster engulfs the realm", + "subType": "Monster", + "rulesText": "Megamoeba moves by extending a single pseudopod from any part of itself. It occupies all locations it has ever occupied, and has +1 power for each.", + "cost": 3, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hmef017gs67pwuw68hp2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oflzz00lje0v53oec8iwi", + "slug": "alp_megamoeba_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/megamoeba.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4ofeug00lhe0v5439xbobu", + "setCardId": "clm4ofkne00lie0v5gq7qegoz", + "setCard": { + "id": "clm4ofkne00lie0v5gq7qegoz", + "slug": "alp_megamoeba", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ofeug00lhe0v5439xbobu", + "meta": { + "id": "clq3a0css00iush2768s84hfu", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster engulfs the realm", + "subType": "Monster", + "rulesText": "Megamoeba moves by extending a single pseudopod from any part of itself. It occupies all locations it has ever occupied, and has +1 power for each.", + "cost": 3, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ofkne00lie0v5gq7qegoz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ofzn700lle0v51lkb9cub", + "slug": "alp_megamoeba_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/megamoeba-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4ofeug00lhe0v5439xbobu", + "setCardId": "clm4ofkne00lie0v5gq7qegoz", + "setCard": { + "id": "clm4ofkne00lie0v5gq7qegoz", + "slug": "alp_megamoeba", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ofeug00lhe0v5439xbobu", + "meta": { + "id": "clq3a0css00iush2768s84hfu", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster engulfs the realm", + "subType": "Monster", + "rulesText": "Megamoeba moves by extending a single pseudopod from any part of itself. It occupies all locations it has ever occupied, and has +1 power for each.", + "cost": 3, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ofkne00lie0v5gq7qegoz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ofthz00lke0v56vymeeht", + "slug": "alp_megamoeba_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/megamoeba-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4ofeug00lhe0v5439xbobu", + "setCardId": "clm4ofkne00lie0v5gq7qegoz", + "setCard": { + "id": "clm4ofkne00lie0v5gq7qegoz", + "slug": "alp_megamoeba", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ofeug00lhe0v5439xbobu", + "meta": { + "id": "clq3a0css00iush2768s84hfu", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster engulfs the realm", + "subType": "Monster", + "rulesText": "Megamoeba moves by extending a single pseudopod from any part of itself. It occupies all locations it has ever occupied, and has +1 power for each.", + "cost": 3, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ofkne00lie0v5gq7qegoz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4id5ge002824v5e7i25b7g", + "slug": "men_of_leng", + "name": "Men of Leng", + "hotscore": 1282, + "guardian": { + "id": "clq39y0ns001jsh27n8xq5r7l", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts bleat in discord", + "subType": "Beast", + "rulesText": "Whenever Men of Leng strike an Avatar, that Avatar discards a random card.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4id5ge002824v5e7i25b7g" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fs8u003ns67p6gn68d0j", + "slug": "bet_men_of_leng_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/men_of_leng.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4id5ge002824v5e7i25b7g", + "setCardId": "clot8fs7e003ls67pb45it88g", + "setCard": { + "id": "clot8fs7e003ls67pb45it88g", + "slug": "bet_men_of_leng", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4id5ge002824v5e7i25b7g", + "meta": { + "id": "clq39y0vw001lsh27ura8wdni", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts bleat in discord", + "subType": "Beast", + "rulesText": "Whenever Men of Leng strike an Avatar, that Avatar discards a random card.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fs7e003ls67pb45it88g" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fsac003ps67pem7valqp", + "slug": "bet_men_of_leng_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/men_of_leng-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4id5ge002824v5e7i25b7g", + "setCardId": "clot8fs7e003ls67pb45it88g", + "setCard": { + "id": "clot8fs7e003ls67pb45it88g", + "slug": "bet_men_of_leng", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4id5ge002824v5e7i25b7g", + "meta": { + "id": "clq39y0vw001lsh27ura8wdni", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts bleat in discord", + "subType": "Beast", + "rulesText": "Whenever Men of Leng strike an Avatar, that Avatar discards a random card.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fs7e003ls67pb45it88g" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4idcbw002a24v57hbigk58", + "slug": "alp_men_of_leng_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/men_of_leng.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4id5ge002824v5e7i25b7g", + "setCardId": "clm4idazp002924v5bg589o7t", + "setCard": { + "id": "clm4idazp002924v5bg589o7t", + "slug": "alp_men_of_leng", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4id5ge002824v5e7i25b7g", + "meta": { + "id": "clq39y0q2001ksh27g2uz6mpi", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts bleat in discord", + "subType": "Beast", + "rulesText": "Whenever Men of Leng strike an Avatar, that Avatar discards a random card.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4idazp002924v5bg589o7t" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4idjvk002b24v54zzp6l87", + "slug": "alp_men_of_leng_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/men_of_leng-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4id5ge002824v5e7i25b7g", + "setCardId": "clm4idazp002924v5bg589o7t", + "setCard": { + "id": "clm4idazp002924v5bg589o7t", + "slug": "alp_men_of_leng", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4id5ge002824v5e7i25b7g", + "meta": { + "id": "clq39y0q2001ksh27g2uz6mpi", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts bleat in discord", + "subType": "Beast", + "rulesText": "Whenever Men of Leng strike an Avatar, that Avatar discards a random card.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4idazp002924v5bg589o7t" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nynit00hxe0v53i10b5zg", + "slug": "meteor_shower", + "name": "Meteor Shower", + "hotscore": 531, + "guardian": { + "id": "clq3a00hz00gash277u2j9jqe", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of otherworldly destruction", + "subType": "", + "rulesText": "Target three sites that share no borders. Deal damage to each unit atop sites in each area of effect:", + "cost": 9, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "cardId": "clm4nynit00hxe0v53i10b5zg" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hcra011os67ptisuge04", + "slug": "bet_meteor_shower_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/meteor_shower.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4nynit00hxe0v53i10b5zg", + "setCardId": "clot8hcpq011ms67pqbkld9vn", + "setCard": { + "id": "clot8hcpq011ms67pqbkld9vn", + "slug": "bet_meteor_shower", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nynit00hxe0v53i10b5zg", + "meta": { + "id": "clq3a00q200gcsh27ljg5tvr6", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of otherworldly destruction", + "subType": "", + "rulesText": "Target three sites that share no borders. Deal damage to each unit atop sites in each area of effect:", + "cost": 9, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clot8hcpq011ms67pqbkld9vn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hcst011qs67p7h12qmre", + "slug": "bet_meteor_shower_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/meteor_shower-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4nynit00hxe0v53i10b5zg", + "setCardId": "clot8hcpq011ms67pqbkld9vn", + "setCard": { + "id": "clot8hcpq011ms67pqbkld9vn", + "slug": "bet_meteor_shower", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nynit00hxe0v53i10b5zg", + "meta": { + "id": "clq3a00q200gcsh27ljg5tvr6", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of otherworldly destruction", + "subType": "", + "rulesText": "Target three sites that share no borders. Deal damage to each unit atop sites in each area of effect:", + "cost": 9, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clot8hcpq011ms67pqbkld9vn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nyuhw00hze0v58agg07c4", + "slug": "alp_meteor_shower_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/meteor_shower.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4nynit00hxe0v53i10b5zg", + "setCardId": "clm4nyt6o00hye0v5anc14mk2", + "setCard": { + "id": "clm4nyt6o00hye0v5anc14mk2", + "slug": "alp_meteor_shower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nynit00hxe0v53i10b5zg", + "meta": { + "id": "clq3a00k800gbsh27k2y17qkq", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of otherworldly destruction", + "subType": "", + "rulesText": "Target three sites that share no borders. Deal damage to each unit atop sites in each area of effect:", + "cost": 9, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clm4nyt6o00hye0v5anc14mk2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nz12200i0e0v5anoih96l", + "slug": "alp_meteor_shower_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/meteor_shower-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4nynit00hxe0v53i10b5zg", + "setCardId": "clm4nyt6o00hye0v5anc14mk2", + "setCard": { + "id": "clm4nyt6o00hye0v5anc14mk2", + "slug": "alp_meteor_shower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nynit00hxe0v53i10b5zg", + "meta": { + "id": "clq3a00k800gbsh27k2y17qkq", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of otherworldly destruction", + "subType": "", + "rulesText": "Target three sites that share no borders. Deal damage to each unit atop sites in each area of effect:", + "cost": 9, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clm4nyt6o00hye0v5anc14mk2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mdsnx005le0v58jdp1wib", + "slug": "midland_army", + "name": "Midland Army", + "hotscore": 1563, + "guardian": { + "id": "clq39yuun007qsh27gdio04a7", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique army of Mortals, yours to command", + "subType": "Mortal", + "rulesText": "Tap → Target a location up to three steps away. Deal 4 damage to each unit there.\r\n\r\nDeathrite → Summon a Foot Soldier token to each adjacent location.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 4, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mdsnx005le0v58jdp1wib" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gg1q00hus67pgirsaaoh", + "slug": "bet_midland_army_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/midland_army.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4mdsnx005le0v58jdp1wib", + "setCardId": "clot8gg0800hss67pm5rx3irw", + "setCard": { + "id": "clot8gg0800hss67pm5rx3irw", + "slug": "bet_midland_army", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mdsnx005le0v58jdp1wib", + "meta": { + "id": "clq39yv4e007ssh27300ltm2l", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique army of Mortals, yours to command", + "subType": "Mortal", + "rulesText": "Tap → Target a location up to three steps away. Deal 4 damage to each unit there.\r\n\r\nDeathrite → Summon a Foot Soldier token to each adjacent location.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 4, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gg0800hss67pm5rx3irw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gg3900hws67p1ex0p3kh", + "slug": "bet_midland_army_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/midland_army-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4mdsnx005le0v58jdp1wib", + "setCardId": "clot8gg0800hss67pm5rx3irw", + "setCard": { + "id": "clot8gg0800hss67pm5rx3irw", + "slug": "bet_midland_army", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mdsnx005le0v58jdp1wib", + "meta": { + "id": "clq39yv4e007ssh27300ltm2l", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique army of Mortals, yours to command", + "subType": "Mortal", + "rulesText": "Tap → Target a location up to three steps away. Deal 4 damage to each unit there.\r\n\r\nDeathrite → Summon a Foot Soldier token to each adjacent location.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 4, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gg0800hss67pm5rx3irw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4me04l005ne0v501yf7r3j", + "slug": "alp_midland_army_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/midland_army.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4mdsnx005le0v58jdp1wib", + "setCardId": "clm4mdysf005me0v5h8z496mt", + "setCard": { + "id": "clm4mdysf005me0v5h8z496mt", + "slug": "alp_midland_army", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mdsnx005le0v58jdp1wib", + "meta": { + "id": "clq39yux3007rsh27xyenbubu", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique army of Mortals, yours to command", + "subType": "Mortal", + "rulesText": "Tap → Target a location up to three steps away. Deal 4 damage to each unit there.\n\nDeathrite → Summon a Foot Soldier token to each adjacent location.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 4, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mdysf005me0v5h8z496mt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mee3f005pe0v5evto4qxm", + "slug": "alp_midland_army_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/midland_army-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4mdsnx005le0v58jdp1wib", + "setCardId": "clm4mdysf005me0v5h8z496mt", + "setCard": { + "id": "clm4mdysf005me0v5h8z496mt", + "slug": "alp_midland_army", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mdsnx005le0v58jdp1wib", + "meta": { + "id": "clq39yux3007rsh27xyenbubu", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique army of Mortals, yours to command", + "subType": "Mortal", + "rulesText": "Tap → Target a location up to three steps away. Deal 4 damage to each unit there.\n\nDeathrite → Summon a Foot Soldier token to each adjacent location.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 4, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mdysf005me0v5h8z496mt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4me7ni005oe0v58roq5abh", + "slug": "alp_midland_army_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/midland_army-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4mdsnx005le0v58jdp1wib", + "setCardId": "clm4mdysf005me0v5h8z496mt", + "setCard": { + "id": "clm4mdysf005me0v5h8z496mt", + "slug": "alp_midland_army", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mdsnx005le0v58jdp1wib", + "meta": { + "id": "clq39yux3007rsh27xyenbubu", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique army of Mortals, yours to command", + "subType": "Mortal", + "rulesText": "Tap → Target a location up to three steps away. Deal 4 damage to each unit there.\n\nDeathrite → Summon a Foot Soldier token to each adjacent location.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 4, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mdysf005me0v5h8z496mt" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4idqbo002c24v50u7sfwwy", + "slug": "midnight_rogue", + "name": "Midnight Rogue", + "hotscore": 615, + "guardian": { + "id": "clq39y11w001msh278e3mt4tq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal hides in shadow", + "subType": "Mortal", + "rulesText": "Ranged, Stealth", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4idqbo002c24v50u7sfwwy" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fsky003us67pfy14wic9", + "slug": "bet_midnight_rogue_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/midnight_rogue.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "I'll have respect for your laws when you make them respectable.", + "cardId": "clm4idqbo002c24v50u7sfwwy", + "setCardId": "clot8fsjf003ss67pi0h8j63m", + "setCard": { + "id": "clot8fsjf003ss67pi0h8j63m", + "slug": "bet_midnight_rogue", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4idqbo002c24v50u7sfwwy", + "meta": { + "id": "clq39y1bd001osh27rrietgu3", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal hides in shadow", + "subType": "Mortal", + "rulesText": "Ranged, Stealth", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fsjf003ss67pi0h8j63m" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fsmg003ws67p53zbkmkf", + "slug": "bet_midnight_rogue_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/midnight_rogue-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "I'll have respect for your laws when you make them respectable.", + "cardId": "clm4idqbo002c24v50u7sfwwy", + "setCardId": "clot8fsjf003ss67pi0h8j63m", + "setCard": { + "id": "clot8fsjf003ss67pi0h8j63m", + "slug": "bet_midnight_rogue", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4idqbo002c24v50u7sfwwy", + "meta": { + "id": "clq39y1bd001osh27rrietgu3", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal hides in shadow", + "subType": "Mortal", + "rulesText": "Ranged, Stealth", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fsjf003ss67pi0h8j63m" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4idy45002e24v556m09t6p", + "slug": "alp_midnight_rogue_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/midnight_rogue.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "\"I'll have respect for your laws when you make them respectable.\"", + "cardId": "clm4idqbo002c24v50u7sfwwy", + "setCardId": "clm4idwlm002d24v525bp3muu", + "setCard": { + "id": "clm4idwlm002d24v525bp3muu", + "slug": "alp_midnight_rogue", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4idqbo002c24v50u7sfwwy", + "meta": { + "id": "clq39y145001nsh27j24ukid5", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal hides in shadow", + "subType": "Mortal", + "rulesText": "Ranged, Stealth", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4idwlm002d24v525bp3muu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4iebma002g24v58c9xcnso", + "slug": "alp_midnight_rogue_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/midnight_rogue-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Elvira Shakirova", + "flavorText": "\"I'll have respect for your laws when you make them respectable.\"", + "cardId": "clm4idqbo002c24v50u7sfwwy", + "setCardId": "clm4idwlm002d24v525bp3muu", + "setCard": { + "id": "clm4idwlm002d24v525bp3muu", + "slug": "alp_midnight_rogue", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4idqbo002c24v50u7sfwwy", + "meta": { + "id": "clq39y145001nsh27j24ukid5", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal hides in shadow", + "subType": "Mortal", + "rulesText": "Ranged, Stealth", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4idwlm002d24v525bp3muu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ie56c002f24v5242a2jy7", + "slug": "alp_midnight_rogue_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/midnight_rogue-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "\"I'll have respect for your laws when you make them respectable.\"", + "cardId": "clm4idqbo002c24v50u7sfwwy", + "setCardId": "clm4idwlm002d24v525bp3muu", + "setCard": { + "id": "clm4idwlm002d24v525bp3muu", + "slug": "alp_midnight_rogue", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4idqbo002c24v50u7sfwwy", + "meta": { + "id": "clq39y145001nsh27j24ukid5", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal hides in shadow", + "subType": "Mortal", + "rulesText": "Ranged, Stealth", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4idwlm002d24v525bp3muu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4myncb00a0e0v54h7x9mzv", + "slug": "minecart_madness", + "name": "Minecart Madness", + "hotscore": 515, + "guardian": { + "id": "clq39z9r000aush2750l3rjvg", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A rickety ride of Exceptional Magic", + "subType": "", + "rulesText": "This turn, your units can move between any sites in a chosen span of land as if they were adjacent.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4myncb00a0e0v54h7x9mzv" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8grxl00p1s67p3sb8dyf0", + "slug": "bet_minecart_madness_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/minecart_madness.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4myncb00a0e0v54h7x9mzv", + "setCardId": "clot8grw200ozs67pyvrv6scn", + "setCard": { + "id": "clot8grw200ozs67pyvrv6scn", + "slug": "bet_minecart_madness", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4myncb00a0e0v54h7x9mzv", + "meta": { + "id": "clq39z9z300awsh27lba5ppx7", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A rickety ride of Exceptional Magic", + "subType": "", + "rulesText": "This turn, your units can move between any sites in a chosen span of land as if they were adjacent.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8grw200ozs67pyvrv6scn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8grz200p3s67pzb4latze", + "slug": "bet_minecart_madness_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/minecart_madness-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4myncb00a0e0v54h7x9mzv", + "setCardId": "clot8grw200ozs67pyvrv6scn", + "setCard": { + "id": "clot8grw200ozs67pyvrv6scn", + "slug": "bet_minecart_madness", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4myncb00a0e0v54h7x9mzv", + "meta": { + "id": "clq39z9z300awsh27lba5ppx7", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A rickety ride of Exceptional Magic", + "subType": "", + "rulesText": "This turn, your units can move between any sites in a chosen span of land as if they were adjacent.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8grw200ozs67pyvrv6scn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4myuaw00a2e0v56c4t72mk", + "slug": "alp_minecart_madness_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/minecart_madness.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4myncb00a0e0v54h7x9mzv", + "setCardId": "clm4myszi00a1e0v53fkm46sp", + "setCard": { + "id": "clm4myszi00a1e0v53fkm46sp", + "slug": "alp_minecart_madness", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4myncb00a0e0v54h7x9mzv", + "meta": { + "id": "clq39z9te00avsh276p1ragme", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A rickety ride of Exceptional Magic", + "subType": "", + "rulesText": "This turn, your units can move between any sites in a chosen span of land as if they were adjacent.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4myszi00a1e0v53fkm46sp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mz19f00a3e0v5daekfefb", + "slug": "alp_minecart_madness_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/minecart_madness-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4myncb00a0e0v54h7x9mzv", + "setCardId": "clm4myszi00a1e0v53fkm46sp", + "setCard": { + "id": "clm4myszi00a1e0v53fkm46sp", + "slug": "alp_minecart_madness", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4myncb00a0e0v54h7x9mzv", + "meta": { + "id": "clq39z9te00avsh276p1ragme", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A rickety ride of Exceptional Magic", + "subType": "", + "rulesText": "This turn, your units can move between any sites in a chosen span of land as if they were adjacent.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4myszi00a1e0v53fkm46sp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nz6nm00i1e0v5bc04gcv8", + "slug": "minor_explosion", + "name": "Minor Explosion", + "hotscore": 2530, + "guardian": { + "id": "clq3a00vq00gdsh27l3w03pj1", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of proximal plosion", + "subType": "", + "rulesText": "Deal 3 damage to each unit at target location up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4nz6nm00i1e0v5bc04gcv8" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hd2h011vs67phoabkhh9", + "slug": "bet_minor_explosion_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/minor_explosion.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4nz6nm00i1e0v5bc04gcv8", + "setCardId": "clot8hd0q011ts67pxoolqgsp", + "setCard": { + "id": "clot8hd0q011ts67pxoolqgsp", + "slug": "bet_minor_explosion", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nz6nm00i1e0v5bc04gcv8", + "meta": { + "id": "clq3a015l00gfsh279kfz5aat", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of proximal plosion", + "subType": "", + "rulesText": "Deal 3 damage to each unit at target location up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8hd0q011ts67pxoolqgsp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hd42011xs67pram108oz", + "slug": "bet_minor_explosion_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/minor_explosion-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4nz6nm00i1e0v5bc04gcv8", + "setCardId": "clot8hd0q011ts67pxoolqgsp", + "setCard": { + "id": "clot8hd0q011ts67pxoolqgsp", + "slug": "bet_minor_explosion", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nz6nm00i1e0v5bc04gcv8", + "meta": { + "id": "clq3a015l00gfsh279kfz5aat", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of proximal plosion", + "subType": "", + "rulesText": "Deal 3 damage to each unit at target location up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8hd0q011ts67pxoolqgsp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nzdhq00i3e0v53twohl9k", + "slug": "alp_minor_explosion_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/minor_explosion.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4nz6nm00i1e0v5bc04gcv8", + "setCardId": "clm4nzc6i00i2e0v5hv3re6cp", + "setCard": { + "id": "clm4nzc6i00i2e0v5hv3re6cp", + "slug": "alp_minor_explosion", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nz6nm00i1e0v5bc04gcv8", + "meta": { + "id": "clq3a00y700gesh27i7rn4aur", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of proximal plosion", + "subType": "", + "rulesText": "Deal 3 damage to each unit at target location up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nzc6i00i2e0v5hv3re6cp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nzqi000i5e0v5hcu74dva", + "slug": "alp_minor_explosion_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/minor_explosion-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4nz6nm00i1e0v5bc04gcv8", + "setCardId": "clm4nzc6i00i2e0v5hv3re6cp", + "setCard": { + "id": "clm4nzc6i00i2e0v5hv3re6cp", + "slug": "alp_minor_explosion", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nz6nm00i1e0v5bc04gcv8", + "meta": { + "id": "clq3a00y700gesh27i7rn4aur", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of proximal plosion", + "subType": "", + "rulesText": "Deal 3 damage to each unit at target location up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nzc6i00i2e0v5hv3re6cp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nzl2b00i4e0v597he3tkz", + "slug": "alp_minor_explosion_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/minor_explosion-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4nz6nm00i1e0v5bc04gcv8", + "setCardId": "clm4nzc6i00i2e0v5hv3re6cp", + "setCard": { + "id": "clm4nzc6i00i2e0v5hv3re6cp", + "slug": "alp_minor_explosion", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nz6nm00i1e0v5bc04gcv8", + "meta": { + "id": "clq3a00y700gesh27i7rn4aur", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of proximal plosion", + "subType": "", + "rulesText": "Deal 3 damage to each unit at target location up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nzc6i00i2e0v5hv3re6cp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mef8e005qe0v5cx7c64lr", + "slug": "miracle_workers", + "name": "Miracle Workers", + "hotscore": 679, + "guardian": { + "id": "clq39yva2007tsh27p5k1awq9", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals on a mission of mercy", + "subType": "Mortal", + "rulesText": "Genesis → You may return a minion that died this turn from your cemetery to your hand.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mef8e005qe0v5cx7c64lr" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8ggdm00i1s67ph82xcjz2", + "slug": "bet_miracle_workers_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/miracle_workers.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Seek not relief for grievous deeds in mercy done, but know that the prayers of all good people are good.", + "cardId": "clm4mef8e005qe0v5cx7c64lr", + "setCardId": "clot8ggc300hzs67pflqhgg0x", + "setCard": { + "id": "clot8ggc300hzs67pflqhgg0x", + "slug": "bet_miracle_workers", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mef8e005qe0v5cx7c64lr", + "meta": { + "id": "clq39yvi2007vsh27x5o3gp5w", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals on a mission of mercy", + "subType": "Mortal", + "rulesText": "Genesis → You may return a minion that died this turn from your cemetery to your hand.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ggc300hzs67pflqhgg0x" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ggf500i3s67pgauw2xt3", + "slug": "bet_miracle_workers_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/miracle_workers-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Seek not relief for grievous deeds in mercy done, but know that the prayers of all good people are good.", + "cardId": "clm4mef8e005qe0v5cx7c64lr", + "setCardId": "clot8ggc300hzs67pflqhgg0x", + "setCard": { + "id": "clot8ggc300hzs67pflqhgg0x", + "slug": "bet_miracle_workers", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mef8e005qe0v5cx7c64lr", + "meta": { + "id": "clq39yvi2007vsh27x5o3gp5w", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals on a mission of mercy", + "subType": "Mortal", + "rulesText": "Genesis → You may return a minion that died this turn from your cemetery to your hand.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ggc300hzs67pflqhgg0x" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4memgm005se0v5gexkd4iw", + "slug": "alp_miracle_workers_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/miracle_workers.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "\"Seek not relief for grievous deeds in mercy done, but know that the prayers of all good people are good.\"", + "cardId": "clm4mef8e005qe0v5cx7c64lr", + "setCardId": "clm4mel5a005re0v5daes82by", + "setCard": { + "id": "clm4mel5a005re0v5daes82by", + "slug": "alp_miracle_workers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mef8e005qe0v5cx7c64lr", + "meta": { + "id": "clq39yvcd007ush27a3pj2cbs", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals on a mission of mercy", + "subType": "Mortal", + "rulesText": "Genesis → You may return a minion that died this turn from your cemetery to your hand.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mel5a005re0v5daes82by" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4metmn005te0v5cavlho2v", + "slug": "alp_miracle_workers_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/miracle_workers-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "\"Seek not relief for grievous deeds in mercy done, but know that the prayers of all good people are good.\"", + "cardId": "clm4mef8e005qe0v5cx7c64lr", + "setCardId": "clm4mel5a005re0v5daes82by", + "setCard": { + "id": "clm4mel5a005re0v5daes82by", + "slug": "alp_miracle_workers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mef8e005qe0v5cx7c64lr", + "meta": { + "id": "clq39yvcd007ush27a3pj2cbs", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals on a mission of mercy", + "subType": "Mortal", + "rulesText": "Genesis → You may return a minion that died this turn from your cemetery to your hand.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mel5a005re0v5daes82by" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qc4q8010de0v5g0st58m7", + "slug": "mirage", + "name": "Mirage", + "hotscore": 2207, + "guardian": { + "id": "clq3a1qhx00t4sh278dh7p2ld", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of uncertain apprehension", + "subType": "", + "rulesText": "When played, you may return a site in play you own to your hand to play this site in its place.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4qc4q8010de0v5g0st58m7" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8iq5301vis67patknrnyd", + "slug": "bet_mirage_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mirage.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qc4q8010de0v5g0st58m7", + "setCardId": "clot8iq3j01vgs67po6gi6w6r", + "setCard": { + "id": "clot8iq3j01vgs67po6gi6w6r", + "slug": "bet_mirage", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qc4q8010de0v5g0st58m7", + "meta": { + "id": "clq3a1qq000t6sh27tro6c22r", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of uncertain apprehension", + "subType": "", + "rulesText": "When played, you may return a site in play you own to your hand to play this site in its place.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8iq3j01vgs67po6gi6w6r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iq6o01vks67pvnud8fp2", + "slug": "bet_mirage_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mirage-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qc4q8010de0v5g0st58m7", + "setCardId": "clot8iq3j01vgs67po6gi6w6r", + "setCard": { + "id": "clot8iq3j01vgs67po6gi6w6r", + "slug": "bet_mirage", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qc4q8010de0v5g0st58m7", + "meta": { + "id": "clq3a1qq000t6sh27tro6c22r", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of uncertain apprehension", + "subType": "", + "rulesText": "When played, you may return a site in play you own to your hand to play this site in its place.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8iq3j01vgs67po6gi6w6r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qcbje010fe0v5eriqh19j", + "slug": "alp_mirage_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mirage.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qc4q8010de0v5g0st58m7", + "setCardId": "clm4qca8g010ee0v58er2a0fn", + "setCard": { + "id": "clm4qca8g010ee0v58er2a0fn", + "slug": "alp_mirage", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qc4q8010de0v5g0st58m7", + "meta": { + "id": "clq3a1qk900t5sh27yxwqzhi6", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of uncertain apprehension", + "subType": "", + "rulesText": "When played, you may return a site in play you own to your hand to play this site in its place.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qca8g010ee0v58er2a0fn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qcj8f010ge0v596v7hd36", + "slug": "alp_mirage_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mirage-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qc4q8010de0v5g0st58m7", + "setCardId": "clm4qca8g010ee0v58er2a0fn", + "setCard": { + "id": "clm4qca8g010ee0v58er2a0fn", + "slug": "alp_mirage", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qc4q8010de0v5g0st58m7", + "meta": { + "id": "clq3a1qk900t5sh27yxwqzhi6", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of uncertain apprehension", + "subType": "", + "rulesText": "When played, you may return a site in play you own to your hand to play this site in its place.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qca8g010ee0v58er2a0fn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qwa26014se0v54m7l6a5q", + "slug": "mirror_realm", + "name": "Mirror Realm", + "hotscore": 10645, + "guardian": { + "id": "clq3a259400w4sh27akm0wk2d", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of shimmering reflection", + "subType": "", + "rulesText": "This site enters the realm as a copy of another nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qwa26014se0v54m7l6a5q" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j1rz022is67pecgu0hht", + "slug": "bet_mirror_realm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mirror_realm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4qwa26014se0v54m7l6a5q", + "setCardId": "clot8j1qg022gs67p5i8stbvg", + "setCard": { + "id": "clot8j1qg022gs67p5i8stbvg", + "slug": "bet_mirror_realm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qwa26014se0v54m7l6a5q", + "meta": { + "id": "clq3a25hg00w6sh27b8xkxnjs", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of shimmering reflection", + "subType": "", + "rulesText": "This site enters the realm as a copy of another nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j1qg022gs67p5i8stbvg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j1th022ks67pykm6g1to", + "slug": "bet_mirror_realm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mirror_realm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4qwa26014se0v54m7l6a5q", + "setCardId": "clot8j1qg022gs67p5i8stbvg", + "setCard": { + "id": "clot8j1qg022gs67p5i8stbvg", + "slug": "bet_mirror_realm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qwa26014se0v54m7l6a5q", + "meta": { + "id": "clq3a25hg00w6sh27b8xkxnjs", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of shimmering reflection", + "subType": "", + "rulesText": "This site enters the realm as a copy of another nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j1qg022gs67p5i8stbvg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qwh4c014ue0v5d460d5px", + "slug": "alp_mirror_realm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mirror_realm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4qwa26014se0v54m7l6a5q", + "setCardId": "clm4qwft1014te0v5akll52yd", + "setCard": { + "id": "clm4qwft1014te0v5akll52yd", + "slug": "alp_mirror_realm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qwa26014se0v54m7l6a5q", + "meta": { + "id": "clq3a25bm00w5sh27hew552jq", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of shimmering reflection", + "subType": "", + "rulesText": "This site enters the realm as a copy of another nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qwft1014te0v5akll52yd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qwo4r014ve0v5bsrq8mcq", + "slug": "alp_mirror_realm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mirror_realm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4qwa26014se0v54m7l6a5q", + "setCardId": "clm4qwft1014te0v5akll52yd", + "setCard": { + "id": "clm4qwft1014te0v5akll52yd", + "slug": "alp_mirror_realm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qwa26014se0v54m7l6a5q", + "meta": { + "id": "clq3a25bm00w5sh27hew552jq", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of shimmering reflection", + "subType": "", + "rulesText": "This site enters the realm as a copy of another nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qwft1014te0v5akll52yd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pl4f000uje0v5a6ya5odc", + "slug": "mix_aer", + "name": "Mix Aer", + "hotscore": 2770, + "guardian": { + "id": "clq3a172200p4sh27go6rhpf4", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and effervescent elixir", + "subType": "Potion", + "rulesText": "Sacrifice Mix Aer → This turn, bearer's next Air spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pl4f000uje0v5a6ya5odc" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8iaid01m3s67p9hdvsu7o", + "slug": "bet_mix_aer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mix_aer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pl4f000uje0v5a6ya5odc", + "setCardId": "clot8iagu01m1s67plixt23qp", + "setCard": { + "id": "clot8iagu01m1s67plixt23qp", + "slug": "bet_mix_aer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pl4f000uje0v5a6ya5odc", + "meta": { + "id": "clq3a17a400p6sh27hp3ckxy9", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and effervescent elixir", + "subType": "Potion", + "rulesText": "Sacrifice Mix Aer → This turn, bearer's next Air spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iagu01m1s67plixt23qp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iajv01m5s67pro1mrxak", + "slug": "bet_mix_aer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mix_aer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pl4f000uje0v5a6ya5odc", + "setCardId": "clot8iagu01m1s67plixt23qp", + "setCard": { + "id": "clot8iagu01m1s67plixt23qp", + "slug": "bet_mix_aer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pl4f000uje0v5a6ya5odc", + "meta": { + "id": "clq3a17a400p6sh27hp3ckxy9", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and effervescent elixir", + "subType": "Potion", + "rulesText": "Sacrifice Mix Aer → This turn, bearer's next Air spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iagu01m1s67plixt23qp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4plbe900ule0v519nsgh0z", + "slug": "alp_mix_aer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mix_aer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pl4f000uje0v5a6ya5odc", + "setCardId": "clm4pla2w00uke0v5159400jq", + "setCard": { + "id": "clm4pla2w00uke0v5159400jq", + "slug": "alp_mix_aer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pl4f000uje0v5a6ya5odc", + "meta": { + "id": "clq3a174b00p5sh27rhp5jxlg", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and effervescent elixir", + "subType": "Potion", + "rulesText": "Sacrifice Mix Aer → This turn, bearer's next Air spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pla2w00uke0v5159400jq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pli9z00ume0v5721w2ay1", + "slug": "alp_mix_aer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mix_aer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pl4f000uje0v5a6ya5odc", + "setCardId": "clm4pla2w00uke0v5159400jq", + "setCard": { + "id": "clm4pla2w00uke0v5159400jq", + "slug": "alp_mix_aer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pl4f000uje0v5a6ya5odc", + "meta": { + "id": "clq3a174b00p5sh27rhp5jxlg", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and effervescent elixir", + "subType": "Potion", + "rulesText": "Sacrifice Mix Aer → This turn, bearer's next Air spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pla2w00uke0v5159400jq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4plnv000une0v57tfi4t1t", + "slug": "mix_aqua", + "name": "Mix Aqua", + "hotscore": 1808, + "guardian": { + "id": "clq3a17fq00p7sh27na6gp7wk", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and briny brew", + "subType": "Potion", + "rulesText": "Sacrifice Mix Aqua → This turn, bearer's next Water spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4plnv000une0v57tfi4t1t" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8iati01mas67ppu63hwj0", + "slug": "bet_mix_aqua_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mix_aqua.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4plnv000une0v57tfi4t1t", + "setCardId": "clot8iary01m8s67p8wzy86bi", + "setCard": { + "id": "clot8iary01m8s67p8wzy86bi", + "slug": "bet_mix_aqua", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4plnv000une0v57tfi4t1t", + "meta": { + "id": "clq3a17no00p9sh27nhtirolt", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and briny brew", + "subType": "Potion", + "rulesText": "Sacrifice Mix Aqua → This turn, bearer's next Water spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iary01m8s67p8wzy86bi" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iav301mcs67p5qgcuj88", + "slug": "bet_mix_aqua_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mix_aqua-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4plnv000une0v57tfi4t1t", + "setCardId": "clot8iary01m8s67p8wzy86bi", + "setCard": { + "id": "clot8iary01m8s67p8wzy86bi", + "slug": "bet_mix_aqua", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4plnv000une0v57tfi4t1t", + "meta": { + "id": "clq3a17no00p9sh27nhtirolt", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and briny brew", + "subType": "Potion", + "rulesText": "Sacrifice Mix Aqua → This turn, bearer's next Water spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iary01m8s67p8wzy86bi" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4plumx00upe0v592ladn4h", + "slug": "alp_mix_aqua_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mix_aqua.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4plnv000une0v57tfi4t1t", + "setCardId": "clm4pltbf00uoe0v50e017h3a", + "setCard": { + "id": "clm4pltbf00uoe0v50e017h3a", + "slug": "alp_mix_aqua", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4plnv000une0v57tfi4t1t", + "meta": { + "id": "clq3a17i000p8sh271lamewyt", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and briny brew", + "subType": "Potion", + "rulesText": "Sacrifice Mix Aqua → This turn, bearer's next Water spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pltbf00uoe0v50e017h3a" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pm1sq00uqe0v5cf1431k5", + "slug": "alp_mix_aqua_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mix_aqua-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4plnv000une0v57tfi4t1t", + "setCardId": "clm4pltbf00uoe0v50e017h3a", + "setCard": { + "id": "clm4pltbf00uoe0v50e017h3a", + "slug": "alp_mix_aqua", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4plnv000une0v57tfi4t1t", + "meta": { + "id": "clq3a17i000p8sh271lamewyt", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and briny brew", + "subType": "Potion", + "rulesText": "Sacrifice Mix Aqua → This turn, bearer's next Water spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pltbf00uoe0v50e017h3a" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pm6xj00ure0v59bcshh8k", + "slug": "mix_ignis", + "name": "Mix Ignis", + "hotscore": 1832, + "guardian": { + "id": "clq3a17tc00pash27hr6jxrde", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and piquant potable", + "subType": "Potion", + "rulesText": "Sacrifice Mix Ignis → This turn, bearer's next Fire spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pm6xj00ure0v59bcshh8k" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ib5j01mhs67pcje4gz0k", + "slug": "bet_mix_ignis_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mix_ignis.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pm6xj00ure0v59bcshh8k", + "setCardId": "clot8ib3n01mfs67plxwf7pic", + "setCard": { + "id": "clot8ib3n01mfs67plxwf7pic", + "slug": "bet_mix_ignis", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pm6xj00ure0v59bcshh8k", + "meta": { + "id": "clq3a181600pcsh27a6hilgpt", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and piquant potable", + "subType": "Potion", + "rulesText": "Sacrifice Mix Ignis → This turn, bearer's next Fire spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ib3n01mfs67plxwf7pic" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ib7401mjs67pp33km2fg", + "slug": "bet_mix_ignis_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mix_ignis-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pm6xj00ure0v59bcshh8k", + "setCardId": "clot8ib3n01mfs67plxwf7pic", + "setCard": { + "id": "clot8ib3n01mfs67plxwf7pic", + "slug": "bet_mix_ignis", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pm6xj00ure0v59bcshh8k", + "meta": { + "id": "clq3a181600pcsh27a6hilgpt", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and piquant potable", + "subType": "Potion", + "rulesText": "Sacrifice Mix Ignis → This turn, bearer's next Fire spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ib3n01mfs67plxwf7pic" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pmdzo00ute0v5h12mdcp6", + "slug": "alp_mix_ignis_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mix_ignis.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pm6xj00ure0v59bcshh8k", + "setCardId": "clm4pmcmp00use0v5c7wx3wnv", + "setCard": { + "id": "clm4pmcmp00use0v5c7wx3wnv", + "slug": "alp_mix_ignis", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pm6xj00ure0v59bcshh8k", + "meta": { + "id": "clq3a17vl00pbsh27djp96b1m", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and piquant potable", + "subType": "Potion", + "rulesText": "Sacrifice Mix Ignis → This turn, bearer's next Fire spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pmcmp00use0v5c7wx3wnv" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pmky900uue0v50sv7h7ku", + "slug": "alp_mix_ignis_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mix_ignis-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pm6xj00ure0v59bcshh8k", + "setCardId": "clm4pmcmp00use0v5c7wx3wnv", + "setCard": { + "id": "clm4pmcmp00use0v5c7wx3wnv", + "slug": "alp_mix_ignis", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pm6xj00ure0v59bcshh8k", + "meta": { + "id": "clq3a17vl00pbsh27djp96b1m", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and piquant potable", + "subType": "Potion", + "rulesText": "Sacrifice Mix Ignis → This turn, bearer's next Fire spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pmcmp00use0v5c7wx3wnv" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pmq6300uve0v53tichgah", + "slug": "mix_terra", + "name": "Mix Terra", + "hotscore": 2071, + "guardian": { + "id": "clq3a186t00pdsh275uo0vvkb", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and loamy libation", + "subType": "Potion", + "rulesText": "Sacrifice Mix Terra → This turn, bearer's next Earth spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pmq6300uve0v53tichgah" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ibg801mos67p35j047zz", + "slug": "bet_mix_terra_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mix_terra.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pmq6300uve0v53tichgah", + "setCardId": "clot8ibes01mms67pjvfgnmj0", + "setCard": { + "id": "clot8ibes01mms67pjvfgnmj0", + "slug": "bet_mix_terra", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pmq6300uve0v53tichgah", + "meta": { + "id": "clq3a18ew00pfsh27t0bdkuex", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and loamy libation", + "subType": "Potion", + "rulesText": "Sacrifice Mix Terra → This turn, bearer's next Earth spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ibes01mms67pjvfgnmj0" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ibhr01mqs67pxoo4140f", + "slug": "bet_mix_terra_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mix_terra-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pmq6300uve0v53tichgah", + "setCardId": "clot8ibes01mms67pjvfgnmj0", + "setCard": { + "id": "clot8ibes01mms67pjvfgnmj0", + "slug": "bet_mix_terra", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pmq6300uve0v53tichgah", + "meta": { + "id": "clq3a18ew00pfsh27t0bdkuex", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and loamy libation", + "subType": "Potion", + "rulesText": "Sacrifice Mix Terra → This turn, bearer's next Earth spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ibes01mms67pjvfgnmj0" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pmws200uxe0v5a8vahlbf", + "slug": "alp_mix_terra_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mix_terra.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pmq6300uve0v53tichgah", + "setCardId": "clm4pmvgk00uwe0v54nz6gxwp", + "setCard": { + "id": "clm4pmvgk00uwe0v54nz6gxwp", + "slug": "alp_mix_terra", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pmq6300uve0v53tichgah", + "meta": { + "id": "clq3a189b00pesh2713qj2xnw", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and loamy libation", + "subType": "Potion", + "rulesText": "Sacrifice Mix Terra → This turn, bearer's next Earth spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pmvgk00uwe0v54nz6gxwp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pn39x00uye0v50r9q67xw", + "slug": "alp_mix_terra_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mix_terra-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pmq6300uve0v53tichgah", + "setCardId": "clm4pmvgk00uwe0v54nz6gxwp", + "setCard": { + "id": "clm4pmvgk00uwe0v54nz6gxwp", + "slug": "alp_mix_terra", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pmq6300uve0v53tichgah", + "meta": { + "id": "clq3a189b00pesh2713qj2xnw", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Potion and loamy libation", + "subType": "Potion", + "rulesText": "Sacrifice Mix Terra → This turn, bearer's next Earth spell requires no threshold and costs ③ less to cast.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pmvgk00uwe0v54nz6gxwp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mezfy005ue0v5hgoe9tby", + "slug": "monastery_gargoyle", + "name": "Monastery Gargoyle", + "hotscore": 266, + "guardian": { + "id": "clq39yvnv007wsh27s960ar8s", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast weathers all storms", + "subType": "Beast", + "rulesText": "At the start and end of your turn, choose whether Monastery Gargoyle has Airborne or is a non-minion artifact.", + "cost": 5, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mezfy005ue0v5hgoe9tby" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8ggp100i8s67p47ly1cov", + "slug": "bet_monastery_gargoyle_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/monastery_gargoyle.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "Through rain and regret, Through wind and war, we bide our time.", + "cardId": "clm4mezfy005ue0v5hgoe9tby", + "setCardId": "clot8ggnj00i6s67pr3tdkuwu", + "setCard": { + "id": "clot8ggnj00i6s67pr3tdkuwu", + "slug": "bet_monastery_gargoyle", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mezfy005ue0v5hgoe9tby", + "meta": { + "id": "clq39yvw8007ysh27c2ezwkdo", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast weathers all storms", + "subType": "Beast", + "rulesText": "At the start and end of your turn, choose whether Monastery Gargoyle has Airborne or is a non-minion artifact.", + "cost": 5, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ggnj00i6s67pr3tdkuwu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ggqj00ias67p1bjozwuh", + "slug": "bet_monastery_gargoyle_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/monastery_gargoyle-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "Through rain and regret, Through wind and war, we bide our time.", + "cardId": "clm4mezfy005ue0v5hgoe9tby", + "setCardId": "clot8ggnj00i6s67pr3tdkuwu", + "setCard": { + "id": "clot8ggnj00i6s67pr3tdkuwu", + "slug": "bet_monastery_gargoyle", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mezfy005ue0v5hgoe9tby", + "meta": { + "id": "clq39yvw8007ysh27c2ezwkdo", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast weathers all storms", + "subType": "Beast", + "rulesText": "At the start and end of your turn, choose whether Monastery Gargoyle has Airborne or is a non-minion artifact.", + "cost": 5, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ggnj00i6s67pr3tdkuwu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mf6qo005we0v5fy0bdkyd", + "slug": "alp_monastery_gargoyle_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/monastery_gargoyle.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "Through rain and regret, Through wind and war, we bide our time.", + "cardId": "clm4mezfy005ue0v5hgoe9tby", + "setCardId": "clm4mf5fb005ve0v512hu3hlq", + "setCard": { + "id": "clm4mf5fb005ve0v512hu3hlq", + "slug": "alp_monastery_gargoyle", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mezfy005ue0v5hgoe9tby", + "meta": { + "id": "clq39yvq6007xsh27ju4c6lqb", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast weathers all storms", + "subType": "Beast", + "rulesText": "At the start and end of your turn, choose whether Monastery Gargoyle has Airborne or is a non-minion artifact.", + "cost": 5, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mf5fb005ve0v512hu3hlq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mfd3j005xe0v54bpq4uf3", + "slug": "alp_monastery_gargoyle_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/monastery_gargoyle-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "Through rain and regret, Through wind and war, we bide our time.", + "cardId": "clm4mezfy005ue0v5hgoe9tby", + "setCardId": "clm4mf5fb005ve0v512hu3hlq", + "setCard": { + "id": "clm4mf5fb005ve0v512hu3hlq", + "slug": "alp_monastery_gargoyle", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mezfy005ue0v5hgoe9tby", + "meta": { + "id": "clq39yvq6007xsh27ju4c6lqb", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast weathers all storms", + "subType": "Beast", + "rulesText": "At the start and end of your turn, choose whether Monastery Gargoyle has Airborne or is a non-minion artifact.", + "cost": 5, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mf5fb005ve0v512hu3hlq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mfidc005ye0v5c3326jah", + "slug": "monster_hunter", + "name": "Monster Hunter", + "hotscore": 251, + "guardian": { + "id": "clq39yw26007zsh27iee195v4", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal of grim determination", + "subType": "Mortal", + "rulesText": "Genesis → Kill a nearby Monster.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mfidc005ye0v5c3326jah" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gh0j00ifs67pshumn9ds", + "slug": "bet_monster_hunter_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/monster_hunter.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Nor glory nor profit is his reward—a safer world is.", + "cardId": "clm4mfidc005ye0v5c3326jah", + "setCardId": "clot8ggyz00ids67p49lm2yxu", + "setCard": { + "id": "clot8ggyz00ids67p49lm2yxu", + "slug": "bet_monster_hunter", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mfidc005ye0v5c3326jah", + "meta": { + "id": "clq39ywa00081sh27cjmxach5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal of grim determination", + "subType": "Mortal", + "rulesText": "Genesis → Kill a nearby Monster.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ggyz00ids67p49lm2yxu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gh2700ihs67pv8pk05jx", + "slug": "bet_monster_hunter_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/monster_hunter-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Nor glory nor profit is his reward—a safer world is.", + "cardId": "clm4mfidc005ye0v5c3326jah", + "setCardId": "clot8ggyz00ids67p49lm2yxu", + "setCard": { + "id": "clot8ggyz00ids67p49lm2yxu", + "slug": "bet_monster_hunter", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mfidc005ye0v5c3326jah", + "meta": { + "id": "clq39ywa00081sh27cjmxach5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal of grim determination", + "subType": "Mortal", + "rulesText": "Genesis → Kill a nearby Monster.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ggyz00ids67p49lm2yxu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mfppz0060e0v5gwr25ejr", + "slug": "alp_monster_hunter_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/monster_hunter.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Nor glory nor profit is his reward—a safer world is.", + "cardId": "clm4mfidc005ye0v5c3326jah", + "setCardId": "clm4mfo7q005ze0v58quhc8yr", + "setCard": { + "id": "clm4mfo7q005ze0v58quhc8yr", + "slug": "alp_monster_hunter", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mfidc005ye0v5c3326jah", + "meta": { + "id": "clq39yw4g0080sh27g7dp5t2y", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal of grim determination", + "subType": "Mortal", + "rulesText": "Genesis → Kill a nearby Monster.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mfo7q005ze0v58quhc8yr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mfwe80061e0v58blretvu", + "slug": "alp_monster_hunter_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/monster_hunter-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Nor glory nor profit is his reward—a safer world is.", + "cardId": "clm4mfidc005ye0v5c3326jah", + "setCardId": "clm4mfo7q005ze0v58quhc8yr", + "setCard": { + "id": "clm4mfo7q005ze0v58quhc8yr", + "slug": "alp_monster_hunter", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mfidc005ye0v5c3326jah", + "meta": { + "id": "clq39yw4g0080sh27g7dp5t2y", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal of grim determination", + "subType": "Mortal", + "rulesText": "Genesis → Kill a nearby Monster.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mfo7q005ze0v58quhc8yr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4iecr9002h24v5c6dqcx5a", + "slug": "moon_clan_werewolf", + "name": "Moon Clan Werewolf", + "hotscore": 755, + "guardian": { + "id": "clq39y1gx001psh27b0myjoue", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Monster, terminally transformed", + "subType": "Monster", + "rulesText": "Sacrifice an allied Mortal → Summon Moon Clan Werewolf from your hand to the Mortal's location.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4iecr9002h24v5c6dqcx5a" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fsvl0041s67pnif4952r", + "slug": "bet_moon_clan_werewolf_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/moon_clan_werewolf.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "Upward, before the onmooning it wolfed.", + "cardId": "clm4iecr9002h24v5c6dqcx5a", + "setCardId": "clot8fstw003zs67pd4b6hvvs", + "setCard": { + "id": "clot8fstw003zs67pd4b6hvvs", + "slug": "bet_moon_clan_werewolf", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iecr9002h24v5c6dqcx5a", + "meta": { + "id": "clq39y1p5001rsh27aamzt050", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Monster, terminally transformed", + "subType": "Monster", + "rulesText": "Sacrifice an allied Mortal → Summon Moon Clan Werewolf from your hand to the Mortal's location.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fstw003zs67pd4b6hvvs" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fsx80043s67plg90rlh3", + "slug": "bet_moon_clan_werewolf_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/moon_clan_werewolf-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "Upward, before the onmooning it wolfed.", + "cardId": "clm4iecr9002h24v5c6dqcx5a", + "setCardId": "clot8fstw003zs67pd4b6hvvs", + "setCard": { + "id": "clot8fstw003zs67pd4b6hvvs", + "slug": "bet_moon_clan_werewolf", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iecr9002h24v5c6dqcx5a", + "meta": { + "id": "clq39y1p5001rsh27aamzt050", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Monster, terminally transformed", + "subType": "Monster", + "rulesText": "Sacrifice an allied Mortal → Summon Moon Clan Werewolf from your hand to the Mortal's location.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fstw003zs67pd4b6hvvs" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4iejl1002j24v54kfigel2", + "slug": "alp_moon_clan_werewolf_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/moon_clan_werewolf.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "Upward, before the onmooning it wolfed.", + "cardId": "clm4iecr9002h24v5c6dqcx5a", + "setCardId": "clm4iei9a002i24v548ja0emf", + "setCard": { + "id": "clm4iei9a002i24v548ja0emf", + "slug": "alp_moon_clan_werewolf", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iecr9002h24v5c6dqcx5a", + "meta": { + "id": "clq39y1j8001qsh27s5mf10gu", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Monster, terminally transformed", + "subType": "Monster", + "rulesText": "Sacrifice an allied Mortal → Summon Moon Clan Werewolf from your hand to the Mortal's location.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4iei9a002i24v548ja0emf" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ieqt1002k24v55nl63pmx", + "slug": "alp_moon_clan_werewolf_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/moon_clan_werewolf-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "Upward, before the onmooning it wolfed.", + "cardId": "clm4iecr9002h24v5c6dqcx5a", + "setCardId": "clm4iei9a002i24v548ja0emf", + "setCard": { + "id": "clm4iei9a002i24v548ja0emf", + "slug": "alp_moon_clan_werewolf", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iecr9002h24v5c6dqcx5a", + "meta": { + "id": "clq39y1j8001qsh27s5mf10gu", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Monster, terminally transformed", + "subType": "Monster", + "rulesText": "Sacrifice an allied Mortal → Summon Moon Clan Werewolf from your hand to the Mortal's location.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4iei9a002i24v548ja0emf" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mg23t0062e0v51tsg6qtx", + "slug": "mordric_druids", + "name": "Mordric Druids", + "hotscore": 1023, + "guardian": { + "id": "clq39ywfw0082sh27o270fsna", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals of primordial vengeance", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nWhenever you lose life due to an undefended attack nearby, the attacker's controller also loses that much life.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mg23t0062e0v51tsg6qtx" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8ghc500ims67poc7std70", + "slug": "bet_mordric_druids_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mordric_druids.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4mg23t0062e0v51tsg6qtx", + "setCardId": "clot8ghal00iks67p0rp5y3ex", + "setCard": { + "id": "clot8ghal00iks67p0rp5y3ex", + "slug": "bet_mordric_druids", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mg23t0062e0v51tsg6qtx", + "meta": { + "id": "clq39ywnr0084sh275hw4wain", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals of primordial vengeance", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nWhenever you lose life due to an undefended attack nearby, the attacker's controller also loses that much life.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ghal00iks67p0rp5y3ex" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ghdm00ios67pnmioyaqr", + "slug": "bet_mordric_druids_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mordric_druids-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4mg23t0062e0v51tsg6qtx", + "setCardId": "clot8ghal00iks67p0rp5y3ex", + "setCard": { + "id": "clot8ghal00iks67p0rp5y3ex", + "slug": "bet_mordric_druids", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mg23t0062e0v51tsg6qtx", + "meta": { + "id": "clq39ywnr0084sh275hw4wain", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals of primordial vengeance", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nWhenever you lose life due to an undefended attack nearby, the attacker's controller also loses that much life.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ghal00iks67p0rp5y3ex" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mg9bq0064e0v5227x3en7", + "slug": "alp_mordric_druids_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mordric_druids.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4mg23t0062e0v51tsg6qtx", + "setCardId": "clm4mg80e0063e0v5hgbkajui", + "setCard": { + "id": "clm4mg80e0063e0v5hgbkajui", + "slug": "alp_mordric_druids", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mg23t0062e0v51tsg6qtx", + "meta": { + "id": "clq39ywi70083sh27o4ha8lk0", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals of primordial vengeance", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nWhenever you lose life due to an undefended attack nearby, the attacker's controller also loses that much life.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mg80e0063e0v5hgbkajui" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mgg4w0065e0v5d8oo17jn", + "slug": "alp_mordric_druids_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mordric_druids-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4mg23t0062e0v51tsg6qtx", + "setCardId": "clm4mg80e0063e0v5hgbkajui", + "setCard": { + "id": "clm4mg80e0063e0v5hgbkajui", + "slug": "alp_mordric_druids", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mg23t0062e0v51tsg6qtx", + "meta": { + "id": "clq39ywi70083sh27o4ha8lk0", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals of primordial vengeance", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nWhenever you lose life due to an undefended attack nearby, the attacker's controller also loses that much life.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mg80e0063e0v5hgbkajui" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lqs9r0017e0v53hsbhfx4", + "slug": "mortality", + "name": "Mortality", + "hotscore": 271, + "guardian": { + "id": "clq39yfqz004lsh27jqamqexf", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of grave consequence", + "subType": "", + "rulesText": "Kill all Mortal minions at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lqs9r0017e0v53hsbhfx4" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g44b00ans67pf8dp18zg", + "slug": "bet_mortality_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mortality.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "Man is born a candle, the better part burnt out.", + "cardId": "clm4lqs9r0017e0v53hsbhfx4", + "setCardId": "clot8g42t00als67p2ovf4h79", + "setCard": { + "id": "clot8g42t00als67p2ovf4h79", + "slug": "bet_mortality", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lqs9r0017e0v53hsbhfx4", + "meta": { + "id": "clq39yfz0004nsh27y46659dn", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of grave consequence", + "subType": "", + "rulesText": "Kill all Mortal minions at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g42t00als67p2ovf4h79" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g45u00aps67pj6v5qr9y", + "slug": "bet_mortality_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mortality-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "Man is born a candle, the better part burnt out.", + "cardId": "clm4lqs9r0017e0v53hsbhfx4", + "setCardId": "clot8g42t00als67p2ovf4h79", + "setCard": { + "id": "clot8g42t00als67p2ovf4h79", + "slug": "bet_mortality", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lqs9r0017e0v53hsbhfx4", + "meta": { + "id": "clq39yfz0004nsh27y46659dn", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of grave consequence", + "subType": "", + "rulesText": "Kill all Mortal minions at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g42t00als67p2ovf4h79" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lqzpl0019e0v5fgup6ryu", + "slug": "alp_mortality_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mortality.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "Man is born a candle, the better part burnt out.", + "cardId": "clm4lqs9r0017e0v53hsbhfx4", + "setCardId": "clm4lqy4w0018e0v58r195lcr", + "setCard": { + "id": "clm4lqy4w0018e0v58r195lcr", + "slug": "alp_mortality", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lqs9r0017e0v53hsbhfx4", + "meta": { + "id": "clq39yft9004msh27pnb8mb2y", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of grave consequence", + "subType": "", + "rulesText": "Kill all Mortal minions at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lqy4w0018e0v58r195lcr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lr6sv001ae0v5bchq4z6t", + "slug": "alp_mortality_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mortality-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "Man is born a candle, the better part burnt out.", + "cardId": "clm4lqs9r0017e0v53hsbhfx4", + "setCardId": "clm4lqy4w0018e0v58r195lcr", + "setCard": { + "id": "clm4lqy4w0018e0v58r195lcr", + "slug": "alp_mortality", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lqs9r0017e0v53hsbhfx4", + "meta": { + "id": "clq39yft9004msh27pnb8mb2y", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of grave consequence", + "subType": "", + "rulesText": "Kill all Mortal minions at target location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lqy4w0018e0v58r195lcr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4og0sl00lme0v5a7ga72pu", + "slug": "mother_nature", + "name": "Mother Nature", + "hotscore": 929, + "guardian": { + "id": "clq3a0d8w00iwsh27fc31fjwe", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of divine fecundity", + "subType": "Spirit", + "rulesText": "At the start of your turn, reveal your topmost spell. If it's a minion, you may summon it here.", + "cost": 6, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4og0sl00lme0v5a7ga72pu" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hmqn017ps67px0p5kgih", + "slug": "bet_mother_nature_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mother_nature.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4og0sl00lme0v5a7ga72pu", + "setCardId": "clot8hmp4017ns67pjx28rys6", + "setCard": { + "id": "clot8hmp4017ns67pjx28rys6", + "slug": "bet_mother_nature", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4og0sl00lme0v5a7ga72pu", + "meta": { + "id": "clq3a0diy00iysh271r0zk16l", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of divine fecundity", + "subType": "Spirit", + "rulesText": "At the start of your turn, reveal your topmost spell. If it's a minion, you may summon it here.", + "cost": 6, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hmp4017ns67pjx28rys6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hms7017rs67p42wez2aq", + "slug": "bet_mother_nature_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mother_nature-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4og0sl00lme0v5a7ga72pu", + "setCardId": "clot8hmp4017ns67pjx28rys6", + "setCard": { + "id": "clot8hmp4017ns67pjx28rys6", + "slug": "bet_mother_nature", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4og0sl00lme0v5a7ga72pu", + "meta": { + "id": "clq3a0diy00iysh271r0zk16l", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of divine fecundity", + "subType": "Spirit", + "rulesText": "At the start of your turn, reveal your topmost spell. If it's a minion, you may summon it here.", + "cost": 6, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hmp4017ns67pjx28rys6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4og7x200loe0v5e0hhh2k9", + "slug": "alp_mother_nature_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mother_nature.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4og0sl00lme0v5a7ga72pu", + "setCardId": "clm4og6e800lne0v5edq5dwvm", + "setCard": { + "id": "clm4og6e800lne0v5edq5dwvm", + "slug": "alp_mother_nature", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4og0sl00lme0v5a7ga72pu", + "meta": { + "id": "clq3a0db700ixsh27kalo7u1f", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of divine fecundity", + "subType": "Spirit", + "rulesText": "At the start of your turn, reveal your topmost spell. If it's a minion, you may summon it here.", + "cost": 6, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4og6e800lne0v5edq5dwvm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ogk4700lqe0v59xrk50tu", + "slug": "alp_mother_nature_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mother_nature-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4og0sl00lme0v5a7ga72pu", + "setCardId": "clm4og6e800lne0v5edq5dwvm", + "setCard": { + "id": "clm4og6e800lne0v5edq5dwvm", + "slug": "alp_mother_nature", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4og0sl00lme0v5a7ga72pu", + "meta": { + "id": "clq3a0db700ixsh27kalo7u1f", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of divine fecundity", + "subType": "Spirit", + "rulesText": "At the start of your turn, reveal your topmost spell. If it's a minion, you may summon it here.", + "cost": 6, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4og6e800lne0v5edq5dwvm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ogerg00lpe0v58yiq4om8", + "slug": "alp_mother_nature_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mother_nature-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4og0sl00lme0v5a7ga72pu", + "setCardId": "clm4og6e800lne0v5edq5dwvm", + "setCard": { + "id": "clm4og6e800lne0v5edq5dwvm", + "slug": "alp_mother_nature", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4og0sl00lme0v5a7ga72pu", + "meta": { + "id": "clq3a0db700ixsh27kalo7u1f", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of divine fecundity", + "subType": "Spirit", + "rulesText": "At the start of your turn, reveal your topmost spell. If it's a minion, you may summon it here.", + "cost": 6, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4og6e800lne0v5edq5dwvm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mgl7e0066e0v5apr61oux", + "slug": "mountain_giant", + "name": "Mountain Giant", + "hotscore": 700, + "guardian": { + "id": "clq39ywtc0085sh27s33ge9un", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Giant of monumental proportions", + "subType": "Giant", + "rulesText": "Occupies four locations.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 4, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mgl7e0066e0v5apr61oux" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8ghmy00its67pf91gf7s3", + "slug": "bet_mountain_giant_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mountain_giant.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "Heart and hearth will tremble.", + "cardId": "clm4mgl7e0066e0v5apr61oux", + "setCardId": "clot8ghle00irs67py8mysh3v", + "setCard": { + "id": "clot8ghle00irs67py8mysh3v", + "slug": "bet_mountain_giant", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mgl7e0066e0v5apr61oux", + "meta": { + "id": "clq39yx2y0087sh27w0u1nl29", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Giant of monumental proportions", + "subType": "Giant", + "rulesText": "Occupies four locations.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 4, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ghle00irs67py8mysh3v" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ghof00ivs67pig9s2dkx", + "slug": "bet_mountain_giant_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mountain_giant-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "Heart and hearth will tremble.", + "cardId": "clm4mgl7e0066e0v5apr61oux", + "setCardId": "clot8ghle00irs67py8mysh3v", + "setCard": { + "id": "clot8ghle00irs67py8mysh3v", + "slug": "bet_mountain_giant", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mgl7e0066e0v5apr61oux", + "meta": { + "id": "clq39yx2y0087sh27w0u1nl29", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Giant of monumental proportions", + "subType": "Giant", + "rulesText": "Occupies four locations.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 4, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ghle00irs67py8mysh3v" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mgrym0068e0v5ceg782gc", + "slug": "alp_mountain_giant_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mountain_giant.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "Heart and hearth will tremble.", + "cardId": "clm4mgl7e0066e0v5apr61oux", + "setCardId": "clm4mgqn60067e0v54fcxbrkm", + "setCard": { + "id": "clm4mgqn60067e0v54fcxbrkm", + "slug": "alp_mountain_giant", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mgl7e0066e0v5apr61oux", + "meta": { + "id": "clq39ywvp0086sh271o9uttt9", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Giant of monumental proportions", + "subType": "Giant", + "rulesText": "Occupies four locations.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 4, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mgqn60067e0v54fcxbrkm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mh3jt006ae0v52ptn7loj", + "slug": "alp_mountain_giant_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mountain_giant-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Francesca Baerald", + "flavorText": "Heart and hearth will tremble.", + "cardId": "clm4mgl7e0066e0v5apr61oux", + "setCardId": "clm4mgqn60067e0v54fcxbrkm", + "setCard": { + "id": "clm4mgqn60067e0v54fcxbrkm", + "slug": "alp_mountain_giant", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mgl7e0066e0v5apr61oux", + "meta": { + "id": "clq39ywvp0086sh271o9uttt9", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Giant of monumental proportions", + "subType": "Giant", + "rulesText": "Occupies four locations.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 4, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mgqn60067e0v54fcxbrkm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mgy9d0069e0v5de8y6w3e", + "slug": "alp_mountain_giant_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mountain_giant-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "Heart and hearth will tremble.", + "cardId": "clm4mgl7e0066e0v5apr61oux", + "setCardId": "clm4mgqn60067e0v54fcxbrkm", + "setCard": { + "id": "clm4mgqn60067e0v54fcxbrkm", + "slug": "alp_mountain_giant", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mgl7e0066e0v5apr61oux", + "meta": { + "id": "clq39ywvp0086sh271o9uttt9", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Giant of monumental proportions", + "subType": "Giant", + "rulesText": "Occupies four locations.", + "cost": 8, + "attack": 8, + "defense": 8, + "life": null, + "waterThreshold": 0, + "earthThreshold": 4, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mgqn60067e0v54fcxbrkm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q1ujs00y3e0v52syn4z3o", + "slug": "mountain_pass", + "name": "Mountain Pass", + "hotscore": 3068, + "guardian": { + "id": "clq3a1iye00rmsh274v0xt6xv", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of narrow passage", + "subType": "", + "rulesText": "Minions can't enter this site on the ground if there's already a minion atop.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4q1ujs00y3e0v52syn4z3o" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ikcr01s0s67pcztccjux", + "slug": "bet_mountain_pass_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mountain_pass.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4q1ujs00y3e0v52syn4z3o", + "setCardId": "clot8ikb501rys67pg8epcqft", + "setCard": { + "id": "clot8ikb501rys67pg8epcqft", + "slug": "bet_mountain_pass", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q1ujs00y3e0v52syn4z3o", + "meta": { + "id": "clq3a1j8400rosh27u9ofalkl", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of narrow passage", + "subType": "", + "rulesText": "Minions can't enter this site on the ground if there's already a minion atop.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ikb501rys67pg8epcqft" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ike901s2s67pmbz1kn5r", + "slug": "bet_mountain_pass_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mountain_pass-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4q1ujs00y3e0v52syn4z3o", + "setCardId": "clot8ikb501rys67pg8epcqft", + "setCard": { + "id": "clot8ikb501rys67pg8epcqft", + "slug": "bet_mountain_pass", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q1ujs00y3e0v52syn4z3o", + "meta": { + "id": "clq3a1j8400rosh27u9ofalkl", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of narrow passage", + "subType": "", + "rulesText": "Minions can't enter this site on the ground if there's already a minion atop.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ikb501rys67pg8epcqft" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q21ax00y5e0v5gjpega52", + "slug": "alp_mountain_pass_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mountain_pass.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4q1ujs00y3e0v52syn4z3o", + "setCardId": "clm4q1zzu00y4e0v58n8v430q", + "setCard": { + "id": "clm4q1zzu00y4e0v58n8v430q", + "slug": "alp_mountain_pass", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q1ujs00y3e0v52syn4z3o", + "meta": { + "id": "clq3a1j0n00rnsh27kogyp6ib", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of narrow passage", + "subType": "", + "rulesText": "Minions can't enter this site on the ground if there's already a minion atop.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q1zzu00y4e0v58n8v430q" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q2dov00y7e0v5hcv7f446", + "slug": "alp_mountain_pass_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mountain_pass-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4q1ujs00y3e0v52syn4z3o", + "setCardId": "clm4q1zzu00y4e0v58n8v430q", + "setCard": { + "id": "clm4q1zzu00y4e0v58n8v430q", + "slug": "alp_mountain_pass", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q1ujs00y3e0v52syn4z3o", + "meta": { + "id": "clq3a1j0n00rnsh27kogyp6ib", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of narrow passage", + "subType": "", + "rulesText": "Minions can't enter this site on the ground if there's already a minion atop.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q1zzu00y4e0v58n8v430q" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q27wl00y6e0v55m09huvo", + "slug": "alp_mountain_pass_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mountain_pass-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4q1ujs00y3e0v52syn4z3o", + "setCardId": "clm4q1zzu00y4e0v58n8v430q", + "setCard": { + "id": "clm4q1zzu00y4e0v58n8v430q", + "slug": "alp_mountain_pass", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q1ujs00y3e0v52syn4z3o", + "meta": { + "id": "clq3a1j0n00rnsh27kogyp6ib", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of narrow passage", + "subType": "", + "rulesText": "Minions can't enter this site on the ground if there's already a minion atop.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q1zzu00y4e0v58n8v430q" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ogl9h00lre0v5dx7v6rk1", + "slug": "muck_lampreys", + "name": "Muck Lampreys", + "hotscore": 530, + "guardian": { + "id": "clq3a0dos00izsh270dj43l4p", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts squelch and squirm", + "subType": "Beast", + "rulesText": "Burrowing, Submerge", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ogl9h00lre0v5dx7v6rk1" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hn32017ws67py689pm0j", + "slug": "bet_muck_lampreys_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/muck_lampreys.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "These pallid parasites plague the swamplands, effortlessly boring through fen and flesh alike.", + "cardId": "clm4ogl9h00lre0v5dx7v6rk1", + "setCardId": "clot8hn19017us67p53l6u1xf", + "setCard": { + "id": "clot8hn19017us67p53l6u1xf", + "slug": "bet_muck_lampreys", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ogl9h00lre0v5dx7v6rk1", + "meta": { + "id": "clq3a0dy700j1sh2746ycslgb", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts squelch and squirm", + "subType": "Beast", + "rulesText": "Burrowing, Submerge", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hn19017us67p53l6u1xf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hn4m017ys67pr5yhvn1t", + "slug": "bet_muck_lampreys_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/muck_lampreys-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "These pallid parasites plague the swamplands, effortlessly boring through fen and flesh alike.", + "cardId": "clm4ogl9h00lre0v5dx7v6rk1", + "setCardId": "clot8hn19017us67p53l6u1xf", + "setCard": { + "id": "clot8hn19017us67p53l6u1xf", + "slug": "bet_muck_lampreys", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ogl9h00lre0v5dx7v6rk1", + "meta": { + "id": "clq3a0dy700j1sh2746ycslgb", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts squelch and squirm", + "subType": "Beast", + "rulesText": "Burrowing, Submerge", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hn19017us67p53l6u1xf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ogssi00lte0v5acud1agy", + "slug": "alp_muck_lampreys_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/muck_lampreys.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "These pallid parasites plague the swamplands, effortlessly boring through fen and flesh alike.", + "cardId": "clm4ogl9h00lre0v5dx7v6rk1", + "setCardId": "clm4ogrgo00lse0v5av2g8cf9", + "setCard": { + "id": "clm4ogrgo00lse0v5av2g8cf9", + "slug": "alp_muck_lampreys", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ogl9h00lre0v5dx7v6rk1", + "meta": { + "id": "clq3a0dr700j0sh27yd65kvt4", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts squelch and squirm", + "subType": "Beast", + "rulesText": "Burrowing, Submerge", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ogrgo00lse0v5av2g8cf9" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ogzqf00lue0v512p3ad2z", + "slug": "alp_muck_lampreys_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/muck_lampreys-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "These pallid parasites plague the swamplands, effortlessly boring through fen and flesh alike.", + "cardId": "clm4ogl9h00lre0v5dx7v6rk1", + "setCardId": "clm4ogrgo00lse0v5av2g8cf9", + "setCard": { + "id": "clm4ogrgo00lse0v5av2g8cf9", + "slug": "alp_muck_lampreys", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ogl9h00lre0v5dx7v6rk1", + "meta": { + "id": "clq3a0dr700j0sh27yd65kvt4", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts squelch and squirm", + "subType": "Beast", + "rulesText": "Burrowing, Submerge", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ogrgo00lse0v5av2g8cf9" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qwtd0014we0v503ih2xfv", + "slug": "mudflow", + "name": "Mudflow", + "hotscore": 925, + "guardian": { + "id": "clq3a25nf00w7sh27siuoppad", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site awash with sludge", + "subType": "", + "rulesText": "At the start of your turn, surface or unburrow each minion occupying target site nearby.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qwtd0014we0v503ih2xfv" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j24n022ps67pyv5n15s8", + "slug": "bet_mudflow_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mudflow.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qwtd0014we0v503ih2xfv", + "setCardId": "clot8j234022ns67pfk1w6gfk", + "setCard": { + "id": "clot8j234022ns67pfk1w6gfk", + "slug": "bet_mudflow", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qwtd0014we0v503ih2xfv", + "meta": { + "id": "clq3a25va00w9sh27rw4zczx5", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site awash with sludge", + "subType": "", + "rulesText": "At the start of your turn, surface or unburrow each minion occupying target site nearby.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j234022ns67pfk1w6gfk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j265022rs67pogorz5p2", + "slug": "bet_mudflow_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/mudflow-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qwtd0014we0v503ih2xfv", + "setCardId": "clot8j234022ns67pfk1w6gfk", + "setCard": { + "id": "clot8j234022ns67pfk1w6gfk", + "slug": "bet_mudflow", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qwtd0014we0v503ih2xfv", + "meta": { + "id": "clq3a25va00w9sh27rw4zczx5", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site awash with sludge", + "subType": "", + "rulesText": "At the start of your turn, surface or unburrow each minion occupying target site nearby.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j234022ns67pfk1w6gfk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qx18g014ye0v57icf8ocw", + "slug": "alp_mudflow_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mudflow.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qwtd0014we0v503ih2xfv", + "setCardId": "clm4qwzjp014xe0v57gth6lwn", + "setCard": { + "id": "clm4qwzjp014xe0v57gth6lwn", + "slug": "alp_mudflow", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qwtd0014we0v503ih2xfv", + "meta": { + "id": "clq3a25pp00w8sh273kd6c8dy", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site awash with sludge", + "subType": "", + "rulesText": "At the start of your turn, surface or unburrow each minion occupying target site nearby.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qwzjp014xe0v57gth6lwn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qx8rp014ze0v50ntwbgd0", + "slug": "alp_mudflow_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/mudflow-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qwtd0014we0v503ih2xfv", + "setCardId": "clm4qwzjp014xe0v57gth6lwn", + "setCard": { + "id": "clm4qwzjp014xe0v57gth6lwn", + "slug": "alp_mudflow", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qwtd0014we0v503ih2xfv", + "meta": { + "id": "clq3a25pp00w8sh273kd6c8dy", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site awash with sludge", + "subType": "", + "rulesText": "At the start of your turn, surface or unburrow each minion occupying target site nearby.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qwzjp014xe0v57gth6lwn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ievxj002l24v51nrn1x4a", + "slug": "nightmare", + "name": "Nightmare", + "hotscore": 784, + "guardian": { + "id": "clq39y1v2001ssh277ibwcs5n", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Undead of torment and terror", + "subType": "Undead", + "rulesText": "At the end of your turn, for each enemy minion here, you may push it to an adjacent location or void.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4ievxj002l24v51nrn1x4a" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ft7b0048s67p7zsylk9b", + "slug": "bet_nightmare_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/nightmare.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "Nightly we ply the razor thin barrier between being and unbeing.", + "cardId": "clm4ievxj002l24v51nrn1x4a", + "setCardId": "clot8ft5j0046s67pjw80whku", + "setCard": { + "id": "clot8ft5j0046s67pjw80whku", + "slug": "bet_nightmare", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ievxj002l24v51nrn1x4a", + "meta": { + "id": "clq39y250001ush27u6pux3lw", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Undead of torment and terror", + "subType": "Undead", + "rulesText": "At the end of your turn, for each enemy minion here, you may push it to an adjacent location or void.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8ft5j0046s67pjw80whku" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ft8s004as67py6nyjwdk", + "slug": "bet_nightmare_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/nightmare-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "Nightly we ply the razor thin barrier between being and unbeing.", + "cardId": "clm4ievxj002l24v51nrn1x4a", + "setCardId": "clot8ft5j0046s67pjw80whku", + "setCard": { + "id": "clot8ft5j0046s67pjw80whku", + "slug": "bet_nightmare", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ievxj002l24v51nrn1x4a", + "meta": { + "id": "clq39y250001ush27u6pux3lw", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Undead of torment and terror", + "subType": "Undead", + "rulesText": "At the end of your turn, for each enemy minion here, you may push it to an adjacent location or void.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8ft5j0046s67pjw80whku" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4if2s2002n24v53zx0b16s", + "slug": "alp_nightmare_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/nightmare.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "Nightly we ply the razor thin barrier between being and unbeing.", + "cardId": "clm4ievxj002l24v51nrn1x4a", + "setCardId": "clm4if1g5002m24v54ntp36g2", + "setCard": { + "id": "clm4if1g5002m24v54ntp36g2", + "slug": "alp_nightmare", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ievxj002l24v51nrn1x4a", + "meta": { + "id": "clq39y1xf001tsh27c89eodxg", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Undead of torment and terror", + "subType": "Undead", + "rulesText": "At the end of your turn, for each enemy minion here, you may push it to an adjacent location or void.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4if1g5002m24v54ntp36g2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ifer4002p24v566k35y62", + "slug": "alp_nightmare_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/nightmare-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Drew Tucker", + "flavorText": "Nightly we ply the razor thin barrier between being and unbeing.", + "cardId": "clm4ievxj002l24v51nrn1x4a", + "setCardId": "clm4if1g5002m24v54ntp36g2", + "setCard": { + "id": "clm4if1g5002m24v54ntp36g2", + "slug": "alp_nightmare", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ievxj002l24v51nrn1x4a", + "meta": { + "id": "clq39y1xf001tsh27c89eodxg", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Undead of torment and terror", + "subType": "Undead", + "rulesText": "At the end of your turn, for each enemy minion here, you may push it to an adjacent location or void.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4if1g5002m24v54ntp36g2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4if9gc002o24v5f4pl6brx", + "slug": "alp_nightmare_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/nightmare-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "Nightly we ply the razor thin barrier between being and unbeing.", + "cardId": "clm4ievxj002l24v51nrn1x4a", + "setCardId": "clm4if1g5002m24v54ntp36g2", + "setCard": { + "id": "clm4if1g5002m24v54ntp36g2", + "slug": "alp_nightmare", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ievxj002l24v51nrn1x4a", + "meta": { + "id": "clq39y1xf001tsh27c89eodxg", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Undead of torment and terror", + "subType": "Undead", + "rulesText": "At the end of your turn, for each enemy minion here, you may push it to an adjacent location or void.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4if1g5002m24v54ntp36g2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4iffw8002q24v54sxr8zx8", + "slug": "nimbus_jinn", + "name": "Nimbus Jinn", + "hotscore": 3620, + "guardian": { + "id": "clq39y2aw001vsh27h8wgz4in", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit of turbulent terror", + "subType": "Spirit", + "rulesText": "Airborne\r\n\r\nDiscard a spell → Deal 3 damage to another random unit here.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4iffw8002q24v54sxr8zx8" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ftjv004fs67pwptz1qwz", + "slug": "bet_nimbus_jinn_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/nimbus_jinn.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4iffw8002q24v54sxr8zx8", + "setCardId": "clot8ftic004ds67pe9ww3vni", + "setCard": { + "id": "clot8ftic004ds67pe9ww3vni", + "slug": "bet_nimbus_jinn", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iffw8002q24v54sxr8zx8", + "meta": { + "id": "clq39y2ko001xsh272zij27kd", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit of turbulent terror", + "subType": "Spirit", + "rulesText": "Airborne\r\n\r\nDiscard a spell → Deal 3 damage to another random unit here.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8ftic004ds67pe9ww3vni" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ftle004hs67pl7g4kjct", + "slug": "bet_nimbus_jinn_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/nimbus_jinn-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4iffw8002q24v54sxr8zx8", + "setCardId": "clot8ftic004ds67pe9ww3vni", + "setCard": { + "id": "clot8ftic004ds67pe9ww3vni", + "slug": "bet_nimbus_jinn", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iffw8002q24v54sxr8zx8", + "meta": { + "id": "clq39y2ko001xsh272zij27kd", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit of turbulent terror", + "subType": "Spirit", + "rulesText": "Airborne\r\n\r\nDiscard a spell → Deal 3 damage to another random unit here.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8ftic004ds67pe9ww3vni" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ifn5e002s24v58gbb8aoz", + "slug": "alp_nimbus_jinn_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/nimbus_jinn.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4iffw8002q24v54sxr8zx8", + "setCardId": "clm4ifltn002r24v5cm0t4u11", + "setCard": { + "id": "clm4ifltn002r24v5cm0t4u11", + "slug": "alp_nimbus_jinn", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iffw8002q24v54sxr8zx8", + "meta": { + "id": "clq39y2d6001wsh27dmy2ohj5", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit of turbulent thunder", + "subType": "Spirit", + "rulesText": "Airborne\n\nDiscard a spell → Deal 3 damage to another random unit here.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ifltn002r24v5cm0t4u11" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ig0q7002u24v57fodhxeg", + "slug": "alp_nimbus_jinn_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/nimbus_jinn-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4iffw8002q24v54sxr8zx8", + "setCardId": "clm4ifltn002r24v5cm0t4u11", + "setCard": { + "id": "clm4ifltn002r24v5cm0t4u11", + "slug": "alp_nimbus_jinn", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iffw8002q24v54sxr8zx8", + "meta": { + "id": "clq39y2d6001wsh27dmy2ohj5", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit of turbulent thunder", + "subType": "Spirit", + "rulesText": "Airborne\n\nDiscard a spell → Deal 3 damage to another random unit here.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ifltn002r24v5cm0t4u11" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ifv0e002t24v5fax589f4", + "slug": "alp_nimbus_jinn_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/nimbus_jinn-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4iffw8002q24v54sxr8zx8", + "setCardId": "clm4ifltn002r24v5cm0t4u11", + "setCard": { + "id": "clm4ifltn002r24v5cm0t4u11", + "slug": "alp_nimbus_jinn", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iffw8002q24v54sxr8zx8", + "meta": { + "id": "clq39y2d6001wsh27dmy2ohj5", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit of turbulent thunder", + "subType": "Spirit", + "rulesText": "Airborne\n\nDiscard a spell → Deal 3 damage to another random unit here.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ifltn002r24v5cm0t4u11" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qmd96012qe0v5ez2r3gwt", + "slug": "oasis", + "name": "Oasis", + "hotscore": 4202, + "guardian": { + "id": "clq3a1y5t00umsh27znqoy7gd", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4qmd96012qe0v5ez2r3gwt" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + }, + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8ivzt01z0s67p0v91ehzr", + "slug": "bet_oasis_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/oasis.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "Where blood nourishes sand, life springs anew.", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "setCardId": "clot8ivy801yys67pdcdpeo8a", + "setCard": { + "id": "clot8ivy801yys67pdcdpeo8a", + "slug": "bet_oasis", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "meta": { + "id": "clq3a1ydy00uosh27qu39ktrg", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8ivy801yys67pdcdpeo8a" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iw1d01z2s67pi30xq4re", + "slug": "bet_oasis_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/oasis-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "Where blood nourishes sand, life springs anew.", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "setCardId": "clot8ivy801yys67pdcdpeo8a", + "setCard": { + "id": "clot8ivy801yys67pdcdpeo8a", + "slug": "bet_oasis", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "meta": { + "id": "clq3a1ydy00uosh27qu39ktrg", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8ivy801yys67pdcdpeo8a" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qmkf1012se0v5b4pre0l6", + "slug": "alp_oasis_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/oasis.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "Where blood nourishes sand, life springs anew.", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "setCardId": "clm4qmj3s012re0v57wpfg97x", + "setCard": { + "id": "clm4qmj3s012re0v57wpfg97x", + "slug": "alp_oasis", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "meta": { + "id": "clq3a1y8800unsh27lhnnh3zk", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qmj3s012re0v57wpfg97x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qmrfd012te0v53sws99i0", + "slug": "alp_oasis_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/oasis-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "Where blood nourishes sand, life springs anew.", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "setCardId": "clm4qmj3s012re0v57wpfg97x", + "setCard": { + "id": "clm4qmj3s012re0v57wpfg97x", + "slug": "alp_oasis", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qmd96012qe0v5ez2r3gwt", + "meta": { + "id": "clq3a1y8800unsh27lhnnh3zk", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Water", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qmj3s012re0v57wpfg97x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q2etm00y8e0v54zbj52yf", + "slug": "observatory", + "name": "Observatory", + "hotscore": 9307, + "guardian": { + "id": "clq3a1jdy00rpsh27ezdqavhs", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of destinies deciphered", + "subType": "", + "rulesText": "Genesis → Look at your next three spells. Put them back in any order.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4q2etm00y8e0v54zbj52yf" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ikoa01s7s67psq6i8ob4", + "slug": "bet_observatory_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/observatory.png", + "finish": "Standard", + "product": "Booster", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4q2etm00y8e0v54zbj52yf", + "setCardId": "clot8ikmr01s5s67p3k5pg1ko", + "setCard": { + "id": "clot8ikmr01s5s67p3k5pg1ko", + "slug": "bet_observatory", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q2etm00y8e0v54zbj52yf", + "meta": { + "id": "clq3a1jno00rrsh27pjicqoow", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of destinies deciphered", + "subType": "", + "rulesText": "Genesis → Look at your next three spells. Put them back in any order.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ikmr01s5s67p3k5pg1ko" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ikps01s9s67pomj3yev3", + "slug": "bet_observatory_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/observatory-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4q2etm00y8e0v54zbj52yf", + "setCardId": "clot8ikmr01s5s67p3k5pg1ko", + "setCard": { + "id": "clot8ikmr01s5s67p3k5pg1ko", + "slug": "bet_observatory", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q2etm00y8e0v54zbj52yf", + "meta": { + "id": "clq3a1jno00rrsh27pjicqoow", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of destinies deciphered", + "subType": "", + "rulesText": "Genesis → Look at your next three spells. Put them back in any order.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ikmr01s5s67p3k5pg1ko" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q2mdq00yae0v5dj4nc6ot", + "slug": "alp_observatory_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/observatory.png", + "finish": "Standard", + "product": "Booster", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4q2etm00y8e0v54zbj52yf", + "setCardId": "clm4q2l2m00y9e0v5dfl09vio", + "setCard": { + "id": "clm4q2l2m00y9e0v5dfl09vio", + "slug": "alp_observatory", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q2etm00y8e0v54zbj52yf", + "meta": { + "id": "clq3a1jg900rqsh27u3oitf8c", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of destinies deciphered", + "subType": "", + "rulesText": "Genesis → Look at your next three spells. Put them back in any order.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q2l2m00y9e0v5dfl09vio" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q2z9600yce0v553a5acaz", + "slug": "alp_observatory_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/observatory-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4q2etm00y8e0v54zbj52yf", + "setCardId": "clm4q2l2m00y9e0v5dfl09vio", + "setCard": { + "id": "clm4q2l2m00y9e0v5dfl09vio", + "slug": "alp_observatory", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q2etm00y8e0v54zbj52yf", + "meta": { + "id": "clq3a1jg900rqsh27u3oitf8c", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of destinies deciphered", + "subType": "", + "rulesText": "Genesis → Look at your next three spells. Put them back in any order.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q2l2m00y9e0v5dfl09vio" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q2tob00ybe0v531ko2q5m", + "slug": "alp_observatory_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/observatory-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4q2etm00y8e0v54zbj52yf", + "setCardId": "clm4q2l2m00y9e0v5dfl09vio", + "setCard": { + "id": "clm4q2l2m00y9e0v5dfl09vio", + "slug": "alp_observatory", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q2etm00y8e0v54zbj52yf", + "meta": { + "id": "clq3a1jg900rqsh27u3oitf8c", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of destinies deciphered", + "subType": "", + "rulesText": "Genesis → Look at your next three spells. Put them back in any order.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q2l2m00y9e0v5dfl09vio" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lrdkq001be0v5cty33965", + "slug": "occult_ritual", + "name": "Occult Ritual", + "hotscore": 584, + "guardian": { + "id": "clq39yg59004osh27hmi8mqxj", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of great awakening", + "subType": "", + "rulesText": "Gain ② this turn for each allied Spellcaster here.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lrdkq001be0v5cty33965" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g4gg00aus67p099kv7kh", + "slug": "bet_occult_ritual_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/occult_ritual.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "“With mingled reverence and awe they cried, softly, odiously, appalling, the name of the Being whom they momentarily expected to appear.“\r\n― Algernon Blackwood", + "cardId": "clm4lrdkq001be0v5cty33965", + "setCardId": "clot8g4ex00ass67pu2z43xd0", + "setCard": { + "id": "clot8g4ex00ass67pu2z43xd0", + "slug": "bet_occult_ritual", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lrdkq001be0v5cty33965", + "meta": { + "id": "clq39yghn004rsh27aw4glc6u", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of great awakening", + "subType": "", + "rulesText": "Gain ② this turn for each allied Spellcaster here.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g4ex00ass67pu2z43xd0" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g4i300aws67plhx7qm9g", + "slug": "bet_occult_ritual_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/occult_ritual-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "“With mingled reverence and awe they cried, softly, odiously, appalling, the name of the Being whom they momentarily expected to appear.“\r\n― Algernon Blackwood", + "cardId": "clm4lrdkq001be0v5cty33965", + "setCardId": "clot8g4ex00ass67pu2z43xd0", + "setCard": { + "id": "clot8g4ex00ass67pu2z43xd0", + "slug": "bet_occult_ritual", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lrdkq001be0v5cty33965", + "meta": { + "id": "clq39yghn004rsh27aw4glc6u", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of great awakening", + "subType": "", + "rulesText": "Gain ② this turn for each allied Spellcaster here.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g4ex00ass67pu2z43xd0" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lrlvh001de0v58jehdg7p", + "slug": "alp_occult_ritual_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/occult_ritual.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "“With mingled reverence and awe they cried, softly, odiously, appalling, the name of the Being whom they momentarily expected to appear.“\n― Algernon Blackwood", + "cardId": "clm4lrdkq001be0v5cty33965", + "setCardId": "clm4lrk2p001ce0v56mf7hnb4", + "setCard": { + "id": "clm4lrk2p001ce0v56mf7hnb4", + "slug": "alp_occult_ritual", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lrdkq001be0v5cty33965", + "meta": { + "id": "clq39yg7p004psh27m4v5yr5z", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of great awakening", + "subType": "", + "rulesText": "Gain ② this turn for each allied Spellcaster here.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lrk2p001ce0v56mf7hnb4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lrtfg001ee0v59wm96p0r", + "slug": "alp_occult_ritual_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/occult_ritual-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "“With mingled reverence and awe they cried, softly, odiously, appalling, the name of the Being whom they momentarily expected to appear.“\n― Algernon Blackwood", + "cardId": "clm4lrdkq001be0v5cty33965", + "setCardId": "clm4lrk2p001ce0v56mf7hnb4", + "setCard": { + "id": "clm4lrk2p001ce0v56mf7hnb4", + "slug": "alp_occult_ritual", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lrdkq001be0v5cty33965", + "meta": { + "id": "clq39yg7p004psh27m4v5yr5z", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of great awakening", + "subType": "", + "rulesText": "Gain ② this turn for each allied Spellcaster here.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lrk2p001ce0v56mf7hnb4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4rhoq9000942v599xbbz6z", + "slug": "pro_occult_ritual_pp_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/pro/occult_ritual-pp.png", + "finish": "Standard", + "product": "Pledge_Pack", + "artist": "Frank Frazetta", + "flavorText": "Ygnaiih ygnaiih thflthkh'ngha... Yog-Sothoth... Y'bthnk h'ehyen'grkdl'lh! — H. P. Lovecraft", + "cardId": "clm4lrdkq001be0v5cty33965", + "setCardId": "clm4rhnet000842v5d9dl7b1z", + "setCard": { + "id": "clm4rhnet000842v5d9dl7b1z", + "slug": "pro_occult_ritual", + "setId": "clm4rgehb000042v5a04vfg6s", + "cardId": "clm4lrdkq001be0v5cty33965", + "meta": { + "id": "clq39ygdi004qsh273sb397o8", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of the devil's doing", + "subType": "", + "rulesText": "Gain (2) this turn for each allied Spellcaster nearby.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4rhnet000842v5d9dl7b1z" + }, + "set": { + "id": "clm4rgehb000042v5a04vfg6s", + "name": "Promotional", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nfm4000dpe0v59fszbui9", + "slug": "ogre_goons", + "name": "Ogre Goons", + "hotscore": 324, + "guardian": { + "id": "clq39zm9d00dfsh27u8xool67", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Ogres blunder about", + "subType": "Ogre", + "rulesText": "", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nfm4000dpe0v59fszbui9" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h1uv00v2s67pqqrh5kgq", + "slug": "bet_ogre_goons_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ogre_goons.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "“Grok, grok! Me find rock!”\r\n“What rock do? It sit there!”", + "cardId": "clm4nfm4000dpe0v59fszbui9", + "setCardId": "clot8h1tc00v0s67piyks8o8h", + "setCard": { + "id": "clot8h1tc00v0s67piyks8o8h", + "slug": "bet_ogre_goons", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nfm4000dpe0v59fszbui9", + "meta": { + "id": "clq39zmj400dhsh27aofx90tp", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Ogres blunder about", + "subType": "Ogre", + "rulesText": "", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h1tc00v0s67piyks8o8h" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h1wf00v4s67p6pngbzxk", + "slug": "bet_ogre_goons_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ogre_goons-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "“Grok, grok! Me find rock!”\r\n“What rock do? It sit there!”", + "cardId": "clm4nfm4000dpe0v59fszbui9", + "setCardId": "clot8h1tc00v0s67piyks8o8h", + "setCard": { + "id": "clot8h1tc00v0s67piyks8o8h", + "slug": "bet_ogre_goons", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nfm4000dpe0v59fszbui9", + "meta": { + "id": "clq39zmj400dhsh27aofx90tp", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Ogres blunder about", + "subType": "Ogre", + "rulesText": "", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h1tc00v0s67piyks8o8h" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nft0h00dre0v5a6ohfzjn", + "slug": "alp_ogre_goons_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ogre_goons.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "“Grok, grok! Me find rock!”\n“What rock do?”\n“It sit there!”", + "cardId": "clm4nfm4000dpe0v59fszbui9", + "setCardId": "clm4nfrpf00dqe0v533yz1yza", + "setCard": { + "id": "clm4nfrpf00dqe0v533yz1yza", + "slug": "alp_ogre_goons", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nfm4000dpe0v59fszbui9", + "meta": { + "id": "clq39zmbp00dgsh27nns1ag3t", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Ogres blunder about", + "subType": "Ogre", + "rulesText": "", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nfrpf00dqe0v533yz1yza" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ng4tb00dte0v58qeydjje", + "slug": "alp_ogre_goons_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ogre_goons-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jeff A. Menges", + "flavorText": "“Grok, grok! Me find rock!”\n“What rock do?”\n“It sit there!”", + "cardId": "clm4nfm4000dpe0v59fszbui9", + "setCardId": "clm4nfrpf00dqe0v533yz1yza", + "setCard": { + "id": "clm4nfrpf00dqe0v533yz1yza", + "slug": "alp_ogre_goons", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nfm4000dpe0v59fszbui9", + "meta": { + "id": "clq39zmbp00dgsh27nns1ag3t", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Ogres blunder about", + "subType": "Ogre", + "rulesText": "", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nfrpf00dqe0v533yz1yza" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nfzjr00dse0v5coyhf8r7", + "slug": "alp_ogre_goons_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ogre_goons-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "“Grok, grok! Me find rock!”\n“What rock do?”\n“It sit there!”", + "cardId": "clm4nfm4000dpe0v59fszbui9", + "setCardId": "clm4nfrpf00dqe0v533yz1yza", + "setCard": { + "id": "clm4nfrpf00dqe0v533yz1yza", + "slug": "alp_ogre_goons", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nfm4000dpe0v59fszbui9", + "meta": { + "id": "clq39zmbp00dgsh27nns1ag3t", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Ogres blunder about", + "subType": "Ogre", + "rulesText": "", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nfrpf00dqe0v533yz1yza" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oh4vw00lve0v5clnm9y3a", + "slug": "old_salt_anchorman", + "name": "Old Salt Anchorman", + "hotscore": 574, + "guardian": { + "id": "clq3a0e3w00j2sh274ipz9500", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal holds steady and true", + "subType": "Mortal", + "rulesText": "Nearby allies can't be moved by enemy spells and abilities.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oh4vw00lve0v5clnm9y3a" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hnf00183s67pmpvjh45h", + "slug": "bet_old_salt_anchorman_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/old_salt_anchorman.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Neither should a ship rely on one small anchor, nor a life on one fair hope. ― Epictetus", + "cardId": "clm4oh4vw00lve0v5clnm9y3a", + "setCardId": "clot8hnd60181s67pza4uhcvt", + "setCard": { + "id": "clot8hnd60181s67pza4uhcvt", + "slug": "bet_old_salt_anchorman", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oh4vw00lve0v5clnm9y3a", + "meta": { + "id": "clq3a0ec700j4sh271nffkoet", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal holds steady and true", + "subType": "Mortal", + "rulesText": "Nearby allies can't be moved by enemy spells and abilities.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hnd60181s67pza4uhcvt" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hngn0185s67p2cze9z1j", + "slug": "bet_old_salt_anchorman_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/old_salt_anchorman-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Neither should a ship rely on one small anchor, nor a life on one fair hope. ― Epictetus", + "cardId": "clm4oh4vw00lve0v5clnm9y3a", + "setCardId": "clot8hnd60181s67pza4uhcvt", + "setCard": { + "id": "clot8hnd60181s67pza4uhcvt", + "slug": "bet_old_salt_anchorman", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oh4vw00lve0v5clnm9y3a", + "meta": { + "id": "clq3a0ec700j4sh271nffkoet", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal holds steady and true", + "subType": "Mortal", + "rulesText": "Nearby allies can't be moved by enemy spells and abilities.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hnd60181s67pza4uhcvt" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ohbw900lxe0v5cxpo8pfq", + "slug": "alp_old_salt_anchorman_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/old_salt_anchorman.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "\"Neither should a ship rely on one small anchor, nor a life on one fair hope.\" ― Epictetus", + "cardId": "clm4oh4vw00lve0v5clnm9y3a", + "setCardId": "clm4ohago00lwe0v55egphs5e", + "setCard": { + "id": "clm4ohago00lwe0v55egphs5e", + "slug": "alp_old_salt_anchorman", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oh4vw00lve0v5clnm9y3a", + "meta": { + "id": "clq3a0e6e00j3sh273omcwkcg", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal holds steady and true", + "subType": "Mortal", + "rulesText": "Nearby allies can't be moved by enemy spells and abilities.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ohago00lwe0v55egphs5e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ohilb00lye0v5ewnafjxz", + "slug": "alp_old_salt_anchorman_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/old_salt_anchorman-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "\"Neither should a ship rely on one small anchor, nor a life on one fair hope.\" ― Epictetus", + "cardId": "clm4oh4vw00lve0v5clnm9y3a", + "setCardId": "clm4ohago00lwe0v55egphs5e", + "setCard": { + "id": "clm4ohago00lwe0v55egphs5e", + "slug": "alp_old_salt_anchorman", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oh4vw00lve0v5clnm9y3a", + "meta": { + "id": "clq3a0e6e00j3sh273omcwkcg", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Mortal holds steady and true", + "subType": "Mortal", + "rulesText": "Nearby allies can't be moved by enemy spells and abilities.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ohago00lwe0v55egphs5e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pn91w00uze0v511uq9s5v", + "slug": "onyx_core", + "name": "Onyx Core", + "hotscore": 6847, + "guardian": { + "id": "clq3a18ku00pgsh27equdw52a", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of geodic potency", + "subType": "Relic", + "rulesText": "Provides (E) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pn91w00uze0v511uq9s5v" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ibra01mvs67pllf4d33p", + "slug": "bet_onyx_core_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/onyx_core.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4pn91w00uze0v511uq9s5v", + "setCardId": "clot8ibps01mts67pv0104bsb", + "setCard": { + "id": "clot8ibps01mts67pv0104bsb", + "slug": "bet_onyx_core", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pn91w00uze0v511uq9s5v", + "meta": { + "id": "clq3a18sr00pish27hywd746p", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of geodic potency", + "subType": "Relic", + "rulesText": "Provides (E) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ibps01mts67pv0104bsb" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ibsr01mxs67pl44gmilo", + "slug": "bet_onyx_core_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/onyx_core-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4pn91w00uze0v511uq9s5v", + "setCardId": "clot8ibps01mts67pv0104bsb", + "setCard": { + "id": "clot8ibps01mts67pv0104bsb", + "slug": "bet_onyx_core", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pn91w00uze0v511uq9s5v", + "meta": { + "id": "clq3a18sr00pish27hywd746p", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of geodic potency", + "subType": "Relic", + "rulesText": "Provides (E) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ibps01mts67pv0104bsb" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pnfwp00v1e0v5en6z9qvs", + "slug": "alp_onyx_core_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/onyx_core.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4pn91w00uze0v511uq9s5v", + "setCardId": "clm4pneli00v0e0v52ywf7g6j", + "setCard": { + "id": "clm4pneli00v0e0v52ywf7g6j", + "slug": "alp_onyx_core", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pn91w00uze0v511uq9s5v", + "meta": { + "id": "clq3a18n500phsh272zas6mdl", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of geodic potency", + "subType": "Relic", + "rulesText": "Provides (E) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pneli00v0e0v52ywf7g6j" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pnn0j00v2e0v5deon4ue4", + "slug": "alp_onyx_core_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/onyx_core-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4pn91w00uze0v511uq9s5v", + "setCardId": "clm4pneli00v0e0v52ywf7g6j", + "setCard": { + "id": "clm4pneli00v0e0v52ywf7g6j", + "slug": "alp_onyx_core", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pn91w00uze0v511uq9s5v", + "meta": { + "id": "clq3a18n500phsh272zas6mdl", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of geodic potency", + "subType": "Relic", + "rulesText": "Provides (E) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pneli00v0e0v52ywf7g6j" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pnsoj00v3e0v5a218f4pz", + "slug": "orb_of_baal_berith", + "name": "Orb of Ba'al Berith", + "hotscore": 2527, + "guardian": { + "id": "clq3a18y900pjsh274db2dmn3", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to corrupted quiddity", + "subType": "Monument", + "rulesText": "The first time each turn a Magic spell is cast nearby, Orb of Ba'al Berith creates a copy. The spell's controller may choose new targets.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pnsoj00v3e0v5a218f4pz" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ic2b01n2s67pva4edm6q", + "slug": "bet_orb_of_baal_berith_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/orb_of_baal_berith.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "The ineffable, conveyed ineffably.", + "cardId": "clm4pnsoj00v3e0v5a218f4pz", + "setCardId": "clot8ic0s01n0s67pprba2xpv", + "setCard": { + "id": "clot8ic0s01n0s67pprba2xpv", + "slug": "bet_orb_of_baal_berith", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pnsoj00v3e0v5a218f4pz", + "meta": { + "id": "clq3a196b00plsh27cjlzk4pg", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to corrupted quiddity", + "subType": "Monument", + "rulesText": "The first time each turn a Magic spell is cast nearby, Orb of Ba'al Berith creates a copy. The spell's controller may choose new targets.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ic0s01n0s67pprba2xpv" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8icc301n7s67p6er1hufc", + "slug": "bet_orb_of_baal_berith_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/orb_of_baal_berith-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "The ineffable, conveyed ineffably.", + "cardId": "clm4pnsoj00v3e0v5a218f4pz", + "setCardId": "clot8ic0s01n0s67pprba2xpv", + "setCard": { + "id": "clot8ic0s01n0s67pprba2xpv", + "slug": "bet_orb_of_baal_berith", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pnsoj00v3e0v5a218f4pz", + "meta": { + "id": "clq3a196b00plsh27cjlzk4pg", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to corrupted quiddity", + "subType": "Monument", + "rulesText": "The first time each turn a Magic spell is cast nearby, Orb of Ba'al Berith creates a copy. The spell's controller may choose new targets.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ic0s01n0s67pprba2xpv" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pnzko00v5e0v54ik0ex41", + "slug": "alp_orb_of_baal_berith_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/orb_of_baal_berith.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "The ineffable, conveyed ineffably.", + "cardId": "clm4pnsoj00v3e0v5a218f4pz", + "setCardId": "clm4pny8y00v4e0v51xry49ag", + "setCard": { + "id": "clm4pny8y00v4e0v51xry49ag", + "slug": "alp_orb_of_baal_berith", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pnsoj00v3e0v5a218f4pz", + "meta": { + "id": "clq3a190m00pksh27834ryz1d", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to corrupted quiddity", + "subType": "Monument", + "rulesText": "The first time each turn a Magic spell is cast nearby, Orb of Ba'al Berith creates a copy. The spell's controller may choose new targets.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pny8y00v4e0v51xry49ag" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4po76u00v6e0v517axeiah", + "slug": "alp_orb_of_baal_berith_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/orb_of_baal_berith-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "The ineffable, conveyed ineffably.", + "cardId": "clm4pnsoj00v3e0v5a218f4pz", + "setCardId": "clm4pny8y00v4e0v51xry49ag", + "setCard": { + "id": "clm4pny8y00v4e0v51xry49ag", + "slug": "alp_orb_of_baal_berith", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pnsoj00v3e0v5a218f4pz", + "meta": { + "id": "clq3a190m00pksh27834ryz1d", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to corrupted quiddity", + "subType": "Monument", + "rulesText": "The first time each turn a Magic spell is cast nearby, Orb of Ba'al Berith creates a copy. The spell's controller may choose new targets.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pny8y00v4e0v51xry49ag" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ohny100lze0v5eph83rb5", + "slug": "ormund_harpooneers", + "name": "Ormund Harpooneers", + "hotscore": 429, + "guardian": { + "id": "clq3a0ehz00j5sh27et6w9nl6", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals in perilous pursuit", + "subType": "Mortal", + "rulesText": "Tap → Deal 1 damage to target minion above or below an adjacent water site and pull that minion to this location.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ohny100lze0v5eph83rb5" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hnq6018as67puo2rm2ww", + "slug": "bet_ormund_harpooneers_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ormund_harpooneers.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4ohny100lze0v5eph83rb5", + "setCardId": "clot8hnop0188s67p0wd3uek7", + "setCard": { + "id": "clot8hnop0188s67p0wd3uek7", + "slug": "bet_ormund_harpooneers", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ohny100lze0v5eph83rb5", + "meta": { + "id": "clq3a0eqd00j7sh2719npcku2", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals in perilous pursuit", + "subType": "Mortal", + "rulesText": "Tap → Deal 1 damage to target minion above or below an adjacent water site and pull that minion to this location.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hnop0188s67p0wd3uek7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hnrq018cs67p0yoqhpk1", + "slug": "bet_ormund_harpooneers_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ormund_harpooneers-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4ohny100lze0v5eph83rb5", + "setCardId": "clot8hnop0188s67p0wd3uek7", + "setCard": { + "id": "clot8hnop0188s67p0wd3uek7", + "slug": "bet_ormund_harpooneers", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ohny100lze0v5eph83rb5", + "meta": { + "id": "clq3a0eqd00j7sh2719npcku2", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals in perilous pursuit", + "subType": "Mortal", + "rulesText": "Tap → Deal 1 damage to target minion above or below an adjacent water site and pull that minion to this location.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hnop0188s67p0wd3uek7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ohums00m1e0v5c2m81egc", + "slug": "alp_ormund_harpooneers_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ormund_harpooneers.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4ohny100lze0v5eph83rb5", + "setCardId": "clm4ohtb000m0e0v53iaz02kq", + "setCard": { + "id": "clm4ohtb000m0e0v53iaz02kq", + "slug": "alp_ormund_harpooneers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ohny100lze0v5eph83rb5", + "meta": { + "id": "clq3a0ekq00j6sh275lctf2v1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals in perilous pursuit", + "subType": "Mortal", + "rulesText": "Tap → Deal 1 damage to target minion above or below an adjacent water site and pull that minion to this location.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ohtb000m0e0v53iaz02kq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oi1dx00m2e0v56jrfczbk", + "slug": "alp_ormund_harpooneers_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ormund_harpooneers-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4ohny100lze0v5eph83rb5", + "setCardId": "clm4ohtb000m0e0v53iaz02kq", + "setCard": { + "id": "clm4ohtb000m0e0v53iaz02kq", + "slug": "alp_ormund_harpooneers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ohny100lze0v5eph83rb5", + "meta": { + "id": "clq3a0ekq00j6sh275lctf2v1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals in perilous pursuit", + "subType": "Mortal", + "rulesText": "Tap → Deal 1 damage to target minion above or below an adjacent water site and pull that minion to this location.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ohtb000m0e0v53iaz02kq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ng5xo00due0v56nizansq", + "slug": "outback_strider", + "name": "Outback Strider", + "hotscore": 730, + "guardian": { + "id": "clq39zmow00dish27zfreelhu", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal finds solace in solitude", + "subType": "Mortal", + "rulesText": "Moves freely between land sites not occupied by other units.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4ng5xo00due0v56nizansq" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h26s00v9s67px86vudav", + "slug": "bet_outback_strider_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/outback_strider.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ng5xo00due0v56nizansq", + "setCardId": "clot8h25900v7s67pqvanonad", + "setCard": { + "id": "clot8h25900v7s67pqvanonad", + "slug": "bet_outback_strider", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ng5xo00due0v56nizansq", + "meta": { + "id": "clq39zmwu00dksh27rcqfvnvx", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal finds solace in solitude", + "subType": "Mortal", + "rulesText": "Moves freely between land sites not occupied by other units.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h25900v7s67pqvanonad" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h28e00vbs67p9m40jg3d", + "slug": "bet_outback_strider_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/outback_strider-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ng5xo00due0v56nizansq", + "setCardId": "clot8h25900v7s67pqvanonad", + "setCard": { + "id": "clot8h25900v7s67pqvanonad", + "slug": "bet_outback_strider", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ng5xo00due0v56nizansq", + "meta": { + "id": "clq39zmwu00dksh27rcqfvnvx", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal finds solace in solitude", + "subType": "Mortal", + "rulesText": "Moves freely between land sites not occupied by other units.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h25900v7s67pqvanonad" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ngcx000dwe0v58l0m6w0s", + "slug": "alp_outback_strider_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/outback_strider.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ng5xo00due0v56nizansq", + "setCardId": "clm4ngblv00dve0v59rj6hbtz", + "setCard": { + "id": "clm4ngblv00dve0v59rj6hbtz", + "slug": "alp_outback_strider", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ng5xo00due0v56nizansq", + "meta": { + "id": "clq39zmr800djsh27420bd8nj", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal finds solace in solitude", + "subType": "Mortal", + "rulesText": "Moves freely between unoccupied land sites.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4ngblv00dve0v59rj6hbtz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ngjo400dxe0v51ojv9ped", + "slug": "alp_outback_strider_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/outback_strider-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ng5xo00due0v56nizansq", + "setCardId": "clm4ngblv00dve0v59rj6hbtz", + "setCard": { + "id": "clm4ngblv00dve0v59rj6hbtz", + "slug": "alp_outback_strider", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ng5xo00due0v56nizansq", + "meta": { + "id": "clq39zmr800djsh27420bd8nj", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal finds solace in solitude", + "subType": "Mortal", + "rulesText": "Moves freely between unoccupied land sites.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4ngblv00dve0v59rj6hbtz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mz6ir00a4e0v515tcd8kn", + "slug": "overpower", + "name": "Overpower", + "hotscore": 1521, + "guardian": { + "id": "clq39za4y00axsh272wukz4jy", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of decisive force", + "subType": "", + "rulesText": "Give an ally +2 power this turn.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mz6ir00a4e0v515tcd8kn" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gs8u00p8s67pq37p8vnb", + "slug": "bet_overpower_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/overpower.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Suddenly the soldier was flung so violently from his mount, his sword became a ploughshare.", + "cardId": "clm4mz6ir00a4e0v515tcd8kn", + "setCardId": "clot8gs7a00p6s67pcrnjfe40", + "setCard": { + "id": "clot8gs7a00p6s67pcrnjfe40", + "slug": "bet_overpower", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mz6ir00a4e0v515tcd8kn", + "meta": { + "id": "clq39zaep00azsh27ibpyvg0e", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of decisive force", + "subType": "", + "rulesText": "Give an ally +2 power this turn.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gs7a00p6s67pcrnjfe40" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gsac00pas67pr52zpw2u", + "slug": "bet_overpower_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/overpower-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Suddenly the soldier was flung so violently from his mount, his sword became a ploughshare.", + "cardId": "clm4mz6ir00a4e0v515tcd8kn", + "setCardId": "clot8gs7a00p6s67pcrnjfe40", + "setCard": { + "id": "clot8gs7a00p6s67pcrnjfe40", + "slug": "bet_overpower", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mz6ir00a4e0v515tcd8kn", + "meta": { + "id": "clq39zaep00azsh27ibpyvg0e", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of decisive force", + "subType": "", + "rulesText": "Give an ally +2 power this turn.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gs7a00p6s67pcrnjfe40" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mzdfd00a6e0v5h2g87b7a", + "slug": "alp_overpower_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/overpower.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Suddenly the soldier was flung so violently from his mount, his sword became a ploughshare.", + "cardId": "clm4mz6ir00a4e0v515tcd8kn", + "setCardId": "clm4mzc4300a5e0v5aj6ubwpb", + "setCard": { + "id": "clm4mzc4300a5e0v5aj6ubwpb", + "slug": "alp_overpower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mz6ir00a4e0v515tcd8kn", + "meta": { + "id": "clq39za7a00aysh279gtbz256", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of decisive force", + "subType": "", + "rulesText": "Give an ally +2 power this turn.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mzc4300a5e0v5aj6ubwpb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mzq2700a8e0v52c274nl6", + "slug": "alp_overpower_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/overpower-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Vincent Pompetti", + "flavorText": "Suddenly the soldier was flung so violently from his mount, his sword became a ploughshare.", + "cardId": "clm4mz6ir00a4e0v515tcd8kn", + "setCardId": "clm4mzc4300a5e0v5aj6ubwpb", + "setCard": { + "id": "clm4mzc4300a5e0v5aj6ubwpb", + "slug": "alp_overpower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mz6ir00a4e0v515tcd8kn", + "meta": { + "id": "clq39za7a00aysh279gtbz256", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of decisive force", + "subType": "", + "rulesText": "Give an ally +2 power this turn.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mzc4300a5e0v5aj6ubwpb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mzkmo00a7e0v54l6r0xlk", + "slug": "alp_overpower_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/overpower-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Suddenly the soldier was flung so violently from his mount, his sword became a ploughshare.", + "cardId": "clm4mz6ir00a4e0v515tcd8kn", + "setCardId": "clm4mzc4300a5e0v5aj6ubwpb", + "setCard": { + "id": "clm4mzc4300a5e0v5aj6ubwpb", + "slug": "alp_overpower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mz6ir00a4e0v515tcd8kn", + "meta": { + "id": "clq39za7a00aysh279gtbz256", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of decisive force", + "subType": "", + "rulesText": "Give an ally +2 power this turn.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mzc4300a5e0v5aj6ubwpb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nzrmo00i6e0v5d9um59du", + "slug": "pact_with_the_devil", + "name": "Pact with the Devil", + "hotscore": 3371, + "guardian": { + "id": "clq3a01b500ggsh27ctwykawm", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic commands a heavy price", + "subType": "", + "rulesText": "Sacrifice the caster or lose half your life, rounding up. If you do, draw three cards.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4nzrmo00i6e0v5d9um59du" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hddr0122s67pqq3dlilq", + "slug": "bet_pact_with_the_devil_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pact_with_the_devil.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4nzrmo00i6e0v5d9um59du", + "setCardId": "clot8hdbz0120s67povgtk6ov", + "setCard": { + "id": "clot8hdbz0120s67povgtk6ov", + "slug": "bet_pact_with_the_devil", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nzrmo00i6e0v5d9um59du", + "meta": { + "id": "clq3a01iy00gish27p31c5b3x", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic commands a heavy price", + "subType": "", + "rulesText": "Sacrifice the caster or lose half your life, rounding up. If you do, draw three cards.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8hdbz0120s67povgtk6ov" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hdfa0124s67piis8s86k", + "slug": "bet_pact_with_the_devil_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pact_with_the_devil-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4nzrmo00i6e0v5d9um59du", + "setCardId": "clot8hdbz0120s67povgtk6ov", + "setCard": { + "id": "clot8hdbz0120s67povgtk6ov", + "slug": "bet_pact_with_the_devil", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nzrmo00i6e0v5d9um59du", + "meta": { + "id": "clq3a01iy00gish27p31c5b3x", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic commands a heavy price", + "subType": "", + "rulesText": "Sacrifice the caster or lose half your life, rounding up. If you do, draw three cards.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8hdbz0120s67povgtk6ov" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nzynw00i8e0v5ats8dj6u", + "slug": "alp_pact_with_the_devil_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pact_with_the_devil.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4nzrmo00i6e0v5d9um59du", + "setCardId": "clm4nzxcm00i7e0v5astv8lpr", + "setCard": { + "id": "clm4nzxcm00i7e0v5astv8lpr", + "slug": "alp_pact_with_the_devil", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nzrmo00i6e0v5d9um59du", + "meta": { + "id": "clq3a01de00ghsh27x650i8ss", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic commands a heavy price", + "subType": "", + "rulesText": "Sacrifice the caster or lose half your life, rounding up. If you do, draw three cards.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nzxcm00i7e0v5astv8lpr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o05om00i9e0v5e6jzdup9", + "slug": "alp_pact_with_the_devil_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pact_with_the_devil-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4nzrmo00i6e0v5d9um59du", + "setCardId": "clm4nzxcm00i7e0v5astv8lpr", + "setCard": { + "id": "clm4nzxcm00i7e0v5astv8lpr", + "slug": "alp_pact_with_the_devil", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nzrmo00i6e0v5d9um59du", + "meta": { + "id": "clq3a01de00ghsh27x650i8ss", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic commands a heavy price", + "subType": "", + "rulesText": "Sacrifice the caster or lose half your life, rounding up. If you do, draw three cards.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nzxcm00i7e0v5astv8lpr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ig1vd002v24v56df08myd", + "slug": "palliburrie_bats", + "name": "Palliburrie Bats", + "hotscore": 2501, + "guardian": { + "id": "clq39y2qi001ysh27rza9fjee", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts soar in lunar choir", + "subType": "Beast", + "rulesText": "Airborne, Burrowing", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4ig1vd002v24v56df08myd" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ftvz004ms67pax4iykda", + "slug": "bet_palliburrie_bats_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/palliburrie_bats.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "To the bat, it is the world that’s blind.\r\nTo the song-spun tapestry of its kind.", + "cardId": "clm4ig1vd002v24v56df08myd", + "setCardId": "clot8ftuf004ks67p7nvt9e2x", + "setCard": { + "id": "clot8ftuf004ks67p7nvt9e2x", + "slug": "bet_palliburrie_bats", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ig1vd002v24v56df08myd", + "meta": { + "id": "clq39y2yi0020sh277p51wmz1", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts soar in lunar choir", + "subType": "Beast", + "rulesText": "Airborne, Burrowing", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ftuf004ks67p7nvt9e2x" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ftxh004os67ppgopikk0", + "slug": "bet_palliburrie_bats_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/palliburrie_bats-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "To the bat, it is the world that’s blind.\r\nTo the song-spun tapestry of its kind.", + "cardId": "clm4ig1vd002v24v56df08myd", + "setCardId": "clot8ftuf004ks67p7nvt9e2x", + "setCard": { + "id": "clot8ftuf004ks67p7nvt9e2x", + "slug": "bet_palliburrie_bats", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ig1vd002v24v56df08myd", + "meta": { + "id": "clq39y2yi0020sh277p51wmz1", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts soar in lunar choir", + "subType": "Beast", + "rulesText": "Airborne, Burrowing", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ftuf004ks67p7nvt9e2x" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ig9ii002x24v5eotadp2m", + "slug": "alp_palliburrie_bats_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/palliburrie_bats.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "To the bat, it is the world that’s blind.\nTo the song-spun tapestry of its kind.", + "cardId": "clm4ig1vd002v24v56df08myd", + "setCardId": "clm4ig86k002w24v5cyac16il", + "setCard": { + "id": "clm4ig86k002w24v5cyac16il", + "slug": "alp_palliburrie_bats", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ig1vd002v24v56df08myd", + "meta": { + "id": "clq39y2sr001zsh276iz0tb58", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts soar in lunar choir", + "subType": "Beast", + "rulesText": "Airborne, Burrowing", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ig86k002w24v5cyac16il" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4iggrb002y24v5h2hu5817", + "slug": "alp_palliburrie_bats_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/palliburrie_bats-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "To the bat, it is the world that’s blind.\nTo the song-spun tapestry of its kind.", + "cardId": "clm4ig1vd002v24v56df08myd", + "setCardId": "clm4ig86k002w24v5cyac16il", + "setCard": { + "id": "clm4ig86k002w24v5cyac16il", + "slug": "alp_palliburrie_bats", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ig1vd002v24v56df08myd", + "meta": { + "id": "clq39y2sr001zsh276iz0tb58", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts soar in lunar choir", + "subType": "Beast", + "rulesText": "Airborne, Burrowing", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ig86k002w24v5cyac16il" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ngpj700dye0v59zgxa6j1", + "slug": "panorama_manticore", + "name": "Panorama Manticore", + "hotscore": 1392, + "guardian": { + "id": "clq39zn2k00dlsh271b6zk52e", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast keeps vigilant watch", + "subType": "Beast", + "rulesText": "Airborne, Lethal\r\n\r\nAt the end of your turn, if you cast a non-fire spell this turn, untap Panorama Manticore.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4ngpj700dye0v59zgxa6j1" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h2k100vgs67pybmav18o", + "slug": "bet_panorama_manticore_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/panorama_manticore.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ngpj700dye0v59zgxa6j1", + "setCardId": "clot8h2id00ves67pinnv6b94", + "setCard": { + "id": "clot8h2id00ves67pinnv6b94", + "slug": "bet_panorama_manticore", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ngpj700dye0v59zgxa6j1", + "meta": { + "id": "clq39znb500dnsh27tzgddqdp", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast keeps vigilant watch", + "subType": "Beast", + "rulesText": "Airborne, Lethal\r\n\r\nAt the end of your turn, if you cast a non-fire spell this turn, untap Panorama Manticore.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h2id00ves67pinnv6b94" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h2ls00vis67p5oqb9sh2", + "slug": "bet_panorama_manticore_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/panorama_manticore-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ngpj700dye0v59zgxa6j1", + "setCardId": "clot8h2id00ves67pinnv6b94", + "setCard": { + "id": "clot8h2id00ves67pinnv6b94", + "slug": "bet_panorama_manticore", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ngpj700dye0v59zgxa6j1", + "meta": { + "id": "clq39znb500dnsh27tzgddqdp", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast keeps vigilant watch", + "subType": "Beast", + "rulesText": "Airborne, Lethal\r\n\r\nAt the end of your turn, if you cast a non-fire spell this turn, untap Panorama Manticore.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h2id00ves67pinnv6b94" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ngx7j00e0e0v5hw2r83ae", + "slug": "alp_panorama_manticore_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/panorama_manticore.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ngpj700dye0v59zgxa6j1", + "setCardId": "clm4ngvwf00dze0v59lqj1sij", + "setCard": { + "id": "clm4ngvwf00dze0v59lqj1sij", + "slug": "alp_panorama_manticore", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ngpj700dye0v59zgxa6j1", + "meta": { + "id": "clq39zn4u00dmsh27kl3qfr5q", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast keeps vigilant watch", + "subType": "Beast", + "rulesText": "Airborne, Lethal\n\nAt the end of your turn, if you cast a non-fire spell this turn, untap Panorama Manticore.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4ngvwf00dze0v59lqj1sij" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nh3qw00e1e0v53y6c1v6f", + "slug": "alp_panorama_manticore_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/panorama_manticore-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ngpj700dye0v59zgxa6j1", + "setCardId": "clm4ngvwf00dze0v59lqj1sij", + "setCard": { + "id": "clm4ngvwf00dze0v59lqj1sij", + "slug": "alp_panorama_manticore", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ngpj700dye0v59zgxa6j1", + "meta": { + "id": "clq39zn4u00dmsh27kl3qfr5q", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast keeps vigilant watch", + "subType": "Beast", + "rulesText": "Airborne, Lethal\n\nAt the end of your turn, if you cast a non-fire spell this turn, untap Panorama Manticore.", + "cost": 5, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4ngvwf00dze0v59lqj1sij" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4r63qp016pe0v5ffiwgusw", + "slug": "pathfinder", + "name": "Pathfinder", + "hotscore": 102, + "guardian": { + "id": "clq3a2bax00xfsh27umkgp27x", + "type": "Avatar", + "rarity": "Unique", + "typeText": "Your Avatar finds the way to victory", + "subType": "", + "rulesText": "Your atlas can’t contain duplicates. Draw no sites during setup.\r\n\r\nTap → Reveal and play the topmost site of your atlas to an adjacent void or Rubble and move there.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4r63qp016pe0v5ffiwgusw" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j74e025ts67pg1403pw5", + "slug": "bet_pathfinder_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pathfinder.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4r63qp016pe0v5ffiwgusw", + "setCardId": "clot8j72v025rs67ppmjwjxs1", + "setCard": { + "id": "clot8j72v025rs67ppmjwjxs1", + "slug": "bet_pathfinder", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r63qp016pe0v5ffiwgusw", + "meta": { + "id": "clq3a2bjv00xhsh271z69ug92", + "type": "Avatar", + "rarity": "Unique", + "typeText": "Your Avatar finds the way to victory", + "subType": "", + "rulesText": "Your atlas can’t contain duplicates. Draw no sites during setup.\r\n\r\nTap → Reveal and play the topmost site of your atlas to an adjacent void or Rubble and move there.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j72v025rs67ppmjwjxs1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j765025vs67pk4p83x00", + "slug": "bet_pathfinder_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pathfinder-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4r63qp016pe0v5ffiwgusw", + "setCardId": "clot8j72v025rs67ppmjwjxs1", + "setCard": { + "id": "clot8j72v025rs67ppmjwjxs1", + "slug": "bet_pathfinder", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r63qp016pe0v5ffiwgusw", + "meta": { + "id": "clq3a2bjv00xhsh271z69ug92", + "type": "Avatar", + "rarity": "Unique", + "typeText": "Your Avatar finds the way to victory", + "subType": "", + "rulesText": "Your atlas can’t contain duplicates. Draw no sites during setup.\r\n\r\nTap → Reveal and play the topmost site of your atlas to an adjacent void or Rubble and move there.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j72v025rs67ppmjwjxs1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4r6ahl016re0v5fqhk37vv", + "slug": "alp_pathfinder_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pathfinder.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4r63qp016pe0v5ffiwgusw", + "setCardId": "clm4r696k016qe0v55bs6fe2v", + "setCard": { + "id": "clm4r696k016qe0v55bs6fe2v", + "slug": "alp_pathfinder", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r63qp016pe0v5ffiwgusw", + "meta": { + "id": "clq3a2bdq00xgsh27780lj5zs", + "type": "Avatar", + "rarity": "Unique", + "typeText": "Your Avatar finds the way to victory", + "subType": "", + "rulesText": "Your atlas can’t contain duplicates. Draw no sites during setup.\n\nTap → If able, play the topmost site of your atlas to an adjacent location and move there.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r696k016qe0v55bs6fe2v" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4r6i7h016se0v53wgf9nnj", + "slug": "alp_pathfinder_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pathfinder-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4r63qp016pe0v5ffiwgusw", + "setCardId": "clm4r696k016qe0v55bs6fe2v", + "setCard": { + "id": "clm4r696k016qe0v55bs6fe2v", + "slug": "alp_pathfinder", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r63qp016pe0v5ffiwgusw", + "meta": { + "id": "clq3a2bdq00xgsh27780lj5zs", + "type": "Avatar", + "rarity": "Unique", + "typeText": "Your Avatar finds the way to victory", + "subType": "", + "rulesText": "Your atlas can’t contain duplicates. Draw no sites during setup.\n\nTap → If able, play the topmost site of your atlas to an adjacent location and move there.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r696k016qe0v55bs6fe2v" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pocnv00v7e0v565zp23bo", + "slug": "payload_trebuchet", + "name": "Payload Trebuchet", + "hotscore": 728, + "guardian": { + "id": "clq3a19bx00pmsh27z62zhplt", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Weapon flings aught far and wide", + "subType": "Weapon", + "rulesText": "Tap bearer and another ally here, Discard a card → Deal damage equal to the discarded card's mana cost to each unit at target location up to three steps away.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pocnv00v7e0v565zp23bo" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8iclq01ncs67pl7hkwxen", + "slug": "bet_payload_trebuchet_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/payload_trebuchet.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4pocnv00v7e0v565zp23bo", + "setCardId": "clot8ick701nas67pn9ublgxh", + "setCard": { + "id": "clot8ick701nas67pn9ublgxh", + "slug": "bet_payload_trebuchet", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pocnv00v7e0v565zp23bo", + "meta": { + "id": "clq3a19k100posh27mv3jg45g", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Weapon flings aught far and wide", + "subType": "Weapon", + "rulesText": "Tap bearer and another ally here, Discard a card → Deal damage equal to the discarded card's mana cost to each unit at target location up to three steps away.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ick701nas67pn9ublgxh" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8icn901nes67pfb9op1pt", + "slug": "bet_payload_trebuchet_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/payload_trebuchet-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4pocnv00v7e0v565zp23bo", + "setCardId": "clot8ick701nas67pn9ublgxh", + "setCard": { + "id": "clot8ick701nas67pn9ublgxh", + "slug": "bet_payload_trebuchet", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pocnv00v7e0v565zp23bo", + "meta": { + "id": "clq3a19k100posh27mv3jg45g", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Weapon flings aught far and wide", + "subType": "Weapon", + "rulesText": "Tap bearer and another ally here, Discard a card → Deal damage equal to the discarded card's mana cost to each unit at target location up to three steps away.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ick701nas67pn9ublgxh" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pojpi00v9e0v5cr1r64w5", + "slug": "alp_payload_trebuchet_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/payload_trebuchet.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4pocnv00v7e0v565zp23bo", + "setCardId": "clm4poida00v8e0v54fowawce", + "setCard": { + "id": "clm4poida00v8e0v54fowawce", + "slug": "alp_payload_trebuchet", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pocnv00v7e0v565zp23bo", + "meta": { + "id": "clq3a19ee00pnsh27rawi2pf4", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Weapon flings aught far and wide", + "subType": "Weapon", + "rulesText": "Tap bearer and another ally here, Discard a card → Deal damage equal to the discarded card's mana cost to each unit at target location up to three steps away.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4poida00v8e0v54fowawce" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4por8s00vae0v58sthbzwb", + "slug": "alp_payload_trebuchet_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/payload_trebuchet-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4pocnv00v7e0v565zp23bo", + "setCardId": "clm4poida00v8e0v54fowawce", + "setCard": { + "id": "clm4poida00v8e0v54fowawce", + "slug": "alp_payload_trebuchet", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pocnv00v7e0v565zp23bo", + "meta": { + "id": "clq3a19ee00pnsh27rawi2pf4", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Weapon flings aught far and wide", + "subType": "Weapon", + "rulesText": "Tap bearer and another ally here, Discard a card → Deal damage equal to the discarded card's mana cost to each unit at target location up to three steps away.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4poida00v8e0v54fowawce" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4powvc00vbe0v5hq033kx5", + "slug": "pendulum_of_peril", + "name": "Pendulum of Peril", + "hotscore": 673, + "guardian": { + "id": "clq3a19pp00ppsh27suf8mdcq", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to cyclical cessation", + "subType": "Monument", + "rulesText": "At the end of each player's turn, Pendulum of Peril kills all minions at its current location and another adjacent location of that player's choice.", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4powvc00vbe0v5hq033kx5" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8icwb01njs67pea3uvgk3", + "slug": "bet_pendulum_of_peril_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pendulum_of_peril.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4powvc00vbe0v5hq033kx5", + "setCardId": "clot8icuv01nhs67p0m0rqc32", + "setCard": { + "id": "clot8icuv01nhs67p0m0rqc32", + "slug": "bet_pendulum_of_peril", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4powvc00vbe0v5hq033kx5", + "meta": { + "id": "clq3a19xi00prsh27w1cqkril", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to cyclical cessation", + "subType": "Monument", + "rulesText": "At the end of each player's turn, Pendulum of Peril kills all minions at its current location and another adjacent location of that player's choice.", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8icuv01nhs67p0m0rqc32" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8icxs01nls67p6qimt9o5", + "slug": "bet_pendulum_of_peril_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pendulum_of_peril-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4powvc00vbe0v5hq033kx5", + "setCardId": "clot8icuv01nhs67p0m0rqc32", + "setCard": { + "id": "clot8icuv01nhs67p0m0rqc32", + "slug": "bet_pendulum_of_peril", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4powvc00vbe0v5hq033kx5", + "meta": { + "id": "clq3a19xi00prsh27w1cqkril", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to cyclical cessation", + "subType": "Monument", + "rulesText": "At the end of each player's turn, Pendulum of Peril kills all minions at its current location and another adjacent location of that player's choice.", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8icuv01nhs67p0m0rqc32" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pp3pu00vde0v579ld16fz", + "slug": "alp_pendulum_of_peril_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pendulum_of_peril.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4powvc00vbe0v5hq033kx5", + "setCardId": "clm4pp2e700vce0v5gx5hc14g", + "setCard": { + "id": "clm4pp2e700vce0v5gx5hc14g", + "slug": "alp_pendulum_of_peril", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4powvc00vbe0v5hq033kx5", + "meta": { + "id": "clq3a19s000pqsh27dvbpf3lf", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to cyclical cessation", + "subType": "Monument", + "rulesText": "At the end of each player's turn, Pendulum of Peril kills all minions at its current location and another adjacent location of that player's choice.", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pp2e700vce0v5gx5hc14g" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ppaza00vee0v5bpvm61fb", + "slug": "alp_pendulum_of_peril_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pendulum_of_peril-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4powvc00vbe0v5hq033kx5", + "setCardId": "clm4pp2e700vce0v5gx5hc14g", + "setCard": { + "id": "clm4pp2e700vce0v5gx5hc14g", + "slug": "alp_pendulum_of_peril", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4powvc00vbe0v5hq033kx5", + "meta": { + "id": "clq3a19s000pqsh27dvbpf3lf", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to cyclical cessation", + "subType": "Monument", + "rulesText": "At the end of each player's turn, Pendulum of Peril kills all minions at its current location and another adjacent location of that player's choice.", + "cost": 6, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pp2e700vce0v5gx5hc14g" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4igmn2002z24v500lk23fc", + "slug": "peregrine_apparition", + "name": "Peregrine Apparition", + "hotscore": 454, + "guardian": { + "id": "clq39y34g0021sh2703yha188", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of limitless velocity", + "subType": "Spirit", + "rulesText": "Airborne, Movement +3, Voidwalk", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4igmn2002z24v500lk23fc" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fu9f004ts67p8yx06pf3", + "slug": "bet_peregrine_apparition_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/peregrine_apparition.png", + "finish": "Standard", + "product": "Booster", + "artist": "Adam Burke", + "flavorText": "The truly sublime know no bounds.", + "cardId": "clm4igmn2002z24v500lk23fc", + "setCardId": "clot8fu7p004rs67puo8iwz0m", + "setCard": { + "id": "clot8fu7p004rs67puo8iwz0m", + "slug": "bet_peregrine_apparition", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4igmn2002z24v500lk23fc", + "meta": { + "id": "clq39y3eb0023sh27rvfxty8c", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of limitless velocity", + "subType": "Spirit", + "rulesText": "Airborne, Movement +3, Voidwalk", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fu7p004rs67puo8iwz0m" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fuaz004vs67pr96685k6", + "slug": "bet_peregrine_apparition_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/peregrine_apparition-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Adam Burke", + "flavorText": "The truly sublime know no bounds.", + "cardId": "clm4igmn2002z24v500lk23fc", + "setCardId": "clot8fu7p004rs67puo8iwz0m", + "setCard": { + "id": "clot8fu7p004rs67puo8iwz0m", + "slug": "bet_peregrine_apparition", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4igmn2002z24v500lk23fc", + "meta": { + "id": "clq39y3eb0023sh27rvfxty8c", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of limitless velocity", + "subType": "Spirit", + "rulesText": "Airborne, Movement +3, Voidwalk", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fu7p004rs67puo8iwz0m" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4igusq003124v5gmgk48q4", + "slug": "alp_peregrine_apparition_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/peregrine_apparition.png", + "finish": "Standard", + "product": "Booster", + "artist": "Adam Burke", + "flavorText": "The truly sublime know no bounds.", + "cardId": "clm4igmn2002z24v500lk23fc", + "setCardId": "clm4igtgx003024v5a8nr3jpz", + "setCard": { + "id": "clm4igtgx003024v5a8nr3jpz", + "slug": "alp_peregrine_apparition", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4igmn2002z24v500lk23fc", + "meta": { + "id": "clq39y36v0022sh27ya398zs1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of limitless velocity", + "subType": "Spirit", + "rulesText": "Airborne, Movement +3, Voidwalk", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4igtgx003024v5a8nr3jpz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ih7q9003324v57qy94w4n", + "slug": "alp_peregrine_apparition_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/peregrine_apparition-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Adam Burke", + "flavorText": "The truly sublime know no bounds.", + "cardId": "clm4igmn2002z24v500lk23fc", + "setCardId": "clm4igtgx003024v5a8nr3jpz", + "setCard": { + "id": "clm4igtgx003024v5a8nr3jpz", + "slug": "alp_peregrine_apparition", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4igmn2002z24v500lk23fc", + "meta": { + "id": "clq39y36v0022sh27ya398zs1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of limitless velocity", + "subType": "Spirit", + "rulesText": "Airborne, Movement +3, Voidwalk", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4igtgx003024v5a8nr3jpz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ih13w003224v54afm03w2", + "slug": "alp_peregrine_apparition_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/peregrine_apparition-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Adam Burke", + "flavorText": "The truly sublime know no bounds.", + "cardId": "clm4igmn2002z24v500lk23fc", + "setCardId": "clm4igtgx003024v5a8nr3jpz", + "setCard": { + "id": "clm4igtgx003024v5a8nr3jpz", + "slug": "alp_peregrine_apparition", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4igmn2002z24v500lk23fc", + "meta": { + "id": "clq39y36v0022sh27ya398zs1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of limitless velocity", + "subType": "Spirit", + "rulesText": "Airborne, Movement +3, Voidwalk", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4igtgx003024v5a8nr3jpz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nh90q00e2e0v59lm8htsx", + "slug": "petrosian_cavalry", + "name": "Petrosian Cavalry", + "hotscore": 2995, + "guardian": { + "id": "clq39zngu00dosh27ro6ptcwx", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals charge into battle", + "subType": "Mortal", + "rulesText": "Charge", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nh90q00e2e0v59lm8htsx" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h2ww00vns67p3lw77xd2", + "slug": "bet_petrosian_cavalry_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/petrosian_cavalry.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "By their swift steeds and swifter swords the tide of many a battle has turned.", + "cardId": "clm4nh90q00e2e0v59lm8htsx", + "setCardId": "clot8h2vd00vls67p41kidlc7", + "setCard": { + "id": "clot8h2vd00vls67p41kidlc7", + "slug": "bet_petrosian_cavalry", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nh90q00e2e0v59lm8htsx", + "meta": { + "id": "clq39znqj00dqsh27l384xrzx", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals charge into battle", + "subType": "Mortal", + "rulesText": "Charge", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h2vd00vls67p41kidlc7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h2yj00vps67pl76s13cu", + "slug": "bet_petrosian_cavalry_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/petrosian_cavalry-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "By their swift steeds and swifter swords the tide of many a battle has turned.", + "cardId": "clm4nh90q00e2e0v59lm8htsx", + "setCardId": "clot8h2vd00vls67p41kidlc7", + "setCard": { + "id": "clot8h2vd00vls67p41kidlc7", + "slug": "bet_petrosian_cavalry", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nh90q00e2e0v59lm8htsx", + "meta": { + "id": "clq39znqj00dqsh27l384xrzx", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals charge into battle", + "subType": "Mortal", + "rulesText": "Charge", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h2vd00vls67p41kidlc7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nhfyy00e4e0v55grh1lh6", + "slug": "alp_petrosian_cavalry_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/petrosian_cavalry.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "By their swift steeds and swifter swords the tide of many a battle has turned.", + "cardId": "clm4nh90q00e2e0v59lm8htsx", + "setCardId": "clm4nhenv00e3e0v58zwbctxu", + "setCard": { + "id": "clm4nhenv00e3e0v58zwbctxu", + "slug": "alp_petrosian_cavalry", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nh90q00e2e0v59lm8htsx", + "meta": { + "id": "clq39znj500dpsh27r7dooyd1", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals charge into battle", + "subType": "Mortal", + "rulesText": "Charge", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nhenv00e3e0v58zwbctxu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nhrru00e6e0v57ero5iab", + "slug": "alp_petrosian_cavalry_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/petrosian_cavalry-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Andrea Modesti", + "flavorText": "By their swift steeds and swifter swords the tide of many a battle has turned.", + "cardId": "clm4nh90q00e2e0v59lm8htsx", + "setCardId": "clm4nhenv00e3e0v58zwbctxu", + "setCard": { + "id": "clm4nhenv00e3e0v58zwbctxu", + "slug": "alp_petrosian_cavalry", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nh90q00e2e0v59lm8htsx", + "meta": { + "id": "clq39znj500dpsh27r7dooyd1", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals charge into battle", + "subType": "Mortal", + "rulesText": "Charge", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nhenv00e3e0v58zwbctxu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nhmr000e5e0v5a5osd9ps", + "slug": "alp_petrosian_cavalry_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/petrosian_cavalry-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "By their swift steeds and swifter swords the tide of many a battle has turned.", + "cardId": "clm4nh90q00e2e0v59lm8htsx", + "setCardId": "clm4nhenv00e3e0v58zwbctxu", + "setCard": { + "id": "clm4nhenv00e3e0v58zwbctxu", + "slug": "alp_petrosian_cavalry", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nh90q00e2e0v59lm8htsx", + "meta": { + "id": "clq39znj500dpsh27r7dooyd1", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals charge into battle", + "subType": "Mortal", + "rulesText": "Charge", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nhenv00e3e0v58zwbctxu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ih8vj003424v59g5y7bg2", + "slug": "phantasmal_shade", + "name": "Phantasmal Shade", + "hotscore": 2140, + "guardian": { + "id": "clq39y3k90024sh2702u67iiy", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of imagined evil", + "subType": "Spirit", + "rulesText": "When Phantasmal Shade is struck, destroy it.", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4ih8vj003424v59g5y7bg2" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fuk60050s67pmhigkd5n", + "slug": "bet_phantasmal_shade_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/phantasmal_shade.png", + "finish": "Standard", + "product": "Booster", + "artist": "Santiago Caruso", + "flavorText": "", + "cardId": "clm4ih8vj003424v59g5y7bg2", + "setCardId": "clot8fuio004ys67pbvf7atjp", + "setCard": { + "id": "clot8fuio004ys67pbvf7atjp", + "slug": "bet_phantasmal_shade", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ih8vj003424v59g5y7bg2", + "meta": { + "id": "clq39y3sn0026sh27v7h8gial", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of imagined evil", + "subType": "Spirit", + "rulesText": "When Phantasmal Shade is struck, destroy it.", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fuio004ys67pbvf7atjp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fulv0052s67p4tz0xcht", + "slug": "bet_phantasmal_shade_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/phantasmal_shade-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Santiago Caruso", + "flavorText": "", + "cardId": "clm4ih8vj003424v59g5y7bg2", + "setCardId": "clot8fuio004ys67pbvf7atjp", + "setCard": { + "id": "clot8fuio004ys67pbvf7atjp", + "slug": "bet_phantasmal_shade", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ih8vj003424v59g5y7bg2", + "meta": { + "id": "clq39y3sn0026sh27v7h8gial", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of imagined evil", + "subType": "Spirit", + "rulesText": "When Phantasmal Shade is struck, destroy it.", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fuio004ys67pbvf7atjp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ihfxc003624v5c99s8bzz", + "slug": "alp_phantasmal_shade_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/phantasmal_shade.png", + "finish": "Standard", + "product": "Booster", + "artist": "Santiago Caruso", + "flavorText": "", + "cardId": "clm4ih8vj003424v59g5y7bg2", + "setCardId": "clm4iheew003524v50beiareu", + "setCard": { + "id": "clm4iheew003524v50beiareu", + "slug": "alp_phantasmal_shade", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ih8vj003424v59g5y7bg2", + "meta": { + "id": "clq39y3mn0025sh27pkjp1szv", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of imagined evil", + "subType": "Spirit", + "rulesText": "When Phantasmal Shade is struck, destroy it.", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4iheew003524v50beiareu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ihml6003724v575g0hz7o", + "slug": "alp_phantasmal_shade_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/phantasmal_shade-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Santiago Caruso", + "flavorText": "", + "cardId": "clm4ih8vj003424v59g5y7bg2", + "setCardId": "clm4iheew003524v50beiareu", + "setCard": { + "id": "clm4iheew003524v50beiareu", + "slug": "alp_phantasmal_shade", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ih8vj003424v59g5y7bg2", + "meta": { + "id": "clq39y3mn0025sh27pkjp1szv", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of imagined evil", + "subType": "Spirit", + "rulesText": "When Phantasmal Shade is struck, destroy it.", + "cost": 3, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4iheew003524v50beiareu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ihsb0003824v54ccph5eb", + "slug": "phantom_steed", + "name": "Phantom Steed", + "hotscore": 694, + "guardian": { + "id": "clq39y3yh0027sh27u9f485hp", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast courses the cosmos", + "subType": "Beast", + "rulesText": "Movement +2, Voidwalk\r\n\r\nMay carry an allied minion.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4ihsb0003824v54ccph5eb" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fuwd0057s67p8der542w", + "slug": "bet_phantom_steed_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/phantom_steed.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ihsb0003824v54ccph5eb", + "setCardId": "clot8fuuu0055s67pbhqokkw3", + "setCard": { + "id": "clot8fuuu0055s67pbhqokkw3", + "slug": "bet_phantom_steed", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ihsb0003824v54ccph5eb", + "meta": { + "id": "clq39y46f0029sh274swngiit", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast courses the cosmos", + "subType": "Beast", + "rulesText": "Movement +2, Voidwalk\r\n\r\nMay carry an allied minion.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fuuu0055s67pbhqokkw3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fuxu0059s67p2b2r23g4", + "slug": "bet_phantom_steed_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/phantom_steed-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ihsb0003824v54ccph5eb", + "setCardId": "clot8fuuu0055s67pbhqokkw3", + "setCard": { + "id": "clot8fuuu0055s67pbhqokkw3", + "slug": "bet_phantom_steed", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ihsb0003824v54ccph5eb", + "meta": { + "id": "clq39y46f0029sh274swngiit", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast courses the cosmos", + "subType": "Beast", + "rulesText": "Movement +2, Voidwalk\r\n\r\nMay carry an allied minion.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fuuu0055s67pbhqokkw3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ihzr6003a24v5a1j8ebtb", + "slug": "alp_phantom_steed_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/phantom_steed.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ihsb0003824v54ccph5eb", + "setCardId": "clm4ihyfc003924v51l540g5o", + "setCard": { + "id": "clm4ihyfc003924v51l540g5o", + "slug": "alp_phantom_steed", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ihsb0003824v54ccph5eb", + "meta": { + "id": "clq39y40s0028sh27wci3mtht", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast courses the cosmos", + "subType": "Beast", + "rulesText": "Movement +2, Voidwalk\n\nMay carry an allied minion.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ihyfc003924v51l540g5o" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ii71m003b24v599zw42qh", + "slug": "alp_phantom_steed_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/phantom_steed-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ihsb0003824v54ccph5eb", + "setCardId": "clm4ihyfc003924v51l540g5o", + "setCard": { + "id": "clm4ihyfc003924v51l540g5o", + "slug": "alp_phantom_steed", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ihsb0003824v54ccph5eb", + "meta": { + "id": "clq39y40s0028sh27wci3mtht", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast courses the cosmos", + "subType": "Beast", + "rulesText": "Movement +2, Voidwalk\n\nMay carry an allied minion.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ihyfc003924v51l540g5o" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4iick3003c24v58fnbf3gt", + "slug": "phase_assassin", + "name": "Phase Assassin", + "hotscore": 2882, + "guardian": { + "id": "clq39y4c6002ash271c1nv6bd", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal fades into nothingness", + "subType": "Mortal", + "rulesText": "Voidwalk\r\n\r\nWhenever Phase Assassin enters the void, he gains Stealth.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4iick3003c24v58fnbf3gt" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fv87005es67pkdppu3en", + "slug": "bet_phase_assassin_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/phase_assassin.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4iick3003c24v58fnbf3gt", + "setCardId": "clot8fv6s005cs67p1w27affe", + "setCard": { + "id": "clot8fv6s005cs67p1w27affe", + "slug": "bet_phase_assassin", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iick3003c24v58fnbf3gt", + "meta": { + "id": "clq39y4la002csh27i6uzkvzm", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal fades into nothingness", + "subType": "Mortal", + "rulesText": "Voidwalk\r\n\r\nWhenever Phase Assassin enters the void, he gains Stealth.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fv6s005cs67p1w27affe" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fv9o005gs67pb7w8ezud", + "slug": "bet_phase_assassin_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/phase_assassin-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4iick3003c24v58fnbf3gt", + "setCardId": "clot8fv6s005cs67p1w27affe", + "setCard": { + "id": "clot8fv6s005cs67p1w27affe", + "slug": "bet_phase_assassin", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iick3003c24v58fnbf3gt", + "meta": { + "id": "clq39y4la002csh27i6uzkvzm", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal fades into nothingness", + "subType": "Mortal", + "rulesText": "Voidwalk\r\n\r\nWhenever Phase Assassin enters the void, he gains Stealth.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fv6s005cs67p1w27affe" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4iikbn003e24v5c5zt9io4", + "slug": "alp_phase_assassin_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/phase_assassin.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4iick3003c24v58fnbf3gt", + "setCardId": "clm4iiiyr003d24v5dnji1i2y", + "setCard": { + "id": "clm4iiiyr003d24v5dnji1i2y", + "slug": "alp_phase_assassin", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iick3003c24v58fnbf3gt", + "meta": { + "id": "clq39y4em002bsh27qv1oeddz", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal fades into nothingness", + "subType": "Mortal", + "rulesText": "Voidwalk\n\nWhenever Phase Assassin enters the void, he gains Stealth.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4iiiyr003d24v5dnji1i2y" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4iir49003f24v5etx6dkio", + "slug": "alp_phase_assassin_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/phase_assassin-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4iick3003c24v58fnbf3gt", + "setCardId": "clm4iiiyr003d24v5dnji1i2y", + "setCard": { + "id": "clm4iiiyr003d24v5dnji1i2y", + "slug": "alp_phase_assassin", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iick3003c24v58fnbf3gt", + "meta": { + "id": "clq39y4em002bsh27qv1oeddz", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal fades into nothingness", + "subType": "Mortal", + "rulesText": "Voidwalk\n\nWhenever Phase Assassin enters the void, he gains Stealth.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4iiiyr003d24v5dnji1i2y" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ppghk00vfe0v5bla9fpax", + "slug": "philosophers_stone", + "name": "Philosopher's Stone", + "hotscore": 10684, + "guardian": { + "id": "clq3a1a3w00pssh27pzswctvj", + "type": "Artifact", + "rarity": "Unique", + "typeText": "\r\nA Unique Relic and magnum opus", + "subType": "Relic", + "rulesText": "The first spell of each element cast by the bearer each turn costs ① less.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ppghk00vfe0v5bla9fpax" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8id7i01nqs67pvjdbug40", + "slug": "bet_philosophers_stone_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/philosophers_stone.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4ppghk00vfe0v5bla9fpax", + "setCardId": "clot8id5u01nos67plklforr5", + "setCard": { + "id": "clot8id5u01nos67plklforr5", + "slug": "bet_philosophers_stone", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ppghk00vfe0v5bla9fpax", + "meta": { + "id": "clq3a1abz00push2700unwtlt", + "type": "Artifact", + "rarity": "Unique", + "typeText": "\r\nA Unique Relic and magnum opus", + "subType": "Relic", + "rulesText": "The first spell of each element cast by the bearer each turn costs ① less.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8id5u01nos67plklforr5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8id9e01nss67pa7ukcbbv", + "slug": "bet_philosophers_stone_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/philosophers_stone-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4ppghk00vfe0v5bla9fpax", + "setCardId": "clot8id5u01nos67plklforr5", + "setCard": { + "id": "clot8id5u01nos67plklforr5", + "slug": "bet_philosophers_stone", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ppghk00vfe0v5bla9fpax", + "meta": { + "id": "clq3a1abz00push2700unwtlt", + "type": "Artifact", + "rarity": "Unique", + "typeText": "\r\nA Unique Relic and magnum opus", + "subType": "Relic", + "rulesText": "The first spell of each element cast by the bearer each turn costs ① less.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8id5u01nos67plklforr5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ppo2e00vhe0v5c2uoeec3", + "slug": "alp_philosophers_stone_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/philosophers_stone.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4ppghk00vfe0v5bla9fpax", + "setCardId": "clm4ppmq900vge0v5c54n5twa", + "setCard": { + "id": "clm4ppmq900vge0v5c54n5twa", + "slug": "alp_philosophers_stone", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ppghk00vfe0v5bla9fpax", + "meta": { + "id": "clq3a1a6700ptsh2783n6eri3", + "type": "Artifact", + "rarity": "Unique", + "typeText": "\nA Unique Relic and magnum opus", + "subType": "Relic", + "rulesText": "The first spell of each element cast by the bearer each turn costs ① less.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ppmq900vge0v5c54n5twa" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ppw5r00vie0v50sh70cvj", + "slug": "alp_philosophers_stone_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/philosophers_stone-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4ppghk00vfe0v5bla9fpax", + "setCardId": "clm4ppmq900vge0v5c54n5twa", + "setCard": { + "id": "clm4ppmq900vge0v5c54n5twa", + "slug": "alp_philosophers_stone", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ppghk00vfe0v5bla9fpax", + "meta": { + "id": "clq3a1a6700ptsh2783n6eri3", + "type": "Artifact", + "rarity": "Unique", + "typeText": "\nA Unique Relic and magnum opus", + "subType": "Relic", + "rulesText": "The first spell of each element cast by the bearer each turn costs ① less.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ppmq900vge0v5c54n5twa" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q70lf00z8e0v58vi72yjd", + "slug": "pillar_of_zeiros", + "name": "Pillar of Zeiros", + "hotscore": 8894, + "guardian": { + "id": "clq3a1mp000sdsh27txxu4dbs", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of forgotten aeons", + "subType": "", + "rulesText": "Genesis → Banish all dead minions, and you heal 1 life for each.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4q70lf00z8e0v58vi72yjd" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8in9401trs67pa65yasel", + "slug": "bet_pillar_of_zeiros_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pillar_of_zeiros.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4q70lf00z8e0v58vi72yjd", + "setCardId": "clot8in7k01tps67po4pe9uu7", + "setCard": { + "id": "clot8in7k01tps67po4pe9uu7", + "slug": "bet_pillar_of_zeiros", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q70lf00z8e0v58vi72yjd", + "meta": { + "id": "clq3a1mxa00sfsh27o892r3wn", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of forgotten aeons", + "subType": "", + "rulesText": "Genesis → Banish all dead minions, and you heal 1 life for each.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8in7k01tps67po4pe9uu7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8inan01tts67pdtbfoaiv", + "slug": "bet_pillar_of_zeiros_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pillar_of_zeiros-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4q70lf00z8e0v58vi72yjd", + "setCardId": "clot8in7k01tps67po4pe9uu7", + "setCard": { + "id": "clot8in7k01tps67po4pe9uu7", + "slug": "bet_pillar_of_zeiros", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q70lf00z8e0v58vi72yjd", + "meta": { + "id": "clq3a1mxa00sfsh27o892r3wn", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of forgotten aeons", + "subType": "", + "rulesText": "Genesis → Banish all dead minions, and you heal 1 life for each.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8in7k01tps67po4pe9uu7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q787z00zae0v5ghlbdxie", + "slug": "alp_pillar_of_zeiros_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pillar_of_zeiros.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4q70lf00z8e0v58vi72yjd", + "setCardId": "clm4q76wj00z9e0v5fw610qxv", + "setCard": { + "id": "clm4q76wj00z9e0v5fw610qxv", + "slug": "alp_pillar_of_zeiros", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q70lf00z8e0v58vi72yjd", + "meta": { + "id": "clq3a1mrb00sesh27g0a30myd", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of forgotten aeons", + "subType": "", + "rulesText": "Genesis → Banish all dead minions, and you heal 1 life for each.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q76wj00z9e0v5fw610qxv" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q7flh00zbe0v5790zb64r", + "slug": "alp_pillar_of_zeiros_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pillar_of_zeiros-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4q70lf00z8e0v58vi72yjd", + "setCardId": "clm4q76wj00z9e0v5fw610qxv", + "setCard": { + "id": "clm4q76wj00z9e0v5fw610qxv", + "slug": "alp_pillar_of_zeiros", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q70lf00z8e0v58vi72yjd", + "meta": { + "id": "clq3a1mrb00sesh27g0a30myd", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of forgotten aeons", + "subType": "", + "rulesText": "Genesis → Banish all dead minions, and you heal 1 life for each.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q76wj00z9e0v5fw610qxv" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oi6y700m3e0v57p8ef5zb", + "slug": "pirate_ship", + "name": "Pirate Ship", + "hotscore": 1238, + "guardian": { + "id": "clq3a0ew000j8sh27g202a5yq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary ship of Mortal scum", + "subType": "Mortal", + "rulesText": "Waterbound", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oi6y700m3e0v57p8ef5zb" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8ho29018hs67plf61gmmk", + "slug": "bet_pirate_ship_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pirate_ship.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "“Build me straight, O worthy Master! \r\nStaunch and strong, a goodly vessel,\r\nThat shall laugh at all disaster, \r\nAnd with wave and whirlwind wrestle!“\r\n— Henry Wadsworth Longfellow", + "cardId": "clm4oi6y700m3e0v57p8ef5zb", + "setCardId": "clot8ho0p018fs67pp3aznyys", + "setCard": { + "id": "clot8ho0p018fs67pp3aznyys", + "slug": "bet_pirate_ship", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oi6y700m3e0v57p8ef5zb", + "meta": { + "id": "clq3a0f5v00jash27ifi48cjv", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary ship of Mortal scum", + "subType": "Mortal", + "rulesText": "Waterbound", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ho0p018fs67pp3aznyys" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ho3v018js67pkgjunthk", + "slug": "bet_pirate_ship_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pirate_ship-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "“Build me straight, O worthy Master! \r\nStaunch and strong, a goodly vessel,\r\nThat shall laugh at all disaster, \r\nAnd with wave and whirlwind wrestle!“\r\n— Henry Wadsworth Longfellow", + "cardId": "clm4oi6y700m3e0v57p8ef5zb", + "setCardId": "clot8ho0p018fs67pp3aznyys", + "setCard": { + "id": "clot8ho0p018fs67pp3aznyys", + "slug": "bet_pirate_ship", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oi6y700m3e0v57p8ef5zb", + "meta": { + "id": "clq3a0f5v00jash27ifi48cjv", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary ship of Mortal scum", + "subType": "Mortal", + "rulesText": "Waterbound", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ho0p018fs67pp3aznyys" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oie6k00m5e0v5graualm2", + "slug": "alp_pirate_ship_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pirate_ship.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "“Build me straight, O worthy Master! \nStaunch and strong, a goodly vessel,\nThat shall laugh at all disaster, \nAnd with wave and whirlwind wrestle!“\n— Henry Wadsworth Longfellow", + "cardId": "clm4oi6y700m3e0v57p8ef5zb", + "setCardId": "clm4oicuz00m4e0v5hhn37mnx", + "setCard": { + "id": "clm4oicuz00m4e0v5hhn37mnx", + "slug": "alp_pirate_ship", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oi6y700m3e0v57p8ef5zb", + "meta": { + "id": "clq3a0eyg00j9sh2748qxaobt", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary ship of Mortal scum", + "subType": "Mortal", + "rulesText": "Waterbound", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oicuz00m4e0v5hhn37mnx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oiqmd00m7e0v582bbbusq", + "slug": "alp_pirate_ship_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pirate_ship-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Vincent Pompetti", + "flavorText": "“Build me straight, O worthy Master! \nStaunch and strong, a goodly vessel,\nThat shall laugh at all disaster, \nAnd with wave and whirlwind wrestle!“\n— Henry Wadsworth Longfellow", + "cardId": "clm4oi6y700m3e0v57p8ef5zb", + "setCardId": "clm4oicuz00m4e0v5hhn37mnx", + "setCard": { + "id": "clm4oicuz00m4e0v5hhn37mnx", + "slug": "alp_pirate_ship", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oi6y700m3e0v57p8ef5zb", + "meta": { + "id": "clq3a0eyg00j9sh2748qxaobt", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary ship of Mortal scum", + "subType": "Mortal", + "rulesText": "Waterbound", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oicuz00m4e0v5hhn37mnx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oikw200m6e0v5c9lm4hbc", + "slug": "alp_pirate_ship_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pirate_ship-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "“Build me straight, O worthy Master! \nStaunch and strong, a goodly vessel,\nThat shall laugh at all disaster, \nAnd with wave and whirlwind wrestle!“\n— Henry Wadsworth Longfellow", + "cardId": "clm4oi6y700m3e0v57p8ef5zb", + "setCardId": "clm4oicuz00m4e0v5hhn37mnx", + "setCard": { + "id": "clm4oicuz00m4e0v5hhn37mnx", + "slug": "alp_pirate_ship", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oi6y700m3e0v57p8ef5zb", + "meta": { + "id": "clq3a0eyg00j9sh2748qxaobt", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary ship of Mortal scum", + "subType": "Mortal", + "rulesText": "Waterbound", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oicuz00m4e0v5hhn37mnx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nhsw500e7e0v50s2mgyo7", + "slug": "pit_vipers", + "name": "Pit Vipers", + "hotscore": 1843, + "guardian": { + "id": "clq39znw800drsh27jmvnj8sh", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A terrifying tangle of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Burrowing, Lethal", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nhsw500e7e0v50s2mgyo7" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h39p00vus67p5ayfqqrw", + "slug": "bet_pit_vipers_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pit_vipers.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Always look before you leap, for snakes among the hollows creep.", + "cardId": "clm4nhsw500e7e0v50s2mgyo7", + "setCardId": "clot8h37x00vss67p95uoznah", + "setCard": { + "id": "clot8h37x00vss67p95uoznah", + "slug": "bet_pit_vipers", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nhsw500e7e0v50s2mgyo7", + "meta": { + "id": "clq39zo6d00dtsh27j0lxqrlg", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A terrifying tangle of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Burrowing, Lethal", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h37x00vss67p95uoznah" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h3bg00vws67pyaakgcar", + "slug": "bet_pit_vipers_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pit_vipers-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Always look before you leap, for snakes among the hollows creep.", + "cardId": "clm4nhsw500e7e0v50s2mgyo7", + "setCardId": "clot8h37x00vss67p95uoznah", + "setCard": { + "id": "clot8h37x00vss67p95uoznah", + "slug": "bet_pit_vipers", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nhsw500e7e0v50s2mgyo7", + "meta": { + "id": "clq39zo6d00dtsh27j0lxqrlg", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A terrifying tangle of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Burrowing, Lethal", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h37x00vss67p95uoznah" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ni0l300e9e0v5aii8dt35", + "slug": "alp_pit_vipers_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pit_vipers.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Always look before you leap, for snakes among the hollows creep.", + "cardId": "clm4nhsw500e7e0v50s2mgyo7", + "setCardId": "clm4nhza100e8e0v5h8wn3elx", + "setCard": { + "id": "clm4nhza100e8e0v5h8wn3elx", + "slug": "alp_pit_vipers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nhsw500e7e0v50s2mgyo7", + "meta": { + "id": "clq39znyj00dssh27uvb7w6f0", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A terrifying tangle of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Burrowing, Lethal\n", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nhza100e8e0v5h8wn3elx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nidjj00ebe0v5ggmd1de7", + "slug": "alp_pit_vipers_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pit_vipers-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Michal Nagypál", + "flavorText": "Always look before you leap, for snakes among the hollows creep.", + "cardId": "clm4nhsw500e7e0v50s2mgyo7", + "setCardId": "clm4nhza100e8e0v5h8wn3elx", + "setCard": { + "id": "clm4nhza100e8e0v5h8wn3elx", + "slug": "alp_pit_vipers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nhsw500e7e0v50s2mgyo7", + "meta": { + "id": "clq39znyj00dssh27uvb7w6f0", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A terrifying tangle of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Burrowing, Lethal\n", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nhza100e8e0v5h8wn3elx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ni7q100eae0v531jq352t", + "slug": "alp_pit_vipers_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pit_vipers-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Always look before you leap, for snakes among the hollows creep.", + "cardId": "clm4nhsw500e7e0v50s2mgyo7", + "setCardId": "clm4nhza100e8e0v5h8wn3elx", + "setCard": { + "id": "clm4nhza100e8e0v5h8wn3elx", + "slug": "alp_pit_vipers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nhsw500e7e0v50s2mgyo7", + "meta": { + "id": "clq39znyj00dssh27uvb7w6f0", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "A terrifying tangle of Ordinary Beasts", + "subType": "Beast", + "rulesText": "Burrowing, Lethal\n", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nhza100e8e0v5h8wn3elx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oxp6l00pke0v5ejf490g3", + "slug": "plague_of_frogs", + "name": "Plague of Frogs", + "hotscore": 2253, + "guardian": { + "id": "clq3a0qc800lksh27349gza6t", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic in its most annoying form", + "subType": "", + "rulesText": "Summon seven Frog tokens.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oxp6l00pke0v5ejf490g3" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hx2t01dxs67p1dic5zhs", + "slug": "bet_plague_of_frogs_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/plague_of_frogs.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "No more chilling a sound than a congress of croaks, and the splitter splatter of slimy feet.", + "cardId": "clm4oxp6l00pke0v5ejf490g3", + "setCardId": "clot8hx1001dvs67plkst5wq6", + "setCard": { + "id": "clot8hx1001dvs67plkst5wq6", + "slug": "bet_plague_of_frogs", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oxp6l00pke0v5ejf490g3", + "meta": { + "id": "clq3a0qkg00lmsh275no55900", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic in its most annoying form", + "subType": "", + "rulesText": "Summon seven Frog tokens.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hx1001dvs67plkst5wq6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hx4d01dzs67pa06aswpr", + "slug": "bet_plague_of_frogs_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/plague_of_frogs-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "No more chilling a sound than a congress of croaks, and the splitter splatter of slimy feet.", + "cardId": "clm4oxp6l00pke0v5ejf490g3", + "setCardId": "clot8hx1001dvs67plkst5wq6", + "setCard": { + "id": "clot8hx1001dvs67plkst5wq6", + "slug": "bet_plague_of_frogs", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oxp6l00pke0v5ejf490g3", + "meta": { + "id": "clq3a0qkg00lmsh275no55900", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic in its most annoying form", + "subType": "", + "rulesText": "Summon seven Frog tokens.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hx1001dvs67plkst5wq6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oxw9700pme0v55t628b6p", + "slug": "alp_plague_of_frogs_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/plague_of_frogs.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "No more chilling a sound than a congress of croaks, and the splitter splatter of slimy feet.", + "cardId": "clm4oxp6l00pke0v5ejf490g3", + "setCardId": "clm4oxuy400ple0v50pby9zjd", + "setCard": { + "id": "clm4oxuy400ple0v50pby9zjd", + "slug": "alp_plague_of_frogs", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oxp6l00pke0v5ejf490g3", + "meta": { + "id": "clq3a0qek00llsh27oa3aebnd", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic in its most annoying form", + "subType": "", + "rulesText": "Summon seven Frog tokens.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oxuy400ple0v50pby9zjd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oy3bc00pne0v5e31ta86j", + "slug": "alp_plague_of_frogs_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/plague_of_frogs-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "No more chilling a sound than a congress of croaks, and the splitter splatter of slimy feet.", + "cardId": "clm4oxp6l00pke0v5ejf490g3", + "setCardId": "clm4oxuy400ple0v50pby9zjd", + "setCard": { + "id": "clm4oxuy400ple0v50pby9zjd", + "slug": "alp_plague_of_frogs", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oxp6l00pke0v5ejf490g3", + "meta": { + "id": "clq3a0qek00llsh27oa3aebnd", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic in its most annoying form", + "subType": "", + "rulesText": "Summon seven Frog tokens.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oxuy400ple0v50pby9zjd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qxfi90150e0v59b1h6eyl", + "slug": "planar_gate", + "name": "Planar Gate", + "hotscore": 755, + "guardian": { + "id": "clq3a261500wash27dggqdz2n", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site and gateway to oblivion", + "subType": "", + "rulesText": "Minions here can traverse the void, gaining Voidwalk until leaving it.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qxfi90150e0v59b1h6eyl" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j2fx022ws67p40nwxnio", + "slug": "bet_planar_gate_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/planar_gate.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4qxfi90150e0v59b1h6eyl", + "setCardId": "clot8j2ef022us67ph986ug08", + "setCard": { + "id": "clot8j2ef022us67ph986ug08", + "slug": "bet_planar_gate", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qxfi90150e0v59b1h6eyl", + "meta": { + "id": "clq3a269c00wcsh2707dmc3vk", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site and gateway to oblivion", + "subType": "", + "rulesText": "Minions here can traverse the void, gaining Voidwalk until leaving it.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j2ef022us67ph986ug08" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j2hh022ys67p1n2qjb82", + "slug": "bet_planar_gate_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/planar_gate-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4qxfi90150e0v59b1h6eyl", + "setCardId": "clot8j2ef022us67ph986ug08", + "setCard": { + "id": "clot8j2ef022us67ph986ug08", + "slug": "bet_planar_gate", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qxfi90150e0v59b1h6eyl", + "meta": { + "id": "clq3a269c00wcsh2707dmc3vk", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site and gateway to oblivion", + "subType": "", + "rulesText": "Minions here can traverse the void, gaining Voidwalk until leaving it.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j2ef022us67ph986ug08" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qxmox0152e0v55qbw2bfl", + "slug": "alp_planar_gate_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/planar_gate.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4qxfi90150e0v59b1h6eyl", + "setCardId": "clm4qxldy0151e0v57s2vc9pu", + "setCard": { + "id": "clm4qxldy0151e0v57s2vc9pu", + "slug": "alp_planar_gate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qxfi90150e0v59b1h6eyl", + "meta": { + "id": "clq3a263l00wbsh278arh8xo3", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site and gateway to oblivion", + "subType": "", + "rulesText": "Minions here can traverse the void, gaining Voidwalk until leaving it.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qxldy0151e0v57s2vc9pu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qxsog0153e0v52s9zb7rs", + "slug": "alp_planar_gate_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/planar_gate-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4qxfi90150e0v59b1h6eyl", + "setCardId": "clm4qxldy0151e0v57s2vc9pu", + "setCard": { + "id": "clm4qxldy0151e0v57s2vc9pu", + "slug": "alp_planar_gate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qxfi90150e0v59b1h6eyl", + "meta": { + "id": "clq3a263l00wbsh278arh8xo3", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site and gateway to oblivion", + "subType": "", + "rulesText": "Minions here can traverse the void, gaining Voidwalk until leaving it.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qxldy0151e0v57s2vc9pu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4iiwtk003g24v5a0f9appf", + "slug": "plumed_pegasus", + "name": "Plumed Pegasus", + "hotscore": 734, + "guardian": { + "id": "clq39y4qu002dsh2790yk9kcc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of extraordinary extravagance", + "subType": "Beast", + "rulesText": "Airborne", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4iiwtk003g24v5a0f9appf" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fvk7005ls67paoo5fke9", + "slug": "bet_plumed_pegasus_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/plumed_pegasus.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Thereupon I could not breathe, but sighs were pardoned unto me. To see the pegasus fly is to feel the spirit soar.", + "cardId": "clm4iiwtk003g24v5a0f9appf", + "setCardId": "clot8fvim005js67pst76f67l", + "setCard": { + "id": "clot8fvim005js67pst76f67l", + "slug": "bet_plumed_pegasus", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iiwtk003g24v5a0f9appf", + "meta": { + "id": "clq39y51i002fsh27zjo56iho", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of extraordinary extravagance", + "subType": "Beast", + "rulesText": "Airborne", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fvim005js67pst76f67l" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fvlt005ns67px7lbps9n", + "slug": "bet_plumed_pegasus_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/plumed_pegasus-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Thereupon I could not breathe, but sighs were pardoned unto me. To see the pegasus fly is to feel the spirit soar.", + "cardId": "clm4iiwtk003g24v5a0f9appf", + "setCardId": "clot8fvim005js67pst76f67l", + "setCard": { + "id": "clot8fvim005js67pst76f67l", + "slug": "bet_plumed_pegasus", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iiwtk003g24v5a0f9appf", + "meta": { + "id": "clq39y51i002fsh27zjo56iho", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of extraordinary extravagance", + "subType": "Beast", + "rulesText": "Airborne", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fvim005js67pst76f67l" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ij42e003i24v5gds2g7gh", + "slug": "alp_plumed_pegasus_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/plumed_pegasus.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "\"Thereupon I could not breathe, but sighs were pardoned unto me. To see the pegasus fly is to feel the spirit soar.\"", + "cardId": "clm4iiwtk003g24v5a0f9appf", + "setCardId": "clm4ij2qk003h24v573q83d4f", + "setCard": { + "id": "clm4ij2qk003h24v573q83d4f", + "slug": "alp_plumed_pegasus", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iiwtk003g24v5a0f9appf", + "meta": { + "id": "clq39y4tc002esh278svnjtlk", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of extraordinary extravagance", + "subType": "Beast", + "rulesText": "Airborne", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ij2qk003h24v573q83d4f" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ijgab003k24v56yy04ymk", + "slug": "alp_plumed_pegasus_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/plumed_pegasus-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Melissa A. Benson", + "flavorText": "\"Thereupon I could not breathe, but sighs were pardoned unto me. To see the pegasus fly is to feel the spirit soar.\"", + "cardId": "clm4iiwtk003g24v5a0f9appf", + "setCardId": "clm4ij2qk003h24v573q83d4f", + "setCard": { + "id": "clm4ij2qk003h24v573q83d4f", + "slug": "alp_plumed_pegasus", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iiwtk003g24v5a0f9appf", + "meta": { + "id": "clq39y4tc002esh278svnjtlk", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of extraordinary extravagance", + "subType": "Beast", + "rulesText": "Airborne", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ij2qk003h24v573q83d4f" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ijasb003j24v50ulr8pdx", + "slug": "alp_plumed_pegasus_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/plumed_pegasus-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "\"Thereupon I could not breathe, but sighs were pardoned unto me. To see the pegasus fly is to feel the spirit soar.\"", + "cardId": "clm4iiwtk003g24v5a0f9appf", + "setCardId": "clm4ij2qk003h24v573q83d4f", + "setCard": { + "id": "clm4ij2qk003h24v573q83d4f", + "slug": "alp_plumed_pegasus", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iiwtk003g24v5a0f9appf", + "meta": { + "id": "clq39y4tc002esh278svnjtlk", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of extraordinary extravagance", + "subType": "Beast", + "rulesText": "Airborne", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ij2qk003h24v573q83d4f" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pq1ou00vje0v50eoz53x0", + "slug": "pnakotic_manuscript", + "name": "Pnakotic Manuscript", + "hotscore": 2817, + "guardian": { + "id": "clq3a1ai000pvsh27uhtqkpyd", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Document of transmundane madness", + "subType": "Document", + "rulesText": "Bearer has “Tap → Reveal your topmost spell and draw it. Bearer takes damage equal to that card's cost.”", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pq1ou00vje0v50eoz53x0" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8idiz01nxs67pcltbqju6", + "slug": "bet_pnakotic_manuscript_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pnakotic_manuscript.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "An understanding so vast it leaves little room for sanity.", + "cardId": "clm4pq1ou00vje0v50eoz53x0", + "setCardId": "clot8idh601nvs67p8tvdyd15", + "setCard": { + "id": "clot8idh601nvs67p8tvdyd15", + "slug": "bet_pnakotic_manuscript", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pq1ou00vje0v50eoz53x0", + "meta": { + "id": "clq3a1apz00pxsh27htu99k21", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Document of transmundane madness", + "subType": "Document", + "rulesText": "Bearer has “Tap → Reveal your topmost spell and draw it. Bearer takes damage equal to that card's cost.”", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8idh601nvs67p8tvdyd15" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8idkh01nzs67palmguvg3", + "slug": "bet_pnakotic_manuscript_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pnakotic_manuscript-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "An understanding so vast it leaves little room for sanity.", + "cardId": "clm4pq1ou00vje0v50eoz53x0", + "setCardId": "clot8idh601nvs67p8tvdyd15", + "setCard": { + "id": "clot8idh601nvs67p8tvdyd15", + "slug": "bet_pnakotic_manuscript", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pq1ou00vje0v50eoz53x0", + "meta": { + "id": "clq3a1apz00pxsh27htu99k21", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Document of transmundane madness", + "subType": "Document", + "rulesText": "Bearer has “Tap → Reveal your topmost spell and draw it. Bearer takes damage equal to that card's cost.”", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8idh601nvs67p8tvdyd15" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pq8fr00vle0v552zh88du", + "slug": "alp_pnakotic_manuscript_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pnakotic_manuscript.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "An understanding so vast it leaves little room for sanity.", + "cardId": "clm4pq1ou00vje0v50eoz53x0", + "setCardId": "clm4pq74o00vke0v5hzqbg31h", + "setCard": { + "id": "clm4pq74o00vke0v5hzqbg31h", + "slug": "alp_pnakotic_manuscript", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pq1ou00vje0v50eoz53x0", + "meta": { + "id": "clq3a1akb00pwsh27e73fwtad", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Document of transmundane madness", + "subType": "Document", + "rulesText": "Bearer has “Tap → Reveal your topmost spell and draw it. Bearer takes damage equal to that card's cost.”", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pq74o00vke0v5hzqbg31h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pqf1200vme0v5dtep943n", + "slug": "alp_pnakotic_manuscript_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pnakotic_manuscript-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "An understanding so vast it leaves little room for sanity.", + "cardId": "clm4pq1ou00vje0v50eoz53x0", + "setCardId": "clm4pq74o00vke0v5hzqbg31h", + "setCard": { + "id": "clm4pq74o00vke0v5hzqbg31h", + "slug": "alp_pnakotic_manuscript", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pq1ou00vje0v50eoz53x0", + "meta": { + "id": "clq3a1akb00pwsh27e73fwtad", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Document of transmundane madness", + "subType": "Document", + "rulesText": "Bearer has “Tap → Reveal your topmost spell and draw it. Bearer takes damage equal to that card's cost.”", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pq74o00vke0v5hzqbg31h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o0axk00iae0v549yragct", + "slug": "poison_nova", + "name": "Poison Nova", + "hotscore": 4349, + "guardian": { + "id": "clq3a01p300gjsh272kike2nu", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of mephitic miasma", + "subType": "", + "rulesText": "Lethal\r\n\r\nDeal 1 damage to each other nearby minion.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4o0axk00iae0v549yragct" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hdql0129s67ppc8hg668", + "slug": "bet_poison_nova_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/poison_nova.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4o0axk00iae0v549yragct", + "setCardId": "clot8hdp10127s67pa08gh9r0", + "setCard": { + "id": "clot8hdp10127s67pa08gh9r0", + "slug": "bet_poison_nova", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o0axk00iae0v549yragct", + "meta": { + "id": "clq3a01x600glsh27k11k2ysl", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of mephitic miasma", + "subType": "", + "rulesText": "Lethal\r\n\r\nDeal 1 damage to each other nearby minion.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hdp10127s67pa08gh9r0" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hds7012bs67pkaexjv8v", + "slug": "bet_poison_nova_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/poison_nova-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4o0axk00iae0v549yragct", + "setCardId": "clot8hdp10127s67pa08gh9r0", + "setCard": { + "id": "clot8hdp10127s67pa08gh9r0", + "slug": "bet_poison_nova", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o0axk00iae0v549yragct", + "meta": { + "id": "clq3a01x600glsh27k11k2ysl", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of mephitic miasma", + "subType": "", + "rulesText": "Lethal\r\n\r\nDeal 1 damage to each other nearby minion.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hdp10127s67pa08gh9r0" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o0i6400ice0v5bxisa7iz", + "slug": "alp_poison_nova_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/poison_nova.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4o0axk00iae0v549yragct", + "setCardId": "clm4o0gv100ibe0v5fv434rvk", + "setCard": { + "id": "clm4o0gv100ibe0v5fv434rvk", + "slug": "alp_poison_nova", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o0axk00iae0v549yragct", + "meta": { + "id": "clq3a01re00gksh27640ft54p", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of mephitic miasma", + "subType": "", + "rulesText": "Lethal\n\nDeal 1 damage to each other nearby minion.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o0gv100ibe0v5fv434rvk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o0pba00ide0v519hu4zij", + "slug": "alp_poison_nova_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/poison_nova-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4o0axk00iae0v549yragct", + "setCardId": "clm4o0gv100ibe0v5fv434rvk", + "setCard": { + "id": "clm4o0gv100ibe0v5fv434rvk", + "slug": "alp_poison_nova", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o0axk00iae0v549yragct", + "meta": { + "id": "clq3a01re00gksh27640ft54p", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of mephitic miasma", + "subType": "", + "rulesText": "Lethal\n\nDeal 1 damage to each other nearby minion.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o0gv100ibe0v5fv434rvk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pqlfy00vne0v5com180s5", + "slug": "poisonous_dagger", + "name": "Poisonous Dagger", + "hotscore": 2100, + "guardian": { + "id": "clq3a1avn00pysh275j378gwh", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon of virulent venom", + "subType": "Weapon", + "rulesText": "Bearer has Lethal.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pqlfy00vne0v5com180s5" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8iduk01o4s67p93r3hn90", + "slug": "bet_poisonous_dagger_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/poisonous_dagger.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Scantest scratch fulfilled\r\nWithal the strength of twenty\r\nShall thine heart be stilled", + "cardId": "clm4pqlfy00vne0v5com180s5", + "setCardId": "clot8idsy01o2s67p6hfe0yph", + "setCard": { + "id": "clot8idsy01o2s67p6hfe0yph", + "slug": "bet_poisonous_dagger", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pqlfy00vne0v5com180s5", + "meta": { + "id": "clq3a1b3q00q0sh270bucyrl5", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon of virulent venom", + "subType": "Weapon", + "rulesText": "Bearer has Lethal.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8idsy01o2s67p6hfe0yph" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8idw501o6s67pwmsbioy5", + "slug": "bet_poisonous_dagger_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/poisonous_dagger-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Scantest scratch fulfilled\r\nWithal the strength of twenty\r\nShall thine heart be stilled", + "cardId": "clm4pqlfy00vne0v5com180s5", + "setCardId": "clot8idsy01o2s67p6hfe0yph", + "setCard": { + "id": "clot8idsy01o2s67p6hfe0yph", + "slug": "bet_poisonous_dagger", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pqlfy00vne0v5com180s5", + "meta": { + "id": "clq3a1b3q00q0sh270bucyrl5", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon of virulent venom", + "subType": "Weapon", + "rulesText": "Bearer has Lethal.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8idsy01o2s67p6hfe0yph" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pqszu00vpe0v55lsifvjw", + "slug": "alp_poisonous_dagger_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/poisonous_dagger.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Scantest scratch fulfilled\nWithal the strength of twenty\nShall thine heart be stilled", + "cardId": "clm4pqlfy00vne0v5com180s5", + "setCardId": "clm4pqrol00voe0v55hx70bte", + "setCard": { + "id": "clm4pqrol00voe0v55hx70bte", + "slug": "alp_poisonous_dagger", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pqlfy00vne0v5com180s5", + "meta": { + "id": "clq3a1ay000pzsh27ia5a8sw5", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon of virulent venom", + "subType": "Weapon", + "rulesText": "Bearer has Lethal.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pqrol00voe0v55hx70bte" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pqzum00vqe0v5do4c50sc", + "slug": "alp_poisonous_dagger_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/poisonous_dagger-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Scantest scratch fulfilled\nWithal the strength of twenty\nShall thine heart be stilled", + "cardId": "clm4pqlfy00vne0v5com180s5", + "setCardId": "clm4pqrol00voe0v55hx70bte", + "setCard": { + "id": "clm4pqrol00voe0v55hx70bte", + "slug": "alp_poisonous_dagger", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pqlfy00vne0v5com180s5", + "meta": { + "id": "clq3a1ay000pzsh27ia5a8sw5", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon of virulent venom", + "subType": "Weapon", + "rulesText": "Bearer has Lethal.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pqrol00voe0v55hx70bte" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oirrp00m8e0v5a1c0354h", + "slug": "polar_bears", + "name": "Polar Bears", + "hotscore": 926, + "guardian": { + "id": "clq3a0fbl00jbsh27avbxc3qa", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts of extreme latitudes", + "subType": "Beast", + "rulesText": "Can move as if the top and bottom edges of the realm were connected.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oirrp00m8e0v5a1c0354h" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hod0018os67pvhgob86f", + "slug": "bet_polar_bears_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/polar_bears.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4oirrp00m8e0v5a1c0354h", + "setCardId": "clot8hobi018ms67pcf70zo1x", + "setCard": { + "id": "clot8hobi018ms67pcf70zo1x", + "slug": "bet_polar_bears", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oirrp00m8e0v5a1c0354h", + "meta": { + "id": "clq3a0flb00jdsh273hj5gry8", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts of extreme latitudes", + "subType": "Beast", + "rulesText": "Can move as if the top and bottom edges of the realm were connected.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hobi018ms67pcf70zo1x" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hoej018qs67pplwwwlxv", + "slug": "bet_polar_bears_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/polar_bears-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4oirrp00m8e0v5a1c0354h", + "setCardId": "clot8hobi018ms67pcf70zo1x", + "setCard": { + "id": "clot8hobi018ms67pcf70zo1x", + "slug": "bet_polar_bears", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oirrp00m8e0v5a1c0354h", + "meta": { + "id": "clq3a0flb00jdsh273hj5gry8", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts of extreme latitudes", + "subType": "Beast", + "rulesText": "Can move as if the top and bottom edges of the realm were connected.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hobi018ms67pcf70zo1x" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oiyhy00mae0v59woe85fz", + "slug": "alp_polar_bears_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/polar_bears.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4oirrp00m8e0v5a1c0354h", + "setCardId": "clm4oix4700m9e0v56y3hg4ty", + "setCard": { + "id": "clm4oix4700m9e0v56y3hg4ty", + "slug": "alp_polar_bears", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oirrp00m8e0v5a1c0354h", + "meta": { + "id": "clq3a0fdw00jcsh27zduyzqwq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts of extreme latitudes", + "subType": "Beast", + "rulesText": "Can move as if the top and bottom edges of the realm were connected.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oix4700m9e0v56y3hg4ty" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ojbdo00mce0v5gwpb3f6y", + "slug": "alp_polar_bears_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/polar_bears-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4oirrp00m8e0v5a1c0354h", + "setCardId": "clm4oix4700m9e0v56y3hg4ty", + "setCard": { + "id": "clm4oix4700m9e0v56y3hg4ty", + "slug": "alp_polar_bears", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oirrp00m8e0v5a1c0354h", + "meta": { + "id": "clq3a0fdw00jcsh27zduyzqwq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts of extreme latitudes", + "subType": "Beast", + "rulesText": "Can move as if the top and bottom edges of the realm were connected.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oix4700m9e0v56y3hg4ty" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oj5hj00mbe0v5dk820ges", + "slug": "alp_polar_bears_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/polar_bears-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4oirrp00m8e0v5a1c0354h", + "setCardId": "clm4oix4700m9e0v56y3hg4ty", + "setCard": { + "id": "clm4oix4700m9e0v56y3hg4ty", + "slug": "alp_polar_bears", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oirrp00m8e0v5a1c0354h", + "meta": { + "id": "clq3a0fdw00jcsh27zduyzqwq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts of extreme latitudes", + "subType": "Beast", + "rulesText": "Can move as if the top and bottom edges of the realm were connected.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oix4700m9e0v56y3hg4ty" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ojciw00mde0v56pmw5lom", + "slug": "polar_explorers", + "name": "Polar Explorers", + "hotscore": 855, + "guardian": { + "id": "clq3a0fra00jesh272zbpvx6k", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals on an icy expedition", + "subType": "Mortal", + "rulesText": "Allied units here can move as if the top and bottom edges of the realm were connected.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ojciw00mde0v56pmw5lom" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hoo2018vs67pqham8gnn", + "slug": "bet_polar_explorers_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/polar_explorers.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ojciw00mde0v56pmw5lom", + "setCardId": "clot8homi018ts67pe52vpi67", + "setCard": { + "id": "clot8homi018ts67pe52vpi67", + "slug": "bet_polar_explorers", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ojciw00mde0v56pmw5lom", + "meta": { + "id": "clq3a0fz700jgsh278amgcrl3", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals on an icy expedition", + "subType": "Mortal", + "rulesText": "Allied units here can move as if the top and bottom edges of the realm were connected.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8homi018ts67pe52vpi67" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hopi018xs67p93hq24al", + "slug": "bet_polar_explorers_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/polar_explorers-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ojciw00mde0v56pmw5lom", + "setCardId": "clot8homi018ts67pe52vpi67", + "setCard": { + "id": "clot8homi018ts67pe52vpi67", + "slug": "bet_polar_explorers", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ojciw00mde0v56pmw5lom", + "meta": { + "id": "clq3a0fz700jgsh278amgcrl3", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals on an icy expedition", + "subType": "Mortal", + "rulesText": "Allied units here can move as if the top and bottom edges of the realm were connected.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8homi018ts67pe52vpi67" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ojjjd00mfe0v56upk52t4", + "slug": "alp_polar_explorers_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/polar_explorers.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ojciw00mde0v56pmw5lom", + "setCardId": "clm4oji7u00mee0v534yg4f91", + "setCard": { + "id": "clm4oji7u00mee0v534yg4f91", + "slug": "alp_polar_explorers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ojciw00mde0v56pmw5lom", + "meta": { + "id": "clq3a0ftk00jfsh279t5721ki", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals on an icy expedition", + "subType": "Mortal", + "rulesText": "Allied units here can move as if the top and bottom edges of the realm were connected.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oji7u00mee0v534yg4f91" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ojqbq00mge0v5b0f26uhw", + "slug": "alp_polar_explorers_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/polar_explorers-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ojciw00mde0v56pmw5lom", + "setCardId": "clm4oji7u00mee0v534yg4f91", + "setCard": { + "id": "clm4oji7u00mee0v534yg4f91", + "slug": "alp_polar_explorers", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ojciw00mde0v56pmw5lom", + "meta": { + "id": "clq3a0ftk00jfsh279t5721ki", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals on an icy expedition", + "subType": "Mortal", + "rulesText": "Allied units here can move as if the top and bottom edges of the realm were connected.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oji7u00mee0v534yg4f91" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oy8xl00poe0v5fjv81ed2", + "slug": "pollimorph", + "name": "Pollimorph", + "hotscore": 2458, + "guardian": { + "id": "clq3a0qq200lnsh278ntwvm6z", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of transfrogrification", + "subType": "", + "rulesText": "Transform target nearby minion into a Frog token.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oy8xl00poe0v5fjv81ed2" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hxdu01e4s67pk2nzskzb", + "slug": "bet_pollimorph_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pollimorph.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4oy8xl00poe0v5fjv81ed2", + "setCardId": "clot8hxc901e2s67ph7s7noc3", + "setCard": { + "id": "clot8hxc901e2s67ph7s7noc3", + "slug": "bet_pollimorph", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oy8xl00poe0v5fjv81ed2", + "meta": { + "id": "clq3a0qxx00lpsh27e769zf81", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of transfrogrification", + "subType": "", + "rulesText": "Transform target nearby minion into a Frog token.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hxc901e2s67ph7s7noc3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hxfl01e6s67pqt7wko72", + "slug": "bet_pollimorph_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pollimorph-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4oy8xl00poe0v5fjv81ed2", + "setCardId": "clot8hxc901e2s67ph7s7noc3", + "setCard": { + "id": "clot8hxc901e2s67ph7s7noc3", + "slug": "bet_pollimorph", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oy8xl00poe0v5fjv81ed2", + "meta": { + "id": "clq3a0qxx00lpsh27e769zf81", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of transfrogrification", + "subType": "", + "rulesText": "Transform target nearby minion into a Frog token.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hxc901e2s67ph7s7noc3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oyfoz00pqe0v55iv63sy6", + "slug": "alp_pollimorph_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pollimorph.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4oy8xl00poe0v5fjv81ed2", + "setCardId": "clm4oyedt00ppe0v5b84n9emu", + "setCard": { + "id": "clm4oyedt00ppe0v5b84n9emu", + "slug": "alp_pollimorph", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oy8xl00poe0v5fjv81ed2", + "meta": { + "id": "clq3a0qsb00losh27f3t3ejua", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of transfrogrification", + "subType": "", + "rulesText": "Transform target nearby minion into a Frog token.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oyedt00ppe0v5b84n9emu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oymw200pre0v5etqm673w", + "slug": "alp_pollimorph_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pollimorph-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4oy8xl00poe0v5fjv81ed2", + "setCardId": "clm4oyedt00ppe0v5b84n9emu", + "setCard": { + "id": "clm4oyedt00ppe0v5b84n9emu", + "slug": "alp_pollimorph", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oy8xl00poe0v5fjv81ed2", + "meta": { + "id": "clq3a0qsb00losh27f3t3ejua", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of transfrogrification", + "subType": "", + "rulesText": "Transform target nearby minion into a Frog token.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oyedt00ppe0v5b84n9emu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ojw3100mhe0v59uwffavm", + "slug": "porcupine_pufferfish", + "name": "Porcupine Pufferfish", + "hotscore": 1498, + "guardian": { + "id": "clq3a0g4v00jhsh271d3w39jc", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary and prickly little Beast", + "subType": "Beast", + "rulesText": "Lethal, Submerge", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ojw3100mhe0v59uwffavm" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hp0b0192s67pk4piyind", + "slug": "bet_porcupine_pufferfish_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/porcupine_pufferfish.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "A remarkable thirteen pufferfish entries are found in Bog'duul’s Greater and Lesser Poisons and Their Uses.", + "cardId": "clm4ojw3100mhe0v59uwffavm", + "setCardId": "clot8hoyo0190s67p3oml5y6o", + "setCard": { + "id": "clot8hoyo0190s67p3oml5y6o", + "slug": "bet_porcupine_pufferfish", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ojw3100mhe0v59uwffavm", + "meta": { + "id": "clq3a0gck00jjsh270tcq5myl", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary and prickly little Beast", + "subType": "Beast", + "rulesText": "Lethal, Submerge", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hoyo0190s67p3oml5y6o" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hp200194s67p9forsoe3", + "slug": "bet_porcupine_pufferfish_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/porcupine_pufferfish-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "A remarkable thirteen pufferfish entries are found in Bog'duul’s Greater and Lesser Poisons and Their Uses.", + "cardId": "clm4ojw3100mhe0v59uwffavm", + "setCardId": "clot8hoyo0190s67p3oml5y6o", + "setCard": { + "id": "clot8hoyo0190s67p3oml5y6o", + "slug": "bet_porcupine_pufferfish", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ojw3100mhe0v59uwffavm", + "meta": { + "id": "clq3a0gck00jjsh270tcq5myl", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary and prickly little Beast", + "subType": "Beast", + "rulesText": "Lethal, Submerge", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hoyo0190s67p3oml5y6o" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ok3i900mje0v5f00y71qd", + "slug": "alp_porcupine_pufferfish_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/porcupine_pufferfish.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "A remarkable thirteen pufferfish entries are found in Bog'duul’s Greater and Lesser Poisons and Their Uses.", + "cardId": "clm4ojw3100mhe0v59uwffavm", + "setCardId": "clm4ok26r00mie0v53h6dfbe9", + "setCard": { + "id": "clm4ok26r00mie0v53h6dfbe9", + "slug": "alp_porcupine_pufferfish", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ojw3100mhe0v59uwffavm", + "meta": { + "id": "clq3a0g7300jish27y1ciqsmd", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary and prickly little Beast", + "subType": "Beast", + "rulesText": "Lethal, Submerge", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ok26r00mie0v53h6dfbe9" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4okaf200mke0v57iyzblx5", + "slug": "alp_porcupine_pufferfish_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/porcupine_pufferfish-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "A remarkable thirteen pufferfish entries are found in Bog'duul’s Greater and Lesser Poisons and Their Uses.", + "cardId": "clm4ojw3100mhe0v59uwffavm", + "setCardId": "clm4ok26r00mie0v53h6dfbe9", + "setCard": { + "id": "clm4ok26r00mie0v53h6dfbe9", + "slug": "alp_porcupine_pufferfish", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ojw3100mhe0v59uwffavm", + "meta": { + "id": "clq3a0g7300jish27y1ciqsmd", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary and prickly little Beast", + "subType": "Beast", + "rulesText": "Lethal, Submerge", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ok26r00mie0v53h6dfbe9" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qxytr0154e0v51pd3303i", + "slug": "primordial_spring", + "name": "Primordial Spring", + "hotscore": 1273, + "guardian": { + "id": "clq3a26f400wdsh27dbqful97", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of primeval bounty", + "subType": "", + "rulesText": "Genesis → If you control fewer sites than any opponent, draw three sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qxytr0154e0v51pd3303i" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j2rm0233s67p7zomvayu", + "slug": "bet_primordial_spring_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/primordial_spring.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qxytr0154e0v51pd3303i", + "setCardId": "clot8j2q00231s67ptuo4fjr1", + "setCard": { + "id": "clot8j2q00231s67ptuo4fjr1", + "slug": "bet_primordial_spring", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qxytr0154e0v51pd3303i", + "meta": { + "id": "clq3a26n900wfsh27zdt9e8p0", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of primeval bounty", + "subType": "", + "rulesText": "Genesis → If you control fewer sites than any opponent, draw three sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j2q00231s67ptuo4fjr1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j2t50235s67py60sdw0p", + "slug": "bet_primordial_spring_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/primordial_spring-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qxytr0154e0v51pd3303i", + "setCardId": "clot8j2q00231s67ptuo4fjr1", + "setCard": { + "id": "clot8j2q00231s67ptuo4fjr1", + "slug": "bet_primordial_spring", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qxytr0154e0v51pd3303i", + "meta": { + "id": "clq3a26n900wfsh27zdt9e8p0", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of primeval bounty", + "subType": "", + "rulesText": "Genesis → If you control fewer sites than any opponent, draw three sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j2q00231s67ptuo4fjr1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qy64s0156e0v57bwo90wf", + "slug": "alp_primordial_spring_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/primordial_spring.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qxytr0154e0v51pd3303i", + "setCardId": "clm4qy4ts0155e0v59sj84t0c", + "setCard": { + "id": "clm4qy4ts0155e0v59sj84t0c", + "slug": "alp_primordial_spring", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qxytr0154e0v51pd3303i", + "meta": { + "id": "clq3a26hi00wesh27uwazc3j0", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of primeval bounty", + "subType": "", + "rulesText": "Genesis → If you control fewer sites than any opponent, draw three sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qy4ts0155e0v59sj84t0c" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qyd1t0157e0v55ke5hyfz", + "slug": "alp_primordial_spring_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/primordial_spring-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4qxytr0154e0v51pd3303i", + "setCardId": "clm4qy4ts0155e0v59sj84t0c", + "setCard": { + "id": "clm4qy4ts0155e0v59sj84t0c", + "slug": "alp_primordial_spring", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qxytr0154e0v51pd3303i", + "meta": { + "id": "clq3a26hi00wesh27uwazc3j0", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of primeval bounty", + "subType": "", + "rulesText": "Genesis → If you control fewer sites than any opponent, draw three sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qy4ts0155e0v59sj84t0c" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qmxf3012ue0v5bdwa40qx", + "slug": "pristine_paradise", + "name": "Pristine Paradise", + "hotscore": 1531, + "guardian": { + "id": "clq3a1yjn00upsh27si104svn", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "cardId": "clm4qmxf3012ue0v5bdwa40qx" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + }, + { + "id": "fire", + "name": "Fire" + }, + { + "id": "water", + "name": "Water" + }, + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8iwdk01z7s67pr0nqfuph", + "slug": "bet_pristine_paradise_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pristine_paradise.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "setCardId": "clot8iwbx01z5s67p12u2yp43", + "setCard": { + "id": "clot8iwbx01z5s67p12u2yp43", + "slug": "bet_pristine_paradise", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "meta": { + "id": "clq3a1ysu00ursh27no9164w4", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8iwbx01z5s67p12u2yp43" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iwf301z9s67po6l5ctyt", + "slug": "bet_pristine_paradise_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pristine_paradise-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "setCardId": "clot8iwbx01z5s67p12u2yp43", + "setCard": { + "id": "clot8iwbx01z5s67p12u2yp43", + "slug": "bet_pristine_paradise", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "meta": { + "id": "clq3a1ysu00ursh27no9164w4", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8iwbx01z5s67p12u2yp43" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qn5ae012we0v51b8xaotf", + "slug": "alp_pristine_paradise_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pristine_paradise.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "setCardId": "clm4qn3zf012ve0v52y3b1o02", + "setCard": { + "id": "clm4qn3zf012ve0v52y3b1o02", + "slug": "alp_pristine_paradise", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "meta": { + "id": "clq3a1ylw00uqsh27z378ff6v", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qn3zf012ve0v52y3b1o02" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qnc1p012xe0v563qr5rwy", + "slug": "alp_pristine_paradise_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pristine_paradise-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "setCardId": "clm4qn3zf012ve0v52y3b1o02", + "setCard": { + "id": "clm4qn3zf012ve0v52y3b1o02", + "slug": "alp_pristine_paradise", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qmxf3012ue0v5bdwa40qx", + "meta": { + "id": "clq3a1ylw00uqsh27z378ff6v", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of virgin splendor", + "subType": "", + "rulesText": "Provides no mana or threshold unless completely empty.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qn3zf012ve0v52y3b1o02" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lryvw001fe0v574m84v5f", + "slug": "psionic_blast", + "name": "Psionic Blast", + "hotscore": 263, + "guardian": { + "id": "clq39ygni004ssh27srzikny6", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of stunning realization", + "subType": "", + "rulesText": "Deal 1 damage to each minion here. They're disabled until your next turn.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lryvw001fe0v574m84v5f" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g4rw00b1s67psi53kbdu", + "slug": "bet_psionic_blast_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/psionic_blast.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "A laden conscience soon becomes leaden.", + "cardId": "clm4lryvw001fe0v574m84v5f", + "setCardId": "clot8g4qe00azs67pvftsyiyd", + "setCard": { + "id": "clot8g4qe00azs67pvftsyiyd", + "slug": "bet_psionic_blast", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lryvw001fe0v574m84v5f", + "meta": { + "id": "clq39ygvt004ush27fq6zzlsu", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of stunning realization", + "subType": "", + "rulesText": "Deal 1 damage to each minion here. They're disabled until your next turn.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g4qe00azs67pvftsyiyd" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g4tf00b3s67pidpzgg6e", + "slug": "bet_psionic_blast_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/psionic_blast-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "A laden conscience soon becomes leaden.", + "cardId": "clm4lryvw001fe0v574m84v5f", + "setCardId": "clot8g4qe00azs67pvftsyiyd", + "setCard": { + "id": "clot8g4qe00azs67pvftsyiyd", + "slug": "bet_psionic_blast", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lryvw001fe0v574m84v5f", + "meta": { + "id": "clq39ygvt004ush27fq6zzlsu", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of stunning realization", + "subType": "", + "rulesText": "Deal 1 damage to each minion here. They're disabled until your next turn.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g4qe00azs67pvftsyiyd" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ls6oz001he0v51u792azm", + "slug": "alp_psionic_blast_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/psionic_blast.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "A laden conscience soon becomes leaden.", + "cardId": "clm4lryvw001fe0v574m84v5f", + "setCardId": "clm4ls53q001ge0v50k68demy", + "setCard": { + "id": "clm4ls53q001ge0v50k68demy", + "slug": "alp_psionic_blast", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lryvw001fe0v574m84v5f", + "meta": { + "id": "clq39ygpv004tsh271ga5swq1", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of stunning realization", + "subType": "", + "rulesText": "Deal 1 damage to each minion here. They're disabled until your next turn.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ls53q001ge0v50k68demy" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lsejj001ie0v5ggfh2jvf", + "slug": "alp_psionic_blast_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/psionic_blast-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "A laden conscience soon becomes leaden.", + "cardId": "clm4lryvw001fe0v574m84v5f", + "setCardId": "clm4ls53q001ge0v50k68demy", + "setCard": { + "id": "clm4ls53q001ge0v50k68demy", + "slug": "alp_psionic_blast", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lryvw001fe0v574m84v5f", + "meta": { + "id": "clq39ygpv004tsh271ga5swq1", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of stunning realization", + "subType": "", + "rulesText": "Deal 1 damage to each minion here. They're disabled until your next turn.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ls53q001ge0v50k68demy" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mh4pg006be0v5dtyu1wv7", + "slug": "pudge_butcher", + "name": "Pudge Butcher", + "hotscore": 3840, + "guardian": { + "id": "clq39yx8k0088sh27tyf83qoq", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Demon of corpulent choler", + "subType": "Demon", + "rulesText": "Immobile\r\n\r\nTap → Shoot a projectile. If it hits a unit, drag it to this location. Pudge may fight it.", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mh4pg006be0v5dtyu1wv7" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8ghyk00j0s67pnamdrtdh", + "slug": "bet_pudge_butcher_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pudge_butcher.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4mh4pg006be0v5dtyu1wv7", + "setCardId": "clot8ghww00iys67p5r1bzi7a", + "setCard": { + "id": "clot8ghww00iys67p5r1bzi7a", + "slug": "bet_pudge_butcher", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mh4pg006be0v5dtyu1wv7", + "meta": { + "id": "clq39yxi4008ash27pdfecwte", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Demon of corpulent choler", + "subType": "Demon", + "rulesText": "Immobile\r\n\r\nTap → Shoot a projectile. If it hits a unit, drag it to this location. Pudge may fight it.", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ghww00iys67p5r1bzi7a" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gi0200j2s67p40jr3t7z", + "slug": "bet_pudge_butcher_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/pudge_butcher-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4mh4pg006be0v5dtyu1wv7", + "setCardId": "clot8ghww00iys67p5r1bzi7a", + "setCard": { + "id": "clot8ghww00iys67p5r1bzi7a", + "slug": "bet_pudge_butcher", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mh4pg006be0v5dtyu1wv7", + "meta": { + "id": "clq39yxi4008ash27pdfecwte", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Demon of corpulent choler", + "subType": "Demon", + "rulesText": "Immobile\r\n\r\nTap → Shoot a projectile. If it hits a unit, drag it to this location. Pudge may fight it.", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ghww00iys67p5r1bzi7a" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mhbsj006de0v54mk51yun", + "slug": "alp_pudge_butcher_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pudge_butcher.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4mh4pg006be0v5dtyu1wv7", + "setCardId": "clm4mhah8006ce0v5awpo2wp1", + "setCard": { + "id": "clm4mhah8006ce0v5awpo2wp1", + "slug": "alp_pudge_butcher", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mh4pg006be0v5dtyu1wv7", + "meta": { + "id": "clq39yxaw0089sh27umbyy9az", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Demon of corpulent choler", + "subType": "Demon", + "rulesText": "Immobile\n\nTap → Shoot a projectile. If it hits a unit, drag it to this location. Pudge may fight it.", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mhah8006ce0v5awpo2wp1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mhp4b006fe0v53tvz5fq2", + "slug": "alp_pudge_butcher_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pudge_butcher-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4mh4pg006be0v5dtyu1wv7", + "setCardId": "clm4mhah8006ce0v5awpo2wp1", + "setCard": { + "id": "clm4mhah8006ce0v5awpo2wp1", + "slug": "alp_pudge_butcher", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mh4pg006be0v5dtyu1wv7", + "meta": { + "id": "clq39yxaw0089sh27umbyy9az", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Demon of corpulent choler", + "subType": "Demon", + "rulesText": "Immobile\n\nTap → Shoot a projectile. If it hits a unit, drag it to this location. Pudge may fight it.", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mhah8006ce0v5awpo2wp1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mhjas006ee0v5fbky2u2s", + "slug": "alp_pudge_butcher_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/pudge_butcher-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4mh4pg006be0v5dtyu1wv7", + "setCardId": "clm4mhah8006ce0v5awpo2wp1", + "setCard": { + "id": "clm4mhah8006ce0v5awpo2wp1", + "slug": "alp_pudge_butcher", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mh4pg006be0v5dtyu1wv7", + "meta": { + "id": "clq39yxaw0089sh27umbyy9az", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Demon of corpulent choler", + "subType": "Demon", + "rulesText": "Immobile\n\nTap → Shoot a projectile. If it hits a unit, drag it to this location. Pudge may fight it.", + "cost": 4, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mhah8006ce0v5awpo2wp1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ijhfq003l24v57wlj1arv", + "slug": "puppet_master", + "name": "Puppet Master", + "hotscore": 353, + "guardian": { + "id": "clq39y574002gsh27657uvttw", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit pulls the strings", + "subType": "Spirit", + "rulesText": "Airborne\r\n\r\nGenesis → Gain control of all tapped minions here until Puppet Master leaves the realm.", + "cost": 6, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4ijhfq003l24v57wlj1arv" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fvwu005ss67py0c99x3u", + "slug": "bet_puppet_master_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/puppet_master.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4ijhfq003l24v57wlj1arv", + "setCardId": "clot8fvvc005qs67pr4r79lpl", + "setCard": { + "id": "clot8fvvc005qs67pr4r79lpl", + "slug": "bet_puppet_master", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ijhfq003l24v57wlj1arv", + "meta": { + "id": "clq39y5fm002ish27009s2zdp", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit pulls the strings", + "subType": "Spirit", + "rulesText": "Airborne\r\n\r\nGenesis → Gain control of all tapped minions here until Puppet Master leaves the realm.", + "cost": 6, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fvvc005qs67pr4r79lpl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fvyf005us67p7jizhk5c", + "slug": "bet_puppet_master_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/puppet_master-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4ijhfq003l24v57wlj1arv", + "setCardId": "clot8fvvc005qs67pr4r79lpl", + "setCard": { + "id": "clot8fvvc005qs67pr4r79lpl", + "slug": "bet_puppet_master", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ijhfq003l24v57wlj1arv", + "meta": { + "id": "clq39y5fm002ish27009s2zdp", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit pulls the strings", + "subType": "Spirit", + "rulesText": "Airborne\r\n\r\nGenesis → Gain control of all tapped minions here until Puppet Master leaves the realm.", + "cost": 6, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fvvc005qs67pr4r79lpl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ijp92003n24v54notburd", + "slug": "alp_puppet_master_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/puppet_master.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4ijhfq003l24v57wlj1arv", + "setCardId": "clm4ijnwu003m24v54l3f8btw", + "setCard": { + "id": "clm4ijnwu003m24v54l3f8btw", + "slug": "alp_puppet_master", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ijhfq003l24v57wlj1arv", + "meta": { + "id": "clq39y59i002hsh27hs132n5e", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit pulls the strings", + "subType": "Spirit", + "rulesText": "Airborne\n\nGenesis → Gain control of all tapped minions here until Puppet Master leaves the realm.", + "cost": 6, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ijnwu003m24v54l3f8btw" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ijvyq003o24v5fmhr98h5", + "slug": "alp_puppet_master_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/puppet_master-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4ijhfq003l24v57wlj1arv", + "setCardId": "clm4ijnwu003m24v54l3f8btw", + "setCard": { + "id": "clm4ijnwu003m24v54l3f8btw", + "slug": "alp_puppet_master", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ijhfq003l24v57wlj1arv", + "meta": { + "id": "clq39y59i002hsh27hs132n5e", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit pulls the strings", + "subType": "Spirit", + "rulesText": "Airborne\n\nGenesis → Gain control of all tapped minions here until Puppet Master leaves the realm.", + "cost": 6, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ijnwu003m24v54l3f8btw" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pr6fb00vre0v5fsch814n", + "slug": "purge_juggernaut", + "name": "Purge Juggernaut", + "hotscore": 385, + "guardian": { + "id": "clq3a1b9c00q1sh2750es5ksg", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Automaton of ceaseless slaughter", + "subType": "Automaton", + "rulesText": "At the start of your turn, Purge Juggernaut taps and moves to an adjacent location. Kill all minions there.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pr6fb00vre0v5fsch814n" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ie7z01obs67p64ktxnec", + "slug": "bet_purge_juggernaut_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/purge_juggernaut.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pr6fb00vre0v5fsch814n", + "setCardId": "clot8ie5q01o9s67pcmzdz4l3", + "setCard": { + "id": "clot8ie5q01o9s67pcmzdz4l3", + "slug": "bet_purge_juggernaut", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pr6fb00vre0v5fsch814n", + "meta": { + "id": "clq3a1bhc00q3sh27ouvqatuw", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Automaton of ceaseless slaughter", + "subType": "Automaton", + "rulesText": "At the start of your turn, Purge Juggernaut taps and moves to an adjacent location. Kill all minions there.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ie5q01o9s67pcmzdz4l3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ie9i01ods67p4pi9byba", + "slug": "bet_purge_juggernaut_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/purge_juggernaut-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pr6fb00vre0v5fsch814n", + "setCardId": "clot8ie5q01o9s67pcmzdz4l3", + "setCard": { + "id": "clot8ie5q01o9s67pcmzdz4l3", + "slug": "bet_purge_juggernaut", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pr6fb00vre0v5fsch814n", + "meta": { + "id": "clq3a1bhc00q3sh27ouvqatuw", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Automaton of ceaseless slaughter", + "subType": "Automaton", + "rulesText": "At the start of your turn, Purge Juggernaut taps and moves to an adjacent location. Kill all minions there.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ie5q01o9s67pcmzdz4l3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4prdd000vte0v59t5k22rh", + "slug": "alp_purge_juggernaut_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/purge_juggernaut.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pr6fb00vre0v5fsch814n", + "setCardId": "clm4prc1q00vse0v52aksd5ef", + "setCard": { + "id": "clm4prc1q00vse0v52aksd5ef", + "slug": "alp_purge_juggernaut", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pr6fb00vre0v5fsch814n", + "meta": { + "id": "clq3a1bbp00q2sh2706cz6fgl", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Automaton of ceaseless slaughter", + "subType": "Automaton", + "rulesText": "At the start of your turn, Purge Juggernaut taps and moves to an adjacent location. Kill all minions there.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4prc1q00vse0v52aksd5ef" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4prk1g00vue0v53x3fasnc", + "slug": "alp_purge_juggernaut_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/purge_juggernaut-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4pr6fb00vre0v5fsch814n", + "setCardId": "clm4prc1q00vse0v52aksd5ef", + "setCard": { + "id": "clm4prc1q00vse0v52aksd5ef", + "slug": "alp_purge_juggernaut", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pr6fb00vre0v5fsch814n", + "meta": { + "id": "clq3a1bbp00q2sh2706cz6fgl", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Automaton of ceaseless slaughter", + "subType": "Automaton", + "rulesText": "At the start of your turn, Purge Juggernaut taps and moves to an adjacent location. Kill all minions there.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4prc1q00vse0v52aksd5ef" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q7mci00zce0v5bhq43uh0", + "slug": "quagmire", + "name": "Quagmire", + "hotscore": 2809, + "guardian": { + "id": "clq3a1n3500sgsh27jrlouakm", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of swamp and slough", + "subType": "", + "rulesText": "Genesis → Until your next turn, units are Immobile while they occupy nearby sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4q7mci00zce0v5bhq43uh0" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8inlo01tys67pyype7auv", + "slug": "bet_quagmire_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/quagmire.png", + "finish": "Standard", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4q7mci00zce0v5bhq43uh0", + "setCardId": "clot8ink201tws67pycykzles", + "setCard": { + "id": "clot8ink201tws67pycykzles", + "slug": "bet_quagmire", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q7mci00zce0v5bhq43uh0", + "meta": { + "id": "clq3a1ncv00sish278ebzrkpf", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of swamp and slough", + "subType": "", + "rulesText": "Genesis → Until your next turn, units are Immobile while they occupy nearby sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ink201tws67pycykzles" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8inna01u0s67p34ivbfzi", + "slug": "bet_quagmire_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/quagmire-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4q7mci00zce0v5bhq43uh0", + "setCardId": "clot8ink201tws67pycykzles", + "setCard": { + "id": "clot8ink201tws67pycykzles", + "slug": "bet_quagmire", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q7mci00zce0v5bhq43uh0", + "meta": { + "id": "clq3a1ncv00sish278ebzrkpf", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of swamp and slough", + "subType": "", + "rulesText": "Genesis → Until your next turn, units are Immobile while they occupy nearby sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ink201tws67pycykzles" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q7u5200zee0v5du6o9aoq", + "slug": "alp_quagmire_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/quagmire.png", + "finish": "Standard", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4q7mci00zce0v5bhq43uh0", + "setCardId": "clm4q7snd00zde0v5ayrpe1bg", + "setCard": { + "id": "clm4q7snd00zde0v5ayrpe1bg", + "slug": "alp_quagmire", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q7mci00zce0v5bhq43uh0", + "meta": { + "id": "clq3a1n5o00shsh27o135jy5s", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of swamp and slough", + "subType": "", + "rulesText": "Genesis → Units occupying nearby sites are Immobile until your next turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q7snd00zde0v5ayrpe1bg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q861u00zge0v55vzc6jxh", + "slug": "alp_quagmire_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/quagmire-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4q7mci00zce0v5bhq43uh0", + "setCardId": "clm4q7snd00zde0v5ayrpe1bg", + "setCard": { + "id": "clm4q7snd00zde0v5ayrpe1bg", + "slug": "alp_quagmire", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q7mci00zce0v5bhq43uh0", + "meta": { + "id": "clq3a1n5o00shsh27o135jy5s", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of swamp and slough", + "subType": "", + "rulesText": "Genesis → Units occupying nearby sites are Immobile until your next turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q7snd00zde0v5ayrpe1bg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q80u700zfe0v50yxlgt4n", + "slug": "alp_quagmire_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/quagmire-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4q7mci00zce0v5bhq43uh0", + "setCardId": "clm4q7snd00zde0v5ayrpe1bg", + "setCard": { + "id": "clm4q7snd00zde0v5ayrpe1bg", + "slug": "alp_quagmire", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q7mci00zce0v5bhq43uh0", + "meta": { + "id": "clq3a1n5o00shsh27o135jy5s", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of swamp and slough", + "subType": "", + "rulesText": "Genesis → Units occupying nearby sites are Immobile until your next turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q7snd00zde0v5ayrpe1bg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nieo300ece0v52oua58w3", + "slug": "quarrelsome_kobolds", + "name": "Quarrelsome Kobolds", + "hotscore": 3126, + "guardian": { + "id": "clq39zoc300dush27c0n4unxh", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Goblins raise a ruckus", + "subType": "Goblin", + "rulesText": "At the end of your turn, Quarrelsome Kobolds strike themselves or another target adjacent unit.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nieo300ece0v52oua58w3" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h3kv00w1s67p2hsznkqj", + "slug": "bet_quarrelsome_kobolds_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/quarrelsome_kobolds.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "“He started it!” — The one that started it", + "cardId": "clm4nieo300ece0v52oua58w3", + "setCardId": "clot8h3jd00vzs67psjnbgcrf", + "setCard": { + "id": "clot8h3jd00vzs67psjnbgcrf", + "slug": "bet_quarrelsome_kobolds", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nieo300ece0v52oua58w3", + "meta": { + "id": "clq39zolz00dwsh27ziye8pde", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Goblins raise a ruckus", + "subType": "Goblin", + "rulesText": "At the end of your turn, Quarrelsome Kobolds strike themselves or another target adjacent unit.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h3jd00vzs67psjnbgcrf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h3md00w3s67ph3oq7heo", + "slug": "bet_quarrelsome_kobolds_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/quarrelsome_kobolds-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "“He started it!” — The one that started it", + "cardId": "clm4nieo300ece0v52oua58w3", + "setCardId": "clot8h3jd00vzs67psjnbgcrf", + "setCard": { + "id": "clot8h3jd00vzs67psjnbgcrf", + "slug": "bet_quarrelsome_kobolds", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nieo300ece0v52oua58w3", + "meta": { + "id": "clq39zolz00dwsh27ziye8pde", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Goblins raise a ruckus", + "subType": "Goblin", + "rulesText": "At the end of your turn, Quarrelsome Kobolds strike themselves or another target adjacent unit.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h3jd00vzs67psjnbgcrf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nileu00eee0v5h6i91aa3", + "slug": "alp_quarrelsome_kobolds_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/quarrelsome_kobolds.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "“He started it!” — The one that started it", + "cardId": "clm4nieo300ece0v52oua58w3", + "setCardId": "clm4nik3v00ede0v5f8wu4cz8", + "setCard": { + "id": "clm4nik3v00ede0v5f8wu4cz8", + "slug": "alp_quarrelsome_kobolds", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nieo300ece0v52oua58w3", + "meta": { + "id": "clq39zoel00dvsh27d94qmigw", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Goblins raise a ruckus", + "subType": "Goblin", + "rulesText": "At the end of your turn, Quarrelsome Kobolds strike themselves or another target adjacent unit.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nik3v00ede0v5f8wu4cz8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4niygg00ege0v5elm40po2", + "slug": "alp_quarrelsome_kobolds_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/quarrelsome_kobolds-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Alan Pollack", + "flavorText": "“He started it!” — The one that started it", + "cardId": "clm4nieo300ece0v52oua58w3", + "setCardId": "clm4nik3v00ede0v5f8wu4cz8", + "setCard": { + "id": "clm4nik3v00ede0v5f8wu4cz8", + "slug": "alp_quarrelsome_kobolds", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nieo300ece0v52oua58w3", + "meta": { + "id": "clq39zoel00dvsh27d94qmigw", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Goblins raise a ruckus", + "subType": "Goblin", + "rulesText": "At the end of your turn, Quarrelsome Kobolds strike themselves or another target adjacent unit.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nik3v00ede0v5f8wu4cz8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nisfc00efe0v55g4xflyt", + "slug": "alp_quarrelsome_kobolds_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/quarrelsome_kobolds-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "“He started it!” — The one that started it", + "cardId": "clm4nieo300ece0v52oua58w3", + "setCardId": "clm4nik3v00ede0v5f8wu4cz8", + "setCard": { + "id": "clm4nik3v00ede0v5f8wu4cz8", + "slug": "alp_quarrelsome_kobolds", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nieo300ece0v52oua58w3", + "meta": { + "id": "clq39zoel00dvsh27d94qmigw", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Goblins raise a ruckus", + "subType": "Goblin", + "rulesText": "At the end of your turn, Quarrelsome Kobolds strike themselves or another target adjacent unit.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nik3v00ede0v5f8wu4cz8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mhqg9006ge0v56iw0fva2", + "slug": "queen_of_midland", + "name": "Queen of Midland", + "hotscore": 1897, + "guardian": { + "id": "clq39yxnt008bsh27k6ai8nq9", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal, comely and covetous", + "subType": "Mortal", + "rulesText": "After an opponent draws a card, if they have more cards than you, you may draw a card.", + "cost": 5, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mhqg9006ge0v56iw0fva2" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gi9800j7s67pofo5kubc", + "slug": "bet_queen_of_midland_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/queen_of_midland.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "Only a fool outshines the sun.", + "cardId": "clm4mhqg9006ge0v56iw0fva2", + "setCardId": "clot8gi7q00j5s67p5623b8ah", + "setCard": { + "id": "clot8gi7q00j5s67p5623b8ah", + "slug": "bet_queen_of_midland", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mhqg9006ge0v56iw0fva2", + "meta": { + "id": "clq39yxxc008dsh2754wf9tbb", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal, comely and covetous", + "subType": "Mortal", + "rulesText": "After an opponent draws a card, if they have more cards than you, you may draw a card.", + "cost": 5, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gi7q00j5s67p5623b8ah" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8giap00j9s67p1y8niokl", + "slug": "bet_queen_of_midland_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/queen_of_midland-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "Only a fool outshines the sun.", + "cardId": "clm4mhqg9006ge0v56iw0fva2", + "setCardId": "clot8gi7q00j5s67p5623b8ah", + "setCard": { + "id": "clot8gi7q00j5s67p5623b8ah", + "slug": "bet_queen_of_midland", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mhqg9006ge0v56iw0fva2", + "meta": { + "id": "clq39yxxc008dsh2754wf9tbb", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal, comely and covetous", + "subType": "Mortal", + "rulesText": "After an opponent draws a card, if they have more cards than you, you may draw a card.", + "cost": 5, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gi7q00j5s67p5623b8ah" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mhxam006ie0v5fw6zcl2o", + "slug": "alp_queen_of_midland_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/queen_of_midland.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4mhqg9006ge0v56iw0fva2", + "setCardId": "clm4mhvzd006he0v52u31decu", + "setCard": { + "id": "clm4mhvzd006he0v52u31decu", + "slug": "alp_queen_of_midland", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mhqg9006ge0v56iw0fva2", + "meta": { + "id": "clq39yxq8008csh27ujwa929r", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal, comely and covetous", + "subType": "Mortal", + "rulesText": "After an opponent draws a card, if they have more cards than you, you may draw a card.", + "cost": 5, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mhvzd006he0v52u31decu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mi9or006ke0v58oc9b1o7", + "slug": "alp_queen_of_midland_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/queen_of_midland-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4mhqg9006ge0v56iw0fva2", + "setCardId": "clm4mhvzd006he0v52u31decu", + "setCard": { + "id": "clm4mhvzd006he0v52u31decu", + "slug": "alp_queen_of_midland", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mhqg9006ge0v56iw0fva2", + "meta": { + "id": "clq39yxq8008csh27ujwa929r", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal, comely and covetous", + "subType": "Mortal", + "rulesText": "After an opponent draws a card, if they have more cards than you, you may draw a card.", + "cost": 5, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mhvzd006he0v52u31decu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mi3vm006je0v54g5c6imm", + "slug": "alp_queen_of_midland_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/queen_of_midland-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4mhqg9006ge0v56iw0fva2", + "setCardId": "clm4mhvzd006he0v52u31decu", + "setCard": { + "id": "clm4mhvzd006he0v52u31decu", + "slug": "alp_queen_of_midland", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mhqg9006ge0v56iw0fva2", + "meta": { + "id": "clq39yxq8008csh27ujwa929r", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal, comely and covetous", + "subType": "Mortal", + "rulesText": "After an opponent draws a card, if they have more cards than you, you may draw a card.", + "cost": 5, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mhvzd006he0v52u31decu" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nizlh00ehe0v56r7z6wyj", + "slug": "raal_dromedary", + "name": "Raal Dromedary", + "hotscore": 419, + "guardian": { + "id": "clq39zos200dxsh27ppbufgzl", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary and superbly indifferent Beast", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nizlh00ehe0v56r7z6wyj" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h3vr00w8s67pbmbg8k5p", + "slug": "bet_raal_dromedary_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/raal_dromedary.png", + "finish": "Standard", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "“And a coarse grace remained: his head was high,\r\n Though his gaunt flanks with a great mange were worn:\r\n There was not any yearning in his eye,\r\n But on his lips and nostril infinite scorn.”\r\n — Archibald Young Campbell", + "cardId": "clm4nizlh00ehe0v56r7z6wyj", + "setCardId": "clot8h3u700w6s67p48mhfjg9", + "setCard": { + "id": "clot8h3u700w6s67p48mhfjg9", + "slug": "bet_raal_dromedary", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nizlh00ehe0v56r7z6wyj", + "meta": { + "id": "clq39zp2400dzsh27yt7l73iv", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary and superbly indifferent Beast", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h3u700w6s67p48mhfjg9" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h3xa00was67pb4ed9soc", + "slug": "bet_raal_dromedary_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/raal_dromedary-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "“And a coarse grace remained: his head was high,\r\n Though his gaunt flanks with a great mange were worn:\r\n There was not any yearning in his eye,\r\n But on his lips and nostril infinite scorn.”\r\n — Archibald Young Campbell", + "cardId": "clm4nizlh00ehe0v56r7z6wyj", + "setCardId": "clot8h3u700w6s67p48mhfjg9", + "setCard": { + "id": "clot8h3u700w6s67p48mhfjg9", + "slug": "bet_raal_dromedary", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nizlh00ehe0v56r7z6wyj", + "meta": { + "id": "clq39zp2400dzsh27yt7l73iv", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary and superbly indifferent Beast", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h3u700w6s67p48mhfjg9" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nj6cp00eje0v57qsz4up9", + "slug": "alp_raal_dromedary_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/raal_dromedary.png", + "finish": "Standard", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "“And a coarse grace remained: his head was high,\n Though his gaunt flanks with a great mange were worn:\n There was not any yearning in his eye,\n But on his lips and nostril infinite scorn.”\n — Archibald Young Campbell", + "cardId": "clm4nizlh00ehe0v56r7z6wyj", + "setCardId": "clm4nj51i00eie0v5829sfioi", + "setCard": { + "id": "clm4nj51i00eie0v5829sfioi", + "slug": "alp_raal_dromedary", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nizlh00ehe0v56r7z6wyj", + "meta": { + "id": "clq39zoue00dysh273ll6zda7", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary and superbly indifferent Beast", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nj51i00eie0v5829sfioi" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nji7v00ele0v529b39d6s", + "slug": "alp_raal_dromedary_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/raal_dromedary-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Caio Calazans", + "flavorText": "“And a coarse grace remained: his head was high,\n Though his gaunt flanks with a great mange were worn:\n There was not any yearning in his eye,\n But on his lips and nostril infinite scorn.”\n — Archibald Young Campbell", + "cardId": "clm4nizlh00ehe0v56r7z6wyj", + "setCardId": "clm4nj51i00eie0v5829sfioi", + "setCard": { + "id": "clm4nj51i00eie0v5829sfioi", + "slug": "alp_raal_dromedary", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nizlh00ehe0v56r7z6wyj", + "meta": { + "id": "clq39zoue00dysh273ll6zda7", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary and superbly indifferent Beast", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nj51i00eie0v5829sfioi" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4njced00eke0v59yg886sr", + "slug": "alp_raal_dromedary_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/raal_dromedary-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "“And a coarse grace remained: his head was high,\n Though his gaunt flanks with a great mange were worn:\n There was not any yearning in his eye,\n But on his lips and nostril infinite scorn.”\n — Archibald Young Campbell", + "cardId": "clm4nizlh00ehe0v56r7z6wyj", + "setCardId": "clm4nj51i00eie0v5829sfioi", + "setCard": { + "id": "clm4nj51i00eie0v5829sfioi", + "slug": "alp_raal_dromedary", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nizlh00ehe0v56r7z6wyj", + "meta": { + "id": "clq39zoue00dysh273ll6zda7", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary and superbly indifferent Beast", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nj51i00eie0v5829sfioi" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lsju0001je0v58ez482ti", + "slug": "rain_of_arrows", + "name": "Rain of Arrows", + "hotscore": 316, + "guardian": { + "id": "clq39yh1r004vsh27ra9i9r8m", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic eclipses the sun", + "subType": "", + "rulesText": "Deal 1 damage to each aboveground minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lsju0001je0v58ez482ti" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g52z00b8s67p1etp1vva", + "slug": "bet_rain_of_arrows_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/rain_of_arrows.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "\"Then we will fight in the shade!\"\r\n— Dienekes", + "cardId": "clm4lsju0001je0v58ez482ti", + "setCardId": "clot8g51g00b6s67pcf1363v3", + "setCard": { + "id": "clot8g51g00b6s67pcf1363v3", + "slug": "bet_rain_of_arrows", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lsju0001je0v58ez482ti", + "meta": { + "id": "clq39yh9t004xsh27xqhna5ho", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic eclipses the sun", + "subType": "", + "rulesText": "Deal 1 damage to each aboveground minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g51g00b6s67pcf1363v3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g54g00bas67ptyz3w6cg", + "slug": "bet_rain_of_arrows_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/rain_of_arrows-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "\"Then we will fight in the shade!\"\r\n— Dienekes", + "cardId": "clm4lsju0001je0v58ez482ti", + "setCardId": "clot8g51g00b6s67pcf1363v3", + "setCard": { + "id": "clot8g51g00b6s67pcf1363v3", + "slug": "bet_rain_of_arrows", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lsju0001je0v58ez482ti", + "meta": { + "id": "clq39yh9t004xsh27xqhna5ho", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic eclipses the sun", + "subType": "", + "rulesText": "Deal 1 damage to each aboveground minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g51g00b6s67pcf1363v3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lsray001le0v504272wtx", + "slug": "alp_rain_of_arrows_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rain_of_arrows.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "\"Then we will fight in the shade!\"\n— Dienekes", + "cardId": "clm4lsju0001je0v58ez482ti", + "setCardId": "clm4lspxf001ke0v5e2e6bvpn", + "setCard": { + "id": "clm4lspxf001ke0v5e2e6bvpn", + "slug": "alp_rain_of_arrows", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lsju0001je0v58ez482ti", + "meta": { + "id": "clq39yh46004wsh27g3jjntwp", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic eclipses the sun", + "subType": "", + "rulesText": "Deal 1 damage to each aboveground minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lspxf001ke0v5e2e6bvpn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lsz2u001me0v59yh52hl2", + "slug": "alp_rain_of_arrows_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rain_of_arrows-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "\"Then we will fight in the shade!\"\n— Dienekes", + "cardId": "clm4lsju0001je0v58ez482ti", + "setCardId": "clm4lspxf001ke0v5e2e6bvpn", + "setCard": { + "id": "clm4lspxf001ke0v5e2e6bvpn", + "slug": "alp_rain_of_arrows", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lsju0001je0v58ez482ti", + "meta": { + "id": "clq39yh46004wsh27g3jjntwp", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic eclipses the sun", + "subType": "", + "rulesText": "Deal 1 damage to each aboveground minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lspxf001ke0v5e2e6bvpn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lt5cu001ne0v5gj856u9f", + "slug": "raise_dead", + "name": "Raise Dead", + "hotscore": 1670, + "guardian": { + "id": "clq39yhfv004ysh275r4za78f", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of unsettling necromancy", + "subType": "", + "rulesText": "Summon a random dead minion.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4lt5cu001ne0v5gj856u9f" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g5du00bfs67pxtamtt4v", + "slug": "bet_raise_dead_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/raise_dead.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "The living need the dead far more than the dead need the living. — Thomas Laqueur", + "cardId": "clm4lt5cu001ne0v5gj856u9f", + "setCardId": "clot8g5c800bds67pgw1zvz4o", + "setCard": { + "id": "clot8g5c800bds67pgw1zvz4o", + "slug": "bet_raise_dead", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lt5cu001ne0v5gj856u9f", + "meta": { + "id": "clq39yhns0050sh27kk8m1qx0", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of unsettling necromancy", + "subType": "", + "rulesText": "Summon a random dead minion.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g5c800bds67pgw1zvz4o" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g5fg00bhs67pn49dzrm9", + "slug": "bet_raise_dead_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/raise_dead-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "The living need the dead far more than the dead need the living. — Thomas Laqueur", + "cardId": "clm4lt5cu001ne0v5gj856u9f", + "setCardId": "clot8g5c800bds67pgw1zvz4o", + "setCard": { + "id": "clot8g5c800bds67pgw1zvz4o", + "slug": "bet_raise_dead", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lt5cu001ne0v5gj856u9f", + "meta": { + "id": "clq39yhns0050sh27kk8m1qx0", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of unsettling necromancy", + "subType": "", + "rulesText": "Summon a random dead minion.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g5c800bds67pgw1zvz4o" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ltd4c001pe0v55iqq2ef1", + "slug": "alp_raise_dead_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/raise_dead.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "\"The living need the dead far more than the dead need the living.\" — Thomas Laqueur", + "cardId": "clm4lt5cu001ne0v5gj856u9f", + "setCardId": "clm4ltbjs001oe0v57igl4gac", + "setCard": { + "id": "clm4ltbjs001oe0v57igl4gac", + "slug": "alp_raise_dead", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lt5cu001ne0v5gj856u9f", + "meta": { + "id": "clq39yhi7004zsh27978rr3bg", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of unsettling necromancy", + "subType": "", + "rulesText": "Summon a random dead minion.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ltbjs001oe0v57igl4gac" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ltkwz001qe0v5djrpgvmj", + "slug": "alp_raise_dead_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/raise_dead-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "\"The living need the dead far more than the dead need the living.\" — Thomas Laqueur", + "cardId": "clm4lt5cu001ne0v5gj856u9f", + "setCardId": "clm4ltbjs001oe0v57igl4gac", + "setCard": { + "id": "clm4ltbjs001oe0v57igl4gac", + "slug": "alp_raise_dead", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lt5cu001ne0v5gj856u9f", + "meta": { + "id": "clq39yhi7004zsh27978rr3bg", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of unsettling necromancy", + "subType": "", + "rulesText": "Summon a random dead minion.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ltbjs001oe0v57igl4gac" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ltquz001re0v500ty1rkc", + "slug": "recall", + "name": "Recall", + "hotscore": 462, + "guardian": { + "id": "clq39yhth0051sh27k4iysn55", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of last resort", + "subType": "", + "rulesText": "Teleport any number of allied minions to the caster’s location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4ltquz001re0v500ty1rkc" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g5oq00bms67pafdv3m2h", + "slug": "bet_recall_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/recall.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4ltquz001re0v500ty1rkc", + "setCardId": "clot8g5n500bks67pojttzf38", + "setCard": { + "id": "clot8g5n500bks67pojttzf38", + "slug": "bet_recall", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ltquz001re0v500ty1rkc", + "meta": { + "id": "clq39yi180053sh275z52mtpz", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of last resort", + "subType": "", + "rulesText": "Teleport any number of allied minions to the caster’s location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g5n500bks67pojttzf38" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g5q700bos67p9s0pzhqb", + "slug": "bet_recall_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/recall-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4ltquz001re0v500ty1rkc", + "setCardId": "clot8g5n500bks67pojttzf38", + "setCard": { + "id": "clot8g5n500bks67pojttzf38", + "slug": "bet_recall", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ltquz001re0v500ty1rkc", + "meta": { + "id": "clq39yi180053sh275z52mtpz", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of last resort", + "subType": "", + "rulesText": "Teleport any number of allied minions to the caster’s location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g5n500bks67pojttzf38" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lty1h001te0v533xcdh58", + "slug": "alp_recall_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/recall.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4ltquz001re0v500ty1rkc", + "setCardId": "clm4ltwnw001se0v5dc3v467n", + "setCard": { + "id": "clm4ltwnw001se0v5dc3v467n", + "slug": "alp_recall", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ltquz001re0v500ty1rkc", + "meta": { + "id": "clq39yhvq0052sh27eo31gfu0", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of last resort", + "subType": "", + "rulesText": "Teleport any number of allied minions to the caster’s location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ltwnw001se0v5dc3v467n" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lu5ug001ue0v5gigyfm9n", + "slug": "alp_recall_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/recall-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4ltquz001re0v500ty1rkc", + "setCardId": "clm4ltwnw001se0v5dc3v467n", + "setCard": { + "id": "clm4ltwnw001se0v5dc3v467n", + "slug": "alp_recall", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ltquz001re0v500ty1rkc", + "meta": { + "id": "clq39yhvq0052sh27eo31gfu0", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of last resort", + "subType": "", + "rulesText": "Teleport any number of allied minions to the caster’s location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ltwnw001se0v5dc3v467n" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ik246003p24v5fzir6tel", + "slug": "recurring_specter", + "name": "Recurring Specter", + "hotscore": 665, + "guardian": { + "id": "clq39y5lu002jsh272zfzlt0e", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit takes an eerie encore", + "subType": "Spirit", + "rulesText": "Can't defend.\r\n\r\nMay be cast from your cemetery.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4ik246003p24v5fzir6tel" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fw7u005zs67p4jz85z3w", + "slug": "bet_recurring_specter_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/recurring_specter.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ik246003p24v5fzir6tel", + "setCardId": "clot8fw6c005xs67paahbmqxu", + "setCard": { + "id": "clot8fw6c005xs67paahbmqxu", + "slug": "bet_recurring_specter", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ik246003p24v5fzir6tel", + "meta": { + "id": "clq39y5u2002lsh27hn2zrcsu", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit takes an eerie encore", + "subType": "Spirit", + "rulesText": "Can't defend.\r\n\r\nMay be cast from your cemetery.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fw6c005xs67paahbmqxu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fw9f0061s67pg2cg2vn9", + "slug": "bet_recurring_specter_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/recurring_specter-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ik246003p24v5fzir6tel", + "setCardId": "clot8fw6c005xs67paahbmqxu", + "setCard": { + "id": "clot8fw6c005xs67paahbmqxu", + "slug": "bet_recurring_specter", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ik246003p24v5fzir6tel", + "meta": { + "id": "clq39y5u2002lsh27hn2zrcsu", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit takes an eerie encore", + "subType": "Spirit", + "rulesText": "Can't defend.\r\n\r\nMay be cast from your cemetery.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fw6c005xs67paahbmqxu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ik8t7003r24v5bbjn0sxv", + "slug": "alp_recurring_specter_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/recurring_specter.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ik246003p24v5fzir6tel", + "setCardId": "clm4ik7h9003q24v5617m0t5y", + "setCard": { + "id": "clm4ik7h9003q24v5617m0t5y", + "slug": "alp_recurring_specter", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ik246003p24v5fzir6tel", + "meta": { + "id": "clq39y5o6002ksh27gougl83r", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit takes an eerie encore", + "subType": "Spirit", + "rulesText": "Can't defend.\n\nMay be cast from your cemetery.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ik7h9003q24v5617m0t5y" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ikfbw003s24v5ewk2h5vy", + "slug": "alp_recurring_specter_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/recurring_specter-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4ik246003p24v5fzir6tel", + "setCardId": "clm4ik7h9003q24v5617m0t5y", + "setCard": { + "id": "clm4ik7h9003q24v5617m0t5y", + "slug": "alp_recurring_specter", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ik246003p24v5fzir6tel", + "meta": { + "id": "clq39y5o6002ksh27gougl83r", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit takes an eerie encore", + "subType": "Spirit", + "rulesText": "Can't defend.\n\nMay be cast from your cemetery.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ik7h9003q24v5617m0t5y" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qcoon010he0v50wjt4edz", + "slug": "red_desert", + "name": "Red Desert", + "hotscore": 4751, + "guardian": { + "id": "clq3a1qvw00t7sh27rh59b6jm", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of blight", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4qcoon010he0v50wjt4edz" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8iqh401vps67p37tgfbri", + "slug": "bet_red_desert_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/red_desert.png", + "finish": "Standard", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qcoon010he0v50wjt4edz", + "setCardId": "clot8iqf901vns67p6vginr2m", + "setCard": { + "id": "clot8iqf901vns67p6vginr2m", + "slug": "bet_red_desert", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qcoon010he0v50wjt4edz", + "meta": { + "id": "clq3a1r5y00t9sh27lyrwiijq", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of blight", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8iqf901vns67p6vginr2m" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iqin01vrs67pb1gxilrq", + "slug": "bet_red_desert_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/red_desert-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qcoon010he0v50wjt4edz", + "setCardId": "clot8iqf901vns67p6vginr2m", + "setCard": { + "id": "clot8iqf901vns67p6vginr2m", + "slug": "bet_red_desert", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qcoon010he0v50wjt4edz", + "meta": { + "id": "clq3a1r5y00t9sh27lyrwiijq", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of blight", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8iqf901vns67p6vginr2m" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qcw0p010je0v54d4xgmxh", + "slug": "alp_red_desert_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/red_desert.png", + "finish": "Standard", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qcoon010he0v50wjt4edz", + "setCardId": "clm4qcupp010ie0v59j74am5g", + "setCard": { + "id": "clm4qcupp010ie0v59j74am5g", + "slug": "alp_red_desert", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qcoon010he0v50wjt4edz", + "meta": { + "id": "clq3a1qyb00t8sh274rlx0cfz", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of blight", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qcupp010ie0v59j74am5g" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qd8ir010le0v5g8xrcjfi", + "slug": "alp_red_desert_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/red_desert-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qcoon010he0v50wjt4edz", + "setCardId": "clm4qcupp010ie0v59j74am5g", + "setCard": { + "id": "clm4qcupp010ie0v59j74am5g", + "slug": "alp_red_desert", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qcoon010he0v50wjt4edz", + "meta": { + "id": "clq3a1qyb00t8sh274rlx0cfz", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of blight", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qcupp010ie0v59j74am5g" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qd2uw010ke0v52hai1kcj", + "slug": "alp_red_desert_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/red_desert-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qcoon010he0v50wjt4edz", + "setCardId": "clm4qcupp010ie0v59j74am5g", + "setCard": { + "id": "clm4qcupp010ie0v59j74am5g", + "slug": "alp_red_desert", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qcoon010he0v50wjt4edz", + "meta": { + "id": "clq3a1qyb00t8sh274rlx0cfz", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of blight", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qcupp010ie0v59j74am5g" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qd9n9010me0v510b90tj0", + "slug": "remote_desert", + "name": "Remote Desert", + "hotscore": 5195, + "guardian": { + "id": "clq3a1rbj00tash2702mk043c", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of decline", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4qd9n9010me0v510b90tj0" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8iqsw01vws67pdm754uvk", + "slug": "bet_remote_desert_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/remote_desert.png", + "finish": "Standard", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qd9n9010me0v510b90tj0", + "setCardId": "clot8iqrf01vus67p9f34d4mb", + "setCard": { + "id": "clot8iqrf01vus67p9f34d4mb", + "slug": "bet_remote_desert", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qd9n9010me0v510b90tj0", + "meta": { + "id": "clq3a1rlv00tcsh277rvs8yad", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of decline", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8iqrf01vus67p9f34d4mb" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iqui01vys67pj7yly74s", + "slug": "bet_remote_desert_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/remote_desert-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qd9n9010me0v510b90tj0", + "setCardId": "clot8iqrf01vus67p9f34d4mb", + "setCard": { + "id": "clot8iqrf01vus67p9f34d4mb", + "slug": "bet_remote_desert", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qd9n9010me0v510b90tj0", + "meta": { + "id": "clq3a1rlv00tcsh277rvs8yad", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of decline", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8iqrf01vus67p9f34d4mb" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qdh3i010oe0v564w8706b", + "slug": "alp_remote_desert_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/remote_desert.png", + "finish": "Standard", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qd9n9010me0v510b90tj0", + "setCardId": "clm4qdflu010ne0v56og28sej", + "setCard": { + "id": "clm4qdflu010ne0v56og28sej", + "slug": "alp_remote_desert", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qd9n9010me0v510b90tj0", + "meta": { + "id": "clq3a1rdz00tbsh27v898x0zo", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of decline", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qdflu010ne0v56og28sej" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qdtr3010qe0v541lxa673", + "slug": "alp_remote_desert_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/remote_desert-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qd9n9010me0v510b90tj0", + "setCardId": "clm4qdflu010ne0v56og28sej", + "setCard": { + "id": "clm4qdflu010ne0v56og28sej", + "slug": "alp_remote_desert", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qd9n9010me0v510b90tj0", + "meta": { + "id": "clq3a1rdz00tbsh27v898x0zo", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of decline", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qdflu010ne0v56og28sej" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qdo4k010pe0v552xm5ucm", + "slug": "alp_remote_desert_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/remote_desert-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "AronjaArt", + "flavorText": "", + "cardId": "clm4qd9n9010me0v510b90tj0", + "setCardId": "clm4qdflu010ne0v56og28sej", + "setCard": { + "id": "clm4qdflu010ne0v56og28sej", + "slug": "alp_remote_desert", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qd9n9010me0v510b90tj0", + "meta": { + "id": "clq3a1rdz00tbsh27v898x0zo", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of decline", + "subType": "Desert", + "rulesText": "Genesis → Deal 1 damage to each minion atop target nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qdflu010ne0v56og28sej" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oyry900pse0v5buh57tpy", + "slug": "replication", + "name": "Replication", + "hotscore": 717, + "guardian": { + "id": "clq3a0r3i00lqsh27ote0rk9f", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of counterfeit conjuring", + "subType": "", + "rulesText": "Conjure a copy of an artifact carried by the caster.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oyry900pse0v5buh57tpy" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hxou01ebs67ph17qnx7h", + "slug": "bet_replication_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/replication.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "A great sorcerer does not imitate; he plagiarizes.", + "cardId": "clm4oyry900pse0v5buh57tpy", + "setCardId": "clot8hxne01e9s67p3v2l3old", + "setCard": { + "id": "clot8hxne01e9s67p3v2l3old", + "slug": "bet_replication", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oyry900pse0v5buh57tpy", + "meta": { + "id": "clq3a0rbr00lssh274ur2aq3x", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of counterfeit conjuring", + "subType": "", + "rulesText": "Conjure a copy of an artifact carried by the caster.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hxne01e9s67p3v2l3old" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hxqb01eds67p6m6gn83e", + "slug": "bet_replication_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/replication-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "A great sorcerer does not imitate; he plagiarizes.", + "cardId": "clm4oyry900pse0v5buh57tpy", + "setCardId": "clot8hxne01e9s67p3v2l3old", + "setCard": { + "id": "clot8hxne01e9s67p3v2l3old", + "slug": "bet_replication", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oyry900pse0v5buh57tpy", + "meta": { + "id": "clq3a0rbr00lssh274ur2aq3x", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of counterfeit conjuring", + "subType": "", + "rulesText": "Conjure a copy of an artifact carried by the caster.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hxne01e9s67p3v2l3old" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oyyx100pue0v55tkhh6al", + "slug": "alp_replication_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/replication.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "\"A great sorcerer does not imitate; he plagiarizes.\"", + "cardId": "clm4oyry900pse0v5buh57tpy", + "setCardId": "clm4oyxlv00pte0v5apxs045p", + "setCard": { + "id": "clm4oyxlv00pte0v5apxs045p", + "slug": "alp_replication", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oyry900pse0v5buh57tpy", + "meta": { + "id": "clq3a0r5y00lrsh27g37xaklg", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of counterfeit conjuring", + "subType": "", + "rulesText": "Conjure a copy of an artifact carried by the caster.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oyxlv00pte0v5apxs045p" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oz5hm00pve0v574s545sj", + "slug": "alp_replication_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/replication-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "\"A great sorcerer does not imitate; he plagiarizes.\"", + "cardId": "clm4oyry900pse0v5buh57tpy", + "setCardId": "clm4oyxlv00pte0v5apxs045p", + "setCard": { + "id": "clm4oyxlv00pte0v5apxs045p", + "slug": "alp_replication", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oyry900pse0v5buh57tpy", + "meta": { + "id": "clq3a0r5y00lrsh27g37xaklg", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of counterfeit conjuring", + "subType": "", + "rulesText": "Conjure a copy of an artifact carried by the caster.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oyxlv00pte0v5apxs045p" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n2h6q00aue0v5bdmadyv9", + "slug": "rest_in_peace", + "name": "Rest in Peace", + "hotscore": 196, + "guardian": { + "id": "clq39zck300bfsh27unmtw2cp", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of grave permanence", + "subType": "", + "rulesText": "Whenever a Spirit or Undead minion occupies affected land sites, burrow it.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4n2h6q00aue0v5bdmadyv9" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gu6k00qes67p33jy8fs7", + "slug": "bet_rest_in_peace_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/rest_in_peace.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4n2h6q00aue0v5bdmadyv9", + "setCardId": "clot8gu5100qcs67pelylbbh8", + "setCard": { + "id": "clot8gu5100qcs67pelylbbh8", + "slug": "bet_rest_in_peace", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n2h6q00aue0v5bdmadyv9", + "meta": { + "id": "clq39zcs400bhsh27fzyrd26u", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of grave permanence", + "subType": "", + "rulesText": "Whenever a Spirit or Undead minion occupies affected land sites, burrow it.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gu5100qcs67pelylbbh8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gu8300qgs67p08vl32es", + "slug": "bet_rest_in_peace_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/rest_in_peace-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4n2h6q00aue0v5bdmadyv9", + "setCardId": "clot8gu5100qcs67pelylbbh8", + "setCard": { + "id": "clot8gu5100qcs67pelylbbh8", + "slug": "bet_rest_in_peace", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n2h6q00aue0v5bdmadyv9", + "meta": { + "id": "clq39zcs400bhsh27fzyrd26u", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of grave permanence", + "subType": "", + "rulesText": "Whenever a Spirit or Undead minion occupies affected land sites, burrow it.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gu5100qcs67pelylbbh8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n2o4d00awe0v5d90k776h", + "slug": "alp_rest_in_peace_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rest_in_peace.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4n2h6q00aue0v5bdmadyv9", + "setCardId": "clm4n2msz00ave0v5glbnb2dk", + "setCard": { + "id": "clm4n2msz00ave0v5glbnb2dk", + "slug": "alp_rest_in_peace", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n2h6q00aue0v5bdmadyv9", + "meta": { + "id": "clq39zcmd00bgsh27oqmv96v6", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of grave permanence", + "subType": "", + "rulesText": "Whenever a Spirit or Undead minion occupies affected land sites, burrow it.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4n2msz00ave0v5glbnb2dk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n2uht00axe0v5fqqgcorc", + "slug": "alp_rest_in_peace_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rest_in_peace-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4n2h6q00aue0v5bdmadyv9", + "setCardId": "clm4n2msz00ave0v5glbnb2dk", + "setCard": { + "id": "clm4n2msz00ave0v5glbnb2dk", + "slug": "alp_rest_in_peace", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n2h6q00aue0v5bdmadyv9", + "meta": { + "id": "clq39zcmd00bgsh27oqmv96v6", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of grave permanence", + "subType": "", + "rulesText": "Whenever a Spirit or Undead minion occupies affected land sites, burrow it.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4n2msz00ave0v5glbnb2dk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ikkgx003t24v52nmwarr4", + "slug": "riddle_sphinx", + "name": "Riddle Sphinx", + "hotscore": 695, + "guardian": { + "id": "clq39y5zs002msh2774fxygp2", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Sphinx proffers perplexity", + "subType": "Sphinx", + "rulesText": "Airborne\r\n\r\nGenesis → Look at your topmost spell. You may put it on the bottom of your spellbook, then an opponent may exchange your top and bottommost spells. Draw a card.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4ikkgx003t24v52nmwarr4" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fwl20066s67pw46oo44v", + "slug": "bet_riddle_sphinx_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/riddle_sphinx.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ikkgx003t24v52nmwarr4", + "setCardId": "clot8fwja0064s67p43nw99lk", + "setCard": { + "id": "clot8fwja0064s67p43nw99lk", + "slug": "bet_riddle_sphinx", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ikkgx003t24v52nmwarr4", + "meta": { + "id": "clq39y68t002osh27utuaf89a", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Sphinx proffers perplexity", + "subType": "Sphinx", + "rulesText": "Airborne\r\n\r\nGenesis → Look at your topmost spell. You may put it on the bottom of your spellbook, then an opponent may exchange your top and bottommost spells. Draw a card.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fwja0064s67p43nw99lk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fwmu0068s67pkcujh8dt", + "slug": "bet_riddle_sphinx_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/riddle_sphinx-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ikkgx003t24v52nmwarr4", + "setCardId": "clot8fwja0064s67p43nw99lk", + "setCard": { + "id": "clot8fwja0064s67p43nw99lk", + "slug": "bet_riddle_sphinx", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ikkgx003t24v52nmwarr4", + "meta": { + "id": "clq39y68t002osh27utuaf89a", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Sphinx proffers perplexity", + "subType": "Sphinx", + "rulesText": "Airborne\r\n\r\nGenesis → Look at your topmost spell. You may put it on the bottom of your spellbook, then an opponent may exchange your top and bottommost spells. Draw a card.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fwja0064s67p43nw99lk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4iks5s003v24v55t5d582l", + "slug": "alp_riddle_sphinx_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/riddle_sphinx.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ikkgx003t24v52nmwarr4", + "setCardId": "clm4ikqtl003u24v56ycffk0z", + "setCard": { + "id": "clm4ikqtl003u24v56ycffk0z", + "slug": "alp_riddle_sphinx", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ikkgx003t24v52nmwarr4", + "meta": { + "id": "clq39y624002nsh27dzp3ri2z", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Sphinx proffers perplexity", + "subType": "Sphinx", + "rulesText": "Airborne\n\nGenesis → Look at your topmost spell. You may put it on the bottom of your spellbook, then an opponent may exchange your top and bottommost spells. Draw a card.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ikqtl003u24v56ycffk0z" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ikzif003w24v5cekbfzw6", + "slug": "alp_riddle_sphinx_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/riddle_sphinx-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ikkgx003t24v52nmwarr4", + "setCardId": "clm4ikqtl003u24v56ycffk0z", + "setCard": { + "id": "clm4ikqtl003u24v56ycffk0z", + "slug": "alp_riddle_sphinx", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ikkgx003t24v52nmwarr4", + "meta": { + "id": "clq39y624002nsh27dzp3ri2z", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Sphinx proffers perplexity", + "subType": "Sphinx", + "rulesText": "Airborne\n\nGenesis → Look at your topmost spell. You may put it on the bottom of your spellbook, then an opponent may exchange your top and bottommost spells. Draw a card.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ikqtl003u24v56ycffk0z" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q876s00zhe0v57nuvdcsp", + "slug": "rift_valley", + "name": "Rift Valley", + "hotscore": 5411, + "guardian": { + "id": "clq3a1nik00sjsh27lt6wok58", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of earth torn asunder", + "subType": "", + "rulesText": "You may pull apart a partial row or column to make a void in which to play this.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4q876s00zhe0v57nuvdcsp" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8inx201u5s67p4fqtxi6z", + "slug": "bet_rift_valley_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/rift_valley.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4q876s00zhe0v57nuvdcsp", + "setCardId": "clot8invf01u3s67p73pzavtj", + "setCard": { + "id": "clot8invf01u3s67p73pzavtj", + "slug": "bet_rift_valley", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q876s00zhe0v57nuvdcsp", + "meta": { + "id": "clq3a1nqv00slsh27g0a8gmd4", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of earth torn asunder", + "subType": "", + "rulesText": "You may pull apart a partial row or column to make a void in which to play this.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8invf01u3s67p73pzavtj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8inyk01u7s67p2h8ung72", + "slug": "bet_rift_valley_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/rift_valley-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4q876s00zhe0v57nuvdcsp", + "setCardId": "clot8invf01u3s67p73pzavtj", + "setCard": { + "id": "clot8invf01u3s67p73pzavtj", + "slug": "bet_rift_valley", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q876s00zhe0v57nuvdcsp", + "meta": { + "id": "clq3a1nqv00slsh27g0a8gmd4", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of earth torn asunder", + "subType": "", + "rulesText": "You may pull apart a partial row or column to make a void in which to play this.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8invf01u3s67p73pzavtj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q8e0u00zje0v54v6ih7zk", + "slug": "alp_rift_valley_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rift_valley.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4q876s00zhe0v57nuvdcsp", + "setCardId": "clm4q8cpf00zie0v5eqwi4sez", + "setCard": { + "id": "clm4q8cpf00zie0v5eqwi4sez", + "slug": "alp_rift_valley", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q876s00zhe0v57nuvdcsp", + "meta": { + "id": "clq3a1nkt00sksh27zzxl0lvj", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of earth torn asunder", + "subType": "", + "rulesText": "You may pull apart a partial row or column to make a void in which to play this.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q8cpf00zie0v5eqwi4sez" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q8l1000zke0v5a6qafx60", + "slug": "alp_rift_valley_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rift_valley-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4q876s00zhe0v57nuvdcsp", + "setCardId": "clm4q8cpf00zie0v5eqwi4sez", + "setCard": { + "id": "clm4q8cpf00zie0v5eqwi4sez", + "slug": "alp_rift_valley", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q876s00zhe0v57nuvdcsp", + "meta": { + "id": "clq3a1nkt00sksh27zzxl0lvj", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of earth torn asunder", + "subType": "", + "rulesText": "You may pull apart a partial row or column to make a void in which to play this.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q8cpf00zie0v5eqwi4sez" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4njjj300eme0v5fhar5z6k", + "slug": "rimland_nomads", + "name": "Rimland Nomads", + "hotscore": 455, + "guardian": { + "id": "clq39zp7x00e0sh27uld69d4f", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals adrift among dunes", + "subType": "Mortal", + "rulesText": "Movement +1\r\n\r\nTakes no damage from Deserts.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4njjj300eme0v5fhar5z6k" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h48800wfs67pqz4cn5go", + "slug": "bet_rimland_nomads_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/rimland_nomads.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "As the sands shift, so shall we.", + "cardId": "clm4njjj300eme0v5fhar5z6k", + "setCardId": "clot8h46q00wds67pq514iu2s", + "setCard": { + "id": "clot8h46q00wds67pq514iu2s", + "slug": "bet_rimland_nomads", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4njjj300eme0v5fhar5z6k", + "meta": { + "id": "clq39zphq00e2sh27aquvoa9v", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals adrift among dunes", + "subType": "Mortal", + "rulesText": "Movement +1\r\n\r\nTakes no damage from Deserts.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h46q00wds67pq514iu2s" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h49q00whs67p0gvc42mk", + "slug": "bet_rimland_nomads_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/rimland_nomads-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "As the sands shift, so shall we.", + "cardId": "clm4njjj300eme0v5fhar5z6k", + "setCardId": "clot8h46q00wds67pq514iu2s", + "setCard": { + "id": "clot8h46q00wds67pq514iu2s", + "slug": "bet_rimland_nomads", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4njjj300eme0v5fhar5z6k", + "meta": { + "id": "clq39zphq00e2sh27aquvoa9v", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals adrift among dunes", + "subType": "Mortal", + "rulesText": "Movement +1\r\n\r\nTakes no damage from Deserts.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h46q00wds67pq514iu2s" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4njqnj00eoe0v5caxh07qf", + "slug": "alp_rimland_nomads_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rimland_nomads.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "As the sands shift, so shall we.", + "cardId": "clm4njjj300eme0v5fhar5z6k", + "setCardId": "clm4njpce00ene0v58ezha3ek", + "setCard": { + "id": "clm4njpce00ene0v58ezha3ek", + "slug": "alp_rimland_nomads", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4njjj300eme0v5fhar5z6k", + "meta": { + "id": "clq39zpad00e1sh277t3hu4ew", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals adrift among dunes", + "subType": "Mortal", + "rulesText": "Movement +1\n\nTakes no damage from Deserts.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4njpce00ene0v58ezha3ek" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nk2i800eqe0v5bibhgbp5", + "slug": "alp_rimland_nomads_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rimland_nomads-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Elvira Shakirova", + "flavorText": "As the sands shift, so shall we.", + "cardId": "clm4njjj300eme0v5fhar5z6k", + "setCardId": "clm4njpce00ene0v58ezha3ek", + "setCard": { + "id": "clm4njpce00ene0v58ezha3ek", + "slug": "alp_rimland_nomads", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4njjj300eme0v5fhar5z6k", + "meta": { + "id": "clq39zpad00e1sh277t3hu4ew", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals adrift among dunes", + "subType": "Mortal", + "rulesText": "Movement +1\n\nTakes no damage from Deserts.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4njpce00ene0v58ezha3ek" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4njx2w00epe0v5gtn115ej", + "slug": "alp_rimland_nomads_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rimland_nomads-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "As the sands shift, so shall we.", + "cardId": "clm4njjj300eme0v5fhar5z6k", + "setCardId": "clm4njpce00ene0v58ezha3ek", + "setCard": { + "id": "clm4njpce00ene0v58ezha3ek", + "slug": "alp_rimland_nomads", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4njjj300eme0v5fhar5z6k", + "meta": { + "id": "clq39zpad00e1sh277t3hu4ew", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals adrift among dunes", + "subType": "Mortal", + "rulesText": "Movement +1\n\nTakes no damage from Deserts.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4njpce00ene0v58ezha3ek" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ozapt00pwe0v56hple6x9", + "slug": "riptide", + "name": "Riptide", + "hotscore": 3419, + "guardian": { + "id": "clq3a0rhp00ltsh27hhhseu4v", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to catch the unwary", + "subType": "", + "rulesText": "Target water site pulls in an aboveground unit it's adjacent to. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ozapt00pwe0v56hple6x9" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hxzq01eis67p2u7n3srm", + "slug": "bet_riptide_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/riptide.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ozapt00pwe0v56hple6x9", + "setCardId": "clot8hxy801egs67p8vr5u7dj", + "setCard": { + "id": "clot8hxy801egs67p8vr5u7dj", + "slug": "bet_riptide", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ozapt00pwe0v56hple6x9", + "meta": { + "id": "clq3a0rro00lvsh27xnbpzj36", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to catch the unwary", + "subType": "", + "rulesText": "Target water site pulls in an aboveground unit it's adjacent to. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hxy801egs67p8vr5u7dj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hy1901eks67pw5mpect5", + "slug": "bet_riptide_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/riptide-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ozapt00pwe0v56hple6x9", + "setCardId": "clot8hxy801egs67p8vr5u7dj", + "setCard": { + "id": "clot8hxy801egs67p8vr5u7dj", + "slug": "bet_riptide", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ozapt00pwe0v56hple6x9", + "meta": { + "id": "clq3a0rro00lvsh27xnbpzj36", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to catch the unwary", + "subType": "", + "rulesText": "Target water site pulls in an aboveground unit it's adjacent to. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hxy801egs67p8vr5u7dj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ozhh900pye0v5gwds2vvd", + "slug": "alp_riptide_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/riptide.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ozapt00pwe0v56hple6x9", + "setCardId": "clm4ozg6200pxe0v545wrc5w7", + "setCard": { + "id": "clm4ozg6200pxe0v545wrc5w7", + "slug": "alp_riptide", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ozapt00pwe0v56hple6x9", + "meta": { + "id": "clq3a0rk300lush27wvk78qv8", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to catch the unwary", + "subType": "", + "rulesText": "Target water site pulls in an aboveground unit it's adjacent to. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ozg6200pxe0v545wrc5w7" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ozufe00q0e0v59hsfc3rc", + "slug": "alp_riptide_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/riptide-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ozapt00pwe0v56hple6x9", + "setCardId": "clm4ozg6200pxe0v545wrc5w7", + "setCard": { + "id": "clm4ozg6200pxe0v545wrc5w7", + "slug": "alp_riptide", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ozapt00pwe0v56hple6x9", + "meta": { + "id": "clq3a0rk300lush27wvk78qv8", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to catch the unwary", + "subType": "", + "rulesText": "Target water site pulls in an aboveground unit it's adjacent to. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ozg6200pxe0v545wrc5w7" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ozpd300pze0v5exu7ghlg", + "slug": "alp_riptide_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/riptide-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4ozapt00pwe0v56hple6x9", + "setCardId": "clm4ozg6200pxe0v545wrc5w7", + "setCard": { + "id": "clm4ozg6200pxe0v545wrc5w7", + "slug": "alp_riptide", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ozapt00pwe0v56hple6x9", + "meta": { + "id": "clq3a0rk300lush27wvk78qv8", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic to catch the unwary", + "subType": "", + "rulesText": "Target water site pulls in an aboveground unit it's adjacent to. Draw a card.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ozg6200pxe0v545wrc5w7" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qduvn010re0v5a5kx2ugp", + "slug": "river_of_flame", + "name": "River of Flame", + "hotscore": 7508, + "guardian": { + "id": "clq3a1rrv00tdsh271wpulo5b", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site with incendiary intent", + "subType": "", + "rulesText": "Fire Spellcaster", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4qduvn010re0v5a5kx2ugp" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8ir4f01w3s67pox02fqt9", + "slug": "bet_river_of_flame_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/river_of_flame.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qduvn010re0v5a5kx2ugp", + "setCardId": "clot8ir2x01w1s67pw3excufk", + "setCard": { + "id": "clot8ir2x01w1s67pw3excufk", + "slug": "bet_river_of_flame", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qduvn010re0v5a5kx2ugp", + "meta": { + "id": "clq3a1s2000tfsh277wpvslbx", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site with incendiary intent", + "subType": "", + "rulesText": "Fire Spellcaster", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8ir2x01w1s67pw3excufk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ir5w01w5s67pkh2qry2p", + "slug": "bet_river_of_flame_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/river_of_flame-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qduvn010re0v5a5kx2ugp", + "setCardId": "clot8ir2x01w1s67pw3excufk", + "setCard": { + "id": "clot8ir2x01w1s67pw3excufk", + "slug": "bet_river_of_flame", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qduvn010re0v5a5kx2ugp", + "meta": { + "id": "clq3a1s2000tfsh277wpvslbx", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site with incendiary intent", + "subType": "", + "rulesText": "Fire Spellcaster", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8ir2x01w1s67pw3excufk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qe22v010te0v53ssw7vtn", + "slug": "alp_river_of_flame_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/river_of_flame.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qduvn010re0v5a5kx2ugp", + "setCardId": "clm4qe0qj010se0v5cjq02mzp", + "setCard": { + "id": "clm4qe0qj010se0v5cjq02mzp", + "slug": "alp_river_of_flame", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qduvn010re0v5a5kx2ugp", + "meta": { + "id": "clq3a1ru700tesh27hz8w69gk", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site with incendiary intent", + "subType": "", + "rulesText": "Fire Spellcaster", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qe0qj010se0v5cjq02mzp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qefb9010ve0v5ejl54q74", + "slug": "alp_river_of_flame_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/river_of_flame-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qduvn010re0v5a5kx2ugp", + "setCardId": "clm4qe0qj010se0v5cjq02mzp", + "setCard": { + "id": "clm4qe0qj010se0v5cjq02mzp", + "slug": "alp_river_of_flame", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qduvn010re0v5a5kx2ugp", + "meta": { + "id": "clq3a1ru700tesh27hz8w69gk", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site with incendiary intent", + "subType": "", + "rulesText": "Fire Spellcaster", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qe0qj010se0v5cjq02mzp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qe9vs010ue0v52mgr4cbx", + "slug": "alp_river_of_flame_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/river_of_flame-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qduvn010re0v5a5kx2ugp", + "setCardId": "clm4qe0qj010se0v5cjq02mzp", + "setCard": { + "id": "clm4qe0qj010se0v5cjq02mzp", + "slug": "alp_river_of_flame", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qduvn010re0v5a5kx2ugp", + "meta": { + "id": "clq3a1ru700tesh27hz8w69gk", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site with incendiary intent", + "subType": "", + "rulesText": "Fire Spellcaster", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qe0qj010se0v5cjq02mzp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4il4nb003x24v58p9vf46g", + "slug": "roaming_monster", + "name": "Roaming Monster", + "hotscore": 765, + "guardian": { + "id": "clq39y6g7002psh276xj0li4k", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Monster from out of the blue", + "subType": "Monster", + "rulesText": "May be summoned to any site.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4il4nb003x24v58p9vf46g" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fww8006ds67ppcrvq96s", + "slug": "bet_roaming_monster_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/roaming_monster.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "Heeere's Brawny!", + "cardId": "clm4il4nb003x24v58p9vf46g", + "setCardId": "clot8fwun006bs67piqzcaobk", + "setCard": { + "id": "clot8fwun006bs67piqzcaobk", + "slug": "bet_roaming_monster", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4il4nb003x24v58p9vf46g", + "meta": { + "id": "clq39y6qd002rsh27a2mjmh4w", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Monster from out of the blue", + "subType": "Monster", + "rulesText": "May be summoned to any site.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fwun006bs67piqzcaobk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fwxs006fs67ptjze7l2g", + "slug": "bet_roaming_monster_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/roaming_monster-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "Heeere's Brawny!", + "cardId": "clm4il4nb003x24v58p9vf46g", + "setCardId": "clot8fwun006bs67piqzcaobk", + "setCard": { + "id": "clot8fwun006bs67piqzcaobk", + "slug": "bet_roaming_monster", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4il4nb003x24v58p9vf46g", + "meta": { + "id": "clq39y6qd002rsh27a2mjmh4w", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Monster from out of the blue", + "subType": "Monster", + "rulesText": "May be summoned to any site.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fwun006bs67piqzcaobk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ilbj6003z24v5fdk7eej9", + "slug": "alp_roaming_monster_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/roaming_monster.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "Heeere's Brawny!", + "cardId": "clm4il4nb003x24v58p9vf46g", + "setCardId": "clm4ila6t003y24v573qzbgms", + "setCard": { + "id": "clm4ila6t003y24v573qzbgms", + "slug": "alp_roaming_monster", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4il4nb003x24v58p9vf46g", + "meta": { + "id": "clq39y6in002qsh27brw42uwl", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Monster from out of the blue", + "subType": "Monster", + "rulesText": "May be summoned to any site.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ila6t003y24v573qzbgms" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ilodt004124v51ef3hyl9", + "slug": "alp_roaming_monster_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/roaming_monster-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jeff Easley", + "flavorText": "Heeere's Brawny!", + "cardId": "clm4il4nb003x24v58p9vf46g", + "setCardId": "clm4ila6t003y24v573qzbgms", + "setCard": { + "id": "clm4ila6t003y24v573qzbgms", + "slug": "alp_roaming_monster", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4il4nb003x24v58p9vf46g", + "meta": { + "id": "clq39y6in002qsh27brw42uwl", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Monster from out of the blue", + "subType": "Monster", + "rulesText": "May be summoned to any site.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ila6t003y24v573qzbgms" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ilj0v004024v5hm835781", + "slug": "alp_roaming_monster_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/roaming_monster-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "Heeere's Brawny!", + "cardId": "clm4il4nb003x24v58p9vf46g", + "setCardId": "clm4ila6t003y24v573qzbgms", + "setCard": { + "id": "clm4ila6t003y24v573qzbgms", + "slug": "alp_roaming_monster", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4il4nb003x24v58p9vf46g", + "meta": { + "id": "clq39y6in002qsh27brw42uwl", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Monster from out of the blue", + "subType": "Monster", + "rulesText": "May be summoned to any site.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ila6t003y24v573qzbgms" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4prph700vve0v55r8n9coy", + "slug": "rolling_boulder", + "name": "Rolling Boulder", + "hotscore": 2394, + "guardian": { + "id": "clq3a1bnd00q4sh27m2ptpem3", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic that gathers no moss", + "subType": "Relic", + "rulesText": "Units here have “Tap → Give Rolling Boulder a push. It rolls as far as possible and deals 4 damage to each other unit along its path.”", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4prph700vve0v55r8n9coy" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8iejc01ois67pmuc9k99h", + "slug": "bet_rolling_boulder_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/rolling_boulder.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4prph700vve0v55r8n9coy", + "setCardId": "clot8iehm01ogs67p96lxl77v", + "setCard": { + "id": "clot8iehm01ogs67p96lxl77v", + "slug": "bet_rolling_boulder", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4prph700vve0v55r8n9coy", + "meta": { + "id": "clq3a1bvi00q6sh271qhxv3de", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic that gathers no moss", + "subType": "Relic", + "rulesText": "Units here have “Tap → Give Rolling Boulder a push. It rolls as far as possible and deals 4 damage to each other unit along its path.”", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iehm01ogs67p96lxl77v" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ieku01oks67p0qxmnyxf", + "slug": "bet_rolling_boulder_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/rolling_boulder-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4prph700vve0v55r8n9coy", + "setCardId": "clot8iehm01ogs67p96lxl77v", + "setCard": { + "id": "clot8iehm01ogs67p96lxl77v", + "slug": "bet_rolling_boulder", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4prph700vve0v55r8n9coy", + "meta": { + "id": "clq3a1bvi00q6sh271qhxv3de", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic that gathers no moss", + "subType": "Relic", + "rulesText": "Units here have “Tap → Give Rolling Boulder a push. It rolls as far as possible and deals 4 damage to each other unit along its path.”", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iehm01ogs67p96lxl77v" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4prw4800vxe0v55zyl1x79", + "slug": "alp_rolling_boulder_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rolling_boulder.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4prph700vve0v55r8n9coy", + "setCardId": "clm4prusw00vwe0v5eia3ect3", + "setCard": { + "id": "clm4prusw00vwe0v5eia3ect3", + "slug": "alp_rolling_boulder", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4prph700vve0v55r8n9coy", + "meta": { + "id": "clq3a1bpq00q5sh27lqcp9zb0", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic that gathers no moss", + "subType": "Relic", + "rulesText": "Units here have “Tap → Give Rolling Boulder a push. It rolls as far as possible and deals 4 damage to each other unit along its path.”", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4prusw00vwe0v5eia3ect3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ps2lc00vye0v522060kf8", + "slug": "alp_rolling_boulder_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rolling_boulder-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4prph700vve0v55r8n9coy", + "setCardId": "clm4prusw00vwe0v5eia3ect3", + "setCard": { + "id": "clm4prusw00vwe0v5eia3ect3", + "slug": "alp_rolling_boulder", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4prph700vve0v55r8n9coy", + "meta": { + "id": "clq3a1bpq00q5sh27lqcp9zb0", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic that gathers no moss", + "subType": "Relic", + "rulesText": "Units here have “Tap → Give Rolling Boulder a push. It rolls as far as possible and deals 4 damage to each other unit along its path.”", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4prusw00vwe0v5eia3ect3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4miat9006le0v55mg0hpie", + "slug": "root_spider", + "name": "Root Spider", + "hotscore": 5440, + "guardian": { + "id": "clq39yy2u008esh27kejd4k9g", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a snare of silk", + "subType": "Beast", + "rulesText": "Burrowing\r\n\r\nWhile Root Spider is burrowed, minions directly above it are disabled.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4miat9006le0v55mg0hpie" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gil600jes67p3xqnoan3", + "slug": "bet_root_spider_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/root_spider.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4miat9006le0v55mg0hpie", + "setCardId": "clot8gijm00jcs67pvu4d20nd", + "setCard": { + "id": "clot8gijm00jcs67pvu4d20nd", + "slug": "bet_root_spider", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4miat9006le0v55mg0hpie", + "meta": { + "id": "clq39yycp008gsh27mzxj78zy", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a snare of silk", + "subType": "Beast", + "rulesText": "Burrowing\r\n\r\nWhile Root Spider is burrowed, minions directly above it are disabled.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gijm00jcs67pvu4d20nd" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gimr00jgs67p45h7l5ma", + "slug": "bet_root_spider_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/root_spider-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4miat9006le0v55mg0hpie", + "setCardId": "clot8gijm00jcs67pvu4d20nd", + "setCard": { + "id": "clot8gijm00jcs67pvu4d20nd", + "slug": "bet_root_spider", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4miat9006le0v55mg0hpie", + "meta": { + "id": "clq39yycp008gsh27mzxj78zy", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a snare of silk", + "subType": "Beast", + "rulesText": "Burrowing\r\n\r\nWhile Root Spider is burrowed, minions directly above it are disabled.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gijm00jcs67pvu4d20nd" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4miija006ne0v53djp37ru", + "slug": "alp_root_spider_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/root_spider.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4miat9006le0v55mg0hpie", + "setCardId": "clm4mih84006me0v5eu4s2d4h", + "setCard": { + "id": "clm4mih84006me0v5eu4s2d4h", + "slug": "alp_root_spider", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4miat9006le0v55mg0hpie", + "meta": { + "id": "clq39yy55008fsh27b8vj0xql", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a snare of silk", + "subType": "Beast", + "rulesText": "Burrowing\n\nWhile Root Spider is burrowed, minions directly above it are disabled.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mih84006me0v5eu4s2d4h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4miq7y006oe0v5bvqy12nc", + "slug": "alp_root_spider_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/root_spider-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4miat9006le0v55mg0hpie", + "setCardId": "clm4mih84006me0v5eu4s2d4h", + "setCard": { + "id": "clm4mih84006me0v5eu4s2d4h", + "slug": "alp_root_spider", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4miat9006le0v55mg0hpie", + "meta": { + "id": "clq39yy55008fsh27b8vj0xql", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a snare of silk", + "subType": "Beast", + "rulesText": "Burrowing\n\nWhile Root Spider is burrowed, minions directly above it are disabled.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mih84006me0v5eu4s2d4h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qyjdw0158e0v5ftilglpb", + "slug": "roots_of_yggdrasil", + "name": "Roots of Yggdrasil", + "hotscore": 2527, + "guardian": { + "id": "clq3a26tj00wgsh27ziju73ob", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site and earthbound cradle", + "subType": "", + "rulesText": "When the Roots of Yggdrasil are destroyed, destroy everything.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qyjdw0158e0v5ftilglpb" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j32b023as67pskdwozu8", + "slug": "bet_roots_of_yggdrasil_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/roots_of_yggdrasil.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4qyjdw0158e0v5ftilglpb", + "setCardId": "clot8j30t0238s67pz6bxhr55", + "setCard": { + "id": "clot8j30t0238s67pz6bxhr55", + "slug": "bet_roots_of_yggdrasil", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qyjdw0158e0v5ftilglpb", + "meta": { + "id": "clq3a271q00wish27lva9undm", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site and earthbound cradle", + "subType": "", + "rulesText": "When the Roots of Yggdrasil are destroyed, destroy everything.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j30t0238s67pz6bxhr55" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j33t023cs67pyk5gpvd8", + "slug": "bet_roots_of_yggdrasil_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/roots_of_yggdrasil-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4qyjdw0158e0v5ftilglpb", + "setCardId": "clot8j30t0238s67pz6bxhr55", + "setCard": { + "id": "clot8j30t0238s67pz6bxhr55", + "slug": "bet_roots_of_yggdrasil", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qyjdw0158e0v5ftilglpb", + "meta": { + "id": "clq3a271q00wish27lva9undm", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site and earthbound cradle", + "subType": "", + "rulesText": "When the Roots of Yggdrasil are destroyed, destroy everything.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j30t0238s67pz6bxhr55" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qyq44015ae0v5blg5ddfv", + "slug": "alp_roots_of_yggdrasil_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/roots_of_yggdrasil.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4qyjdw0158e0v5ftilglpb", + "setCardId": "clm4qyot10159e0v569hhb8xb", + "setCard": { + "id": "clm4qyot10159e0v569hhb8xb", + "slug": "alp_roots_of_yggdrasil", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qyjdw0158e0v5ftilglpb", + "meta": { + "id": "clq3a26vw00whsh275aek0vyc", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site and earthbound cradle", + "subType": "", + "rulesText": "When the Roots of Yggdrasil are destroyed, destroy everything.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qyot10159e0v569hhb8xb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qyxo6015be0v52itu7lg0", + "slug": "alp_roots_of_yggdrasil_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/roots_of_yggdrasil-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4qyjdw0158e0v5ftilglpb", + "setCardId": "clm4qyot10159e0v569hhb8xb", + "setCard": { + "id": "clm4qyot10159e0v569hhb8xb", + "slug": "alp_roots_of_yggdrasil", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qyjdw0158e0v5ftilglpb", + "meta": { + "id": "clq3a26vw00whsh275aek0vyc", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site and earthbound cradle", + "subType": "", + "rulesText": "When the Roots of Yggdrasil are destroyed, destroy everything.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qyot10159e0v569hhb8xb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4miw7n006pe0v578yp92k2", + "slug": "royal_bodyguard", + "name": "Royal Bodyguard", + "hotscore": 2310, + "guardian": { + "id": "clq39yyj6008hsh27gg78op00", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of steadfast loyalty", + "subType": "Mortal", + "rulesText": "If a nearby Avatar or royalty (King, Queen, Prince, or Princess) would take damage, Royal Bodyguard may take that damage instead.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4miw7n006pe0v578yp92k2" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8giwe00jls67pkxgl1pkp", + "slug": "bet_royal_bodyguard_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/royal_bodyguard.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4miw7n006pe0v578yp92k2", + "setCardId": "clot8giuv00jjs67pr61207zy", + "setCard": { + "id": "clot8giuv00jjs67pr61207zy", + "slug": "bet_royal_bodyguard", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4miw7n006pe0v578yp92k2", + "meta": { + "id": "clq39yyre008jsh2783aft7x2", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of steadfast loyalty", + "subType": "Mortal", + "rulesText": "If a nearby Avatar or royalty (King, Queen, Prince, or Princess) would take damage, Royal Bodyguard may take that damage instead.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8giuv00jjs67pr61207zy" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8giy800jns67pkpogfwct", + "slug": "bet_royal_bodyguard_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/royal_bodyguard-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4miw7n006pe0v578yp92k2", + "setCardId": "clot8giuv00jjs67pr61207zy", + "setCard": { + "id": "clot8giuv00jjs67pr61207zy", + "slug": "bet_royal_bodyguard", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4miw7n006pe0v578yp92k2", + "meta": { + "id": "clq39yyre008jsh2783aft7x2", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of steadfast loyalty", + "subType": "Mortal", + "rulesText": "If a nearby Avatar or royalty (King, Queen, Prince, or Princess) would take damage, Royal Bodyguard may take that damage instead.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8giuv00jjs67pr61207zy" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mj302006re0v5cc7950bk", + "slug": "alp_royal_bodyguard_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/royal_bodyguard.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4miw7n006pe0v578yp92k2", + "setCardId": "clm4mj1p3006qe0v5bwntb30e", + "setCard": { + "id": "clm4mj1p3006qe0v5bwntb30e", + "slug": "alp_royal_bodyguard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4miw7n006pe0v578yp92k2", + "meta": { + "id": "clq39yylm008ish27232ty1r6", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of steadfast loyalty", + "subType": "Mortal", + "rulesText": "If a nearby Avatar or royalty (King, Queen, Prince, or Princess) would take damage, Royal Bodyguard may take that damage instead.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mj1p3006qe0v5bwntb30e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mj9up006se0v5g00r5eha", + "slug": "alp_royal_bodyguard_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/royal_bodyguard-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4miw7n006pe0v578yp92k2", + "setCardId": "clm4mj1p3006qe0v5bwntb30e", + "setCard": { + "id": "clm4mj1p3006qe0v5bwntb30e", + "slug": "alp_royal_bodyguard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4miw7n006pe0v578yp92k2", + "meta": { + "id": "clq39yylm008ish27232ty1r6", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal of steadfast loyalty", + "subType": "Mortal", + "rulesText": "If a nearby Avatar or royalty (King, Queen, Prince, or Princess) would take damage, Royal Bodyguard may take that damage instead.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mj1p3006qe0v5bwntb30e" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ps81q00vze0v55eqp9kv8", + "slug": "ruby_core", + "name": "Ruby Core", + "hotscore": 6519, + "guardian": { + "id": "clq3a1c1a00q7sh27ysluxup5", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of inflamed efficacy", + "subType": "Relic", + "rulesText": "Provides (F) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ps81q00vze0v55eqp9kv8" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ietv01ops67p5nyv8mpq", + "slug": "bet_ruby_core_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ruby_core.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ps81q00vze0v55eqp9kv8", + "setCardId": "clot8iesb01ons67pebt1yzlt", + "setCard": { + "id": "clot8iesb01ons67pebt1yzlt", + "slug": "bet_ruby_core", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ps81q00vze0v55eqp9kv8", + "meta": { + "id": "clq3a1c9400q9sh27x6i6fjyr", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of inflamed efficacy", + "subType": "Relic", + "rulesText": "Provides (F) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iesb01ons67pebt1yzlt" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ievf01ors67p146emvbn", + "slug": "bet_ruby_core_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ruby_core-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ps81q00vze0v55eqp9kv8", + "setCardId": "clot8iesb01ons67pebt1yzlt", + "setCard": { + "id": "clot8iesb01ons67pebt1yzlt", + "slug": "bet_ruby_core", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ps81q00vze0v55eqp9kv8", + "meta": { + "id": "clq3a1c9400q9sh27x6i6fjyr", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of inflamed efficacy", + "subType": "Relic", + "rulesText": "Provides (F) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iesb01ons67pebt1yzlt" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4psf2k00w1e0v5e1hpdo7v", + "slug": "alp_ruby_core_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ruby_core.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ps81q00vze0v55eqp9kv8", + "setCardId": "clm4psdrf00w0e0v51ud4blhr", + "setCard": { + "id": "clm4psdrf00w0e0v51ud4blhr", + "slug": "alp_ruby_core", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ps81q00vze0v55eqp9kv8", + "meta": { + "id": "clq3a1c3n00q8sh27dk9zyx9j", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of inflamed efficacy", + "subType": "Relic", + "rulesText": "Provides (F) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4psdrf00w0e0v51ud4blhr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4psm6900w2e0v5dgxhglwq", + "slug": "alp_ruby_core_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ruby_core-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ps81q00vze0v55eqp9kv8", + "setCardId": "clm4psdrf00w0e0v51ud4blhr", + "setCard": { + "id": "clm4psdrf00w0e0v51ud4blhr", + "slug": "alp_ruby_core", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ps81q00vze0v55eqp9kv8", + "meta": { + "id": "clq3a1c3n00q8sh27dk9zyx9j", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Relic of inflamed efficacy", + "subType": "Relic", + "rulesText": "Provides (F) and ① to its controller.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4psdrf00w0e0v51ud4blhr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qni3e012ye0v57f1hd3km", + "slug": "ruins", + "name": "Ruins", + "hotscore": 8461, + "guardian": { + "id": "clq3a1yyb00ussh276eeofl6j", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 1, + "cardId": "clm4qni3e012ye0v57f1hd3km" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + }, + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8iwpa01zes67p38a0jl9d", + "slug": "bet_ruins_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ruins.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What do lines on a map mean to the sand and the sun and the wind?", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "setCardId": "clot8iwnm01zcs67pjgh73fwt", + "setCard": { + "id": "clot8iwnm01zcs67pjgh73fwt", + "slug": "bet_ruins", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "meta": { + "id": "clq3a1z6a00uush277rmmjx01", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8iwnm01zcs67pjgh73fwt" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iwqu01zgs67pjszqleiu", + "slug": "bet_ruins_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ruins-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What do lines on a map mean to the sand and the sun and the wind?", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "setCardId": "clot8iwnm01zcs67pjgh73fwt", + "setCard": { + "id": "clot8iwnm01zcs67pjgh73fwt", + "slug": "bet_ruins", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "meta": { + "id": "clq3a1z6a00uush277rmmjx01", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8iwnm01zcs67pjgh73fwt" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qnpef0130e0v5bchueqwm", + "slug": "alp_ruins_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ruins.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What do lines on a map mean to the sand and the sun and the wind?", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "setCardId": "clm4qno3a012ze0v59bjm76d5", + "setCard": { + "id": "clm4qno3a012ze0v59bjm76d5", + "slug": "alp_ruins", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "meta": { + "id": "clq3a1z0o00utsh27ecuchnd7", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qno3a012ze0v59bjm76d5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qnwnf0131e0v5c4kw17ub", + "slug": "alp_ruins_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ruins-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What do lines on a map mean to the sand and the sun and the wind?", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "setCardId": "clm4qno3a012ze0v59bjm76d5", + "setCard": { + "id": "clm4qno3a012ze0v59bjm76d5", + "slug": "alp_ruins", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qni3e012ye0v57f1hd3km", + "meta": { + "id": "clq3a1z0o00utsh27ecuchnd7", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Fire and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qno3a012ze0v59bjm76d5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4okggw00mle0v52gpt8qsj", + "slug": "ruler_of_thul", + "name": "Ruler of Thul", + "hotscore": 3901, + "guardian": { + "id": "clq3a0gi500jksh270tdau7ax", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of hibernal majesty", + "subType": "Mortal", + "rulesText": "Charge \r\n\r\nAllies can move as if the top and bottom edges of the realm were connected. Other allies occupying sites there have +1 power.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4okggw00mle0v52gpt8qsj" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hpcf0199s67pxbqcs9kk", + "slug": "bet_ruler_of_thul_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ruler_of_thul.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4okggw00mle0v52gpt8qsj", + "setCardId": "clot8hpaw0197s67poxq5ju0t", + "setCard": { + "id": "clot8hpaw0197s67poxq5ju0t", + "slug": "bet_ruler_of_thul", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4okggw00mle0v52gpt8qsj", + "meta": { + "id": "clq3a0gqf00jmsh27fdye8w0t", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of hibernal majesty", + "subType": "Mortal", + "rulesText": "Charge \r\n\r\nAllies can move as if the top and bottom edges of the realm were connected. Other allies occupying sites there have +1 power.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hpaw0197s67poxq5ju0t" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hpdx019bs67pnoipyy4w", + "slug": "bet_ruler_of_thul_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ruler_of_thul-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4okggw00mle0v52gpt8qsj", + "setCardId": "clot8hpaw0197s67poxq5ju0t", + "setCard": { + "id": "clot8hpaw0197s67poxq5ju0t", + "slug": "bet_ruler_of_thul", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4okggw00mle0v52gpt8qsj", + "meta": { + "id": "clq3a0gqf00jmsh27fdye8w0t", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of hibernal majesty", + "subType": "Mortal", + "rulesText": "Charge \r\n\r\nAllies can move as if the top and bottom edges of the realm were connected. Other allies occupying sites there have +1 power.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hpaw0197s67poxq5ju0t" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oknjk00mne0v5fhd9dg7f", + "slug": "alp_ruler_of_thul_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ruler_of_thul.png", + "finish": "Standard", + "product": "Booster", + "artist": "Frank Frazetta", + "flavorText": "", + "cardId": "clm4okggw00mle0v52gpt8qsj", + "setCardId": "clm4okm7200mme0v59u13hlwb", + "setCard": { + "id": "clm4okm7200mme0v59u13hlwb", + "slug": "alp_ruler_of_thul", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4okggw00mle0v52gpt8qsj", + "meta": { + "id": "clq3a0gkq00jlsh27ms9pe570", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of hibernal majesty", + "subType": "Mortal", + "rulesText": "Charge \n\nAllies can move as if the top and bottom edges of the realm were connected. Other allies occupying sites there have +1 power.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4okm7200mme0v59u13hlwb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4okuiu00moe0v5ah8i4cte", + "slug": "alp_ruler_of_thul_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ruler_of_thul-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Frank Frazetta", + "flavorText": "", + "cardId": "clm4okggw00mle0v52gpt8qsj", + "setCardId": "clm4okm7200mme0v59u13hlwb", + "setCard": { + "id": "clm4okm7200mme0v59u13hlwb", + "slug": "alp_ruler_of_thul", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4okggw00mle0v52gpt8qsj", + "meta": { + "id": "clq3a0gkq00jlsh27ms9pe570", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Mortal of hibernal majesty", + "subType": "Mortal", + "rulesText": "Charge \n\nAllies can move as if the top and bottom edges of the realm were connected. Other allies occupying sites there have +1 power.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4okm7200mme0v59u13hlwb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q8qtd00zle0v54j8qh3fk", + "slug": "rustic_village", + "name": "Rustic Village", + "hotscore": 4869, + "guardian": { + "id": "clq3a1nwp00smsh27nzele5da", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of fertility", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4q8qtd00zle0v54j8qh3fk" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8io8j01ucs67p37yhrx6f", + "slug": "bet_rustic_village_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/rustic_village.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q8qtd00zle0v54j8qh3fk", + "setCardId": "clot8io7001uas67pkt5s0gic", + "setCard": { + "id": "clot8io7001uas67pkt5s0gic", + "slug": "bet_rustic_village", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q8qtd00zle0v54j8qh3fk", + "meta": { + "id": "clq3a1o6d00sosh278f7qq8xf", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of fertility", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8io7001uas67pkt5s0gic" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ioa401ues67pagdzeo5i", + "slug": "bet_rustic_village_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/rustic_village-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q8qtd00zle0v54j8qh3fk", + "setCardId": "clot8io7001uas67pkt5s0gic", + "setCard": { + "id": "clot8io7001uas67pkt5s0gic", + "slug": "bet_rustic_village", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q8qtd00zle0v54j8qh3fk", + "meta": { + "id": "clq3a1o6d00sosh278f7qq8xf", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of fertility", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8io7001uas67pkt5s0gic" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q8y1200zne0v5b6ir46hs", + "slug": "alp_rustic_village_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rustic_village.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q8qtd00zle0v54j8qh3fk", + "setCardId": "clm4q8wpz00zme0v5a831fue4", + "setCard": { + "id": "clm4q8wpz00zme0v5a831fue4", + "slug": "alp_rustic_village", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q8qtd00zle0v54j8qh3fk", + "meta": { + "id": "clq3a1nz000snsh27mk6y6u5u", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of fertility", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q8wpz00zme0v5a831fue4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q9b9t00zpe0v5bozz5tn9", + "slug": "alp_rustic_village_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rustic_village-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q8qtd00zle0v54j8qh3fk", + "setCardId": "clm4q8wpz00zme0v5a831fue4", + "setCard": { + "id": "clm4q8wpz00zme0v5a831fue4", + "slug": "alp_rustic_village", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q8qtd00zle0v54j8qh3fk", + "meta": { + "id": "clq3a1nz000snsh27mk6y6u5u", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of fertility", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q8wpz00zme0v5a831fue4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q94wy00zoe0v51e8ed4c6", + "slug": "alp_rustic_village_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/rustic_village-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q8qtd00zle0v54j8qh3fk", + "setCardId": "clm4q8wpz00zme0v5a831fue4", + "setCard": { + "id": "clm4q8wpz00zme0v5a831fue4", + "slug": "alp_rustic_village", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q8qtd00zle0v54j8qh3fk", + "meta": { + "id": "clq3a1nz000snsh27mk6y6u5u", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of fertility", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q8wpz00zme0v5a831fue4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nk3nb00ere0v5aj4w7l8d", + "slug": "sacred_scarabs", + "name": "Sacred Scarabs", + "hotscore": 3395, + "guardian": { + "id": "clq39zpns00e3sh278avm69hr", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with an explosive finale", + "subType": "Beast", + "rulesText": "Airborne\r\n\r\nDeathrite → Deal 3 damage to each unit here.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nk3nb00ere0v5aj4w7l8d" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h4ka00wms67pa2mw2qj4", + "slug": "bet_sacred_scarabs_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sacred_scarabs.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "It’s all fun and games until someone steps on a bug.", + "cardId": "clm4nk3nb00ere0v5aj4w7l8d", + "setCardId": "clot8h4iq00wks67psozq5k5r", + "setCard": { + "id": "clot8h4iq00wks67psozq5k5r", + "slug": "bet_sacred_scarabs", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nk3nb00ere0v5aj4w7l8d", + "meta": { + "id": "clq39zpxg00e5sh27at5a37en", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with an explosive finale", + "subType": "Beast", + "rulesText": "Airborne\r\n\r\nDeathrite → Deal 3 damage to each unit here.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h4iq00wks67psozq5k5r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h4lt00wos67plx7i9if1", + "slug": "bet_sacred_scarabs_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sacred_scarabs-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "It’s all fun and games until someone steps on a bug.", + "cardId": "clm4nk3nb00ere0v5aj4w7l8d", + "setCardId": "clot8h4iq00wks67psozq5k5r", + "setCard": { + "id": "clot8h4iq00wks67psozq5k5r", + "slug": "bet_sacred_scarabs", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nk3nb00ere0v5aj4w7l8d", + "meta": { + "id": "clq39zpxg00e5sh27at5a37en", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with an explosive finale", + "subType": "Beast", + "rulesText": "Airborne\r\n\r\nDeathrite → Deal 3 damage to each unit here.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h4iq00wks67psozq5k5r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nkbib00ete0v543c8eoo5", + "slug": "alp_sacred_scarabs_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sacred_scarabs.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "It’s all fun and games until someone steps on a bug.", + "cardId": "clm4nk3nb00ere0v5aj4w7l8d", + "setCardId": "clm4nka6z00ese0v53fab7ruw", + "setCard": { + "id": "clm4nka6z00ese0v53fab7ruw", + "slug": "alp_sacred_scarabs", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nk3nb00ere0v5aj4w7l8d", + "meta": { + "id": "clq39zpq500e4sh27trtjqy9e", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with an explosive finale", + "subType": "Beast", + "rulesText": "Airborne\n\nDeathrite → Deal 3 damage to each unit here.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nka6z00ese0v53fab7ruw" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nkp3t00eve0v57s6z12mn", + "slug": "alp_sacred_scarabs_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sacred_scarabs-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Melissa A. Benson", + "flavorText": "It’s all fun and games until someone steps on a bug.", + "cardId": "clm4nk3nb00ere0v5aj4w7l8d", + "setCardId": "clm4nka6z00ese0v53fab7ruw", + "setCard": { + "id": "clm4nka6z00ese0v53fab7ruw", + "slug": "alp_sacred_scarabs", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nk3nb00ere0v5aj4w7l8d", + "meta": { + "id": "clq39zpq500e4sh27trtjqy9e", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with an explosive finale", + "subType": "Beast", + "rulesText": "Airborne\n\nDeathrite → Deal 3 damage to each unit here.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nka6z00ese0v53fab7ruw" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nkid500eue0v5fpi13ade", + "slug": "alp_sacred_scarabs_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sacred_scarabs-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "It’s all fun and games until someone steps on a bug.", + "cardId": "clm4nk3nb00ere0v5aj4w7l8d", + "setCardId": "clm4nka6z00ese0v53fab7ruw", + "setCard": { + "id": "clm4nka6z00ese0v53fab7ruw", + "slug": "alp_sacred_scarabs", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nk3nb00ere0v5aj4w7l8d", + "meta": { + "id": "clq39zpq500e4sh27trtjqy9e", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with an explosive finale", + "subType": "Beast", + "rulesText": "Airborne\n\nDeathrite → Deal 3 damage to each unit here.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nka6z00ese0v53fab7ruw" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nkq8g00ewe0v52ffv8u79", + "slug": "sand_worm", + "name": "Sand Worm", + "hotscore": 785, + "guardian": { + "id": "clq39zq3n00e6sh2721blnq2s", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast swims seas of sand", + "subType": "Beast", + "rulesText": "Burrowing, Landbound", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nkq8g00ewe0v52ffv8u79" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h4wa00wts67p4ndh2674", + "slug": "bet_sand_worm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sand_worm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Only a soft susurration betrays the passing of these desert leviathans far beneath your feet.", + "cardId": "clm4nkq8g00ewe0v52ffv8u79", + "setCardId": "clot8h4ut00wrs67pnfdu63ad", + "setCard": { + "id": "clot8h4ut00wrs67pnfdu63ad", + "slug": "bet_sand_worm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nkq8g00ewe0v52ffv8u79", + "meta": { + "id": "clq39zqdt00e8sh27ftgxe999", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast swims seas of sand", + "subType": "Beast", + "rulesText": "Burrowing, Landbound", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h4ut00wrs67pnfdu63ad" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h4xt00wvs67pvyfuv42d", + "slug": "bet_sand_worm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sand_worm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Only a soft susurration betrays the passing of these desert leviathans far beneath your feet.", + "cardId": "clm4nkq8g00ewe0v52ffv8u79", + "setCardId": "clot8h4ut00wrs67pnfdu63ad", + "setCard": { + "id": "clot8h4ut00wrs67pnfdu63ad", + "slug": "bet_sand_worm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nkq8g00ewe0v52ffv8u79", + "meta": { + "id": "clq39zqdt00e8sh27ftgxe999", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast swims seas of sand", + "subType": "Beast", + "rulesText": "Burrowing, Landbound", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h4ut00wrs67pnfdu63ad" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nkxr100eye0v57dp3hl49", + "slug": "alp_sand_worm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sand_worm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Only a soft susurration betrays the passing of these desert leviathans far beneath your feet.", + "cardId": "clm4nkq8g00ewe0v52ffv8u79", + "setCardId": "clm4nkw8t00exe0v58t2gb61w", + "setCard": { + "id": "clm4nkw8t00exe0v58t2gb61w", + "slug": "alp_sand_worm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nkq8g00ewe0v52ffv8u79", + "meta": { + "id": "clq39zq6200e7sh27x2ypixyg", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast swims seas of sand", + "subType": "Beast", + "rulesText": "Burrowing, Landbound", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nkw8t00exe0v58t2gb61w" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nl9y100f0e0v5g94m4t6e", + "slug": "alp_sand_worm_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sand_worm-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Vincent Pompetti", + "flavorText": "Only a soft susurration betrays the passing of these desert leviathans far beneath your feet.", + "cardId": "clm4nkq8g00ewe0v52ffv8u79", + "setCardId": "clm4nkw8t00exe0v58t2gb61w", + "setCard": { + "id": "clm4nkw8t00exe0v58t2gb61w", + "slug": "alp_sand_worm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nkq8g00ewe0v52ffv8u79", + "meta": { + "id": "clq39zq6200e7sh27x2ypixyg", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast swims seas of sand", + "subType": "Beast", + "rulesText": "Burrowing, Landbound", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nkw8t00exe0v58t2gb61w" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nl4cb00eze0v5fua96cdb", + "slug": "alp_sand_worm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sand_worm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "Only a soft susurration betrays the passing of these desert leviathans far beneath your feet.", + "cardId": "clm4nkq8g00ewe0v52ffv8u79", + "setCardId": "clm4nkw8t00exe0v58t2gb61w", + "setCard": { + "id": "clm4nkw8t00exe0v58t2gb61w", + "slug": "alp_sand_worm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nkq8g00ewe0v52ffv8u79", + "meta": { + "id": "clq39zq6200e7sh27x2ypixyg", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast swims seas of sand", + "subType": "Beast", + "rulesText": "Burrowing, Landbound", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nkw8t00exe0v58t2gb61w" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o3hqt00iye0v55cf7hbke", + "slug": "sandstorm", + "name": "Sandstorm", + "hotscore": 319, + "guardian": { + "id": "clq3a041t00h1sh27rd325jif", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of swirling silica", + "subType": "", + "rulesText": "Affected sites and units atop them can't be attacked or intercepted.\r\n \r\nAt the start of your turn, dispel Sandstorm.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4o3hqt00iye0v55cf7hbke" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hfm1013fs67pmq9iqaw6", + "slug": "bet_sandstorm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sandstorm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4o3hqt00iye0v55cf7hbke", + "setCardId": "clot8hfkg013ds67pv0x0ys9e", + "setCard": { + "id": "clot8hfkg013ds67pv0x0ys9e", + "slug": "bet_sandstorm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o3hqt00iye0v55cf7hbke", + "meta": { + "id": "clq3a04a500h3sh27sm11ehzy", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of swirling silica", + "subType": "", + "rulesText": "Affected sites and units atop them can't be attacked or intercepted.\r\n \r\nAt the start of your turn, dispel Sandstorm.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hfkg013ds67pv0x0ys9e" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hfnv013hs67ppk700rzz", + "slug": "bet_sandstorm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sandstorm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4o3hqt00iye0v55cf7hbke", + "setCardId": "clot8hfkg013ds67pv0x0ys9e", + "setCard": { + "id": "clot8hfkg013ds67pv0x0ys9e", + "slug": "bet_sandstorm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o3hqt00iye0v55cf7hbke", + "meta": { + "id": "clq3a04a500h3sh27sm11ehzy", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of swirling silica", + "subType": "", + "rulesText": "Affected sites and units atop them can't be attacked or intercepted.\r\n \r\nAt the start of your turn, dispel Sandstorm.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hfkg013ds67pv0x0ys9e" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o3oq400j0e0v5dzmtgg1m", + "slug": "alp_sandstorm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sandstorm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4o3hqt00iye0v55cf7hbke", + "setCardId": "clm4o3nco00ize0v5cryv62kj", + "setCard": { + "id": "clm4o3nco00ize0v5cryv62kj", + "slug": "alp_sandstorm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o3hqt00iye0v55cf7hbke", + "meta": { + "id": "clq3a044700h2sh27czd9kiqn", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of swirling silica", + "subType": "", + "rulesText": "Affected sites and units atop them can't be attacked or intercepted.\n\nAt the start of your turn, dispel Sandstorm.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o3nco00ize0v5cryv62kj" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o3v3f00j1e0v5arm03ton", + "slug": "alp_sandstorm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sandstorm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4o3hqt00iye0v55cf7hbke", + "setCardId": "clm4o3nco00ize0v5cryv62kj", + "setCard": { + "id": "clm4o3nco00ize0v5cryv62kj", + "slug": "alp_sandstorm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o3hqt00iye0v55cf7hbke", + "meta": { + "id": "clq3a044700h2sh27czd9kiqn", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of swirling silica", + "subType": "", + "rulesText": "Affected sites and units atop them can't be attacked or intercepted.\n\nAt the start of your turn, dispel Sandstorm.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o3nco00ize0v5cryv62kj" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4psrre00w3e0v5ez7ieems", + "slug": "scarecrow", + "name": "Scarecrow", + "hotscore": 270, + "guardian": { + "id": "clq3a1cel00qash27ysuub8rk", + "type": "Artifact", + "rarity": "Ordinary", + "typeText": "A gaunt and ragged Ordinary Relic", + "subType": "Relic", + "rulesText": "Genesis → Return each Airborne minion here to its owner’s hand.\r\n \r\n Airborne minions can't enter this location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4psrre00w3e0v5ez7ieems" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8if6k01ows67peonnv44c", + "slug": "bet_scarecrow_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/scarecrow.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4psrre00w3e0v5ez7ieems", + "setCardId": "clot8if5401ous67p2i4axidn", + "setCard": { + "id": "clot8if5401ous67p2i4axidn", + "slug": "bet_scarecrow", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4psrre00w3e0v5ez7ieems", + "meta": { + "id": "clq3a1cme00qcsh274834p4i9", + "type": "Artifact", + "rarity": "Ordinary", + "typeText": "A gaunt and ragged Ordinary Relic", + "subType": "Relic", + "rulesText": "Genesis → Return each Airborne minion here to its owner’s hand.\r\n \r\n Airborne minions can't enter this location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8if5401ous67p2i4axidn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8if8601oys67py5xe66ca", + "slug": "bet_scarecrow_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/scarecrow-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4psrre00w3e0v5ez7ieems", + "setCardId": "clot8if5401ous67p2i4axidn", + "setCard": { + "id": "clot8if5401ous67p2i4axidn", + "slug": "bet_scarecrow", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4psrre00w3e0v5ez7ieems", + "meta": { + "id": "clq3a1cme00qcsh274834p4i9", + "type": "Artifact", + "rarity": "Ordinary", + "typeText": "A gaunt and ragged Ordinary Relic", + "subType": "Relic", + "rulesText": "Genesis → Return each Airborne minion here to its owner’s hand.\r\n \r\n Airborne minions can't enter this location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8if5401ous67p2i4axidn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pszcu00w5e0v52m82gg9l", + "slug": "alp_scarecrow_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/scarecrow.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4psrre00w3e0v5ez7ieems", + "setCardId": "clm4psy0c00w4e0v5a3r4dz80", + "setCard": { + "id": "clm4psy0c00w4e0v5a3r4dz80", + "slug": "alp_scarecrow", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4psrre00w3e0v5ez7ieems", + "meta": { + "id": "clq3a1cgw00qbsh273151fdsv", + "type": "Artifact", + "rarity": "Ordinary", + "typeText": "A gaunt and ragged Ordinary Relic", + "subType": "Relic", + "rulesText": "Genesis → Return each Airborne minion here to its owner’s hand.\n \nAirborne minions can't enter this location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4psy0c00w4e0v5a3r4dz80" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pt66100w6e0v5bzgc1hd8", + "slug": "alp_scarecrow_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/scarecrow-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4psrre00w3e0v5ez7ieems", + "setCardId": "clm4psy0c00w4e0v5a3r4dz80", + "setCard": { + "id": "clm4psy0c00w4e0v5a3r4dz80", + "slug": "alp_scarecrow", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4psrre00w3e0v5ez7ieems", + "meta": { + "id": "clq3a1cgw00qbsh273151fdsv", + "type": "Artifact", + "rarity": "Ordinary", + "typeText": "A gaunt and ragged Ordinary Relic", + "subType": "Relic", + "rulesText": "Genesis → Return each Airborne minion here to its owner’s hand.\n \nAirborne minions can't enter this location.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4psy0c00w4e0v5a3r4dz80" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nlb2z00f1e0v544ix1cpo", + "slug": "scavenging_fiend", + "name": "Scavenging Fiend", + "hotscore": 752, + "guardian": { + "id": "clq39zqjq00e9sh2716yiwcc0", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Demon rummages refuse", + "subType": "Demon", + "rulesText": "Genesis → Conjure a broken artifact to this location.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nlb2z00f1e0v544ix1cpo" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h57s00x0s67p37g9xtyg", + "slug": "bet_scavenging_fiend_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/scavenging_fiend.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4nlb2z00f1e0v544ix1cpo", + "setCardId": "clot8h56b00wys67pfnrzm89w", + "setCard": { + "id": "clot8h56b00wys67pfnrzm89w", + "slug": "bet_scavenging_fiend", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nlb2z00f1e0v544ix1cpo", + "meta": { + "id": "clq39zqso00ebsh27dws5fpgk", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Demon rummages refuse", + "subType": "Demon", + "rulesText": "Genesis → Conjure a broken artifact to this location.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h56b00wys67pfnrzm89w" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h59b00x2s67p8878jeb3", + "slug": "bet_scavenging_fiend_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/scavenging_fiend-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4nlb2z00f1e0v544ix1cpo", + "setCardId": "clot8h56b00wys67pfnrzm89w", + "setCard": { + "id": "clot8h56b00wys67pfnrzm89w", + "slug": "bet_scavenging_fiend", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nlb2z00f1e0v544ix1cpo", + "meta": { + "id": "clq39zqso00ebsh27dws5fpgk", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Demon rummages refuse", + "subType": "Demon", + "rulesText": "Genesis → Conjure a broken artifact to this location.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h56b00wys67pfnrzm89w" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nli6m00f3e0v5f9go3ndm", + "slug": "alp_scavenging_fiend_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/scavenging_fiend.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4nlb2z00f1e0v544ix1cpo", + "setCardId": "clm4nlgvl00f2e0v55xa70xbs", + "setCard": { + "id": "clm4nlgvl00f2e0v55xa70xbs", + "slug": "alp_scavenging_fiend", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nlb2z00f1e0v544ix1cpo", + "meta": { + "id": "clq39zqmh00eash27bte2elek", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Demon rummages refuse", + "subType": "Demon", + "rulesText": "Genesis → Conjure a broken artifact to this location.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nlgvl00f2e0v55xa70xbs" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nlpaf00f4e0v5hrk2heaa", + "slug": "alp_scavenging_fiend_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/scavenging_fiend-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4nlb2z00f1e0v544ix1cpo", + "setCardId": "clm4nlgvl00f2e0v55xa70xbs", + "setCard": { + "id": "clm4nlgvl00f2e0v55xa70xbs", + "slug": "alp_scavenging_fiend", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nlb2z00f1e0v544ix1cpo", + "meta": { + "id": "clq39zqmh00eash27bte2elek", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Demon rummages refuse", + "subType": "Demon", + "rulesText": "Genesis → Conjure a broken artifact to this location.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nlgvl00f2e0v55xa70xbs" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mjftv006te0v50qehcms7", + "slug": "scent_hounds", + "name": "Scent Hounds", + "hotscore": 883, + "guardian": { + "id": "clq39yyx0008ksh27z3o14lqe", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with extraordinary sniffers", + "subType": "Beast", + "rulesText": "Nearby enemies permanently lose Stealth.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mjftv006te0v50qehcms7" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gj8w00jss67pvnh27qkc", + "slug": "bet_scent_hounds_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/scent_hounds.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "For the upwardly mobile of the Midland Court, accolades in the Royal Hunt of the Mist were as treasured as any war-time achievement.", + "cardId": "clm4mjftv006te0v50qehcms7", + "setCardId": "clot8gj7e00jqs67pbslq8t94", + "setCard": { + "id": "clot8gj7e00jqs67pbslq8t94", + "slug": "bet_scent_hounds", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mjftv006te0v50qehcms7", + "meta": { + "id": "clq39yz6t008msh27mwslgai3", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with extraordinary sniffers", + "subType": "Beast", + "rulesText": "Nearby enemies permanently lose Stealth.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gj7e00jqs67pbslq8t94" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gjad00jus67phsgenab2", + "slug": "bet_scent_hounds_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/scent_hounds-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "For the upwardly mobile of the Midland Court, accolades in the Royal Hunt of the Mist were as treasured as any war-time achievement.", + "cardId": "clm4mjftv006te0v50qehcms7", + "setCardId": "clot8gj7e00jqs67pbslq8t94", + "setCard": { + "id": "clot8gj7e00jqs67pbslq8t94", + "slug": "bet_scent_hounds", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mjftv006te0v50qehcms7", + "meta": { + "id": "clq39yz6t008msh27mwslgai3", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with extraordinary sniffers", + "subType": "Beast", + "rulesText": "Nearby enemies permanently lose Stealth.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gj7e00jqs67pbslq8t94" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mjmy0006ve0v50sqr5a34", + "slug": "alp_scent_hounds_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/scent_hounds.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "For the upwardly mobile of the Midland Court, accolades in the Royal Hunt of the Mist were as treasured as any war-time achievement.", + "cardId": "clm4mjftv006te0v50qehcms7", + "setCardId": "clm4mjlmx006ue0v55qlmcekm", + "setCard": { + "id": "clm4mjlmx006ue0v55qlmcekm", + "slug": "alp_scent_hounds", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mjftv006te0v50qehcms7", + "meta": { + "id": "clq39yyzj008lsh27qh18b3oq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with extraordinary sniffers", + "subType": "Beast", + "rulesText": "Nearby enemies permanently lose Stealth.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mjlmx006ue0v55qlmcekm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mjyu4006xe0v5grj9ftem", + "slug": "alp_scent_hounds_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/scent_hounds-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Andrea Modesti", + "flavorText": "For the upwardly mobile of the Midland Court, accolades in the Royal Hunt of the Mist were as treasured as any war-time achievement.", + "cardId": "clm4mjftv006te0v50qehcms7", + "setCardId": "clm4mjlmx006ue0v55qlmcekm", + "setCard": { + "id": "clm4mjlmx006ue0v55qlmcekm", + "slug": "alp_scent_hounds", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mjftv006te0v50qehcms7", + "meta": { + "id": "clq39yyzj008lsh27qh18b3oq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with extraordinary sniffers", + "subType": "Beast", + "rulesText": "Nearby enemies permanently lose Stealth.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mjlmx006ue0v55qlmcekm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mjtou006we0v5725vdwiu", + "slug": "alp_scent_hounds_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/scent_hounds-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "For the upwardly mobile of the Midland Court, accolades in the Royal Hunt of the Mist were as treasured as any war-time achievement.", + "cardId": "clm4mjftv006te0v50qehcms7", + "setCardId": "clm4mjlmx006ue0v55qlmcekm", + "setCard": { + "id": "clm4mjlmx006ue0v55qlmcekm", + "slug": "alp_scent_hounds", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mjftv006te0v50qehcms7", + "meta": { + "id": "clq39yyzj008lsh27qh18b3oq", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with extraordinary sniffers", + "subType": "Beast", + "rulesText": "Nearby enemies permanently lose Stealth.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mjlmx006ue0v55qlmcekm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o0vun00iee0v5canh8or4", + "slug": "scorched_earth", + "name": "Scorched Earth", + "hotscore": 1148, + "guardian": { + "id": "clq3a023700gmsh27ep5azrjg", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of dire desperation\r\n", + "subType": "", + "rulesText": "Choose any number of sites you control. Destroy each of those sites and everything there.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4o0vun00iee0v5canh8or4" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8he1w012gs67przkbkrbi", + "slug": "bet_scorched_earth_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/scorched_earth.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4o0vun00iee0v5canh8or4", + "setCardId": "clot8he06012es67pohq4fz91", + "setCard": { + "id": "clot8he06012es67pohq4fz91", + "slug": "bet_scorched_earth", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o0vun00iee0v5canh8or4", + "meta": { + "id": "clq3a02by00gosh27sfaukz0i", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of dire desperation\r\n", + "subType": "", + "rulesText": "Choose any number of sites you control. Destroy each of those sites and everything there.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8he06012es67pohq4fz91" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8he3g012is67p4g13fds0", + "slug": "bet_scorched_earth_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/scorched_earth-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4o0vun00iee0v5canh8or4", + "setCardId": "clot8he06012es67pohq4fz91", + "setCard": { + "id": "clot8he06012es67pohq4fz91", + "slug": "bet_scorched_earth", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o0vun00iee0v5canh8or4", + "meta": { + "id": "clq3a02by00gosh27sfaukz0i", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of dire desperation\r\n", + "subType": "", + "rulesText": "Choose any number of sites you control. Destroy each of those sites and everything there.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8he06012es67pohq4fz91" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o12ld00ige0v565uy382l", + "slug": "alp_scorched_earth_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/scorched_earth.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4o0vun00iee0v5canh8or4", + "setCardId": "clm4o11a600ife0v57sa3fqnk", + "setCard": { + "id": "clm4o11a600ife0v57sa3fqnk", + "slug": "alp_scorched_earth", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o0vun00iee0v5canh8or4", + "meta": { + "id": "clq3a025i00gnsh27tie07ag1", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of dire desperation\n", + "subType": "", + "rulesText": "Choose any number of sites you control. Destroy each of those sites and everything there.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o11a600ife0v57sa3fqnk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o19dx00ihe0v55esb0z7s", + "slug": "alp_scorched_earth_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/scorched_earth-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4o0vun00iee0v5canh8or4", + "setCardId": "clm4o11a600ife0v57sa3fqnk", + "setCard": { + "id": "clm4o11a600ife0v57sa3fqnk", + "slug": "alp_scorched_earth", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o0vun00iee0v5canh8or4", + "meta": { + "id": "clq3a025i00gnsh27tie07ag1", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of dire desperation\n", + "subType": "", + "rulesText": "Choose any number of sites you control. Destroy each of those sites and everything there.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o11a600ife0v57sa3fqnk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mjzys006ye0v50ji19v4y", + "slug": "scourge_zombies", + "name": "Scourge Zombies", + "hotscore": 1017, + "guardian": { + "id": "clq39yzce008nsh27a19us0ta", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Undead of recent vintage", + "subType": "Undead", + "rulesText": "Whenever an allied Mortal dies on land, you may summon Scourge Zombies from your cemetery to its location, tapped.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mjzys006ye0v50ji19v4y" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gjjo00jzs67pw98bnmm2", + "slug": "bet_scourge_zombies_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/scourge_zombies.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4mjzys006ye0v50ji19v4y", + "setCardId": "clot8gji500jxs67prq39u5ox", + "setCard": { + "id": "clot8gji500jxs67prq39u5ox", + "slug": "bet_scourge_zombies", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mjzys006ye0v50ji19v4y", + "meta": { + "id": "clq39yzk4008psh27lwozw48u", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Undead of recent vintage", + "subType": "Undead", + "rulesText": "Whenever an allied Mortal dies on land, you may summon Scourge Zombies from your cemetery to its location, tapped.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gji500jxs67prq39u5ox" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gjl700k1s67pk61onp7i", + "slug": "bet_scourge_zombies_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/scourge_zombies-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4mjzys006ye0v50ji19v4y", + "setCardId": "clot8gji500jxs67prq39u5ox", + "setCard": { + "id": "clot8gji500jxs67prq39u5ox", + "slug": "bet_scourge_zombies", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mjzys006ye0v50ji19v4y", + "meta": { + "id": "clq39yzk4008psh27lwozw48u", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Undead of recent vintage", + "subType": "Undead", + "rulesText": "Whenever an allied Mortal dies on land, you may summon Scourge Zombies from your cemetery to its location, tapped.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gji500jxs67prq39u5ox" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mk7000070e0v59lt57vin", + "slug": "alp_scourge_zombies_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/scourge_zombies.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4mjzys006ye0v50ji19v4y", + "setCardId": "clm4mk5ov006ze0v5bywsbzi8", + "setCard": { + "id": "clm4mk5ov006ze0v5bywsbzi8", + "slug": "alp_scourge_zombies", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mjzys006ye0v50ji19v4y", + "meta": { + "id": "clq39yzem008osh27zzd64an4", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Undead of recent vintage", + "subType": "Undead", + "rulesText": "Whenever an allied Mortal dies on land, you may summon Scourge Zombies from your cemetery to its location, tapped.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mk5ov006ze0v5bywsbzi8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mkecd0071e0v5dldqb7wm", + "slug": "alp_scourge_zombies_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/scourge_zombies-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4mjzys006ye0v50ji19v4y", + "setCardId": "clm4mk5ov006ze0v5bywsbzi8", + "setCard": { + "id": "clm4mk5ov006ze0v5bywsbzi8", + "slug": "alp_scourge_zombies", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mjzys006ye0v50ji19v4y", + "meta": { + "id": "clq39yzem008osh27zzd64an4", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Undead of recent vintage", + "subType": "Undead", + "rulesText": "Whenever an allied Mortal dies on land, you may summon Scourge Zombies from your cemetery to its location, tapped.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mk5ov006ze0v5bywsbzi8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ptba400w7e0v51u7v6mrh", + "slug": "screaming_skull", + "name": "Screaming Skull", + "hotscore": 2485, + "guardian": { + "id": "clq3a1cs900qdsh2734cr6khw", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of unbridled rage", + "subType": "Relic", + "rulesText": "Whenever bearer attacks and kills an enemy, it untaps.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ptba400w7e0v51u7v6mrh" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ifhj01p3s67pi79umrtg", + "slug": "bet_screaming_skull_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/screaming_skull.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ptba400w7e0v51u7v6mrh", + "setCardId": "clot8ifg001p1s67prx32grgg", + "setCard": { + "id": "clot8ifg001p1s67prx32grgg", + "slug": "bet_screaming_skull", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ptba400w7e0v51u7v6mrh", + "meta": { + "id": "clq3a1d2j00qfsh27hhx74h50", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of unbridled rage", + "subType": "Relic", + "rulesText": "Whenever bearer attacks and kills an enemy, it untaps.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ifg001p1s67prx32grgg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ifj101p5s67phxz7z1yx", + "slug": "bet_screaming_skull_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/screaming_skull-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ptba400w7e0v51u7v6mrh", + "setCardId": "clot8ifg001p1s67prx32grgg", + "setCard": { + "id": "clot8ifg001p1s67prx32grgg", + "slug": "bet_screaming_skull", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ptba400w7e0v51u7v6mrh", + "meta": { + "id": "clq3a1d2j00qfsh27hhx74h50", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of unbridled rage", + "subType": "Relic", + "rulesText": "Whenever bearer attacks and kills an enemy, it untaps.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ifg001p1s67prx32grgg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pti2k00w9e0v54m871xyy", + "slug": "alp_screaming_skull_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/screaming_skull.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ptba400w7e0v51u7v6mrh", + "setCardId": "clm4ptgr900w8e0v5gzsk6f4s", + "setCard": { + "id": "clm4ptgr900w8e0v5gzsk6f4s", + "slug": "alp_screaming_skull", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ptba400w7e0v51u7v6mrh", + "meta": { + "id": "clq3a1cuj00qesh27lyq7mi6d", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of unbridled rage", + "subType": "Relic", + "rulesText": "Whenever bearer attacks and kills an enemy, it untaps.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ptgr900w8e0v5gzsk6f4s" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ptuge00wbe0v52erocwjg", + "slug": "alp_screaming_skull_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/screaming_skull-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ptba400w7e0v51u7v6mrh", + "setCardId": "clm4ptgr900w8e0v5gzsk6f4s", + "setCard": { + "id": "clm4ptgr900w8e0v5gzsk6f4s", + "slug": "alp_screaming_skull", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ptba400w7e0v51u7v6mrh", + "meta": { + "id": "clq3a1cuj00qesh27lyq7mi6d", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of unbridled rage", + "subType": "Relic", + "rulesText": "Whenever bearer attacks and kills an enemy, it untaps.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ptgr900w8e0v5gzsk6f4s" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ptorv00wae0v56mv3452a", + "slug": "alp_screaming_skull_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/screaming_skull-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4ptba400w7e0v51u7v6mrh", + "setCardId": "clm4ptgr900w8e0v5gzsk6f4s", + "setCard": { + "id": "clm4ptgr900w8e0v5gzsk6f4s", + "slug": "alp_screaming_skull", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ptba400w7e0v51u7v6mrh", + "meta": { + "id": "clq3a1cuj00qesh27lyq7mi6d", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Relic of unbridled rage", + "subType": "Relic", + "rulesText": "Whenever bearer attacks and kills an enemy, it untaps.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ptgr900w8e0v5gzsk6f4s" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4okzn900mpe0v58kmof9zo", + "slug": "sea_raider", + "name": "Sea Raider", + "hotscore": 957, + "guardian": { + "id": "clq3a0gw700jnsh27u5cmzxau", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal loots and pillages", + "subType": "Mortal", + "rulesText": "Whenever Sea Raider attacks and kills an enemy, its controller discards their topmost spell. You may cast that spell once this turn, ignoring threshold.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4okzn900mpe0v58kmof9zo" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hpn8019gs67pgwf91oum", + "slug": "bet_sea_raider_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sea_raider.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4okzn900mpe0v58kmof9zo", + "setCardId": "clot8hplp019es67p8hxt31oo", + "setCard": { + "id": "clot8hplp019es67p8hxt31oo", + "slug": "bet_sea_raider", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4okzn900mpe0v58kmof9zo", + "meta": { + "id": "clq3a0h4j00jpsh27og4qv4tk", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal loots and pillages", + "subType": "Mortal", + "rulesText": "Whenever Sea Raider attacks and kills an enemy, its controller discards their topmost spell. You may cast that spell once this turn, ignoring threshold.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hplp019es67p8hxt31oo" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hpor019is67ptsabg3uc", + "slug": "bet_sea_raider_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sea_raider-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4okzn900mpe0v58kmof9zo", + "setCardId": "clot8hplp019es67p8hxt31oo", + "setCard": { + "id": "clot8hplp019es67p8hxt31oo", + "slug": "bet_sea_raider", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4okzn900mpe0v58kmof9zo", + "meta": { + "id": "clq3a0h4j00jpsh27og4qv4tk", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal loots and pillages", + "subType": "Mortal", + "rulesText": "Whenever Sea Raider attacks and kills an enemy, its controller discards their topmost spell. You may cast that spell once this turn, ignoring threshold.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hplp019es67p8hxt31oo" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ol6o100mre0v51b3r6m9w", + "slug": "alp_sea_raider_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sea_raider.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4okzn900mpe0v58kmof9zo", + "setCardId": "clm4ol5c900mqe0v5dftyh017", + "setCard": { + "id": "clm4ol5c900mqe0v5dftyh017", + "slug": "alp_sea_raider", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4okzn900mpe0v58kmof9zo", + "meta": { + "id": "clq3a0gyl00josh271ks2gil8", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal loots and pillages", + "subType": "Mortal", + "rulesText": "Whenever Sea Raider attacks and kills an enemy, its controller discards their topmost spell. You may cast that spell once this turn, ignoring threshold.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ol5c900mqe0v5dftyh017" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oldsj00mse0v5esom0w3x", + "slug": "alp_sea_raider_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sea_raider-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4okzn900mpe0v58kmof9zo", + "setCardId": "clm4ol5c900mqe0v5dftyh017", + "setCard": { + "id": "clm4ol5c900mqe0v5dftyh017", + "slug": "alp_sea_raider", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4okzn900mpe0v58kmof9zo", + "meta": { + "id": "clq3a0gyl00josh271ks2gil8", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal loots and pillages", + "subType": "Mortal", + "rulesText": "Whenever Sea Raider attacks and kills an enemy, its controller discards their topmost spell. You may cast that spell once this turn, ignoring threshold.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ol5c900mqe0v5dftyh017" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4olj5500mte0v55nv0cwcf", + "slug": "sea_serpent", + "name": "Sea Serpent", + "hotscore": 412, + "guardian": { + "id": "clq3a0haa00jqsh27yxxh6zlb", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast bestrides the ocean", + "subType": "Beast", + "rulesText": "Submerge, Waterbound", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4olj5500mte0v55nv0cwcf" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hpzk019ns67phiiz22ul", + "slug": "bet_sea_serpent_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sea_serpent.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "The study of sea serpents advances one funeral at a time.", + "cardId": "clm4olj5500mte0v55nv0cwcf", + "setCardId": "clot8hpy0019ls67pq91819kv", + "setCard": { + "id": "clot8hpy0019ls67pq91819kv", + "slug": "bet_sea_serpent", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4olj5500mte0v55nv0cwcf", + "meta": { + "id": "clq3a0hjr00jssh27hx5ggmv6", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast bestrides the ocean", + "subType": "Beast", + "rulesText": "Submerge, Waterbound", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hpy0019ls67pq91819kv" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hq16019ps67pb2c0nqmh", + "slug": "bet_sea_serpent_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sea_serpent-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "The study of sea serpents advances one funeral at a time.", + "cardId": "clm4olj5500mte0v55nv0cwcf", + "setCardId": "clot8hpy0019ls67pq91819kv", + "setCard": { + "id": "clot8hpy0019ls67pq91819kv", + "slug": "bet_sea_serpent", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4olj5500mte0v55nv0cwcf", + "meta": { + "id": "clq3a0hjr00jssh27hx5ggmv6", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast bestrides the ocean", + "subType": "Beast", + "rulesText": "Submerge, Waterbound", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hpy0019ls67pq91819kv" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4olqmc00mve0v5f8t03kbj", + "slug": "alp_sea_serpent_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sea_serpent.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "The study of sea serpents advances one funeral at a time.", + "cardId": "clm4olj5500mte0v55nv0cwcf", + "setCardId": "clm4olp9o00mue0v5hd5wcr71", + "setCard": { + "id": "clm4olp9o00mue0v5hd5wcr71", + "slug": "alp_sea_serpent", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4olj5500mte0v55nv0cwcf", + "meta": { + "id": "clq3a0hcj00jrsh27aoktzwxy", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast bestrides the ocean", + "subType": "Beast", + "rulesText": "Submerge, Waterbound", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4olp9o00mue0v5hd5wcr71" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4om27z00mxe0v5avttedgn", + "slug": "alp_sea_serpent_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sea_serpent-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Vincent Pompetti", + "flavorText": "The study of sea serpents advances one funeral at a time.", + "cardId": "clm4olj5500mte0v55nv0cwcf", + "setCardId": "clm4olp9o00mue0v5hd5wcr71", + "setCard": { + "id": "clm4olp9o00mue0v5hd5wcr71", + "slug": "alp_sea_serpent", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4olj5500mte0v55nv0cwcf", + "meta": { + "id": "clq3a0hcj00jrsh27aoktzwxy", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast bestrides the ocean", + "subType": "Beast", + "rulesText": "Submerge, Waterbound", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4olp9o00mue0v5hd5wcr71" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4olx3k00mwe0v53i1khq17", + "slug": "alp_sea_serpent_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sea_serpent-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "The study of sea serpents advances one funeral at a time.", + "cardId": "clm4olj5500mte0v55nv0cwcf", + "setCardId": "clm4olp9o00mue0v5hd5wcr71", + "setCard": { + "id": "clm4olp9o00mue0v5hd5wcr71", + "slug": "alp_sea_serpent", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4olj5500mte0v55nv0cwcf", + "meta": { + "id": "clq3a0hcj00jrsh27aoktzwxy", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast bestrides the ocean", + "subType": "Beast", + "rulesText": "Submerge, Waterbound", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4olp9o00mue0v5hd5wcr71" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nlubl00f5e0v5eysta2cn", + "slug": "seasoned_sellsword", + "name": "Seasoned Sellsword", + "hotscore": 1051, + "guardian": { + "id": "clq39zqyk00ecsh279dry7odg", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal serves the highest bidder", + "subType": "Mortal", + "rulesText": "Avatars nearby have \"Discard a card → Gain control of Seasoned Sellsword.\"", + "cost": 2, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4nlubl00f5e0v5eysta2cn" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h5in00x7s67pra6t87mn", + "slug": "bet_seasoned_sellsword_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/seasoned_sellsword.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4nlubl00f5e0v5eysta2cn", + "setCardId": "clot8h5gy00x5s67pn0ixx3on", + "setCard": { + "id": "clot8h5gy00x5s67pn0ixx3on", + "slug": "bet_seasoned_sellsword", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nlubl00f5e0v5eysta2cn", + "meta": { + "id": "clq39zr6q00eesh270vcfnr2x", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal serves the highest bidder", + "subType": "Mortal", + "rulesText": "Avatars nearby have \"Discard a card → Gain control of Seasoned Sellsword.\"", + "cost": 2, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h5gy00x5s67pn0ixx3on" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h5k300x9s67ps74mi50b", + "slug": "bet_seasoned_sellsword_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/seasoned_sellsword-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4nlubl00f5e0v5eysta2cn", + "setCardId": "clot8h5gy00x5s67pn0ixx3on", + "setCard": { + "id": "clot8h5gy00x5s67pn0ixx3on", + "slug": "bet_seasoned_sellsword", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nlubl00f5e0v5eysta2cn", + "meta": { + "id": "clq39zr6q00eesh270vcfnr2x", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal serves the highest bidder", + "subType": "Mortal", + "rulesText": "Avatars nearby have \"Discard a card → Gain control of Seasoned Sellsword.\"", + "cost": 2, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h5gy00x5s67pn0ixx3on" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nm12z00f7e0v5f7ib0cw1", + "slug": "alp_seasoned_sellsword_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/seasoned_sellsword.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4nlubl00f5e0v5eysta2cn", + "setCardId": "clm4nlzrw00f6e0v59v0b9bb6", + "setCard": { + "id": "clm4nlzrw00f6e0v59v0b9bb6", + "slug": "alp_seasoned_sellsword", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nlubl00f5e0v5eysta2cn", + "meta": { + "id": "clq39zr0u00edsh27vo6fwr9x", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal serves the highest bidder", + "subType": "Mortal", + "rulesText": "Avatars nearby have \"Discard a card → Gain control of Seasoned Sellsword.\"", + "cost": 2, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nlzrw00f6e0v59v0b9bb6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nm80w00f8e0v5gc1wcewl", + "slug": "alp_seasoned_sellsword_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/seasoned_sellsword-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "", + "cardId": "clm4nlubl00f5e0v5eysta2cn", + "setCardId": "clm4nlzrw00f6e0v59v0b9bb6", + "setCard": { + "id": "clm4nlzrw00f6e0v59v0b9bb6", + "slug": "alp_seasoned_sellsword", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nlubl00f5e0v5eysta2cn", + "meta": { + "id": "clq39zr0u00edsh27vo6fwr9x", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal serves the highest bidder", + "subType": "Mortal", + "rulesText": "Avatars nearby have \"Discard a card → Gain control of Seasoned Sellsword.\"", + "cost": 2, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nlzrw00f6e0v59v0b9bb6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q9cec00zqe0v51rrh8x9g", + "slug": "secret_tunnel", + "name": "Secret Tunnel", + "hotscore": 1008, + "guardian": { + "id": "clq3a1oce00spsh27cpbga9fd", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of subterranean passage", + "subType": "", + "rulesText": "Burrowed allies can move as if this were adjacent to your other sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4q9cec00zqe0v51rrh8x9g" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8iok901ujs67pyklf5bz2", + "slug": "bet_secret_tunnel_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/secret_tunnel.png", + "finish": "Standard", + "product": "Booster", + "artist": "Doug Kovacs", + "flavorText": "", + "cardId": "clm4q9cec00zqe0v51rrh8x9g", + "setCardId": "clot8ioin01uhs67pscdcid56", + "setCard": { + "id": "clot8ioin01uhs67pscdcid56", + "slug": "bet_secret_tunnel", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q9cec00zqe0v51rrh8x9g", + "meta": { + "id": "clq3a1okj00srsh27oqew9idf", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of subterranean passage", + "subType": "", + "rulesText": "Burrowed allies can move as if this were adjacent to your other sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ioin01uhs67pscdcid56" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iolr01uls67pl0drn4em", + "slug": "bet_secret_tunnel_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/secret_tunnel-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Doug Kovacs", + "flavorText": "", + "cardId": "clm4q9cec00zqe0v51rrh8x9g", + "setCardId": "clot8ioin01uhs67pscdcid56", + "setCard": { + "id": "clot8ioin01uhs67pscdcid56", + "slug": "bet_secret_tunnel", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q9cec00zqe0v51rrh8x9g", + "meta": { + "id": "clq3a1okj00srsh27oqew9idf", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of subterranean passage", + "subType": "", + "rulesText": "Burrowed allies can move as if this were adjacent to your other sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ioin01uhs67pscdcid56" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q9ji900zse0v5245y1tom", + "slug": "alp_secret_tunnel_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/secret_tunnel.png", + "finish": "Standard", + "product": "Booster", + "artist": "Doug Kovacs", + "flavorText": "", + "cardId": "clm4q9cec00zqe0v51rrh8x9g", + "setCardId": "clm4q9i7100zre0v513cecpjc", + "setCard": { + "id": "clm4q9i7100zre0v513cecpjc", + "slug": "alp_secret_tunnel", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q9cec00zqe0v51rrh8x9g", + "meta": { + "id": "clq3a1oen00sqsh27q8ljqgph", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of subterranean passage", + "subType": "", + "rulesText": "Burrowed allies can move as if this were adjacent to your other sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q9i7100zre0v513cecpjc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q9pvf00zte0v5g3g518gb", + "slug": "alp_secret_tunnel_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/secret_tunnel-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Doug Kovacs", + "flavorText": "", + "cardId": "clm4q9cec00zqe0v51rrh8x9g", + "setCardId": "clm4q9i7100zre0v513cecpjc", + "setCard": { + "id": "clm4q9i7100zre0v513cecpjc", + "slug": "alp_secret_tunnel", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q9cec00zqe0v51rrh8x9g", + "meta": { + "id": "clq3a1oen00sqsh27q8ljqgph", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of subterranean passage", + "subType": "", + "rulesText": "Burrowed allies can move as if this were adjacent to your other sites.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4q9i7100zre0v513cecpjc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4om3ed00mye0v5b56hedrf", + "slug": "sedge_crabs", + "name": "Sedge Crabs", + "hotscore": 647, + "guardian": { + "id": "clq3a0hpe00jtsh275kv5igcp", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts that scrape and sidle", + "subType": "Beast", + "rulesText": "Can only move themselves sideways.", + "cost": 1, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4om3ed00mye0v5b56hedrf" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hqag019us67pabnt4k2o", + "slug": "bet_sedge_crabs_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sedge_crabs.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "“One will never make the crab walk straight.“\r\n— Aristophanes", + "cardId": "clm4om3ed00mye0v5b56hedrf", + "setCardId": "clot8hq8w019ss67p49lneysj", + "setCard": { + "id": "clot8hq8w019ss67p49lneysj", + "slug": "bet_sedge_crabs", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4om3ed00mye0v5b56hedrf", + "meta": { + "id": "clq3a0hzk00jvsh274uohy8qe", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts that scrape and sidle", + "subType": "Beast", + "rulesText": "Can only move themselves sideways.", + "cost": 1, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hq8w019ss67p49lneysj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hqby019ws67pr6w1dl11", + "slug": "bet_sedge_crabs_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sedge_crabs-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "“One will never make the crab walk straight.“\r\n— Aristophanes", + "cardId": "clm4om3ed00mye0v5b56hedrf", + "setCardId": "clot8hq8w019ss67p49lneysj", + "setCard": { + "id": "clot8hq8w019ss67p49lneysj", + "slug": "bet_sedge_crabs", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4om3ed00mye0v5b56hedrf", + "meta": { + "id": "clq3a0hzk00jvsh274uohy8qe", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts that scrape and sidle", + "subType": "Beast", + "rulesText": "Can only move themselves sideways.", + "cost": 1, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hq8w019ss67p49lneysj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oma7a00n0e0v5b63pff5r", + "slug": "alp_sedge_crabs_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sedge_crabs.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "“One will never make the crab walk straight.“\n— Aristophanes", + "cardId": "clm4om3ed00mye0v5b56hedrf", + "setCardId": "clm4om8vc00mze0v5089p15ec", + "setCard": { + "id": "clm4om8vc00mze0v5089p15ec", + "slug": "alp_sedge_crabs", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4om3ed00mye0v5b56hedrf", + "meta": { + "id": "clq3a0hrt00jush271855tlr8", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts that scrape and sidle", + "subType": "Beast", + "rulesText": "Can only move themselves sideways.", + "cost": 1, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4om8vc00mze0v5089p15ec" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ommfy00n2e0v5gz79dvea", + "slug": "alp_sedge_crabs_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sedge_crabs-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Ossi Hiekkala", + "flavorText": "“One will never make the crab walk straight.“\n— Aristophanes", + "cardId": "clm4om3ed00mye0v5b56hedrf", + "setCardId": "clm4om8vc00mze0v5089p15ec", + "setCard": { + "id": "clm4om8vc00mze0v5089p15ec", + "slug": "alp_sedge_crabs", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4om3ed00mye0v5b56hedrf", + "meta": { + "id": "clq3a0hrt00jush271855tlr8", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts that scrape and sidle", + "subType": "Beast", + "rulesText": "Can only move themselves sideways.", + "cost": 1, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4om8vc00mze0v5089p15ec" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4omgtv00n1e0v5166ndtfs", + "slug": "alp_sedge_crabs_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sedge_crabs-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "“One will never make the crab walk straight.“\n— Aristophanes", + "cardId": "clm4om3ed00mye0v5b56hedrf", + "setCardId": "clm4om8vc00mze0v5089p15ec", + "setCard": { + "id": "clm4om8vc00mze0v5089p15ec", + "slug": "alp_sedge_crabs", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4om3ed00mye0v5b56hedrf", + "meta": { + "id": "clq3a0hrt00jush271855tlr8", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts that scrape and sidle", + "subType": "Beast", + "rulesText": "Can only move themselves sideways.", + "cost": 1, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4om8vc00mze0v5089p15ec" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4r6pat016te0v5394d4l74", + "slug": "seer", + "name": "Seer", + "hotscore": 391, + "guardian": { + "id": "clq3a2bpt00xish2785h0bjjz", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar prognosticates success", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nAt the start of your turn, look at your topmost site or spell. You may put it on the bottom of its deck.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4r6pat016te0v5394d4l74" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j7f60260s67pvatr1sxa", + "slug": "bet_seer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/seer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4r6pat016te0v5394d4l74", + "setCardId": "clot8j7dn025ys67pncalzgca", + "setCard": { + "id": "clot8j7dn025ys67pncalzgca", + "slug": "bet_seer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r6pat016te0v5394d4l74", + "meta": { + "id": "clq3a2by400xksh273u5mgrih", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar prognosticates success", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nAt the start of your turn, look at your topmost site or spell. You may put it on the bottom of its deck.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j7dn025ys67pncalzgca" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j7gq0262s67pjwvsobux", + "slug": "bet_seer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/seer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4r6pat016te0v5394d4l74", + "setCardId": "clot8j7dn025ys67pncalzgca", + "setCard": { + "id": "clot8j7dn025ys67pncalzgca", + "slug": "bet_seer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r6pat016te0v5394d4l74", + "meta": { + "id": "clq3a2by400xksh273u5mgrih", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar prognosticates success", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nAt the start of your turn, look at your topmost site or spell. You may put it on the bottom of its deck.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j7dn025ys67pncalzgca" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4r6vxn016ve0v57f3t25r8", + "slug": "alp_seer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/seer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4r6pat016te0v5394d4l74", + "setCardId": "clm4r6umt016ue0v5gnxgd3al", + "setCard": { + "id": "clm4r6umt016ue0v5gnxgd3al", + "slug": "alp_seer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r6pat016te0v5394d4l74", + "meta": { + "id": "clq3a2bs500xjsh27tnsl4t97", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar prognosticates success", + "subType": "", + "rulesText": "Tap → Play or draw a site.\n\nAt the start of your turn, look at your topmost site or spell. You may put it on the bottom of its deck.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r6umt016ue0v5gnxgd3al" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4r73wp016we0v557xpb15k", + "slug": "alp_seer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/seer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4r6pat016te0v5394d4l74", + "setCardId": "clm4r6umt016ue0v5gnxgd3al", + "setCard": { + "id": "clm4r6umt016ue0v5gnxgd3al", + "slug": "alp_seer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r6pat016te0v5394d4l74", + "meta": { + "id": "clq3a2bs500xjsh27tnsl4t97", + "type": "Avatar", + "rarity": "Elite", + "typeText": "Your Avatar prognosticates success", + "subType": "", + "rulesText": "Tap → Play or draw a site.\n\nAt the start of your turn, look at your topmost site or spell. You may put it on the bottom of its deck.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r6umt016ue0v5gnxgd3al" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4omnkp00n3e0v5h2be1vkp", + "slug": "seirawan_hydra", + "name": "Seirawan Hydra", + "hotscore": 1572, + "guardian": { + "id": "clq3a0i5600jwsh275ufhw7al", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster of multifarious might", + "subType": "Monster", + "rulesText": "Immune to non-lethal damage.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4omnkp00n3e0v5h2be1vkp" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hqn101a1s67pd8e1sv9q", + "slug": "bet_seirawan_hydra_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/seirawan_hydra.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Fell the tree, and the branches are soon cut off. — Francis Quarles", + "cardId": "clm4omnkp00n3e0v5h2be1vkp", + "setCardId": "clot8hqkr019zs67p2jrsmja8", + "setCard": { + "id": "clot8hqkr019zs67p2jrsmja8", + "slug": "bet_seirawan_hydra", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4omnkp00n3e0v5h2be1vkp", + "meta": { + "id": "clq3a0id200jysh27767lmq30", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster of multifarious might", + "subType": "Monster", + "rulesText": "Immune to non-lethal damage.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hqkr019zs67p2jrsmja8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hqot01a3s67pkgueari5", + "slug": "bet_seirawan_hydra_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/seirawan_hydra-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "Fell the tree, and the branches are soon cut off. — Francis Quarles", + "cardId": "clm4omnkp00n3e0v5h2be1vkp", + "setCardId": "clot8hqkr019zs67p2jrsmja8", + "setCard": { + "id": "clot8hqkr019zs67p2jrsmja8", + "slug": "bet_seirawan_hydra", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4omnkp00n3e0v5h2be1vkp", + "meta": { + "id": "clq3a0id200jysh27767lmq30", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster of multifarious might", + "subType": "Monster", + "rulesText": "Immune to non-lethal damage.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hqkr019zs67p2jrsmja8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4omumt00n5e0v5arn89p7y", + "slug": "alp_seirawan_hydra_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/seirawan_hydra.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "\"Fell the tree, and the branches are soon cut off.\" — Francis Quarles", + "cardId": "clm4omnkp00n3e0v5h2be1vkp", + "setCardId": "clm4omtb500n4e0v5ha2a07z4", + "setCard": { + "id": "clm4omtb500n4e0v5ha2a07z4", + "slug": "alp_seirawan_hydra", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4omnkp00n3e0v5h2be1vkp", + "meta": { + "id": "clq3a0i7e00jxsh27sxr1dkds", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster of multifarious might", + "subType": "Monster", + "rulesText": "Immune to non-lethal damage.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4omtb500n4e0v5ha2a07z4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4on1ib00n6e0v5hc6u8zf4", + "slug": "alp_seirawan_hydra_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/seirawan_hydra-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "\"Fell the tree, and the branches are soon cut off.\" — Francis Quarles", + "cardId": "clm4omnkp00n3e0v5h2be1vkp", + "setCardId": "clm4omtb500n4e0v5ha2a07z4", + "setCard": { + "id": "clm4omtb500n4e0v5ha2a07z4", + "slug": "alp_seirawan_hydra", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4omnkp00n3e0v5h2be1vkp", + "meta": { + "id": "clq3a0i7e00jxsh27sxr1dkds", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Monster of multifarious might", + "subType": "Monster", + "rulesText": "Immune to non-lethal damage.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4omtb500n4e0v5ha2a07z4" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4on6ws00n7e0v589woebko", + "slug": "selfsame_simulacrum", + "name": "Selfsame Simulacrum", + "hotscore": 2688, + "guardian": { + "id": "clq3a0iiu00jzsh27tb288ds7", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Faerie of sincerest flattery", + "subType": "Faerie", + "rulesText": "May be summoned as a basic copy of a nearby minion.", + "cost": 4, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4on6ws00n7e0v589woebko" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hqyw01a8s67pvdghhhy0", + "slug": "bet_selfsame_simulacrum_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/selfsame_simulacrum.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "Common folk view their lives through a half-silvered mirror, seeing only their own reflection.", + "cardId": "clm4on6ws00n7e0v589woebko", + "setCardId": "clot8hqxf01a6s67pykjoj7fu", + "setCard": { + "id": "clot8hqxf01a6s67pykjoj7fu", + "slug": "bet_selfsame_simulacrum", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4on6ws00n7e0v589woebko", + "meta": { + "id": "clq3a0ir100k1sh276vrnd3ue", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Faerie of sincerest flattery", + "subType": "Faerie", + "rulesText": "May be summoned as a basic copy of a nearby minion.", + "cost": 4, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hqxf01a6s67pykjoj7fu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hr0f01aas67pq0fwjojx", + "slug": "bet_selfsame_simulacrum_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/selfsame_simulacrum-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "Common folk view their lives through a half-silvered mirror, seeing only their own reflection.", + "cardId": "clm4on6ws00n7e0v589woebko", + "setCardId": "clot8hqxf01a6s67pykjoj7fu", + "setCard": { + "id": "clot8hqxf01a6s67pykjoj7fu", + "slug": "bet_selfsame_simulacrum", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4on6ws00n7e0v589woebko", + "meta": { + "id": "clq3a0ir100k1sh276vrnd3ue", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Faerie of sincerest flattery", + "subType": "Faerie", + "rulesText": "May be summoned as a basic copy of a nearby minion.", + "cost": 4, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hqxf01a6s67pykjoj7fu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ondy300n9e0v5a0a3d36i", + "slug": "alp_selfsame_simulacrum_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/selfsame_simulacrum.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "Common folk view their lives through a half-silvered mirror, seeing only their own reflection.", + "cardId": "clm4on6ws00n7e0v589woebko", + "setCardId": "clm4oncmk00n8e0v587bz9jy0", + "setCard": { + "id": "clm4oncmk00n8e0v587bz9jy0", + "slug": "alp_selfsame_simulacrum", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4on6ws00n7e0v589woebko", + "meta": { + "id": "clq3a0il600k0sh27i8mahlp9", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Faerie of sincerest flattery", + "subType": "Faerie", + "rulesText": "May be summoned as a basic copy of a nearby minion.", + "cost": 4, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oncmk00n8e0v587bz9jy0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4onlgo00nae0v5dihh27rx", + "slug": "alp_selfsame_simulacrum_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/selfsame_simulacrum-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "Common folk view their lives through a half-silvered mirror, seeing only their own reflection.", + "cardId": "clm4on6ws00n7e0v589woebko", + "setCardId": "clm4oncmk00n8e0v587bz9jy0", + "setCard": { + "id": "clm4oncmk00n8e0v587bz9jy0", + "slug": "alp_selfsame_simulacrum", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4on6ws00n7e0v589woebko", + "meta": { + "id": "clq3a0il600k0sh27i8mahlp9", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Faerie of sincerest flattery", + "subType": "Faerie", + "rulesText": "May be summoned as a basic copy of a nearby minion.", + "cost": 4, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oncmk00n8e0v587bz9jy0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ptvrj00wce0v57gor3d1n", + "slug": "seven_league_boots", + "name": "Seven-League Boots", + "hotscore": 1669, + "guardian": { + "id": "clq3a1d8200qgsh27x700tm9m", + "type": "Artifact", + "rarity": "Unique", + "typeText": "Unique Armor for traipsing and japesing", + "subType": "Armor", + "rulesText": "Bearer has Movement +7.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ptvrj00wce0v57gor3d1n" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8iftd01pas67pxgrwsixu", + "slug": "bet_seven_league_boots_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/seven_league_boots.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "“Bring me my boots at once, so that I may catch them!“ — Charles Perrault", + "cardId": "clm4ptvrj00wce0v57gor3d1n", + "setCardId": "clot8ifrw01p8s67pip7osd3s", + "setCard": { + "id": "clot8ifrw01p8s67pip7osd3s", + "slug": "bet_seven_league_boots", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ptvrj00wce0v57gor3d1n", + "meta": { + "id": "clq3a1dfx00qish27c4kmead4", + "type": "Artifact", + "rarity": "Unique", + "typeText": "Unique Armor for traipsing and japesing", + "subType": "Armor", + "rulesText": "Bearer has Movement +7.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ifrw01p8s67pip7osd3s" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ifuw01pcs67pdcc46c6m", + "slug": "bet_seven_league_boots_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/seven_league_boots-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "“Bring me my boots at once, so that I may catch them!“ — Charles Perrault", + "cardId": "clm4ptvrj00wce0v57gor3d1n", + "setCardId": "clot8ifrw01p8s67pip7osd3s", + "setCard": { + "id": "clot8ifrw01p8s67pip7osd3s", + "slug": "bet_seven_league_boots", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ptvrj00wce0v57gor3d1n", + "meta": { + "id": "clq3a1dfx00qish27c4kmead4", + "type": "Artifact", + "rarity": "Unique", + "typeText": "Unique Armor for traipsing and japesing", + "subType": "Armor", + "rulesText": "Bearer has Movement +7.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ifrw01p8s67pip7osd3s" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pu2wa00wee0v5bxfm5avj", + "slug": "alp_seven_league_boots_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/seven_league_boots.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "“Bring me my boots at once, so that I may catch them!“ — Charles Perrault", + "cardId": "clm4ptvrj00wce0v57gor3d1n", + "setCardId": "clm4pu1l900wde0v5b6bpf58k", + "setCard": { + "id": "clm4pu1l900wde0v5b6bpf58k", + "slug": "alp_seven_league_boots", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ptvrj00wce0v57gor3d1n", + "meta": { + "id": "clq3a1dab00qhsh27c5y4jvgt", + "type": "Artifact", + "rarity": "Unique", + "typeText": "Unique Armor for traipsing and japesing", + "subType": "Armor", + "rulesText": "Bearer has Movement +7.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pu1l900wde0v5b6bpf58k" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pu9oe00wfe0v54xmhaixw", + "slug": "alp_seven_league_boots_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/seven_league_boots-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "“Bring me my boots at once, so that I may catch them!“ — Charles Perrault", + "cardId": "clm4ptvrj00wce0v57gor3d1n", + "setCardId": "clm4pu1l900wde0v5b6bpf58k", + "setCard": { + "id": "clm4pu1l900wde0v5b6bpf58k", + "slug": "alp_seven_league_boots", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ptvrj00wce0v57gor3d1n", + "meta": { + "id": "clq3a1dab00qhsh27c5y4jvgt", + "type": "Artifact", + "rarity": "Unique", + "typeText": "Unique Armor for traipsing and japesing", + "subType": "Armor", + "rulesText": "Bearer has Movement +7.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pu1l900wde0v5b6bpf58k" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mkjkh0072e0v555fn2zfx", + "slug": "shield_maidens", + "name": "Shield Maidens", + "hotscore": 1726, + "guardian": { + "id": "clq39yzpp008qsh27a9yry50h", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals hold the line", + "subType": "Mortal", + "rulesText": "Nearby allies take 1 less damage.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mkjkh0072e0v555fn2zfx" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gjul00k6s67p0ucst3rs", + "slug": "bet_shield_maidens_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/shield_maidens.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "My word is my bond, my shield is my service.", + "cardId": "clm4mkjkh0072e0v555fn2zfx", + "setCardId": "clot8gjt000k4s67psnrwjmaf", + "setCard": { + "id": "clot8gjt000k4s67psnrwjmaf", + "slug": "bet_shield_maidens", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mkjkh0072e0v555fn2zfx", + "meta": { + "id": "clq39yzxi008ssh27xskosruo", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals hold the line", + "subType": "Mortal", + "rulesText": "Nearby allies take 1 less damage.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gjt000k4s67psnrwjmaf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gjw600k8s67paa1ghev1", + "slug": "bet_shield_maidens_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/shield_maidens-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "My word is my bond, my shield is my service.", + "cardId": "clm4mkjkh0072e0v555fn2zfx", + "setCardId": "clot8gjt000k4s67psnrwjmaf", + "setCard": { + "id": "clot8gjt000k4s67psnrwjmaf", + "slug": "bet_shield_maidens", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mkjkh0072e0v555fn2zfx", + "meta": { + "id": "clq39yzxi008ssh27xskosruo", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals hold the line", + "subType": "Mortal", + "rulesText": "Nearby allies take 1 less damage.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gjt000k4s67psnrwjmaf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mkqbx0074e0v583x85n9z", + "slug": "alp_shield_maidens_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/shield_maidens.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "My word is my bond, my shield is my service.", + "cardId": "clm4mkjkh0072e0v555fn2zfx", + "setCardId": "clm4mkp0p0073e0v53asmc82h", + "setCard": { + "id": "clm4mkp0p0073e0v53asmc82h", + "slug": "alp_shield_maidens", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mkjkh0072e0v555fn2zfx", + "meta": { + "id": "clq39yzry008rsh272jaxxs58", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals hold the line", + "subType": "Mortal", + "rulesText": "Nearby allies take 1 less damage.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mkp0p0073e0v53asmc82h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mkxmg0075e0v5e187e0ce", + "slug": "alp_shield_maidens_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/shield_maidens-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "My word is my bond, my shield is my service.", + "cardId": "clm4mkjkh0072e0v555fn2zfx", + "setCardId": "clm4mkp0p0073e0v53asmc82h", + "setCard": { + "id": "clm4mkp0p0073e0v53asmc82h", + "slug": "alp_shield_maidens", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mkjkh0072e0v555fn2zfx", + "meta": { + "id": "clq39yzry008rsh272jaxxs58", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals hold the line", + "subType": "Mortal", + "rulesText": "Nearby allies take 1 less damage.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mkp0p0073e0v53asmc82h" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mzr6r00a9e0v5hj4earmb", + "slug": "shield_wall", + "name": "Shield Wall", + "hotscore": 465, + "guardian": { + "id": "clq39zakb00b0sh27i2wi832b", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of unfaltering formation", + "subType": "", + "rulesText": "Until your next turn, each ally takes 1 less damage for each other ally it's nearby.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mzr6r00a9e0v5hj4earmb" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gskd00pfs67pmw5yv0cd", + "slug": "bet_shield_wall_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/shield_wall.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4mzr6r00a9e0v5hj4earmb", + "setCardId": "clot8gsik00pds67pqz7uvzp9", + "setCard": { + "id": "clot8gsik00pds67pqz7uvzp9", + "slug": "bet_shield_wall", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mzr6r00a9e0v5hj4earmb", + "meta": { + "id": "clq39zask00b2sh27zdn7lwg9", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of unfaltering formation", + "subType": "", + "rulesText": "Until your next turn, each ally takes 1 less damage for each other ally it's nearby.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gsik00pds67pqz7uvzp9" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gsm700phs67p1ekftncv", + "slug": "bet_shield_wall_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/shield_wall-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4mzr6r00a9e0v5hj4earmb", + "setCardId": "clot8gsik00pds67pqz7uvzp9", + "setCard": { + "id": "clot8gsik00pds67pqz7uvzp9", + "slug": "bet_shield_wall", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mzr6r00a9e0v5hj4earmb", + "meta": { + "id": "clq39zask00b2sh27zdn7lwg9", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of unfaltering formation", + "subType": "", + "rulesText": "Until your next turn, each ally takes 1 less damage for each other ally it's nearby.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gsik00pds67pqz7uvzp9" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mzy6600abe0v5epmx7ja8", + "slug": "alp_shield_wall_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/shield_wall.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4mzr6r00a9e0v5hj4earmb", + "setCardId": "clm4mzwum00aae0v510no2hjf", + "setCard": { + "id": "clm4mzwum00aae0v510no2hjf", + "slug": "alp_shield_wall", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mzr6r00a9e0v5hj4earmb", + "meta": { + "id": "clq39zamn00b1sh27ht4l0yw3", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of unfaltering formation", + "subType": "", + "rulesText": "Until your next turn, each ally takes 1 less damage for each other ally it's nearby.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mzwum00aae0v510no2hjf" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n04rz00ace0v5cta2h1pt", + "slug": "alp_shield_wall_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/shield_wall-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4mzr6r00a9e0v5hj4earmb", + "setCardId": "clm4mzwum00aae0v510no2hjf", + "setCard": { + "id": "clm4mzwum00aae0v510no2hjf", + "slug": "alp_shield_wall", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mzr6r00a9e0v5hj4earmb", + "meta": { + "id": "clq39zamn00b1sh27ht4l0yw3", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of unfaltering formation", + "subType": "", + "rulesText": "Until your next turn, each ally takes 1 less damage for each other ally it's nearby.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mzwum00aae0v510no2hjf" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qegfs010we0v5h58b9fjt", + "slug": "shifting_sands", + "name": "Shifting Sands", + "hotscore": 1980, + "guardian": { + "id": "clq3a1s7z00tgsh27bkiq9mdt", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of unsettled animosity", + "subType": "", + "rulesText": "Genesis → Reactivate the Genesis abilities of your nearby Deserts.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4qegfs010we0v5h58b9fjt" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8irfg01was67pcv6yoell", + "slug": "bet_shifting_sands_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/shifting_sands.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qegfs010we0v5h58b9fjt", + "setCardId": "clot8irdz01w8s67pgokhz6cz", + "setCard": { + "id": "clot8irdz01w8s67pgokhz6cz", + "slug": "bet_shifting_sands", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qegfs010we0v5h58b9fjt", + "meta": { + "id": "clq3a1sig00tish27cvwlrygd", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of unsettled animosity", + "subType": "", + "rulesText": "Genesis → Reactivate the Genesis abilities of your nearby Deserts.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8irdz01w8s67pgokhz6cz" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8irgy01wcs67p1nk247cb", + "slug": "bet_shifting_sands_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/shifting_sands-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qegfs010we0v5h58b9fjt", + "setCardId": "clot8irdz01w8s67pgokhz6cz", + "setCard": { + "id": "clot8irdz01w8s67pgokhz6cz", + "slug": "bet_shifting_sands", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qegfs010we0v5h58b9fjt", + "meta": { + "id": "clq3a1sig00tish27cvwlrygd", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of unsettled animosity", + "subType": "", + "rulesText": "Genesis → Reactivate the Genesis abilities of your nearby Deserts.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8irdz01w8s67pgokhz6cz" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qenty010ye0v5fwm69e4r", + "slug": "alp_shifting_sands_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/shifting_sands.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qegfs010we0v5h58b9fjt", + "setCardId": "clm4qemh3010xe0v5f7q9cu6d", + "setCard": { + "id": "clm4qemh3010xe0v5f7q9cu6d", + "slug": "alp_shifting_sands", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qegfs010we0v5h58b9fjt", + "meta": { + "id": "clq3a1sad00thsh27ymoz4086", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of unsettled animosity", + "subType": "", + "rulesText": "Genesis → Reactivate the Genesis abilities of your nearby Deserts.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qemh3010xe0v5f7q9cu6d" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qezq50110e0v5g2577v2r", + "slug": "alp_shifting_sands_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/shifting_sands-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qegfs010we0v5h58b9fjt", + "setCardId": "clm4qemh3010xe0v5f7q9cu6d", + "setCard": { + "id": "clm4qemh3010xe0v5f7q9cu6d", + "slug": "alp_shifting_sands", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qegfs010we0v5h58b9fjt", + "meta": { + "id": "clq3a1sad00thsh27ymoz4086", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of unsettled animosity", + "subType": "", + "rulesText": "Genesis → Reactivate the Genesis abilities of your nearby Deserts.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qemh3010xe0v5f7q9cu6d" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qeuhy010ze0v5f6kj2pxw", + "slug": "alp_shifting_sands_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/shifting_sands-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4qegfs010we0v5h58b9fjt", + "setCardId": "clm4qemh3010xe0v5f7q9cu6d", + "setCard": { + "id": "clm4qemh3010xe0v5f7q9cu6d", + "slug": "alp_shifting_sands", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qegfs010we0v5h58b9fjt", + "meta": { + "id": "clq3a1sad00thsh27ymoz4086", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of unsettled animosity", + "subType": "", + "rulesText": "Genesis → Reactivate the Genesis abilities of your nearby Deserts.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qemh3010xe0v5f7q9cu6d" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ozvjp00q1e0v5ekf4abc5", + "slug": "shrink", + "name": "Shrink", + "hotscore": 1171, + "guardian": { + "id": "clq3a0rxa00lwsh27l69whjnc", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of brief diminution", + "subType": "", + "rulesText": "Set the base power of target nearby unit to 0 until your next turn.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ozvjp00q1e0v5ekf4abc5" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hyau01eps67p8enm5f3m", + "slug": "bet_shrink_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/shrink.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ozvjp00q1e0v5ekf4abc5", + "setCardId": "clot8hy9701ens67p9yxmekxo", + "setCard": { + "id": "clot8hy9701ens67p9yxmekxo", + "slug": "bet_shrink", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ozvjp00q1e0v5ekf4abc5", + "meta": { + "id": "clq3a0s5e00lysh278l3nf2zg", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of brief diminution", + "subType": "", + "rulesText": "Set the base power of target nearby unit to 0 until your next turn.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hy9701ens67p9yxmekxo" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hycr01ers67pcdoxd8e2", + "slug": "bet_shrink_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/shrink-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ozvjp00q1e0v5ekf4abc5", + "setCardId": "clot8hy9701ens67p9yxmekxo", + "setCard": { + "id": "clot8hy9701ens67p9yxmekxo", + "slug": "bet_shrink", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ozvjp00q1e0v5ekf4abc5", + "meta": { + "id": "clq3a0s5e00lysh278l3nf2zg", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of brief diminution", + "subType": "", + "rulesText": "Set the base power of target nearby unit to 0 until your next turn.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hy9701ens67p9yxmekxo" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p02gf00q3e0v5fulp54x9", + "slug": "alp_shrink_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/shrink.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ozvjp00q1e0v5ekf4abc5", + "setCardId": "clm4p015f00q2e0v5dzsi8twm", + "setCard": { + "id": "clm4p015f00q2e0v5dzsi8twm", + "slug": "alp_shrink", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ozvjp00q1e0v5ekf4abc5", + "meta": { + "id": "clq3a0rzp00lxsh27yvy4l1v2", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of brief diminution", + "subType": "", + "rulesText": "Set the base power of target nearby unit to 0 until your next turn.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p015f00q2e0v5dzsi8twm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p091f00q4e0v54tn6720d", + "slug": "alp_shrink_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/shrink-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ozvjp00q1e0v5ekf4abc5", + "setCardId": "clm4p015f00q2e0v5dzsi8twm", + "setCard": { + "id": "clm4p015f00q2e0v5dzsi8twm", + "slug": "alp_shrink", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ozvjp00q1e0v5ekf4abc5", + "meta": { + "id": "clq3a0rzp00lxsh27yvy4l1v2", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of brief diminution", + "subType": "", + "rulesText": "Set the base power of target nearby unit to 0 until your next turn.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p015f00q2e0v5dzsi8twm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4puf3b00wge0v5h5l60ldw", + "slug": "siege_ballista", + "name": "Siege Ballista", + "hotscore": 547, + "guardian": { + "id": "clq3a1dln00qjsh27jw8i8ein", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon and engine of war", + "subType": "Weapon", + "rulesText": "Tap bearer and another ally here → Deal 3 damage to target unit up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4puf3b00wge0v5h5l60ldw" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ig3y01phs67pf8s8vu9k", + "slug": "bet_siege_ballista_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/siege_ballista.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4puf3b00wge0v5h5l60ldw", + "setCardId": "clot8ig2h01pfs67p4pabztcs", + "setCard": { + "id": "clot8ig2h01pfs67p4pabztcs", + "slug": "bet_siege_ballista", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4puf3b00wge0v5h5l60ldw", + "meta": { + "id": "clq3a1dvj00qlsh27dt27rp63", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon and engine of war", + "subType": "Weapon", + "rulesText": "Tap bearer and another ally here → Deal 3 damage to target unit up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ig2h01pfs67p4pabztcs" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ig5h01pjs67pqhv6x0ve", + "slug": "bet_siege_ballista_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/siege_ballista-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4puf3b00wge0v5h5l60ldw", + "setCardId": "clot8ig2h01pfs67p4pabztcs", + "setCard": { + "id": "clot8ig2h01pfs67p4pabztcs", + "slug": "bet_siege_ballista", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4puf3b00wge0v5h5l60ldw", + "meta": { + "id": "clq3a1dvj00qlsh27dt27rp63", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon and engine of war", + "subType": "Weapon", + "rulesText": "Tap bearer and another ally here → Deal 3 damage to target unit up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ig2h01pfs67p4pabztcs" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pulul00wie0v56udl34da", + "slug": "alp_siege_ballista_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/siege_ballista.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4puf3b00wge0v5h5l60ldw", + "setCardId": "clm4pukjh00whe0v56zb95lb6", + "setCard": { + "id": "clm4pukjh00whe0v56zb95lb6", + "slug": "alp_siege_ballista", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4puf3b00wge0v5h5l60ldw", + "meta": { + "id": "clq3a1do100qksh2704jlfmle", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon and engine of war", + "subType": "Weapon", + "rulesText": "Tap bearer and another ally here → Deal 3 damage to target unit up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pukjh00whe0v56zb95lb6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4puy3o00wke0v50vnw0ycu", + "slug": "alp_siege_ballista_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/siege_ballista-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4puf3b00wge0v5h5l60ldw", + "setCardId": "clm4pukjh00whe0v56zb95lb6", + "setCard": { + "id": "clm4pukjh00whe0v56zb95lb6", + "slug": "alp_siege_ballista", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4puf3b00wge0v5h5l60ldw", + "meta": { + "id": "clq3a1do100qksh2704jlfmle", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon and engine of war", + "subType": "Weapon", + "rulesText": "Tap bearer and another ally here → Deal 3 damage to target unit up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pukjh00whe0v56zb95lb6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pussl00wje0v5g2cnd68v", + "slug": "alp_siege_ballista_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/siege_ballista-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "", + "cardId": "clm4puf3b00wge0v5h5l60ldw", + "setCardId": "clm4pukjh00whe0v56zb95lb6", + "setCard": { + "id": "clm4pukjh00whe0v56zb95lb6", + "slug": "alp_siege_ballista", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4puf3b00wge0v5h5l60ldw", + "meta": { + "id": "clq3a1do100qksh2704jlfmle", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon and engine of war", + "subType": "Weapon", + "rulesText": "Tap bearer and another ally here → Deal 3 damage to target unit up to two steps away.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pukjh00whe0v56zb95lb6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p5xkm00rce0v52ys2dcn2", + "slug": "silence", + "name": "Silence", + "hotscore": 1618, + "guardian": { + "id": "clq3a0wco00mtsh27beo2i8io", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of simpler times", + "subType": "", + "rulesText": "Minions occupying affected sites lose all non-basic abilities.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p5xkm00rce0v52ys2dcn2" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8i1y001gus67powy91ngy", + "slug": "bet_silence_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/silence.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4p5xkm00rce0v52ys2dcn2", + "setCardId": "clot8i1wj01gss67pe3fdgalm", + "setCard": { + "id": "clot8i1wj01gss67pe3fdgalm", + "slug": "bet_silence", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p5xkm00rce0v52ys2dcn2", + "meta": { + "id": "clq3a0wkx00mvsh27qwqiwere", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of simpler times", + "subType": "", + "rulesText": "Minions occupying affected sites lose all non-basic abilities.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i1wj01gss67pe3fdgalm" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i1zg01gws67ppzvtw2vi", + "slug": "bet_silence_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/silence-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4p5xkm00rce0v52ys2dcn2", + "setCardId": "clot8i1wj01gss67pe3fdgalm", + "setCard": { + "id": "clot8i1wj01gss67pe3fdgalm", + "slug": "bet_silence", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p5xkm00rce0v52ys2dcn2", + "meta": { + "id": "clq3a0wkx00mvsh27qwqiwere", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of simpler times", + "subType": "", + "rulesText": "Minions occupying affected sites lose all non-basic abilities.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i1wj01gss67pe3fdgalm" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p64c200ree0v55n7qayb9", + "slug": "alp_silence_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/silence.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4p5xkm00rce0v52ys2dcn2", + "setCardId": "clm4p631000rde0v52ba424h2", + "setCard": { + "id": "clm4p631000rde0v52ba424h2", + "slug": "alp_silence", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p5xkm00rce0v52ys2dcn2", + "meta": { + "id": "clq3a0wez00mush274ftqx8tj", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of simpler times", + "subType": "", + "rulesText": "Minions occupying affected sites lose all non-basic abilities.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p631000rde0v52ba424h2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p6b4d00rfe0v5htne50ke", + "slug": "alp_silence_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/silence-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4p5xkm00rce0v52ys2dcn2", + "setCardId": "clm4p631000rde0v52ba424h2", + "setCard": { + "id": "clm4p631000rde0v52ba424h2", + "slug": "alp_silence", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p5xkm00rce0v52ys2dcn2", + "meta": { + "id": "clq3a0wez00mush274ftqx8tj", + "type": "Aura", + "rarity": "Elite", + "typeText": "An Elite Aura of simpler times", + "subType": "", + "rulesText": "Minions occupying affected sites lose all non-basic abilities.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p631000rde0v52ba424h2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ml3f30076e0v5eltwh9g5", + "slug": "silver_valkyries", + "name": "Silver Valkyries", + "hotscore": 432, + "guardian": { + "id": "clq39z030008tsh27t9egzdh6", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Angels hold constant vigil", + "subType": "Angel", + "rulesText": "Airborne\r\n\r\nAt the end of your turn, untap all allies here.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ml3f30076e0v5eltwh9g5" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gk6800kds67pti1phld5", + "slug": "bet_silver_valkyries_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/silver_valkyries.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4ml3f30076e0v5eltwh9g5", + "setCardId": "clot8gk4n00kbs67pjfhcf6rg", + "setCard": { + "id": "clot8gk4n00kbs67pjfhcf6rg", + "slug": "bet_silver_valkyries", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ml3f30076e0v5eltwh9g5", + "meta": { + "id": "clq39z0b1008vsh27io9iru25", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Angels hold constant vigil", + "subType": "Angel", + "rulesText": "Airborne\r\n\r\nAt the end of your turn, untap all allies here.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gk4n00kbs67pjfhcf6rg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gk7r00kfs67ps4afko38", + "slug": "bet_silver_valkyries_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/silver_valkyries-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4ml3f30076e0v5eltwh9g5", + "setCardId": "clot8gk4n00kbs67pjfhcf6rg", + "setCard": { + "id": "clot8gk4n00kbs67pjfhcf6rg", + "slug": "bet_silver_valkyries", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ml3f30076e0v5eltwh9g5", + "meta": { + "id": "clq39z0b1008vsh27io9iru25", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Angels hold constant vigil", + "subType": "Angel", + "rulesText": "Airborne\r\n\r\nAt the end of your turn, untap all allies here.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gk4n00kbs67pjfhcf6rg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mlaq60078e0v59c83ai1d", + "slug": "alp_silver_valkyries_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/silver_valkyries.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4ml3f30076e0v5eltwh9g5", + "setCardId": "clm4ml9f60077e0v5b57t8x78", + "setCard": { + "id": "clm4ml9f60077e0v5b57t8x78", + "slug": "alp_silver_valkyries", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ml3f30076e0v5eltwh9g5", + "meta": { + "id": "clq39z05e008ush27qy42yqpw", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Angels hold constant vigil", + "subType": "Angel", + "rulesText": "Airborne\n\nAt the end of your turn, untap all allies here.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ml9f60077e0v5b57t8x78" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mlhni0079e0v598fw0e08", + "slug": "alp_silver_valkyries_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/silver_valkyries-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "", + "cardId": "clm4ml3f30076e0v5eltwh9g5", + "setCardId": "clm4ml9f60077e0v5b57t8x78", + "setCard": { + "id": "clm4ml9f60077e0v5b57t8x78", + "slug": "alp_silver_valkyries", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ml3f30076e0v5eltwh9g5", + "meta": { + "id": "clq39z05e008ush27qy42yqpw", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Angels hold constant vigil", + "subType": "Angel", + "rulesText": "Airborne\n\nAt the end of your turn, untap all allies here.", + "cost": 6, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ml9f60077e0v5b57t8x78" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q9vmx00zue0v53wozezmh", + "slug": "simple_village", + "name": "Simple Village", + "hotscore": 4499, + "guardian": { + "id": "clq3a1oq400sssh27fu81e2uh", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of fecundity", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4q9vmx00zue0v53wozezmh" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8iovn01uqs67p6xfyvdcq", + "slug": "bet_simple_village_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/simple_village.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q9vmx00zue0v53wozezmh", + "setCardId": "clot8iou701uos67plxd6e7kd", + "setCard": { + "id": "clot8iou701uos67plxd6e7kd", + "slug": "bet_simple_village", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q9vmx00zue0v53wozezmh", + "meta": { + "id": "clq3a1p0300sush27jnr125n1", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of fecundity", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iou701uos67plxd6e7kd" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iox601uss67pr1oezih5", + "slug": "bet_simple_village_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/simple_village-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q9vmx00zue0v53wozezmh", + "setCardId": "clot8iou701uos67plxd6e7kd", + "setCard": { + "id": "clot8iou701uos67plxd6e7kd", + "slug": "bet_simple_village", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q9vmx00zue0v53wozezmh", + "meta": { + "id": "clq3a1p0300sush27jnr125n1", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of fecundity", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iou701uos67plxd6e7kd" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qa2w700zwe0v5aq8ne55w", + "slug": "alp_simple_village_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/simple_village.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q9vmx00zue0v53wozezmh", + "setCardId": "clm4qa1kl00zve0v527c896ar", + "setCard": { + "id": "clm4qa1kl00zve0v527c896ar", + "slug": "alp_simple_village", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q9vmx00zue0v53wozezmh", + "meta": { + "id": "clq3a1osf00stsh27p72ra165", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of fecundity", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qa1kl00zve0v527c896ar" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qafgt00zye0v5cvy365rb", + "slug": "alp_simple_village_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/simple_village-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q9vmx00zue0v53wozezmh", + "setCardId": "clm4qa1kl00zve0v527c896ar", + "setCard": { + "id": "clm4qa1kl00zve0v527c896ar", + "slug": "alp_simple_village", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q9vmx00zue0v53wozezmh", + "meta": { + "id": "clq3a1osf00stsh27p72ra165", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of fecundity", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qa1kl00zve0v527c896ar" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qa9ha00zxe0v5cne9g7bl", + "slug": "alp_simple_village_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/simple_village-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "", + "cardId": "clm4q9vmx00zue0v53wozezmh", + "setCardId": "clm4qa1kl00zve0v527c896ar", + "setCard": { + "id": "clm4qa1kl00zve0v527c896ar", + "slug": "alp_simple_village", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q9vmx00zue0v53wozezmh", + "meta": { + "id": "clq3a1osf00stsh27p72ra165", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of fecundity", + "subType": "Village", + "rulesText": "Genesis → You may pay ① to summon a Foot Soldier token here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qa1kl00zve0v527c896ar" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qz2wc015ce0v52eqehigs", + "slug": "sinkhole", + "name": "Sinkhole", + "hotscore": 5131, + "guardian": { + "id": "clq3a277d00wjsh27zlbw39tn", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of impending collapse", + "subType": "", + "rulesText": "Sacrifice Sinkhole → Destroy a nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qz2wc015ce0v52eqehigs" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j3de023hs67pn5lvpd8b", + "slug": "bet_sinkhole_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sinkhole.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4qz2wc015ce0v52eqehigs", + "setCardId": "clot8j3bw023fs67p15wvpnji", + "setCard": { + "id": "clot8j3bw023fs67p15wvpnji", + "slug": "bet_sinkhole", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qz2wc015ce0v52eqehigs", + "meta": { + "id": "clq3a27fp00wlsh272whh5okf", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of impending collapse", + "subType": "", + "rulesText": "Sacrifice Sinkhole → Destroy a nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j3bw023fs67p15wvpnji" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j3f0023js67pypycz1sd", + "slug": "bet_sinkhole_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sinkhole-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4qz2wc015ce0v52eqehigs", + "setCardId": "clot8j3bw023fs67p15wvpnji", + "setCard": { + "id": "clot8j3bw023fs67p15wvpnji", + "slug": "bet_sinkhole", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qz2wc015ce0v52eqehigs", + "meta": { + "id": "clq3a27fp00wlsh272whh5okf", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of impending collapse", + "subType": "", + "rulesText": "Sacrifice Sinkhole → Destroy a nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j3bw023fs67p15wvpnji" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qzaic015ee0v50spjcmoi", + "slug": "alp_sinkhole_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sinkhole.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4qz2wc015ce0v52eqehigs", + "setCardId": "clm4qz8t0015de0v58oj2agl5", + "setCard": { + "id": "clm4qz8t0015de0v58oj2agl5", + "slug": "alp_sinkhole", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qz2wc015ce0v52eqehigs", + "meta": { + "id": "clq3a279q00wksh27snd0wze1", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of impending collapse", + "subType": "", + "rulesText": "Sacrifice Sinkhole → Destroy a nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qz8t0015de0v58oj2agl5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qzj5j015fe0v5h3fo8le9", + "slug": "alp_sinkhole_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sinkhole-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4qz2wc015ce0v52eqehigs", + "setCardId": "clm4qz8t0015de0v58oj2agl5", + "setCard": { + "id": "clm4qz8t0015de0v58oj2agl5", + "slug": "alp_sinkhole", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qz2wc015ce0v52eqehigs", + "meta": { + "id": "clq3a279q00wksh27snd0wze1", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site of impending collapse", + "subType": "", + "rulesText": "Sacrifice Sinkhole → Destroy a nearby site.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qz8t0015de0v58oj2agl5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mlnn5007ae0v5a7zqe0d7", + "slug": "sirian_templar", + "name": "Sirian Templar", + "hotscore": 420, + "guardian": { + "id": "clq39z0gu008wsh27icd0rcco", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal dispenses almighty justice", + "subType": "Mortal", + "rulesText": "Takes no damage from Demon, Spirit, or Undead minions.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mlnn5007ae0v5a7zqe0d7" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gkhq00kks67pgqsnrh7d", + "slug": "bet_sirian_templar_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sirian_templar.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "Struck down, the templar rose again, guided by his holy purpose—and the dawn rose with him.", + "cardId": "clm4mlnn5007ae0v5a7zqe0d7", + "setCardId": "clot8gkg000kis67pyzuywsfw", + "setCard": { + "id": "clot8gkg000kis67pyzuywsfw", + "slug": "bet_sirian_templar", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mlnn5007ae0v5a7zqe0d7", + "meta": { + "id": "clq39z0t6008zsh27y4wrgzx1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal dispenses almighty justice", + "subType": "Mortal", + "rulesText": "Takes no damage from Demon, Spirit, or Undead minions.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gkg000kis67pyzuywsfw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gkjd00kms67p6e6o6tm9", + "slug": "bet_sirian_templar_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sirian_templar-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "Struck down, the templar rose again, guided by his holy purpose—and the dawn rose with him.", + "cardId": "clm4mlnn5007ae0v5a7zqe0d7", + "setCardId": "clot8gkg000kis67pyzuywsfw", + "setCard": { + "id": "clot8gkg000kis67pyzuywsfw", + "slug": "bet_sirian_templar", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mlnn5007ae0v5a7zqe0d7", + "meta": { + "id": "clq39z0t6008zsh27y4wrgzx1", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal dispenses almighty justice", + "subType": "Mortal", + "rulesText": "Takes no damage from Demon, Spirit, or Undead minions.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gkg000kis67pyzuywsfw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mlue5007ce0v5hkry8gpf", + "slug": "alp_sirian_templar_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sirian_templar.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "Struck down, the templar rose again, guided by his holy purpose—and the dawn rose with him.", + "cardId": "clm4mlnn5007ae0v5a7zqe0d7", + "setCardId": "clm4mlt2n007be0v556d3am3x", + "setCard": { + "id": "clm4mlt2n007be0v556d3am3x", + "slug": "alp_sirian_templar", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mlnn5007ae0v5a7zqe0d7", + "meta": { + "id": "clq39z0j5008xsh27cud6fcav", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal dispenses almighty justice", + "subType": "Mortal", + "rulesText": "Takes no damage from Demon, Spirit, or Undead minions.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mlt2n007be0v556d3am3x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mm156007de0v58j09aewm", + "slug": "alp_sirian_templar_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sirian_templar-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "Struck down, the templar rose again, guided by his holy purpose—and the dawn rose with him.", + "cardId": "clm4mlnn5007ae0v5a7zqe0d7", + "setCardId": "clm4mlt2n007be0v556d3am3x", + "setCard": { + "id": "clm4mlt2n007be0v556d3am3x", + "slug": "alp_sirian_templar", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mlnn5007ae0v5a7zqe0d7", + "meta": { + "id": "clq39z0j5008xsh27cud6fcav", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal dispenses almighty justice", + "subType": "Mortal", + "rulesText": "Takes no damage from Demon, Spirit, or Undead minions.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mlt2n007be0v556d3am3x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4rigyb000f42v5gl598kxs", + "slug": "pro_sirian_templar_bt_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/pro/sirian_templar-bt.png", + "finish": "Standard", + "product": "Box_Topper", + "artist": "Gadu Duaso", + "flavorText": "Yea, though I wal through the valley of the shadow of death, I will fear no evil. — Psalms 23:4", + "cardId": "clm4mlnn5007ae0v5a7zqe0d7", + "setCardId": "clm4rifmv000e42v5ggy7egln", + "setCard": { + "id": "clm4rifmv000e42v5ggy7egln", + "slug": "pro_sirian_templar", + "setId": "clm4rgehb000042v5a04vfg6s", + "cardId": "clm4mlnn5007ae0v5a7zqe0d7", + "meta": { + "id": "clq39z0p9008ysh278gscjjs3", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal, bane of all evil", + "subType": "Mortal", + "rulesText": "Takes no damage from Demon, Spirit, or Undead minions.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4rifmv000e42v5ggy7egln" + }, + "set": { + "id": "clm4rgehb000042v5a04vfg6s", + "name": "Promotional", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nmdae00f9e0v58z6r1j21", + "slug": "sirocco_scorpions", + "name": "Sirocco Scorpions", + "hotscore": 796, + "guardian": { + "id": "clq39zrd000efsh27trrhgo1f", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with deathly stings", + "subType": "Beast", + "rulesText": "Lethal", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nmdae00f9e0v58z6r1j21" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h5uy00xes67pd1rw3p86", + "slug": "bet_sirocco_scorpions_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sirocco_scorpions.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Tread light! And hasten thee away from skittering cinders, sun-scorched obsidian shards asway.", + "cardId": "clm4nmdae00f9e0v58z6r1j21", + "setCardId": "clot8h5te00xcs67pm1xt0fpd", + "setCard": { + "id": "clot8h5te00xcs67pm1xt0fpd", + "slug": "bet_sirocco_scorpions", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nmdae00f9e0v58z6r1j21", + "meta": { + "id": "clq39zrm300ehsh27l0vl1yj9", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with deathly stings", + "subType": "Beast", + "rulesText": "Lethal", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h5te00xcs67pm1xt0fpd" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h5wn00xgs67pwvwxylwn", + "slug": "bet_sirocco_scorpions_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sirocco_scorpions-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "Tread light! And hasten thee away from skittering cinders, sun-scorched obsidian shards asway.", + "cardId": "clm4nmdae00f9e0v58z6r1j21", + "setCardId": "clot8h5te00xcs67pm1xt0fpd", + "setCard": { + "id": "clot8h5te00xcs67pm1xt0fpd", + "slug": "bet_sirocco_scorpions", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nmdae00f9e0v58z6r1j21", + "meta": { + "id": "clq39zrm300ehsh27l0vl1yj9", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with deathly stings", + "subType": "Beast", + "rulesText": "Lethal", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h5te00xcs67pm1xt0fpd" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nmkfb00fbe0v59bhb5mzt", + "slug": "alp_sirocco_scorpions_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sirocco_scorpions.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "They wait and watch with eyes of soot.", + "cardId": "clm4nmdae00f9e0v58z6r1j21", + "setCardId": "clm4nmj4700fae0v52vgufn4c", + "setCard": { + "id": "clm4nmj4700fae0v52vgufn4c", + "slug": "alp_sirocco_scorpions", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nmdae00f9e0v58z6r1j21", + "meta": { + "id": "clq39zrfg00egsh27681qp48v", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with deathly stings", + "subType": "Beast", + "rulesText": "Lethal", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nmj4700fae0v52vgufn4c" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nmr7b00fce0v52n7jabi5", + "slug": "alp_sirocco_scorpions_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sirocco_scorpions-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "They wait and watch with eyes of soot.", + "cardId": "clm4nmdae00f9e0v58z6r1j21", + "setCardId": "clm4nmj4700fae0v52vgufn4c", + "setCard": { + "id": "clm4nmj4700fae0v52vgufn4c", + "slug": "alp_sirocco_scorpions", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nmdae00f9e0v58z6r1j21", + "meta": { + "id": "clq39zrfg00egsh27681qp48v", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with deathly stings", + "subType": "Beast", + "rulesText": "Lethal", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nmj4700fae0v52vgufn4c" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mm66z007ee0v5dkdxdnyq", + "slug": "sisters_of_silence", + "name": "Sisters of Silence", + "hotscore": 603, + "guardian": { + "id": "clq39z0yn0090sh27j93mxcpo", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals not to be disturbed", + "subType": "Mortal", + "rulesText": "Other nearby minions lose all non-basic abilities.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mm66z007ee0v5dkdxdnyq" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gkt600krs67p27hnlwmr", + "slug": "bet_sisters_of_silence_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sisters_of_silence.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "“Since long I’ve held silence as a remedy for harm.” — Aeschylus", + "cardId": "clm4mm66z007ee0v5dkdxdnyq", + "setCardId": "clot8gkri00kps67pg7id9t1g", + "setCard": { + "id": "clot8gkri00kps67pg7id9t1g", + "slug": "bet_sisters_of_silence", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mm66z007ee0v5dkdxdnyq", + "meta": { + "id": "clq39z16i0092sh27p6g3tzca", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals not to be disturbed", + "subType": "Mortal", + "rulesText": "Other nearby minions lose all non-basic abilities.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gkri00kps67pg7id9t1g" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gkur00kts67p8kznj3hx", + "slug": "bet_sisters_of_silence_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sisters_of_silence-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "“Since long I’ve held silence as a remedy for harm.” — Aeschylus", + "cardId": "clm4mm66z007ee0v5dkdxdnyq", + "setCardId": "clot8gkri00kps67pg7id9t1g", + "setCard": { + "id": "clot8gkri00kps67pg7id9t1g", + "slug": "bet_sisters_of_silence", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mm66z007ee0v5dkdxdnyq", + "meta": { + "id": "clq39z16i0092sh27p6g3tzca", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals not to be disturbed", + "subType": "Mortal", + "rulesText": "Other nearby minions lose all non-basic abilities.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gkri00kps67pg7id9t1g" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mmcxx007ge0v51sg1gl33", + "slug": "alp_sisters_of_silence_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sisters_of_silence.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "“Since long I’ve held silence as a remedy for harm.” — Aeschylus", + "cardId": "clm4mm66z007ee0v5dkdxdnyq", + "setCardId": "clm4mmbml007fe0v56phq82wd", + "setCard": { + "id": "clm4mmbml007fe0v56phq82wd", + "slug": "alp_sisters_of_silence", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mm66z007ee0v5dkdxdnyq", + "meta": { + "id": "clq39z10z0091sh27w12tgyma", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals not to be disturbed", + "subType": "Mortal", + "rulesText": "Other nearby minions lose all non-basic abilities.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mmbml007fe0v56phq82wd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mmjov007he0v58qwv680o", + "slug": "alp_sisters_of_silence_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sisters_of_silence-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "“Since long I’ve held silence as a remedy for harm.” — Aeschylus", + "cardId": "clm4mm66z007ee0v5dkdxdnyq", + "setCardId": "clm4mmbml007fe0v56phq82wd", + "setCard": { + "id": "clm4mmbml007fe0v56phq82wd", + "slug": "alp_sisters_of_silence", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mm66z007ee0v5dkdxdnyq", + "meta": { + "id": "clq39z10z0091sh27w12tgyma", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals not to be disturbed", + "subType": "Mortal", + "rulesText": "Other nearby minions lose all non-basic abilities.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mmbml007fe0v56phq82wd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ilpjb004224v539ueaxbb", + "slug": "skirmishers_of_mu", + "name": "Skirmishers of Mu", + "hotscore": 1763, + "guardian": { + "id": "clq39y6w0002ssh27au9wfosu", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals harry from horseback", + "subType": "Mortal", + "rulesText": "Ranged\r\n\r\nDuring basic movement, Skirmishers of Mu may perform a ranged strike from any location along their path.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4ilpjb004224v539ueaxbb" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fx8z006ks67p8fw3v92a", + "slug": "bet_skirmishers_of_mu_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/skirmishers_of_mu.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ilpjb004224v539ueaxbb", + "setCardId": "clot8fx7d006is67pozo9q00i", + "setCard": { + "id": "clot8fx7d006is67pozo9q00i", + "slug": "bet_skirmishers_of_mu", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ilpjb004224v539ueaxbb", + "meta": { + "id": "clq39y77l002ush27x0w4wld8", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals harry from horseback", + "subType": "Mortal", + "rulesText": "Ranged\r\n\r\nDuring basic movement, Skirmishers of Mu may perform a ranged strike from any location along their path.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fx7d006is67pozo9q00i" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fxal006ms67p6wjkxu8l", + "slug": "bet_skirmishers_of_mu_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/skirmishers_of_mu-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ilpjb004224v539ueaxbb", + "setCardId": "clot8fx7d006is67pozo9q00i", + "setCard": { + "id": "clot8fx7d006is67pozo9q00i", + "slug": "bet_skirmishers_of_mu", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ilpjb004224v539ueaxbb", + "meta": { + "id": "clq39y77l002ush27x0w4wld8", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals harry from horseback", + "subType": "Mortal", + "rulesText": "Ranged\r\n\r\nDuring basic movement, Skirmishers of Mu may perform a ranged strike from any location along their path.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fx7d006is67pozo9q00i" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ilx8n004424v55wnof990", + "slug": "alp_skirmishers_of_mu_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/skirmishers_of_mu.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ilpjb004224v539ueaxbb", + "setCardId": "clm4ilvwb004324v5b504bgoh", + "setCard": { + "id": "clm4ilvwb004324v5b504bgoh", + "slug": "alp_skirmishers_of_mu", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ilpjb004224v539ueaxbb", + "meta": { + "id": "clq39y6yw002tsh27g9gigbj0", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals harry from horseback", + "subType": "Mortal", + "rulesText": "Ranged\n\nDuring basic movement, Skirmishers of Mu may perform a ranged strike from any location along their path.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ilvwb004324v5b504bgoh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4imb0y004624v55ukwbzxn", + "slug": "alp_skirmishers_of_mu_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/skirmishers_of_mu-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ilpjb004224v539ueaxbb", + "setCardId": "clm4ilvwb004324v5b504bgoh", + "setCard": { + "id": "clm4ilvwb004324v5b504bgoh", + "slug": "alp_skirmishers_of_mu", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ilpjb004224v539ueaxbb", + "meta": { + "id": "clq39y6yw002tsh27g9gigbj0", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals harry from horseback", + "subType": "Mortal", + "rulesText": "Ranged\n\nDuring basic movement, Skirmishers of Mu may perform a ranged strike from any location along their path.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ilvwb004324v5b504bgoh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4im4xj004524v57no5749c", + "slug": "alp_skirmishers_of_mu_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/skirmishers_of_mu-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ilpjb004224v539ueaxbb", + "setCardId": "clm4ilvwb004324v5b504bgoh", + "setCard": { + "id": "clm4ilvwb004324v5b504bgoh", + "slug": "alp_skirmishers_of_mu", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ilpjb004224v539ueaxbb", + "meta": { + "id": "clq39y6yw002tsh27g9gigbj0", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals harry from horseback", + "subType": "Mortal", + "rulesText": "Ranged\n\nDuring basic movement, Skirmishers of Mu may perform a ranged strike from any location along their path.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ilvwb004324v5b504bgoh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4imc7j004724v53c548uod", + "slug": "sky_baron", + "name": "Sky Baron", + "hotscore": 770, + "guardian": { + "id": "clq39y7di002vsh27x9pqa7m1", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit and welkin overlord", + "subType": "Spirit", + "rulesText": "Airborne\r\n\r\nAll other minions lose Airborne.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4imc7j004724v53c548uod" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fxl4006rs67pbrnpb6u0", + "slug": "bet_sky_baron_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sky_baron.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4imc7j004724v53c548uod", + "setCardId": "clot8fxjl006ps67pg5fef8p8", + "setCard": { + "id": "clot8fxjl006ps67pg5fef8p8", + "slug": "bet_sky_baron", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4imc7j004724v53c548uod", + "meta": { + "id": "clq39y7lw002xsh27r8ldz55o", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit and welkin overlord", + "subType": "Spirit", + "rulesText": "Airborne\r\n\r\nAll other minions lose Airborne.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fxjl006ps67pg5fef8p8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fxmp006ts67pa5kxs354", + "slug": "bet_sky_baron_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sky_baron-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4imc7j004724v53c548uod", + "setCardId": "clot8fxjl006ps67pg5fef8p8", + "setCard": { + "id": "clot8fxjl006ps67pg5fef8p8", + "slug": "bet_sky_baron", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4imc7j004724v53c548uod", + "meta": { + "id": "clq39y7lw002xsh27r8ldz55o", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit and welkin overlord", + "subType": "Spirit", + "rulesText": "Airborne\r\n\r\nAll other minions lose Airborne.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fxjl006ps67pg5fef8p8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4imjij004924v5d2pe856y", + "slug": "alp_sky_baron_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sky_baron.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4imc7j004724v53c548uod", + "setCardId": "clm4imi6d004824v51izt9al3", + "setCard": { + "id": "clm4imi6d004824v51izt9al3", + "slug": "alp_sky_baron", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4imc7j004724v53c548uod", + "meta": { + "id": "clq39y7fw002wsh271majqb8x", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit and welkin overlord", + "subType": "Spirit", + "rulesText": "Airborne\n\nAll other minions lose Airborne.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4imi6d004824v51izt9al3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4imqec004a24v59x5vbfct", + "slug": "alp_sky_baron_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sky_baron-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4imc7j004724v53c548uod", + "setCardId": "clm4imi6d004824v51izt9al3", + "setCard": { + "id": "clm4imi6d004824v51izt9al3", + "slug": "alp_sky_baron", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4imc7j004724v53c548uod", + "meta": { + "id": "clq39y7fw002wsh271majqb8x", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit and welkin overlord", + "subType": "Spirit", + "rulesText": "Airborne\n\nAll other minions lose Airborne.", + "cost": 6, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4imi6d004824v51izt9al3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p0e9g00q5e0v579mh53mq", + "slug": "sleep", + "name": "Sleep", + "hotscore": 843, + "guardian": { + "id": "clq3a0sb500lzsh27tst622af", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of soporific slumber", + "subType": "", + "rulesText": "Target minion at a location up to two steps away falls asleep. It's disabled until it takes damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p0e9g00q5e0v579mh53mq" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hyos01ews67pm2bu1a4a", + "slug": "bet_sleep_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sleep.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "Breathe deep the gathering bloom.", + "cardId": "clm4p0e9g00q5e0v579mh53mq", + "setCardId": "clot8hymu01eus67phxfhkw1y", + "setCard": { + "id": "clot8hymu01eus67phxfhkw1y", + "slug": "bet_sleep", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p0e9g00q5e0v579mh53mq", + "meta": { + "id": "clq3a0sjk00m1sh27v7uw2d9d", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of soporific slumber", + "subType": "", + "rulesText": "Target minion at a location up to two steps away falls asleep. It's disabled until it takes damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hymu01eus67phxfhkw1y" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hyqh01eys67p3cwliq2g", + "slug": "bet_sleep_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sleep-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "Breathe deep the gathering bloom.", + "cardId": "clm4p0e9g00q5e0v579mh53mq", + "setCardId": "clot8hymu01eus67phxfhkw1y", + "setCard": { + "id": "clot8hymu01eus67phxfhkw1y", + "slug": "bet_sleep", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p0e9g00q5e0v579mh53mq", + "meta": { + "id": "clq3a0sjk00m1sh27v7uw2d9d", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of soporific slumber", + "subType": "", + "rulesText": "Target minion at a location up to two steps away falls asleep. It's disabled until it takes damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hymu01eus67phxfhkw1y" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p0ldb00q7e0v53ywd5506", + "slug": "alp_sleep_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sleep.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "Breathe deep the gathering bloom.", + "cardId": "clm4p0e9g00q5e0v579mh53mq", + "setCardId": "clm4p0k2c00q6e0v58goje807", + "setCard": { + "id": "clm4p0k2c00q6e0v58goje807", + "slug": "alp_sleep", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p0e9g00q5e0v579mh53mq", + "meta": { + "id": "clq3a0sdi00m0sh27eptngkoh", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of soporific slumber", + "subType": "", + "rulesText": "Target minion at a location up to two steps away falls asleep. It's disabled until it takes damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p0k2c00q6e0v58goje807" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p0s4h00q8e0v5ge5zco94", + "slug": "alp_sleep_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sleep-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "Breathe deep the gathering bloom.", + "cardId": "clm4p0e9g00q5e0v579mh53mq", + "setCardId": "clm4p0k2c00q6e0v58goje807", + "setCard": { + "id": "clm4p0k2c00q6e0v58goje807", + "slug": "alp_sleep", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p0e9g00q5e0v579mh53mq", + "meta": { + "id": "clq3a0sdi00m0sh27eptngkoh", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of soporific slumber", + "subType": "", + "rulesText": "Target minion at a location up to two steps away falls asleep. It's disabled until it takes damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p0k2c00q6e0v58goje807" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4imwpm004b24v57r7rhs8h", + "slug": "sling_pixies", + "name": "Sling Pixies", + "hotscore": 923, + "guardian": { + "id": "clq39y7ru002ysh27mnh8qagb", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Faeries flitter hither and thither", + "subType": "Faerie", + "rulesText": "Airborne, Ranged\r\n\r\nTakes no damage from units with 4 or more power.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4imwpm004b24v57r7rhs8h" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fxxa006ys67pl4hxpfsd", + "slug": "bet_sling_pixies_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sling_pixies.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4imwpm004b24v57r7rhs8h", + "setCardId": "clot8fxvs006ws67prd8shhl0", + "setCard": { + "id": "clot8fxvs006ws67prd8shhl0", + "slug": "bet_sling_pixies", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4imwpm004b24v57r7rhs8h", + "meta": { + "id": "clq39y8290030sh27h19k8fmx", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Faeries flitter hither and thither", + "subType": "Faerie", + "rulesText": "Airborne, Ranged\r\n\r\nTakes no damage from units with 4 or more power.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fxvs006ws67prd8shhl0" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fxyp0070s67pxyh604re", + "slug": "bet_sling_pixies_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sling_pixies-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4imwpm004b24v57r7rhs8h", + "setCardId": "clot8fxvs006ws67prd8shhl0", + "setCard": { + "id": "clot8fxvs006ws67prd8shhl0", + "slug": "bet_sling_pixies", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4imwpm004b24v57r7rhs8h", + "meta": { + "id": "clq39y8290030sh27h19k8fmx", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Faeries flitter hither and thither", + "subType": "Faerie", + "rulesText": "Airborne, Ranged\r\n\r\nTakes no damage from units with 4 or more power.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fxvs006ws67prd8shhl0" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4in4l4004d24v51p864w46", + "slug": "alp_sling_pixies_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sling_pixies.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4imwpm004b24v57r7rhs8h", + "setCardId": "clm4in393004c24v56e318ryr", + "setCard": { + "id": "clm4in393004c24v56e318ryr", + "slug": "alp_sling_pixies", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4imwpm004b24v57r7rhs8h", + "meta": { + "id": "clq39y7ud002zsh27srzstgzn", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Faeries flitter hither and thither", + "subType": "Faerie", + "rulesText": "Airborne, Ranged\n\nTakes no damage from units with 4 or more power.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4in393004c24v56e318ryr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4inhu6004f24v5dob0e69p", + "slug": "alp_sling_pixies_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sling_pixies-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4imwpm004b24v57r7rhs8h", + "setCardId": "clm4in393004c24v56e318ryr", + "setCard": { + "id": "clm4in393004c24v56e318ryr", + "slug": "alp_sling_pixies", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4imwpm004b24v57r7rhs8h", + "meta": { + "id": "clq39y7ud002zsh27srzstgzn", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Faeries flitter hither and thither", + "subType": "Faerie", + "rulesText": "Airborne, Ranged\n\nTakes no damage from units with 4 or more power.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4in393004c24v56e318ryr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4inc4o004e24v54aftdeel", + "slug": "alp_sling_pixies_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sling_pixies-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4imwpm004b24v57r7rhs8h", + "setCardId": "clm4in393004c24v56e318ryr", + "setCard": { + "id": "clm4in393004c24v56e318ryr", + "slug": "alp_sling_pixies", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4imwpm004b24v57r7rhs8h", + "meta": { + "id": "clq39y7ud002zsh27srzstgzn", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Faeries flitter hither and thither", + "subType": "Faerie", + "rulesText": "Airborne, Ranged\n\nTakes no damage from units with 4 or more power.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4in393004c24v56e318ryr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mmpis007ie0v56emmd4d8", + "slug": "slumbering_giantess", + "name": "Slumbering Giantess", + "hotscore": 2094, + "guardian": { + "id": "clq39z1c20093sh27jpqyfp5t", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Giant dozes peacefully", + "subType": "Giant", + "rulesText": "Genesis → Fall asleep. Slumbering Giantess is disabled until hurt.", + "cost": 3, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mmpis007ie0v56emmd4d8" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gl5o00kys67pdx5htj0g", + "slug": "bet_slumbering_giantess_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/slumbering_giantess.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4mmpis007ie0v56emmd4d8", + "setCardId": "clot8gl4300kws67pub9njum8", + "setCard": { + "id": "clot8gl4300kws67pub9njum8", + "slug": "bet_slumbering_giantess", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mmpis007ie0v56emmd4d8", + "meta": { + "id": "clq39z1k80095sh27vjv3k0lp", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Giant dozes peacefully", + "subType": "Giant", + "rulesText": "Genesis → Fall asleep. Slumbering Giantess is disabled until hurt.", + "cost": 3, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gl4300kws67pub9njum8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gl7c00l0s67pw60u1kmt", + "slug": "bet_slumbering_giantess_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/slumbering_giantess-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4mmpis007ie0v56emmd4d8", + "setCardId": "clot8gl4300kws67pub9njum8", + "setCard": { + "id": "clot8gl4300kws67pub9njum8", + "slug": "bet_slumbering_giantess", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mmpis007ie0v56emmd4d8", + "meta": { + "id": "clq39z1k80095sh27vjv3k0lp", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Giant dozes peacefully", + "subType": "Giant", + "rulesText": "Genesis → Fall asleep. Slumbering Giantess is disabled until hurt.", + "cost": 3, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gl4300kws67pub9njum8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mmx7l007ke0v50ewa28jx", + "slug": "alp_slumbering_giantess_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/slumbering_giantess.png", + "finish": "Standard", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4mmpis007ie0v56emmd4d8", + "setCardId": "clm4mmvpq007je0v578u20k1p", + "setCard": { + "id": "clm4mmvpq007je0v578u20k1p", + "slug": "alp_slumbering_giantess", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mmpis007ie0v56emmd4d8", + "meta": { + "id": "clq39z1ee0094sh27whtoqf27", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Giant dozes peacefully", + "subType": "Giant", + "rulesText": "Genesis → Fall asleep. Slumbering Giantess is disabled until hurt.", + "cost": 3, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mmvpq007je0v578u20k1p" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mn3ut007le0v518qu7n96", + "slug": "alp_slumbering_giantess_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/slumbering_giantess-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Liz Danforth", + "flavorText": "", + "cardId": "clm4mmpis007ie0v56emmd4d8", + "setCardId": "clm4mmvpq007je0v578u20k1p", + "setCard": { + "id": "clm4mmvpq007je0v578u20k1p", + "slug": "alp_slumbering_giantess", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mmpis007ie0v56emmd4d8", + "meta": { + "id": "clq39z1ee0094sh27whtoqf27", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Giant dozes peacefully", + "subType": "Giant", + "rulesText": "Genesis → Fall asleep. Slumbering Giantess is disabled until hurt.", + "cost": 3, + "attack": 5, + "defense": 5, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mmvpq007je0v578u20k1p" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qf0ui0111e0v566geerm3", + "slug": "smokestacks_of_gnaak", + "name": "Smokestacks of Gnaak", + "hotscore": 4351, + "guardian": { + "id": "clq3a1so200tjsh275tj5mfuy", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of industrialized evil", + "subType": "", + "rulesText": "Other nearby sites lose their abilities.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4qf0ui0111e0v566geerm3" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8irpy01whs67plxkolv5b", + "slug": "bet_smokestacks_of_gnaak_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/smokestacks_of_gnaak.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qf0ui0111e0v566geerm3", + "setCardId": "clot8irog01wfs67p50l9ygrn", + "setCard": { + "id": "clot8irog01wfs67p50l9ygrn", + "slug": "bet_smokestacks_of_gnaak", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qf0ui0111e0v566geerm3", + "meta": { + "id": "clq3a1sw600tlsh27qsw602i5", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of industrialized evil", + "subType": "", + "rulesText": "Other nearby sites lose their abilities.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8irog01wfs67p50l9ygrn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8irri01wjs67pw1has9q2", + "slug": "bet_smokestacks_of_gnaak_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/smokestacks_of_gnaak-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qf0ui0111e0v566geerm3", + "setCardId": "clot8irog01wfs67p50l9ygrn", + "setCard": { + "id": "clot8irog01wfs67p50l9ygrn", + "slug": "bet_smokestacks_of_gnaak", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qf0ui0111e0v566geerm3", + "meta": { + "id": "clq3a1sw600tlsh27qsw602i5", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of industrialized evil", + "subType": "", + "rulesText": "Other nearby sites lose their abilities.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8irog01wfs67p50l9ygrn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qf7mw0113e0v56lcv5ucq", + "slug": "alp_smokestacks_of_gnaak_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/smokestacks_of_gnaak.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qf0ui0111e0v566geerm3", + "setCardId": "clm4qf6bn0112e0v5fjch20wh", + "setCard": { + "id": "clm4qf6bn0112e0v5fjch20wh", + "slug": "alp_smokestacks_of_gnaak", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qf0ui0111e0v566geerm3", + "meta": { + "id": "clq3a1sqh00tksh27tdxpkpkt", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of industrialized evil", + "subType": "", + "rulesText": "Other nearby sites lose their abilities.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qf6bn0112e0v5fjch20wh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qfegg0114e0v5auzv3foc", + "slug": "alp_smokestacks_of_gnaak_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/smokestacks_of_gnaak-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4qf0ui0111e0v566geerm3", + "setCardId": "clm4qf6bn0112e0v5fjch20wh", + "setCard": { + "id": "clm4qf6bn0112e0v5fjch20wh", + "slug": "alp_smokestacks_of_gnaak", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qf0ui0111e0v566geerm3", + "meta": { + "id": "clq3a1sqh00tksh27tdxpkpkt", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of industrialized evil", + "subType": "", + "rulesText": "Other nearby sites lose their abilities.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qf6bn0112e0v5fjch20wh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4onqqn00nbe0v5e39radoj", + "slug": "sneak_thief", + "name": "Sneak Thief", + "hotscore": 498, + "guardian": { + "id": "clq3a0iwo00k2sh27tq3vmnjf", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal burgles and borrows", + "subType": "Mortal", + "rulesText": "Stealth\r\n\r\nTap → Steal an artifact out of the hands of another target unit here, and stay Stealthed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4onqqn00nbe0v5e39radoj" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hrb601afs67pduhxohne", + "slug": "bet_sneak_thief_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sneak_thief.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4onqqn00nbe0v5e39radoj", + "setCardId": "clot8hr9e01ads67pvijzk47j", + "setCard": { + "id": "clot8hr9e01ads67pvijzk47j", + "slug": "bet_sneak_thief", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4onqqn00nbe0v5e39radoj", + "meta": { + "id": "clq3a0j4u00k4sh274081e4o9", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal burgles and borrows", + "subType": "Mortal", + "rulesText": "Stealth\r\n\r\nTap → Steal an artifact out of the hands of another target unit here, and stay Stealthed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hr9e01ads67pvijzk47j" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hrcu01ahs67py2n2o99o", + "slug": "bet_sneak_thief_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sneak_thief-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4onqqn00nbe0v5e39radoj", + "setCardId": "clot8hr9e01ads67pvijzk47j", + "setCard": { + "id": "clot8hr9e01ads67pvijzk47j", + "slug": "bet_sneak_thief", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4onqqn00nbe0v5e39radoj", + "meta": { + "id": "clq3a0j4u00k4sh274081e4o9", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal burgles and borrows", + "subType": "Mortal", + "rulesText": "Stealth\r\n\r\nTap → Steal an artifact out of the hands of another target unit here, and stay Stealthed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hr9e01ads67pvijzk47j" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4onxv000nde0v5e6qd96yi", + "slug": "alp_sneak_thief_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sneak_thief.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4onqqn00nbe0v5e39radoj", + "setCardId": "clm4onwjr00nce0v52rw2ceqm", + "setCard": { + "id": "clm4onwjr00nce0v52rw2ceqm", + "slug": "alp_sneak_thief", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4onqqn00nbe0v5e39radoj", + "meta": { + "id": "clq3a0iz200k3sh27908v4mci", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal burgles and borrows", + "subType": "Mortal", + "rulesText": "Stealth\n\nTap → Steal an artifact out of the hands of another target unit here, and stay Stealthed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4onwjr00nce0v52rw2ceqm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oo4mx00nee0v542ea9ok3", + "slug": "alp_sneak_thief_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sneak_thief-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4onqqn00nbe0v5e39radoj", + "setCardId": "clm4onwjr00nce0v52rw2ceqm", + "setCard": { + "id": "clm4onwjr00nce0v52rw2ceqm", + "slug": "alp_sneak_thief", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4onqqn00nbe0v5e39radoj", + "meta": { + "id": "clq3a0iz200k3sh27908v4mci", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal burgles and borrows", + "subType": "Mortal", + "rulesText": "Stealth\n\nTap → Steal an artifact out of the hands of another target unit here, and stay Stealthed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4onwjr00nce0v52rw2ceqm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4inizi004g24v5bvkoaohb", + "slug": "snow_leopard", + "name": "Snow Leopard", + "hotscore": 467, + "guardian": { + "id": "clq39y87z0031sh27l1gwfz00", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast prowls powdry peaks", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4inizi004g24v5bvkoaohb" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fy8y0075s67pv9dqh7s6", + "slug": "bet_snow_leopard_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/snow_leopard.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "“This is the Le-o-pard, my child,\r\nHis temper’s anything but mild.”\r\n― A. M. Shaw \u0026 C. Beckwith", + "cardId": "clm4inizi004g24v5bvkoaohb", + "setCardId": "clot8fy770073s67p7yfnkgw5", + "setCard": { + "id": "clot8fy770073s67p7yfnkgw5", + "slug": "bet_snow_leopard", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4inizi004g24v5bvkoaohb", + "meta": { + "id": "clq39y8hp0033sh27vsjet0s3", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast prowls powdry peaks", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fy770073s67p7yfnkgw5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fyaq0077s67plu2etrjd", + "slug": "bet_snow_leopard_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/snow_leopard-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "“This is the Le-o-pard, my child,\r\nHis temper’s anything but mild.”\r\n― A. M. Shaw \u0026 C. Beckwith", + "cardId": "clm4inizi004g24v5bvkoaohb", + "setCardId": "clot8fy770073s67p7yfnkgw5", + "setCard": { + "id": "clot8fy770073s67p7yfnkgw5", + "slug": "bet_snow_leopard", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4inizi004g24v5bvkoaohb", + "meta": { + "id": "clq39y8hp0033sh27vsjet0s3", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast prowls powdry peaks", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fy770073s67p7yfnkgw5" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4inq2m004i24v59e3x0cj2", + "slug": "alp_snow_leopard_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/snow_leopard.png", + "finish": "Standard", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "“This is the Le-o-pard, my child,\nHis temper’s anything but mild.”\n― A. M. Shaw \u0026 C. Beckwith", + "cardId": "clm4inizi004g24v5bvkoaohb", + "setCardId": "clm4inojp004h24v59fg3e82n", + "setCard": { + "id": "clm4inojp004h24v59fg3e82n", + "slug": "alp_snow_leopard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4inizi004g24v5bvkoaohb", + "meta": { + "id": "clq39y8a70032sh27b9krslod", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast prowls powdry peaks", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4inojp004h24v59fg3e82n" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4io2zx004k24v5hm162c6w", + "slug": "alp_snow_leopard_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/snow_leopard-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Lindsey Crummett", + "flavorText": "“This is the Le-o-pard, my child,\nHis temper’s anything but mild.”\n― A. M. Shaw \u0026 C. Beckwith", + "cardId": "clm4inizi004g24v5bvkoaohb", + "setCardId": "clm4inojp004h24v59fg3e82n", + "setCard": { + "id": "clm4inojp004h24v59fg3e82n", + "slug": "alp_snow_leopard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4inizi004g24v5bvkoaohb", + "meta": { + "id": "clq39y8a70032sh27b9krslod", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast prowls powdry peaks", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4inojp004h24v59fg3e82n" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4inwsz004j24v59fx33u0d", + "slug": "alp_snow_leopard_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/snow_leopard-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Lindsey Crummett", + "flavorText": "“This is the Le-o-pard, my child,\nHis temper’s anything but mild.”\n― A. M. Shaw \u0026 C. Beckwith", + "cardId": "clm4inizi004g24v5bvkoaohb", + "setCardId": "clm4inojp004h24v59fg3e82n", + "setCard": { + "id": "clm4inojp004h24v59fg3e82n", + "slug": "alp_snow_leopard", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4inizi004g24v5bvkoaohb", + "meta": { + "id": "clq39y8a70032sh27b9krslod", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast prowls powdry peaks", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4inojp004h24v59fg3e82n" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4r7b5w016xe0v53pgx9o1z", + "slug": "sorcerer", + "name": "Sorcerer", + "hotscore": 291, + "guardian": { + "id": "clq3a2c4200xlsh27gw1llh32", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar has entered the contest!", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nTap → Draw a spell.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4r7b5w016xe0v53pgx9o1z" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j7qv0267s67pchvtqw06", + "slug": "bet_sorcerer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sorcerer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4r7b5w016xe0v53pgx9o1z", + "setCardId": "clot8j7pb0265s67psylm675u", + "setCard": { + "id": "clot8j7pb0265s67psylm675u", + "slug": "bet_sorcerer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r7b5w016xe0v53pgx9o1z", + "meta": { + "id": "clq3a2ci100xosh27s04vorwe", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar has entered the contest!", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nTap → Draw a spell.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j7pb0265s67psylm675u" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j7sg0269s67pk32bchia", + "slug": "bet_sorcerer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sorcerer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4r7b5w016xe0v53pgx9o1z", + "setCardId": "clot8j7pb0265s67psylm675u", + "setCard": { + "id": "clot8j7pb0265s67psylm675u", + "slug": "bet_sorcerer", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r7b5w016xe0v53pgx9o1z", + "meta": { + "id": "clq3a2ci100xosh27s04vorwe", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar has entered the contest!", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nTap → Draw a spell.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j7pb0265s67psylm675u" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4r7idv016ze0v58w296nbc", + "slug": "alp_sorcerer_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sorcerer.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4r7b5w016xe0v53pgx9o1z", + "setCardId": "clm4r7h2s016ye0v5g17g37wh", + "setCard": { + "id": "clm4r7h2s016ye0v5g17g37wh", + "slug": "alp_sorcerer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r7b5w016xe0v53pgx9o1z", + "meta": { + "id": "clq3a2c6g00xmsh27d3y8fxgi", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar has entered the contest!", + "subType": "", + "rulesText": "Tap → Play or draw a site.\n\nTap → Draw a spell.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r7h2s016ye0v5g17g37wh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4r7qj40170e0v5c8nr5e74", + "slug": "alp_sorcerer_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sorcerer-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4r7b5w016xe0v53pgx9o1z", + "setCardId": "clm4r7h2s016ye0v5g17g37wh", + "setCard": { + "id": "clm4r7h2s016ye0v5g17g37wh", + "slug": "alp_sorcerer", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r7b5w016xe0v53pgx9o1z", + "meta": { + "id": "clq3a2c6g00xmsh27d3y8fxgi", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar has entered the contest!", + "subType": "", + "rulesText": "Tap → Play or draw a site.\n\nTap → Draw a spell.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r7h2s016ye0v5g17g37wh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4rjgh2000m42v5ehg10ol9", + "slug": "pro_sorcerer_pp_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/pro/sorcerer-pp.png", + "finish": "Standard", + "product": "Pledge_Pack", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4r7b5w016xe0v53pgx9o1z", + "setCardId": "clm4rj7vl000k42v5d1z566dy", + "setCard": { + "id": "clm4rj7vl000k42v5d1z566dy", + "slug": "pro_sorcerer", + "setId": "clm4rgehb000042v5a04vfg6s", + "cardId": "clm4r7b5w016xe0v53pgx9o1z", + "meta": { + "id": "clq3a2cc800xnsh27x7njaz48", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar has entered the contest!", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nTap → Draw a spell.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4rj7vl000k42v5d1z566dy" + }, + "set": { + "id": "clm4rgehb000042v5a04vfg6s", + "name": "Promotional", + "releaseDate": "" + } + } + }, + { + "id": "clm4rj9de000l42v54ksz26w2", + "slug": "pro_sorcerer_bt_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/pro/sorcerer-bt-f.png", + "finish": "Foil", + "product": "Box_Topper", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4r7b5w016xe0v53pgx9o1z", + "setCardId": "clm4rj7vl000k42v5d1z566dy", + "setCard": { + "id": "clm4rj7vl000k42v5d1z566dy", + "slug": "pro_sorcerer", + "setId": "clm4rgehb000042v5a04vfg6s", + "cardId": "clm4r7b5w016xe0v53pgx9o1z", + "meta": { + "id": "clq3a2cc800xnsh27x7njaz48", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar has entered the contest!", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nTap → Draw a spell.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4rj7vl000k42v5d1z566dy" + }, + "set": { + "id": "clm4rgehb000042v5a04vfg6s", + "name": "Promotional", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clot8j4f90245s67pityb49qv", + "slug": "sparkmage", + "name": "Sparkmage", + "hotscore": 97, + "guardian": { + "id": "clq3a2d1a00xtsh27pi5dayoh", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar's enemies are in for a shock!", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nTap → Target nearby location. Deal damage to another random unit there equal to the sum of (A) on spells you've cast this turn.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clot8j4f90245s67pityb49qv" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j4ms0249s67p0i5d6wqb", + "slug": "bet_sparkmage_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sparkmage.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clot8j4f90245s67pityb49qv", + "setCardId": "clot8j4lb0247s67pnzngnbgl", + "setCard": { + "id": "clot8j4lb0247s67pnzngnbgl", + "slug": "bet_sparkmage", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clot8j4f90245s67pityb49qv", + "meta": { + "id": "clq3a2d3q00xush27ooeqjlga", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar's enemies are in for a shock!", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nTap → Target nearby location. Deal damage to another random unit there equal to the sum of (A) on spells you've cast this turn.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j4lb0247s67pnzngnbgl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j4p6024bs67pxx4i5tb3", + "slug": "bet_sparkmage_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sparkmage-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clot8j4f90245s67pityb49qv", + "setCardId": "clot8j4lb0247s67pnzngnbgl", + "setCard": { + "id": "clot8j4lb0247s67pnzngnbgl", + "slug": "bet_sparkmage", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clot8j4f90245s67pityb49qv", + "meta": { + "id": "clq3a2d3q00xush27ooeqjlga", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar's enemies are in for a shock!", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nTap → Target nearby location. Deal damage to another random unit there equal to the sum of (A) on spells you've cast this turn.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j4lb0247s67pnzngnbgl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4puz8900wle0v555lcbsxw", + "slug": "spear_of_destiny", + "name": "Spear of Destiny", + "hotscore": 955, + "guardian": { + "id": "clq3a1e1e00qmsh27aoz8lj98", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Weapon of divine retribution", + "subType": "Weapon", + "rulesText": "Bearer has “Tap → Throw Spear of Destiny at any minion anywhere. It teleports to that minion’s location and kills it.”", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4puz8900wle0v555lcbsxw" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8igf201pos67plbaa1xou", + "slug": "bet_spear_of_destiny_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/spear_of_destiny.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Nor mortal's blood shall sate a hunger erst whetted by divine.", + "cardId": "clm4puz8900wle0v555lcbsxw", + "setCardId": "clot8igdg01pms67pgtcjaoko", + "setCard": { + "id": "clot8igdg01pms67pgtcjaoko", + "slug": "bet_spear_of_destiny", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4puz8900wle0v555lcbsxw", + "meta": { + "id": "clq3a1ebb00qosh27or8pawyp", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Weapon of divine retribution", + "subType": "Weapon", + "rulesText": "Bearer has “Tap → Throw Spear of Destiny at any minion anywhere. It teleports to that minion’s location and kills it.”", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8igdg01pms67pgtcjaoko" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iggl01pqs67prmlgk6bc", + "slug": "bet_spear_of_destiny_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/spear_of_destiny-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Nor mortal's blood shall sate a hunger erst whetted by divine.", + "cardId": "clm4puz8900wle0v555lcbsxw", + "setCardId": "clot8igdg01pms67pgtcjaoko", + "setCard": { + "id": "clot8igdg01pms67pgtcjaoko", + "slug": "bet_spear_of_destiny", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4puz8900wle0v555lcbsxw", + "meta": { + "id": "clq3a1ebb00qosh27or8pawyp", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Weapon of divine retribution", + "subType": "Weapon", + "rulesText": "Bearer has “Tap → Throw Spear of Destiny at any minion anywhere. It teleports to that minion’s location and kills it.”", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8igdg01pms67pgtcjaoko" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pv5yw00wne0v51az6c68q", + "slug": "alp_spear_of_destiny_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spear_of_destiny.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Nor mortal's blood shall sate a hunger erst whetted by divine.", + "cardId": "clm4puz8900wle0v555lcbsxw", + "setCardId": "clm4pv4ns00wme0v50ci05bqs", + "setCard": { + "id": "clm4pv4ns00wme0v50ci05bqs", + "slug": "alp_spear_of_destiny", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4puz8900wle0v555lcbsxw", + "meta": { + "id": "clq3a1e3p00qnsh27cbjid990", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Weapon of divine retribution", + "subType": "Weapon", + "rulesText": "Bearer has “Tap → Throw Spear of Destiny at any minion anywhere. It teleports to that minion’s location and kills it.”", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pv4ns00wme0v50ci05bqs" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pvis900wpe0v5g97o10mo", + "slug": "alp_spear_of_destiny_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spear_of_destiny-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Andrea Modesti", + "flavorText": "Nor mortal's blood shall sate a hunger erst whetted by divine.", + "cardId": "clm4puz8900wle0v555lcbsxw", + "setCardId": "clm4pv4ns00wme0v50ci05bqs", + "setCard": { + "id": "clm4pv4ns00wme0v50ci05bqs", + "slug": "alp_spear_of_destiny", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4puz8900wle0v555lcbsxw", + "meta": { + "id": "clq3a1e3p00qnsh27cbjid990", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Weapon of divine retribution", + "subType": "Weapon", + "rulesText": "Bearer has “Tap → Throw Spear of Destiny at any minion anywhere. It teleports to that minion’s location and kills it.”", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pv4ns00wme0v50ci05bqs" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pvd6q00woe0v5deds749l", + "slug": "alp_spear_of_destiny_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spear_of_destiny-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Nor mortal's blood shall sate a hunger erst whetted by divine.", + "cardId": "clm4puz8900wle0v555lcbsxw", + "setCardId": "clm4pv4ns00wme0v50ci05bqs", + "setCard": { + "id": "clm4pv4ns00wme0v50ci05bqs", + "slug": "alp_spear_of_destiny", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4puz8900wle0v555lcbsxw", + "meta": { + "id": "clq3a1e3p00qnsh27cbjid990", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Weapon of divine retribution", + "subType": "Weapon", + "rulesText": "Bearer has “Tap → Throw Spear of Destiny at any minion anywhere. It teleports to that minion’s location and kills it.”", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pv4ns00wme0v50ci05bqs" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4io45n004l24v5chf0dstr", + "slug": "spectral_stalker", + "name": "Spectral Stalker", + "hotscore": 2022, + "guardian": { + "id": "clq39y8nn0034sh27aqg2741k", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Undead roams betwixt the between", + "subType": "Undead", + "rulesText": "Voidwalk", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4io45n004l24v5chf0dstr" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fykq007cs67pl82qoqd8", + "slug": "bet_spectral_stalker_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/spectral_stalker.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "“We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far.”\r\n― H. P. Lovecraft", + "cardId": "clm4io45n004l24v5chf0dstr", + "setCardId": "clot8fyj8007as67pq1cbm2h1", + "setCard": { + "id": "clot8fyj8007as67pq1cbm2h1", + "slug": "bet_spectral_stalker", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4io45n004l24v5chf0dstr", + "meta": { + "id": "clq39y8xk0036sh27ae5n46om", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Undead roams betwixt the between", + "subType": "Undead", + "rulesText": "Voidwalk", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fyj8007as67pq1cbm2h1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fymj007es67phmyzd59j", + "slug": "bet_spectral_stalker_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/spectral_stalker-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "“We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far.”\r\n― H. P. Lovecraft", + "cardId": "clm4io45n004l24v5chf0dstr", + "setCardId": "clot8fyj8007as67pq1cbm2h1", + "setCard": { + "id": "clot8fyj8007as67pq1cbm2h1", + "slug": "bet_spectral_stalker", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4io45n004l24v5chf0dstr", + "meta": { + "id": "clq39y8xk0036sh27ae5n46om", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Undead roams betwixt the between", + "subType": "Undead", + "rulesText": "Voidwalk", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fyj8007as67pq1cbm2h1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4iobie004n24v55ttt6apb", + "slug": "alp_spectral_stalker_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spectral_stalker.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "“We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far.”\n― H. P. Lovecraft", + "cardId": "clm4io45n004l24v5chf0dstr", + "setCardId": "clm4ioa6a004m24v542rg7kl5", + "setCard": { + "id": "clm4ioa6a004m24v542rg7kl5", + "slug": "alp_spectral_stalker", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4io45n004l24v5chf0dstr", + "meta": { + "id": "clq39y8q30035sh279yxichfu", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Undead roams betwixt the between", + "subType": "Undead", + "rulesText": "Voidwalk", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ioa6a004m24v542rg7kl5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4iooic004p24v50mdd9d9h", + "slug": "alp_spectral_stalker_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spectral_stalker-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jeff Easley", + "flavorText": "“We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far.”\n― H. P. Lovecraft", + "cardId": "clm4io45n004l24v5chf0dstr", + "setCardId": "clm4ioa6a004m24v542rg7kl5", + "setCard": { + "id": "clm4ioa6a004m24v542rg7kl5", + "slug": "alp_spectral_stalker", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4io45n004l24v5chf0dstr", + "meta": { + "id": "clq39y8q30035sh279yxichfu", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Undead roams betwixt the between", + "subType": "Undead", + "rulesText": "Voidwalk", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ioa6a004m24v542rg7kl5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ioilo004o24v58d96c8d4", + "slug": "alp_spectral_stalker_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spectral_stalker-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "“We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far.”\n― H. P. Lovecraft", + "cardId": "clm4io45n004l24v5chf0dstr", + "setCardId": "clm4ioa6a004m24v542rg7kl5", + "setCard": { + "id": "clm4ioa6a004m24v542rg7kl5", + "slug": "alp_spectral_stalker", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4io45n004l24v5chf0dstr", + "meta": { + "id": "clq39y8q30035sh279yxichfu", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Undead roams betwixt the between", + "subType": "Undead", + "rulesText": "Voidwalk", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4ioa6a004m24v542rg7kl5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o1eff00iie0v5alqbh7tl", + "slug": "spin_attack", + "name": "Spin Attack", + "hotscore": 760, + "guardian": { + "id": "clq3a02hp00gpsh277x78yxqo", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of radial violence", + "subType": "", + "rulesText": "An ally strikes each enemy at its location.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4o1eff00iie0v5alqbh7tl" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hedk012ns67pwubv1y0t", + "slug": "bet_spin_attack_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/spin_attack.png", + "finish": "Standard", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4o1eff00iie0v5alqbh7tl", + "setCardId": "clot8hebv012ls67pt44q5z1d", + "setCard": { + "id": "clot8hebv012ls67pt44q5z1d", + "slug": "bet_spin_attack", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o1eff00iie0v5alqbh7tl", + "meta": { + "id": "clq3a02pp00grsh27484pwc0r", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of radial violence", + "subType": "", + "rulesText": "An ally strikes each enemy at its location.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hebv012ls67pt44q5z1d" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hef9012ps67pnvr7z5p3", + "slug": "bet_spin_attack_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/spin_attack-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4o1eff00iie0v5alqbh7tl", + "setCardId": "clot8hebv012ls67pt44q5z1d", + "setCard": { + "id": "clot8hebv012ls67pt44q5z1d", + "slug": "bet_spin_attack", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o1eff00iie0v5alqbh7tl", + "meta": { + "id": "clq3a02pp00grsh27484pwc0r", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of radial violence", + "subType": "", + "rulesText": "An ally strikes each enemy at its location.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hebv012ls67pt44q5z1d" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o1kz100ike0v58mjb65ap", + "slug": "alp_spin_attack_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spin_attack.png", + "finish": "Standard", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4o1eff00iie0v5alqbh7tl", + "setCardId": "clm4o1jnz00ije0v590uue8aa", + "setCard": { + "id": "clm4o1jnz00ije0v590uue8aa", + "slug": "alp_spin_attack", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o1eff00iie0v5alqbh7tl", + "meta": { + "id": "clq3a02k000gqsh27xlyu3xef", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of radial violence", + "subType": "", + "rulesText": "An ally strikes each enemy at its location.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o1jnz00ije0v590uue8aa" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o1rrs00ile0v55kbe57se", + "slug": "alp_spin_attack_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spin_attack-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4o1eff00iie0v5alqbh7tl", + "setCardId": "clm4o1jnz00ije0v590uue8aa", + "setCard": { + "id": "clm4o1jnz00ije0v590uue8aa", + "slug": "alp_spin_attack", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o1eff00iie0v5alqbh7tl", + "meta": { + "id": "clq3a02k000gqsh27xlyu3xef", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of radial violence", + "subType": "", + "rulesText": "An ally strikes each enemy at its location.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o1jnz00ije0v590uue8aa" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4iopue004q24v5fmef4x1k", + "slug": "spire_lich", + "name": "Spire Lich", + "hotscore": 758, + "guardian": { + "id": "clq39y93l0037sh27wxnj4czf", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Undead towers above", + "subType": "Undead", + "rulesText": "If Spire Lich is atop a Tower, it has +2 power, Ranged, and Spellcaster.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4iopue004q24v5fmef4x1k" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fyyr007js67ptbv0qkiq", + "slug": "bet_spire_lich_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/spire_lich.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4iopue004q24v5fmef4x1k", + "setCardId": "clot8fyx2007hs67pnne1kgaj", + "setCard": { + "id": "clot8fyx2007hs67pnne1kgaj", + "slug": "bet_spire_lich", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iopue004q24v5fmef4x1k", + "meta": { + "id": "clq39y9d60039sh27blyo2y08", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Undead towers above", + "subType": "Undead", + "rulesText": "If Spire Lich is atop a Tower, it has +2 power, Ranged, and Spellcaster.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fyx2007hs67pnne1kgaj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fz0y007ls67pzi9e1oxa", + "slug": "bet_spire_lich_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/spire_lich-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4iopue004q24v5fmef4x1k", + "setCardId": "clot8fyx2007hs67pnne1kgaj", + "setCard": { + "id": "clot8fyx2007hs67pnne1kgaj", + "slug": "bet_spire_lich", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iopue004q24v5fmef4x1k", + "meta": { + "id": "clq39y9d60039sh27blyo2y08", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Undead towers above", + "subType": "Undead", + "rulesText": "If Spire Lich is atop a Tower, it has +2 power, Ranged, and Spellcaster.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fyx2007hs67pnne1kgaj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ioxid004s24v59sk6eold", + "slug": "alp_spire_lich_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spire_lich.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4iopue004q24v5fmef4x1k", + "setCardId": "clm4iow64004r24v5ddvlgg57", + "setCard": { + "id": "clm4iow64004r24v5ddvlgg57", + "slug": "alp_spire_lich", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iopue004q24v5fmef4x1k", + "meta": { + "id": "clq39y95s0038sh27lfn6k7k3", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Undead towers above", + "subType": "Undead", + "rulesText": "If Spire Lich is atop a Tower, it has +2 power, Ranged, and Spellcaster.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4iow64004r24v5ddvlgg57" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ipasb004u24v56bw63mtt", + "slug": "alp_spire_lich_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spire_lich-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4iopue004q24v5fmef4x1k", + "setCardId": "clm4iow64004r24v5ddvlgg57", + "setCard": { + "id": "clm4iow64004r24v5ddvlgg57", + "slug": "alp_spire_lich", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iopue004q24v5fmef4x1k", + "meta": { + "id": "clq39y95s0038sh27lfn6k7k3", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Undead towers above", + "subType": "Undead", + "rulesText": "If Spire Lich is atop a Tower, it has +2 power, Ranged, and Spellcaster.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4iow64004r24v5ddvlgg57" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ip59d004t24v542m55xv3", + "slug": "alp_spire_lich_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spire_lich-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4iopue004q24v5fmef4x1k", + "setCardId": "clm4iow64004r24v5ddvlgg57", + "setCard": { + "id": "clm4iow64004r24v5ddvlgg57", + "slug": "alp_spire_lich", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iopue004q24v5fmef4x1k", + "meta": { + "id": "clq39y95s0038sh27lfn6k7k3", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Undead towers above", + "subType": "Undead", + "rulesText": "If Spire Lich is atop a Tower, it has +2 power, Ranged, and Spellcaster.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4iow64004r24v5ddvlgg57" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qiyb0011ye0v51bavhsoo", + "slug": "spring_river", + "name": "Spring River", + "hotscore": 3324, + "guardian": { + "id": "clq3a1vn900u4sh27ez05agoq", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of rejuvenation", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qiyb0011ye0v51bavhsoo" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8itym01xus67pdj5rl9af", + "slug": "bet_spring_river_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/spring_river.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qiyb0011ye0v51bavhsoo", + "setCardId": "clot8itx401xss67pbav5nmqj", + "setCard": { + "id": "clot8itx401xss67pbav5nmqj", + "slug": "bet_spring_river", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qiyb0011ye0v51bavhsoo", + "meta": { + "id": "clq3a1vx400u6sh27h00vkwzp", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of rejuvenation", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8itx401xss67pbav5nmqj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iu0501xws67plhnz43nm", + "slug": "bet_spring_river_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/spring_river-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qiyb0011ye0v51bavhsoo", + "setCardId": "clot8itx401xss67pbav5nmqj", + "setCard": { + "id": "clot8itx401xss67pbav5nmqj", + "slug": "bet_spring_river", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qiyb0011ye0v51bavhsoo", + "meta": { + "id": "clq3a1vx400u6sh27h00vkwzp", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of rejuvenation", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8itx401xss67pbav5nmqj" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qj5nm0120e0v553nzbfhk", + "slug": "alp_spring_river_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spring_river.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qiyb0011ye0v51bavhsoo", + "setCardId": "clm4qj4ce011ze0v53hou3b3k", + "setCard": { + "id": "clm4qj4ce011ze0v53hou3b3k", + "slug": "alp_spring_river", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qiyb0011ye0v51bavhsoo", + "meta": { + "id": "clq3a1vpn00u5sh27ol8bhh6e", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of rejuvenation", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qj4ce011ze0v53hou3b3k" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qjiek0122e0v52g6r19t8", + "slug": "alp_spring_river_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spring_river-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qiyb0011ye0v51bavhsoo", + "setCardId": "clm4qj4ce011ze0v53hou3b3k", + "setCard": { + "id": "clm4qj4ce011ze0v53hou3b3k", + "slug": "alp_spring_river", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qiyb0011ye0v51bavhsoo", + "meta": { + "id": "clq3a1vpn00u5sh27ol8bhh6e", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of rejuvenation", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qj4ce011ze0v53hou3b3k" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qjcte0121e0v52fgc6wyt", + "slug": "alp_spring_river_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/spring_river-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qiyb0011ye0v51bavhsoo", + "setCardId": "clm4qj4ce011ze0v53hou3b3k", + "setCard": { + "id": "clm4qj4ce011ze0v53hou3b3k", + "slug": "alp_spring_river", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qiyb0011ye0v51bavhsoo", + "meta": { + "id": "clq3a1vpn00u5sh27ol8bhh6e", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of rejuvenation", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qj4ce011ze0v53hou3b3k" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mn9ua007me0v5agv4506b", + "slug": "squirming_mass", + "name": "Squirming Mass", + "hotscore": 785, + "guardian": { + "id": "clq39z1pt0096sh2712y98lhf", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Beasts wriggle and writhe", + "subType": "Beast", + "rulesText": "Whenever a nearby minion dies, Squirming Mass permanently gains its power.", + "cost": 3, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mn9ua007me0v5agv4506b" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8glhr00l5s67pjs59nc09", + "slug": "bet_squirming_mass_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/squirming_mass.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4mn9ua007me0v5agv4506b", + "setCardId": "clot8glg600l3s67pzo0z2l7u", + "setCard": { + "id": "clot8glg600l3s67pzo0z2l7u", + "slug": "bet_squirming_mass", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mn9ua007me0v5agv4506b", + "meta": { + "id": "clq39z1xo0098sh273u9acfu9", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Beasts wriggle and writhe", + "subType": "Beast", + "rulesText": "Whenever a nearby minion dies, Squirming Mass permanently gains its power.", + "cost": 3, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8glg600l3s67pzo0z2l7u" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gljf00l7s67p5hbueei0", + "slug": "bet_squirming_mass_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/squirming_mass-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4mn9ua007me0v5agv4506b", + "setCardId": "clot8glg600l3s67pzo0z2l7u", + "setCard": { + "id": "clot8glg600l3s67pzo0z2l7u", + "slug": "bet_squirming_mass", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mn9ua007me0v5agv4506b", + "meta": { + "id": "clq39z1xo0098sh273u9acfu9", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Beasts wriggle and writhe", + "subType": "Beast", + "rulesText": "Whenever a nearby minion dies, Squirming Mass permanently gains its power.", + "cost": 3, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8glg600l3s67pzo0z2l7u" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mngll007oe0v5631l3uxb", + "slug": "alp_squirming_mass_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/squirming_mass.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4mn9ua007me0v5agv4506b", + "setCardId": "clm4mnfag007ne0v54h0e4p4p", + "setCard": { + "id": "clm4mnfag007ne0v54h0e4p4p", + "slug": "alp_squirming_mass", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mn9ua007me0v5agv4506b", + "meta": { + "id": "clq39z1s30097sh2780e23i4o", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Beasts wriggle and writhe", + "subType": "Beast", + "rulesText": "Whenever a nearby minion dies, Squirming Mass permanently gains its power.", + "cost": 3, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mnfag007ne0v54h0e4p4p" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mnnz9007pe0v54vdf0wqf", + "slug": "alp_squirming_mass_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/squirming_mass-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4mn9ua007me0v5agv4506b", + "setCardId": "clm4mnfag007ne0v54h0e4p4p", + "setCard": { + "id": "clm4mnfag007ne0v54h0e4p4p", + "slug": "alp_squirming_mass", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mn9ua007me0v5agv4506b", + "meta": { + "id": "clq39z1s30097sh2780e23i4o", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Beasts wriggle and writhe", + "subType": "Beast", + "rulesText": "Whenever a nearby minion dies, Squirming Mass permanently gains its power.", + "cost": 3, + "attack": 0, + "defense": 0, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mnfag007ne0v54h0e4p4p" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qzoxk015ge0v591wz8txl", + "slug": "standing_stones", + "name": "Standing Stones", + "hotscore": 1249, + "guardian": { + "id": "clq3a27lh00wmsh277yrha7vo", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site where leylines converge", + "subType": "", + "rulesText": "Minions here are Spellcasters.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qzoxk015ge0v591wz8txl" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j3p6023os67pa7vf7dzq", + "slug": "bet_standing_stones_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/standing_stones.png", + "finish": "Standard", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qzoxk015ge0v591wz8txl", + "setCardId": "clot8j3nl023ms67pdbdshtk4", + "setCard": { + "id": "clot8j3nl023ms67pdbdshtk4", + "slug": "bet_standing_stones", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qzoxk015ge0v591wz8txl", + "meta": { + "id": "clq3a27v700wosh27xp539jsn", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site where leylines converge", + "subType": "", + "rulesText": "Minions here are Spellcasters.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j3nl023ms67pdbdshtk4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j3qs023qs67pjir2x3gi", + "slug": "bet_standing_stones_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/standing_stones-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qzoxk015ge0v591wz8txl", + "setCardId": "clot8j3nl023ms67pdbdshtk4", + "setCard": { + "id": "clot8j3nl023ms67pdbdshtk4", + "slug": "bet_standing_stones", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qzoxk015ge0v591wz8txl", + "meta": { + "id": "clq3a27v700wosh27xp539jsn", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site where leylines converge", + "subType": "", + "rulesText": "Minions here are Spellcasters.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j3nl023ms67pdbdshtk4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qzw9r015ie0v5eoxy1yf2", + "slug": "alp_standing_stones_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/standing_stones.png", + "finish": "Standard", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qzoxk015ge0v591wz8txl", + "setCardId": "clm4qzuyq015he0v53l2c9vu3", + "setCard": { + "id": "clm4qzuyq015he0v53l2c9vu3", + "slug": "alp_standing_stones", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qzoxk015ge0v591wz8txl", + "meta": { + "id": "clq3a27ns00wnsh2704vzl629", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site where leylines converge", + "subType": "", + "rulesText": "Minions here are Spellcasters.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qzuyq015he0v53l2c9vu3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4r08u5015ke0v5ctpz97o8", + "slug": "alp_standing_stones_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/standing_stones-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qzoxk015ge0v591wz8txl", + "setCardId": "clm4qzuyq015he0v53l2c9vu3", + "setCard": { + "id": "clm4qzuyq015he0v53l2c9vu3", + "slug": "alp_standing_stones", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qzoxk015ge0v591wz8txl", + "meta": { + "id": "clq3a27ns00wnsh2704vzl629", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site where leylines converge", + "subType": "", + "rulesText": "Minions here are Spellcasters.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qzuyq015he0v53l2c9vu3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4r02vq015je0v5glotfvb5", + "slug": "alp_standing_stones_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/standing_stones-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qzoxk015ge0v591wz8txl", + "setCardId": "clm4qzuyq015he0v53l2c9vu3", + "setCard": { + "id": "clm4qzuyq015he0v53l2c9vu3", + "slug": "alp_standing_stones", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qzoxk015ge0v591wz8txl", + "meta": { + "id": "clq3a27ns00wnsh2704vzl629", + "type": "Site", + "rarity": "Elite", + "typeText": "An Elite Site where leylines converge", + "subType": "", + "rulesText": "Minions here are Spellcasters.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qzuyq015he0v53l2c9vu3" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n0a0o00ade0v5bgfjctc9", + "slug": "star_seeds_of_uhr", + "name": "Star-seeds of Uhr", + "hotscore": 533, + "guardian": { + "id": "clq39zayd00b3sh27rn7ml1z3", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic mourns a long lost past", + "subType": "", + "rulesText": "Fill up to thirteen voids with Rubble.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4n0a0o00ade0v5bgfjctc9" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gsvv00pms67p9rgumn6i", + "slug": "bet_star_seeds_of_uhr_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/star_seeds_of_uhr.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "For each layer of ruin excavated, another calamity of yore was revealed.", + "cardId": "clm4n0a0o00ade0v5bgfjctc9", + "setCardId": "clot8gsud00pks67pkvpbzzva", + "setCard": { + "id": "clot8gsud00pks67pkvpbzzva", + "slug": "bet_star_seeds_of_uhr", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n0a0o00ade0v5bgfjctc9", + "meta": { + "id": "clq39zb6p00b5sh27m0h7x3ut", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic mourns a long lost past", + "subType": "", + "rulesText": "Fill up to thirteen voids with Rubble.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gsud00pks67pkvpbzzva" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gsy700pos67psu3s3n29", + "slug": "bet_star_seeds_of_uhr_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/star_seeds_of_uhr-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "For each layer of ruin excavated, another calamity of yore was revealed.", + "cardId": "clm4n0a0o00ade0v5bgfjctc9", + "setCardId": "clot8gsud00pks67pkvpbzzva", + "setCard": { + "id": "clot8gsud00pks67pkvpbzzva", + "slug": "bet_star_seeds_of_uhr", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n0a0o00ade0v5bgfjctc9", + "meta": { + "id": "clq39zb6p00b5sh27m0h7x3ut", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic mourns a long lost past", + "subType": "", + "rulesText": "Fill up to thirteen voids with Rubble.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gsud00pks67pkvpbzzva" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n0gs900afe0v5drq29xkh", + "slug": "alp_star_seeds_of_uhr_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/star_seeds_of_uhr.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "For each layer of ruin excavated, another calamity of yore was revealed.", + "cardId": "clm4n0a0o00ade0v5bgfjctc9", + "setCardId": "clm4n0fh400aee0v52ececl49", + "setCard": { + "id": "clm4n0fh400aee0v52ececl49", + "slug": "alp_star_seeds_of_uhr", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n0a0o00ade0v5bgfjctc9", + "meta": { + "id": "clq39zb0q00b4sh27p0p42bzg", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic mourns a long lost past", + "subType": "", + "rulesText": "Fill up to thirteen voids with Rubble.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4n0fh400aee0v52ececl49" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n0nj500age0v537cq2fmv", + "slug": "alp_star_seeds_of_uhr_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/star_seeds_of_uhr-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "For each layer of ruin excavated, another calamity of yore was revealed.", + "cardId": "clm4n0a0o00ade0v5bgfjctc9", + "setCardId": "clm4n0fh400aee0v52ececl49", + "setCard": { + "id": "clm4n0fh400aee0v52ececl49", + "slug": "alp_star_seeds_of_uhr", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n0a0o00ade0v5bgfjctc9", + "meta": { + "id": "clq39zb0q00b4sh27p0p42bzg", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic mourns a long lost past", + "subType": "", + "rulesText": "Fill up to thirteen voids with Rubble.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4n0fh400aee0v52ececl49" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qo28w0132e0v51f85dz2a", + "slug": "steppe", + "name": "Steppe", + "hotscore": 5868, + "guardian": { + "id": "clq3a1zbt00uvsh27mjqqhi0z", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Fire", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4qo28w0132e0v51f85dz2a" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + }, + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8ix0q01zls67p3ys0i5tv", + "slug": "bet_steppe_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/steppe.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "There's beauty in the simplicity of empty horizons.", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "setCardId": "clot8iwza01zjs67p042z60l3", + "setCard": { + "id": "clot8iwza01zjs67p042z60l3", + "slug": "bet_steppe", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "meta": { + "id": "clq3a1zk100uxsh27xmnji0d4", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Fire", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8iwza01zjs67p042z60l3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ix2701zns67ph1vax3db", + "slug": "bet_steppe_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/steppe-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "There's beauty in the simplicity of empty horizons.", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "setCardId": "clot8iwza01zjs67p042z60l3", + "setCard": { + "id": "clot8iwza01zjs67p042z60l3", + "slug": "bet_steppe", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "meta": { + "id": "clq3a1zk100uxsh27xmnji0d4", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Fire", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8iwza01zjs67p042z60l3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qo9g50134e0v5fit47oty", + "slug": "alp_steppe_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/steppe.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "There's beauty in the simplicity of empty horizons.", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "setCardId": "clm4qo84x0133e0v5gz5jgmqw", + "setCard": { + "id": "clm4qo84x0133e0v5gz5jgmqw", + "slug": "alp_steppe", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "meta": { + "id": "clq3a1ze500uwsh27gkq14slf", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Fire", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qo84x0133e0v5gz5jgmqw" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qogvt0135e0v5an4zfxrj", + "slug": "alp_steppe_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/steppe-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "There's beauty in the simplicity of empty horizons.", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "setCardId": "clm4qo84x0133e0v5gz5jgmqw", + "setCard": { + "id": "clm4qo84x0133e0v5gz5jgmqw", + "slug": "alp_steppe", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qo28w0132e0v51f85dz2a", + "meta": { + "id": "clq3a1ze500uwsh27gkq14slf", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Fire", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qo84x0133e0v5gz5jgmqw" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mnuiq007qe0v5b8f15m7f", + "slug": "stone_gaze_gorgons", + "name": "Stone-gaze Gorgons", + "hotscore": 835, + "guardian": { + "id": "clq39z23e0099sh27vg0p6y0w", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Monsters gaze longingly from afar", + "subType": "Monster", + "rulesText": "Other minions at rest at adjacent locations are disabled.", + "cost": 5, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mnuiq007qe0v5b8f15m7f" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8glug00lcs67pcq50g78y", + "slug": "bet_stone_gaze_gorgons_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/stone_gaze_gorgons.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "In the gleam of his unblooded sword, Veslin unwittingly beheld a sight no mortal had yet lived to unsee.", + "cardId": "clm4mnuiq007qe0v5b8f15m7f", + "setCardId": "clot8glsr00las67p30o99fqu", + "setCard": { + "id": "clot8glsr00las67p30o99fqu", + "slug": "bet_stone_gaze_gorgons", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mnuiq007qe0v5b8f15m7f", + "meta": { + "id": "clq39z2d8009bsh27f2rz29ml", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Monsters gaze longingly from afar", + "subType": "Monster", + "rulesText": "Other minions at rest at adjacent locations are disabled.", + "cost": 5, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8glsr00las67p30o99fqu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8glw300les67p7ooeoqn7", + "slug": "bet_stone_gaze_gorgons_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/stone_gaze_gorgons-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "In the gleam of his unblooded sword, Veslin unwittingly beheld a sight no mortal had yet lived to unsee.", + "cardId": "clm4mnuiq007qe0v5b8f15m7f", + "setCardId": "clot8glsr00las67p30o99fqu", + "setCard": { + "id": "clot8glsr00las67p30o99fqu", + "slug": "bet_stone_gaze_gorgons", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mnuiq007qe0v5b8f15m7f", + "meta": { + "id": "clq39z2d8009bsh27f2rz29ml", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Monsters gaze longingly from afar", + "subType": "Monster", + "rulesText": "Other minions at rest at adjacent locations are disabled.", + "cost": 5, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8glsr00las67p30o99fqu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mo1ot007se0v50eoa8bfy", + "slug": "alp_stone_gaze_gorgons_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/stone_gaze_gorgons.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "In the gleam of his unblooded sword, Veslin unwittingly beheld a sight no mortal had yet lived to unsee.", + "cardId": "clm4mnuiq007qe0v5b8f15m7f", + "setCardId": "clm4mo0cs007re0v52qj9aerk", + "setCard": { + "id": "clm4mo0cs007re0v52qj9aerk", + "slug": "alp_stone_gaze_gorgons", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mnuiq007qe0v5b8f15m7f", + "meta": { + "id": "clq39z25u009ash27qv1xs6dw", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Monsters gaze longingly from afar", + "subType": "Monster", + "rulesText": "Other minions at rest at adjacent locations are disabled.", + "cost": 5, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mo0cs007re0v52qj9aerk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4modit007ue0v560pwap9s", + "slug": "alp_stone_gaze_gorgons_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/stone_gaze_gorgons-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Séverine Pineaux", + "flavorText": "In the gleam of his unblooded sword, Veslin unwittingly beheld a sight no mortal had yet lived to unsee.", + "cardId": "clm4mnuiq007qe0v5b8f15m7f", + "setCardId": "clm4mo0cs007re0v52qj9aerk", + "setCard": { + "id": "clm4mo0cs007re0v52qj9aerk", + "slug": "alp_stone_gaze_gorgons", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mnuiq007qe0v5b8f15m7f", + "meta": { + "id": "clq39z25u009ash27qv1xs6dw", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Monsters gaze longingly from afar", + "subType": "Monster", + "rulesText": "Other minions at rest at adjacent locations are disabled.", + "cost": 5, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mo0cs007re0v52qj9aerk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mo8ap007te0v58beu4x8r", + "slug": "alp_stone_gaze_gorgons_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/stone_gaze_gorgons-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "In the gleam of his unblooded sword, Veslin unwittingly beheld a sight no mortal had yet lived to unsee.", + "cardId": "clm4mnuiq007qe0v5b8f15m7f", + "setCardId": "clm4mo0cs007re0v52qj9aerk", + "setCard": { + "id": "clm4mo0cs007re0v52qj9aerk", + "slug": "alp_stone_gaze_gorgons", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mnuiq007qe0v5b8f15m7f", + "meta": { + "id": "clq39z25u009ash27qv1xs6dw", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Monsters gaze longingly from afar", + "subType": "Monster", + "rulesText": "Other minions at rest at adjacent locations are disabled.", + "cost": 5, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mo0cs007re0v52qj9aerk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p0yad00q9e0v56yj6430y", + "slug": "stormy_seas", + "name": "Stormy Seas", + "hotscore": 1520, + "guardian": { + "id": "clq3a0spg00m2sh27vh681e2g", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of maritime furor", + "subType": "", + "rulesText": "Submerge all minions and artifacts occupying target water site.\r\n", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p0yad00q9e0v56yj6430y" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hz0y01f3s67pilphh1o6", + "slug": "bet_stormy_seas_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/stormy_seas.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "The sea is angry today, my friends; hike and hold, men, fly! Bring due astern Neptune's belly!", + "cardId": "clm4p0yad00q9e0v56yj6430y", + "setCardId": "clot8hyzf01f1s67p0ckxefl7", + "setCard": { + "id": "clot8hyzf01f1s67p0ckxefl7", + "slug": "bet_stormy_seas", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p0yad00q9e0v56yj6430y", + "meta": { + "id": "clq3a0sxq00m4sh27w9qy0fky", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of maritime furor", + "subType": "", + "rulesText": "Submerge all minions and artifacts occupying target water site.\r\n", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hyzf01f1s67p0ckxefl7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hz2n01f5s67pr1930yc4", + "slug": "bet_stormy_seas_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/stormy_seas-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "The sea is angry today, my friends; hike and hold, men, fly! Bring due astern Neptune's belly!", + "cardId": "clm4p0yad00q9e0v56yj6430y", + "setCardId": "clot8hyzf01f1s67p0ckxefl7", + "setCard": { + "id": "clot8hyzf01f1s67p0ckxefl7", + "slug": "bet_stormy_seas", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p0yad00q9e0v56yj6430y", + "meta": { + "id": "clq3a0sxq00m4sh27w9qy0fky", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of maritime furor", + "subType": "", + "rulesText": "Submerge all minions and artifacts occupying target water site.\r\n", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hyzf01f1s67p0ckxefl7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p15fx00qbe0v5gccw33ov", + "slug": "alp_stormy_seas_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/stormy_seas.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "The sea is angry today, my friends; hike and hold, men, fly! Bring due astern Neptune's belly!", + "cardId": "clm4p0yad00q9e0v56yj6430y", + "setCardId": "clm4p144v00qae0v5ctc42zzm", + "setCard": { + "id": "clm4p144v00qae0v5ctc42zzm", + "slug": "alp_stormy_seas", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p0yad00q9e0v56yj6430y", + "meta": { + "id": "clq3a0srt00m3sh270baxfsvk", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of maritime furor", + "subType": "", + "rulesText": "Submerge all minions and artifacts occupying target water site.\n", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p144v00qae0v5ctc42zzm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p1c0v00qce0v5575qajjv", + "slug": "alp_stormy_seas_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/stormy_seas-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "The sea is angry today, my friends; hike and hold, men, fly! Bring due astern Neptune's belly!", + "cardId": "clm4p0yad00q9e0v56yj6430y", + "setCardId": "clm4p144v00qae0v5ctc42zzm", + "setCard": { + "id": "clm4p144v00qae0v5ctc42zzm", + "slug": "alp_stormy_seas", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p0yad00q9e0v56yj6430y", + "meta": { + "id": "clq3a0srt00m3sh270baxfsvk", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of maritime furor", + "subType": "", + "rulesText": "Submerge all minions and artifacts occupying target water site.\n", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p144v00qae0v5ctc42zzm" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qjjiq0123e0v56o0y7b78", + "slug": "summer_river", + "name": "Summer River", + "hotscore": 2971, + "guardian": { + "id": "clq3a1w2u00u7sh27ozrtol2d", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of renewal", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qjjiq0123e0v56o0y7b78" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8iuci01y1s67psl0en2bu", + "slug": "bet_summer_river_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/summer_river.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qjjiq0123e0v56o0y7b78", + "setCardId": "clot8iuaz01xzs67p0zi02cvw", + "setCard": { + "id": "clot8iuaz01xzs67p0zi02cvw", + "slug": "bet_summer_river", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qjjiq0123e0v56o0y7b78", + "meta": { + "id": "clq3a1wct00u9sh27oqpf7bi9", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of renewal", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iuaz01xzs67p0zi02cvw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iue101y3s67p3vaxzyhm", + "slug": "bet_summer_river_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/summer_river-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qjjiq0123e0v56o0y7b78", + "setCardId": "clot8iuaz01xzs67p0zi02cvw", + "setCard": { + "id": "clot8iuaz01xzs67p0zi02cvw", + "slug": "bet_summer_river", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qjjiq0123e0v56o0y7b78", + "meta": { + "id": "clq3a1wct00u9sh27oqpf7bi9", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of renewal", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iuaz01xzs67p0zi02cvw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qjqio0125e0v58tlv7zy0", + "slug": "alp_summer_river_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/summer_river.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qjjiq0123e0v56o0y7b78", + "setCardId": "clm4qjp7j0124e0v5engkfr1k", + "setCard": { + "id": "clm4qjp7j0124e0v5engkfr1k", + "slug": "alp_summer_river", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qjjiq0123e0v56o0y7b78", + "meta": { + "id": "clq3a1w5500u8sh276d3bxc3o", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of renewal", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qjp7j0124e0v5engkfr1k" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qk2mc0127e0v5e6djfcyq", + "slug": "alp_summer_river_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/summer_river-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qjjiq0123e0v56o0y7b78", + "setCardId": "clm4qjp7j0124e0v5engkfr1k", + "setCard": { + "id": "clm4qjp7j0124e0v5engkfr1k", + "slug": "alp_summer_river", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qjjiq0123e0v56o0y7b78", + "meta": { + "id": "clq3a1w5500u8sh276d3bxc3o", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of renewal", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qjp7j0124e0v5engkfr1k" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qjx7j0126e0v50u5438k7", + "slug": "alp_summer_river_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/summer_river-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4qjjiq0123e0v56o0y7b78", + "setCardId": "clm4qjp7j0124e0v5engkfr1k", + "setCard": { + "id": "clm4qjp7j0124e0v5engkfr1k", + "slug": "alp_summer_river", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qjjiq0123e0v56o0y7b78", + "meta": { + "id": "clq3a1w5500u8sh276d3bxc3o", + "type": "Site", + "rarity": "Ordinary", + "typeText": "An Ordinary Site of renewal", + "subType": "River", + "rulesText": "Genesis → Look at your next spell. You may put it on the bottom of your spellbook.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qjp7j0124e0v5engkfr1k" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lyrhq002oe0v58ktjhsna", + "slug": "summoning_sphere", + "name": "Summoning Sphere", + "hotscore": 3369, + "guardian": { + "id": "clq39ykxk005psh276g8t0kts", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura ushers in a dark era", + "subType": "", + "rulesText": "You may summon minions to affected sites.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lyrhq002oe0v58ktjhsna" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g87700d6s67p6i02bo0o", + "slug": "bet_summoning_sphere_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/summoning_sphere.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "The icy earth swung blind and blackening in the moonless air. Morn came and went—and came, and brought no day. — Lord Byron", + "cardId": "clm4lyrhq002oe0v58ktjhsna", + "setCardId": "clot8g85n00d4s67pwwrajqxk", + "setCard": { + "id": "clot8g85n00d4s67pwwrajqxk", + "slug": "bet_summoning_sphere", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lyrhq002oe0v58ktjhsna", + "meta": { + "id": "clq39yl5q005rsh27eptosrkr", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura ushers in a dark era", + "subType": "", + "rulesText": "You may summon minions to affected sites.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g85n00d4s67pwwrajqxk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g88o00d8s67ps0kmju9b", + "slug": "bet_summoning_sphere_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/summoning_sphere-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "The icy earth swung blind and blackening in the moonless air. Morn came and went—and came, and brought no day. — Lord Byron", + "cardId": "clm4lyrhq002oe0v58ktjhsna", + "setCardId": "clot8g85n00d4s67pwwrajqxk", + "setCard": { + "id": "clot8g85n00d4s67pwwrajqxk", + "slug": "bet_summoning_sphere", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lyrhq002oe0v58ktjhsna", + "meta": { + "id": "clq39yl5q005rsh27eptosrkr", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura ushers in a dark era", + "subType": "", + "rulesText": "You may summon minions to affected sites.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g85n00d4s67pwwrajqxk" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lyzjp002qe0v5h4sh4m88", + "slug": "alp_summoning_sphere_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/summoning_sphere.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "\"The icy earth swung blind and blackening in the moonless air. Morn came and went—and came, and brought no day.\" — Lord Byron", + "cardId": "clm4lyrhq002oe0v58ktjhsna", + "setCardId": "clm4lyy48002pe0v5fda31nli", + "setCard": { + "id": "clm4lyy48002pe0v5fda31nli", + "slug": "alp_summoning_sphere", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lyrhq002oe0v58ktjhsna", + "meta": { + "id": "clq39yl01005qsh27ejfjtouk", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura ushers in a dark era", + "subType": "", + "rulesText": "You may summon minions to affected sites.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lyy48002pe0v5fda31nli" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lz8si002re0v5dli8h1pi", + "slug": "alp_summoning_sphere_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/summoning_sphere-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "\"The icy earth swung blind and blackening in the moonless air. Morn came and went—and came, and brought no day.\" — Lord Byron", + "cardId": "clm4lyrhq002oe0v58ktjhsna", + "setCardId": "clm4lyy48002pe0v5fda31nli", + "setCard": { + "id": "clm4lyy48002pe0v5fda31nli", + "slug": "alp_summoning_sphere", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lyrhq002oe0v58ktjhsna", + "meta": { + "id": "clq39yl01005qsh27ejfjtouk", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura ushers in a dark era", + "subType": "", + "rulesText": "You may summon minions to affected sites.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lyy48002pe0v5fda31nli" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pvjwp00wqe0v5747636si", + "slug": "sunken_treasure", + "name": "Sunken Treasure", + "hotscore": 489, + "guardian": { + "id": "clq3a1eh200qpsh27bpk8k866", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "Exceptional Relics lost at sea", + "subType": "Relic", + "rulesText": "If cast, conjure this under an allied water site of an opponent's choice.\r\n\r\nWhen Sunken Treasure is carried to the surface, its controller sacrifices it and draws two cards.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pvjwp00wqe0v5747636si" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8igqs01pvs67p8530wysp", + "slug": "bet_sunken_treasure_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sunken_treasure.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4pvjwp00wqe0v5747636si", + "setCardId": "clot8igp801pts67pwrvj1wum", + "setCard": { + "id": "clot8igp801pts67pwrvj1wum", + "slug": "bet_sunken_treasure", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pvjwp00wqe0v5747636si", + "meta": { + "id": "clq3a1eqr00qrsh27u8g9v18y", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "Exceptional Relics lost at sea", + "subType": "Relic", + "rulesText": "If cast, conjure this under an allied water site of an opponent's choice.\r\n\r\nWhen Sunken Treasure is carried to the surface, its controller sacrifices it and draws two cards.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8igp801pts67pwrvj1wum" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8igsc01pxs67p6xtefds6", + "slug": "bet_sunken_treasure_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/sunken_treasure-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4pvjwp00wqe0v5747636si", + "setCardId": "clot8igp801pts67pwrvj1wum", + "setCard": { + "id": "clot8igp801pts67pwrvj1wum", + "slug": "bet_sunken_treasure", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pvjwp00wqe0v5747636si", + "meta": { + "id": "clq3a1eqr00qrsh27u8g9v18y", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "Exceptional Relics lost at sea", + "subType": "Relic", + "rulesText": "If cast, conjure this under an allied water site of an opponent's choice.\r\n\r\nWhen Sunken Treasure is carried to the surface, its controller sacrifices it and draws two cards.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8igp801pts67pwrvj1wum" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pvqu600wse0v5fxotc5pl", + "slug": "alp_sunken_treasure_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sunken_treasure.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4pvjwp00wqe0v5747636si", + "setCardId": "clm4pvpj400wre0v50d0e0irl", + "setCard": { + "id": "clm4pvpj400wre0v50d0e0irl", + "slug": "alp_sunken_treasure", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pvjwp00wqe0v5747636si", + "meta": { + "id": "clq3a1ejh00qqsh276rqr0hlx", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "Exceptional Relics lost at sea", + "subType": "Relic", + "rulesText": "If cast, conjure this under an allied water site of an opponent's choice.\n\nWhen Sunken Treasure is carried to the surface, its controller sacrifices it and draws two cards.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pvpj400wre0v50d0e0irl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pw2m900wue0v5b3c1ci6k", + "slug": "alp_sunken_treasure_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sunken_treasure-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4pvjwp00wqe0v5747636si", + "setCardId": "clm4pvpj400wre0v50d0e0irl", + "setCard": { + "id": "clm4pvpj400wre0v50d0e0irl", + "slug": "alp_sunken_treasure", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pvjwp00wqe0v5747636si", + "meta": { + "id": "clq3a1ejh00qqsh276rqr0hlx", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "Exceptional Relics lost at sea", + "subType": "Relic", + "rulesText": "If cast, conjure this under an allied water site of an opponent's choice.\n\nWhen Sunken Treasure is carried to the surface, its controller sacrifices it and draws two cards.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pvpj400wre0v50d0e0irl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pvxlb00wte0v5c8r9gi8i", + "slug": "alp_sunken_treasure_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/sunken_treasure-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4pvjwp00wqe0v5747636si", + "setCardId": "clm4pvpj400wre0v50d0e0irl", + "setCard": { + "id": "clm4pvpj400wre0v50d0e0irl", + "slug": "alp_sunken_treasure", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pvjwp00wqe0v5747636si", + "meta": { + "id": "clq3a1ejh00qqsh276rqr0hlx", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "Exceptional Relics lost at sea", + "subType": "Relic", + "rulesText": "If cast, conjure this under an allied water site of an opponent's choice.\n\nWhen Sunken Treasure is carried to the surface, its controller sacrifices it and draws two cards.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pvpj400wre0v50d0e0irl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oo9p800nfe0v58hh1hhfk", + "slug": "swamp_buffalo", + "name": "Swamp Buffalo", + "hotscore": 408, + "guardian": { + "id": "clq3a0jah00k5sh27z3p6o2e1", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of ponderous proportions", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oo9p800nfe0v58hh1hhfk" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hrm501ams67pu4hzo17s", + "slug": "bet_swamp_buffalo_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/swamp_buffalo.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "Impassive, plump, and peaceful, the swamp buffalo is an icon of contentment.", + "cardId": "clm4oo9p800nfe0v58hh1hhfk", + "setCardId": "clot8hrkn01aks67p7aalchfq", + "setCard": { + "id": "clot8hrkn01aks67p7aalchfq", + "slug": "bet_swamp_buffalo", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oo9p800nfe0v58hh1hhfk", + "meta": { + "id": "clq3a0jkh00k7sh27lx7bx608", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of ponderous proportions", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hrkn01aks67p7aalchfq" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hrny01aos67plrye183o", + "slug": "bet_swamp_buffalo_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/swamp_buffalo-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "Impassive, plump, and peaceful, the swamp buffalo is an icon of contentment.", + "cardId": "clm4oo9p800nfe0v58hh1hhfk", + "setCardId": "clot8hrkn01aks67p7aalchfq", + "setCard": { + "id": "clot8hrkn01aks67p7aalchfq", + "slug": "bet_swamp_buffalo", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oo9p800nfe0v58hh1hhfk", + "meta": { + "id": "clq3a0jkh00k7sh27lx7bx608", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of ponderous proportions", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hrkn01aks67p7aalchfq" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oogap00nhe0v56ql351tv", + "slug": "alp_swamp_buffalo_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/swamp_buffalo.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "Impassive, plump, and peaceful, the swamp buffalo is an icon of contentment.", + "cardId": "clm4oo9p800nfe0v58hh1hhfk", + "setCardId": "clm4ooezq00nge0v5ft9ydf8b", + "setCard": { + "id": "clm4ooezq00nge0v5ft9ydf8b", + "slug": "alp_swamp_buffalo", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oo9p800nfe0v58hh1hhfk", + "meta": { + "id": "clq3a0jcz00k6sh27om2emy1h", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of ponderous proportions", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ooezq00nge0v5ft9ydf8b" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oorrr00nje0v52370e3ev", + "slug": "alp_swamp_buffalo_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/swamp_buffalo-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jussi Pylkäs", + "flavorText": "Impassive, plump, and peaceful, the swamp buffalo is an icon of contentment.", + "cardId": "clm4oo9p800nfe0v58hh1hhfk", + "setCardId": "clm4ooezq00nge0v5ft9ydf8b", + "setCard": { + "id": "clm4ooezq00nge0v5ft9ydf8b", + "slug": "alp_swamp_buffalo", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oo9p800nfe0v58hh1hhfk", + "meta": { + "id": "clq3a0jcz00k6sh27om2emy1h", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of ponderous proportions", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ooezq00nge0v5ft9ydf8b" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oomj500nie0v52bhm5l6e", + "slug": "alp_swamp_buffalo_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/swamp_buffalo-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "Impassive, plump, and peaceful, the swamp buffalo is an icon of contentment.", + "cardId": "clm4oo9p800nfe0v58hh1hhfk", + "setCardId": "clm4ooezq00nge0v5ft9ydf8b", + "setCard": { + "id": "clm4ooezq00nge0v5ft9ydf8b", + "slug": "alp_swamp_buffalo", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oo9p800nfe0v58hh1hhfk", + "meta": { + "id": "clq3a0jcz00k6sh27om2emy1h", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary Beast of ponderous proportions", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ooezq00nge0v5ft9ydf8b" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oosw700nke0v5e9445jry", + "slug": "swan_maidens", + "name": "Swan Maidens", + "hotscore": 442, + "guardian": { + "id": "clq3a0jqv00k8sh27ki027pdu", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals of eerie grace", + "subType": "Mortal", + "rulesText": "Airborne, Submerge", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oosw700nke0v5e9445jry" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hryx01ats67pxivwrkpv", + "slug": "bet_swan_maidens_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/swan_maidens.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "Before woman was, the water awaited her.", + "cardId": "clm4oosw700nke0v5e9445jry", + "setCardId": "clot8hrxd01ars67pcawzsqzg", + "setCard": { + "id": "clot8hrxd01ars67pcawzsqzg", + "slug": "bet_swan_maidens", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oosw700nke0v5e9445jry", + "meta": { + "id": "clq3a0k0h00kash27dgovixsz", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals of eerie grace", + "subType": "Mortal", + "rulesText": "Airborne, Submerge", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hrxd01ars67pcawzsqzg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hs0g01avs67pow29in3p", + "slug": "bet_swan_maidens_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/swan_maidens-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "Before woman was, the water awaited her.", + "cardId": "clm4oosw700nke0v5e9445jry", + "setCardId": "clot8hrxd01ars67pcawzsqzg", + "setCard": { + "id": "clot8hrxd01ars67pcawzsqzg", + "slug": "bet_swan_maidens", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oosw700nke0v5e9445jry", + "meta": { + "id": "clq3a0k0h00kash27dgovixsz", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals of eerie grace", + "subType": "Mortal", + "rulesText": "Airborne, Submerge", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hrxd01ars67pcawzsqzg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4op0ew00nme0v5fwglek2m", + "slug": "alp_swan_maidens_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/swan_maidens.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "Before woman was, the water awaited her.", + "cardId": "clm4oosw700nke0v5e9445jry", + "setCardId": "clm4ooz3u00nle0v5e1xi4sxd", + "setCard": { + "id": "clm4ooz3u00nle0v5e1xi4sxd", + "slug": "alp_swan_maidens", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oosw700nke0v5e9445jry", + "meta": { + "id": "clq3a0jt300k9sh27ki0focab", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals of eerie grace", + "subType": "Mortal", + "rulesText": "Airborne, Submerge", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ooz3u00nle0v5e1xi4sxd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4opdne00noe0v57c20fo5b", + "slug": "alp_swan_maidens_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/swan_maidens-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Ossi Hiekkala", + "flavorText": "Before woman was, the water awaited her.", + "cardId": "clm4oosw700nke0v5e9445jry", + "setCardId": "clm4ooz3u00nle0v5e1xi4sxd", + "setCard": { + "id": "clm4ooz3u00nle0v5e1xi4sxd", + "slug": "alp_swan_maidens", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oosw700nke0v5e9445jry", + "meta": { + "id": "clq3a0jt300k9sh27ki0focab", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals of eerie grace", + "subType": "Mortal", + "rulesText": "Airborne, Submerge", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ooz3u00nle0v5e1xi4sxd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4op7tl00nne0v5amdwf94f", + "slug": "alp_swan_maidens_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/swan_maidens-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "Before woman was, the water awaited her.", + "cardId": "clm4oosw700nke0v5e9445jry", + "setCardId": "clm4ooz3u00nle0v5e1xi4sxd", + "setCard": { + "id": "clm4ooz3u00nle0v5e1xi4sxd", + "slug": "alp_swan_maidens", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oosw700nke0v5e9445jry", + "meta": { + "id": "clq3a0jt300k9sh27ki0focab", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Mortals of eerie grace", + "subType": "Mortal", + "rulesText": "Airborne, Submerge", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ooz3u00nle0v5e1xi4sxd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nmxd300fde0v5dk6jhwel", + "slug": "swiven_scout", + "name": "Swiven Scout", + "hotscore": 981, + "guardian": { + "id": "clq39zrrs00eish27jjd10gie", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal keeps her distance", + "subType": "Mortal", + "rulesText": "Movement +1\r\n\r\nEnemy Avatars within Swiven Scout's range of motion play with their hands revealed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nmxd300fde0v5dk6jhwel" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h67400xls67pgb029b7h", + "slug": "bet_swiven_scout_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/swiven_scout.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "\"Know thine enemy and know thyself, and feel not the awe of a hundred battles.\"\r\n— Sun Tzu", + "cardId": "clm4nmxd300fde0v5dk6jhwel", + "setCardId": "clot8h65l00xjs67pnq2vsyex", + "setCard": { + "id": "clot8h65l00xjs67pnq2vsyex", + "slug": "bet_swiven_scout", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nmxd300fde0v5dk6jhwel", + "meta": { + "id": "clq39zrzt00eksh27rz7nz6d5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal keeps her distance", + "subType": "Mortal", + "rulesText": "Movement +1\r\n\r\nEnemy Avatars within Swiven Scout's range of motion play with their hands revealed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h65l00xjs67pnq2vsyex" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h68n00xns67pl385fdg8", + "slug": "bet_swiven_scout_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/swiven_scout-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "\"Know thine enemy and know thyself, and feel not the awe of a hundred battles.\"\r\n— Sun Tzu", + "cardId": "clm4nmxd300fde0v5dk6jhwel", + "setCardId": "clot8h65l00xjs67pnq2vsyex", + "setCard": { + "id": "clot8h65l00xjs67pnq2vsyex", + "slug": "bet_swiven_scout", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nmxd300fde0v5dk6jhwel", + "meta": { + "id": "clq39zrzt00eksh27rz7nz6d5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal keeps her distance", + "subType": "Mortal", + "rulesText": "Movement +1\r\n\r\nEnemy Avatars within Swiven Scout's range of motion play with their hands revealed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h65l00xjs67pnq2vsyex" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nn4wo00ffe0v5f43v6iq8", + "slug": "alp_swiven_scout_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/swiven_scout.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "\"Know thine enemy and know thyself, and feel not the awe of a hundred battles.\"\n— Sun Tzu", + "cardId": "clm4nmxd300fde0v5dk6jhwel", + "setCardId": "clm4nn3l000fee0v5berqfo6j", + "setCard": { + "id": "clm4nn3l000fee0v5berqfo6j", + "slug": "alp_swiven_scout", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nmxd300fde0v5dk6jhwel", + "meta": { + "id": "clq39zru300ejsh27g4w5asv5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal keeps her distance", + "subType": "Mortal", + "rulesText": "Movement +1\n\nEnemy Avatars within Swiven Scout's range of motion play with their hands revealed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nn3l000fee0v5berqfo6j" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nnbh200fge0v57cgs0bsd", + "slug": "alp_swiven_scout_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/swiven_scout-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "\"Know thine enemy and know thyself, and feel not the awe of a hundred battles.\"\n— Sun Tzu", + "cardId": "clm4nmxd300fde0v5dk6jhwel", + "setCardId": "clm4nn3l000fee0v5berqfo6j", + "setCard": { + "id": "clm4nn3l000fee0v5berqfo6j", + "slug": "alp_swiven_scout", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nmxd300fde0v5dk6jhwel", + "meta": { + "id": "clq39zru300ejsh27g4w5asv5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal keeps her distance", + "subType": "Mortal", + "rulesText": "Movement +1\n\nEnemy Avatars within Swiven Scout's range of motion play with their hands revealed.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4nn3l000fee0v5berqfo6j" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qk3xd0128e0v52rb31hz1", + "slug": "tadpole_pool", + "name": "Tadpole Pool", + "hotscore": 3338, + "guardian": { + "id": "clq3a1wiy00uash27zrsjsoab", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site and nursery for nuisance", + "subType": "", + "rulesText": "(W)(W)(W) — Genesis → Summon three submerged Frog tokens here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qk3xd0128e0v52rb31hz1" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8iuos01y8s67p02eyn7b7", + "slug": "bet_tadpole_pool_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/tadpole_pool.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4qk3xd0128e0v52rb31hz1", + "setCardId": "clot8iun701y6s67p98qrs1l8", + "setCard": { + "id": "clot8iun701y6s67p98qrs1l8", + "slug": "bet_tadpole_pool", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qk3xd0128e0v52rb31hz1", + "meta": { + "id": "clq3a1wsm00ucsh276wds3629", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site and nursery for nuisance", + "subType": "", + "rulesText": "(W)(W)(W) — Genesis → Summon three submerged Frog tokens here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iun701y6s67p98qrs1l8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iuqb01yas67ps67kolpu", + "slug": "bet_tadpole_pool_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/tadpole_pool-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4qk3xd0128e0v52rb31hz1", + "setCardId": "clot8iun701y6s67p98qrs1l8", + "setCard": { + "id": "clot8iun701y6s67p98qrs1l8", + "slug": "bet_tadpole_pool", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qk3xd0128e0v52rb31hz1", + "meta": { + "id": "clq3a1wsm00ucsh276wds3629", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site and nursery for nuisance", + "subType": "", + "rulesText": "(W)(W)(W) — Genesis → Summon three submerged Frog tokens here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iun701y6s67p98qrs1l8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qkbau012ae0v590wo1pb2", + "slug": "alp_tadpole_pool_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tadpole_pool.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4qk3xd0128e0v52rb31hz1", + "setCardId": "clm4qk9zt0129e0v51oy892og", + "setCard": { + "id": "clm4qk9zt0129e0v51oy892og", + "slug": "alp_tadpole_pool", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qk3xd0128e0v52rb31hz1", + "meta": { + "id": "clq3a1wlb00ubsh27tgsiwv3h", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site and nursery for nuisance", + "subType": "", + "rulesText": "(W)(W)(W) — Genesis → Summon three submerged Frog tokens here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qk9zt0129e0v51oy892og" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qko1r012ce0v50t8v5hap", + "slug": "alp_tadpole_pool_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tadpole_pool-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4qk3xd0128e0v52rb31hz1", + "setCardId": "clm4qk9zt0129e0v51oy892og", + "setCard": { + "id": "clm4qk9zt0129e0v51oy892og", + "slug": "alp_tadpole_pool", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qk3xd0128e0v52rb31hz1", + "meta": { + "id": "clq3a1wlb00ubsh27tgsiwv3h", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site and nursery for nuisance", + "subType": "", + "rulesText": "(W)(W)(W) — Genesis → Summon three submerged Frog tokens here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qk9zt0129e0v51oy892og" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qki99012be0v53jb1g2mq", + "slug": "alp_tadpole_pool_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tadpole_pool-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4qk3xd0128e0v52rb31hz1", + "setCardId": "clm4qk9zt0129e0v51oy892og", + "setCard": { + "id": "clm4qk9zt0129e0v51oy892og", + "slug": "alp_tadpole_pool", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qk3xd0128e0v52rb31hz1", + "meta": { + "id": "clq3a1wlb00ubsh27tgsiwv3h", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site and nursery for nuisance", + "subType": "", + "rulesText": "(W)(W)(W) — Genesis → Summon three submerged Frog tokens here.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qk9zt0129e0v51oy892og" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4luc3y001ve0v578d31qww", + "slug": "telekinesis", + "name": "Telekinesis", + "hotscore": 431, + "guardian": { + "id": "clq39yi6z0054sh27g3y0k9my", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of psychic swiping", + "subType": "", + "rulesText": "Caster snatches and picks up target nearby artifact they can carry.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4luc3y001ve0v578d31qww" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g60b00bts67plur0jnib", + "slug": "bet_telekinesis_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/telekinesis.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "“If it’s in my hand, it’s mine.” — Toddler’s first rule.", + "cardId": "clm4luc3y001ve0v578d31qww", + "setCardId": "clot8g5yr00brs67ps7vx1k41", + "setCard": { + "id": "clot8g5yr00brs67ps7vx1k41", + "slug": "bet_telekinesis", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4luc3y001ve0v578d31qww", + "meta": { + "id": "clq39yif10056sh27l6xb3gag", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of psychic swiping", + "subType": "", + "rulesText": "Caster snatches and picks up target nearby artifact they can carry.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g5yr00brs67ps7vx1k41" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g61w00bvs67p41zcd6jm", + "slug": "bet_telekinesis_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/telekinesis-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "“If it’s in my hand, it’s mine.” — Toddler’s first rule.", + "cardId": "clm4luc3y001ve0v578d31qww", + "setCardId": "clot8g5yr00brs67ps7vx1k41", + "setCard": { + "id": "clot8g5yr00brs67ps7vx1k41", + "slug": "bet_telekinesis", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4luc3y001ve0v578d31qww", + "meta": { + "id": "clq39yif10056sh27l6xb3gag", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of psychic swiping", + "subType": "", + "rulesText": "Caster snatches and picks up target nearby artifact they can carry.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g5yr00brs67ps7vx1k41" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lujow001xe0v57zb06s93", + "slug": "alp_telekinesis_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/telekinesis.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "“If it’s in my hand, it’s mine.” — Toddler’s first rule.", + "cardId": "clm4luc3y001ve0v578d31qww", + "setCardId": "clm4luibm001we0v53n89chwp", + "setCard": { + "id": "clm4luibm001we0v53n89chwp", + "slug": "alp_telekinesis", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4luc3y001ve0v578d31qww", + "meta": { + "id": "clq39yi9c0055sh27z00y09rn", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of psychic swiping", + "subType": "", + "rulesText": "Caster snatches and picks up target nearby artifact they can carry.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4luibm001we0v53n89chwp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lur4h001ye0v5gvcl3x80", + "slug": "alp_telekinesis_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/telekinesis-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "“If it’s in my hand, it’s mine.” — Toddler’s first rule.", + "cardId": "clm4luc3y001ve0v578d31qww", + "setCardId": "clm4luibm001we0v53n89chwp", + "setCard": { + "id": "clm4luibm001we0v53n89chwp", + "slug": "alp_telekinesis", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4luc3y001ve0v578d31qww", + "meta": { + "id": "clq39yi9c0055sh27z00y09rn", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of psychic swiping", + "subType": "", + "rulesText": "Caster snatches and picks up target nearby artifact they can carry.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4luibm001we0v53n89chwp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lux8f001ze0v5768j0gpm", + "slug": "teleport", + "name": "Teleport", + "hotscore": 2202, + "guardian": { + "id": "clq39yiky0057sh27sx3sf4og", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of abrupt relocation", + "subType": "", + "rulesText": "Teleport an ally to the surface of target site.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4lux8f001ze0v5768j0gpm" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g6c100c0s67p4lymuya4", + "slug": "bet_teleport_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/teleport.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "“There was no real sense of time passing, and in the last act it felt like everyone was just teleporting everywhere.“\r\n— Highland Theater Critic", + "cardId": "clm4lux8f001ze0v5768j0gpm", + "setCardId": "clot8g6aj00bys67pj999d6df", + "setCard": { + "id": "clot8g6aj00bys67pj999d6df", + "slug": "bet_teleport", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lux8f001ze0v5768j0gpm", + "meta": { + "id": "clq39yisz0059sh27svza0ays", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of abrupt relocation", + "subType": "", + "rulesText": "Teleport an ally to the surface of target site.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g6aj00bys67pj999d6df" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g6dk00c2s67ps30pyef1", + "slug": "bet_teleport_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/teleport-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "“There was no real sense of time passing, and in the last act it felt like everyone was just teleporting everywhere.“\r\n— Highland Theater Critic", + "cardId": "clm4lux8f001ze0v5768j0gpm", + "setCardId": "clot8g6aj00bys67pj999d6df", + "setCard": { + "id": "clot8g6aj00bys67pj999d6df", + "slug": "bet_teleport", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lux8f001ze0v5768j0gpm", + "meta": { + "id": "clq39yisz0059sh27svza0ays", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of abrupt relocation", + "subType": "", + "rulesText": "Teleport an ally to the surface of target site.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g6aj00bys67pj999d6df" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lv62c0021e0v56ji629bx", + "slug": "alp_teleport_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/teleport.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "“There was no real sense of time passing, and in the last act it felt like everyone was just teleporting everywhere.“\n— Highland Theater Critic", + "cardId": "clm4lux8f001ze0v5768j0gpm", + "setCardId": "clm4lv40d0020e0v597uohzn2", + "setCard": { + "id": "clm4lv40d0020e0v597uohzn2", + "slug": "alp_teleport", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lux8f001ze0v5768j0gpm", + "meta": { + "id": "clq39yinb0058sh27tzfaup3b", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of abrupt relocation", + "subType": "", + "rulesText": "Teleport an ally to the surface of target site.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4lv40d0020e0v597uohzn2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lvecn0022e0v5hjd44cbe", + "slug": "alp_teleport_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/teleport-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "“There was no real sense of time passing, and in the last act it felt like everyone was just teleporting everywhere.“\n— Highland Theater Critic", + "cardId": "clm4lux8f001ze0v5768j0gpm", + "setCardId": "clm4lv40d0020e0v597uohzn2", + "setCard": { + "id": "clm4lv40d0020e0v597uohzn2", + "slug": "alp_teleport", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lux8f001ze0v5768j0gpm", + "meta": { + "id": "clq39yinb0058sh27tzfaup3b", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of abrupt relocation", + "subType": "", + "rulesText": "Teleport an ally to the surface of target site.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4lv40d0020e0v597uohzn2" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qomvd0136e0v5e5uofngd", + "slug": "the_colour_out_of_space", + "name": "The Colour Out of Space", + "hotscore": 6311, + "guardian": { + "id": "clq3a1zpv00uysh27j7422inz", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "cardId": "clm4qomvd0136e0v5e5uofngd" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + }, + { + "id": "fire", + "name": "Fire" + }, + { + "id": "water", + "name": "Water" + }, + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ixd501zss67pecb69wf9", + "slug": "bet_the_colour_out_of_space_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/the_colour_out_of_space.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "setCardId": "clot8ixbm01zqs67panpti0t4", + "setCard": { + "id": "clot8ixbm01zqs67panpti0t4", + "slug": "bet_the_colour_out_of_space", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "meta": { + "id": "clq3a1zxx00v0sh27spe9xk72", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8ixbm01zqs67panpti0t4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ixep01zus67peuwog4v3", + "slug": "bet_the_colour_out_of_space_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/the_colour_out_of_space-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "setCardId": "clot8ixbm01zqs67panpti0t4", + "setCard": { + "id": "clot8ixbm01zqs67panpti0t4", + "slug": "bet_the_colour_out_of_space", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "meta": { + "id": "clq3a1zxx00v0sh27spe9xk72", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clot8ixbm01zqs67panpti0t4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qousk0138e0v5g00m6q5s", + "slug": "alp_the_colour_out_of_space_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/the_colour_out_of_space.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "setCardId": "clm4qothd0137e0v58zymczgz", + "setCard": { + "id": "clm4qothd0137e0v58zymczgz", + "slug": "alp_the_colour_out_of_space", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "meta": { + "id": "clq3a1zs600uzsh27wmtcx8if", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qothd0137e0v58zymczgz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qp2nv0139e0v54z9w2pec", + "slug": "alp_the_colour_out_of_space_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/the_colour_out_of_space-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "setCardId": "clm4qothd0137e0v58zymczgz", + "setCard": { + "id": "clm4qothd0137e0v58zymczgz", + "slug": "alp_the_colour_out_of_space", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qomvd0136e0v5e5uofngd", + "meta": { + "id": "clq3a1zs600uzsh27wmtcx8if", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique non-Euclidean Site", + "subType": "", + "rulesText": "Provides no mana or threshold if not adjacent to the void.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 1, + "fireThreshold": 1, + "airThreshold": 1, + "setCardId": "clm4qothd0137e0v58zymczgz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4r0a5e015le0v58juq7fkm", + "slug": "the_geistwood", + "name": "The Geistwood", + "hotscore": 3587, + "guardian": { + "id": "clq3a281100wpsh27y5ywks1h", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of denied absolution", + "subType": "", + "rulesText": "Genesis abilities here are also Deathrite abilities.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4r0a5e015le0v58juq7fkm" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j41i023vs67psghi79kd", + "slug": "bet_the_geistwood_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/the_geistwood.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4r0a5e015le0v58juq7fkm", + "setCardId": "clot8j3zx023ts67pdp9ikv1c", + "setCard": { + "id": "clot8j3zx023ts67pdp9ikv1c", + "slug": "bet_the_geistwood", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r0a5e015le0v58juq7fkm", + "meta": { + "id": "clq3a289j00wrsh27hm3wwarf", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of denied absolution", + "subType": "", + "rulesText": "Genesis abilities here are also Deathrite abilities.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j3zx023ts67pdp9ikv1c" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j432023xs67psnxs7fhv", + "slug": "bet_the_geistwood_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/the_geistwood-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4r0a5e015le0v58juq7fkm", + "setCardId": "clot8j3zx023ts67pdp9ikv1c", + "setCard": { + "id": "clot8j3zx023ts67pdp9ikv1c", + "slug": "bet_the_geistwood", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r0a5e015le0v58juq7fkm", + "meta": { + "id": "clq3a289j00wrsh27hm3wwarf", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of denied absolution", + "subType": "", + "rulesText": "Genesis abilities here are also Deathrite abilities.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j3zx023ts67pdp9ikv1c" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4r0hz8015ne0v50ckl05yj", + "slug": "alp_the_geistwood_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/the_geistwood.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4r0a5e015le0v58juq7fkm", + "setCardId": "clm4r0ghp015me0v5bjq8651x", + "setCard": { + "id": "clm4r0ghp015me0v5bjq8651x", + "slug": "alp_the_geistwood", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r0a5e015le0v58juq7fkm", + "meta": { + "id": "clq3a283e00wqsh27dfdg2hwz", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of denied absolution", + "subType": "", + "rulesText": "Genesis abilities here are also Deathrite abilities.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r0ghp015me0v5bjq8651x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4r0pne015oe0v5b9rjfm65", + "slug": "alp_the_geistwood_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/the_geistwood-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4r0a5e015le0v58juq7fkm", + "setCardId": "clm4r0ghp015me0v5bjq8651x", + "setCard": { + "id": "clm4r0ghp015me0v5bjq8651x", + "slug": "alp_the_geistwood", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r0a5e015le0v58juq7fkm", + "meta": { + "id": "clq3a283e00wqsh27dfdg2hwz", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of denied absolution", + "subType": "", + "rulesText": "Genesis abilities here are also Deathrite abilities.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r0ghp015me0v5bjq8651x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pw3ql00wve0v50wqc9dd9", + "slug": "the_immortal_throne", + "name": "The Immortal Throne", + "hotscore": 1396, + "guardian": { + "id": "clq3a1ewe00qssh27keblstw5", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to life everlasting", + "subType": "Monument", + "rulesText": "Whenever anyone plays a card with cost equal to the number of level counters on The Immortal Throne, they draw a card and add a level counter.\r\n\r\nAt level 8 or more, an Avatar here alone wins the game.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pw3ql00wve0v50wqc9dd9" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ih1u01q2s67pdhifyljj", + "slug": "bet_the_immortal_throne_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/the_immortal_throne.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pw3ql00wve0v50wqc9dd9", + "setCardId": "clot8ih0a01q0s67p07rz1ow3", + "setCard": { + "id": "clot8ih0a01q0s67p07rz1ow3", + "slug": "bet_the_immortal_throne", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pw3ql00wve0v50wqc9dd9", + "meta": { + "id": "clq3a1f4i00qush27amvii3hh", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to life everlasting", + "subType": "Monument", + "rulesText": "Whenever anyone plays a card with cost equal to the number of level counters on The Immortal Throne, they draw a card and add a level counter.\r\n\r\nAt level 8 or more, an Avatar here alone wins the game.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ih0a01q0s67p07rz1ow3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ih3f01q4s67pktqhkm7g", + "slug": "bet_the_immortal_throne_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/the_immortal_throne-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pw3ql00wve0v50wqc9dd9", + "setCardId": "clot8ih0a01q0s67p07rz1ow3", + "setCard": { + "id": "clot8ih0a01q0s67p07rz1ow3", + "slug": "bet_the_immortal_throne", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pw3ql00wve0v50wqc9dd9", + "meta": { + "id": "clq3a1f4i00qush27amvii3hh", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to life everlasting", + "subType": "Monument", + "rulesText": "Whenever anyone plays a card with cost equal to the number of level counters on The Immortal Throne, they draw a card and add a level counter.\r\n\r\nAt level 8 or more, an Avatar here alone wins the game.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ih0a01q0s67p07rz1ow3" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pwamy00wxe0v5c0d66vmw", + "slug": "alp_the_immortal_throne_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/the_immortal_throne.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pw3ql00wve0v50wqc9dd9", + "setCardId": "clm4pw9c500wwe0v51tvoc6v8", + "setCard": { + "id": "clm4pw9c500wwe0v51tvoc6v8", + "slug": "alp_the_immortal_throne", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pw3ql00wve0v50wqc9dd9", + "meta": { + "id": "clq3a1eyo00qtsh27uhzgw2i0", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to life everlasting", + "subType": "Monument", + "rulesText": "Whenever anyone plays a card with cost equal to the number of level counters on The Immortal Throne, they draw a card and add a level counter.\n\nAt level 8 or more, an Avatar here alone wins the game.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pw9c500wwe0v51tvoc6v8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pwhxm00wye0v5f6kbhqvd", + "slug": "alp_the_immortal_throne_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/the_immortal_throne-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pw3ql00wve0v50wqc9dd9", + "setCardId": "clm4pw9c500wwe0v51tvoc6v8", + "setCard": { + "id": "clm4pw9c500wwe0v51tvoc6v8", + "slug": "alp_the_immortal_throne", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pw3ql00wve0v50wqc9dd9", + "meta": { + "id": "clq3a1eyo00qtsh27uhzgw2i0", + "type": "Artifact", + "rarity": "Unique", + "typeText": "A Unique Monument to life everlasting", + "subType": "Monument", + "rulesText": "Whenever anyone plays a card with cost equal to the number of level counters on The Immortal Throne, they draw a card and add a level counter.\n\nAt level 8 or more, an Avatar here alone wins the game.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pw9c500wwe0v51tvoc6v8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lzfa6002se0v53enh040n", + "slug": "thunderstorm", + "name": "Thunderstorm", + "hotscore": 4670, + "guardian": { + "id": "clq39ylbe005ssh27rummicqw", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of tempestuous fury", + "subType": "", + "rulesText": "At the end of your turn, deal 3 damage to a random unit atop affected sites, then you may move Thunderstorm one step.\r\n\r\nLasts 3 of your turns.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4lzfa6002se0v53enh040n" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g8jp00dds67pdrfwrog9", + "slug": "bet_thunderstorm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/thunderstorm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4lzfa6002se0v53enh040n", + "setCardId": "clot8g8hj00dbs67pjqjrmcc2", + "setCard": { + "id": "clot8g8hj00dbs67pjqjrmcc2", + "slug": "bet_thunderstorm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lzfa6002se0v53enh040n", + "meta": { + "id": "clq39yllg005ush272cgvr7kq", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of tempestuous fury", + "subType": "", + "rulesText": "At the end of your turn, deal 3 damage to a random unit atop affected sites, then you may move Thunderstorm one step.\r\n\r\nLasts 3 of your turns.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g8hj00dbs67pjqjrmcc2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g8lq00dfs67pwds0v7rv", + "slug": "bet_thunderstorm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/thunderstorm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4lzfa6002se0v53enh040n", + "setCardId": "clot8g8hj00dbs67pjqjrmcc2", + "setCard": { + "id": "clot8g8hj00dbs67pjqjrmcc2", + "slug": "bet_thunderstorm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lzfa6002se0v53enh040n", + "meta": { + "id": "clq39yllg005ush272cgvr7kq", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of tempestuous fury", + "subType": "", + "rulesText": "At the end of your turn, deal 3 damage to a random unit atop affected sites, then you may move Thunderstorm one step.\r\n\r\nLasts 3 of your turns.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g8hj00dbs67pjqjrmcc2" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lznb5002ue0v53za48jev", + "slug": "alp_thunderstorm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/thunderstorm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4lzfa6002se0v53enh040n", + "setCardId": "clm4lzlxo002te0v52r71giu8", + "setCard": { + "id": "clm4lzlxo002te0v52r71giu8", + "slug": "alp_thunderstorm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lzfa6002se0v53enh040n", + "meta": { + "id": "clq39yldt005tsh27n0cpi55q", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of tempestuous fury", + "subType": "", + "rulesText": "At the end of your turn, deal 3 damage to a random unit atop affected sites, then you may move Thunderstorm one step. After it deals damage three times, dispel it.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4lzlxo002te0v52r71giu8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m049o002we0v52kzc87r2", + "slug": "alp_thunderstorm_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/thunderstorm-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4lzfa6002se0v53enh040n", + "setCardId": "clm4lzlxo002te0v52r71giu8", + "setCard": { + "id": "clm4lzlxo002te0v52r71giu8", + "slug": "alp_thunderstorm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lzfa6002se0v53enh040n", + "meta": { + "id": "clq39yldt005tsh27n0cpi55q", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of tempestuous fury", + "subType": "", + "rulesText": "At the end of your turn, deal 3 damage to a random unit atop affected sites, then you may move Thunderstorm one step. After it deals damage three times, dispel it.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4lzlxo002te0v52r71giu8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lzx7b002ve0v5dw1z62fq", + "slug": "alp_thunderstorm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/thunderstorm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "", + "cardId": "clm4lzfa6002se0v53enh040n", + "setCardId": "clm4lzlxo002te0v52r71giu8", + "setCard": { + "id": "clm4lzlxo002te0v52r71giu8", + "slug": "alp_thunderstorm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lzfa6002se0v53enh040n", + "meta": { + "id": "clq39yldt005tsh27n0cpi55q", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of tempestuous fury", + "subType": "", + "rulesText": "At the end of your turn, deal 3 damage to a random unit atop affected sites, then you may move Thunderstorm one step. After it deals damage three times, dispel it.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4lzlxo002te0v52r71giu8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4opez900npe0v5dwvngnp9", + "slug": "tide_naiads", + "name": "Tide Naiads", + "hotscore": 971, + "guardian": { + "id": "clq3a0k7k00kbsh274ayghaek", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Spirits crash into shore", + "subType": "Spirit", + "rulesText": "Submerge\r\n\r\nThis site is flooded. It is a water site.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4opez900npe0v5dwvngnp9" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hsb501b0s67p3jq7pdh7", + "slug": "bet_tide_naiads_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/tide_naiads.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4opez900npe0v5dwvngnp9", + "setCardId": "clot8hs9m01ays67pmt814250", + "setCard": { + "id": "clot8hs9m01ays67pmt814250", + "slug": "bet_tide_naiads", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4opez900npe0v5dwvngnp9", + "meta": { + "id": "clq3a0kh500kdsh27txp1ha6l", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Spirits crash into shore", + "subType": "Spirit", + "rulesText": "Submerge\r\n\r\nThis site is flooded. It is a water site.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hs9m01ays67pmt814250" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hsco01b2s67pa6v9zrco", + "slug": "bet_tide_naiads_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/tide_naiads-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4opez900npe0v5dwvngnp9", + "setCardId": "clot8hs9m01ays67pmt814250", + "setCard": { + "id": "clot8hs9m01ays67pmt814250", + "slug": "bet_tide_naiads", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4opez900npe0v5dwvngnp9", + "meta": { + "id": "clq3a0kh500kdsh27txp1ha6l", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Spirits crash into shore", + "subType": "Spirit", + "rulesText": "Submerge\r\n\r\nThis site is flooded. It is a water site.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hs9m01ays67pmt814250" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4opmaw00nre0v5fmfzdd1v", + "slug": "alp_tide_naiads_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tide_naiads.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4opez900npe0v5dwvngnp9", + "setCardId": "clm4opkzh00nqe0v579b7775t", + "setCard": { + "id": "clm4opkzh00nqe0v579b7775t", + "slug": "alp_tide_naiads", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4opez900npe0v5dwvngnp9", + "meta": { + "id": "clq3a0k9u00kcsh27v93p4ql9", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Spirits crash into shore", + "subType": "Spirit", + "rulesText": "Submerge\n\nThis site is flooded. It is a water site.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4opkzh00nqe0v579b7775t" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4opz3500nte0v581n3h38d", + "slug": "alp_tide_naiads_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tide_naiads-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4opez900npe0v5dwvngnp9", + "setCardId": "clm4opkzh00nqe0v579b7775t", + "setCard": { + "id": "clm4opkzh00nqe0v579b7775t", + "slug": "alp_tide_naiads", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4opez900npe0v5dwvngnp9", + "meta": { + "id": "clq3a0k9u00kcsh27v93p4ql9", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Spirits crash into shore", + "subType": "Spirit", + "rulesText": "Submerge\n\nThis site is flooded. It is a water site.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4opkzh00nqe0v579b7775t" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4opt9f00nse0v5dztl02y7", + "slug": "alp_tide_naiads_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tide_naiads-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4opez900npe0v5dwvngnp9", + "setCardId": "clm4opkzh00nqe0v579b7775t", + "setCard": { + "id": "clm4opkzh00nqe0v579b7775t", + "slug": "alp_tide_naiads", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4opez900npe0v5dwvngnp9", + "meta": { + "id": "clq3a0k9u00kcsh27v93p4ql9", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Spirits crash into shore", + "subType": "Spirit", + "rulesText": "Submerge\n\nThis site is flooded. It is a water site.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4opkzh00nqe0v579b7775t" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pwn5u00wze0v5avc26921", + "slug": "torshammar_trinket", + "name": "Torshammar Trinket", + "hotscore": 3999, + "guardian": { + "id": "clq3a1fa700qvsh27jhmpq5xf", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of recurring force", + "subType": "Relic", + "rulesText": "Bearer has +1 power.\r\n \r\nAt the end of your turn, return this to its owner’s hand.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pwn5u00wze0v5avc26921" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ihe701q9s67prkqstpor", + "slug": "bet_torshammar_trinket_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/torshammar_trinket.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pwn5u00wze0v5avc26921", + "setCardId": "clot8ihcj01q7s67psbaajw4k", + "setCard": { + "id": "clot8ihcj01q7s67psbaajw4k", + "slug": "bet_torshammar_trinket", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pwn5u00wze0v5avc26921", + "meta": { + "id": "clq3a1fi700qxsh27jddgvrsg", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of recurring force", + "subType": "Relic", + "rulesText": "Bearer has +1 power.\r\n \r\nAt the end of your turn, return this to its owner’s hand.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ihcj01q7s67psbaajw4k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ihfr01qbs67p2olf2dei", + "slug": "bet_torshammar_trinket_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/torshammar_trinket-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pwn5u00wze0v5avc26921", + "setCardId": "clot8ihcj01q7s67psbaajw4k", + "setCard": { + "id": "clot8ihcj01q7s67psbaajw4k", + "slug": "bet_torshammar_trinket", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pwn5u00wze0v5avc26921", + "meta": { + "id": "clq3a1fi700qxsh27jddgvrsg", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of recurring force", + "subType": "Relic", + "rulesText": "Bearer has +1 power.\r\n \r\nAt the end of your turn, return this to its owner’s hand.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ihcj01q7s67psbaajw4k" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pwtz100x1e0v5giize5aq", + "slug": "alp_torshammar_trinket_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/torshammar_trinket.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pwn5u00wze0v5avc26921", + "setCardId": "clm4pwsnj00x0e0v5cgh3fz5g", + "setCard": { + "id": "clm4pwsnj00x0e0v5cgh3fz5g", + "slug": "alp_torshammar_trinket", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pwn5u00wze0v5avc26921", + "meta": { + "id": "clq3a1fck00qwsh27hberd7mi", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of recurring force", + "subType": "Relic", + "rulesText": "Bearer has +1 power.\n\nAt the end of your turn, return this to its owner’s hand.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pwsnj00x0e0v5cgh3fz5g" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4px0rs00x2e0v5blp5gmw7", + "slug": "alp_torshammar_trinket_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/torshammar_trinket-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "", + "cardId": "clm4pwn5u00wze0v5avc26921", + "setCardId": "clm4pwsnj00x0e0v5cgh3fz5g", + "setCard": { + "id": "clm4pwsnj00x0e0v5cgh3fz5g", + "slug": "alp_torshammar_trinket", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pwn5u00wze0v5avc26921", + "meta": { + "id": "clq3a1fck00qwsh27hberd7mi", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Relic of recurring force", + "subType": "Relic", + "rulesText": "Bearer has +1 power.\n\nAt the end of your turn, return this to its owner’s hand.", + "cost": 1, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pwsnj00x0e0v5cgh3fz5g" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4moeu3007ve0v5552k2yfb", + "slug": "tragedy_worrywart", + "name": "Tragedy Worrywart", + "hotscore": 1002, + "guardian": { + "id": "clq39z2ix009csh27qc4yjgxy", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal prepares for the worst", + "subType": "Mortal", + "rulesText": "Units nearby take no damage from Magic spells.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4moeu3007ve0v5552k2yfb" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gm6500ljs67prjn98d0k", + "slug": "bet_tragedy_worrywart_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/tragedy_worrywart.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "He frets incessantly to preserve the life he's not living.", + "cardId": "clm4moeu3007ve0v5552k2yfb", + "setCardId": "clot8gm4c00lhs67pd707qinw", + "setCard": { + "id": "clot8gm4c00lhs67pd707qinw", + "slug": "bet_tragedy_worrywart", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4moeu3007ve0v5552k2yfb", + "meta": { + "id": "clq39z2r6009esh27d0mtvog9", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal prepares for the worst", + "subType": "Mortal", + "rulesText": "Units nearby take no damage from Magic spells.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gm4c00lhs67pd707qinw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gm7o00lls67pm6jl99o4", + "slug": "bet_tragedy_worrywart_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/tragedy_worrywart-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "He frets incessantly to preserve the life he's not living.", + "cardId": "clm4moeu3007ve0v5552k2yfb", + "setCardId": "clot8gm4c00lhs67pd707qinw", + "setCard": { + "id": "clot8gm4c00lhs67pd707qinw", + "slug": "bet_tragedy_worrywart", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4moeu3007ve0v5552k2yfb", + "meta": { + "id": "clq39z2r6009esh27d0mtvog9", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal prepares for the worst", + "subType": "Mortal", + "rulesText": "Units nearby take no damage from Magic spells.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gm4c00lhs67pd707qinw" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4molnw007xe0v52b3t953o", + "slug": "alp_tragedy_worrywart_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tragedy_worrywart.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Better safe than sorry.", + "cardId": "clm4moeu3007ve0v5552k2yfb", + "setCardId": "clm4mokcu007we0v53si10ntb", + "setCard": { + "id": "clm4mokcu007we0v53si10ntb", + "slug": "alp_tragedy_worrywart", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4moeu3007ve0v5552k2yfb", + "meta": { + "id": "clq39z2l8009dsh27io83zlj0", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal prepares for the worst", + "subType": "Mortal", + "rulesText": "Units nearby take no damage from Magic spells.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mokcu007we0v53si10ntb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mosgt007ye0v5aw8eg2xi", + "slug": "alp_tragedy_worrywart_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tragedy_worrywart-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "Better safe than sorry.", + "cardId": "clm4moeu3007ve0v5552k2yfb", + "setCardId": "clm4mokcu007we0v53si10ntb", + "setCard": { + "id": "clm4mokcu007we0v53si10ntb", + "slug": "alp_tragedy_worrywart", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4moeu3007ve0v5552k2yfb", + "meta": { + "id": "clq39z2l8009dsh27io83zlj0", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal prepares for the worst", + "subType": "Mortal", + "rulesText": "Units nearby take no damage from Magic spells.", + "cost": 3, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mokcu007we0v53si10ntb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oq07m00nue0v58iyqe2ic", + "slug": "tringh_constrictor", + "name": "Tringh Constrictor", + "hotscore": 408, + "guardian": { + "id": "clq3a0kmz00kesh27dt5d5uu6", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a crushing embrace", + "subType": "Beast", + "rulesText": "Tap → Tringh Constrictor may take a step, then it constricts target minion here and carries it disabled. The next time Tringh Constrictor would untap, it instead kills that minion if it's still constricted.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oq07m00nue0v58iyqe2ic" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hsmi01b7s67pp73j2r13", + "slug": "bet_tringh_constrictor_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/tringh_constrictor.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4oq07m00nue0v58iyqe2ic", + "setCardId": "clot8hskz01b5s67phhhqoqii", + "setCard": { + "id": "clot8hskz01b5s67phhhqoqii", + "slug": "bet_tringh_constrictor", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oq07m00nue0v58iyqe2ic", + "meta": { + "id": "clq3a0kvt00kgsh27dk74nqou", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a crushing embrace", + "subType": "Beast", + "rulesText": "Tap → Tringh Constrictor may take a step, then it constricts target minion here and carries it disabled. The next time Tringh Constrictor would untap, it instead kills that minion if it's still constricted.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hskz01b5s67phhhqoqii" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hso001b9s67pplbqq03c", + "slug": "bet_tringh_constrictor_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/tringh_constrictor-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4oq07m00nue0v58iyqe2ic", + "setCardId": "clot8hskz01b5s67phhhqoqii", + "setCard": { + "id": "clot8hskz01b5s67phhhqoqii", + "slug": "bet_tringh_constrictor", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oq07m00nue0v58iyqe2ic", + "meta": { + "id": "clq3a0kvt00kgsh27dk74nqou", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a crushing embrace", + "subType": "Beast", + "rulesText": "Tap → Tringh Constrictor may take a step, then it constricts target minion here and carries it disabled. The next time Tringh Constrictor would untap, it instead kills that minion if it's still constricted.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hskz01b5s67phhhqoqii" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oq6yc00nwe0v5eb0k486j", + "slug": "alp_tringh_constrictor_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tringh_constrictor.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4oq07m00nue0v58iyqe2ic", + "setCardId": "clm4oq5na00nve0v54zmx0ihv", + "setCard": { + "id": "clm4oq5na00nve0v54zmx0ihv", + "slug": "alp_tringh_constrictor", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oq07m00nue0v58iyqe2ic", + "meta": { + "id": "clq3a0kps00kfsh273rcjdmz6", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a crushing embrace", + "subType": "Beast", + "rulesText": "Tap → Tringh Constrictor may take a step, then it constricts and disables target minion at its location. At the start of your next turn, if the minion remains constricted, it dies. Tringh Constrictor doesn't untap during your next untap step.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oq5na00nve0v54zmx0ihv" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oqd9y00nxe0v51syteo2o", + "slug": "alp_tringh_constrictor_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tringh_constrictor-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4oq07m00nue0v58iyqe2ic", + "setCardId": "clm4oq5na00nve0v54zmx0ihv", + "setCard": { + "id": "clm4oq5na00nve0v54zmx0ihv", + "slug": "alp_tringh_constrictor", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oq07m00nue0v58iyqe2ic", + "meta": { + "id": "clq3a0kps00kfsh273rcjdmz6", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast with a crushing embrace", + "subType": "Beast", + "rulesText": "Tap → Tringh Constrictor may take a step, then it constricts and disables target minion at its location. At the start of your next turn, if the minion remains constricted, it dies. Tringh Constrictor doesn't untap during your next untap step.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oq5na00nve0v54zmx0ihv" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4px67d00x3e0v58d15b3gd", + "slug": "truesight_crossbow", + "name": "Truesight Crossbow", + "hotscore": 1270, + "guardian": { + "id": "clq3a1fnz00qysh27g56cz781", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon with an all-seeing eye", + "subType": "Weapon", + "rulesText": "Bearer has Ranged and can target Stealth units.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4px67d00x3e0v58d15b3gd" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ihqv01qgs67pf8xzxmai", + "slug": "bet_truesight_crossbow_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/truesight_crossbow.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4px67d00x3e0v58d15b3gd", + "setCardId": "clot8ihpc01qes67p50qlmusl", + "setCard": { + "id": "clot8ihpc01qes67p50qlmusl", + "slug": "bet_truesight_crossbow", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4px67d00x3e0v58d15b3gd", + "meta": { + "id": "clq3a1fvv00r0sh27ze6maz87", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon with an all-seeing eye", + "subType": "Weapon", + "rulesText": "Bearer has Ranged and can target Stealth units.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ihpc01qes67p50qlmusl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ihsc01qis67ppuyedqkr", + "slug": "bet_truesight_crossbow_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/truesight_crossbow-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4px67d00x3e0v58d15b3gd", + "setCardId": "clot8ihpc01qes67p50qlmusl", + "setCard": { + "id": "clot8ihpc01qes67p50qlmusl", + "slug": "bet_truesight_crossbow", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4px67d00x3e0v58d15b3gd", + "meta": { + "id": "clq3a1fvv00r0sh27ze6maz87", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon with an all-seeing eye", + "subType": "Weapon", + "rulesText": "Bearer has Ranged and can target Stealth units.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ihpc01qes67p50qlmusl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pxe2n00x5e0v58038gc3g", + "slug": "alp_truesight_crossbow_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/truesight_crossbow.png", + "finish": "Standard", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4px67d00x3e0v58d15b3gd", + "setCardId": "clm4pxcr800x4e0v5bg7lbu9w", + "setCard": { + "id": "clm4pxcr800x4e0v5bg7lbu9w", + "slug": "alp_truesight_crossbow", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4px67d00x3e0v58d15b3gd", + "meta": { + "id": "clq3a1fq800qzsh27ky6tb0ps", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon with an all-seeing eye", + "subType": "Weapon", + "rulesText": "Bearer has Ranged and can target Stealth units.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pxcr800x4e0v5bg7lbu9w" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pxl1500x6e0v543rkf1nw", + "slug": "alp_truesight_crossbow_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/truesight_crossbow-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Melissa A. Benson", + "flavorText": "", + "cardId": "clm4px67d00x3e0v58d15b3gd", + "setCardId": "clm4pxcr800x4e0v5bg7lbu9w", + "setCard": { + "id": "clm4pxcr800x4e0v5bg7lbu9w", + "slug": "alp_truesight_crossbow", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4px67d00x3e0v58d15b3gd", + "meta": { + "id": "clq3a1fq800qzsh27ky6tb0ps", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Weapon with an all-seeing eye", + "subType": "Weapon", + "rulesText": "Bearer has Ranged and can target Stealth units.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pxcr800x4e0v5bg7lbu9w" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4oqizv00nye0v58cjl3np2", + "slug": "tufted_turtles", + "name": "Tufted Turtles", + "hotscore": 2590, + "guardian": { + "id": "clq3a0l1f00khsh27o6qiphvz", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with plated pelt", + "subType": "Beast", + "rulesText": "The first time Tuft Turtles would take damage each turn, prevent that damage.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4oqizv00nye0v58cjl3np2" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hsx601bes67px93eq01t", + "slug": "bet_tufted_turtles_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/tufted_turtles.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "A turtle is never without a castle—or a coffin.", + "cardId": "clm4oqizv00nye0v58cjl3np2", + "setCardId": "clot8hsvo01bcs67pbe9ew5h1", + "setCard": { + "id": "clot8hsvo01bcs67pbe9ew5h1", + "slug": "bet_tufted_turtles", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oqizv00nye0v58cjl3np2", + "meta": { + "id": "clq3a0l9f00kjsh27rdtd08te", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with plated pelt", + "subType": "Beast", + "rulesText": "The first time Tuft Turtles would take damage each turn, prevent that damage.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hsvo01bcs67pbe9ew5h1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hsyp01bgs67pvpvn01i9", + "slug": "bet_tufted_turtles_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/tufted_turtles-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "A turtle is never without a castle—or a coffin.", + "cardId": "clm4oqizv00nye0v58cjl3np2", + "setCardId": "clot8hsvo01bcs67pbe9ew5h1", + "setCard": { + "id": "clot8hsvo01bcs67pbe9ew5h1", + "slug": "bet_tufted_turtles", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4oqizv00nye0v58cjl3np2", + "meta": { + "id": "clq3a0l9f00kjsh27rdtd08te", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with plated pelt", + "subType": "Beast", + "rulesText": "The first time Tuft Turtles would take damage each turn, prevent that damage.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hsvo01bcs67pbe9ew5h1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oqpzq00o0e0v51555bzq0", + "slug": "alp_tufted_turtles_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tufted_turtles.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "A turtle is never without a castle—or a coffin.", + "cardId": "clm4oqizv00nye0v58cjl3np2", + "setCardId": "clm4oqokh00nze0v5a2qub0lx", + "setCard": { + "id": "clm4oqokh00nze0v5a2qub0lx", + "slug": "alp_tufted_turtles", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oqizv00nye0v58cjl3np2", + "meta": { + "id": "clq3a0l3r00kish27bssbil2d", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with plated pelt", + "subType": "Beast", + "rulesText": "The first time Tuft Turtles would take damage each turn, prevent that damage.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oqokh00nze0v5a2qub0lx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4oqxa300o1e0v58fm8f31t", + "slug": "alp_tufted_turtles_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tufted_turtles-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "A turtle is never without a castle—or a coffin.", + "cardId": "clm4oqizv00nye0v58cjl3np2", + "setCardId": "clm4oqokh00nze0v5a2qub0lx", + "setCard": { + "id": "clm4oqokh00nze0v5a2qub0lx", + "slug": "alp_tufted_turtles", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4oqizv00nye0v58cjl3np2", + "meta": { + "id": "clq3a0l3r00kish27bssbil2d", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with plated pelt", + "subType": "Beast", + "rulesText": "The first time Tuft Turtles would take damage each turn, prevent that damage.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4oqokh00nze0v5a2qub0lx" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nnh3100fhe0v53muaddd4", + "slug": "tvinnax_berserker", + "name": "Tvinnax Berserker", + "hotscore": 232, + "guardian": { + "id": "clq39zs5e00elsh27ghtugqth", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal lusts for blood", + "subType": "Mortal", + "rulesText": "Whenever Tvinnax Berserker can attack a unit, he must.\r\n \r\nUntap Tvinnax Berserker whenever he attacks and kills an enemy minion.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "cardId": "clm4nnh3100fhe0v53muaddd4" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h6i400xss67pgtwjiz15", + "slug": "bet_tvinnax_berserker_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/tvinnax_berserker.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "Most folk share naught with berserkers save for being, and even that not for long.", + "cardId": "clm4nnh3100fhe0v53muaddd4", + "setCardId": "clot8h6gk00xqs67p7ikzv4ap", + "setCard": { + "id": "clot8h6gk00xqs67p7ikzv4ap", + "slug": "bet_tvinnax_berserker", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nnh3100fhe0v53muaddd4", + "meta": { + "id": "clq39zsdm00ensh27ubzqwcoo", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal lusts for blood", + "subType": "Mortal", + "rulesText": "Whenever Tvinnax Berserker can attack a unit, he must.\r\n \r\nUntap Tvinnax Berserker whenever he attacks and kills an enemy minion.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h6gk00xqs67p7ikzv4ap" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h6jp00xus67p1p3osc2l", + "slug": "bet_tvinnax_berserker_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/tvinnax_berserker-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "Most folk share naught with berserkers save for being, and even that not for long.", + "cardId": "clm4nnh3100fhe0v53muaddd4", + "setCardId": "clot8h6gk00xqs67p7ikzv4ap", + "setCard": { + "id": "clot8h6gk00xqs67p7ikzv4ap", + "slug": "bet_tvinnax_berserker", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nnh3100fhe0v53muaddd4", + "meta": { + "id": "clq39zsdm00ensh27ubzqwcoo", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal lusts for blood", + "subType": "Mortal", + "rulesText": "Whenever Tvinnax Berserker can attack a unit, he must.\r\n \r\nUntap Tvinnax Berserker whenever he attacks and kills an enemy minion.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clot8h6gk00xqs67p7ikzv4ap" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nnnu000fje0v5a6yc93pz", + "slug": "alp_tvinnax_berserker_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tvinnax_berserker.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4nnh3100fhe0v53muaddd4", + "setCardId": "clm4nnmim00fie0v5c63k22y9", + "setCard": { + "id": "clm4nnmim00fie0v5c63k22y9", + "slug": "alp_tvinnax_berserker", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nnh3100fhe0v53muaddd4", + "meta": { + "id": "clq39zs7w00emsh27847ofixz", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal lusts for blood", + "subType": "Mortal", + "rulesText": "Whenever Tvinnax Berserker can attack a unit, he must.\n\nUntap Tvinnax Berserker whenever he attacks and kills an enemy minion.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nnmim00fie0v5c63k22y9" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nnuxu00fke0v55mr8gcaw", + "slug": "alp_tvinnax_berserker_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/tvinnax_berserker-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "", + "cardId": "clm4nnh3100fhe0v53muaddd4", + "setCardId": "clm4nnmim00fie0v5c63k22y9", + "setCard": { + "id": "clm4nnmim00fie0v5c63k22y9", + "slug": "alp_tvinnax_berserker", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nnh3100fhe0v53muaddd4", + "meta": { + "id": "clq39zs7w00emsh27847ofixz", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal lusts for blood", + "subType": "Mortal", + "rulesText": "Whenever Tvinnax Berserker can attack a unit, he must.\n\nUntap Tvinnax Berserker whenever he attacks and kills an enemy minion.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 2, + "airThreshold": 0, + "setCardId": "clm4nnmim00fie0v5c63k22y9" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p1hzr00qde0v52rdog247", + "slug": "twist_of_fate", + "name": "Twist of Fate", + "hotscore": 655, + "guardian": { + "id": "clq3a0t3e00m5sh27yhe4n2nz", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic to reverse one's fortunes", + "subType": "", + "rulesText": "Exchange life totals with target opponent. (X) is the difference between your life totals.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p1hzr00qde0v52rdog247" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hzcm01fas67pbk39milx", + "slug": "bet_twist_of_fate_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/twist_of_fate.png", + "finish": "Standard", + "product": "Booster", + "artist": "Santiago Caruso", + "flavorText": "", + "cardId": "clm4p1hzr00qde0v52rdog247", + "setCardId": "clot8hzb401f8s67pxih2jxyo", + "setCard": { + "id": "clot8hzb401f8s67pxih2jxyo", + "slug": "bet_twist_of_fate", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p1hzr00qde0v52rdog247", + "meta": { + "id": "clq3a0tbj00m7sh2748696ktf", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic to reverse one's fortunes", + "subType": "", + "rulesText": "Exchange life totals with target opponent. (X) is the difference between your life totals.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hzb401f8s67pxih2jxyo" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hze501fcs67pk01y9kds", + "slug": "bet_twist_of_fate_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/twist_of_fate-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Santiago Caruso", + "flavorText": "", + "cardId": "clm4p1hzr00qde0v52rdog247", + "setCardId": "clot8hzb401f8s67pxih2jxyo", + "setCard": { + "id": "clot8hzb401f8s67pxih2jxyo", + "slug": "bet_twist_of_fate", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p1hzr00qde0v52rdog247", + "meta": { + "id": "clq3a0tbj00m7sh2748696ktf", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic to reverse one's fortunes", + "subType": "", + "rulesText": "Exchange life totals with target opponent. (X) is the difference between your life totals.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hzb401f8s67pxih2jxyo" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p1oq900qfe0v5aonf1lp0", + "slug": "alp_twist_of_fate_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/twist_of_fate.png", + "finish": "Standard", + "product": "Booster", + "artist": "Santiago Caruso", + "flavorText": "", + "cardId": "clm4p1hzr00qde0v52rdog247", + "setCardId": "clm4p1nf000qee0v5dflbgd64", + "setCard": { + "id": "clm4p1nf000qee0v5dflbgd64", + "slug": "alp_twist_of_fate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p1hzr00qde0v52rdog247", + "meta": { + "id": "clq3a0t5q00m6sh27reh4f0mu", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic to reverse one's fortunes", + "subType": "", + "rulesText": "Exchange life totals with target opponent. (X) is the difference between your life totals.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p1nf000qee0v5dflbgd64" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p1vu100qge0v5eak65fxd", + "slug": "alp_twist_of_fate_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/twist_of_fate-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Santiago Caruso", + "flavorText": "", + "cardId": "clm4p1hzr00qde0v52rdog247", + "setCardId": "clm4p1nf000qee0v5dflbgd64", + "setCard": { + "id": "clm4p1nf000qee0v5dflbgd64", + "slug": "alp_twist_of_fate", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p1hzr00qde0v52rdog247", + "meta": { + "id": "clq3a0t5q00m6sh27reh4f0mu", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic to reverse one's fortunes", + "subType": "", + "rulesText": "Exchange life totals with target opponent. (X) is the difference between your life totals.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 3, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p1nf000qee0v5dflbgd64" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ipbxm004v24v542ws6ziu", + "slug": "ultimate_horror", + "name": "Ultimate Horror", + "hotscore": 1850, + "guardian": { + "id": "clq39y9j4003ash27t7v8vagf", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of unhallowed eve", + "subType": "Spirit", + "rulesText": "Airborne, Voidwalk\r\n\r\nGenesis → Summon each other dead Voidwalk minion to a nearby site or void.", + "cost": 8, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4ipbxm004v24v542ws6ziu" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fzc6007qs67p8sbamc7q", + "slug": "bet_ultimate_horror_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ultimate_horror.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4ipbxm004v24v542ws6ziu", + "setCardId": "clot8fzao007os67py086ropf", + "setCard": { + "id": "clot8fzao007os67py086ropf", + "slug": "bet_ultimate_horror", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ipbxm004v24v542ws6ziu", + "meta": { + "id": "clq39y9rc003csh27cltj8p7h", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of unhallowed eve", + "subType": "Spirit", + "rulesText": "Airborne, Voidwalk\r\n\r\nGenesis → Summon each other dead Voidwalk minion to a nearby site or void.", + "cost": 8, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fzao007os67py086ropf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fzdn007ss67pwfwhu84r", + "slug": "bet_ultimate_horror_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/ultimate_horror-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4ipbxm004v24v542ws6ziu", + "setCardId": "clot8fzao007os67py086ropf", + "setCard": { + "id": "clot8fzao007os67py086ropf", + "slug": "bet_ultimate_horror", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ipbxm004v24v542ws6ziu", + "meta": { + "id": "clq39y9rc003csh27cltj8p7h", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of unhallowed eve", + "subType": "Spirit", + "rulesText": "Airborne, Voidwalk\r\n\r\nGenesis → Summon each other dead Voidwalk minion to a nearby site or void.", + "cost": 8, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8fzao007os67py086ropf" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ipk62004x24v596o6hw4f", + "slug": "alp_ultimate_horror_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ultimate_horror.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4ipbxm004v24v542ws6ziu", + "setCardId": "clm4ipiu1004w24v57n9d0ceh", + "setCard": { + "id": "clm4ipiu1004w24v57n9d0ceh", + "slug": "alp_ultimate_horror", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ipbxm004v24v542ws6ziu", + "meta": { + "id": "clq39y9li003bsh27bcz9enc5", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of unhallowed eve", + "subType": "Spirit", + "rulesText": "Airborne, Voidwalk\n\nGenesis → Summon each other dead Voidwalk minion to a nearby site or void.", + "cost": 8, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ipiu1004w24v57n9d0ceh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ipre6004y24v57k6l0lap", + "slug": "alp_ultimate_horror_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/ultimate_horror-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4ipbxm004v24v542ws6ziu", + "setCardId": "clm4ipiu1004w24v57n9d0ceh", + "setCard": { + "id": "clm4ipiu1004w24v57n9d0ceh", + "slug": "alp_ultimate_horror", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ipbxm004v24v542ws6ziu", + "meta": { + "id": "clq39y9li003bsh27bcz9enc5", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Spirit of unhallowed eve", + "subType": "Spirit", + "rulesText": "Airborne, Voidwalk\n\nGenesis → Summon each other dead Voidwalk minion to a nearby site or void.", + "cost": 8, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ipiu1004w24v57n9d0ceh" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pxrdw00x7e0v59zqk5rzi", + "slug": "undertaker_engine", + "name": "Undertaker Engine", + "hotscore": 700, + "guardian": { + "id": "clq3a1g1s00r1sh27ao74vbew", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Automaton of mechanic cryptopsy", + "subType": "Automaton", + "rulesText": "At the end of your turn, you may burrow and/or unburrow any combination of artifacts and minions at this site.", + "cost": 7, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pxrdw00x7e0v59zqk5rzi" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8ii2i01qns67pgcnoft5i", + "slug": "bet_undertaker_engine_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/undertaker_engine.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4pxrdw00x7e0v59zqk5rzi", + "setCardId": "clot8ii0r01qls67p4cqgdezm", + "setCard": { + "id": "clot8ii0r01qls67p4cqgdezm", + "slug": "bet_undertaker_engine", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pxrdw00x7e0v59zqk5rzi", + "meta": { + "id": "clq3a1g9n00r3sh27ikszwg8c", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Automaton of mechanic cryptopsy", + "subType": "Automaton", + "rulesText": "At the end of your turn, you may burrow and/or unburrow any combination of artifacts and minions at this site.", + "cost": 7, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ii0r01qls67p4cqgdezm" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ii4401qps67p0oe72p46", + "slug": "bet_undertaker_engine_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/undertaker_engine-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4pxrdw00x7e0v59zqk5rzi", + "setCardId": "clot8ii0r01qls67p4cqgdezm", + "setCard": { + "id": "clot8ii0r01qls67p4cqgdezm", + "slug": "bet_undertaker_engine", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pxrdw00x7e0v59zqk5rzi", + "meta": { + "id": "clq3a1g9n00r3sh27ikszwg8c", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Automaton of mechanic cryptopsy", + "subType": "Automaton", + "rulesText": "At the end of your turn, you may burrow and/or unburrow any combination of artifacts and minions at this site.", + "cost": 7, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ii0r01qls67p4cqgdezm" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pxypd00x9e0v5be5403su", + "slug": "alp_undertaker_engine_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/undertaker_engine.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4pxrdw00x7e0v59zqk5rzi", + "setCardId": "clm4pxx7o00x8e0v5fbmy7qsk", + "setCard": { + "id": "clm4pxx7o00x8e0v5fbmy7qsk", + "slug": "alp_undertaker_engine", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pxrdw00x7e0v59zqk5rzi", + "meta": { + "id": "clq3a1g4300r2sh27vu9t5nlp", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Automaton of mechanic cryptopsy", + "subType": "Automaton", + "rulesText": "At the end of your turn, you may burrow and/or unburrow any combination of artifacts and minions at this site.", + "cost": 7, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pxx7o00x8e0v5fbmy7qsk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4py59700xae0v5cbtr6tqp", + "slug": "alp_undertaker_engine_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/undertaker_engine-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4pxrdw00x7e0v59zqk5rzi", + "setCardId": "clm4pxx7o00x8e0v5fbmy7qsk", + "setCard": { + "id": "clm4pxx7o00x8e0v5fbmy7qsk", + "slug": "alp_undertaker_engine", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pxrdw00x7e0v59zqk5rzi", + "meta": { + "id": "clq3a1g4300r2sh27vu9t5nlp", + "type": "Artifact", + "rarity": "Elite", + "typeText": "An Elite Automaton of mechanic cryptopsy", + "subType": "Automaton", + "rulesText": "At the end of your turn, you may burrow and/or unburrow any combination of artifacts and minions at this site.", + "cost": 7, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pxx7o00x8e0v5fbmy7qsk" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qkp6o012de0v532bkbezv", + "slug": "undertow", + "name": "Undertow", + "hotscore": 3363, + "guardian": { + "id": "clq3a1wyb00udsh27w32a4jhn", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of strong undercurrents", + "subType": "", + "rulesText": "Genesis → Staying within this body of water, move target unit one step.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qkp6o012de0v532bkbezv" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8iv0a01yfs67p13nf3k5t", + "slug": "bet_undertow_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/undertow.png", + "finish": "Standard", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qkp6o012de0v532bkbezv", + "setCardId": "clot8iuyq01yds67poye9img1", + "setCard": { + "id": "clot8iuyq01yds67poye9img1", + "slug": "bet_undertow", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qkp6o012de0v532bkbezv", + "meta": { + "id": "clq3a1x8e00ufsh278fp68168", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of strong undercurrents", + "subType": "", + "rulesText": "Genesis → Staying within this body of water, move target unit one step.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iuyq01yds67poye9img1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iv2301yhs67pz7zaqtsm", + "slug": "bet_undertow_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/undertow-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qkp6o012de0v532bkbezv", + "setCardId": "clot8iuyq01yds67poye9img1", + "setCard": { + "id": "clot8iuyq01yds67poye9img1", + "slug": "bet_undertow", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qkp6o012de0v532bkbezv", + "meta": { + "id": "clq3a1x8e00ufsh278fp68168", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of strong undercurrents", + "subType": "", + "rulesText": "Genesis → Staying within this body of water, move target unit one step.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iuyq01yds67poye9img1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qkwb7012fe0v5ejbu4858", + "slug": "alp_undertow_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/undertow.png", + "finish": "Standard", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qkp6o012de0v532bkbezv", + "setCardId": "clm4qkv0a012ee0v52edw1h0i", + "setCard": { + "id": "clm4qkv0a012ee0v52edw1h0i", + "slug": "alp_undertow", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qkp6o012de0v532bkbezv", + "meta": { + "id": "clq3a1x0k00uesh271wm0bv0h", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of strong undercurrents", + "subType": "", + "rulesText": "Genesis → Staying within this body of water, move target unit one step.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qkv0a012ee0v52edw1h0i" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ql94y012he0v59z638xl6", + "slug": "alp_undertow_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/undertow-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qkp6o012de0v532bkbezv", + "setCardId": "clm4qkv0a012ee0v52edw1h0i", + "setCard": { + "id": "clm4qkv0a012ee0v52edw1h0i", + "slug": "alp_undertow", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qkp6o012de0v532bkbezv", + "meta": { + "id": "clq3a1x0k00uesh271wm0bv0h", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of strong undercurrents", + "subType": "", + "rulesText": "Genesis → Staying within this body of water, move target unit one step.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qkv0a012ee0v52edw1h0i" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ql3iy012ge0v5btnp4knz", + "slug": "alp_undertow_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/undertow-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4qkp6o012de0v532bkbezv", + "setCardId": "clm4qkv0a012ee0v52edw1h0i", + "setCard": { + "id": "clm4qkv0a012ee0v52edw1h0i", + "slug": "alp_undertow", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qkp6o012de0v532bkbezv", + "meta": { + "id": "clq3a1x0k00uesh271wm0bv0h", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of strong undercurrents", + "subType": "", + "rulesText": "Genesis → Staying within this body of water, move target unit one step.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qkv0a012ee0v52edw1h0i" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4or2p200o2e0v51zhq8mqq", + "slug": "unland_angler", + "name": "Unland Angler", + "hotscore": 543, + "guardian": { + "id": "clq3a0lfa00kksh278z3m6f14", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast lurks and lures", + "subType": "Beast", + "rulesText": "Submerge\r\n\r\nAt the start of your turn, if Unland Angler is submerged, force each enemy minion atop adjacent sites to take a step toward this one.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4or2p200o2e0v51zhq8mqq" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8ht9801bls67p1gr7lsc7", + "slug": "bet_unland_angler_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/unland_angler.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4or2p200o2e0v51zhq8mqq", + "setCardId": "clot8ht7i01bjs67pgr413rxr", + "setCard": { + "id": "clot8ht7i01bjs67pgr413rxr", + "slug": "bet_unland_angler", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4or2p200o2e0v51zhq8mqq", + "meta": { + "id": "clq3a0lpe00kmsh275yuwxv78", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast lurks and lures", + "subType": "Beast", + "rulesText": "Submerge\r\n\r\nAt the start of your turn, if Unland Angler is submerged, force each enemy minion atop adjacent sites to take a step toward this one.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ht7i01bjs67pgr413rxr" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8htat01bns67pr9z4r9u9", + "slug": "bet_unland_angler_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/unland_angler-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4or2p200o2e0v51zhq8mqq", + "setCardId": "clot8ht7i01bjs67pgr413rxr", + "setCard": { + "id": "clot8ht7i01bjs67pgr413rxr", + "slug": "bet_unland_angler", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4or2p200o2e0v51zhq8mqq", + "meta": { + "id": "clq3a0lpe00kmsh275yuwxv78", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast lurks and lures", + "subType": "Beast", + "rulesText": "Submerge\r\n\r\nAt the start of your turn, if Unland Angler is submerged, force each enemy minion atop adjacent sites to take a step toward this one.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ht7i01bjs67pgr413rxr" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4or9uf00o4e0v52zkme7d8", + "slug": "alp_unland_angler_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/unland_angler.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4or2p200o2e0v51zhq8mqq", + "setCardId": "clm4or8j900o3e0v5btl3apmr", + "setCard": { + "id": "clm4or8j900o3e0v5btl3apmr", + "slug": "alp_unland_angler", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4or2p200o2e0v51zhq8mqq", + "meta": { + "id": "clq3a0lhq00klsh27aghadf37", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast lurks and lures", + "subType": "Beast", + "rulesText": "Submerge\n\nAt the start of your turn, if Unland Angler is submerged, force each enemy minion atop adjacent sites to take a step toward this one.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4or8j900o3e0v5btl3apmr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4ormi100o6e0v5gyot2p5b", + "slug": "alp_unland_angler_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/unland_angler-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4or2p200o2e0v51zhq8mqq", + "setCardId": "clm4or8j900o3e0v5btl3apmr", + "setCard": { + "id": "clm4or8j900o3e0v5btl3apmr", + "slug": "alp_unland_angler", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4or2p200o2e0v51zhq8mqq", + "meta": { + "id": "clq3a0lhq00klsh27aghadf37", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast lurks and lures", + "subType": "Beast", + "rulesText": "Submerge\n\nAt the start of your turn, if Unland Angler is submerged, force each enemy minion atop adjacent sites to take a step toward this one.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4or8j900o3e0v5btl3apmr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4org3000o5e0v51g3x8ge3", + "slug": "alp_unland_angler_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/unland_angler-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "", + "cardId": "clm4or2p200o2e0v51zhq8mqq", + "setCardId": "clm4or8j900o3e0v5btl3apmr", + "setCard": { + "id": "clm4or8j900o3e0v5btl3apmr", + "slug": "alp_unland_angler", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4or2p200o2e0v51zhq8mqq", + "meta": { + "id": "clq3a0lhq00klsh27aghadf37", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Beast lurks and lures", + "subType": "Beast", + "rulesText": "Submerge\n\nAt the start of your turn, if Unland Angler is submerged, force each enemy minion atop adjacent sites to take a step toward this one.", + "cost": 5, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4or8j900o3e0v5btl3apmr" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ornnf00o7e0v51gf68qqi", + "slug": "unland_eel", + "name": "Unland Eel", + "hotscore": 702, + "guardian": { + "id": "clq3a0lv500knsh27q7p4m8l0", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast whelms the unwary\r\n", + "subType": "Beast", + "rulesText": "Submerge\r\n\r\nWhenever Unland Eel submerges, it may drag another minion here down with it.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4ornnf00o7e0v51gf68qqi" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8htl101bss67pwd4np765", + "slug": "bet_unland_eel_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/unland_eel.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ornnf00o7e0v51gf68qqi", + "setCardId": "clot8htjf01bqs67p0kbj0fh6", + "setCard": { + "id": "clot8htjf01bqs67p0kbj0fh6", + "slug": "bet_unland_eel", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ornnf00o7e0v51gf68qqi", + "meta": { + "id": "clq3a0m3000kpsh27gko56135", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast whelms the unwary\r\n", + "subType": "Beast", + "rulesText": "Submerge\r\n\r\nWhenever Unland Eel submerges, it may drag another minion here down with it.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8htjf01bqs67p0kbj0fh6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8htmj01bus67pq7fjk6ff", + "slug": "bet_unland_eel_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/unland_eel-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ornnf00o7e0v51gf68qqi", + "setCardId": "clot8htjf01bqs67p0kbj0fh6", + "setCard": { + "id": "clot8htjf01bqs67p0kbj0fh6", + "slug": "bet_unland_eel", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ornnf00o7e0v51gf68qqi", + "meta": { + "id": "clq3a0m3000kpsh27gko56135", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast whelms the unwary\r\n", + "subType": "Beast", + "rulesText": "Submerge\r\n\r\nWhenever Unland Eel submerges, it may drag another minion here down with it.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8htjf01bqs67p0kbj0fh6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4oruw600o9e0v5di0uetwz", + "slug": "alp_unland_eel_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/unland_eel.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ornnf00o7e0v51gf68qqi", + "setCardId": "clm4ortk100o8e0v559d86odd", + "setCard": { + "id": "clm4ortk100o8e0v559d86odd", + "slug": "alp_unland_eel", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ornnf00o7e0v51gf68qqi", + "meta": { + "id": "clq3a0lxf00kosh27ra2yusao", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast whelms the unwary\n", + "subType": "Beast", + "rulesText": "Submerge\n\nWhenever Unland Eel submerges, it may drag another minion down with it.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ortk100o8e0v559d86odd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4os1cm00oae0v5airu2wra", + "slug": "alp_unland_eel_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/unland_eel-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clm4ornnf00o7e0v51gf68qqi", + "setCardId": "clm4ortk100o8e0v559d86odd", + "setCard": { + "id": "clm4ortk100o8e0v559d86odd", + "slug": "alp_unland_eel", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ornnf00o7e0v51gf68qqi", + "meta": { + "id": "clq3a0lxf00kosh27ra2yusao", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Beast whelms the unwary\n", + "subType": "Beast", + "rulesText": "Submerge\n\nWhenever Unland Eel submerges, it may drag another minion down with it.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4ortk100o8e0v559d86odd" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lvl690023e0v56b5nfvt5", + "slug": "unlikely_alliance", + "name": "Unlikely Alliance", + "hotscore": 766, + "guardian": { + "id": "clq39yiyn005ash27rcv0pfkb", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic forges a strange coalition", + "subType": "", + "rulesText": "Draw a card for each rarity among allied minions.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lvl690023e0v56b5nfvt5" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g6n500c7s67pdgt5aqbs", + "slug": "bet_unlikely_alliance_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/unlikely_alliance.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "There are three rules for winning a war. Unfortunately, nobody knows what they are.", + "cardId": "clm4lvl690023e0v56b5nfvt5", + "setCardId": "clot8g6ll00c5s67phusgnlz6", + "setCard": { + "id": "clot8g6ll00c5s67phusgnlz6", + "slug": "bet_unlikely_alliance", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lvl690023e0v56b5nfvt5", + "meta": { + "id": "clq39yj6m005csh275vs36ksb", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic forges a strange coalition", + "subType": "", + "rulesText": "Draw a card for each rarity among allied minions.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g6ll00c5s67phusgnlz6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g6oo00c9s67porii17ug", + "slug": "bet_unlikely_alliance_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/unlikely_alliance-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "There are three rules for winning a war. Unfortunately, nobody knows what they are.", + "cardId": "clm4lvl690023e0v56b5nfvt5", + "setCardId": "clot8g6ll00c5s67phusgnlz6", + "setCard": { + "id": "clot8g6ll00c5s67phusgnlz6", + "slug": "bet_unlikely_alliance", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lvl690023e0v56b5nfvt5", + "meta": { + "id": "clq39yj6m005csh275vs36ksb", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic forges a strange coalition", + "subType": "", + "rulesText": "Draw a card for each rarity among allied minions.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g6ll00c5s67phusgnlz6" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lvsi00025e0v53dhabvhw", + "slug": "alp_unlikely_alliance_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/unlikely_alliance.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "\"There are three rules for winning a war. Unfortunately, nobody knows what they are.\"", + "cardId": "clm4lvl690023e0v56b5nfvt5", + "setCardId": "clm4lvr4t0024e0v577hi1ygz", + "setCard": { + "id": "clm4lvr4t0024e0v577hi1ygz", + "slug": "alp_unlikely_alliance", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lvl690023e0v56b5nfvt5", + "meta": { + "id": "clq39yj0w005bsh27xgxba9c9", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic forges a strange coalition", + "subType": "", + "rulesText": "Draw a card for each rarity among allied minions.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lvr4t0024e0v577hi1ygz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lw0b50026e0v53wcc0lik", + "slug": "alp_unlikely_alliance_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/unlikely_alliance-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ossi Hiekkala", + "flavorText": "\"There are three rules for winning a war. Unfortunately, nobody knows what they are.\"", + "cardId": "clm4lvl690023e0v56b5nfvt5", + "setCardId": "clm4lvr4t0024e0v577hi1ygz", + "setCard": { + "id": "clm4lvr4t0024e0v577hi1ygz", + "slug": "alp_unlikely_alliance", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lvl690023e0v56b5nfvt5", + "meta": { + "id": "clq39yj0w005bsh27xgxba9c9", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic forges a strange coalition", + "subType": "", + "rulesText": "Draw a card for each rarity among allied minions.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lvr4t0024e0v577hi1ygz" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4n0sll00ahe0v5fcfqg73u", + "slug": "unravel", + "name": "Unravel", + "hotscore": 235, + "guardian": { + "id": "clq39zbcr00b6sh27kt9inrff", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of calm repose", + "subType": "", + "rulesText": "Destroy all artifacts and Undead minions at a location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4n0sll00ahe0v5fcfqg73u" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gt7o00pts67pdmdlcyew", + "slug": "bet_unravel_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/unravel.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "“My heart, why come you here alone? The wild thing of my heart is grown, to be a thing, fairy, and wild, and fair, and whole.” — G. P. T. Branwen", + "cardId": "clm4n0sll00ahe0v5fcfqg73u", + "setCardId": "clot8gt6500prs67p7ziyjv6j", + "setCard": { + "id": "clot8gt6500prs67p7ziyjv6j", + "slug": "bet_unravel", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n0sll00ahe0v5fcfqg73u", + "meta": { + "id": "clq39zbks00b8sh27ynkzw1rr", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of calm repose", + "subType": "", + "rulesText": "Destroy all artifacts and Undead minions at a location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gt6500prs67p7ziyjv6j" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gt9700pvs67pvm1iitrn", + "slug": "bet_unravel_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/unravel-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "“My heart, why come you here alone? The wild thing of my heart is grown, to be a thing, fairy, and wild, and fair, and whole.” — G. P. T. Branwen", + "cardId": "clm4n0sll00ahe0v5fcfqg73u", + "setCardId": "clot8gt6500prs67p7ziyjv6j", + "setCard": { + "id": "clot8gt6500prs67p7ziyjv6j", + "slug": "bet_unravel", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4n0sll00ahe0v5fcfqg73u", + "meta": { + "id": "clq39zbks00b8sh27ynkzw1rr", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of calm repose", + "subType": "", + "rulesText": "Destroy all artifacts and Undead minions at a location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gt6500prs67p7ziyjv6j" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4n0zcz00aje0v51uyb5w9z", + "slug": "alp_unravel_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/unravel.png", + "finish": "Standard", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "“My heart, why come you here alone? The wild thing of my heart is grown, to be a thing, fairy, and wild, and fair, and whole.” — G. P. T. Branwen", + "cardId": "clm4n0sll00ahe0v5fcfqg73u", + "setCardId": "clm4n0y1n00aie0v59hef3op8", + "setCard": { + "id": "clm4n0y1n00aie0v59hef3op8", + "slug": "alp_unravel", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n0sll00ahe0v5fcfqg73u", + "meta": { + "id": "clq39zbf200b7sh27g28ywcxr", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of calm repose", + "subType": "", + "rulesText": "Destroy all artifacts and Undead minions at a location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4n0y1n00aie0v59hef3op8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4n15x600ake0v56dlu7eo3", + "slug": "alp_unravel_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/unravel-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Séverine Pineaux", + "flavorText": "“My heart, why come you here alone? The wild thing of my heart is grown, to be a thing, fairy, and wild, and fair, and whole.” — G. P. T. Branwen", + "cardId": "clm4n0sll00ahe0v5fcfqg73u", + "setCardId": "clm4n0y1n00aie0v59hef3op8", + "setCard": { + "id": "clm4n0y1n00aie0v59hef3op8", + "slug": "alp_unravel", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4n0sll00ahe0v5fcfqg73u", + "meta": { + "id": "clq39zbf200b7sh27g28ywcxr", + "type": "Magic", + "rarity": "Ordinary", + "typeText": "Ordinary Magic of calm repose", + "subType": "", + "rulesText": "Destroy all artifacts and Undead minions at a location up to two steps away.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4n0y1n00aie0v59hef3op8" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q30dp00yde0v5cmb22ta2", + "slug": "updraft_ridge", + "name": "Updraft Ridge", + "hotscore": 2339, + "guardian": { + "id": "clq3a1jui00rssh27422o2flj", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of singing tailwinds", + "subType": "", + "rulesText": "Airborne minions atop Updraft Ridge have Movement +1.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4q30dp00yde0v5cmb22ta2" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8il0m01ses67pldqxaoc7", + "slug": "bet_updraft_ridge_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/updraft_ridge.png", + "finish": "Standard", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4q30dp00yde0v5cmb22ta2", + "setCardId": "clot8ikyu01scs67pnvug5vdg", + "setCard": { + "id": "clot8ikyu01scs67pnvug5vdg", + "slug": "bet_updraft_ridge", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q30dp00yde0v5cmb22ta2", + "meta": { + "id": "clq3a1k5100rush278i1fjjfc", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of singing tailwinds", + "subType": "", + "rulesText": "Airborne minions atop Updraft Ridge have Movement +1.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ikyu01scs67pnvug5vdg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8il2601sgs67p4d72ih7y", + "slug": "bet_updraft_ridge_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/updraft_ridge-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4q30dp00yde0v5cmb22ta2", + "setCardId": "clot8ikyu01scs67pnvug5vdg", + "setCard": { + "id": "clot8ikyu01scs67pnvug5vdg", + "slug": "bet_updraft_ridge", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q30dp00yde0v5cmb22ta2", + "meta": { + "id": "clq3a1k5100rush278i1fjjfc", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of singing tailwinds", + "subType": "", + "rulesText": "Airborne minions atop Updraft Ridge have Movement +1.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ikyu01scs67pnvug5vdg" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q383600yfe0v58dph42tr", + "slug": "alp_updraft_ridge_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/updraft_ridge.png", + "finish": "Standard", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4q30dp00yde0v5cmb22ta2", + "setCardId": "clm4q36la00yee0v5ayr369ad", + "setCard": { + "id": "clm4q36la00yee0v5ayr369ad", + "slug": "alp_updraft_ridge", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q30dp00yde0v5cmb22ta2", + "meta": { + "id": "clq3a1jx500rtsh27uivern96", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of singing tailwinds", + "subType": "", + "rulesText": "Airborne minions atop Updraft Ridge have Movement +1.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q36la00yee0v5ayr369ad" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q3kol00yhe0v503nhaiwm", + "slug": "alp_updraft_ridge_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/updraft_ridge-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4q30dp00yde0v5cmb22ta2", + "setCardId": "clm4q36la00yee0v5ayr369ad", + "setCard": { + "id": "clm4q36la00yee0v5ayr369ad", + "slug": "alp_updraft_ridge", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q30dp00yde0v5cmb22ta2", + "meta": { + "id": "clq3a1jx500rtsh27uivern96", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of singing tailwinds", + "subType": "", + "rulesText": "Airborne minions atop Updraft Ridge have Movement +1.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q36la00yee0v5ayr369ad" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q3eby00yge0v5deen0bfv", + "slug": "alp_updraft_ridge_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/updraft_ridge-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Caio Calazans", + "flavorText": "", + "cardId": "clm4q30dp00yde0v5cmb22ta2", + "setCardId": "clm4q36la00yee0v5ayr369ad", + "setCard": { + "id": "clm4q36la00yee0v5ayr369ad", + "slug": "alp_updraft_ridge", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q30dp00yde0v5cmb22ta2", + "meta": { + "id": "clq3a1jx500rtsh27uivern96", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of singing tailwinds", + "subType": "", + "rulesText": "Airborne minions atop Updraft Ridge have Movement +1.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q36la00yee0v5ayr369ad" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p20uz00qhe0v57s3dau0h", + "slug": "upwelling", + "name": "Upwelling", + "hotscore": 332, + "guardian": { + "id": "clq3a0thy00m8sh2750vj0wke", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of fluid undoing", + "subType": "", + "rulesText": "Target a nearby site. Return each artifact and minion there to its owner's hand.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p20uz00qhe0v57s3dau0h" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8hznf01fhs67prx96nq6u", + "slug": "bet_upwelling_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/upwelling.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "There is no height to which confident fools cannot ascend.", + "cardId": "clm4p20uz00qhe0v57s3dau0h", + "setCardId": "clot8hzlv01ffs67pee1tmwif", + "setCard": { + "id": "clot8hzlv01ffs67pee1tmwif", + "slug": "bet_upwelling", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p20uz00qhe0v57s3dau0h", + "meta": { + "id": "clq3a0tro00mash272k5rrd5b", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of fluid undoing", + "subType": "", + "rulesText": "Target a nearby site. Return each artifact and minion there to its owner's hand.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hzlv01ffs67pee1tmwif" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hzp301fjs67phprlf007", + "slug": "bet_upwelling_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/upwelling-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "There is no height to which confident fools cannot ascend.", + "cardId": "clm4p20uz00qhe0v57s3dau0h", + "setCardId": "clot8hzlv01ffs67pee1tmwif", + "setCard": { + "id": "clot8hzlv01ffs67pee1tmwif", + "slug": "bet_upwelling", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p20uz00qhe0v57s3dau0h", + "meta": { + "id": "clq3a0tro00mash272k5rrd5b", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of fluid undoing", + "subType": "", + "rulesText": "Target a nearby site. Return each artifact and minion there to its owner's hand.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hzlv01ffs67pee1tmwif" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p27t100qje0v5asu1eyng", + "slug": "alp_upwelling_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/upwelling.png", + "finish": "Standard", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "There is no height to which confident fools cannot ascend.", + "cardId": "clm4p20uz00qhe0v57s3dau0h", + "setCardId": "clm4p26hq00qie0v5hzqneja0", + "setCard": { + "id": "clm4p26hq00qie0v5hzqneja0", + "slug": "alp_upwelling", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p20uz00qhe0v57s3dau0h", + "meta": { + "id": "clq3a0tk900m9sh271hod5b22", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of fluid undoing", + "subType": "", + "rulesText": "Target a nearby site. Return each artifact and minion there to its owner's hand.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p26hq00qie0v5hzqneja0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p2j9t00qle0v5fehjfpyw", + "slug": "alp_upwelling_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/upwelling-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Alan Pollack", + "flavorText": "There is no height to which confident fools cannot ascend.", + "cardId": "clm4p20uz00qhe0v57s3dau0h", + "setCardId": "clm4p26hq00qie0v5hzqneja0", + "setCard": { + "id": "clm4p26hq00qie0v5hzqneja0", + "slug": "alp_upwelling", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p20uz00qhe0v57s3dau0h", + "meta": { + "id": "clq3a0tk900m9sh271hod5b22", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of fluid undoing", + "subType": "", + "rulesText": "Target a nearby site. Return each artifact and minion there to its owner's hand.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p26hq00qie0v5hzqneja0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p2e8y00qke0v526fd8w8k", + "slug": "alp_upwelling_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/upwelling-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Alan Pollack", + "flavorText": "There is no height to which confident fools cannot ascend.", + "cardId": "clm4p20uz00qhe0v57s3dau0h", + "setCardId": "clm4p26hq00qie0v5hzqneja0", + "setCard": { + "id": "clm4p26hq00qie0v5hzqneja0", + "slug": "alp_upwelling", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p20uz00qhe0v57s3dau0h", + "meta": { + "id": "clq3a0tk900m9sh271hod5b22", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of fluid undoing", + "subType": "", + "rulesText": "Target a nearby site. Return each artifact and minion there to its owner's hand.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p26hq00qie0v5hzqneja0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4moyax007ze0v50e2040ae", + "slug": "vanguard_knights", + "name": "Vanguard Knights", + "hotscore": 490, + "guardian": { + "id": "clq39z2wx009fsh27a7c9ygjw", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals ride onward to glory", + "subType": "Mortal", + "rulesText": "Vanguard Knights have +2 power if they alone are the furthest forward of your units.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4moyax007ze0v50e2040ae" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gmha00lqs67pyw595kzx", + "slug": "bet_vanguard_knights_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/vanguard_knights.png", + "finish": "Standard", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4moyax007ze0v50e2040ae", + "setCardId": "clot8gmfr00los67pa4ukquhn", + "setCard": { + "id": "clot8gmfr00los67pa4ukquhn", + "slug": "bet_vanguard_knights", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4moyax007ze0v50e2040ae", + "meta": { + "id": "clq39z34x009hsh276yjhhkoj", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals ride onward to glory", + "subType": "Mortal", + "rulesText": "Vanguard Knights have +2 power if they alone are the furthest forward of your units.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gmfr00los67pa4ukquhn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gmit00lss67ptdbdrz9w", + "slug": "bet_vanguard_knights_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/vanguard_knights-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4moyax007ze0v50e2040ae", + "setCardId": "clot8gmfr00los67pa4ukquhn", + "setCard": { + "id": "clot8gmfr00los67pa4ukquhn", + "slug": "bet_vanguard_knights", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4moyax007ze0v50e2040ae", + "meta": { + "id": "clq39z34x009hsh276yjhhkoj", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals ride onward to glory", + "subType": "Mortal", + "rulesText": "Vanguard Knights have +2 power if they alone are the furthest forward of your units.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gmfr00los67pa4ukquhn" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mp59r0081e0v50pr2g259", + "slug": "alp_vanguard_knights_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vanguard_knights.png", + "finish": "Standard", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4moyax007ze0v50e2040ae", + "setCardId": "clm4mp3y90080e0v51d345n84", + "setCard": { + "id": "clm4mp3y90080e0v51d345n84", + "slug": "alp_vanguard_knights", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4moyax007ze0v50e2040ae", + "meta": { + "id": "clq39z2z8009gsh27xxefs1mw", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals ride onward to glory", + "subType": "Mortal", + "rulesText": "Vanguard Knights have +2 power if they alone are the furthest forward of your units.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mp3y90080e0v51d345n84" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mpc2m0082e0v5frnofnz4", + "slug": "alp_vanguard_knights_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vanguard_knights-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Truitt Parrish", + "flavorText": "", + "cardId": "clm4moyax007ze0v50e2040ae", + "setCardId": "clm4mp3y90080e0v51d345n84", + "setCard": { + "id": "clm4mp3y90080e0v51d345n84", + "slug": "alp_vanguard_knights", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4moyax007ze0v50e2040ae", + "meta": { + "id": "clq39z2z8009gsh27xxefs1mw", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals ride onward to glory", + "subType": "Mortal", + "rulesText": "Vanguard Knights have +2 power if they alone are the furthest forward of your units.", + "cost": 3, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mp3y90080e0v51d345n84" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qagl600zze0v5cjqjbl8o", + "slug": "vantage_hills", + "name": "Vantage Hills", + "hotscore": 1312, + "guardian": { + "id": "clq3a1p5q00svsh27jvwdpxth", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site with striking views", + "subType": "", + "rulesText": "Ranged units atop this site have +1 range.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4qagl600zze0v5cjqjbl8o" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8ip7101uxs67pzq1eg0xw", + "slug": "bet_vantage_hills_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/vantage_hills.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4qagl600zze0v5cjqjbl8o", + "setCardId": "clot8ip5j01uvs67pf4zsrh74", + "setCard": { + "id": "clot8ip5j01uvs67pf4zsrh74", + "slug": "bet_vantage_hills", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qagl600zze0v5cjqjbl8o", + "meta": { + "id": "clq3a1phk00sxsh27j611qfpv", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site with striking views", + "subType": "", + "rulesText": "Ranged units atop this site have +1 range.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ip5j01uvs67pf4zsrh74" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ip8t01uzs67p96r3mxqg", + "slug": "bet_vantage_hills_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/vantage_hills-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4qagl600zze0v5cjqjbl8o", + "setCardId": "clot8ip5j01uvs67pf4zsrh74", + "setCard": { + "id": "clot8ip5j01uvs67pf4zsrh74", + "slug": "bet_vantage_hills", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qagl600zze0v5cjqjbl8o", + "meta": { + "id": "clq3a1phk00sxsh27j611qfpv", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site with striking views", + "subType": "", + "rulesText": "Ranged units atop this site have +1 range.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8ip5j01uvs67pf4zsrh74" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qanzf0101e0v5dzxiadrr", + "slug": "alp_vantage_hills_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vantage_hills.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4qagl600zze0v5cjqjbl8o", + "setCardId": "clm4qamhm0100e0v5gyindy4j", + "setCard": { + "id": "clm4qamhm0100e0v5gyindy4j", + "slug": "alp_vantage_hills", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qagl600zze0v5cjqjbl8o", + "meta": { + "id": "clq3a1p8200swsh27mhxqm3j6", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site with striking views", + "subType": "", + "rulesText": "Ranged units atop this site have +1 range.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qamhm0100e0v5gyindy4j" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qb0a30103e0v5f41e31c1", + "slug": "alp_vantage_hills_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vantage_hills-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4qagl600zze0v5cjqjbl8o", + "setCardId": "clm4qamhm0100e0v5gyindy4j", + "setCard": { + "id": "clm4qamhm0100e0v5gyindy4j", + "slug": "alp_vantage_hills", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qagl600zze0v5cjqjbl8o", + "meta": { + "id": "clq3a1p8200swsh27mhxqm3j6", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site with striking views", + "subType": "", + "rulesText": "Ranged units atop this site have +1 range.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qamhm0100e0v5gyindy4j" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qaubc0102e0v5chow3b26", + "slug": "alp_vantage_hills_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vantage_hills-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4qagl600zze0v5cjqjbl8o", + "setCardId": "clm4qamhm0100e0v5gyindy4j", + "setCard": { + "id": "clm4qamhm0100e0v5gyindy4j", + "slug": "alp_vantage_hills", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qagl600zze0v5cjqjbl8o", + "meta": { + "id": "clq3a1p8200swsh27mhxqm3j6", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site with striking views", + "subType": "", + "rulesText": "Ranged units atop this site have +1 range.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4qamhm0100e0v5gyindy4j" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4r0uvb015pe0v534wp2raa", + "slug": "vaults_of_zul", + "name": "Vaults of Zul", + "hotscore": 952, + "guardian": { + "id": "clq3a28fu00wssh27pj50iclc", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of beguiling riches", + "subType": "", + "rulesText": "The first time an Avatar stops here, they draw three cards and skip their next turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4r0uvb015pe0v534wp2raa" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j4cc0242s67p6rigix6v", + "slug": "bet_vaults_of_zul_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/vaults_of_zul.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4r0uvb015pe0v534wp2raa", + "setCardId": "clot8j4as0240s67pgmyppe7p", + "setCard": { + "id": "clot8j4as0240s67pgmyppe7p", + "slug": "bet_vaults_of_zul", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r0uvb015pe0v534wp2raa", + "meta": { + "id": "clq3a28nv00wush27x8imsdmf", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of beguiling riches", + "subType": "", + "rulesText": "The first time an Avatar stops here, they draw three cards and skip their next turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j4as0240s67pgmyppe7p" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j4ds0244s67pwoplv761", + "slug": "bet_vaults_of_zul_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/vaults_of_zul-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4r0uvb015pe0v534wp2raa", + "setCardId": "clot8j4as0240s67pgmyppe7p", + "setCard": { + "id": "clot8j4as0240s67pgmyppe7p", + "slug": "bet_vaults_of_zul", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4r0uvb015pe0v534wp2raa", + "meta": { + "id": "clq3a28nv00wush27x8imsdmf", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of beguiling riches", + "subType": "", + "rulesText": "The first time an Avatar stops here, they draw three cards and skip their next turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j4as0240s67pgmyppe7p" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4r11l5015re0v57jmv9ngx", + "slug": "alp_vaults_of_zul_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vaults_of_zul.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4r0uvb015pe0v534wp2raa", + "setCardId": "clm4r10aa015qe0v5hqmo3fmg", + "setCard": { + "id": "clm4r10aa015qe0v5hqmo3fmg", + "slug": "alp_vaults_of_zul", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r0uvb015pe0v534wp2raa", + "meta": { + "id": "clq3a28i600wtsh27h6yl3es4", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of beguiling riches", + "subType": "", + "rulesText": "The first time an Avatar stops here, they draw three cards and skip their next turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r10aa015qe0v5hqmo3fmg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4r18b6015se0v560b638fm", + "slug": "alp_vaults_of_zul_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vaults_of_zul-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "", + "cardId": "clm4r0uvb015pe0v534wp2raa", + "setCardId": "clm4r10aa015qe0v5hqmo3fmg", + "setCard": { + "id": "clm4r10aa015qe0v5hqmo3fmg", + "slug": "alp_vaults_of_zul", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4r0uvb015pe0v534wp2raa", + "meta": { + "id": "clq3a28i600wtsh27h6yl3es4", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of beguiling riches", + "subType": "", + "rulesText": "The first time an Avatar stops here, they draw three cards and skip their next turn.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4r10aa015qe0v5hqmo3fmg" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qfjh70115e0v5dp4w4hwc", + "slug": "vesuvius", + "name": "Vesuvius", + "hotscore": 4327, + "guardian": { + "id": "clq3a1t1p00tmsh27kxlj4rmh", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of doom foretold", + "subType": "", + "rulesText": "(F)(F)(F) — Sacrifice Vesuvius → Each unit occupying nearby sites takes 3 damage.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4qfjh70115e0v5dp4w4hwc" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8is0u01wos67pupi345i9", + "slug": "bet_vesuvius_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/vesuvius.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4qfjh70115e0v5dp4w4hwc", + "setCardId": "clot8irzc01wms67prypf3sfr", + "setCard": { + "id": "clot8irzc01wms67prypf3sfr", + "slug": "bet_vesuvius", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qfjh70115e0v5dp4w4hwc", + "meta": { + "id": "clq3a1tbf00tosh27t54f24dg", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of doom foretold", + "subType": "", + "rulesText": "(F)(F)(F) — Sacrifice Vesuvius → Each unit occupying nearby sites takes 3 damage.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8irzc01wms67prypf3sfr" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8is2c01wqs67p4grtplo5", + "slug": "bet_vesuvius_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/vesuvius-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4qfjh70115e0v5dp4w4hwc", + "setCardId": "clot8irzc01wms67prypf3sfr", + "setCard": { + "id": "clot8irzc01wms67prypf3sfr", + "slug": "bet_vesuvius", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qfjh70115e0v5dp4w4hwc", + "meta": { + "id": "clq3a1tbf00tosh27t54f24dg", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of doom foretold", + "subType": "", + "rulesText": "(F)(F)(F) — Sacrifice Vesuvius → Each unit occupying nearby sites takes 3 damage.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8irzc01wms67prypf3sfr" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qfqib0117e0v55mglgkhs", + "slug": "alp_vesuvius_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vesuvius.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4qfjh70115e0v5dp4w4hwc", + "setCardId": "clm4qfp770116e0v5bxzocntn", + "setCard": { + "id": "clm4qfp770116e0v5bxzocntn", + "slug": "alp_vesuvius", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qfjh70115e0v5dp4w4hwc", + "meta": { + "id": "clq3a1t3z00tnsh27ramtk67s", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of doom foretold", + "subType": "", + "rulesText": "(F)(F)(F) — Sacrifice Vesuvius → Each unit occupying nearby sites takes 3 damage.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qfp770116e0v5bxzocntn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qg3b50119e0v53sn2gr2v", + "slug": "alp_vesuvius_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vesuvius-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4qfjh70115e0v5dp4w4hwc", + "setCardId": "clm4qfp770116e0v5bxzocntn", + "setCard": { + "id": "clm4qfp770116e0v5bxzocntn", + "slug": "alp_vesuvius", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qfjh70115e0v5dp4w4hwc", + "meta": { + "id": "clq3a1t3z00tnsh27ramtk67s", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of doom foretold", + "subType": "", + "rulesText": "(F)(F)(F) — Sacrifice Vesuvius → Each unit occupying nearby sites takes 3 damage.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qfp770116e0v5bxzocntn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qfy8t0118e0v57mixeor1", + "slug": "alp_vesuvius_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vesuvius-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jussi Pylkäs", + "flavorText": "", + "cardId": "clm4qfjh70115e0v5dp4w4hwc", + "setCardId": "clm4qfp770116e0v5bxzocntn", + "setCard": { + "id": "clm4qfp770116e0v5bxzocntn", + "slug": "alp_vesuvius", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qfjh70115e0v5dp4w4hwc", + "meta": { + "id": "clq3a1t3z00tnsh27ramtk67s", + "type": "Site", + "rarity": "Unique", + "typeText": "A Unique Site of doom foretold", + "subType": "", + "rulesText": "(F)(F)(F) — Sacrifice Vesuvius → Each unit occupying nearby sites takes 3 damage.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4qfp770116e0v5bxzocntn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4no0cu00fle0v56dxidlnk", + "slug": "vile_imp", + "name": "Vile Imp", + "hotscore": 5793, + "guardian": { + "id": "clq39zsjc00eosh27lnm9spuh", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary firestarter of a Demon", + "subType": "Demon", + "rulesText": "Genesis → May deal 2 damage to target adjacent unit.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4no0cu00fle0v56dxidlnk" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h6tz00xzs67pwwmo568c", + "slug": "bet_vile_imp_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/vile_imp.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "One good burn deserves another.", + "cardId": "clm4no0cu00fle0v56dxidlnk", + "setCardId": "clot8h6sf00xxs67pydfqq53u", + "setCard": { + "id": "clot8h6sf00xxs67pydfqq53u", + "slug": "bet_vile_imp", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4no0cu00fle0v56dxidlnk", + "meta": { + "id": "clq39zsrn00eqsh27uezgjtm2", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary firestarter of a Demon", + "subType": "Demon", + "rulesText": "Genesis → May deal 2 damage to target adjacent unit.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h6sf00xxs67pydfqq53u" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h6vl00y1s67pl766z3pi", + "slug": "bet_vile_imp_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/vile_imp-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "One good burn deserves another.", + "cardId": "clm4no0cu00fle0v56dxidlnk", + "setCardId": "clot8h6sf00xxs67pydfqq53u", + "setCard": { + "id": "clot8h6sf00xxs67pydfqq53u", + "slug": "bet_vile_imp", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4no0cu00fle0v56dxidlnk", + "meta": { + "id": "clq39zsrn00eqsh27uezgjtm2", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary firestarter of a Demon", + "subType": "Demon", + "rulesText": "Genesis → May deal 2 damage to target adjacent unit.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h6sf00xxs67pydfqq53u" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4no7qe00fne0v52chfd34b", + "slug": "alp_vile_imp_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vile_imp.png", + "finish": "Standard", + "product": "Booster", + "artist": "Frank Frazetta", + "flavorText": "One good burn deserves another.", + "cardId": "clm4no0cu00fle0v56dxidlnk", + "setCardId": "clm4no6fc00fme0v58n7s5mb0", + "setCard": { + "id": "clm4no6fc00fme0v58n7s5mb0", + "slug": "alp_vile_imp", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4no0cu00fle0v56dxidlnk", + "meta": { + "id": "clq39zsls00epsh27d5lz7l98", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary firestarter of a Demon", + "subType": "Demon", + "rulesText": "Genesis → May deal 2 damage to target adjacent unit.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4no6fc00fme0v58n7s5mb0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nof4a00foe0v56oet8ixb", + "slug": "alp_vile_imp_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vile_imp-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Frank Frazetta", + "flavorText": "One good burn deserves another.", + "cardId": "clm4no0cu00fle0v56dxidlnk", + "setCardId": "clm4no6fc00fme0v58n7s5mb0", + "setCard": { + "id": "clm4no6fc00fme0v58n7s5mb0", + "slug": "alp_vile_imp", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4no0cu00fle0v56dxidlnk", + "meta": { + "id": "clq39zsls00epsh27d5lz7l98", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "An Ordinary firestarter of a Demon", + "subType": "Demon", + "rulesText": "Genesis → May deal 2 damage to target adjacent unit.", + "cost": 2, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4no6fc00fme0v58n7s5mb0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ipxw2004z24v54px64q6e", + "slug": "vril_revenant", + "name": "Vril Revenant", + "hotscore": 1507, + "guardian": { + "id": "clq39y9xd003dsh27ix0w2fsj", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit of overcharged existence", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\n① → Gain +1 power this turn.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4ipxw2004z24v54px64q6e" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8fzo9007xs67psua29lfc", + "slug": "bet_vril_revenant_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/vril_revenant.png", + "finish": "Standard", + "product": "Booster", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4ipxw2004z24v54px64q6e", + "setCardId": "clot8fzme007vs67pfzdyfcxd", + "setCard": { + "id": "clot8fzme007vs67pfzdyfcxd", + "slug": "bet_vril_revenant", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ipxw2004z24v54px64q6e", + "meta": { + "id": "clq39ya5i003fsh27dtvqsk7u", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit of overcharged existence", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\n① → Gain +1 power this turn.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fzme007vs67pfzdyfcxd" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8fzr7007zs67pken1fsfi", + "slug": "bet_vril_revenant_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/vril_revenant-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4ipxw2004z24v54px64q6e", + "setCardId": "clot8fzme007vs67pfzdyfcxd", + "setCard": { + "id": "clot8fzme007vs67pfzdyfcxd", + "slug": "bet_vril_revenant", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ipxw2004z24v54px64q6e", + "meta": { + "id": "clq39ya5i003fsh27dtvqsk7u", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit of overcharged existence", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\n① → Gain +1 power this turn.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8fzme007vs67pfzdyfcxd" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4iq59j005124v5g8lmdmkc", + "slug": "alp_vril_revenant_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vril_revenant.png", + "finish": "Standard", + "product": "Booster", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4ipxw2004z24v54px64q6e", + "setCardId": "clm4iq3pt005024v54mg4cmy0", + "setCard": { + "id": "clm4iq3pt005024v54mg4cmy0", + "slug": "alp_vril_revenant", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ipxw2004z24v54px64q6e", + "meta": { + "id": "clq39y9zp003esh27dotui8xg", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit of overcharged existence", + "subType": "Spirit", + "rulesText": "Voidwalk\n\n① → Gain +1 power this turn.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4iq3pt005024v54mg4cmy0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4iqc6f005224v51d5p6lnq", + "slug": "alp_vril_revenant_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/vril_revenant-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Margaret Organ-Kean", + "flavorText": "", + "cardId": "clm4ipxw2004z24v54px64q6e", + "setCardId": "clm4iq3pt005024v54mg4cmy0", + "setCard": { + "id": "clm4iq3pt005024v54mg4cmy0", + "slug": "alp_vril_revenant", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ipxw2004z24v54px64q6e", + "meta": { + "id": "clq39y9zp003esh27dotui8xg", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Spirit of overcharged existence", + "subType": "Spirit", + "rulesText": "Voidwalk\n\n① → Gain +1 power this turn.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4iq3pt005024v54mg4cmy0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4m05fy002xe0v51nfq20kf", + "slug": "wall_of_air", + "name": "Wall of Air", + "hotscore": 209, + "guardian": { + "id": "clq39ylrk005vsh27w1q8i1eo", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of bitter obstruction", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\r\n\r\nMinions with Airborne or 2 or less power can't traverse Wall of Air.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4m05fy002xe0v51nfq20kf" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g8zj00dks67puf5l9pug", + "slug": "bet_wall_of_air_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wall_of_air.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4m05fy002xe0v51nfq20kf", + "setCardId": "clot8g8xq00dis67pugcd17ov", + "setCard": { + "id": "clot8g8xq00dis67pugcd17ov", + "slug": "bet_wall_of_air", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m05fy002xe0v51nfq20kf", + "meta": { + "id": "clq39ylzq005xsh27k2m6ut9s", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of bitter obstruction", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\r\n\r\nMinions with Airborne or 2 or less power can't traverse Wall of Air.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g8xq00dis67pugcd17ov" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g91800dms67pzsixjbju", + "slug": "bet_wall_of_air_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wall_of_air-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4m05fy002xe0v51nfq20kf", + "setCardId": "clot8g8xq00dis67pugcd17ov", + "setCard": { + "id": "clot8g8xq00dis67pugcd17ov", + "slug": "bet_wall_of_air", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4m05fy002xe0v51nfq20kf", + "meta": { + "id": "clq39ylzq005xsh27k2m6ut9s", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of bitter obstruction", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\r\n\r\nMinions with Airborne or 2 or less power can't traverse Wall of Air.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g8xq00dis67pugcd17ov" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4m0dhh002ze0v54n0a44nx", + "slug": "alp_wall_of_air_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wall_of_air.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4m05fy002xe0v51nfq20kf", + "setCardId": "clm4m0bx3002ye0v5ddu98fj5", + "setCard": { + "id": "clm4m0bx3002ye0v5ddu98fj5", + "slug": "alp_wall_of_air", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m05fy002xe0v51nfq20kf", + "meta": { + "id": "clq39ylty005wsh27cbzi41iu", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of bitter obstruction", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\n\nMinions with Airborne or 2 or less power can't traverse Wall of Air.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4m0bx3002ye0v5ddu98fj5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4m0l4b0030e0v53mz9d7nf", + "slug": "alp_wall_of_air_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wall_of_air-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4m05fy002xe0v51nfq20kf", + "setCardId": "clm4m0bx3002ye0v5ddu98fj5", + "setCard": { + "id": "clm4m0bx3002ye0v5ddu98fj5", + "slug": "alp_wall_of_air", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4m05fy002xe0v51nfq20kf", + "meta": { + "id": "clq39ylty005wsh27cbzi41iu", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of bitter obstruction", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\n\nMinions with Airborne or 2 or less power can't traverse Wall of Air.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4m0bx3002ye0v5ddu98fj5" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o40au00j2e0v57cmh0815", + "slug": "wall_of_fire", + "name": "Wall of Fire", + "hotscore": 618, + "guardian": { + "id": "clq3a04fx00h4sh27bga2r14g", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura and blazing barricade", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\r\n \r\nWhenever a unit passes through Wall of Fire, it takes 3 damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4o40au00j2e0v57cmh0815" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hfxj013ms67pe0tdr012", + "slug": "bet_wall_of_fire_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wall_of_fire.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4o40au00j2e0v57cmh0815", + "setCardId": "clot8hfw1013ks67p2c6imslc", + "setCard": { + "id": "clot8hfw1013ks67p2c6imslc", + "slug": "bet_wall_of_fire", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o40au00j2e0v57cmh0815", + "meta": { + "id": "clq3a04os00h6sh27ukrpmhu2", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura and blazing barricade", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\r\n \r\nWhenever a unit passes through Wall of Fire, it takes 3 damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hfw1013ks67p2c6imslc" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hfyy013os67plucbdgp5", + "slug": "bet_wall_of_fire_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wall_of_fire-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4o40au00j2e0v57cmh0815", + "setCardId": "clot8hfw1013ks67p2c6imslc", + "setCard": { + "id": "clot8hfw1013ks67p2c6imslc", + "slug": "bet_wall_of_fire", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o40au00j2e0v57cmh0815", + "meta": { + "id": "clq3a04os00h6sh27ukrpmhu2", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura and blazing barricade", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\r\n \r\nWhenever a unit passes through Wall of Fire, it takes 3 damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hfw1013ks67p2c6imslc" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o46od00j4e0v5hlm80x5o", + "slug": "alp_wall_of_fire_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wall_of_fire.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4o40au00j2e0v57cmh0815", + "setCardId": "clm4o45d600j3e0v5b98q85k0", + "setCard": { + "id": "clm4o45d600j3e0v5b98q85k0", + "slug": "alp_wall_of_fire", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o40au00j2e0v57cmh0815", + "meta": { + "id": "clq3a04ib00h5sh2753hfmbt0", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura and blazing barricade", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\nWhenever a unit passes through Wall of Fire, it takes 3 damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o45d600j3e0v5b98q85k0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o4dp400j5e0v564o35q4p", + "slug": "alp_wall_of_fire_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wall_of_fire-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4o40au00j2e0v57cmh0815", + "setCardId": "clm4o45d600j3e0v5b98q85k0", + "setCard": { + "id": "clm4o45d600j3e0v5b98q85k0", + "slug": "alp_wall_of_fire", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o40au00j2e0v57cmh0815", + "meta": { + "id": "clq3a04ib00h5sh2753hfmbt0", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura and blazing barricade", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\nWhenever a unit passes through Wall of Fire, it takes 3 damage.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o45d600j3e0v5b98q85k0" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p6g6t00rge0v51a7ihuep", + "slug": "wall_of_ice", + "name": "Wall of Ice", + "hotscore": 513, + "guardian": { + "id": "clq3a0wqq00mwsh27yo33zxon", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of impassable ice", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\r\n \r\nUnits can't traverse Wall of Ice on the ground.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p6g6t00rge0v51a7ihuep" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8i28r01h1s67phca620vw", + "slug": "bet_wall_of_ice_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wall_of_ice.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4p6g6t00rge0v51a7ihuep", + "setCardId": "clot8i27901gzs67pj3asbmg9", + "setCard": { + "id": "clot8i27901gzs67pj3asbmg9", + "slug": "bet_wall_of_ice", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p6g6t00rge0v51a7ihuep", + "meta": { + "id": "clq3a0wyw00mysh2796egbgqp", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of impassable ice", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\r\n \r\nUnits can't traverse Wall of Ice on the ground.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i27901gzs67pj3asbmg9" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i2ab01h3s67pdd11fj1i", + "slug": "bet_wall_of_ice_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wall_of_ice-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4p6g6t00rge0v51a7ihuep", + "setCardId": "clot8i27901gzs67pj3asbmg9", + "setCard": { + "id": "clot8i27901gzs67pj3asbmg9", + "slug": "bet_wall_of_ice", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p6g6t00rge0v51a7ihuep", + "meta": { + "id": "clq3a0wyw00mysh2796egbgqp", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of impassable ice", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\r\n \r\nUnits can't traverse Wall of Ice on the ground.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8i27901gzs67pj3asbmg9" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p6mxj00rie0v527tcaf4d", + "slug": "alp_wall_of_ice_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wall_of_ice.png", + "finish": "Standard", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4p6g6t00rge0v51a7ihuep", + "setCardId": "clm4p6lm700rhe0v5hn2j2thb", + "setCard": { + "id": "clm4p6lm700rhe0v5hn2j2thb", + "slug": "alp_wall_of_ice", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p6g6t00rge0v51a7ihuep", + "meta": { + "id": "clq3a0wt200mxsh27ecgpdmj9", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of impassable ice", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\n\nUnits can't traverse Wall of Ice on the ground.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p6lm700rhe0v5hn2j2thb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p6tif00rje0v52rpt1mkt", + "slug": "alp_wall_of_ice_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wall_of_ice-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Matt Tames", + "flavorText": "", + "cardId": "clm4p6g6t00rge0v51a7ihuep", + "setCardId": "clm4p6lm700rhe0v5hn2j2thb", + "setCard": { + "id": "clm4p6lm700rhe0v5hn2j2thb", + "slug": "alp_wall_of_ice", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p6g6t00rge0v51a7ihuep", + "meta": { + "id": "clq3a0wt200mxsh27ecgpdmj9", + "type": "Aura", + "rarity": "Ordinary", + "typeText": "An Ordinary Aura of impassable ice", + "subType": "", + "rulesText": "Conjure atop the border of a site you control.\n\nUnits can't traverse Wall of Ice on the ground.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 1, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p6lm700rhe0v5hn2j2thb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o1x6200ime0v5c715gjrt", + "slug": "warp_spasm", + "name": "Warp Spasm", + "hotscore": 732, + "guardian": { + "id": "clq3a02vk00gssh279sbqsowg", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of hyper-violence", + "subType": "", + "rulesText": "This turn, double an allied minion's power, and whenever it attacks and kills a unit, it untaps. At the end of the turn, it dies.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "cardId": "clm4o1x6200ime0v5c715gjrt" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hep7012us67plefgdr1e", + "slug": "bet_warp_spasm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/warp_spasm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4o1x6200ime0v5c715gjrt", + "setCardId": "clot8heno012ss67plcn7w6cu", + "setCard": { + "id": "clot8heno012ss67plcn7w6cu", + "slug": "bet_warp_spasm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o1x6200ime0v5c715gjrt", + "meta": { + "id": "clq3a033o00gush27bj5v4zkq", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of hyper-violence", + "subType": "", + "rulesText": "This turn, double an allied minion's power, and whenever it attacks and kills a unit, it untaps. At the end of the turn, it dies.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clot8heno012ss67plcn7w6cu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8her0012ws67pdiikpd1p", + "slug": "bet_warp_spasm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/warp_spasm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4o1x6200ime0v5c715gjrt", + "setCardId": "clot8heno012ss67plcn7w6cu", + "setCard": { + "id": "clot8heno012ss67plcn7w6cu", + "slug": "bet_warp_spasm", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o1x6200ime0v5c715gjrt", + "meta": { + "id": "clq3a033o00gush27bj5v4zkq", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of hyper-violence", + "subType": "", + "rulesText": "This turn, double an allied minion's power, and whenever it attacks and kills a unit, it untaps. At the end of the turn, it dies.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clot8heno012ss67plcn7w6cu" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o23wx00ioe0v5h304gd3i", + "slug": "alp_warp_spasm_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/warp_spasm.png", + "finish": "Standard", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4o1x6200ime0v5c715gjrt", + "setCardId": "clm4o22lw00ine0v58rqsbmv6", + "setCard": { + "id": "clm4o22lw00ine0v58rqsbmv6", + "slug": "alp_warp_spasm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o1x6200ime0v5c715gjrt", + "meta": { + "id": "clq3a02xv00gtsh27y28wywu7", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of hyper-violence", + "subType": "", + "rulesText": "This turn, double an allied minion's power, and whenever it attacks and kills a unit, it untaps. At the end of the turn, it dies.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clm4o22lw00ine0v58rqsbmv6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o2abc00ipe0v57cind9t9", + "slug": "alp_warp_spasm_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/warp_spasm-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Ian Miller", + "flavorText": "", + "cardId": "clm4o1x6200ime0v5c715gjrt", + "setCardId": "clm4o22lw00ine0v58rqsbmv6", + "setCard": { + "id": "clm4o22lw00ine0v58rqsbmv6", + "slug": "alp_warp_spasm", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o1x6200ime0v5c715gjrt", + "meta": { + "id": "clq3a02xv00gtsh27y28wywu7", + "type": "Magic", + "rarity": "Unique", + "typeText": "Unique Magic of hyper-violence", + "subType": "", + "rulesText": "This turn, double an allied minion's power, and whenever it attacks and kills a unit, it untaps. At the end of the turn, it dies.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 3, + "airThreshold": 0, + "setCardId": "clm4o22lw00ine0v58rqsbmv6" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4q3ltr00yie0v5amnge877", + "slug": "watchtower", + "name": "Watchtower", + "hotscore": 4608, + "guardian": { + "id": "clq3a1kav00rvsh27ib9r56dx", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site safeguards the horizon", + "subType": "", + "rulesText": "Enemy units atop nearby sites permanently lose Stealth.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4q3ltr00yie0v5amnge877" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ilc001sls67pdcd1yzsa", + "slug": "bet_watchtower_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/watchtower.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4q3ltr00yie0v5amnge877", + "setCardId": "clot8ilak01sjs67pop65k1e8", + "setCard": { + "id": "clot8ilak01sjs67pop65k1e8", + "slug": "bet_watchtower", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q3ltr00yie0v5amnge877", + "meta": { + "id": "clq3a1kir00rxsh27x37i4brk", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site safeguards the horizon", + "subType": "", + "rulesText": "Enemy units atop nearby sites permanently lose Stealth.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ilak01sjs67pop65k1e8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ildh01sns67phlaxzxn1", + "slug": "bet_watchtower_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/watchtower-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4q3ltr00yie0v5amnge877", + "setCardId": "clot8ilak01sjs67pop65k1e8", + "setCard": { + "id": "clot8ilak01sjs67pop65k1e8", + "slug": "bet_watchtower", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4q3ltr00yie0v5amnge877", + "meta": { + "id": "clq3a1kir00rxsh27x37i4brk", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site safeguards the horizon", + "subType": "", + "rulesText": "Enemy units atop nearby sites permanently lose Stealth.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ilak01sjs67pop65k1e8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4q3syq00yke0v5014ubi4p", + "slug": "alp_watchtower_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/watchtower.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4q3ltr00yie0v5amnge877", + "setCardId": "clm4q3rnm00yje0v58aho1vwb", + "setCard": { + "id": "clm4q3rnm00yje0v58aho1vwb", + "slug": "alp_watchtower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q3ltr00yie0v5amnge877", + "meta": { + "id": "clq3a1kd700rwsh2734qrlv7d", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site safeguards the horizon", + "subType": "", + "rulesText": "Enemy units atop nearby sites permanently lose Stealth.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q3rnm00yje0v58aho1vwb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4q3zr100yle0v5ag5kb3kj", + "slug": "alp_watchtower_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/watchtower-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4q3ltr00yie0v5amnge877", + "setCardId": "clm4q3rnm00yje0v58aho1vwb", + "setCard": { + "id": "clm4q3rnm00yje0v58aho1vwb", + "slug": "alp_watchtower", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4q3ltr00yie0v5amnge877", + "meta": { + "id": "clq3a1kd700rwsh2734qrlv7d", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site safeguards the horizon", + "subType": "", + "rulesText": "Enemy units atop nearby sites permanently lose Stealth.", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4q3rnm00yje0v58aho1vwb" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clot8j5df024qs67pwv1g92s0", + "slug": "waveshaper", + "name": "Waveshaper", + "hotscore": 119, + "guardian": { + "id": "clq3a2dpp00xzsh277q96f94w", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar of ebb and flow", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nTap → Flood a site near your body of water until you do so again. Tap minions without submerge there. They don't untap the next time they would.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clot8j5df024qs67pwv1g92s0" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8j5lo024us67pr1tibsu0", + "slug": "bet_waveshaper_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/waveshaper.png", + "finish": "Standard", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clot8j5df024qs67pwv1g92s0", + "setCardId": "clot8j5k5024ss67pv5e1icz1", + "setCard": { + "id": "clot8j5k5024ss67pv5e1icz1", + "slug": "bet_waveshaper", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clot8j5df024qs67pwv1g92s0", + "meta": { + "id": "clq3a2drz00y0sh27iebq319t", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar of ebb and flow", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nTap → Flood a site near your body of water until you do so again. Tap minions without submerge there. They don't untap the next time they would.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j5k5024ss67pv5e1icz1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8j5n4024ws67pcq0r8q2n", + "slug": "bet_waveshaper_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/waveshaper-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Francesca Baerald", + "flavorText": "", + "cardId": "clot8j5df024qs67pwv1g92s0", + "setCardId": "clot8j5k5024ss67pv5e1icz1", + "setCard": { + "id": "clot8j5k5024ss67pv5e1icz1", + "slug": "bet_waveshaper", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clot8j5df024qs67pwv1g92s0", + "meta": { + "id": "clq3a2drz00y0sh27iebq319t", + "type": "Avatar", + "rarity": "Ordinary", + "typeText": "Your Avatar of ebb and flow", + "subType": "", + "rulesText": "Tap → Play or draw a site.\r\n\r\nTap → Flood a site near your body of water until you do so again. Tap minions without submerge there. They don't untap the next time they would.", + "cost": 0, + "attack": 1, + "defense": 1, + "life": 20, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8j5k5024ss67pv5e1icz1" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4nola900fpe0v53cyd66ml", + "slug": "wayfaring_pilgrim", + "name": "Wayfaring Pilgrim", + "hotscore": 863, + "guardian": { + "id": "clq39zsxk00ersh27qlv4srm6", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal on a spiritual journey", + "subType": "Mortal", + "rulesText": "Whenever Wayfaring Pilgrim enters each corner of the realm for the first time, you may draw a card.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4nola900fpe0v53cyd66ml" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h75700y6s67pv6ltodtr", + "slug": "bet_wayfaring_pilgrim_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wayfaring_pilgrim.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4nola900fpe0v53cyd66ml", + "setCardId": "clot8h73i00y4s67p0btlgzu9", + "setCard": { + "id": "clot8h73i00y4s67p0btlgzu9", + "slug": "bet_wayfaring_pilgrim", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nola900fpe0v53cyd66ml", + "meta": { + "id": "clq39zt7f00etsh27r9t3mgnf", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal on a spiritual journey", + "subType": "Mortal", + "rulesText": "Whenever Wayfaring Pilgrim enters each corner of the realm for the first time, you may draw a card.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h73i00y4s67p0btlgzu9" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h76o00y8s67pu823784s", + "slug": "bet_wayfaring_pilgrim_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wayfaring_pilgrim-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4nola900fpe0v53cyd66ml", + "setCardId": "clot8h73i00y4s67p0btlgzu9", + "setCard": { + "id": "clot8h73i00y4s67p0btlgzu9", + "slug": "bet_wayfaring_pilgrim", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4nola900fpe0v53cyd66ml", + "meta": { + "id": "clq39zt7f00etsh27r9t3mgnf", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal on a spiritual journey", + "subType": "Mortal", + "rulesText": "Whenever Wayfaring Pilgrim enters each corner of the realm for the first time, you may draw a card.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h73i00y4s67p0btlgzu9" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4nos3800fre0v5brknbltx", + "slug": "alp_wayfaring_pilgrim_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wayfaring_pilgrim.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4nola900fpe0v53cyd66ml", + "setCardId": "clm4noqrw00fqe0v5b9vefafc", + "setCard": { + "id": "clm4noqrw00fqe0v5b9vefafc", + "slug": "alp_wayfaring_pilgrim", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nola900fpe0v53cyd66ml", + "meta": { + "id": "clq39zszy00essh27ustolm9b", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal on a spiritual journey", + "subType": "Mortal", + "rulesText": "Whenever Wayfaring Pilgrim enters each corner of the realm for the first time, you may draw a card.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4noqrw00fqe0v5b9vefafc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4np55b00fte0v59txl7mo2", + "slug": "alp_wayfaring_pilgrim_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wayfaring_pilgrim-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4nola900fpe0v53cyd66ml", + "setCardId": "clm4noqrw00fqe0v5b9vefafc", + "setCard": { + "id": "clm4noqrw00fqe0v5b9vefafc", + "slug": "alp_wayfaring_pilgrim", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nola900fpe0v53cyd66ml", + "meta": { + "id": "clq39zszy00essh27ustolm9b", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal on a spiritual journey", + "subType": "Mortal", + "rulesText": "Whenever Wayfaring Pilgrim enters each corner of the realm for the first time, you may draw a card.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4noqrw00fqe0v5b9vefafc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4noz5g00fse0v531kuews2", + "slug": "alp_wayfaring_pilgrim_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wayfaring_pilgrim-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff A. Menges", + "flavorText": "", + "cardId": "clm4nola900fpe0v53cyd66ml", + "setCardId": "clm4noqrw00fqe0v5b9vefafc", + "setCard": { + "id": "clm4noqrw00fqe0v5b9vefafc", + "slug": "alp_wayfaring_pilgrim", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4nola900fpe0v53cyd66ml", + "meta": { + "id": "clq39zszy00essh27ustolm9b", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Mortal on a spiritual journey", + "subType": "Mortal", + "rulesText": "Whenever Wayfaring Pilgrim enters each corner of the realm for the first time, you may draw a card.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4noqrw00fqe0v5b9vefafc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lw5yx0027e0v5b3ko8xk2", + "slug": "waypoint_portal", + "name": "Waypoint Portal", + "hotscore": 595, + "guardian": { + "id": "clq39yjc7005dsh27o1e8zmcj", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of dimensional distortion", + "subType": "", + "rulesText": "Choose two different sites. This turn, units can move between them as if they were adjacent.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lw5yx0027e0v5b3ko8xk2" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g6xt00ces67p7ge0l7c7", + "slug": "bet_waypoint_portal_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/waypoint_portal.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4lw5yx0027e0v5b3ko8xk2", + "setCardId": "clot8g6wb00ccs67pkgjeirkc", + "setCard": { + "id": "clot8g6wb00ccs67pkgjeirkc", + "slug": "bet_waypoint_portal", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lw5yx0027e0v5b3ko8xk2", + "meta": { + "id": "clq39yjlu005fsh27490ne1lt", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of dimensional distortion", + "subType": "", + "rulesText": "Choose two different sites. This turn, units can move between them as if they were adjacent.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g6wb00ccs67pkgjeirkc" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g6zd00cgs67pwzyx29by", + "slug": "bet_waypoint_portal_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/waypoint_portal-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4lw5yx0027e0v5b3ko8xk2", + "setCardId": "clot8g6wb00ccs67pkgjeirkc", + "setCard": { + "id": "clot8g6wb00ccs67pkgjeirkc", + "slug": "bet_waypoint_portal", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lw5yx0027e0v5b3ko8xk2", + "meta": { + "id": "clq39yjlu005fsh27490ne1lt", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of dimensional distortion", + "subType": "", + "rulesText": "Choose two different sites. This turn, units can move between them as if they were adjacent.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g6wb00ccs67pkgjeirkc" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lwe5p0029e0v56l1tanhq", + "slug": "alp_waypoint_portal_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/waypoint_portal.png", + "finish": "Standard", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4lw5yx0027e0v5b3ko8xk2", + "setCardId": "clm4lwcse0028e0v5c1yleb8o", + "setCard": { + "id": "clm4lwcse0028e0v5c1yleb8o", + "slug": "alp_waypoint_portal", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lw5yx0027e0v5b3ko8xk2", + "meta": { + "id": "clq39yjeh005esh27sxt7d1vv", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of dimensional distortion", + "subType": "", + "rulesText": "Choose two different sites. This turn, units can move between them as if they were adjacent.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lwcse0028e0v5c1yleb8o" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lwsry002be0v57i0y02jl", + "slug": "alp_waypoint_portal_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/waypoint_portal-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4lw5yx0027e0v5b3ko8xk2", + "setCardId": "clm4lwcse0028e0v5c1yleb8o", + "setCard": { + "id": "clm4lwcse0028e0v5c1yleb8o", + "slug": "alp_waypoint_portal", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lw5yx0027e0v5b3ko8xk2", + "meta": { + "id": "clq39yjeh005esh27sxt7d1vv", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of dimensional distortion", + "subType": "", + "rulesText": "Choose two different sites. This turn, units can move between them as if they were adjacent.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lwcse0028e0v5c1yleb8o" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lwm20002ae0v5hqm89wyb", + "slug": "alp_waypoint_portal_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/waypoint_portal-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Jeff Easley", + "flavorText": "", + "cardId": "clm4lw5yx0027e0v5b3ko8xk2", + "setCardId": "clm4lwcse0028e0v5c1yleb8o", + "setCard": { + "id": "clm4lwcse0028e0v5c1yleb8o", + "slug": "alp_waypoint_portal", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lw5yx0027e0v5b3ko8xk2", + "meta": { + "id": "clq39yjeh005esh27sxt7d1vv", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of dimensional distortion", + "subType": "", + "rulesText": "Choose two different sites. This turn, units can move between them as if they were adjacent.", + "cost": 3, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lwcse0028e0v5c1yleb8o" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lwue7002ce0v53np12145", + "slug": "whirling_blades", + "name": "Whirling Blades", + "hotscore": 3028, + "guardian": { + "id": "clq39yjrw005gsh274ocgyz0v", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A vicious vortex of Exceptional Magic", + "subType": "", + "rulesText": "An ally may take up to two steps, and then strikes each enemy along their entire path.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4lwue7002ce0v53np12145" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g79400cls67pr1chnl2x", + "slug": "bet_whirling_blades_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/whirling_blades.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4lwue7002ce0v53np12145", + "setCardId": "clot8g77h00cjs67pi203c2d0", + "setCard": { + "id": "clot8g77h00cjs67pi203c2d0", + "slug": "bet_whirling_blades", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lwue7002ce0v53np12145", + "meta": { + "id": "clq39yk03005ish27oy6ws61a", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A vicious vortex of Exceptional Magic", + "subType": "", + "rulesText": "An ally may take up to two steps, and then strikes each enemy along their entire path.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g77h00cjs67pi203c2d0" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g7ap00cns67p76meqd7c", + "slug": "bet_whirling_blades_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/whirling_blades-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4lwue7002ce0v53np12145", + "setCardId": "clot8g77h00cjs67pi203c2d0", + "setCard": { + "id": "clot8g77h00cjs67pi203c2d0", + "slug": "bet_whirling_blades", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lwue7002ce0v53np12145", + "meta": { + "id": "clq39yk03005ish27oy6ws61a", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A vicious vortex of Exceptional Magic", + "subType": "", + "rulesText": "An ally may take up to two steps, and then strikes each enemy along their entire path.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g77h00cjs67pi203c2d0" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lx2tx002ee0v5g5349fwb", + "slug": "alp_whirling_blades_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/whirling_blades.png", + "finish": "Standard", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4lwue7002ce0v53np12145", + "setCardId": "clm4lx1gn002de0v58vo004sl", + "setCard": { + "id": "clm4lx1gn002de0v58vo004sl", + "slug": "alp_whirling_blades", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lwue7002ce0v53np12145", + "meta": { + "id": "clq39yju8005hsh27g2b0dumg", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A vicious vortex of Exceptional Magic", + "subType": "", + "rulesText": "An ally may take up to two steps, and then strikes each enemy along their entire path.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4lx1gn002de0v58vo004sl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lxbpz002fe0v50htcdq6j", + "slug": "alp_whirling_blades_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/whirling_blades-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Brian Smith", + "flavorText": "", + "cardId": "clm4lwue7002ce0v53np12145", + "setCardId": "clm4lx1gn002de0v58vo004sl", + "setCard": { + "id": "clm4lx1gn002de0v58vo004sl", + "slug": "alp_whirling_blades", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lwue7002ce0v53np12145", + "meta": { + "id": "clq39yju8005hsh27g2b0dumg", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "A vicious vortex of Exceptional Magic", + "subType": "", + "rulesText": "An ally may take up to two steps, and then strikes each enemy along their entire path.", + "cost": 5, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4lx1gn002de0v58vo004sl" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mph4k0083e0v53wivds52", + "slug": "wicked_witch", + "name": "Wicked Witch", + "hotscore": 753, + "guardian": { + "id": "clq39z3ax009ish27hg67ykb2", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with a forlorn flock", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nOther nearby minions have -2 power.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mph4k0083e0v53wivds52" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gmt300lxs67p81gvuola", + "slug": "bet_wicked_witch_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wicked_witch.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What sense in hoping for death, with nothing left to die for?", + "cardId": "clm4mph4k0083e0v53wivds52", + "setCardId": "clot8gmrk00lvs67pyqqco3mm", + "setCard": { + "id": "clot8gmrk00lvs67pyqqco3mm", + "slug": "bet_wicked_witch", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mph4k0083e0v53wivds52", + "meta": { + "id": "clq39z3j7009ksh27wl2604gs", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with a forlorn flock", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nOther nearby minions have -2 power.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gmrk00lvs67pyqqco3mm" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gmuo00lzs67pnusnkn22", + "slug": "bet_wicked_witch_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wicked_witch-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What sense in hoping for death, with nothing left to die for?", + "cardId": "clm4mph4k0083e0v53wivds52", + "setCardId": "clot8gmrk00lvs67pyqqco3mm", + "setCard": { + "id": "clot8gmrk00lvs67pyqqco3mm", + "slug": "bet_wicked_witch", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mph4k0083e0v53wivds52", + "meta": { + "id": "clq39z3j7009ksh27wl2604gs", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with a forlorn flock", + "subType": "Mortal", + "rulesText": "Spellcaster\r\n\r\nOther nearby minions have -2 power.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gmrk00lvs67pyqqco3mm" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mpoij0085e0v5d3w4gl0e", + "slug": "alp_wicked_witch_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wicked_witch.png", + "finish": "Standard", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What sense in hoping for death, with nothing left to die for?", + "cardId": "clm4mph4k0083e0v53wivds52", + "setCardId": "clm4mpmzn0084e0v5g609b266", + "setCard": { + "id": "clm4mpmzn0084e0v5g609b266", + "slug": "alp_wicked_witch", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mph4k0083e0v53wivds52", + "meta": { + "id": "clq39z3dg009jsh27z1kn1oqe", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with a forlorn flock", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nOther nearby minions have -2 power.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mpmzn0084e0v5g609b266" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mpvtn0086e0v5hr824ytn", + "slug": "alp_wicked_witch_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wicked_witch-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Dan Seagrave", + "flavorText": "What sense in hoping for death, with nothing left to die for?", + "cardId": "clm4mph4k0083e0v53wivds52", + "setCardId": "clm4mpmzn0084e0v5g609b266", + "setCard": { + "id": "clm4mpmzn0084e0v5g609b266", + "slug": "alp_wicked_witch", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mph4k0083e0v53wivds52", + "meta": { + "id": "clq39z3dg009jsh27z1kn1oqe", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Mortal with a forlorn flock", + "subType": "Mortal", + "rulesText": "Spellcaster\n\nOther nearby minions have -2 power.", + "cost": 4, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mpmzn0084e0v5g609b266" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pyahq00xbe0v546tr9504", + "slug": "wicker_manikin", + "name": "Wicker Manikin", + "hotscore": 224, + "guardian": { + "id": "clq3a1gf700r4sh27qkg6juvr", + "type": "Artifact", + "rarity": "Ordinary", + "typeText": "An Ordinary sprig of an Automaton", + "subType": "Automaton", + "rulesText": "Non-fire Spellcaster", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pyahq00xbe0v546tr9504" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8iie701qus67pthu4dimy", + "slug": "bet_wicker_manikin_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wicker_manikin.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "By twisted frame round willow's heart, let none disclaim my turner's art.", + "cardId": "clm4pyahq00xbe0v546tr9504", + "setCardId": "clot8iico01qss67p993jf2du", + "setCard": { + "id": "clot8iico01qss67p993jf2du", + "slug": "bet_wicker_manikin", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pyahq00xbe0v546tr9504", + "meta": { + "id": "clq3a1gnx00r6sh272dqo4nzq", + "type": "Artifact", + "rarity": "Ordinary", + "typeText": "An Ordinary sprig of an Automaton", + "subType": "Automaton", + "rulesText": "Non-fire Spellcaster", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iico01qss67p993jf2du" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iifp01qws67prg40swax", + "slug": "bet_wicker_manikin_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wicker_manikin-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "By twisted frame round willow's heart, let none disclaim my turner's art.", + "cardId": "clm4pyahq00xbe0v546tr9504", + "setCardId": "clot8iico01qss67p993jf2du", + "setCard": { + "id": "clot8iico01qss67p993jf2du", + "slug": "bet_wicker_manikin", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pyahq00xbe0v546tr9504", + "meta": { + "id": "clq3a1gnx00r6sh272dqo4nzq", + "type": "Artifact", + "rarity": "Ordinary", + "typeText": "An Ordinary sprig of an Automaton", + "subType": "Automaton", + "rulesText": "Non-fire Spellcaster", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iico01qss67p993jf2du" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pyhhi00xde0v5hpyvaxwz", + "slug": "alp_wicker_manikin_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wicker_manikin.png", + "finish": "Standard", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "By twisted frame round willow's heart, let none disclaim my turner's art.", + "cardId": "clm4pyahq00xbe0v546tr9504", + "setCardId": "clm4pyg4800xce0v54242blb1", + "setCard": { + "id": "clm4pyg4800xce0v54242blb1", + "slug": "alp_wicker_manikin", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pyahq00xbe0v546tr9504", + "meta": { + "id": "clq3a1gho00r5sh27h3gegbp6", + "type": "Artifact", + "rarity": "Ordinary", + "typeText": "An Ordinary sprig of an Automaton", + "subType": "Automaton", + "rulesText": "Non-fire Spellcaster", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pyg4800xce0v54242blb1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pyntz00xee0v5ebxm0v6n", + "slug": "alp_wicker_manikin_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wicker_manikin-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Drew Tucker", + "flavorText": "By twisted frame round willow's heart, let none disclaim my turner's art.", + "cardId": "clm4pyahq00xbe0v546tr9504", + "setCardId": "clm4pyg4800xce0v54242blb1", + "setCard": { + "id": "clm4pyg4800xce0v54242blb1", + "slug": "alp_wicker_manikin", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pyahq00xbe0v546tr9504", + "meta": { + "id": "clq3a1gho00r5sh27h3gegbp6", + "type": "Artifact", + "rarity": "Ordinary", + "typeText": "An Ordinary sprig of an Automaton", + "subType": "Automaton", + "rulesText": "Non-fire Spellcaster", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pyg4800xce0v54242blb1" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mq1u00087e0v534faceiv", + "slug": "wild_boars", + "name": "Wild Boars", + "hotscore": 639, + "guardian": { + "id": "clq39z3ph009lsh27zd9ywwo4", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with brindled bristles", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mq1u00087e0v534faceiv" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gn4200m4s67p4y742jl0", + "slug": "bet_wild_boars_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wild_boars.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Twere once again drowsy, when all in a rush, wild boar came a-snuffling, straight out of the brush!", + "cardId": "clm4mq1u00087e0v534faceiv", + "setCardId": "clot8gn2k00m2s67p6d5kwogy", + "setCard": { + "id": "clot8gn2k00m2s67p6d5kwogy", + "slug": "bet_wild_boars", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mq1u00087e0v534faceiv", + "meta": { + "id": "clq39z3zh009nsh271ur4nwgn", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with brindled bristles", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gn2k00m2s67p6d5kwogy" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gn5q00m6s67p6vi2mdw6", + "slug": "bet_wild_boars_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wild_boars-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Twere once again drowsy, when all in a rush, wild boar came a-snuffling, straight out of the brush!", + "cardId": "clm4mq1u00087e0v534faceiv", + "setCardId": "clot8gn2k00m2s67p6d5kwogy", + "setCard": { + "id": "clot8gn2k00m2s67p6d5kwogy", + "slug": "bet_wild_boars", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mq1u00087e0v534faceiv", + "meta": { + "id": "clq39z3zh009nsh271ur4nwgn", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with brindled bristles", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gn2k00m2s67p6d5kwogy" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mq8ly0089e0v58pmfcjzk", + "slug": "alp_wild_boars_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wild_boars.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Twere once again drowsy, when all in a rush, wild boar came a-snuffling, straight out of the brush!", + "cardId": "clm4mq1u00087e0v534faceiv", + "setCardId": "clm4mq7au0088e0v5g5605slq", + "setCard": { + "id": "clm4mq7au0088e0v5g5605slq", + "slug": "alp_wild_boars", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mq1u00087e0v534faceiv", + "meta": { + "id": "clq39z3ry009msh27zwt1ffq3", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with brindled bristles", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mq7au0088e0v5g5605slq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mqkto008be0v5f3v776ri", + "slug": "alp_wild_boars_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wild_boars-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Vasiliy Ermolaev", + "flavorText": "Twere once again drowsy, when all in a rush, wild boar came a-snuffling, straight out of the brush!", + "cardId": "clm4mq1u00087e0v534faceiv", + "setCardId": "clm4mq7au0088e0v5g5605slq", + "setCard": { + "id": "clm4mq7au0088e0v5g5605slq", + "slug": "alp_wild_boars", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mq1u00087e0v534faceiv", + "meta": { + "id": "clq39z3ry009msh27zwt1ffq3", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with brindled bristles", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mq7au0088e0v5g5605slq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mqf0l008ae0v54h6pgtmi", + "slug": "alp_wild_boars_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wild_boars-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "Twere once again drowsy, when all in a rush, wild boar came a-snuffling, straight out of the brush!", + "cardId": "clm4mq1u00087e0v534faceiv", + "setCardId": "clm4mq7au0088e0v5g5605slq", + "setCard": { + "id": "clm4mq7au0088e0v5g5605slq", + "slug": "alp_wild_boars", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mq1u00087e0v534faceiv", + "meta": { + "id": "clq39z3ry009msh27zwt1ffq3", + "type": "Minion", + "rarity": "Ordinary", + "typeText": "Ordinary Beasts with brindled bristles", + "subType": "Beast", + "rulesText": "", + "cost": 1, + "attack": 2, + "defense": 2, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mq7au0088e0v5g5605slq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4o4j4i00j6e0v59ycw1qb9", + "slug": "wildfire", + "name": "Wildfire", + "hotscore": 1979, + "guardian": { + "id": "clq3a04uw00h7sh279tww8t8q", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of itinerant ignition", + "subType": "", + "rulesText": "Conjure Wildfire atop a single site nearby.\r\n\r\nAt the end of each turn, each unit here takes 3 damage, then move Wildfire to an adjacent location it hasn't visited before. If none remain, dispel Wildfire.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4o4j4i00j6e0v59ycw1qb9" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8hg87013ts67pkmaufssd", + "slug": "bet_wildfire_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wildfire.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4o4j4i00j6e0v59ycw1qb9", + "setCardId": "clot8hg6l013rs67po7p14rb8", + "setCard": { + "id": "clot8hg6l013rs67po7p14rb8", + "slug": "bet_wildfire", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o4j4i00j6e0v59ycw1qb9", + "meta": { + "id": "clq3a055c00h9sh275222xg1q", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of itinerant ignition", + "subType": "", + "rulesText": "Conjure Wildfire atop a single site nearby.\r\n\r\nAt the end of each turn, each unit here takes 3 damage, then move Wildfire to an adjacent location it hasn't visited before. If none remain, dispel Wildfire.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hg6l013rs67po7p14rb8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8hg9w013vs67p1qzalkyi", + "slug": "bet_wildfire_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wildfire-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4o4j4i00j6e0v59ycw1qb9", + "setCardId": "clot8hg6l013rs67po7p14rb8", + "setCard": { + "id": "clot8hg6l013rs67po7p14rb8", + "slug": "bet_wildfire", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4o4j4i00j6e0v59ycw1qb9", + "meta": { + "id": "clq3a055c00h9sh275222xg1q", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of itinerant ignition", + "subType": "", + "rulesText": "Conjure Wildfire atop a single site nearby.\r\n\r\nAt the end of each turn, each unit here takes 3 damage, then move Wildfire to an adjacent location it hasn't visited before. If none remain, dispel Wildfire.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8hg6l013rs67po7p14rb8" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4o4q3l00j8e0v581dd70fj", + "slug": "alp_wildfire_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wildfire.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4o4j4i00j6e0v59ycw1qb9", + "setCardId": "clm4o4orm00j7e0v56s4qbv0a", + "setCard": { + "id": "clm4o4orm00j7e0v56s4qbv0a", + "slug": "alp_wildfire", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o4j4i00j6e0v59ycw1qb9", + "meta": { + "id": "clq3a04xe00h8sh27qejrg4ow", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of itinerant ignition", + "subType": "", + "rulesText": "Conjure Wildfire atop a single site nearby.\n\nAt the end of each turn, each unit here takes 3 damage, then move Wildfire to an adjacent location it hasn't visited before. If none remain, dispel Wildfire.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o4orm00j7e0v56s4qbv0a" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o520c00jae0v5b2ob0nuv", + "slug": "alp_wildfire_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wildfire-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4o4j4i00j6e0v59ycw1qb9", + "setCardId": "clm4o4orm00j7e0v56s4qbv0a", + "setCard": { + "id": "clm4o4orm00j7e0v56s4qbv0a", + "slug": "alp_wildfire", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o4j4i00j6e0v59ycw1qb9", + "meta": { + "id": "clq3a04xe00h8sh27qejrg4ow", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of itinerant ignition", + "subType": "", + "rulesText": "Conjure Wildfire atop a single site nearby.\n\nAt the end of each turn, each unit here takes 3 damage, then move Wildfire to an adjacent location it hasn't visited before. If none remain, dispel Wildfire.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o4orm00j7e0v56s4qbv0a" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4o4wei00j9e0v5447jhvnq", + "slug": "alp_wildfire_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wildfire-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4o4j4i00j6e0v59ycw1qb9", + "setCardId": "clm4o4orm00j7e0v56s4qbv0a", + "setCard": { + "id": "clm4o4orm00j7e0v56s4qbv0a", + "slug": "alp_wildfire", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4o4j4i00j6e0v59ycw1qb9", + "meta": { + "id": "clq3a04xe00h8sh27qejrg4ow", + "type": "Aura", + "rarity": "Exceptional", + "typeText": "An Exceptional Aura of itinerant ignition", + "subType": "", + "rulesText": "Conjure Wildfire atop a single site nearby.\n\nAt the end of each turn, each unit here takes 3 damage, then move Wildfire to an adjacent location it hasn't visited before. If none remain, dispel Wildfire.", + "cost": 4, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4o4orm00j7e0v56s4qbv0a" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4np69q00fue0v592401wp5", + "slug": "wills_o_the_wisp", + "name": "Wills-o'-the-Wisp", + "hotscore": 1084, + "guardian": { + "id": "clq39ztdb00eush27sxudxhrp", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Spirits of fascination and folly", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nWhenever Wills-o’-the-Wisp are attacked, they may teleport to another nearby location or void to evade the attack.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "cardId": "clm4np69q00fue0v592401wp5" + }, + "elements": [ + { + "id": "fire", + "name": "Fire" + } + ], + "variants": [ + { + "id": "clot8h7gx00yds67pfnio4qy7", + "slug": "bet_wills_o_the_wisp_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wills_o_the_wisp.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4np69q00fue0v592401wp5", + "setCardId": "clot8h7fg00ybs67plsjqjh1r", + "setCard": { + "id": "clot8h7fg00ybs67plsjqjh1r", + "slug": "bet_wills_o_the_wisp", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4np69q00fue0v592401wp5", + "meta": { + "id": "clq39ztn100ewsh27lpvz6be5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Spirits of fascination and folly", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nWhenever Wills-o’-the-Wisp are attacked, they may teleport to another nearby location or void to evade the attack.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h7fg00ybs67plsjqjh1r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8h7ig00yfs67pahk0ke1e", + "slug": "bet_wills_o_the_wisp_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wills_o_the_wisp-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4np69q00fue0v592401wp5", + "setCardId": "clot8h7fg00ybs67plsjqjh1r", + "setCard": { + "id": "clot8h7fg00ybs67plsjqjh1r", + "slug": "bet_wills_o_the_wisp", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4np69q00fue0v592401wp5", + "meta": { + "id": "clq39ztn100ewsh27lpvz6be5", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Spirits of fascination and folly", + "subType": "Spirit", + "rulesText": "Voidwalk\r\n\r\nWhenever Wills-o’-the-Wisp are attacked, they may teleport to another nearby location or void to evade the attack.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clot8h7fg00ybs67plsjqjh1r" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4npdgx00fwe0v58odf7m47", + "slug": "alp_wills_o_the_wisp_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wills_o_the_wisp.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4np69q00fue0v592401wp5", + "setCardId": "clm4npc5b00fve0v51su1cnds", + "setCard": { + "id": "clm4npc5b00fve0v51su1cnds", + "slug": "alp_wills_o_the_wisp", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4np69q00fue0v592401wp5", + "meta": { + "id": "clq39ztfm00evsh278uggi64a", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Spirits of fascination and folly", + "subType": "Spirit", + "rulesText": "Voidwalk\n\nWhenever Wills-o’-the-Wisp are attacked, they may teleport to another nearby void or location to evade the attack.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4npc5b00fve0v51su1cnds" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4nppap00fye0v5b6uwcvza", + "slug": "alp_wills_o_the_wisp_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wills_o_the_wisp-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4np69q00fue0v592401wp5", + "setCardId": "clm4npc5b00fve0v51su1cnds", + "setCard": { + "id": "clm4npc5b00fve0v51su1cnds", + "slug": "alp_wills_o_the_wisp", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4np69q00fue0v592401wp5", + "meta": { + "id": "clq39ztfm00evsh278uggi64a", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Spirits of fascination and folly", + "subType": "Spirit", + "rulesText": "Voidwalk\n\nWhenever Wills-o’-the-Wisp are attacked, they may teleport to another nearby void or location to evade the attack.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4npc5b00fve0v51su1cnds" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4npk8q00fxe0v53kflgzwa", + "slug": "alp_wills_o_the_wisp_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wills_o_the_wisp-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vasiliy Ermolaev", + "flavorText": "", + "cardId": "clm4np69q00fue0v592401wp5", + "setCardId": "clm4npc5b00fve0v51su1cnds", + "setCard": { + "id": "clm4npc5b00fve0v51su1cnds", + "slug": "alp_wills_o_the_wisp", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4np69q00fue0v592401wp5", + "meta": { + "id": "clq39ztfm00evsh278uggi64a", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Spirits of fascination and folly", + "subType": "Spirit", + "rulesText": "Voidwalk\n\nWhenever Wills-o’-the-Wisp are attacked, they may teleport to another nearby void or location to evade the attack.", + "cost": 1, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 1, + "airThreshold": 0, + "setCardId": "clm4npc5b00fve0v51su1cnds" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4iqhjr005324v52i4g37rt", + "slug": "wind_sylph", + "name": "Wind Sylph", + "hotscore": 594, + "guardian": { + "id": "clq39yabe003gsh27kgi8lqj6", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of capricious casting", + "subType": "Spirit", + "rulesText": "Airborne, Air Spellcaster\r\n\r\nAfter Wind Sylph casts a Magic spell, she may push a unit here one step.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4iqhjr005324v52i4g37rt" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g0260084s67p18ol576q", + "slug": "bet_wind_sylph_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wind_sylph.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4iqhjr005324v52i4g37rt", + "setCardId": "clot8g00n0082s67p7t9affd4", + "setCard": { + "id": "clot8g00n0082s67p7t9affd4", + "slug": "bet_wind_sylph", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iqhjr005324v52i4g37rt", + "meta": { + "id": "clq39yajw003ish27pkwnkb20", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of capricious casting", + "subType": "Spirit", + "rulesText": "Airborne, Air Spellcaster\r\n\r\nAfter Wind Sylph casts a Magic spell, she may push a unit here one step.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g00n0082s67p7t9affd4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g03o0086s67p90iewkra", + "slug": "bet_wind_sylph_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wind_sylph-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4iqhjr005324v52i4g37rt", + "setCardId": "clot8g00n0082s67p7t9affd4", + "setCard": { + "id": "clot8g00n0082s67p7t9affd4", + "slug": "bet_wind_sylph", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4iqhjr005324v52i4g37rt", + "meta": { + "id": "clq39yajw003ish27pkwnkb20", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of capricious casting", + "subType": "Spirit", + "rulesText": "Airborne, Air Spellcaster\r\n\r\nAfter Wind Sylph casts a Magic spell, she may push a unit here one step.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g00n0082s67p7t9affd4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4iqp9t005524v5bn98ar4h", + "slug": "alp_wind_sylph_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wind_sylph.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4iqhjr005324v52i4g37rt", + "setCardId": "clm4iqnxk005424v5hlfte34o", + "setCard": { + "id": "clm4iqnxk005424v5hlfte34o", + "slug": "alp_wind_sylph", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iqhjr005324v52i4g37rt", + "meta": { + "id": "clq39yadt003hsh27kxudyl9o", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of capricious casting", + "subType": "Spirit", + "rulesText": "Airborne, Air Spellcaster\n\nAfter Wind Sylph casts a Magic spell, she may push a unit here one step.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4iqnxk005424v5hlfte34o" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4iqwa9005624v5hf8e28hp", + "slug": "alp_wind_sylph_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wind_sylph-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4iqhjr005324v52i4g37rt", + "setCardId": "clm4iqnxk005424v5hlfte34o", + "setCard": { + "id": "clm4iqnxk005424v5hlfte34o", + "slug": "alp_wind_sylph", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4iqhjr005324v52i4g37rt", + "meta": { + "id": "clq39yadt003hsh27kxudyl9o", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "An Exceptional Spirit of capricious casting", + "subType": "Spirit", + "rulesText": "Airborne, Air Spellcaster\n\nAfter Wind Sylph casts a Magic spell, she may push a unit here one step.", + "cost": 2, + "attack": 1, + "defense": 1, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4iqnxk005424v5hlfte34o" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4lxhdr002ge0v51ck83n9x", + "slug": "windblast", + "name": "Windblast", + "hotscore": 705, + "guardian": { + "id": "clq39yk5l005jsh27br2ml889", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of weighty weather", + "subType": "", + "rulesText": "Push everything atop sites one step in a cardinal direction.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4lxhdr002ge0v51ck83n9x" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g7k800css67puqo7as60", + "slug": "bet_windblast_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/windblast.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4lxhdr002ge0v51ck83n9x", + "setCardId": "clot8g7in00cqs67piuotznmv", + "setCard": { + "id": "clot8g7in00cqs67piuotznmv", + "slug": "bet_windblast", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lxhdr002ge0v51ck83n9x", + "meta": { + "id": "clq39ykds005lsh276cuhb3k6", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of weighty weather", + "subType": "", + "rulesText": "Push everything atop sites one step in a cardinal direction.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g7in00cqs67piuotznmv" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g7ls00cus67ppws534kl", + "slug": "bet_windblast_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/windblast-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4lxhdr002ge0v51ck83n9x", + "setCardId": "clot8g7in00cqs67piuotznmv", + "setCard": { + "id": "clot8g7in00cqs67piuotznmv", + "slug": "bet_windblast", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4lxhdr002ge0v51ck83n9x", + "meta": { + "id": "clq39ykds005lsh276cuhb3k6", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of weighty weather", + "subType": "", + "rulesText": "Push everything atop sites one step in a cardinal direction.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g7in00cqs67piuotznmv" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4lxp1n002ie0v59cebh587", + "slug": "alp_windblast_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/windblast.png", + "finish": "Standard", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4lxhdr002ge0v51ck83n9x", + "setCardId": "clm4lxnog002he0v5ad1012xn", + "setCard": { + "id": "clm4lxnog002he0v5ad1012xn", + "slug": "alp_windblast", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lxhdr002ge0v51ck83n9x", + "meta": { + "id": "clq39yk80005ksh27aurztsp7", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of weighty weather", + "subType": "", + "rulesText": "Push everything atop sites one step in a cardinal direction.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lxnog002he0v5ad1012xn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4lxwwe002je0v57hmw7jd1", + "slug": "alp_windblast_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/windblast-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Michal Nagypál", + "flavorText": "", + "cardId": "clm4lxhdr002ge0v51ck83n9x", + "setCardId": "clm4lxnog002he0v5ad1012xn", + "setCard": { + "id": "clm4lxnog002he0v5ad1012xn", + "slug": "alp_windblast", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4lxhdr002ge0v51ck83n9x", + "meta": { + "id": "clq39yk80005ksh27aurztsp7", + "type": "Magic", + "rarity": "Exceptional", + "typeText": "Exceptional Magic of weighty weather", + "subType": "", + "rulesText": "Push everything atop sites one step in a cardinal direction.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4lxnog002he0v5ad1012xn" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4qp8h9013ae0v5f63k0ey5", + "slug": "windmill", + "name": "Windmill", + "hotscore": 7407, + "guardian": { + "id": "clq3a203n00v1sh2776o4u8ix", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4qp8h9013ae0v5f63k0ey5" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + }, + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8ixoo01zzs67po51tn5j5", + "slug": "bet_windmill_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/windmill.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "The wind's wild words, in uncertain surges, whisper how the world was made.", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "setCardId": "clot8ixn601zxs67ppyuggzor", + "setCard": { + "id": "clot8ixn601zxs67ppyuggzor", + "slug": "bet_windmill", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "meta": { + "id": "clq3a20bj00v3sh27a3t9t3j2", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ixn601zxs67ppyuggzor" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8ixq60201s67p9ovuunrh", + "slug": "bet_windmill_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/windmill-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "The wind's wild words, in uncertain surges, whisper how the world was made.", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "setCardId": "clot8ixn601zxs67ppyuggzor", + "setCard": { + "id": "clot8ixn601zxs67ppyuggzor", + "slug": "bet_windmill", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "meta": { + "id": "clq3a20bj00v3sh27a3t9t3j2", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8ixn601zxs67ppyuggzor" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4qpg5p013ce0v51wwx6ady", + "slug": "alp_windmill_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/windmill.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "The wind's wild words, in uncertain surges, whisper how the world was made.", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "setCardId": "clm4qpeun013be0v5bbfc7r7x", + "setCard": { + "id": "clm4qpeun013be0v5bbfc7r7x", + "slug": "alp_windmill", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "meta": { + "id": "clq3a205y00v2sh27aptb3lfe", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4qpeun013be0v5bbfc7r7x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4qpnsy013de0v5ed1ohhcg", + "slug": "alp_windmill_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/windmill-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elwira Pawlikowska", + "flavorText": "The wind's wild words, in uncertain surges, whisper how the world was made.", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "setCardId": "clm4qpeun013be0v5bbfc7r7x", + "setCard": { + "id": "clm4qpeun013be0v5bbfc7r7x", + "slug": "alp_windmill", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4qp8h9013ae0v5f63k0ey5", + "meta": { + "id": "clq3a205y00v2sh27aptb3lfe", + "type": "Site", + "rarity": "Exceptional", + "typeText": "An Exceptional Site of Earth and Air", + "subType": "", + "rulesText": "", + "cost": 0, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 1, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4qpeun013be0v5bbfc7r7x" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4pytzo00xfe0v58trnghkv", + "slug": "wings_of_invention", + "name": "Wings of Invention", + "hotscore": 448, + "guardian": { + "id": "clq3a1gtw00r7sh27rs13rf7e", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Device of aerial ingenuity", + "subType": "Device", + "rulesText": "Bearer has Airborne and Movement +1, if it's a minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4pytzo00xfe0v58trnghkv" + }, + "elements": [ + { + "id": "none", + "name": "None" + } + ], + "variants": [ + { + "id": "clot8iiqf01r1s67p5mi4bjvz", + "slug": "bet_wings_of_invention_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wings_of_invention.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pytzo00xfe0v58trnghkv", + "setCardId": "clot8iiow01qzs67pdnxm540j", + "setCard": { + "id": "clot8iiow01qzs67pdnxm540j", + "slug": "bet_wings_of_invention", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pytzo00xfe0v58trnghkv", + "meta": { + "id": "clq3a1h2400r9sh27lk6gaoyg", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Device of aerial ingenuity", + "subType": "Device", + "rulesText": "Bearer has Airborne and Movement +1, if it's a minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iiow01qzs67pdnxm540j" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8iirx01r3s67pkdarqj66", + "slug": "bet_wings_of_invention_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wings_of_invention-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pytzo00xfe0v58trnghkv", + "setCardId": "clot8iiow01qzs67pdnxm540j", + "setCard": { + "id": "clot8iiow01qzs67pdnxm540j", + "slug": "bet_wings_of_invention", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4pytzo00xfe0v58trnghkv", + "meta": { + "id": "clq3a1h2400r9sh27lk6gaoyg", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Device of aerial ingenuity", + "subType": "Device", + "rulesText": "Bearer has Airborne and Movement +1, if it's a minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8iiow01qzs67pdnxm540j" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4pz1h600xhe0v582d67dkz", + "slug": "alp_wings_of_invention_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wings_of_invention.png", + "finish": "Standard", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pytzo00xfe0v58trnghkv", + "setCardId": "clm4pz05t00xge0v58q6mdkhc", + "setCard": { + "id": "clm4pz05t00xge0v58q6mdkhc", + "slug": "alp_wings_of_invention", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pytzo00xfe0v58trnghkv", + "meta": { + "id": "clq3a1gwd00r8sh27gxnbu920", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Device of aerial ingenuity", + "subType": "Device", + "rulesText": "Bearer has Airborne and Movement +1, if it's a minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pz05t00xge0v58q6mdkhc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4pz7n000xie0v579ez1zp6", + "slug": "alp_wings_of_invention_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wings_of_invention-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Elvira Shakirova", + "flavorText": "", + "cardId": "clm4pytzo00xfe0v58trnghkv", + "setCardId": "clm4pz05t00xge0v58q6mdkhc", + "setCard": { + "id": "clm4pz05t00xge0v58q6mdkhc", + "slug": "alp_wings_of_invention", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4pytzo00xfe0v58trnghkv", + "meta": { + "id": "clq3a1gwd00r8sh27gxnbu920", + "type": "Artifact", + "rarity": "Exceptional", + "typeText": "An Exceptional Device of aerial ingenuity", + "subType": "Device", + "rulesText": "Bearer has Airborne and Movement +1, if it's a minion.", + "cost": 2, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4pz05t00xge0v58q6mdkhc" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4ir1ub005724v57ecn0bj6", + "slug": "witherwing_hero", + "name": "Witherwing Hero", + "hotscore": 1048, + "guardian": { + "id": "clq39yaq1003jsh27yn2a9ydz", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Angel, dauntless and daring", + "subType": "Angel", + "rulesText": "Airborne\r\n\r\nWhenever a weaker allied minion here is attacked, you may return it to its owner's hand.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "cardId": "clm4ir1ub005724v57ecn0bj6" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g0e3008bs67pky254e8d", + "slug": "bet_witherwing_hero_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/witherwing_hero.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ir1ub005724v57ecn0bj6", + "setCardId": "clot8g0cl0089s67pwfl7kxpx", + "setCard": { + "id": "clot8g0cl0089s67pwfl7kxpx", + "slug": "bet_witherwing_hero", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ir1ub005724v57ecn0bj6", + "meta": { + "id": "clq39yay7003lsh272ng58ats", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Angel, dauntless and daring", + "subType": "Angel", + "rulesText": "Airborne\r\n\r\nWhenever a weaker allied minion here is attacked, you may return it to its owner's hand.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g0cl0089s67pwfl7kxpx" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g0fs008ds67pfcfsejr2", + "slug": "bet_witherwing_hero_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/witherwing_hero-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ir1ub005724v57ecn0bj6", + "setCardId": "clot8g0cl0089s67pwfl7kxpx", + "setCard": { + "id": "clot8g0cl0089s67pwfl7kxpx", + "slug": "bet_witherwing_hero", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4ir1ub005724v57ecn0bj6", + "meta": { + "id": "clq39yay7003lsh272ng58ats", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Angel, dauntless and daring", + "subType": "Angel", + "rulesText": "Airborne\r\n\r\nWhenever a weaker allied minion here is attacked, you may return it to its owner's hand.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clot8g0cl0089s67pwfl7kxpx" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4ir97l005924v5e4a4h4um", + "slug": "alp_witherwing_hero_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/witherwing_hero.png", + "finish": "Standard", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ir1ub005724v57ecn0bj6", + "setCardId": "clm4ir7tf005824v5hquzh6fp", + "setCard": { + "id": "clm4ir7tf005824v5hquzh6fp", + "slug": "alp_witherwing_hero", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ir1ub005724v57ecn0bj6", + "meta": { + "id": "clq39yasi003ksh27ex1in2g1", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Angel, dauntless and daring", + "subType": "Angel", + "rulesText": "Airborne\n\nWhenever a weaker allied minion here is attacked, you may return it to its owner's hand.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ir7tf005824v5hquzh6fp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4irfy1005a24v5couv97yx", + "slug": "alp_witherwing_hero_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/witherwing_hero-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Vincent Pompetti", + "flavorText": "", + "cardId": "clm4ir1ub005724v57ecn0bj6", + "setCardId": "clm4ir7tf005824v5hquzh6fp", + "setCard": { + "id": "clm4ir7tf005824v5hquzh6fp", + "slug": "alp_witherwing_hero", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4ir1ub005724v57ecn0bj6", + "meta": { + "id": "clq39yasi003ksh27ex1in2g1", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Angel, dauntless and daring", + "subType": "Angel", + "rulesText": "Airborne\n\nWhenever a weaker allied minion here is attacked, you may return it to its owner's hand.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clm4ir7tf005824v5hquzh6fp" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clpvzho4s0016m65ywbw22lyt", + "slug": "pro_witherwing_hero_p_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/pro/witherwing_hero-p-f.png", + "finish": "Foil", + "product": "Promo", + "artist": "Frank Frazetta", + "flavorText": "", + "cardId": "clm4ir1ub005724v57ecn0bj6", + "setCardId": "clpvzho2j0014m65y4txdu5kd", + "setCard": { + "id": "clpvzho2j0014m65y4txdu5kd", + "slug": "pro_witherwing_hero", + "setId": "clm4rgehb000042v5a04vfg6s", + "cardId": "clm4ir1ub005724v57ecn0bj6", + "meta": { + "id": "clq39yb42003msh274z5fb9d8", + "type": "Minion", + "rarity": "Unique", + "typeText": "A Unique Angel protects your assets", + "subType": "Angel", + "rulesText": "Airborne\r\n\r\nWhenever a weaker allied minion here is attacked, you may return it to its owner's hand.", + "cost": 4, + "attack": 4, + "defense": 4, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 2, + "setCardId": "clpvzho2j0014m65y4txdu5kd" + }, + "set": { + "id": "clm4rgehb000042v5a04vfg6s", + "name": "Promotional", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mqly8008ce0v5glixhcie", + "slug": "wraetannis_titan", + "name": "Wraetannis Titan", + "hotscore": 2575, + "guardian": { + "id": "clq39z451009osh27x4dcnuao", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Giant makes an epic entrance", + "subType": "Giant", + "rulesText": "Genesis → Strike each enemy here.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mqly8008ce0v5glixhcie" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gnfv00mbs67pmxvfu2jc", + "slug": "bet_wraetannis_titan_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wraetannis_titan.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "O valley low, innocent dove What grievous blows rain from above", + "cardId": "clm4mqly8008ce0v5glixhcie", + "setCardId": "clot8gnea00m9s67pqr9vh85b", + "setCard": { + "id": "clot8gnea00m9s67pqr9vh85b", + "slug": "bet_wraetannis_titan", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mqly8008ce0v5glixhcie", + "meta": { + "id": "clq39z4ew009qsh27gujajz8k", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Giant makes an epic entrance", + "subType": "Giant", + "rulesText": "Genesis → Strike each enemy here.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gnea00m9s67pqr9vh85b" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gnhd00mds67ppefqx52j", + "slug": "bet_wraetannis_titan_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wraetannis_titan-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "O valley low, innocent dove What grievous blows rain from above", + "cardId": "clm4mqly8008ce0v5glixhcie", + "setCardId": "clot8gnea00m9s67pqr9vh85b", + "setCard": { + "id": "clot8gnea00m9s67pqr9vh85b", + "slug": "bet_wraetannis_titan", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mqly8008ce0v5glixhcie", + "meta": { + "id": "clq39z4ew009qsh27gujajz8k", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Giant makes an epic entrance", + "subType": "Giant", + "rulesText": "Genesis → Strike each enemy here.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gnea00m9s67pqr9vh85b" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mqtb4008ee0v5ekh6hn0b", + "slug": "alp_wraetannis_titan_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wraetannis_titan.png", + "finish": "Standard", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "O valley low, innocent dove What grievous blows rain from above", + "cardId": "clm4mqly8008ce0v5glixhcie", + "setCardId": "clm4mqs05008de0v5dh7h62jq", + "setCard": { + "id": "clm4mqs05008de0v5dh7h62jq", + "slug": "alp_wraetannis_titan", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mqly8008ce0v5glixhcie", + "meta": { + "id": "clq39z47e009psh27ygdezgcl", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Giant makes an epic entrance", + "subType": "Giant", + "rulesText": "Genesis → Strike each enemy here.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mqs05008de0v5dh7h62jq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mr5ok008ge0v57zhc9bts", + "slug": "alp_wraetannis_titan_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wraetannis_titan-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Tony Szczudlo", + "flavorText": "O valley low, innocent dove What grievous blows rain from above", + "cardId": "clm4mqly8008ce0v5glixhcie", + "setCardId": "clm4mqs05008de0v5dh7h62jq", + "setCard": { + "id": "clm4mqs05008de0v5dh7h62jq", + "slug": "alp_wraetannis_titan", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mqly8008ce0v5glixhcie", + "meta": { + "id": "clq39z47e009psh27ygdezgcl", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Giant makes an epic entrance", + "subType": "Giant", + "rulesText": "Genesis → Strike each enemy here.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mqs05008de0v5dh7h62jq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mr0g7008fe0v5e3dr9yd3", + "slug": "alp_wraetannis_titan_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wraetannis_titan-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Tony Szczudlo", + "flavorText": "O valley low, innocent dove What grievous blows rain from above", + "cardId": "clm4mqly8008ce0v5glixhcie", + "setCardId": "clm4mqs05008de0v5dh7h62jq", + "setCard": { + "id": "clm4mqs05008de0v5dh7h62jq", + "slug": "alp_wraetannis_titan", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mqly8008ce0v5glixhcie", + "meta": { + "id": "clq39z47e009psh27ygdezgcl", + "type": "Minion", + "rarity": "Elite", + "typeText": "An Elite Giant makes an epic entrance", + "subType": "Giant", + "rulesText": "Genesis → Strike each enemy here.", + "cost": 7, + "attack": 6, + "defense": 6, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mqs05008de0v5dh7h62jq" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4p2ke900qme0v54fxq0p8s", + "slug": "wrath_of_the_sea", + "name": "Wrath of the Sea", + "hotscore": 1647, + "guardian": { + "id": "clq3a0txm00mbsh27p4q8n0co", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of merciless deluge", + "subType": "", + "rulesText": "Flood all sites adjacent to a body of water this turn. Then submerge all minions and artifacts on water.", + "cost": 7, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4p2ke900qme0v54fxq0p8s" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8i00001fos67pqsob6dra", + "slug": "bet_wrath_of_the_sea_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wrath_of_the_sea.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4p2ke900qme0v54fxq0p8s", + "setCardId": "clot8hzyf01fms67pean0v3t4", + "setCard": { + "id": "clot8hzyf01fms67pean0v3t4", + "slug": "bet_wrath_of_the_sea", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p2ke900qme0v54fxq0p8s", + "meta": { + "id": "clq3a0u7d00mdsh27xfdbpphp", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of merciless deluge", + "subType": "", + "rulesText": "Flood all sites adjacent to a body of water this turn. Then submerge all minions and artifacts on water.", + "cost": 7, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hzyf01fms67pean0v3t4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8i01k01fqs67pjgqht33k", + "slug": "bet_wrath_of_the_sea_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/wrath_of_the_sea-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4p2ke900qme0v54fxq0p8s", + "setCardId": "clot8hzyf01fms67pean0v3t4", + "setCard": { + "id": "clot8hzyf01fms67pean0v3t4", + "slug": "bet_wrath_of_the_sea", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4p2ke900qme0v54fxq0p8s", + "meta": { + "id": "clq3a0u7d00mdsh27xfdbpphp", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of merciless deluge", + "subType": "", + "rulesText": "Flood all sites adjacent to a body of water this turn. Then submerge all minions and artifacts on water.", + "cost": 7, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8hzyf01fms67pean0v3t4" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4p2s4e00qoe0v5dfcp73v7", + "slug": "alp_wrath_of_the_sea_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wrath_of_the_sea.png", + "finish": "Standard", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4p2ke900qme0v54fxq0p8s", + "setCardId": "clm4p2qmd00qne0v56zq87367", + "setCard": { + "id": "clm4p2qmd00qne0v56zq87367", + "slug": "alp_wrath_of_the_sea", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p2ke900qme0v54fxq0p8s", + "meta": { + "id": "clq3a0u0300mcsh27la0b0xtp", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of merciless deluge", + "subType": "", + "rulesText": "Flood all sites adjacent to a body of water this turn. Then submerge all minions and artifacts on water.", + "cost": 7, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p2qmd00qne0v56zq87367" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p34dz00qqe0v5dtyfe34t", + "slug": "alp_wrath_of_the_sea_d_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wrath_of_the_sea-d.png", + "finish": "Standard", + "product": "Preconstructed_Deck", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4p2ke900qme0v54fxq0p8s", + "setCardId": "clm4p2qmd00qne0v56zq87367", + "setCard": { + "id": "clm4p2qmd00qne0v56zq87367", + "slug": "alp_wrath_of_the_sea", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p2ke900qme0v54fxq0p8s", + "meta": { + "id": "clq3a0u0300mcsh27la0b0xtp", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of merciless deluge", + "subType": "", + "rulesText": "Flood all sites adjacent to a body of water this turn. Then submerge all minions and artifacts on water.", + "cost": 7, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p2qmd00qne0v56zq87367" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4p2z5500qpe0v58uc1d08q", + "slug": "alp_wrath_of_the_sea_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/wrath_of_the_sea-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Mattias Frisk", + "flavorText": "", + "cardId": "clm4p2ke900qme0v54fxq0p8s", + "setCardId": "clm4p2qmd00qne0v56zq87367", + "setCard": { + "id": "clm4p2qmd00qne0v56zq87367", + "slug": "alp_wrath_of_the_sea", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4p2ke900qme0v54fxq0p8s", + "meta": { + "id": "clq3a0u0300mcsh27la0b0xtp", + "type": "Magic", + "rarity": "Elite", + "typeText": "Elite Magic of merciless deluge", + "subType": "", + "rulesText": "Flood all sites adjacent to a body of water this turn. Then submerge all minions and artifacts on water.", + "cost": 7, + "attack": null, + "defense": null, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4p2qmd00qne0v56zq87367" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4os7ji00obe0v5fdc7fbjj", + "slug": "yokai_kappas", + "name": "Yokai Kappas", + "hotscore": 216, + "guardian": { + "id": "clq3a0m8m00kqsh27ciicbvdj", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Beasts imperil this pond", + "subType": "Beast", + "rulesText": "Discard a water site → Untap Yokai Kappas. Use only once per turn.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4os7ji00obe0v5fdc7fbjj" + }, + "elements": [ + { + "id": "water", + "name": "Water" + } + ], + "variants": [ + { + "id": "clot8htw201bzs67p5awujw69", + "slug": "bet_yokai_kappas_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/yokai_kappas.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "In the cool winter months when cucurbits don't grow, kappas of the Yokai forest find other means of refreshment.", + "cardId": "clm4os7ji00obe0v5fdc7fbjj", + "setCardId": "clot8htug01bxs67pwfa5gdfl", + "setCard": { + "id": "clot8htug01bxs67pwfa5gdfl", + "slug": "bet_yokai_kappas", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4os7ji00obe0v5fdc7fbjj", + "meta": { + "id": "clq3a0mgi00kssh27vf19cnr0", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Beasts imperil this pond", + "subType": "Beast", + "rulesText": "Discard a water site → Untap Yokai Kappas. Use only once per turn.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8htug01bxs67pwfa5gdfl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8htxn01c1s67pumqbmvos", + "slug": "bet_yokai_kappas_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/yokai_kappas-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "In the cool winter months when cucurbits don't grow, kappas of the Yokai forest find other means of refreshment.", + "cardId": "clm4os7ji00obe0v5fdc7fbjj", + "setCardId": "clot8htug01bxs67pwfa5gdfl", + "setCard": { + "id": "clot8htug01bxs67pwfa5gdfl", + "slug": "bet_yokai_kappas", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4os7ji00obe0v5fdc7fbjj", + "meta": { + "id": "clq3a0mgi00kssh27vf19cnr0", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Beasts imperil this pond", + "subType": "Beast", + "rulesText": "Discard a water site → Untap Yokai Kappas. Use only once per turn.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8htug01bxs67pwfa5gdfl" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4osegs00ode0v555j90gx9", + "slug": "alp_yokai_kappas_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/yokai_kappas.png", + "finish": "Standard", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "In the cool winter months when cucurbits don't grow, kappas of the Yokai forest find other means of refreshment.", + "cardId": "clm4os7ji00obe0v5fdc7fbjj", + "setCardId": "clm4osd5g00oce0v5cfec7kin", + "setCard": { + "id": "clm4osd5g00oce0v5cfec7kin", + "slug": "alp_yokai_kappas", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4os7ji00obe0v5fdc7fbjj", + "meta": { + "id": "clq3a0mav00krsh27rx3xl6t7", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Beasts imperil this pond", + "subType": "Beast", + "rulesText": "Discard a water site → Untap Yokai Kappas. Use only once per turn.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4osd5g00oce0v5cfec7kin" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4osktn00oee0v5hpxr95mq", + "slug": "alp_yokai_kappas_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/yokai_kappas-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Gadu Duaso", + "flavorText": "In the cool winter months when cucurbits don't grow, kappas of the Yokai forest find other means of refreshment.", + "cardId": "clm4os7ji00obe0v5fdc7fbjj", + "setCardId": "clm4osd5g00oce0v5cfec7kin", + "setCard": { + "id": "clm4osd5g00oce0v5cfec7kin", + "slug": "alp_yokai_kappas", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4os7ji00obe0v5fdc7fbjj", + "meta": { + "id": "clq3a0mav00krsh27rx3xl6t7", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Beasts imperil this pond", + "subType": "Beast", + "rulesText": "Discard a water site → Untap Yokai Kappas. Use only once per turn.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 2, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4osd5g00oce0v5cfec7kin" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4mr6t9008he0v5gubdht3v", + "slug": "yourke_crossbowmen", + "name": "Yourke Crossbowmen", + "hotscore": 757, + "guardian": { + "id": "clq39z4km009rsh27umlt8g08", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals entrenched and armed", + "subType": "Mortal", + "rulesText": "Ranged\r\n\r\nTakes no damage from ranged strikes.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "cardId": "clm4mr6t9008he0v5gubdht3v" + }, + "elements": [ + { + "id": "earth", + "name": "Earth" + } + ], + "variants": [ + { + "id": "clot8gnsv00mis67pi42lhlgh", + "slug": "bet_yourke_crossbowmen_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/yourke_crossbowmen.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Corin's shield wracked and shivered like a plucked bowstring—but held!—while he reloaded.", + "cardId": "clm4mr6t9008he0v5gubdht3v", + "setCardId": "clot8gnr000mgs67pzjj7mnl7", + "setCard": { + "id": "clot8gnr000mgs67pzjj7mnl7", + "slug": "bet_yourke_crossbowmen", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mr6t9008he0v5gubdht3v", + "meta": { + "id": "clq39z4sz009tsh27y5ual5ov", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals entrenched and armed", + "subType": "Mortal", + "rulesText": "Ranged\r\n\r\nTakes no damage from ranged strikes.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gnr000mgs67pzjj7mnl7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8gnul00mks67pyvh7wprd", + "slug": "bet_yourke_crossbowmen_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/yourke_crossbowmen-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Corin's shield wracked and shivered like a plucked bowstring—but held!—while he reloaded.", + "cardId": "clm4mr6t9008he0v5gubdht3v", + "setCardId": "clot8gnr000mgs67pzjj7mnl7", + "setCard": { + "id": "clot8gnr000mgs67pzjj7mnl7", + "slug": "bet_yourke_crossbowmen", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4mr6t9008he0v5gubdht3v", + "meta": { + "id": "clq39z4sz009tsh27y5ual5ov", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals entrenched and armed", + "subType": "Mortal", + "rulesText": "Ranged\r\n\r\nTakes no damage from ranged strikes.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clot8gnr000mgs67pzjj7mnl7" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4mrdzh008je0v571lf9i6m", + "slug": "alp_yourke_crossbowmen_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/yourke_crossbowmen.png", + "finish": "Standard", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Corin's shield wracked and shivered like a plucked bowstring—but held!—while he reloaded.", + "cardId": "clm4mr6t9008he0v5gubdht3v", + "setCardId": "clm4mrcmp008ie0v5f7ggez8s", + "setCard": { + "id": "clm4mrcmp008ie0v5f7ggez8s", + "slug": "alp_yourke_crossbowmen", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mr6t9008he0v5gubdht3v", + "meta": { + "id": "clq39z4n3009ssh27zy3fjr4g", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals entrenched and armed", + "subType": "Mortal", + "rulesText": "Ranged\n\nTakes no damage from ranged strikes.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mrcmp008ie0v5f7ggez8s" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4mrllv008ke0v52hmn6p2i", + "slug": "alp_yourke_crossbowmen_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/yourke_crossbowmen-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Andrea Modesti", + "flavorText": "Corin's shield wracked and shivered like a plucked bowstring—but held!—while he reloaded.", + "cardId": "clm4mr6t9008he0v5gubdht3v", + "setCardId": "clm4mrcmp008ie0v5f7ggez8s", + "setCard": { + "id": "clm4mrcmp008ie0v5f7ggez8s", + "slug": "alp_yourke_crossbowmen", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4mr6t9008he0v5gubdht3v", + "meta": { + "id": "clq39z4n3009ssh27zy3fjr4g", + "type": "Minion", + "rarity": "Exceptional", + "typeText": "Exceptional Mortals entrenched and armed", + "subType": "Mortal", + "rulesText": "Ranged\n\nTakes no damage from ranged strikes.", + "cost": 3, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 2, + "fireThreshold": 0, + "airThreshold": 0, + "setCardId": "clm4mrcmp008ie0v5f7ggez8s" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + }, + { + "id": "clm4irmt9005b24v5a3zkbubs", + "slug": "zephyranne_airship", + "name": "Zephyranne Airship", + "hotscore": 437, + "guardian": { + "id": "clq39yb89003nsh27tbz3pfr0", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals take to the skies", + "subType": "Mortal", + "rulesText": "Airborne, Movement +2\r\n\r\nMay carry any number of allied minions.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "cardId": "clm4irmt9005b24v5a3zkbubs" + }, + "elements": [ + { + "id": "air", + "name": "Air" + } + ], + "variants": [ + { + "id": "clot8g0qy008is67px1mef03x", + "slug": "bet_zephyranne_airship_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/zephyranne_airship.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4irmt9005b24v5a3zkbubs", + "setCardId": "clot8g0pc008gs67p8ki2zmmp", + "setCard": { + "id": "clot8g0pc008gs67p8ki2zmmp", + "slug": "bet_zephyranne_airship", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4irmt9005b24v5a3zkbubs", + "meta": { + "id": "clq39ybga003psh277z01kkqn", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals take to the skies", + "subType": "Mortal", + "rulesText": "Airborne, Movement +2\r\n\r\nMay carry any number of allied minions.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g0pc008gs67p8ki2zmmp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clot8g0sl008ks67pvx09fvl1", + "slug": "bet_zephyranne_airship_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/bet/zephyranne_airship-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4irmt9005b24v5a3zkbubs", + "setCardId": "clot8g0pc008gs67p8ki2zmmp", + "setCard": { + "id": "clot8g0pc008gs67p8ki2zmmp", + "slug": "bet_zephyranne_airship", + "setId": "clot8flmj0000s67pwwgomp36", + "cardId": "clm4irmt9005b24v5a3zkbubs", + "meta": { + "id": "clq39ybga003psh277z01kkqn", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals take to the skies", + "subType": "Mortal", + "rulesText": "Airborne, Movement +2\r\n\r\nMay carry any number of allied minions.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clot8g0pc008gs67p8ki2zmmp" + }, + "set": { + "id": "clot8flmj0000s67pwwgomp36", + "name": "Beta", + "releaseDate": "" + } + } + }, + { + "id": "clm4irugp005d24v545rz13dx", + "slug": "alp_zephyranne_airship_b_s", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/zephyranne_airship.png", + "finish": "Standard", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4irmt9005b24v5a3zkbubs", + "setCardId": "clm4irt4g005c24v5grd2gsp7", + "setCard": { + "id": "clm4irt4g005c24v5grd2gsp7", + "slug": "alp_zephyranne_airship", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4irmt9005b24v5a3zkbubs", + "meta": { + "id": "clq39ybal003osh2778tj6p8f", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals take to the skies", + "subType": "Mortal", + "rulesText": "Airborne, Movement +2\n\nMay carry any number of allied minions.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4irt4g005c24v5grd2gsp7" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + }, + { + "id": "clm4is1q8005e24v5hvgn9o4l", + "slug": "alp_zephyranne_airship_b_f", + "src": "https://d27a44hjr9gen3.cloudfront.net/alp/zephyranne_airship-f.png", + "finish": "Foil", + "product": "Booster", + "artist": "Marta Molina", + "flavorText": "", + "cardId": "clm4irmt9005b24v5a3zkbubs", + "setCardId": "clm4irt4g005c24v5grd2gsp7", + "setCard": { + "id": "clm4irt4g005c24v5grd2gsp7", + "slug": "alp_zephyranne_airship", + "setId": "clm4i28ww000024v50wdn1bqz", + "cardId": "clm4irmt9005b24v5a3zkbubs", + "meta": { + "id": "clq39ybal003osh2778tj6p8f", + "type": "Minion", + "rarity": "Elite", + "typeText": "Elite Mortals take to the skies", + "subType": "Mortal", + "rulesText": "Airborne, Movement +2\n\nMay carry any number of allied minions.", + "cost": 4, + "attack": 3, + "defense": 3, + "life": null, + "waterThreshold": 0, + "earthThreshold": 0, + "fireThreshold": 0, + "airThreshold": 1, + "setCardId": "clm4irt4g005c24v5grd2gsp7" + }, + "set": { + "id": "clm4i28ww000024v50wdn1bqz", + "name": "Alpha", + "releaseDate": "" + } + } + } + ] + } +] \ No newline at end of file diff --git a/fetch_api.sh b/fetch_api.sh deleted file mode 100755 index 0a18db7..0000000 --- a/fetch_api.sh +++ /dev/null @@ -1,70 +0,0 @@ -#!/bin/bash - -# Ensure both cursor and limit arguments are provided -if [ "$#" -ne 2 ]; then - echo "Usage: $0 " - exit 1 -fi - -cursor=$1 -limit=$2 - -# Construct the JSON payload with the provided cursor and limit -json_payload=$(cat <