UNPKG

mtga

Version:

MTGA card details as backbone models

185 lines (183 loc) 97.5 kB
const { CardPool, Card } = require('./models.js') let core_set_2020 = new CardPool({name: "core_set_2020", cards: []}) core_set_2020.addCard(new Card({ mtgaID: 69786, setNumber: 1, name: "aerial_assault", prettyName: "Aerial Assault", cardType: "Sorcery", set: "M20", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['2', 'W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69787, setNumber: 2, name: "ajani_strength_of_the_pride", prettyName: "Ajani, Strength of the Pride", cardType: "Planeswalker", set: "M20", subTypes: "Ajani", colorIdentity: ['W'], colors: ['White'], rarity: "Mythic Rare", cost: ['2', 'W', 'W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69788, setNumber: 3, name: "ancestral_blade", prettyName: "Ancestral Blade", cardType: "Artifact", set: "M20", subTypes: "Equipment", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['1', 'W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69789, setNumber: 4, name: "angel_of_vitality", prettyName: "Angel of Vitality", cardType: "Creature", set: "M20", subTypes: "Angel", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['2', 'W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69790, setNumber: 5, name: "angelic_gift", prettyName: "Angelic Gift", cardType: "Enchantment", set: "M20", subTypes: "Aura", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['1', 'W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69791, setNumber: 6, name: "apostle_of_purifying_light", prettyName: "Apostle of Purifying Light", cardType: "Creature", set: "M20", subTypes: "Human Cleric", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['1', 'W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69792, setNumber: 7, name: "battalion_foot_soldier", prettyName: "Battalion Foot Soldier", cardType: "Creature", set: "M20", subTypes: "Human Soldier", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['2', 'W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69793, setNumber: 8, name: "bishop_of_wings", prettyName: "Bishop of Wings", cardType: "Creature", set: "M20", subTypes: "Human Cleric", colorIdentity: ['W'], colors: ['White'], rarity: "Rare", cost: ['W', 'W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69794, setNumber: 9, name: "brought_back", prettyName: "Brought Back", cardType: "Instant", set: "M20", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Rare", cost: ['W', 'W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69795, setNumber: 10, name: "cavalier_of_dawn", prettyName: "Cavalier of Dawn", cardType: "Creature", set: "M20", subTypes: "Elemental Knight", colorIdentity: ['W'], colors: ['White'], rarity: "Mythic Rare", cost: ['2', 'W', 'W', 'W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69796, setNumber: 11, name: "dawning_angel", prettyName: "Dawning Angel", cardType: "Creature", set: "M20", subTypes: "Angel", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['4', 'W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69797, setNumber: 12, name: "daybreak_chaplain", prettyName: "Daybreak Chaplain", cardType: "Creature", set: "M20", subTypes: "Human Cleric", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['1', 'W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69798, setNumber: 13, name: "devout_decree", prettyName: "Devout Decree", cardType: "Sorcery", set: "M20", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['1', 'W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69799, setNumber: 14, name: "disenchant", prettyName: "Disenchant", cardType: "Instant", set: "M20", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['1', 'W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69800, setNumber: 15, name: "eternal_isolation", prettyName: "Eternal Isolation", cardType: "Sorcery", set: "M20", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['1', 'W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69801, setNumber: 16, name: "fencing_ace", prettyName: "Fencing Ace", cardType: "Creature", set: "M20", subTypes: "Human Soldier", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['1', 'W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69802, setNumber: 17, name: "gauntlets_of_light", prettyName: "Gauntlets of Light", cardType: "Enchantment", set: "M20", subTypes: "Aura", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['2', 'W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69803, setNumber: 18, name: "glaring_aegis", prettyName: "Glaring Aegis", cardType: "Enchantment", set: "M20", subTypes: "Aura", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69804, setNumber: 19, name: "gods_willing", prettyName: "Gods Willing", cardType: "Instant", set: "M20", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69805, setNumber: 20, name: "griffin_protector", prettyName: "Griffin Protector", cardType: "Creature", set: "M20", subTypes: "Griffin", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['3', 'W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69806, setNumber: 21, name: "griffin_sentinel", prettyName: "Griffin Sentinel", cardType: "Creature", set: "M20", subTypes: "Griffin", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['2', 'W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69807, setNumber: 22, name: "hanged_executioner", prettyName: "Hanged Executioner", cardType: "Creature", set: "M20", subTypes: "Spirit", colorIdentity: ['W'], colors: ['White'], rarity: "Rare", cost: ['2', 'W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69808, setNumber: 23, name: "herald_of_the_sun", prettyName: "Herald of the Sun", cardType: "Creature", set: "M20", subTypes: "Angel", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['4', 'W', 'W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69809, setNumber: 24, name: "inspired_charge", prettyName: "Inspired Charge", cardType: "Instant", set: "M20", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['2', 'W', 'W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69810, setNumber: 25, name: "inspiring_captain", prettyName: "Inspiring Captain", cardType: "Creature", set: "M20", subTypes: "Human Knight", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['3', 'W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69811, setNumber: 26, name: "leyline_of_sanctity", prettyName: "Leyline of Sanctity", cardType: "Enchantment", set: "M20", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Rare", cost: ['2', 'W', 'W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69812, setNumber: 27, name: "loxodon_lifechanter", prettyName: "Loxodon Lifechanter", cardType: "Creature", set: "M20", subTypes: "Elephant Cleric", colorIdentity: ['W'], colors: ['White'], rarity: "Rare", cost: ['5', 'W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69813, setNumber: 28, name: "loyal_pegasus", prettyName: "Loyal Pegasus", cardType: "Creature", set: "M20", subTypes: "Pegasus", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69814, setNumber: 29, name: "master_splicer", prettyName: "Master Splicer", cardType: "Creature", set: "M20", subTypes: "Human Artificer", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['3', 'W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69815, setNumber: 30, name: "moment_of_heroism", prettyName: "Moment of Heroism", cardType: "Instant", set: "M20", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['1', 'W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69816, setNumber: 31, name: "moorland_inquisitor", prettyName: "Moorland Inquisitor", cardType: "Creature", set: "M20", subTypes: "Human Soldier", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['1', 'W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69817, setNumber: 32, name: "pacifism", prettyName: "Pacifism", cardType: "Enchantment", set: "M20", subTypes: "Aura", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['1', 'W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69818, setNumber: 33, name: "planar_cleansing", prettyName: "Planar Cleansing", cardType: "Sorcery", set: "M20", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Rare", cost: ['3', 'W', 'W', 'W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69819, setNumber: 34, name: "raise_the_alarm", prettyName: "Raise the Alarm", cardType: "Instant", set: "M20", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['1', 'W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69820, setNumber: 35, name: "rule_of_law", prettyName: "Rule of Law", cardType: "Enchantment", set: "M20", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['2', 'W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69821, setNumber: 36, name: "sephara_skys_blade", prettyName: "Sephara, Sky's Blade", cardType: "Creature", set: "M20", subTypes: "Angel", colorIdentity: ['W'], colors: ['White'], rarity: "Rare", cost: ['4', 'W', 'W', 'W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69822, setNumber: 37, name: "soulmender", prettyName: "Soulmender", cardType: "Creature", set: "M20", subTypes: "Human Cleric", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69823, setNumber: 38, name: "squad_captain", prettyName: "Squad Captain", cardType: "Creature", set: "M20", subTypes: "Human Soldier", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['4', 'W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69824, setNumber: 39, name: "starfield_mystic", prettyName: "Starfield Mystic", cardType: "Creature", set: "M20", subTypes: "Human Cleric", colorIdentity: ['W'], colors: ['White'], rarity: "Rare", cost: ['1', 'W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69825, setNumber: 40, name: "steadfast_sentry", prettyName: "Steadfast Sentry", cardType: "Creature", set: "M20", subTypes: "Human Soldier", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['2', 'W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69826, setNumber: 41, name: "yoked_ox", prettyName: "Yoked Ox", cardType: "Creature", set: "M20", subTypes: "Ox", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['W'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69827, setNumber: 42, name: "aether_gust", prettyName: "Aether Gust", cardType: "Instant", set: "M20", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['1', 'U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69828, setNumber: 43, name: "agent_of_treachery", prettyName: "Agent of Treachery", cardType: "Creature", set: "M20", subTypes: "Human Rogue", colorIdentity: ['U'], colors: ['Blue'], rarity: "Rare", cost: ['5', 'U', 'U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69829, setNumber: 44, name: "air_elemental", prettyName: "Air Elemental", cardType: "Creature", set: "M20", subTypes: "Elemental", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['3', 'U', 'U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69830, setNumber: 45, name: "anticipate", prettyName: "Anticipate", cardType: "Instant", set: "M20", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['1', 'U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69831, setNumber: 46, name: "atemsis_allseeing", prettyName: "Atemsis, All-Seeing", cardType: "Creature", set: "M20", subTypes: "Sphinx", colorIdentity: ['U'], colors: ['Blue'], rarity: "Rare", cost: ['3', 'U', 'U', 'U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69832, setNumber: 47, name: "befuddle", prettyName: "Befuddle", cardType: "Instant", set: "M20", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['2', 'U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69833, setNumber: 48, name: "bone_to_ash", prettyName: "Bone to Ash", cardType: "Instant", set: "M20", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['2', 'U', 'U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69834, setNumber: 49, name: "boreal_elemental", prettyName: "Boreal Elemental", cardType: "Creature", set: "M20", subTypes: "Elemental", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['4', 'U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69835, setNumber: 50, name: "brineborn_cutthroat", prettyName: "Brineborn Cutthroat", cardType: "Creature", set: "M20", subTypes: "Merfolk Pirate", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['1', 'U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69836, setNumber: 51, name: "captivating_gyre", prettyName: "Captivating Gyre", cardType: "Sorcery", set: "M20", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['4', 'U', 'U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69837, setNumber: 52, name: "cavalier_of_gales", prettyName: "Cavalier of Gales", cardType: "Creature", set: "M20", subTypes: "Elemental Knight", colorIdentity: ['U'], colors: ['Blue'], rarity: "Mythic Rare", cost: ['2', 'U', 'U', 'U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69838, setNumber: 53, name: "cerulean_drake", prettyName: "Cerulean Drake", cardType: "Creature", set: "M20", subTypes: "Drake", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['1', 'U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69839, setNumber: 54, name: "cloudkin_seer", prettyName: "Cloudkin Seer", cardType: "Creature", set: "M20", subTypes: "Elemental Wizard", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['2', 'U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69840, setNumber: 55, name: "convolute", prettyName: "Convolute", cardType: "Instant", set: "M20", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['2', 'U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69841, setNumber: 56, name: "drawn_from_dreams", prettyName: "Drawn from Dreams", cardType: "Sorcery", set: "M20", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Rare", cost: ['2', 'U', 'U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69842, setNumber: 57, name: "dungeon_geists", prettyName: "Dungeon Geists", cardType: "Creature", set: "M20", subTypes: "Spirit", colorIdentity: ['U'], colors: ['Blue'], rarity: "Rare", cost: ['2', 'U', 'U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69843, setNumber: 58, name: "faerie_miscreant", prettyName: "Faerie Miscreant", cardType: "Creature", set: "M20", subTypes: "Faerie Rogue", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69844, setNumber: 59, name: "flood_of_tears", prettyName: "Flood of Tears", cardType: "Sorcery", set: "M20", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Rare", cost: ['4', 'U', 'U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69845, setNumber: 60, name: "fortress_crab", prettyName: "Fortress Crab", cardType: "Creature", set: "M20", subTypes: "Crab", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['3', 'U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69846, setNumber: 61, name: "frilled_sea_serpent", prettyName: "Frilled Sea Serpent", cardType: "Creature", set: "M20", subTypes: "Serpent", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['4', 'U', 'U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69847, setNumber: 62, name: "frost_lynx", prettyName: "Frost Lynx", cardType: "Creature", set: "M20", subTypes: "Elemental Cat", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['2', 'U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69848, setNumber: 63, name: "hard_cover", prettyName: "Hard Cover", cardType: "Enchantment", set: "M20", subTypes: "Aura", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69849, setNumber: 64, name: "leyline_of_anticipation", prettyName: "Leyline of Anticipation", cardType: "Enchantment", set: "M20", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Rare", cost: ['2', 'U', 'U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69850, setNumber: 65, name: "masterful_replication", prettyName: "Masterful Replication", cardType: "Instant", set: "M20", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Rare", cost: ['5', 'U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69851, setNumber: 66, name: "metropolis_sprite", prettyName: "Metropolis Sprite", cardType: "Creature", set: "M20", subTypes: "Faerie Rogue", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['1', 'U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69852, setNumber: 67, name: "moat_piranhas", prettyName: "Moat Piranhas", cardType: "Creature", set: "M20", subTypes: "Fish", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['1', 'U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69853, setNumber: 68, name: "mu_yanling_sky_dancer", prettyName: "Mu Yanling, Sky Dancer", cardType: "Planeswalker", set: "M20", subTypes: "Yanling", colorIdentity: ['U'], colors: ['Blue'], rarity: "Mythic Rare", cost: ['1', 'U', 'U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69854, setNumber: 69, name: "negate", prettyName: "Negate", cardType: "Instant", set: "M20", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['1', 'U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69855, setNumber: 70, name: "octoprophet", prettyName: "Octoprophet", cardType: "Creature", set: "M20", subTypes: "Octopus", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['3', 'U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69856, setNumber: 71, name: "portal_of_sanctuary", prettyName: "Portal of Sanctuary", cardType: "Artifact", set: "M20", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['2', 'U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69857, setNumber: 72, name: "renowned_weaponsmith", prettyName: "Renowned Weaponsmith", cardType: "Creature", set: "M20", subTypes: "Human Artificer", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['1', 'U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69858, setNumber: 73, name: "sages_row_denizen", prettyName: "Sage's Row Denizen", cardType: "Creature", set: "M20", subTypes: "Vedalken Wizard", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['2', 'U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69859, setNumber: 74, name: "scholar_of_the_ages", prettyName: "Scholar of the Ages", cardType: "Creature", set: "M20", subTypes: "Human Wizard", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['5', 'U', 'U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69860, setNumber: 75, name: "sleep_paralysis", prettyName: "Sleep Paralysis", cardType: "Enchantment", set: "M20", subTypes: "Aura", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['3', 'U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69861, setNumber: 76, name: "spectral_sailor", prettyName: "Spectral Sailor", cardType: "Creature", set: "M20", subTypes: "Spirit Pirate", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69862, setNumber: 77, name: "tales_end", prettyName: "Tale's End", cardType: "Instant", set: "M20", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Rare", cost: ['1', 'U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69863, setNumber: 78, name: "unsummon", prettyName: "Unsummon", cardType: "Instant", set: "M20", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69864, setNumber: 79, name: "warden_of_evos_isle", prettyName: "Warden of Evos Isle", cardType: "Creature", set: "M20", subTypes: "Bird Wizard", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['2', 'U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69865, setNumber: 80, name: "winged_words", prettyName: "Winged Words", cardType: "Sorcery", set: "M20", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['2', 'U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69866, setNumber: 81, name: "yaroks_wavecrasher", prettyName: "Yarok's Wavecrasher", cardType: "Creature", set: "M20", subTypes: "Elemental", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['3', 'U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69867, setNumber: 82, name: "zephyr_charge", prettyName: "Zephyr Charge", cardType: "Enchantment", set: "M20", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['1', 'U'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69868, setNumber: 83, name: "agonizing_syphon", prettyName: "Agonizing Syphon", cardType: "Sorcery", set: "M20", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['3', 'B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69869, setNumber: 84, name: "audacious_thief", prettyName: "Audacious Thief", cardType: "Creature", set: "M20", subTypes: "Human Rogue", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['2', 'B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69870, setNumber: 85, name: "barony_vampire", prettyName: "Barony Vampire", cardType: "Creature", set: "M20", subTypes: "Vampire", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['2', 'B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69871, setNumber: 86, name: "bladebrand", prettyName: "Bladebrand", cardType: "Instant", set: "M20", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['1', 'B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69872, setNumber: 87, name: "blightbeetle", prettyName: "Blightbeetle", cardType: "Creature", set: "M20", subTypes: "Insect", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['1', 'B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69873, setNumber: 88, name: "blood_burglar", prettyName: "Blood Burglar", cardType: "Creature", set: "M20", subTypes: "Vampire Rogue", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['1', 'B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69874, setNumber: 89, name: "blood_for_bones", prettyName: "Blood for Bones", cardType: "Sorcery", set: "M20", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['3', 'B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69875, setNumber: 90, name: "bloodsoaked_altar", prettyName: "Bloodsoaked Altar", cardType: "Artifact", set: "M20", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['4', 'B', 'B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69876, setNumber: 91, name: "bloodthirsty_aerialist", prettyName: "Bloodthirsty Aerialist", cardType: "Creature", set: "M20", subTypes: "Vampire Rogue", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['1', 'B', 'B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69877, setNumber: 92, name: "bone_splinters", prettyName: "Bone Splinters", cardType: "Sorcery", set: "M20", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69878, setNumber: 93, name: "boneclad_necromancer", prettyName: "Boneclad Necromancer", cardType: "Creature", set: "M20", subTypes: "Human Wizard", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['3', 'B', 'B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69879, setNumber: 94, name: "cavalier_of_night", prettyName: "Cavalier of Night", cardType: "Creature", set: "M20", subTypes: "Elemental Knight", colorIdentity: ['B'], colors: ['Black'], rarity: "Mythic Rare", cost: ['2', 'B', 'B', 'B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69880, setNumber: 95, name: "disfigure", prettyName: "Disfigure", cardType: "Instant", set: "M20", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69881, setNumber: 96, name: "dread_presence", prettyName: "Dread Presence", cardType: "Creature", set: "M20", subTypes: "Nightmare", colorIdentity: ['B'], colors: ['Black'], rarity: "Rare", cost: ['3', 'B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69882, setNumber: 97, name: "duress", prettyName: "Duress", cardType: "Sorcery", set: "M20", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69883, setNumber: 98, name: "embodiment_of_agonies", prettyName: "Embodiment of Agonies", cardType: "Creature", set: "M20", subTypes: "Demon", colorIdentity: ['B'], colors: ['Black'], rarity: "Rare", cost: ['1', 'B', 'B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69884, setNumber: 99, name: "epicure_of_blood", prettyName: "Epicure of Blood", cardType: "Creature", set: "M20", subTypes: "Vampire", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['4', 'B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69885, setNumber: 100, name: "fathom_fleet_cutthroat", prettyName: "Fathom Fleet Cutthroat", cardType: "Creature", set: "M20", subTypes: "Human Pirate", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['3', 'B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69886, setNumber: 101, name: "feral_abomination", prettyName: "Feral Abomination", cardType: "Creature", set: "M20", subTypes: "Thrull", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['5', 'B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69887, setNumber: 102, name: "gorging_vulture", prettyName: "Gorging Vulture", cardType: "Creature", set: "M20", subTypes: "Bird", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['2', 'B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69888, setNumber: 103, name: "gravedigger", prettyName: "Gravedigger", cardType: "Creature", set: "M20", subTypes: "Zombie", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['3', 'B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69889, setNumber: 104, name: "gruesome_scourger", prettyName: "Gruesome Scourger", cardType: "Creature", set: "M20", subTypes: "Orc Warrior", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['3', 'B', 'B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69890, setNumber: 105, name: "knight_of_the_ebon_legion", prettyName: "Knight of the Ebon Legion", cardType: "Creature", set: "M20", subTypes: "Vampire Knight", colorIdentity: ['B'], colors: ['Black'], rarity: "Rare", cost: ['B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69891, setNumber: 106, name: "legions_end", prettyName: "Legion's End", cardType: "Sorcery", set: "M20", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Rare", cost: ['1', 'B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69892, setNumber: 107, name: "leyline_of_the_void", prettyName: "Leyline of the Void", cardType: "Enchantment", set: "M20", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Rare", cost: ['2', 'B', 'B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69893, setNumber: 108, name: "mind_rot", prettyName: "Mind Rot", cardType: "Sorcery", set: "M20", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['2', 'B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69894, setNumber: 109, name: "murder", prettyName: "Murder", cardType: "Instant", set: "M20", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['1', 'B', 'B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69895, setNumber: 110, name: "noxious_grasp", prettyName: "Noxious Grasp", cardType: "Instant", set: "M20", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['1', 'B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69896, setNumber: 111, name: "rotting_regisaur", prettyName: "Rotting Regisaur", cardType: "Creature", set: "M20", subTypes: "Zombie Dinosaur", colorIdentity: ['B'], colors: ['Black'], rarity: "Rare", cost: ['2', 'B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69897, setNumber: 112, name: "sanitarium_skeleton", prettyName: "Sanitarium Skeleton", cardType: "Creature", set: "M20", subTypes: "Skeleton", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69898, setNumber: 113, name: "scheming_symmetry", prettyName: "Scheming Symmetry", cardType: "Sorcery", set: "M20", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Rare", cost: ['B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69899, setNumber: 114, name: "sorcerer_of_the_fang", prettyName: "Sorcerer of the Fang", cardType: "Creature", set: "M20", subTypes: "Human Wizard", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['1', 'B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69900, setNumber: 115, name: "sorin_imperious_bloodlord", prettyName: "Sorin, Imperious Bloodlord", cardType: "Planeswalker", set: "M20", subTypes: "Sorin", colorIdentity: ['B'], colors: ['Black'], rarity: "Mythic Rare", cost: ['2', 'B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69901, setNumber: 116, name: "soul_salvage", prettyName: "Soul Salvage", cardType: "Sorcery", set: "M20", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['2', 'B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69902, setNumber: 117, name: "thought_distortion", prettyName: "Thought Distortion", cardType: "Sorcery", set: "M20", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['4', 'B', 'B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69903, setNumber: 118, name: "undead_servant", prettyName: "Undead Servant", cardType: "Creature", set: "M20", subTypes: "Zombie", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['3', 'B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69904, setNumber: 119, name: "unholy_indenture", prettyName: "Unholy Indenture", cardType: "Enchantment", set: "M20", subTypes: "Aura", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['2', 'B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69905, setNumber: 120, name: "vampire_of_the_dire_moon", prettyName: "Vampire of the Dire Moon", cardType: "Creature", set: "M20", subTypes: "Vampire", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69906, setNumber: 121, name: "vengeful_warchief", prettyName: "Vengeful Warchief", cardType: "Creature", set: "M20", subTypes: "Orc Warrior", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['4', 'B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69907, setNumber: 122, name: "vilis_broker_of_blood", prettyName: "Vilis, Broker of Blood", cardType: "Creature", set: "M20", subTypes: "Demon", colorIdentity: ['B'], colors: ['Black'], rarity: "Rare", cost: ['5', 'B', 'B', 'B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69908, setNumber: 123, name: "yaroks_fenlurker", prettyName: "Yarok's Fenlurker", cardType: "Creature", set: "M20", subTypes: "Horror", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['B', 'B'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69909, setNumber: 124, name: "act_of_treason", prettyName: "Act of Treason", cardType: "Sorcery", set: "M20", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['2', 'R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69910, setNumber: 125, name: "cavalier_of_flame", prettyName: "Cavalier of Flame", cardType: "Creature", set: "M20", subTypes: "Elemental Knight", colorIdentity: ['R'], colors: ['Red'], rarity: "Mythic Rare", cost: ['2', 'R', 'R', 'R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69911, setNumber: 126, name: "chandra_acolyte_of_flame", prettyName: "Chandra, Acolyte of Flame", cardType: "Planeswalker", set: "M20", subTypes: "Chandra", colorIdentity: ['R'], colors: ['Red'], rarity: "Rare", cost: ['1', 'R', 'R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69912, setNumber: 127, name: "chandra_awakened_inferno", prettyName: "Chandra, Awakened Inferno", cardType: "Planeswalker", set: "M20", subTypes: "Chandra", colorIdentity: ['R'], colors: ['Red'], rarity: "Mythic Rare", cost: ['4', 'R', 'R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69913, setNumber: 128, name: "chandra_novice_pyromancer", prettyName: "Chandra, Novice Pyromancer", cardType: "Planeswalker", set: "M20", subTypes: "Chandra", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['3', 'R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69914, setNumber: 129, name: "chandras_embercat", prettyName: "Chandra's Embercat", cardType: "Creature", set: "M20", subTypes: "Elemental Cat", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['1', 'R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69915, setNumber: 130, name: "chandras_outrage", prettyName: "Chandra's Outrage", cardType: "Instant", set: "M20", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['2', 'R', 'R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69916, setNumber: 131, name: "chandras_regulator", prettyName: "Chandra's Regulator", cardType: "Artifact", set: "M20", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Rare", cost: ['1', 'R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69917, setNumber: 132, name: "chandras_spitfire", prettyName: "Chandra's Spitfire", cardType: "Creature", set: "M20", subTypes: "Elemental", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['2', 'R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69918, setNumber: 133, name: "daggersail_aeronaut", prettyName: "Daggersail Aeronaut", cardType: "Creature", set: "M20", subTypes: "Goblin", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['3', 'R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69919, setNumber: 134, name: "destructive_digger", prettyName: "Destructive Digger", cardType: "Creature", set: "M20", subTypes: "Goblin", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['2', 'R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69920, setNumber: 135, name: "dragon_mage", prettyName: "Dragon Mage", cardType: "Creature", set: "M20", subTypes: "Dragon Wizard", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['5', 'R', 'R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69921, setNumber: 136, name: "drakuseth_maw_of_flames", prettyName: "Drakuseth, Maw of Flames", cardType: "Creature", set: "M20", subTypes: "Dragon", colorIdentity: ['R'], colors: ['Red'], rarity: "Rare", cost: ['4', 'R', 'R', 'R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69922, setNumber: 137, name: "ember_hauler", prettyName: "Ember Hauler", cardType: "Creature", set: "M20", subTypes: "Goblin", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['R', 'R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69923, setNumber: 138, name: "fire_elemental", prettyName: "Fire Elemental", cardType: "Creature", set: "M20", subTypes: "Elemental", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['3', 'R', 'R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69924, setNumber: 139, name: "flame_sweep", prettyName: "Flame Sweep", cardType: "Instant", set: "M20", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['2', 'R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69925, setNumber: 140, name: "fry", prettyName: "Fry", cardType: "Instant", set: "M20", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['1', 'R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69926, setNumber: 141, name: "glinthorn_buccaneer", prettyName: "Glint-Horn Buccaneer", cardType: "Creature", set: "M20", subTypes: "Minotaur Pirate", colorIdentity: ['R'], colors: ['Red'], rarity: "Rare", cost: ['1', 'R', 'R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69927, setNumber: 142, name: "goblin_birdgrabber", prettyName: "Goblin Bird-Grabber", cardType: "Creature", set: "M20", subTypes: "Goblin", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['1', 'R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69928, setNumber: 143, name: "goblin_ringleader", prettyName: "Goblin Ringleader", cardType: "Creature", set: "M20", subTypes: "Goblin", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['3', 'R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69929, setNumber: 144, name: "goblin_smuggler", prettyName: "Goblin Smuggler", cardType: "Creature", set: "M20", subTypes: "Goblin Rogue", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['2', 'R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69930, setNumber: 145, name: "infuriate", prettyName: "Infuriate", cardType: "Instant", set: "M20", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69931, setNumber: 146, name: "keldon_raider", prettyName: "Keldon Raider", cardType: "Creature", set: "M20", subTypes: "Human Warrior", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['2', 'R', 'R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69932, setNumber: 147, name: "lavakin_brawler", prettyName: "Lavakin Brawler", cardType: "Creature", set: "M20", subTypes: "Elemental Warrior", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['3', 'R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69933, setNumber: 148, name: "leyline_of_combustion", prettyName: "Leyline of Combustion", cardType: "Enchantment", set: "M20", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Rare", cost: ['2', 'R', 'R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69934, setNumber: 149, name: "maniacal_rage", prettyName: "Maniacal Rage", cardType: "Enchantment", set: "M20", subTypes: "Aura", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['1', 'R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69935, setNumber: 150, name: "marauding_raptor", prettyName: "Marauding Raptor", cardType: "Creature", set: "M20", subTypes: "Dinosaur", colorIdentity: ['R'], colors: ['Red'], rarity: "Rare", cost: ['1', 'R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69936, setNumber: 151, name: "mask_of_immolation", prettyName: "Mask of Immolation", cardType: "Artifact", set: "M20", subTypes: "Equipment", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['1', 'R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69937, setNumber: 152, name: "pack_mastiff", prettyName: "Pack Mastiff", cardType: "Creature", set: "M20", subTypes: "Hound", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['1', 'R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69938, setNumber: 153, name: "rapacious_dragon", prettyName: "Rapacious Dragon", cardType: "Creature", set: "M20", subTypes: "Dragon", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['4', 'R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69939, setNumber: 154, name: "reckless_air_strike", prettyName: "Reckless Air Strike", cardType: "Sorcery", set: "M20", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69940, setNumber: 155, name: "reduce_to_ashes", prettyName: "Reduce to Ashes", cardType: "Sorcery", set: "M20", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['4', 'R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69941, setNumber: 156, name: "repeated_reverberation", prettyName: "Repeated Reverberation", cardType: "Instant", set: "M20", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Rare", cost: ['2', 'R', 'R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69942, setNumber: 157, name: "ripscale_predator", prettyName: "Ripscale Predator", cardType: "Creature", set: "M20", subTypes: "Dinosaur", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['4', 'R', 'R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69943, setNumber: 158, name: "scampering_scorcher", prettyName: "Scampering Scorcher", cardType: "Creature", set: "M20", subTypes: "Elemental", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['3', 'R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69944, setNumber: 159, name: "scorch_spitter", prettyName: "Scorch Spitter", cardType: "Creature", set: "M20", subTypes: "Elemental Lizard", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69945, setNumber: 160, name: "shock", prettyName: "Shock", cardType: "Instant", set: "M20", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69946, setNumber: 161, name: "tectonic_rift", prettyName: "Tectonic Rift", cardType: "Sorcery", set: "M20", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['3', 'R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69947, setNumber: 162, name: "thunderkin_awakener", prettyName: "Thunderkin Awakener", cardType: "Creature", set: "M20", subTypes: "Elemental Shaman", colorIdentity: ['R'], colors: ['Red'], rarity: "Rare", cost: ['1', 'R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69948, setNumber: 163, name: "uncaged_fury", prettyName: "Uncaged Fury", cardType: "Instant", set: "M20", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['2', 'R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69949, setNumber: 164, name: "unchained_berserker", prettyName: "Unchained Berserker", cardType: "Creature", set: "M20", subTypes: "Human Berserker", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['1', 'R'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69950, setNumber: 165, name: "barkhide_troll", prettyName: "Barkhide Troll", cardType: "Creature", set: "M20", subTypes: "Troll", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['G', 'G'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69951, setNumber: 166, name: "brightwood_tracker", prettyName: "Brightwood Tracker", cardType: "Creature", set: "M20", subTypes: "Elf Scout", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['3', 'G'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69952, setNumber: 167, name: "cavalier_of_thorns", prettyName: "Cavalier of Thorns", cardType: "Creature", set: "M20", subTypes: "Elemental Knight", colorIdentity: ['G'], colors: ['Green'], rarity: "Mythic Rare", cost: ['2', 'G', 'G', 'G'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69953, setNumber: 168, name: "centaur_courser", prettyName: "Centaur Courser", cardType: "Creature", set: "M20", subTypes: "Centaur Warrior", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['2', 'G'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69954, setNumber: 169, name: "elvish_reclaimer", prettyName: "Elvish Reclaimer", cardType: "Creature", set: "M20", subTypes: "Elf Warrior", colorIdentity: ['G'], colors: ['Green'], rarity: "Rare", cost: ['G'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69955, setNumber: 170, name: "feral_invocation", prettyName: "Feral Invocation", cardType: "Enchantment", set: "M20", subTypes: "Aura", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['2', 'G'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69956, setNumber: 171, name: "ferocious_pup", prettyName: "Ferocious Pup", cardType: "Creature", set: "M20", subTypes: "Wolf", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['2', 'G'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69957, setNumber: 172, name: "gargos_vicious_watcher", prettyName: "Gargos, Vicious Watcher", cardType: "Creature", set: "M20", subTypes: "Hydra", colorIdentity: ['G'], colors: ['Green'], rarity: "Rare", cost: ['3', 'G', 'G', 'G'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69958, setNumber: 173, name: "gift_of_paradise", prettyName: "Gift of Paradise", cardType: "Enchantment", set: "M20", subTypes: "Aura", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['2', 'G'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69959, setNumber: 174, name: "greenwood_sentinel", prettyName: "Greenwood Sentinel", cardType: "Creature", set: "M20", subTypes: "Elf Scout", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['1', 'G'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69960, setNumber: 175, name: "growth_cycle", prettyName: "Growth Cycle", cardType: "Instant", set: "M20", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['1', 'G'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69961, setNumber: 176, name: "healer_of_the_glade", prettyName: "Healer of the Glade", cardType: "Creature", set: "M20", subTypes: "Elemental", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['G'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69962, setNumber: 177, name: "howling_giant", prettyName: "Howling Giant", cardType: "Creature", set: "M20", subTypes: "Giant Druid", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['5', 'G', 'G'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69963, setNumber: 178, name: "leafkin_druid", prettyName: "Leafkin Druid", cardType: "Creature", set: "M20", subTypes: "Elemental Druid", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['1', 'G'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69964, setNumber: 179, name: "leyline_of_abundance", prettyName: "Leyline of Abundance", cardType: "Enchantment", set: "M20", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Rare", cost: ['2', 'G', 'G'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69965, setNumber: 180, name: "loaming_shaman", prettyName: "Loaming Shaman", cardType: "Creature", set: "M20", subTypes: "Centaur Shaman", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['2', 'G'], collectible: true })) core_set_2020.addCard(new Card({ mtgaID: 69966, setNumber: 181, name: "mammoth_spider", prettyName: "Mammoth Spider", cardType: "Creature", set: "M20", subTypes: "Spider", colorIdentity: ['G'], colors: ['Green'], rarity: "Common",