mtga
Version:
MTGA card details as backbone models
182 lines (180 loc) • 86 kB
JavaScript
const { CardPool, Card } = require('./models.js')
let guilds_of_ravnica = new CardPool({name: "guilds_of_ravnica", cards: []})
guilds_of_ravnica.addCard(new Card({ mtgaID: 68462, setNumber: 1, name: "blade_instructor", prettyName: "Blade Instructor", cardType: "Creature", set: "GRN", subTypes: "Human Soldier", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['2', 'W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68463, setNumber: 2, name: "bounty_agent", prettyName: "Bounty Agent", cardType: "Creature", set: "GRN", subTypes: "Human Soldier", colorIdentity: ['W'], colors: ['White'], rarity: "Rare", cost: ['1', 'W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68464, setNumber: 3, name: "candlelight_vigil", prettyName: "Candlelight Vigil", cardType: "Enchantment", set: "GRN", subTypes: "Aura", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['3', 'W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68465, setNumber: 4, name: "citywide_bust", prettyName: "Citywide Bust", cardType: "Sorcery", set: "GRN", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Rare", cost: ['1', 'W', 'W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68466, setNumber: 5, name: "collar_the_culprit", prettyName: "Collar the Culprit", cardType: "Instant", set: "GRN", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['3', 'W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68467, setNumber: 6, name: "conclave_tribunal", prettyName: "Conclave Tribunal", cardType: "Enchantment", set: "GRN", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['3', 'W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68468, setNumber: 7, name: "crush_contraband", prettyName: "Crush Contraband", cardType: "Instant", set: "GRN", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['3', 'W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68469, setNumber: 8, name: "dawn_of_hope", prettyName: "Dawn of Hope", cardType: "Enchantment", set: "GRN", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Rare", cost: ['1', 'W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68470, setNumber: 9, name: "demotion", prettyName: "Demotion", cardType: "Enchantment", set: "GRN", subTypes: "Aura", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68471, setNumber: 10, name: "divine_visitation", prettyName: "Divine Visitation", cardType: "Enchantment", set: "GRN", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Mythic Rare", cost: ['3', 'W', 'W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68472, setNumber: 11, name: "flight_of_equenauts", prettyName: "Flight of Equenauts", cardType: "Creature", set: "GRN", subTypes: "Human Knight", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['7', 'W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68473, setNumber: 12, name: "gird_for_battle", prettyName: "Gird for Battle", cardType: "Sorcery", set: "GRN", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68474, setNumber: 13, name: "haazda_marshal", prettyName: "Haazda Marshal", cardType: "Creature", set: "GRN", subTypes: "Human Soldier", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68475, setNumber: 14, name: "healers_hawk", prettyName: "Healer's Hawk", cardType: "Creature", set: "GRN", subTypes: "Bird", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68476, setNumber: 15, name: "hunted_witness", prettyName: "Hunted Witness", cardType: "Creature", set: "GRN", subTypes: "Human", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68477, setNumber: 16, name: "inspiring_unicorn", prettyName: "Inspiring Unicorn", cardType: "Creature", set: "GRN", subTypes: "Unicorn", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['2', 'W', 'W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68478, setNumber: 17, name: "intrusive_packbeast", prettyName: "Intrusive Packbeast", cardType: "Creature", set: "GRN", subTypes: "Beast", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['4', 'W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68479, setNumber: 18, name: "ledev_guardian", prettyName: "Ledev Guardian", cardType: "Creature", set: "GRN", subTypes: "Human Knight", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['3', 'W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68480, setNumber: 19, name: "light_of_the_legion", prettyName: "Light of the Legion", cardType: "Creature", set: "GRN", subTypes: "Angel", colorIdentity: ['W'], colors: ['White'], rarity: "Rare", cost: ['4', 'W', 'W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68481, setNumber: 20, name: "loxodon_restorer", prettyName: "Loxodon Restorer", cardType: "Creature", set: "GRN", subTypes: "Elephant Cleric", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['4', 'W', 'W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68482, setNumber: 21, name: "luminous_bonds", prettyName: "Luminous Bonds", cardType: "Enchantment", set: "GRN", subTypes: "Aura", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['2', 'W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68483, setNumber: 22, name: "parhelion_patrol", prettyName: "Parhelion Patrol", cardType: "Creature", set: "GRN", subTypes: "Human Knight", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['3', 'W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68484, setNumber: 23, name: "righteous_blow", prettyName: "Righteous Blow", cardType: "Instant", set: "GRN", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68485, setNumber: 24, name: "roc_charger", prettyName: "Roc Charger", cardType: "Creature", set: "GRN", subTypes: "Bird", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['2', 'W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68486, setNumber: 25, name: "skyline_scout", prettyName: "Skyline Scout", cardType: "Creature", set: "GRN", subTypes: "Human Scout", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['1', 'W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68487, setNumber: 26, name: "sunhome_stalwart", prettyName: "Sunhome Stalwart", cardType: "Creature", set: "GRN", subTypes: "Human Soldier", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['1', 'W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68488, setNumber: 27, name: "sworn_companions", prettyName: "Sworn Companions", cardType: "Sorcery", set: "GRN", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['2', 'W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68489, setNumber: 28, name: "take_heart", prettyName: "Take Heart", cardType: "Instant", set: "GRN", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68490, setNumber: 29, name: "tenth_district_guard", prettyName: "Tenth District Guard", cardType: "Creature", set: "GRN", subTypes: "Human Soldier", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['1', 'W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68491, setNumber: 30, name: "venerated_loxodon", prettyName: "Venerated Loxodon", cardType: "Creature", set: "GRN", subTypes: "Elephant Cleric", colorIdentity: ['W'], colors: ['White'], rarity: "Rare", cost: ['4', 'W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68492, setNumber: 31, name: "capture_sphere", prettyName: "Capture Sphere", cardType: "Enchantment", set: "GRN", subTypes: "Aura", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['3', 'U'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68493, setNumber: 32, name: "chemisters_insight", prettyName: "Chemister's Insight", cardType: "Instant", set: "GRN", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['3', 'U'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68494, setNumber: 33, name: "citywatch_sphinx", prettyName: "Citywatch Sphinx", cardType: "Creature", set: "GRN", subTypes: "Sphinx", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['5', 'U'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68495, setNumber: 34, name: "dazzling_lights", prettyName: "Dazzling Lights", cardType: "Instant", set: "GRN", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['U'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68496, setNumber: 35, name: "devious_coverup", prettyName: "Devious Cover-Up", cardType: "Instant", set: "GRN", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['2', 'U', 'U'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68497, setNumber: 36, name: "dimir_informant", prettyName: "Dimir Informant", cardType: "Creature", set: "GRN", subTypes: "Human Rogue", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['2', 'U'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68498, setNumber: 37, name: "disdainful_stroke", prettyName: "Disdainful Stroke", cardType: "Instant", set: "GRN", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['1', 'U'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68499, setNumber: 38, name: "dream_eater", prettyName: "Dream Eater", cardType: "Creature", set: "GRN", subTypes: "Nightmare Sphinx", colorIdentity: ['U'], colors: ['Blue'], rarity: "Mythic Rare", cost: ['4', 'U', 'U'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68500, setNumber: 39, name: "drowned_secrets", prettyName: "Drowned Secrets", cardType: "Enchantment", set: "GRN", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Rare", cost: ['1', 'U'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68501, setNumber: 40, name: "enhanced_surveillance", prettyName: "Enhanced Surveillance", cardType: "Enchantment", set: "GRN", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['1', 'U'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68502, setNumber: 41, name: "guild_summit", prettyName: "Guild Summit", cardType: "Enchantment", set: "GRN", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['2', 'U'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68503, setNumber: 42, name: "leapfrog", prettyName: "Leapfrog", cardType: "Creature", set: "GRN", subTypes: "Frog", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['2', 'U'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68504, setNumber: 43, name: "maximize_altitude", prettyName: "Maximize Altitude", cardType: "Sorcery", set: "GRN", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['U'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68505, setNumber: 44, name: "mission_briefing", prettyName: "Mission Briefing", cardType: "Instant", set: "GRN", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Rare", cost: ['U', 'U'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68506, setNumber: 45, name: "murmuring_mystic", prettyName: "Murmuring Mystic", cardType: "Creature", set: "GRN", subTypes: "Human Wizard", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['3', 'U'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68507, setNumber: 46, name: "muse_drake", prettyName: "Muse Drake", cardType: "Creature", set: "GRN", subTypes: "Drake", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['3', 'U'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68508, setNumber: 47, name: "narcomoeba", prettyName: "Narcomoeba", cardType: "Creature", set: "GRN", subTypes: "Illusion", colorIdentity: ['U'], colors: ['Blue'], rarity: "Rare", cost: ['1', 'U'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68509, setNumber: 48, name: "nightveil_sprite", prettyName: "Nightveil Sprite", cardType: "Creature", set: "GRN", subTypes: "Faerie Rogue", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['1', 'U'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68510, setNumber: 49, name: "omnispell_adept", prettyName: "Omnispell Adept", cardType: "Creature", set: "GRN", subTypes: "Human Wizard", colorIdentity: ['U'], colors: ['Blue'], rarity: "Rare", cost: ['4', 'U'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68511, setNumber: 50, name: "passwall_adept", prettyName: "Passwall Adept", cardType: "Creature", set: "GRN", subTypes: "Human Wizard", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['1', 'U'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68512, setNumber: 51, name: "quasiduplicate", prettyName: "Quasiduplicate", cardType: "Sorcery", set: "GRN", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Rare", cost: ['1', 'U', 'U'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68513, setNumber: 52, name: "radical_idea", prettyName: "Radical Idea", cardType: "Instant", set: "GRN", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['1', 'U'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68514, setNumber: 53, name: "selective_snare", prettyName: "Selective Snare", cardType: "Sorcery", set: "GRN", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['X', 'U'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68515, setNumber: 54, name: "sinister_sabotage", prettyName: "Sinister Sabotage", cardType: "Instant", set: "GRN", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['1', 'U', 'U'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68516, setNumber: 55, name: "thoughtbound_phantasm", prettyName: "Thoughtbound Phantasm", cardType: "Creature", set: "GRN", subTypes: "Spirit", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['U'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68517, setNumber: 56, name: "unexplained_disappearance", prettyName: "Unexplained Disappearance", cardType: "Instant", set: "GRN", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['1', 'U'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68518, setNumber: 57, name: "vedalken_mesmerist", prettyName: "Vedalken Mesmerist", cardType: "Creature", set: "GRN", subTypes: "Vedalken Wizard", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['1', 'U'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68519, setNumber: 58, name: "wall_of_mist", prettyName: "Wall of Mist", cardType: "Creature", set: "GRN", subTypes: "Wall", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['1', 'U'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68520, setNumber: 59, name: "watcher_in_the_mist", prettyName: "Watcher in the Mist", cardType: "Creature", set: "GRN", subTypes: "Spirit", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['3', 'U', 'U'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68521, setNumber: 60, name: "wishcoin_crab", prettyName: "Wishcoin Crab", cardType: "Creature", set: "GRN", subTypes: "Crab", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['3', 'U'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68522, setNumber: 61, name: "barrier_of_bones", prettyName: "Barrier of Bones", cardType: "Creature", set: "GRN", subTypes: "Skeleton Wall", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['B'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68523, setNumber: 62, name: "bartizan_bats", prettyName: "Bartizan Bats", cardType: "Creature", set: "GRN", subTypes: "Bat", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['3', 'B'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68524, setNumber: 63, name: "blood_operative", prettyName: "Blood Operative", cardType: "Creature", set: "GRN", subTypes: "Vampire Assassin", colorIdentity: ['B'], colors: ['Black'], rarity: "Rare", cost: ['1', 'B', 'B'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68525, setNumber: 64, name: "burglar_rat", prettyName: "Burglar Rat", cardType: "Creature", set: "GRN", subTypes: "Rat", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['1', 'B'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68526, setNumber: 65, name: "child_of_night", prettyName: "Child of Night", cardType: "Creature", set: "GRN", subTypes: "Vampire", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['1', 'B'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68527, setNumber: 66, name: "creeping_chill", prettyName: "Creeping Chill", cardType: "Sorcery", set: "GRN", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['3', 'B'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68528, setNumber: 67, name: "dead_weight", prettyName: "Dead Weight", cardType: "Enchantment", set: "GRN", subTypes: "Aura", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['B'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68529, setNumber: 68, name: "deadly_visit", prettyName: "Deadly Visit", cardType: "Sorcery", set: "GRN", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['3', 'B', 'B'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68530, setNumber: 69, name: "doom_whisperer", prettyName: "Doom Whisperer", cardType: "Creature", set: "GRN", subTypes: "Nightmare Demon", colorIdentity: ['B'], colors: ['Black'], rarity: "Mythic Rare", cost: ['3', 'B', 'B'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68531, setNumber: 70, name: "douser_of_lights", prettyName: "Douser of Lights", cardType: "Creature", set: "GRN", subTypes: "Horror", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['4', 'B'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68532, setNumber: 71, name: "gruesome_menagerie", prettyName: "Gruesome Menagerie", cardType: "Sorcery", set: "GRN", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Rare", cost: ['3', 'B', 'B'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68533, setNumber: 72, name: "hired_poisoner", prettyName: "Hired Poisoner", cardType: "Creature", set: "GRN", subTypes: "Human Assassin", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['B'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68534, setNumber: 73, name: "kraul_swarm", prettyName: "Kraul Swarm", cardType: "Creature", set: "GRN", subTypes: "Insect Warrior", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['4', 'B'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68535, setNumber: 74, name: "lotleth_giant", prettyName: "Lotleth Giant", cardType: "Creature", set: "GRN", subTypes: "Zombie Giant", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['6', 'B'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68536, setNumber: 75, name: "mausoleum_secrets", prettyName: "Mausoleum Secrets", cardType: "Instant", set: "GRN", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Rare", cost: ['1', 'B'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68537, setNumber: 76, name: "mephitic_vapors", prettyName: "Mephitic Vapors", cardType: "Sorcery", set: "GRN", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['2', 'B'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68538, setNumber: 77, name: "midnight_reaper", prettyName: "Midnight Reaper", cardType: "Creature", set: "GRN", subTypes: "Zombie Knight", colorIdentity: ['B'], colors: ['Black'], rarity: "Rare", cost: ['2', 'B'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68539, setNumber: 78, name: "moodmark_painter", prettyName: "Moodmark Painter", cardType: "Creature", set: "GRN", subTypes: "Human Shaman", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['2', 'B', 'B'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68540, setNumber: 79, name: "necrotic_wound", prettyName: "Necrotic Wound", cardType: "Instant", set: "GRN", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['B'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68541, setNumber: 80, name: "never_happened", prettyName: "Never Happened", cardType: "Sorcery", set: "GRN", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['2', 'B'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68542, setNumber: 81, name: "pilfering_imp", prettyName: "Pilfering Imp", cardType: "Creature", set: "GRN", subTypes: "Imp", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['B'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68543, setNumber: 82, name: "plaguecrafter", prettyName: "Plaguecrafter", cardType: "Creature", set: "GRN", subTypes: "Human Shaman", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['2', 'B'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68544, setNumber: 83, name: "price_of_fame", prettyName: "Price of Fame", cardType: "Instant", set: "GRN", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['3', 'B'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68545, setNumber: 84, name: "ritual_of_soot", prettyName: "Ritual of Soot", cardType: "Sorcery", set: "GRN", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Rare", cost: ['2', 'B', 'B'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68546, setNumber: 85, name: "severed_strands", prettyName: "Severed Strands", cardType: "Sorcery", set: "GRN", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['1', 'B'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68547, setNumber: 86, name: "spinal_centipede", prettyName: "Spinal Centipede", cardType: "Creature", set: "GRN", subTypes: "Insect", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['2', 'B'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68548, setNumber: 87, name: "undercity_necrolisk", prettyName: "Undercity Necrolisk", cardType: "Creature", set: "GRN", subTypes: "Zombie Lizard", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['3', 'B'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68549, setNumber: 88, name: "veiled_shade", prettyName: "Veiled Shade", cardType: "Creature", set: "GRN", subTypes: "Shade", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['2', 'B'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68550, setNumber: 89, name: "vicious_rumors", prettyName: "Vicious Rumors", cardType: "Sorcery", set: "GRN", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['B'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68551, setNumber: 90, name: "whispering_snitch", prettyName: "Whispering Snitch", cardType: "Creature", set: "GRN", subTypes: "Vampire Rogue", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['1', 'B'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68552, setNumber: 91, name: "arclight_phoenix", prettyName: "Arclight Phoenix", cardType: "Creature", set: "GRN", subTypes: "Phoenix", colorIdentity: ['R'], colors: ['Red'], rarity: "Mythic Rare", cost: ['3', 'R'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68553, setNumber: 92, name: "barging_sergeant", prettyName: "Barging Sergeant", cardType: "Creature", set: "GRN", subTypes: "Minotaur Soldier", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['4', 'R'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68554, setNumber: 93, name: "book_devourer", prettyName: "Book Devourer", cardType: "Creature", set: "GRN", subTypes: "Beast", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['5', 'R'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68555, setNumber: 94, name: "command_the_storm", prettyName: "Command the Storm", cardType: "Instant", set: "GRN", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['4', 'R'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68556, setNumber: 95, name: "cosmotronic_wave", prettyName: "Cosmotronic Wave", cardType: "Sorcery", set: "GRN", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['3', 'R'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68557, setNumber: 96, name: "direct_current", prettyName: "Direct Current", cardType: "Sorcery", set: "GRN", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['1', 'R', 'R'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68558, setNumber: 97, name: "electrostatic_field", prettyName: "Electrostatic Field", cardType: "Creature", set: "GRN", subTypes: "Wall", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['1', 'R'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68559, setNumber: 98, name: "erratic_cyclops", prettyName: "Erratic Cyclops", cardType: "Creature", set: "GRN", subTypes: "Cyclops Shaman", colorIdentity: ['R'], colors: ['Red'], rarity: "Rare", cost: ['3', 'R'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68560, setNumber: 99, name: "experimental_frenzy", prettyName: "Experimental Frenzy", cardType: "Enchantment", set: "GRN", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Rare", cost: ['3', 'R'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68561, setNumber: 100, name: "fearless_halberdier", prettyName: "Fearless Halberdier", cardType: "Creature", set: "GRN", subTypes: "Human Warrior", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['2', 'R'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68562, setNumber: 101, name: "fire_urchin", prettyName: "Fire Urchin", cardType: "Creature", set: "GRN", subTypes: "Elemental", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['1', 'R'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68563, setNumber: 102, name: "goblin_banneret", prettyName: "Goblin Banneret", cardType: "Creature", set: "GRN", subTypes: "Goblin Soldier", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['R'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68564, setNumber: 103, name: "goblin_cratermaker", prettyName: "Goblin Cratermaker", cardType: "Creature", set: "GRN", subTypes: "Goblin Warrior", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['1', 'R'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68565, setNumber: 104, name: "goblin_locksmith", prettyName: "Goblin Locksmith", cardType: "Creature", set: "GRN", subTypes: "Goblin Rogue", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['1', 'R'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68566, setNumber: 105, name: "gravitic_punch", prettyName: "Gravitic Punch", cardType: "Sorcery", set: "GRN", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['3', 'R'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68567, setNumber: 106, name: "hellkite_whelp", prettyName: "Hellkite Whelp", cardType: "Creature", set: "GRN", subTypes: "Dragon", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['4', 'R'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68568, setNumber: 107, name: "inescapable_blaze", prettyName: "Inescapable Blaze", cardType: "Instant", set: "GRN", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['4', 'R', 'R'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68569, setNumber: 108, name: "lava_coil", prettyName: "Lava Coil", cardType: "Sorcery", set: "GRN", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['1', 'R'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68570, setNumber: 109, name: "legion_warboss", prettyName: "Legion Warboss", cardType: "Creature", set: "GRN", subTypes: "Goblin Soldier", colorIdentity: ['R'], colors: ['Red'], rarity: "Rare", cost: ['2', 'R'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68571, setNumber: 110, name: "maniacal_rage", prettyName: "Maniacal Rage", cardType: "Enchantment", set: "GRN", subTypes: "Aura", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['1', 'R'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68572, setNumber: 111, name: "maximize_velocity", prettyName: "Maximize Velocity", cardType: "Sorcery", set: "GRN", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['R'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68573, setNumber: 112, name: "ornery_goblin", prettyName: "Ornery Goblin", cardType: "Creature", set: "GRN", subTypes: "Goblin Warrior", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['1', 'R'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68574, setNumber: 113, name: "risk_factor", prettyName: "Risk Factor", cardType: "Instant", set: "GRN", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Rare", cost: ['2', 'R'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68575, setNumber: 114, name: "rubblebelt_boar", prettyName: "Rubblebelt Boar", cardType: "Creature", set: "GRN", subTypes: "Boar", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['3', 'R'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68576, setNumber: 115, name: "runaway_steamkin", prettyName: "Runaway Steam-Kin", cardType: "Creature", set: "GRN", subTypes: "Elemental", colorIdentity: ['R'], colors: ['Red'], rarity: "Rare", cost: ['1', 'R'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68577, setNumber: 116, name: "smeltward_minotaur", prettyName: "Smelt-Ward Minotaur", cardType: "Creature", set: "GRN", subTypes: "Minotaur Warrior", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['2', 'R'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68578, setNumber: 117, name: "street_riot", prettyName: "Street Riot", cardType: "Enchantment", set: "GRN", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['4', 'R'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68579, setNumber: 118, name: "sure_strike", prettyName: "Sure Strike", cardType: "Instant", set: "GRN", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['1', 'R'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68580, setNumber: 119, name: "torch_courier", prettyName: "Torch Courier", cardType: "Creature", set: "GRN", subTypes: "Goblin", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['R'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68581, setNumber: 120, name: "wojek_bodyguard", prettyName: "Wojek Bodyguard", cardType: "Creature", set: "GRN", subTypes: "Human Soldier", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['2', 'R'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68582, setNumber: 121, name: "affectionate_indrik", prettyName: "Affectionate Indrik", cardType: "Creature", set: "GRN", subTypes: "Beast", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['5', 'G'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68583, setNumber: 122, name: "arboretum_elemental", prettyName: "Arboretum Elemental", cardType: "Creature", set: "GRN", subTypes: "Elemental", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['7', 'G', 'G'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68584, setNumber: 123, name: "beast_whisperer", prettyName: "Beast Whisperer", cardType: "Creature", set: "GRN", subTypes: "Elf Druid", colorIdentity: ['G'], colors: ['Green'], rarity: "Rare", cost: ['2', 'G', 'G'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68585, setNumber: 124, name: "bounty_of_might", prettyName: "Bounty of Might", cardType: "Instant", set: "GRN", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Rare", cost: ['4', 'G', 'G'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68586, setNumber: 125, name: "circuitous_route", prettyName: "Circuitous Route", cardType: "Sorcery", set: "GRN", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['3', 'G'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68587, setNumber: 126, name: "crushing_canopy", prettyName: "Crushing Canopy", cardType: "Instant", set: "GRN", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['2', 'G'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68588, setNumber: 127, name: "devkarin_dissident", prettyName: "Devkarin Dissident", cardType: "Creature", set: "GRN", subTypes: "Elf Warrior", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['1', 'G'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68589, setNumber: 128, name: "district_guide", prettyName: "District Guide", cardType: "Creature", set: "GRN", subTypes: "Elf Scout", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['2', 'G'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68590, setNumber: 129, name: "generous_stray", prettyName: "Generous Stray", cardType: "Creature", set: "GRN", subTypes: "Cat", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['2', 'G'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68591, setNumber: 130, name: "golgari_raiders", prettyName: "Golgari Raiders", cardType: "Creature", set: "GRN", subTypes: "Elf Warrior", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['3', 'G'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68592, setNumber: 131, name: "grappling_sundew", prettyName: "Grappling Sundew", cardType: "Creature", set: "GRN", subTypes: "Plant", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['1', 'G'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68593, setNumber: 132, name: "hatchery_spider", prettyName: "Hatchery Spider", cardType: "Creature", set: "GRN", subTypes: "Spider", colorIdentity: ['G'], colors: ['Green'], rarity: "Rare", cost: ['5', 'G', 'G'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68594, setNumber: 133, name: "hitchclaw_recluse", prettyName: "Hitchclaw Recluse", cardType: "Creature", set: "GRN", subTypes: "Spider", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['2', 'G'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68595, setNumber: 134, name: "ironshell_beetle", prettyName: "Ironshell Beetle", cardType: "Creature", set: "GRN", subTypes: "Insect", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['1', 'G'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68596, setNumber: 135, name: "kraul_foragers", prettyName: "Kraul Foragers", cardType: "Creature", set: "GRN", subTypes: "Insect Scout", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['4', 'G'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68597, setNumber: 136, name: "kraul_harpooner", prettyName: "Kraul Harpooner", cardType: "Creature", set: "GRN", subTypes: "Insect Warrior", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['1', 'G'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68598, setNumber: 137, name: "might_of_the_masses", prettyName: "Might of the Masses", cardType: "Instant", set: "GRN", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['G'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68599, setNumber: 138, name: "nullhide_ferox", prettyName: "Nullhide Ferox", cardType: "Creature", set: "GRN", subTypes: "Beast", colorIdentity: ['G'], colors: ['Green'], rarity: "Mythic Rare", cost: ['2', 'G', 'G'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68600, setNumber: 139, name: "packs_favor", prettyName: "Pack's Favor", cardType: "Instant", set: "GRN", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['2', 'G'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68601, setNumber: 140, name: "pause_for_reflection", prettyName: "Pause for Reflection", cardType: "Instant", set: "GRN", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['2', 'G'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68602, setNumber: 141, name: "pelt_collector", prettyName: "Pelt Collector", cardType: "Creature", set: "GRN", subTypes: "Elf Warrior", colorIdentity: ['G'], colors: ['Green'], rarity: "Rare", cost: ['G'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68603, setNumber: 142, name: "portcullis_vine", prettyName: "Portcullis Vine", cardType: "Creature", set: "GRN", subTypes: "Plant Wall", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['G'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68604, setNumber: 143, name: "prey_upon", prettyName: "Prey Upon", cardType: "Sorcery", set: "GRN", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['G'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68605, setNumber: 144, name: "siege_wurm", prettyName: "Siege Wurm", cardType: "Creature", set: "GRN", subTypes: "Wurm", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['5', 'G', 'G'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68606, setNumber: 145, name: "sprouting_renewal", prettyName: "Sprouting Renewal", cardType: "Sorcery", set: "GRN", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['2', 'G'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68607, setNumber: 146, name: "urban_utopia", prettyName: "Urban Utopia", cardType: "Enchantment", set: "GRN", subTypes: "Aura", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['1', 'G'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68608, setNumber: 147, name: "vigorspore_wurm", prettyName: "Vigorspore Wurm", cardType: "Creature", set: "GRN", subTypes: "Wurm", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['5', 'G'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68609, setNumber: 148, name: "vivid_revival", prettyName: "Vivid Revival", cardType: "Sorcery", set: "GRN", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Rare", cost: ['4', 'G'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68610, setNumber: 149, name: "wary_okapi", prettyName: "Wary Okapi", cardType: "Creature", set: "GRN", subTypes: "Antelope", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['2', 'G'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68611, setNumber: 150, name: "wild_ceratok", prettyName: "Wild Ceratok", cardType: "Creature", set: "GRN", subTypes: "Rhino", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['3', 'G'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68612, setNumber: 151, name: "artful_takedown", prettyName: "Artful Takedown", cardType: "Instant", set: "GRN", subTypes: "", colorIdentity: ['U', 'B'], colors: ['Black', 'Blue'], rarity: "Common", cost: ['2', 'U', 'B'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68613, setNumber: 152, name: "assassins_trophy", prettyName: "Assassin's Trophy", cardType: "Instant", set: "GRN", subTypes: "", colorIdentity: ['B', 'G'], colors: ['Black', 'Green'], rarity: "Rare", cost: ['B', 'G'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68614, setNumber: 153, name: "aurelia_exemplar_of_justice", prettyName: "Aurelia, Exemplar of Justice", cardType: "Creature", set: "GRN", subTypes: "Angel", colorIdentity: ['R', 'W'], colors: ['Red', 'White'], rarity: "Mythic Rare", cost: ['2', 'R', 'W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68615, setNumber: 154, name: "beacon_bolt", prettyName: "Beacon Bolt", cardType: "Sorcery", set: "GRN", subTypes: "", colorIdentity: ['U', 'R'], colors: ['Red', 'Blue'], rarity: "Uncommon", cost: ['1', 'U', 'R'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68616, setNumber: 155, name: "beamsplitter_mage", prettyName: "Beamsplitter Mage", cardType: "Creature", set: "GRN", subTypes: "Vedalken Wizard", colorIdentity: ['U', 'R'], colors: ['Red', 'Blue'], rarity: "Uncommon", cost: ['U', 'R'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68617, setNumber: 156, name: "boros_challenger", prettyName: "Boros Challenger", cardType: "Creature", set: "GRN", subTypes: "Human Soldier", colorIdentity: ['R', 'W'], colors: ['Red', 'White'], rarity: "Uncommon", cost: ['R', 'W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68618, setNumber: 157, name: "camaraderie", prettyName: "Camaraderie", cardType: "Sorcery", set: "GRN", subTypes: "", colorIdentity: ['G', 'W'], colors: ['White', 'Green'], rarity: "Rare", cost: ['4', 'G', 'W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68619, setNumber: 158, name: "centaur_peacemaker", prettyName: "Centaur Peacemaker", cardType: "Creature", set: "GRN", subTypes: "Centaur Cleric", colorIdentity: ['G', 'W'], colors: ['White', 'Green'], rarity: "Common", cost: ['1', 'G', 'W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68620, setNumber: 159, name: "chance_for_glory", prettyName: "Chance for Glory", cardType: "Instant", set: "GRN", subTypes: "", colorIdentity: ['R', 'W'], colors: ['Red', 'White'], rarity: "Mythic Rare", cost: ['1', 'R', 'W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68621, setNumber: 160, name: "charnel_troll", prettyName: "Charnel Troll", cardType: "Creature", set: "GRN", subTypes: "Troll", colorIdentity: ['B', 'G'], colors: ['Black', 'Green'], rarity: "Rare", cost: ['1', 'B', 'G'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68622, setNumber: 161, name: "conclave_cavalier", prettyName: "Conclave Cavalier", cardType: "Creature", set: "GRN", subTypes: "Centaur Knight", colorIdentity: ['G', 'W'], colors: ['White', 'Green'], rarity: "Uncommon", cost: ['G', 'G', 'W', 'W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68623, setNumber: 162, name: "conclave_guildmage", prettyName: "Conclave Guildmage", cardType: "Creature", set: "GRN", subTypes: "Elf Cleric", colorIdentity: ['G', 'W'], colors: ['White', 'Green'], rarity: "Uncommon", cost: ['G', 'W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68624, setNumber: 163, name: "crackling_drake", prettyName: "Crackling Drake", cardType: "Creature", set: "GRN", subTypes: "Drake", colorIdentity: ['U', 'R'], colors: ['Red', 'Blue'], rarity: "Uncommon", cost: ['U', 'U', 'R', 'R'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68625, setNumber: 164, name: "darkblade_agent", prettyName: "Darkblade Agent", cardType: "Creature", set: "GRN", subTypes: "Human Assassin", colorIdentity: ['U', 'B'], colors: ['Black', 'Blue'], rarity: "Common", cost: ['1', 'U', 'B'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68626, setNumber: 165, name: "deafening_clarion", prettyName: "Deafening Clarion", cardType: "Sorcery", set: "GRN", subTypes: "", colorIdentity: ['R', 'W'], colors: ['Red', 'White'], rarity: "Rare", cost: ['1', 'R', 'W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68627, setNumber: 166, name: "dimir_spybug", prettyName: "Dimir Spybug", cardType: "Creature", set: "GRN", subTypes: "Insect", colorIdentity: ['U', 'B'], colors: ['Black', 'Blue'], rarity: "Uncommon", cost: ['U', 'B'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68628, setNumber: 167, name: "disinformation_campaign", prettyName: "Disinformation Campaign", cardType: "Enchantment", set: "GRN", subTypes: "", colorIdentity: ['U', 'B'], colors: ['Black', 'Blue'], rarity: "Uncommon", cost: ['1', 'U', 'B'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68629, setNumber: 168, name: "emmara_soul_of_the_accord", prettyName: "Emmara, Soul of the Accord", cardType: "Creature", set: "GRN", subTypes: "Elf Cleric", colorIdentity: ['G', 'W'], colors: ['White', 'Green'], rarity: "Rare", cost: ['G', 'W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68630, setNumber: 169, name: "erstwhile_trooper", prettyName: "Erstwhile Trooper", cardType: "Creature", set: "GRN", subTypes: "Zombie Soldier", colorIdentity: ['B', 'G'], colors: ['Black', 'Green'], rarity: "Common", cost: ['1', 'B', 'G'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68631, setNumber: 170, name: "etrata_the_silencer", prettyName: "Etrata, the Silencer", cardType: "Creature", set: "GRN", subTypes: "Vampire Assassin", colorIdentity: ['U', 'B'], colors: ['Black', 'Blue'], rarity: "Rare", cost: ['2', 'U', 'B'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68632, setNumber: 171, name: "fireminds_research", prettyName: "Firemind's Research", cardType: "Enchantment", set: "GRN", subTypes: "", colorIdentity: ['U', 'R'], colors: ['Red', 'Blue'], rarity: "Rare", cost: ['U', 'R'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68633, setNumber: 172, name: "garrison_sergeant", prettyName: "Garrison Sergeant", cardType: "Creature", set: "GRN", subTypes: "Viashino Soldier", colorIdentity: ['R', 'W'], colors: ['Red', 'White'], rarity: "Common", cost: ['3', 'R', 'W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68634, setNumber: 173, name: "glowspore_shaman", prettyName: "Glowspore Shaman", cardType: "Creature", set: "GRN", subTypes: "Elf Shaman", colorIdentity: ['B', 'G'], colors: ['Black', 'Green'], rarity: "Uncommon", cost: ['B', 'G'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68635, setNumber: 174, name: "goblin_electromancer", prettyName: "Goblin Electromancer", cardType: "Creature", set: "GRN", subTypes: "Goblin Wizard", colorIdentity: ['U', 'R'], colors: ['Red', 'Blue'], rarity: "Common", cost: ['U', 'R'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68636, setNumber: 175, name: "golgari_findbroker", prettyName: "Golgari Findbroker", cardType: "Creature", set: "GRN", subTypes: "Elf Shaman", colorIdentity: ['B', 'G'], colors: ['Black', 'Green'], rarity: "Uncommon", cost: ['B', 'B', 'G', 'G'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68637, setNumber: 176, name: "hammer_dropper", prettyName: "Hammer Dropper", cardType: "Creature", set: "GRN", subTypes: "Giant Soldier", colorIdentity: ['R', 'W'], colors: ['Red', 'White'], rarity: "Common", cost: ['2', 'R', 'W'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68638, setNumber: 177, name: "house_guildmage", prettyName: "House Guildmage", cardType: "Creature", set: "GRN", subTypes: "Human Wizard", colorIdentity: ['U', 'B'], colors: ['Black', 'Blue'], rarity: "Uncommon", cost: ['U', 'B'], collectible: true }))
guilds_of_ravnica.addCard(new Card({ mtgaID: 68639, setNumber: 178, name: "hypothesizzle", prettyName: "Hypothesizzle", cardType: "Instant", set: "GRN", subTypes: "", colorIdentity: ['U', 'R'], colors: ['Red', 'Blue'], rarity: "Common", cost: ['3', 'U'