mtga
Version:
MTGA card details as backbone models
182 lines (180 loc) • 97.8 kB
JavaScript
const { CardPool, Card } = require('./models.js')
let throne_of_eldraine = new CardPool({name: "throne_of_eldraine", cards: []})
throne_of_eldraine.addCard(new Card({ mtgaID: 70148, setNumber: 1, name: "acclaimed_contender", prettyName: "Acclaimed Contender", cardType: "Creature", set: "ELD", subTypes: "Human Knight", colorIdentity: ['W'], colors: ['White'], rarity: "Rare", cost: ['2', 'W'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70149, setNumber: 2, name: "all_that_glitters", prettyName: "All That Glitters", cardType: "Enchantment", set: "ELD", subTypes: "Aura", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['1', 'W'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70150, setNumber: 3, name: "archon_of_absolution", prettyName: "Archon of Absolution", cardType: "Creature", set: "ELD", subTypes: "Archon", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['3', 'W'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70151, setNumber: 4, name: "ardenvale_paladin", prettyName: "Ardenvale Paladin", cardType: "Creature", set: "ELD", subTypes: "Human Knight", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['3', 'W'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70152, setNumber: 5, name: "ardenvale_tactician", prettyName: "Ardenvale Tactician", cardType: "Creature", set: "ELD", subTypes: "Human Knight", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['1', 'W', 'W'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70153, setNumber: 6, name: "bartered_cow", prettyName: "Bartered Cow", cardType: "Creature", set: "ELD", subTypes: "Ox", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['3', 'W'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70154, setNumber: 7, name: "beloved_princess", prettyName: "Beloved Princess", cardType: "Creature", set: "ELD", subTypes: "Human Noble", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['W'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70155, setNumber: 8, name: "charming_prince", prettyName: "Charming Prince", cardType: "Creature", set: "ELD", subTypes: "Human Noble", colorIdentity: ['W'], colors: ['White'], rarity: "Rare", cost: ['1', 'W'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70156, setNumber: 9, name: "the_circle_of_loyalty", prettyName: "The Circle of Loyalty", cardType: "Artifact", set: "ELD", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Mythic Rare", cost: ['4', 'W', 'W'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70157, setNumber: 10, name: "deafening_silence", prettyName: "Deafening Silence", cardType: "Enchantment", set: "ELD", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['W'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70158, setNumber: 11, name: "faerie_guidemother", prettyName: "Faerie Guidemother", cardType: "Creature", set: "ELD", subTypes: "Faerie", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['W'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70159, setNumber: 12, name: "flutterfox", prettyName: "Flutterfox", cardType: "Creature", set: "ELD", subTypes: "Fox", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['1', 'W'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70160, setNumber: 13, name: "fortifying_provisions", prettyName: "Fortifying Provisions", cardType: "Enchantment", set: "ELD", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['2', 'W'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70161, setNumber: 14, name: "giant_killer", prettyName: "Giant Killer", cardType: "Creature", set: "ELD", subTypes: "Human Peasant", colorIdentity: ['W'], colors: ['White'], rarity: "Rare", cost: ['W'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70162, setNumber: 15, name: "glass_casket", prettyName: "Glass Casket", cardType: "Artifact", set: "ELD", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['1', 'W'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70163, setNumber: 16, name: "happily_ever_after", prettyName: "Happily Ever After", cardType: "Enchantment", set: "ELD", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Rare", cost: ['2', 'W'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70164, setNumber: 17, name: "harmonious_archon", prettyName: "Harmonious Archon", cardType: "Creature", set: "ELD", subTypes: "Archon", colorIdentity: ['W'], colors: ['White'], rarity: "Mythic Rare", cost: ['4', 'W', 'W'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70165, setNumber: 18, name: "hushbringer", prettyName: "Hushbringer", cardType: "Creature", set: "ELD", subTypes: "Faerie", colorIdentity: ['W'], colors: ['White'], rarity: "Rare", cost: ['1', 'W'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70166, setNumber: 19, name: "knight_of_the_keep", prettyName: "Knight of the Keep", cardType: "Creature", set: "ELD", subTypes: "Human Knight", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['2', 'W'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70167, setNumber: 20, name: "linden_the_steadfast_queen", prettyName: "Linden, the Steadfast Queen", cardType: "Creature", set: "ELD", subTypes: "Human Noble", colorIdentity: ['W'], colors: ['White'], rarity: "Rare", cost: ['W', 'W', 'W'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70168, setNumber: 21, name: "lonesome_unicorn", prettyName: "Lonesome Unicorn", cardType: "Creature", set: "ELD", subTypes: "Unicorn", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['4', 'W'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70169, setNumber: 22, name: "mysterious_pathlighter", prettyName: "Mysterious Pathlighter", cardType: "Creature", set: "ELD", subTypes: "Faerie", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['2', 'W'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70170, setNumber: 23, name: "outflank", prettyName: "Outflank", cardType: "Instant", set: "ELD", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['W'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70171, setNumber: 24, name: "prized_griffin", prettyName: "Prized Griffin", cardType: "Creature", set: "ELD", subTypes: "Griffin", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['4', 'W'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70172, setNumber: 25, name: "rally_for_the_throne", prettyName: "Rally for the Throne", cardType: "Instant", set: "ELD", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['2', 'W'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70173, setNumber: 26, name: "realmcloaked_giant", prettyName: "Realm-Cloaked Giant", cardType: "Creature", set: "ELD", subTypes: "Giant", colorIdentity: ['W'], colors: ['White'], rarity: "Mythic Rare", cost: ['5', 'W', 'W'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70174, setNumber: 27, name: "righteousness", prettyName: "Righteousness", cardType: "Instant", set: "ELD", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['W'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70175, setNumber: 28, name: "shepherd_of_the_flock", prettyName: "Shepherd of the Flock", cardType: "Creature", set: "ELD", subTypes: "Human Peasant", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['1', 'W'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70176, setNumber: 29, name: "shining_armor", prettyName: "Shining Armor", cardType: "Artifact", set: "ELD", subTypes: "Equipment", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['1', 'W'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70177, setNumber: 30, name: "silverflame_ritual", prettyName: "Silverflame Ritual", cardType: "Sorcery", set: "ELD", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['3', 'W'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70178, setNumber: 31, name: "silverflame_squire", prettyName: "Silverflame Squire", cardType: "Creature", set: "ELD", subTypes: "Human Soldier", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['1', 'W'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70179, setNumber: 32, name: "syr_alin_the_lions_claw", prettyName: "Syr Alin, the Lion's Claw", cardType: "Creature", set: "ELD", subTypes: "Human Knight", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['3', 'W', 'W'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70180, setNumber: 33, name: "trapped_in_the_tower", prettyName: "Trapped in the Tower", cardType: "Enchantment", set: "ELD", subTypes: "Aura", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['1', 'W'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70181, setNumber: 34, name: "true_loves_kiss", prettyName: "True Love's Kiss", cardType: "Instant", set: "ELD", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['2', 'W', 'W'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70182, setNumber: 35, name: "venerable_knight", prettyName: "Venerable Knight", cardType: "Creature", set: "ELD", subTypes: "Human Knight", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['W'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70183, setNumber: 36, name: "worthy_knight", prettyName: "Worthy Knight", cardType: "Creature", set: "ELD", subTypes: "Human Knight", colorIdentity: ['W'], colors: ['White'], rarity: "Rare", cost: ['1', 'W'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70184, setNumber: 37, name: "youthful_knight", prettyName: "Youthful Knight", cardType: "Creature", set: "ELD", subTypes: "Human Knight", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['1', 'W'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70185, setNumber: 38, name: "animating_faerie", prettyName: "Animating Faerie", cardType: "Creature", set: "ELD", subTypes: "Faerie", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['2', 'U'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70186, setNumber: 39, name: "brazen_borrower", prettyName: "Brazen Borrower", cardType: "Creature", set: "ELD", subTypes: "Faerie Rogue", colorIdentity: ['U'], colors: ['Blue'], rarity: "Mythic Rare", cost: ['1', 'U', 'U'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70187, setNumber: 40, name: "charmed_sleep", prettyName: "Charmed Sleep", cardType: "Enchantment", set: "ELD", subTypes: "Aura", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['1', 'U', 'U'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70188, setNumber: 41, name: "corridor_monitor", prettyName: "Corridor Monitor", cardType: "Artifact Creature", set: "ELD", subTypes: "Construct", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['1', 'U'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70189, setNumber: 42, name: "didnt_say_please", prettyName: "Didn't Say Please", cardType: "Instant", set: "ELD", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['1', 'U', 'U'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70190, setNumber: 43, name: "emry_lurker_of_the_loch", prettyName: "Emry, Lurker of the Loch", cardType: "Creature", set: "ELD", subTypes: "Merfolk Wizard", colorIdentity: ['U'], colors: ['Blue'], rarity: "Rare", cost: ['2', 'U'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70191, setNumber: 44, name: "fae_of_wishes", prettyName: "Fae of Wishes", cardType: "Creature", set: "ELD", subTypes: "Faerie Wizard", colorIdentity: ['U'], colors: ['Blue'], rarity: "Rare", cost: ['1', 'U'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70192, setNumber: 45, name: "faerie_vandal", prettyName: "Faerie Vandal", cardType: "Creature", set: "ELD", subTypes: "Faerie Rogue", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['1', 'U'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70193, setNumber: 46, name: "folio_of_fancies", prettyName: "Folio of Fancies", cardType: "Artifact", set: "ELD", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Rare", cost: ['1', 'U'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70194, setNumber: 47, name: "frogify", prettyName: "Frogify", cardType: "Enchantment", set: "ELD", subTypes: "Aura", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['1', 'U'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70195, setNumber: 48, name: "gadwick_the_wizened", prettyName: "Gadwick, the Wizened", cardType: "Creature", set: "ELD", subTypes: "Human Wizard", colorIdentity: ['U'], colors: ['Blue'], rarity: "Rare", cost: ['X', 'U', 'U', 'U'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70196, setNumber: 49, name: "hypnotic_sprite", prettyName: "Hypnotic Sprite", cardType: "Creature", set: "ELD", subTypes: "Faerie", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['U', 'U'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70197, setNumber: 50, name: "into_the_story", prettyName: "Into the Story", cardType: "Instant", set: "ELD", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['5', 'U', 'U'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70198, setNumber: 51, name: "the_magic_mirror", prettyName: "The Magic Mirror", cardType: "Artifact", set: "ELD", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Mythic Rare", cost: ['6', 'U', 'U', 'U'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70199, setNumber: 52, name: "mantle_of_tides", prettyName: "Mantle of Tides", cardType: "Artifact", set: "ELD", subTypes: "Equipment", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['U'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70200, setNumber: 53, name: "merfolk_secretkeeper", prettyName: "Merfolk Secretkeeper", cardType: "Creature", set: "ELD", subTypes: "Merfolk Wizard", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['U'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70201, setNumber: 54, name: "midnight_clock", prettyName: "Midnight Clock", cardType: "Artifact", set: "ELD", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Rare", cost: ['2', 'U'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70202, setNumber: 55, name: "mirrormade", prettyName: "Mirrormade", cardType: "Enchantment", set: "ELD", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Rare", cost: ['1', 'U', 'U'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70203, setNumber: 56, name: "mistford_river_turtle", prettyName: "Mistford River Turtle", cardType: "Creature", set: "ELD", subTypes: "Turtle", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['3', 'U'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70204, setNumber: 57, name: "moonlit_scavengers", prettyName: "Moonlit Scavengers", cardType: "Creature", set: "ELD", subTypes: "Merfolk Rogue", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['5', 'U'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70205, setNumber: 58, name: "mystical_dispute", prettyName: "Mystical Dispute", cardType: "Instant", set: "ELD", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['2', 'U'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70206, setNumber: 59, name: "opt", prettyName: "Opt", cardType: "Instant", set: "ELD", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['U'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70207, setNumber: 60, name: "overwhelmed_apprentice", prettyName: "Overwhelmed Apprentice", cardType: "Creature", set: "ELD", subTypes: "Human Wizard", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['U'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70208, setNumber: 61, name: "queen_of_ice", prettyName: "Queen of Ice", cardType: "Creature", set: "ELD", subTypes: "Human Noble Wizard", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['2', 'U'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70209, setNumber: 62, name: "run_away_together", prettyName: "Run Away Together", cardType: "Instant", set: "ELD", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['1', 'U'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70210, setNumber: 63, name: "sage_of_the_falls", prettyName: "Sage of the Falls", cardType: "Creature", set: "ELD", subTypes: "Merfolk Wizard", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['4', 'U'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70211, setNumber: 64, name: "so_tiny", prettyName: "So Tiny", cardType: "Enchantment", set: "ELD", subTypes: "Aura", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['U'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70212, setNumber: 65, name: "steelgaze_griffin", prettyName: "Steelgaze Griffin", cardType: "Creature", set: "ELD", subTypes: "Griffin", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['4', 'U'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70213, setNumber: 66, name: "stolen_by_the_fae", prettyName: "Stolen by the Fae", cardType: "Sorcery", set: "ELD", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Rare", cost: ['X', 'U', 'U'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70214, setNumber: 67, name: "syr_elenora_the_discerning", prettyName: "Syr Elenora, the Discerning", cardType: "Creature", set: "ELD", subTypes: "Human Knight", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['3', 'U', 'U'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70215, setNumber: 68, name: "tome_raider", prettyName: "Tome Raider", cardType: "Creature", set: "ELD", subTypes: "Faerie", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['2', 'U'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70216, setNumber: 69, name: "turn_into_a_pumpkin", prettyName: "Turn into a Pumpkin", cardType: "Instant", set: "ELD", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['3', 'U'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70217, setNumber: 70, name: "unexplained_vision", prettyName: "Unexplained Vision", cardType: "Sorcery", set: "ELD", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['4', 'U'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70218, setNumber: 71, name: "vantress_gargoyle", prettyName: "Vantress Gargoyle", cardType: "Artifact Creature", set: "ELD", subTypes: "Gargoyle", colorIdentity: ['U'], colors: ['Blue'], rarity: "Rare", cost: ['1', 'U'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70219, setNumber: 72, name: "vantress_paladin", prettyName: "Vantress Paladin", cardType: "Creature", set: "ELD", subTypes: "Human Knight", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['3', 'U'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70220, setNumber: 73, name: "wishful_merfolk", prettyName: "Wishful Merfolk", cardType: "Creature", set: "ELD", subTypes: "Merfolk", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['1', 'U'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70221, setNumber: 74, name: "witching_well", prettyName: "Witching Well", cardType: "Artifact", set: "ELD", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['U'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70222, setNumber: 75, name: "ayara_first_of_locthwain", prettyName: "Ayara, First of Locthwain", cardType: "Creature", set: "ELD", subTypes: "Elf Noble", colorIdentity: ['B'], colors: ['Black'], rarity: "Rare", cost: ['B', 'B', 'B'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70223, setNumber: 76, name: "bake_into_a_pie", prettyName: "Bake into a Pie", cardType: "Instant", set: "ELD", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['2', 'B', 'B'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70224, setNumber: 77, name: "barrow_witches", prettyName: "Barrow Witches", cardType: "Creature", set: "ELD", subTypes: "Human Warlock", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['4', 'B'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70225, setNumber: 78, name: "belle_of_the_brawl", prettyName: "Belle of the Brawl", cardType: "Creature", set: "ELD", subTypes: "Human Knight", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['2', 'B'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70226, setNumber: 79, name: "blacklance_paragon", prettyName: "Blacklance Paragon", cardType: "Creature", set: "ELD", subTypes: "Human Knight", colorIdentity: ['B'], colors: ['Black'], rarity: "Rare", cost: ['1', 'B'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70227, setNumber: 80, name: "bog_naughty", prettyName: "Bog Naughty", cardType: "Creature", set: "ELD", subTypes: "Faerie", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['3', 'B', 'B'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70228, setNumber: 81, name: "cauldron_familiar", prettyName: "Cauldron Familiar", cardType: "Creature", set: "ELD", subTypes: "Cat", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['B'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70229, setNumber: 82, name: "the_cauldron_of_eternity", prettyName: "The Cauldron of Eternity", cardType: "Artifact", set: "ELD", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Mythic Rare", cost: ['10', 'B', 'B'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70230, setNumber: 83, name: "cauldrons_gift", prettyName: "Cauldron's Gift", cardType: "Sorcery", set: "ELD", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['4', 'B'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70231, setNumber: 84, name: "clackbridge_troll", prettyName: "Clackbridge Troll", cardType: "Creature", set: "ELD", subTypes: "Troll", colorIdentity: ['B'], colors: ['Black'], rarity: "Rare", cost: ['3', 'B', 'B'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70232, setNumber: 85, name: "epic_downfall", prettyName: "Epic Downfall", cardType: "Sorcery", set: "ELD", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['1', 'B'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70233, setNumber: 86, name: "eye_collector", prettyName: "Eye Collector", cardType: "Creature", set: "ELD", subTypes: "Faerie", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['B'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70234, setNumber: 87, name: "festive_funeral", prettyName: "Festive Funeral", cardType: "Instant", set: "ELD", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['4', 'B'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70235, setNumber: 88, name: "foreboding_fruit", prettyName: "Foreboding Fruit", cardType: "Sorcery", set: "ELD", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['2', 'B'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70236, setNumber: 89, name: "forever_young", prettyName: "Forever Young", cardType: "Sorcery", set: "ELD", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['1', 'B'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70237, setNumber: 90, name: "foulmire_knight", prettyName: "Foulmire Knight", cardType: "Creature", set: "ELD", subTypes: "Zombie Knight", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['B'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70238, setNumber: 91, name: "giants_skewer", prettyName: "Giant's Skewer", cardType: "Artifact", set: "ELD", subTypes: "Equipment", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['1', 'B'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70239, setNumber: 92, name: "lash_of_thorns", prettyName: "Lash of Thorns", cardType: "Instant", set: "ELD", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['B'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70240, setNumber: 93, name: "locthwain_paladin", prettyName: "Locthwain Paladin", cardType: "Creature", set: "ELD", subTypes: "Human Knight", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['3', 'B'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70241, setNumber: 94, name: "lost_legion", prettyName: "Lost Legion", cardType: "Creature", set: "ELD", subTypes: "Spirit Knight", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['1', 'B', 'B'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70242, setNumber: 95, name: "malevolent_noble", prettyName: "Malevolent Noble", cardType: "Creature", set: "ELD", subTypes: "Human Noble", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['1', 'B'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70243, setNumber: 96, name: "memory_theft", prettyName: "Memory Theft", cardType: "Sorcery", set: "ELD", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['2', 'B'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70244, setNumber: 97, name: "murderous_rider", prettyName: "Murderous Rider", cardType: "Creature", set: "ELD", subTypes: "Zombie Knight", colorIdentity: ['B'], colors: ['Black'], rarity: "Rare", cost: ['1', 'B', 'B'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70245, setNumber: 98, name: "oathsworn_knight", prettyName: "Oathsworn Knight", cardType: "Creature", set: "ELD", subTypes: "Human Knight", colorIdentity: ['B'], colors: ['Black'], rarity: "Rare", cost: ['1', 'B', 'B'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70246, setNumber: 99, name: "order_of_midnight", prettyName: "Order of Midnight", cardType: "Creature", set: "ELD", subTypes: "Human Knight", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['1', 'B'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70247, setNumber: 100, name: "piper_of_the_swarm", prettyName: "Piper of the Swarm", cardType: "Creature", set: "ELD", subTypes: "Human Warlock", colorIdentity: ['B'], colors: ['Black'], rarity: "Rare", cost: ['1', 'B'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70248, setNumber: 101, name: "rankle_master_of_pranks", prettyName: "Rankle, Master of Pranks", cardType: "Creature", set: "ELD", subTypes: "Faerie Rogue", colorIdentity: ['B'], colors: ['Black'], rarity: "Mythic Rare", cost: ['2', 'B', 'B'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70249, setNumber: 102, name: "reaper_of_night", prettyName: "Reaper of Night", cardType: "Creature", set: "ELD", subTypes: "Specter", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['5', 'B', 'B'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70250, setNumber: 103, name: "reave_soul", prettyName: "Reave Soul", cardType: "Sorcery", set: "ELD", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['1', 'B'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70251, setNumber: 104, name: "revenge_of_ravens", prettyName: "Revenge of Ravens", cardType: "Enchantment", set: "ELD", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['3', 'B'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70252, setNumber: 105, name: "smitten_swordmaster", prettyName: "Smitten Swordmaster", cardType: "Creature", set: "ELD", subTypes: "Human Knight", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['1', 'B'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70253, setNumber: 106, name: "specters_shriek", prettyName: "Specter's Shriek", cardType: "Sorcery", set: "ELD", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['B'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70254, setNumber: 107, name: "syr_konrad_the_grim", prettyName: "Syr Konrad, the Grim", cardType: "Creature", set: "ELD", subTypes: "Human Knight", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['3', 'B', 'B'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70255, setNumber: 108, name: "tempting_witch", prettyName: "Tempting Witch", cardType: "Creature", set: "ELD", subTypes: "Human Warlock", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['2', 'B'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70256, setNumber: 109, name: "wicked_guardian", prettyName: "Wicked Guardian", cardType: "Creature", set: "ELD", subTypes: "Human Noble", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['3', 'B'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70257, setNumber: 110, name: "wishclaw_talisman", prettyName: "Wishclaw Talisman", cardType: "Artifact", set: "ELD", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Rare", cost: ['1', 'B'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70258, setNumber: 111, name: "witchs_vengeance", prettyName: "Witch's Vengeance", cardType: "Sorcery", set: "ELD", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Rare", cost: ['1', 'B', 'B'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70259, setNumber: 112, name: "barge_in", prettyName: "Barge In", cardType: "Instant", set: "ELD", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['R'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70260, setNumber: 113, name: "bloodhaze_wolverine", prettyName: "Bloodhaze Wolverine", cardType: "Creature", set: "ELD", subTypes: "Wolverine", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['1', 'R'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70261, setNumber: 114, name: "blow_your_house_down", prettyName: "Blow Your House Down", cardType: "Sorcery", set: "ELD", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['2', 'R'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70262, setNumber: 115, name: "bonecrusher_giant", prettyName: "Bonecrusher Giant", cardType: "Creature", set: "ELD", subTypes: "Giant", colorIdentity: ['R'], colors: ['Red'], rarity: "Rare", cost: ['2', 'R'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70263, setNumber: 116, name: "brimstone_trebuchet", prettyName: "Brimstone Trebuchet", cardType: "Artifact Creature", set: "ELD", subTypes: "Wall", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['2', 'R'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70264, setNumber: 117, name: "burningyard_trainer", prettyName: "Burning-Yard Trainer", cardType: "Creature", set: "ELD", subTypes: "Human Knight", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['4', 'R'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70265, setNumber: 118, name: "claim_the_firstborn", prettyName: "Claim the Firstborn", cardType: "Sorcery", set: "ELD", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['R'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70266, setNumber: 119, name: "crystal_slipper", prettyName: "Crystal Slipper", cardType: "Artifact", set: "ELD", subTypes: "Equipment", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['1', 'R'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70267, setNumber: 120, name: "embercleave", prettyName: "Embercleave", cardType: "Artifact", set: "ELD", subTypes: "Equipment", colorIdentity: ['R'], colors: ['Red'], rarity: "Mythic Rare", cost: ['4', 'R', 'R'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70268, setNumber: 121, name: "embereth_paladin", prettyName: "Embereth Paladin", cardType: "Creature", set: "ELD", subTypes: "Human Knight", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['3', 'R'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70269, setNumber: 122, name: "embereth_shieldbreaker", prettyName: "Embereth Shieldbreaker", cardType: "Creature", set: "ELD", subTypes: "Human Knight", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['1', 'R'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70270, setNumber: 123, name: "ferocity_of_the_wilds", prettyName: "Ferocity of the Wilds", cardType: "Enchantment", set: "ELD", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['2', 'R'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70271, setNumber: 124, name: "fervent_champion", prettyName: "Fervent Champion", cardType: "Creature", set: "ELD", subTypes: "Human Knight", colorIdentity: ['R'], colors: ['Red'], rarity: "Rare", cost: ['R'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70272, setNumber: 125, name: "fires_of_invention", prettyName: "Fires of Invention", cardType: "Enchantment", set: "ELD", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Rare", cost: ['3', 'R'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70273, setNumber: 126, name: "fling", prettyName: "Fling", cardType: "Instant", set: "ELD", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['1', 'R'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70274, setNumber: 127, name: "irencrag_feat", prettyName: "Irencrag Feat", cardType: "Sorcery", set: "ELD", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Rare", cost: ['1', 'R', 'R', 'R'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70275, setNumber: 128, name: "irencrag_pyromancer", prettyName: "Irencrag Pyromancer", cardType: "Creature", set: "ELD", subTypes: "Human Wizard", colorIdentity: ['R'], colors: ['Red'], rarity: "Rare", cost: ['2', 'R'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70276, setNumber: 129, name: "joust", prettyName: "Joust", cardType: "Sorcery", set: "ELD", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['1', 'R'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70277, setNumber: 130, name: "mad_ratter", prettyName: "Mad Ratter", cardType: "Creature", set: "ELD", subTypes: "Goblin", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['3', 'R'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70278, setNumber: 131, name: "merchant_of_the_vale", prettyName: "Merchant of the Vale", cardType: "Creature", set: "ELD", subTypes: "Human Peasant", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['2', 'R'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70279, setNumber: 132, name: "ogre_errant", prettyName: "Ogre Errant", cardType: "Creature", set: "ELD", subTypes: "Ogre Knight", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['3', 'R'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70280, setNumber: 133, name: "opportunistic_dragon", prettyName: "Opportunistic Dragon", cardType: "Creature", set: "ELD", subTypes: "Dragon", colorIdentity: ['R'], colors: ['Red'], rarity: "Rare", cost: ['2', 'R', 'R'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70281, setNumber: 134, name: "raging_redcap", prettyName: "Raging Redcap", cardType: "Creature", set: "ELD", subTypes: "Goblin Knight", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['2', 'R'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70282, setNumber: 135, name: "redcap_melee", prettyName: "Redcap Melee", cardType: "Instant", set: "ELD", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['R'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70283, setNumber: 136, name: "redcap_raiders", prettyName: "Redcap Raiders", cardType: "Creature", set: "ELD", subTypes: "Goblin Warrior", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['2', 'R'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70284, setNumber: 137, name: "rimrock_knight", prettyName: "Rimrock Knight", cardType: "Creature", set: "ELD", subTypes: "Dwarf Knight", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['1', 'R'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70285, setNumber: 138, name: "robber_of_the_rich", prettyName: "Robber of the Rich", cardType: "Creature", set: "ELD", subTypes: "Human Archer Rogue", colorIdentity: ['R'], colors: ['Red'], rarity: "Mythic Rare", cost: ['1', 'R'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70286, setNumber: 139, name: "scorching_dragonfire", prettyName: "Scorching Dragonfire", cardType: "Instant", set: "ELD", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['1', 'R'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70287, setNumber: 140, name: "searing_barrage", prettyName: "Searing Barrage", cardType: "Instant", set: "ELD", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['4', 'R'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70288, setNumber: 141, name: "seven_dwarves", prettyName: "Seven Dwarves", cardType: "Creature", set: "ELD", subTypes: "Dwarf", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['1', 'R'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70289, setNumber: 142, name: "skullknocker_ogre", prettyName: "Skullknocker Ogre", cardType: "Creature", set: "ELD", subTypes: "Ogre", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['3', 'R'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70290, setNumber: 143, name: "slaying_fire", prettyName: "Slaying Fire", cardType: "Instant", set: "ELD", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['2', 'R'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70291, setNumber: 144, name: "sundering_stroke", prettyName: "Sundering Stroke", cardType: "Sorcery", set: "ELD", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Rare", cost: ['6', 'R'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70292, setNumber: 145, name: "syr_carah_the_bold", prettyName: "Syr Carah, the Bold", cardType: "Creature", set: "ELD", subTypes: "Human Knight", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['3', 'R', 'R'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70293, setNumber: 146, name: "thrill_of_possibility", prettyName: "Thrill of Possibility", cardType: "Instant", set: "ELD", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['1', 'R'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70294, setNumber: 147, name: "torbran_thane_of_red_fell", prettyName: "Torbran, Thane of Red Fell", cardType: "Creature", set: "ELD", subTypes: "Dwarf Noble", colorIdentity: ['R'], colors: ['Red'], rarity: "Rare", cost: ['1', 'R', 'R', 'R'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70295, setNumber: 148, name: "weaselback_redcap", prettyName: "Weaselback Redcap", cardType: "Creature", set: "ELD", subTypes: "Goblin Knight", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['R'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70296, setNumber: 149, name: "beanstalk_giant", prettyName: "Beanstalk Giant", cardType: "Creature", set: "ELD", subTypes: "Giant", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['6', 'G'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70297, setNumber: 150, name: "curious_pair", prettyName: "Curious Pair", cardType: "Creature", set: "ELD", subTypes: "Human Peasant", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['1', 'G'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70298, setNumber: 151, name: "edgewall_innkeeper", prettyName: "Edgewall Innkeeper", cardType: "Creature", set: "ELD", subTypes: "Human Peasant", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['G'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70299, setNumber: 152, name: "feasting_troll_king", prettyName: "Feasting Troll King", cardType: "Creature", set: "ELD", subTypes: "Troll Noble", colorIdentity: ['G'], colors: ['Green'], rarity: "Rare", cost: ['2', 'G', 'G', 'G', 'G'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70300, setNumber: 153, name: "fell_the_pheasant", prettyName: "Fell the Pheasant", cardType: "Instant", set: "ELD", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['1', 'G'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70301, setNumber: 154, name: "fierce_witchstalker", prettyName: "Fierce Witchstalker", cardType: "Creature", set: "ELD", subTypes: "Wolf", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['2', 'G', 'G'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70302, setNumber: 155, name: "flaxen_intruder", prettyName: "Flaxen Intruder", cardType: "Creature", set: "ELD", subTypes: "Human Berserker", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['G'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70303, setNumber: 156, name: "garenbrig_carver", prettyName: "Garenbrig Carver", cardType: "Creature", set: "ELD", subTypes: "Human Warrior", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['3', 'G'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70304, setNumber: 157, name: "garenbrig_paladin", prettyName: "Garenbrig Paladin", cardType: "Creature", set: "ELD", subTypes: "Giant Knight", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['4', 'G'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70305, setNumber: 158, name: "garenbrig_squire", prettyName: "Garenbrig Squire", cardType: "Creature", set: "ELD", subTypes: "Human Soldier", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['1', 'G'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70306, setNumber: 159, name: "giant_opportunity", prettyName: "Giant Opportunity", cardType: "Sorcery", set: "ELD", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['2', 'G'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70307, setNumber: 160, name: "gilded_goose", prettyName: "Gilded Goose", cardType: "Creature", set: "ELD", subTypes: "Bird", colorIdentity: ['G'], colors: ['Green'], rarity: "Rare", cost: ['G'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70308, setNumber: 161, name: "the_great_henge", prettyName: "The Great Henge", cardType: "Artifact", set: "ELD", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Mythic Rare", cost: ['7', 'G', 'G'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70309, setNumber: 162, name: "insatiable_appetite", prettyName: "Insatiable Appetite", cardType: "Instant", set: "ELD", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['1', 'G'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70310, setNumber: 163, name: "keeper_of_fables", prettyName: "Keeper of Fables", cardType: "Creature", set: "ELD", subTypes: "Cat", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['3', 'G', 'G'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70311, setNumber: 164, name: "kenriths_transformation", prettyName: "Kenrith's Transformation", cardType: "Enchantment", set: "ELD", subTypes: "Aura", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['1', 'G'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70312, setNumber: 165, name: "lovestruck_beast", prettyName: "Lovestruck Beast", cardType: "Creature", set: "ELD", subTypes: "Beast Noble", colorIdentity: ['G'], colors: ['Green'], rarity: "Rare", cost: ['2', 'G'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70313, setNumber: 166, name: "maraleaf_rider", prettyName: "Maraleaf Rider", cardType: "Creature", set: "ELD", subTypes: "Elf Knight", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['1', 'G'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70314, setNumber: 167, name: "oakhame_adversary", prettyName: "Oakhame Adversary", cardType: "Creature", set: "ELD", subTypes: "Elf Warrior", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['3', 'G'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70315, setNumber: 168, name: "once_and_future", prettyName: "Once and Future", cardType: "Instant", set: "ELD", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['3', 'G'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70316, setNumber: 169, name: "once_upon_a_time", prettyName: "Once Upon a Time", cardType: "Instant", set: "ELD", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Rare", cost: ['1', 'G'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70317, setNumber: 170, name: "outmuscle", prettyName: "Outmuscle", cardType: "Sorcery", set: "ELD", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['3', 'G'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70318, setNumber: 171, name: "questing_beast", prettyName: "Questing Beast", cardType: "Creature", set: "ELD", subTypes: "Beast", colorIdentity: ['G'], colors: ['Green'], rarity: "Mythic Rare", cost: ['2', 'G', 'G'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70319, setNumber: 172, name: "return_of_the_wildspeaker", prettyName: "Return of the Wildspeaker", cardType: "Instant", set: "ELD", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Rare", cost: ['4', 'G'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70320, setNumber: 173, name: "return_to_nature", prettyName: "Return to Nature", cardType: "Instant", set: "ELD", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['1', 'G'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70321, setNumber: 174, name: "rosethorn_acolyte", prettyName: "Rosethorn Acolyte", cardType: "Creature", set: "ELD", subTypes: "Elf Druid", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['2', 'G'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70322, setNumber: 175, name: "rosethorn_halberd", prettyName: "Rosethorn Halberd", cardType: "Artifact", set: "ELD", subTypes: "Equipment", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['G'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70323, setNumber: 176, name: "sporecap_spider", prettyName: "Sporecap Spider", cardType: "Creature", set: "ELD", subTypes: "Spider", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['2', 'G'], collectible: true }))
throne_of_eldraine.addCard(new Card({ mtgaID: 70324, setNumber: 177, name: "syr_faren_the_hengehammer", prettyName: "Syr Faren, the Hengehammer", cardType: "Creature", set: "ELD", subTypes: "Human Knight", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['G', 'G'], collectible: true }))
throne_of_eldraine.addCard(new Card(