UNPKG

mtga

Version:

MTGA card details as backbone models

180 lines (178 loc) 61.2 kB
const { CardPool, Card } = require('./models.js') let rivals_of_ixalan = new CardPool({name: "rivals_of_ixalan", cards: []}) rivals_of_ixalan.addCard(new Card({ mtgaID: 66619, setNumber: 1, name: "baffling_end", prettyName: "Baffling End", cardType: "Enchantment", set: "RIX", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['1', 'W'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66621, setNumber: 2, name: "bishop_of_binding", prettyName: "Bishop of Binding", cardType: "Creature", set: "RIX", subTypes: "Vampire Cleric", colorIdentity: ['W'], colors: ['White'], rarity: "Rare", cost: ['3', 'W'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66623, setNumber: 3, name: "blazing_hope", prettyName: "Blazing Hope", cardType: "Instant", set: "RIX", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['W'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66625, setNumber: 4, name: "cleansing_ray", prettyName: "Cleansing Ray", cardType: "Sorcery", set: "RIX", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['1', 'W'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66627, setNumber: 5, name: "divine_verdict", prettyName: "Divine Verdict", cardType: "Instant", set: "RIX", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['3', 'W'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66629, setNumber: 6, name: "everdawn_champion", prettyName: "Everdawn Champion", cardType: "Creature", set: "RIX", subTypes: "Human Soldier", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['1', 'W', 'W'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66631, setNumber: 7, name: "exultant_skymarcher", prettyName: "Exultant Skymarcher", cardType: "Creature", set: "RIX", subTypes: "Vampire Soldier", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['1', 'W', 'W'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66633, setNumber: 8, name: "famished_paladin", prettyName: "Famished Paladin", cardType: "Creature", set: "RIX", subTypes: "Vampire Knight", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['1', 'W'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66635, setNumber: 9, name: "forerunner_of_the_legion", prettyName: "Forerunner of the Legion", cardType: "Creature", set: "RIX", subTypes: "Vampire Knight", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['2', 'W'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66637, setNumber: 10, name: "imperial_ceratops", prettyName: "Imperial Ceratops", cardType: "Creature", set: "RIX", subTypes: "Dinosaur", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['4', 'W'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66639, setNumber: 11, name: "legion_conquistador", prettyName: "Legion Conquistador", cardType: "Creature", set: "RIX", subTypes: "Vampire Soldier", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['2', 'W'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66641, setNumber: 12, name: "luminous_bonds", prettyName: "Luminous Bonds", cardType: "Enchantment", set: "RIX", subTypes: "Aura", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['2', 'W'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66643, setNumber: 13, name: "majestic_heliopterus", prettyName: "Majestic Heliopterus", cardType: "Creature", set: "RIX", subTypes: "Dinosaur", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['3', 'W'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66645, setNumber: 14, name: "martyr_of_dusk", prettyName: "Martyr of Dusk", cardType: "Creature", set: "RIX", subTypes: "Vampire Soldier", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['1', 'W'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66647, setNumber: 15, name: "moment_of_triumph", prettyName: "Moment of Triumph", cardType: "Instant", set: "RIX", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['W'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66649, setNumber: 16, name: "paladin_of_atonement", prettyName: "Paladin of Atonement", cardType: "Creature", set: "RIX", subTypes: "Vampire Knight", colorIdentity: ['W'], colors: ['White'], rarity: "Rare", cost: ['1', 'W'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66651, setNumber: 17, name: "pride_of_conquerors", prettyName: "Pride of Conquerors", cardType: "Instant", set: "RIX", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['1', 'W'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66653, setNumber: 18, name: "radiant_destiny", prettyName: "Radiant Destiny", cardType: "Enchantment", set: "RIX", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Rare", cost: ['2', 'W'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66655, setNumber: 19, name: "raptor_companion", prettyName: "Raptor Companion", cardType: "Creature", set: "RIX", subTypes: "Dinosaur", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['1', 'W'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66657, setNumber: 20, name: "sanguine_glorifier", prettyName: "Sanguine Glorifier", cardType: "Creature", set: "RIX", subTypes: "Vampire Cleric", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['3', 'W'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66659, setNumber: 21, name: "skymarcher_aspirant", prettyName: "Skymarcher Aspirant", cardType: "Creature", set: "RIX", subTypes: "Vampire Soldier", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['W'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66661, setNumber: 22, name: "slaughter_the_strong", prettyName: "Slaughter the Strong", cardType: "Sorcery", set: "RIX", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Rare", cost: ['1', 'W', 'W'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66663, setNumber: 23, name: "snubhorn_sentry", prettyName: "Snubhorn Sentry", cardType: "Creature", set: "RIX", subTypes: "Dinosaur", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['W'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66665, setNumber: 24, name: "sphinxs_decree", prettyName: "Sphinx's Decree", cardType: "Sorcery", set: "RIX", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Rare", cost: ['1', 'W'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66667, setNumber: 25, name: "squires_devotion", prettyName: "Squire's Devotion", cardType: "Enchantment", set: "RIX", subTypes: "Aura", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['2', 'W'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66669, setNumber: 26, name: "sun_sentinel", prettyName: "Sun Sentinel", cardType: "Creature", set: "RIX", subTypes: "Human Soldier", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['1', 'W'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66671, setNumber: 27, name: "suncrested_pterodon", prettyName: "Sun-Crested Pterodon", cardType: "Creature", set: "RIX", subTypes: "Dinosaur", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['4', 'W'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66673, setNumber: 28, name: "temple_altisaur", prettyName: "Temple Altisaur", cardType: "Creature", set: "RIX", subTypes: "Dinosaur", colorIdentity: ['W'], colors: ['White'], rarity: "Rare", cost: ['4', 'W'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66675, setNumber: 29, name: "trapjaw_tyrant", prettyName: "Trapjaw Tyrant", cardType: "Creature", set: "RIX", subTypes: "Dinosaur", colorIdentity: ['W'], colors: ['White'], rarity: "Mythic Rare", cost: ['3', 'W', 'W'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66677, setNumber: 30, name: "zetalpa_primal_dawn", prettyName: "Zetalpa, Primal Dawn", cardType: "Creature", set: "RIX", subTypes: "Elder Dinosaur", colorIdentity: ['W'], colors: ['White'], rarity: "Rare", cost: ['6', 'W', 'W'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66679, setNumber: 31, name: "admirals_order", prettyName: "Admiral's Order", cardType: "Instant", set: "RIX", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Rare", cost: ['1', 'U', 'U'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66681, setNumber: 32, name: "aquatic_incursion", prettyName: "Aquatic Incursion", cardType: "Enchantment", set: "RIX", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['3', 'U'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66683, setNumber: 33, name: "crafty_cutpurse", prettyName: "Crafty Cutpurse", cardType: "Creature", set: "RIX", subTypes: "Human Pirate", colorIdentity: ['U'], colors: ['Blue'], rarity: "Rare", cost: ['3', 'U'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66685, setNumber: 34, name: "crashing_tide", prettyName: "Crashing Tide", cardType: "Sorcery", set: "RIX", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['2', 'U'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66687, setNumber: 35, name: "curious_obsession", prettyName: "Curious Obsession", cardType: "Enchantment", set: "RIX", subTypes: "Aura", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['U'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66689, setNumber: 36, name: "deadeye_righauler", prettyName: "Deadeye Rig-Hauler", cardType: "Creature", set: "RIX", subTypes: "Human Pirate", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['3', 'U'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66691, setNumber: 37, name: "expel_from_orazca", prettyName: "Expel from Orazca", cardType: "Instant", set: "RIX", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['1', 'U'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66693, setNumber: 38, name: "flood_of_recollection", prettyName: "Flood of Recollection", cardType: "Sorcery", set: "RIX", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['U', 'U'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66695, setNumber: 39, name: "hornswoggle", prettyName: "Hornswoggle", cardType: "Instant", set: "RIX", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['2', 'U'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66697, setNumber: 40, name: "induced_amnesia", prettyName: "Induced Amnesia", cardType: "Enchantment", set: "RIX", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Rare", cost: ['2', 'U'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66699, setNumber: 41, name: "kitesail_corsair", prettyName: "Kitesail Corsair", cardType: "Creature", set: "RIX", subTypes: "Human Pirate", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['1', 'U'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66701, setNumber: 42, name: "kumenas_awakening", prettyName: "Kumena's Awakening", cardType: "Enchantment", set: "RIX", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Rare", cost: ['2', 'U', 'U'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66703, setNumber: 43, name: "mistcloaked_herald", prettyName: "Mist-Cloaked Herald", cardType: "Creature", set: "RIX", subTypes: "Merfolk Warrior", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['U'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66705, setNumber: 44, name: "negate", prettyName: "Negate", cardType: "Instant", set: "RIX", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['1', 'U'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66707, setNumber: 45, name: "nezahal_primal_tide", prettyName: "Nezahal, Primal Tide", cardType: "Creature", set: "RIX", subTypes: "Elder Dinosaur", colorIdentity: ['U'], colors: ['Blue'], rarity: "Rare", cost: ['5', 'U', 'U'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66709, setNumber: 46, name: "release_to_the_wind", prettyName: "Release to the Wind", cardType: "Instant", set: "RIX", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Rare", cost: ['2', 'U'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66711, setNumber: 47, name: "river_darter", prettyName: "River Darter", cardType: "Creature", set: "RIX", subTypes: "Merfolk Warrior", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['2', 'U'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66713, setNumber: 48, name: "riverwise_augur", prettyName: "Riverwise Augur", cardType: "Creature", set: "RIX", subTypes: "Merfolk Wizard", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['3', 'U'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66715, setNumber: 49, name: "sailor_of_means", prettyName: "Sailor of Means", cardType: "Creature", set: "RIX", subTypes: "Human Pirate", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['2', 'U'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66717, setNumber: 50, name: "sea_legs", prettyName: "Sea Legs", cardType: "Enchantment", set: "RIX", subTypes: "Aura", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['U'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66719, setNumber: 51, name: "seafloor_oracle", prettyName: "Seafloor Oracle", cardType: "Creature", set: "RIX", subTypes: "Merfolk Wizard", colorIdentity: ['U'], colors: ['Blue'], rarity: "Rare", cost: ['2', 'U', 'U'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66721, setNumber: 52, name: "secrets_of_the_golden_city", prettyName: "Secrets of the Golden City", cardType: "Sorcery", set: "RIX", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['1', 'U', 'U'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66723, setNumber: 53, name: "silvergill_adept", prettyName: "Silvergill Adept", cardType: "Creature", set: "RIX", subTypes: "Merfolk Wizard", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['1', 'U'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66725, setNumber: 54, name: "siren_reaver", prettyName: "Siren Reaver", cardType: "Creature", set: "RIX", subTypes: "Siren Pirate", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['3', 'U'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66727, setNumber: 55, name: "slippery_scoundrel", prettyName: "Slippery Scoundrel", cardType: "Creature", set: "RIX", subTypes: "Human Pirate", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['2', 'U'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66729, setNumber: 56, name: "soul_of_the_rapids", prettyName: "Soul of the Rapids", cardType: "Creature", set: "RIX", subTypes: "Elemental", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['3', 'U', 'U'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66731, setNumber: 57, name: "spire_winder", prettyName: "Spire Winder", cardType: "Creature", set: "RIX", subTypes: "Snake", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['3', 'U'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66733, setNumber: 58, name: "sworn_guardian", prettyName: "Sworn Guardian", cardType: "Creature", set: "RIX", subTypes: "Merfolk Warrior", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['1', 'U'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66735, setNumber: 59, name: "timestream_navigator", prettyName: "Timestream Navigator", cardType: "Creature", set: "RIX", subTypes: "Human Pirate Wizard", colorIdentity: ['U'], colors: ['Blue'], rarity: "Mythic Rare", cost: ['1', 'U'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66737, setNumber: 60, name: "warkite_marauder", prettyName: "Warkite Marauder", cardType: "Creature", set: "RIX", subTypes: "Human Pirate", colorIdentity: ['U'], colors: ['Blue'], rarity: "Rare", cost: ['1', 'U'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66739, setNumber: 61, name: "waterknot", prettyName: "Waterknot", cardType: "Enchantment", set: "RIX", subTypes: "Aura", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['1', 'U', 'U'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66741, setNumber: 62, name: "arterial_flow", prettyName: "Arterial Flow", cardType: "Sorcery", set: "RIX", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['1', 'B', 'B'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66743, setNumber: 63, name: "canal_monitor", prettyName: "Canal Monitor", cardType: "Creature", set: "RIX", subTypes: "Lizard", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['4', 'B'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66745, setNumber: 64, name: "champion_of_dusk", prettyName: "Champion of Dusk", cardType: "Creature", set: "RIX", subTypes: "Vampire Knight", colorIdentity: ['B'], colors: ['Black'], rarity: "Rare", cost: ['3', 'B', 'B'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66747, setNumber: 65, name: "dark_inquiry", prettyName: "Dark Inquiry", cardType: "Sorcery", set: "RIX", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['2', 'B'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66749, setNumber: 66, name: "dead_mans_chest", prettyName: "Dead Man's Chest", cardType: "Enchantment", set: "RIX", subTypes: "Aura", colorIdentity: ['B'], colors: ['Black'], rarity: "Rare", cost: ['1', 'B'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66751, setNumber: 67, name: "dinosaur_hunter", prettyName: "Dinosaur Hunter", cardType: "Creature", set: "RIX", subTypes: "Human Pirate", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['1', 'B'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66753, setNumber: 68, name: "dire_fleet_poisoner", prettyName: "Dire Fleet Poisoner", cardType: "Creature", set: "RIX", subTypes: "Human Pirate", colorIdentity: ['B'], colors: ['Black'], rarity: "Rare", cost: ['1', 'B'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66755, setNumber: 69, name: "dusk_charger", prettyName: "Dusk Charger", cardType: "Creature", set: "RIX", subTypes: "Horse", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['3', 'B'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66757, setNumber: 70, name: "dusk_legion_zealot", prettyName: "Dusk Legion Zealot", cardType: "Creature", set: "RIX", subTypes: "Vampire Soldier", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['1', 'B'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66759, setNumber: 71, name: "fathom_fleet_boarder", prettyName: "Fathom Fleet Boarder", cardType: "Creature", set: "RIX", subTypes: "Orc Pirate", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['2', 'B'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66761, setNumber: 72, name: "forerunner_of_the_coalition", prettyName: "Forerunner of the Coalition", cardType: "Creature", set: "RIX", subTypes: "Human Pirate", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['2', 'B'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66763, setNumber: 73, name: "golden_demise", prettyName: "Golden Demise", cardType: "Sorcery", set: "RIX", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['1', 'B', 'B'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66765, setNumber: 74, name: "grasping_scoundrel", prettyName: "Grasping Scoundrel", cardType: "Creature", set: "RIX", subTypes: "Human Pirate", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['B'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66767, setNumber: 75, name: "gruesome_fate", prettyName: "Gruesome Fate", cardType: "Sorcery", set: "RIX", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['2', 'B'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66769, setNumber: 76, name: "impale", prettyName: "Impale", cardType: "Sorcery", set: "RIX", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['2', 'B', 'B'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66771, setNumber: 77, name: "masterminds_acquisition", prettyName: "Mastermind's Acquisition", cardType: "Sorcery", set: "RIX", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Rare", cost: ['2', 'B', 'B'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66773, setNumber: 78, name: "mausoleum_harpy", prettyName: "Mausoleum Harpy", cardType: "Creature", set: "RIX", subTypes: "Harpy", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['4', 'B'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66775, setNumber: 79, name: "moment_of_craving", prettyName: "Moment of Craving", cardType: "Instant", set: "RIX", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['1', 'B'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66777, setNumber: 80, name: "oathsworn_vampire", prettyName: "Oathsworn Vampire", cardType: "Creature", set: "RIX", subTypes: "Vampire Knight", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['1', 'B'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66779, setNumber: 81, name: "pitiless_plunderer", prettyName: "Pitiless Plunderer", cardType: "Creature", set: "RIX", subTypes: "Human Pirate", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['3', 'B'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66781, setNumber: 82, name: "ravenous_chupacabra", prettyName: "Ravenous Chupacabra", cardType: "Creature", set: "RIX", subTypes: "Beast Horror", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['2', 'B', 'B'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66783, setNumber: 83, name: "reaver_ambush", prettyName: "Reaver Ambush", cardType: "Instant", set: "RIX", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['2', 'B'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66785, setNumber: 84, name: "recover", prettyName: "Recover", cardType: "Sorcery", set: "RIX", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['2', 'B'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66787, setNumber: 85, name: "sadistic_skymarcher", prettyName: "Sadistic Skymarcher", cardType: "Creature", set: "RIX", subTypes: "Vampire Soldier", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['2', 'B'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66789, setNumber: 86, name: "tetzimoc_primal_death", prettyName: "Tetzimoc, Primal Death", cardType: "Creature", set: "RIX", subTypes: "Elder Dinosaur", colorIdentity: ['B'], colors: ['Black'], rarity: "Rare", cost: ['4', 'B', 'B'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66791, setNumber: 87, name: "tomb_robber", prettyName: "Tomb Robber", cardType: "Creature", set: "RIX", subTypes: "Human Pirate", colorIdentity: ['B'], colors: ['Black'], rarity: "Rare", cost: ['2', 'B'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66793, setNumber: 88, name: "twilight_prophet", prettyName: "Twilight Prophet", cardType: "Creature", set: "RIX", subTypes: "Vampire Cleric", colorIdentity: ['B'], colors: ['Black'], rarity: "Mythic Rare", cost: ['2', 'B', 'B'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66795, setNumber: 89, name: "vampire_revenant", prettyName: "Vampire Revenant", cardType: "Creature", set: "RIX", subTypes: "Vampire Spirit", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['3', 'B'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66797, setNumber: 90, name: "vonas_hunger", prettyName: "Vona's Hunger", cardType: "Instant", set: "RIX", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Rare", cost: ['2', 'B'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66799, setNumber: 91, name: "voracious_vampire", prettyName: "Voracious Vampire", cardType: "Creature", set: "RIX", subTypes: "Vampire Knight", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['2', 'B'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66801, setNumber: 92, name: "blood_sun", prettyName: "Blood Sun", cardType: "Enchantment", set: "RIX", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Rare", cost: ['2', 'R'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66803, setNumber: 93, name: "bombard", prettyName: "Bombard", cardType: "Instant", set: "RIX", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['2', 'R'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66805, setNumber: 94, name: "brasss_bounty", prettyName: "Brass's Bounty", cardType: "Sorcery", set: "RIX", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Rare", cost: ['6', 'R'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66807, setNumber: 95, name: "brazen_freebooter", prettyName: "Brazen Freebooter", cardType: "Creature", set: "RIX", subTypes: "Human Pirate", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['3', 'R'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66809, setNumber: 96, name: "buccaneers_bravado", prettyName: "Buccaneer's Bravado", cardType: "Instant", set: "RIX", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['1', 'R'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66811, setNumber: 97, name: "charging_tuskodon", prettyName: "Charging Tuskodon", cardType: "Creature", set: "RIX", subTypes: "Dinosaur", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['3', 'R', 'R'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66813, setNumber: 98, name: "daring_buccaneer", prettyName: "Daring Buccaneer", cardType: "Creature", set: "RIX", subTypes: "Human Pirate", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['R'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66815, setNumber: 99, name: "dire_fleet_daredevil", prettyName: "Dire Fleet Daredevil", cardType: "Creature", set: "RIX", subTypes: "Human Pirate", colorIdentity: ['R'], colors: ['Red'], rarity: "Rare", cost: ['1', 'R'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66817, setNumber: 100, name: "etali_primal_storm", prettyName: "Etali, Primal Storm", cardType: "Creature", set: "RIX", subTypes: "Elder Dinosaur", colorIdentity: ['R'], colors: ['Red'], rarity: "Rare", cost: ['4', 'R', 'R'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66819, setNumber: 101, name: "fanatical_firebrand", prettyName: "Fanatical Firebrand", cardType: "Creature", set: "RIX", subTypes: "Goblin Pirate", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['R'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66821, setNumber: 102, name: "forerunner_of_the_empire", prettyName: "Forerunner of the Empire", cardType: "Creature", set: "RIX", subTypes: "Human Soldier", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['3', 'R'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66823, setNumber: 103, name: "form_of_the_dinosaur", prettyName: "Form of the Dinosaur", cardType: "Enchantment", set: "RIX", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Rare", cost: ['4', 'R', 'R'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66825, setNumber: 104, name: "frilled_deathspitter", prettyName: "Frilled Deathspitter", cardType: "Creature", set: "RIX", subTypes: "Dinosaur", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['2', 'R'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66827, setNumber: 105, name: "goblin_trailblazer", prettyName: "Goblin Trailblazer", cardType: "Creature", set: "RIX", subTypes: "Goblin Pirate", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['1', 'R'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66829, setNumber: 106, name: "mutiny", prettyName: "Mutiny", cardType: "Sorcery", set: "RIX", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['R'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66831, setNumber: 107, name: "needletooth_raptor", prettyName: "Needletooth Raptor", cardType: "Creature", set: "RIX", subTypes: "Dinosaur", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['3', 'R'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66833, setNumber: 108, name: "orazca_raptor", prettyName: "Orazca Raptor", cardType: "Creature", set: "RIX", subTypes: "Dinosaur", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['2', 'R', 'R'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66835, setNumber: 109, name: "pirates_pillage", prettyName: "Pirate's Pillage", cardType: "Sorcery", set: "RIX", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['3', 'R'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66837, setNumber: 110, name: "reckless_rage", prettyName: "Reckless Rage", cardType: "Instant", set: "RIX", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['R'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66839, setNumber: 111, name: "rekindling_phoenix", prettyName: "Rekindling Phoenix", cardType: "Creature", set: "RIX", subTypes: "Phoenix", colorIdentity: ['R'], colors: ['Red'], rarity: "Mythic Rare", cost: ['2', 'R', 'R'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66841, setNumber: 112, name: "see_red", prettyName: "See Red", cardType: "Enchantment", set: "RIX", subTypes: "Aura", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['1', 'R'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66843, setNumber: 113, name: "shake_the_foundations", prettyName: "Shake the Foundations", cardType: "Instant", set: "RIX", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['2', 'R'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66845, setNumber: 114, name: "shatter", prettyName: "Shatter", cardType: "Instant", set: "RIX", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['1', 'R'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66847, setNumber: 115, name: "silverclad_ferocidons", prettyName: "Silverclad Ferocidons", cardType: "Creature", set: "RIX", subTypes: "Dinosaur", colorIdentity: ['R'], colors: ['Red'], rarity: "Rare", cost: ['5', 'R', 'R'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66849, setNumber: 116, name: "stampeding_horncrest", prettyName: "Stampeding Horncrest", cardType: "Creature", set: "RIX", subTypes: "Dinosaur", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['4', 'R'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66851, setNumber: 117, name: "storm_fleet_swashbuckler", prettyName: "Storm Fleet Swashbuckler", cardType: "Creature", set: "RIX", subTypes: "Human Pirate", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['1', 'R'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66853, setNumber: 118, name: "suncollared_raptor", prettyName: "Sun-Collared Raptor", cardType: "Creature", set: "RIX", subTypes: "Dinosaur", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['1', 'R'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66855, setNumber: 119, name: "swaggering_corsair", prettyName: "Swaggering Corsair", cardType: "Creature", set: "RIX", subTypes: "Human Pirate", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['2', 'R'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66857, setNumber: 120, name: "tilonallis_crown", prettyName: "Tilonalli's Crown", cardType: "Enchantment", set: "RIX", subTypes: "Aura", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['1', 'R'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66859, setNumber: 121, name: "tilonallis_summoner", prettyName: "Tilonalli's Summoner", cardType: "Creature", set: "RIX", subTypes: "Human Shaman", colorIdentity: ['R'], colors: ['Red'], rarity: "Rare", cost: ['1', 'R'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66861, setNumber: 122, name: "aggressive_urge", prettyName: "Aggressive Urge", cardType: "Instant", set: "RIX", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['1', 'G'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66863, setNumber: 123, name: "cacophodon", prettyName: "Cacophodon", cardType: "Creature", set: "RIX", subTypes: "Dinosaur", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['3', 'G'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66865, setNumber: 124, name: "cherished_hatchling", prettyName: "Cherished Hatchling", cardType: "Creature", set: "RIX", subTypes: "Dinosaur", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['1', 'G'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66867, setNumber: 125, name: "colossal_dreadmaw", prettyName: "Colossal Dreadmaw", cardType: "Creature", set: "RIX", subTypes: "Dinosaur", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['4', 'G', 'G'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66869, setNumber: 126, name: "crested_herdcaller", prettyName: "Crested Herdcaller", cardType: "Creature", set: "RIX", subTypes: "Dinosaur", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['3', 'G', 'G'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66871, setNumber: 127, name: "deeproot_elite", prettyName: "Deeproot Elite", cardType: "Creature", set: "RIX", subTypes: "Merfolk Warrior", colorIdentity: ['G'], colors: ['Green'], rarity: "Rare", cost: ['1', 'G'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66873, setNumber: 128, name: "enter_the_unknown", prettyName: "Enter the Unknown", cardType: "Sorcery", set: "RIX", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['G'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66875, setNumber: 129, name: "forerunner_of_the_heralds", prettyName: "Forerunner of the Heralds", cardType: "Creature", set: "RIX", subTypes: "Merfolk Scout", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['3', 'G'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66877, setNumber: 130, name: "ghalta_primal_hunger", prettyName: "Ghalta, Primal Hunger", cardType: "Creature", set: "RIX", subTypes: "Elder Dinosaur", colorIdentity: ['G'], colors: ['Green'], rarity: "Rare", cost: ['10', 'G', 'G'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66879, setNumber: 131, name: "giltgrove_stalker", prettyName: "Giltgrove Stalker", cardType: "Creature", set: "RIX", subTypes: "Merfolk Warrior", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['1', 'G'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66881, setNumber: 132, name: "hardy_veteran", prettyName: "Hardy Veteran", cardType: "Creature", set: "RIX", subTypes: "Human Warrior", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['1', 'G'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66883, setNumber: 133, name: "hunt_the_weak", prettyName: "Hunt the Weak", cardType: "Sorcery", set: "RIX", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['3', 'G'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66885, setNumber: 134, name: "jade_bearer", prettyName: "Jade Bearer", cardType: "Creature", set: "RIX", subTypes: "Merfolk Shaman", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['G'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66887, setNumber: 135, name: "jadecraft_artisan", prettyName: "Jadecraft Artisan", cardType: "Creature", set: "RIX", subTypes: "Merfolk Shaman", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['3', 'G'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66889, setNumber: 136, name: "jadelight_ranger", prettyName: "Jadelight Ranger", cardType: "Creature", set: "RIX", subTypes: "Merfolk Scout", colorIdentity: ['G'], colors: ['Green'], rarity: "Rare", cost: ['1', 'G', 'G'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66891, setNumber: 137, name: "jungleborn_pioneer", prettyName: "Jungleborn Pioneer", cardType: "Creature", set: "RIX", subTypes: "Merfolk Scout", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['2', 'G'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66893, setNumber: 138, name: "knight_of_the_stampede", prettyName: "Knight of the Stampede", cardType: "Creature", set: "RIX", subTypes: "Human Knight", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['3', 'G'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66895, setNumber: 139, name: "naturalize", prettyName: "Naturalize", cardType: "Instant", set: "RIX", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['1', 'G'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66897, setNumber: 140, name: "orazca_frillback", prettyName: "Orazca Frillback", cardType: "Creature", set: "RIX", subTypes: "Dinosaur", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['2', 'G'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66899, setNumber: 141, name: "overgrown_armasaur", prettyName: "Overgrown Armasaur", cardType: "Creature", set: "RIX", subTypes: "Dinosaur", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['3', 'G', 'G'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66901, setNumber: 142, name: "path_of_discovery", prettyName: "Path of Discovery", cardType: "Enchantment", set: "RIX", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Rare", cost: ['3', 'G'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66903, setNumber: 143, name: "plummet", prettyName: "Plummet", cardType: "Instant", set: "RIX", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['1', 'G'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66905, setNumber: 144, name: "polyraptor", prettyName: "Polyraptor", cardType: "Creature", set: "RIX", subTypes: "Dinosaur", colorIdentity: ['G'], colors: ['Green'], rarity: "Mythic Rare", cost: ['6', 'G', 'G'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66907, setNumber: 145, name: "strength_of_the_pack", prettyName: "Strength of the Pack", cardType: "Sorcery", set: "RIX", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['4', 'G', 'G'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66909, setNumber: 146, name: "swift_warden", prettyName: "Swift Warden", cardType: "Creature", set: "RIX", subTypes: "Merfolk Warrior", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['1', 'G', 'G'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66911, setNumber: 147, name: "tendershoot_dryad", prettyName: "Tendershoot Dryad", cardType: "Creature", set: "RIX", subTypes: "Dryad", colorIdentity: ['G'], colors: ['Green'], rarity: "Rare", cost: ['4', 'G'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66913, setNumber: 148, name: "thrashing_brontodon", prettyName: "Thrashing Brontodon", cardType: "Creature", set: "RIX", subTypes: "Dinosaur", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['1', 'G', 'G'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66915, setNumber: 149, name: "thunderherd_migration", prettyName: "Thunderherd Migration", cardType: "Sorcery", set: "RIX", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['1', 'G'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66917, setNumber: 150, name: "wayward_swordtooth", prettyName: "Wayward Swordtooth", cardType: "Creature", set: "RIX", subTypes: "Dinosaur", colorIdentity: ['G'], colors: ['Green'], rarity: "Rare", cost: ['2', 'G'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66919, setNumber: 151, name: "world_shaper", prettyName: "World Shaper", cardType: "Creature", set: "RIX", subTypes: "Merfolk Shaman", colorIdentity: ['G'], colors: ['Green'], rarity: "Rare", cost: ['3', 'G'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66921, setNumber: 152, name: "angrath_the_flamechained", prettyName: "Angrath, the Flame-Chained", cardType: "Planeswalker", set: "RIX", subTypes: "Angrath", colorIdentity: ['B', 'R'], colors: ['Red', 'Black'], rarity: "Mythic Rare", cost: ['3', 'B', 'R'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66923, setNumber: 153, name: "atzocan_seer", prettyName: "Atzocan Seer", cardType: "Creature", set: "RIX", subTypes: "Human Druid", colorIdentity: ['G', 'W'], colors: ['White', 'Green'], rarity: "Uncommon", cost: ['1', 'G', 'W'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66925, setNumber: 154, name: "azor_the_lawbringer", prettyName: "Azor, the Lawbringer", cardType: "Creature", set: "RIX", subTypes: "Sphinx", colorIdentity: ['W', 'U'], colors: ['White', 'Blue'], rarity: "Mythic Rare", cost: ['2', 'W', 'W', 'U', 'U'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66927, setNumber: 155, name: "deadeye_brawler", prettyName: "Deadeye Brawler", cardType: "Creature", set: "RIX", subTypes: "Human Pirate", colorIdentity: ['U', 'B'], colors: ['Black', 'Blue'], rarity: "Uncommon", cost: ['2', 'U', 'B'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66929, setNumber: 156, name: "dire_fleet_neckbreaker", prettyName: "Dire Fleet Neckbreaker", cardType: "Creature", set: "RIX", subTypes: "Orc Pirate", colorIdentity: ['B', 'R'], colors: ['Red', 'Black'], rarity: "Uncommon", cost: ['2', 'B', 'R'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66931, setNumber: 157, name: "elenda_the_dusk_rose", prettyName: "Elenda, the Dusk Rose", cardType: "Creature", set: "RIX", subTypes: "Vampire Knight", colorIdentity: ['W', 'B'], colors: ['White', 'Black'], rarity: "Mythic Rare", cost: ['2', 'W', 'B'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66933, setNumber: 158, name: "hadanas_climb", prettyName: "Hadana's Climb", cardType: "Enchantment", set: "RIX", subTypes: "", colorIdentity: ['G', 'U'], colors: ['Blue', 'Green'], rarity: "Rare", cost: ['1', 'G', 'U'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66935, setNumber: 158, name: "winged_temple_of_orazca", prettyName: "Winged Temple of Orazca", cardType: "Land", set: "RIX", subTypes: "", colorIdentity: ['U', 'G'], colors: ['Blue', 'Green'], rarity: "Rare", cost: [], collectible: false })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66937, setNumber: 159, name: "huatli_radiant_champion", prettyName: "Huatli, Radiant Champion", cardType: "Planeswalker", set: "RIX", subTypes: "Huatli", colorIdentity: ['G', 'W'], colors: ['White', 'Green'], rarity: "Mythic Rare", cost: ['2', 'G', 'W'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66939, setNumber: 160, name: "journey_to_eternity", prettyName: "Journey to Eternity", cardType: "Enchantment", set: "RIX", subTypes: "Aura", colorIdentity: ['B', 'G'], colors: ['Black', 'Green'], rarity: "Rare", cost: ['1', 'B', 'G'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66941, setNumber: 160, name: "atzal_cave_of_eternity", prettyName: "Atzal, Cave of Eternity", cardType: "Land", set: "RIX", subTypes: "", colorIdentity: ['B', 'G'], colors: ['Black', 'Green'], rarity: "Rare", cost: [], collectible: false })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66943, setNumber: 161, name: "jungle_creeper", prettyName: "Jungle Creeper", cardType: "Creature", set: "RIX", subTypes: "Elemental", colorIdentity: ['B', 'G'], colors: ['Black', 'Green'], rarity: "Uncommon", cost: ['1', 'B', 'G'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66945, setNumber: 162, name: "kumena_tyrant_of_orazca", prettyName: "Kumena, Tyrant of Orazca", cardType: "Creature", set: "RIX", subTypes: "Merfolk Shaman", colorIdentity: ['G', 'U'], colors: ['Blue', 'Green'], rarity: "Mythic Rare", cost: ['1', 'G', 'U'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66947, setNumber: 163, name: "legion_lieutenant", prettyName: "Legion Lieutenant", cardType: "Creature", set: "RIX", subTypes: "Vampire Knight", colorIdentity: ['W', 'B'], colors: ['White', 'Black'], rarity: "Uncommon", cost: ['W', 'B'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66949, setNumber: 164, name: "merfolk_mistbinder", prettyName: "Merfolk Mistbinder", cardType: "Creature", set: "RIX", subTypes: "Merfolk Shaman", colorIdentity: ['G', 'U'], colors: ['Blue', 'Green'], rarity: "Uncommon", cost: ['G', 'U'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66951, setNumber: 165, name: "path_of_mettle", prettyName: "Path of Mettle", cardType: "Enchantment", set: "RIX", subTypes: "", colorIdentity: ['R', 'W'], colors: ['Red', 'White'], rarity: "Rare", cost: ['R', 'W'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66953, setNumber: 165, name: "metzali_tower_of_triumph", prettyName: "Metzali, Tower of Triumph", cardType: "Land", set: "RIX", subTypes: "", colorIdentity: ['W', 'R'], colors: ['Red', 'White'], rarity: "Rare", cost: [], collectible: false })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66955, setNumber: 166, name: "profane_procession", prettyName: "Profane Procession", cardType: "Enchantment", set: "RIX", subTypes: "", colorIdentity: ['W', 'B'], colors: ['White', 'Black'], rarity: "Rare", cost: ['1', 'W', 'B'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66957, setNumber: 166, name: "tomb_of_the_dusk_rose", prettyName: "Tomb of the Dusk Rose", cardType: "Land", set: "RIX", subTypes: "", colorIdentity: ['W', 'B'], colors: ['White', 'Black'], rarity: "Rare", cost: [], collectible: false })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66959, setNumber: 167, name: "protean_raider", prettyName: "Protean Raider", cardType: "Creature", set: "RIX", subTypes: "Shapeshifter Pirate", colorIdentity: ['U', 'R'], colors: ['Red', 'Blue'], rarity: "Rare", cost: ['1', 'U', 'R'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66961, setNumber: 168, name: "raging_regisaur", prettyName: "Raging Regisaur", cardType: "Creature", set: "RIX", subTypes: "Dinosaur", colorIdentity: ['R', 'G'], colors: ['Red', 'Green'], rarity: "Uncommon", cost: ['2', 'R', 'G'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66963, setNumber: 169, name: "relentless_raptor", prettyName: "Relentless Raptor", cardType: "Creature", set: "RIX", subTypes: "Dinosaur", colorIdentity: ['R', 'W'], colors: ['Red', 'White'], rarity: "Uncommon", cost: ['R', 'W'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66965, setNumber: 170, name: "resplendent_griffin", prettyName: "Resplendent Griffin", cardType: "Creature", set: "RIX", subTypes: "Griffin", colorIdentity: ['W', 'U'], colors: ['White', 'Blue'], rarity: "Uncommon", cost: ['1', 'W', 'U'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66967, setNumber: 171, name: "siegehorn_ceratops", prettyName: "Siegehorn Ceratops", cardType: "Creature", set: "RIX", subTypes: "Dinosaur", colorIdentity: ['G', 'W'], colors: ['White', 'Green'], rarity: "Rare", cost: ['G', 'W'], collectible: true })) rivals_of_ixalan.addCard(new Card({ mtgaID: 66969, setNumber: 172, name: "storm_fleet_sprinter", prettyName: "Storm Fleet Sprinter", cardType: "Creature", set: "RIX", subTypes: "Human Pirate", colorIdentity: ['U', 'R'], colors: ['Red', 'Blue'], rarity: "Uncommon", cost: ['1', 'U', 'R'], col