mtga
Version:
MTGA card details as backbone models
181 lines (179 loc) • 87.1 kB
JavaScript
const { CardPool, Card } = require('./models.js')
let ravnica_allegiance = new CardPool({name: "ravnica_allegiance", cards: []})
ravnica_allegiance.addCard(new Card({ mtgaID: 69129, setNumber: 1, name: "angel_of_grace", prettyName: "Angel of Grace", cardType: "Creature", set: "RNA", subTypes: "Angel", colorIdentity: ['W'], colors: ['White'], rarity: "Mythic Rare", cost: ['3', 'W', 'W'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69130, setNumber: 2, name: "angelic_exaltation", prettyName: "Angelic Exaltation", cardType: "Enchantment", set: "RNA", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['3', 'W'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69131, setNumber: 3, name: "archway_angel", prettyName: "Archway Angel", cardType: "Creature", set: "RNA", subTypes: "Angel", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['5', 'W'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69132, setNumber: 4, name: "arresters_zeal", prettyName: "Arrester's Zeal", cardType: "Instant", set: "RNA", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['W'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69133, setNumber: 5, name: "bring_to_trial", prettyName: "Bring to Trial", cardType: "Sorcery", set: "RNA", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['2', 'W'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69134, setNumber: 6, name: "civic_stalwart", prettyName: "Civic Stalwart", cardType: "Creature", set: "RNA", subTypes: "Elephant Soldier", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['3', 'W'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69135, setNumber: 7, name: "concordia_pegasus", prettyName: "Concordia Pegasus", cardType: "Creature", set: "RNA", subTypes: "Pegasus", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['1', 'W'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69136, setNumber: 8, name: "expose_to_daylight", prettyName: "Expose to Daylight", cardType: "Instant", set: "RNA", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['2', 'W'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69137, setNumber: 9, name: "forbidding_spirit", prettyName: "Forbidding Spirit", cardType: "Creature", set: "RNA", subTypes: "Spirit Cleric", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['1', 'W', 'W'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69138, setNumber: 10, name: "haazda_officer", prettyName: "Haazda Officer", cardType: "Creature", set: "RNA", subTypes: "Human Soldier", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['2', 'W'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69139, setNumber: 11, name: "hero_of_precinct_one", prettyName: "Hero of Precinct One", cardType: "Creature", set: "RNA", subTypes: "Human Warrior", colorIdentity: ['W'], colors: ['White'], rarity: "Rare", cost: ['1', 'W'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69140, setNumber: 12, name: "impassioned_orator", prettyName: "Impassioned Orator", cardType: "Creature", set: "RNA", subTypes: "Human Cleric", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['1', 'W'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69141, setNumber: 13, name: "justiciars_portal", prettyName: "Justiciar's Portal", cardType: "Instant", set: "RNA", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['1', 'W'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69142, setNumber: 14, name: "knight_of_sorrows", prettyName: "Knight of Sorrows", cardType: "Creature", set: "RNA", subTypes: "Human Knight", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['4', 'W'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69143, setNumber: 15, name: "lumbering_battlement", prettyName: "Lumbering Battlement", cardType: "Creature", set: "RNA", subTypes: "Beast", colorIdentity: ['W'], colors: ['White'], rarity: "Rare", cost: ['4', 'W'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69144, setNumber: 16, name: "ministrant_of_obligation", prettyName: "Ministrant of Obligation", cardType: "Creature", set: "RNA", subTypes: "Human Cleric", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['2', 'W'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69145, setNumber: 17, name: "prowling_caracal", prettyName: "Prowling Caracal", cardType: "Creature", set: "RNA", subTypes: "Cat", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['1', 'W'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69146, setNumber: 18, name: "rally_to_battle", prettyName: "Rally to Battle", cardType: "Instant", set: "RNA", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['3', 'W'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69147, setNumber: 19, name: "resolute_watchdog", prettyName: "Resolute Watchdog", cardType: "Creature", set: "RNA", subTypes: "Hound", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['W'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69148, setNumber: 20, name: "sentinels_mark", prettyName: "Sentinel's Mark", cardType: "Enchantment", set: "RNA", subTypes: "Aura", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['1', 'W'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69149, setNumber: 21, name: "sky_tether", prettyName: "Sky Tether", cardType: "Enchantment", set: "RNA", subTypes: "Aura", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['W'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69150, setNumber: 22, name: "smothering_tithe", prettyName: "Smothering Tithe", cardType: "Enchantment", set: "RNA", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Rare", cost: ['3', 'W'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69151, setNumber: 23, name: "spirit_of_the_spires", prettyName: "Spirit of the Spires", cardType: "Creature", set: "RNA", subTypes: "Spirit", colorIdentity: ['W'], colors: ['White'], rarity: "Uncommon", cost: ['3', 'W'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69152, setNumber: 24, name: "summary_judgment", prettyName: "Summary Judgment", cardType: "Instant", set: "RNA", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['1', 'W'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69153, setNumber: 25, name: "syndicate_messenger", prettyName: "Syndicate Messenger", cardType: "Creature", set: "RNA", subTypes: "Bird", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['3', 'W'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69154, setNumber: 26, name: "tenth_district_veteran", prettyName: "Tenth District Veteran", cardType: "Creature", set: "RNA", subTypes: "Human Soldier", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['2', 'W'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69155, setNumber: 27, name: "tithe_taker", prettyName: "Tithe Taker", cardType: "Creature", set: "RNA", subTypes: "Human Soldier", colorIdentity: ['W'], colors: ['White'], rarity: "Rare", cost: ['1', 'W'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69156, setNumber: 28, name: "twilight_panther", prettyName: "Twilight Panther", cardType: "Creature", set: "RNA", subTypes: "Cat Spirit", colorIdentity: ['B', 'W'], colors: ['White', 'Black'], rarity: "Common", cost: ['W'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69157, setNumber: 29, name: "unbreakable_formation", prettyName: "Unbreakable Formation", cardType: "Instant", set: "RNA", subTypes: "", colorIdentity: ['W'], colors: ['White'], rarity: "Rare", cost: ['2', 'W'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69158, setNumber: 30, name: "watchful_giant", prettyName: "Watchful Giant", cardType: "Creature", set: "RNA", subTypes: "Giant Soldier", colorIdentity: ['W'], colors: ['White'], rarity: "Common", cost: ['5', 'W'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69159, setNumber: 31, name: "arresters_admonition", prettyName: "Arrester's Admonition", cardType: "Instant", set: "RNA", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['2', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69160, setNumber: 32, name: "benthic_biomancer", prettyName: "Benthic Biomancer", cardType: "Creature", set: "RNA", subTypes: "Merfolk Wizard Mutant", colorIdentity: ['U'], colors: ['Blue'], rarity: "Rare", cost: ['U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69161, setNumber: 33, name: "chillbringer", prettyName: "Chillbringer", cardType: "Creature", set: "RNA", subTypes: "Elemental", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['4', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69162, setNumber: 34, name: "clear_the_mind", prettyName: "Clear the Mind", cardType: "Sorcery", set: "RNA", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['2', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69163, setNumber: 35, name: "code_of_constraint", prettyName: "Code of Constraint", cardType: "Instant", set: "RNA", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['2', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69164, setNumber: 36, name: "coral_commando", prettyName: "Coral Commando", cardType: "Creature", set: "RNA", subTypes: "Merfolk Warrior", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['2', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69165, setNumber: 37, name: "essence_capture", prettyName: "Essence Capture", cardType: "Instant", set: "RNA", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['U', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69166, setNumber: 38, name: "eyes_everywhere", prettyName: "Eyes Everywhere", cardType: "Enchantment", set: "RNA", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['2', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69167, setNumber: 39, name: "faerie_duelist", prettyName: "Faerie Duelist", cardType: "Creature", set: "RNA", subTypes: "Faerie Rogue", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['1', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69168, setNumber: 40, name: "gateway_sneak", prettyName: "Gateway Sneak", cardType: "Creature", set: "RNA", subTypes: "Vedalken Rogue", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['2', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69169, setNumber: 41, name: "humongulus", prettyName: "Humongulus", cardType: "Creature", set: "RNA", subTypes: "Homunculus", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['4', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69170, setNumber: 42, name: "mass_manipulation", prettyName: "Mass Manipulation", cardType: "Sorcery", set: "RNA", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Rare", cost: ['X', 'X', 'U', 'U', 'U', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69171, setNumber: 43, name: "mesmerizing_benthid", prettyName: "Mesmerizing Benthid", cardType: "Creature", set: "RNA", subTypes: "Octopus", colorIdentity: ['U'], colors: ['Blue'], rarity: "Mythic Rare", cost: ['3', 'U', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69172, setNumber: 44, name: "persistent_petitioners", prettyName: "Persistent Petitioners", cardType: "Creature", set: "RNA", subTypes: "Human Advisor", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['1', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69173, setNumber: 45, name: "precognitive_perception", prettyName: "Precognitive Perception", cardType: "Instant", set: "RNA", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Rare", cost: ['3', 'U', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69174, setNumber: 46, name: "prying_eyes", prettyName: "Prying Eyes", cardType: "Instant", set: "RNA", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['4', 'U', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69175, setNumber: 47, name: "pteramander", prettyName: "Pteramander", cardType: "Creature", set: "RNA", subTypes: "Salamander Drake", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69176, setNumber: 48, name: "quench", prettyName: "Quench", cardType: "Instant", set: "RNA", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['1', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69177, setNumber: 49, name: "sages_row_savant", prettyName: "Sage's Row Savant", cardType: "Creature", set: "RNA", subTypes: "Vedalken Wizard", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['1', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69178, setNumber: 50, name: "senate_courier", prettyName: "Senate Courier", cardType: "Creature", set: "RNA", subTypes: "Bird", colorIdentity: ['W', 'U'], colors: ['White', 'Blue'], rarity: "Common", cost: ['2', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69179, setNumber: 51, name: "shimmer_of_possibility", prettyName: "Shimmer of Possibility", cardType: "Sorcery", set: "RNA", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['1', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69180, setNumber: 52, name: "skatewing_spy", prettyName: "Skatewing Spy", cardType: "Creature", set: "RNA", subTypes: "Vedalken Rogue Mutant", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['3', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69181, setNumber: 53, name: "skitter_eel", prettyName: "Skitter Eel", cardType: "Creature", set: "RNA", subTypes: "Fish Crab", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['3', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69182, setNumber: 54, name: "slimebind", prettyName: "Slimebind", cardType: "Enchantment", set: "RNA", subTypes: "Aura", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['1', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69183, setNumber: 55, name: "sphinx_of_foresight", prettyName: "Sphinx of Foresight", cardType: "Creature", set: "RNA", subTypes: "Sphinx", colorIdentity: ['U'], colors: ['Blue'], rarity: "Rare", cost: ['2', 'U', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69184, setNumber: 56, name: "swirling_torrent", prettyName: "Swirling Torrent", cardType: "Sorcery", set: "RNA", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['5', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69185, setNumber: 57, name: "thought_collapse", prettyName: "Thought Collapse", cardType: "Instant", set: "RNA", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Common", cost: ['1', 'U', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69186, setNumber: 58, name: "verity_circle", prettyName: "Verity Circle", cardType: "Enchantment", set: "RNA", subTypes: "", colorIdentity: ['U'], colors: ['Blue'], rarity: "Rare", cost: ['2', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69187, setNumber: 59, name: "wall_of_lost_thoughts", prettyName: "Wall of Lost Thoughts", cardType: "Creature", set: "RNA", subTypes: "Wall", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['1', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69188, setNumber: 60, name: "windstorm_drake", prettyName: "Windstorm Drake", cardType: "Creature", set: "RNA", subTypes: "Drake", colorIdentity: ['U'], colors: ['Blue'], rarity: "Uncommon", cost: ['4', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69189, setNumber: 61, name: "awaken_the_erstwhile", prettyName: "Awaken the Erstwhile", cardType: "Sorcery", set: "RNA", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Rare", cost: ['3', 'B', 'B'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69190, setNumber: 62, name: "bankrupt_in_blood", prettyName: "Bankrupt in Blood", cardType: "Sorcery", set: "RNA", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['1', 'B'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69191, setNumber: 63, name: "blade_juggler", prettyName: "Blade Juggler", cardType: "Creature", set: "RNA", subTypes: "Human Rogue", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['4', 'B'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69192, setNumber: 64, name: "bladebrand", prettyName: "Bladebrand", cardType: "Instant", set: "RNA", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['1', 'B'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69193, setNumber: 65, name: "bloodmist_infiltrator", prettyName: "Bloodmist Infiltrator", cardType: "Creature", set: "RNA", subTypes: "Vampire", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['2', 'B'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69194, setNumber: 66, name: "carrion_imp", prettyName: "Carrion Imp", cardType: "Creature", set: "RNA", subTypes: "Imp", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['3', 'B'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69195, setNumber: 67, name: "catacomb_crocodile", prettyName: "Catacomb Crocodile", cardType: "Creature", set: "RNA", subTypes: "Crocodile", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['4', 'B'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69196, setNumber: 68, name: "clear_the_stage", prettyName: "Clear the Stage", cardType: "Instant", set: "RNA", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['4', 'B'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69197, setNumber: 69, name: "consign_to_the_pit", prettyName: "Consign to the Pit", cardType: "Sorcery", set: "RNA", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['5', 'B'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69198, setNumber: 70, name: "cry_of_the_carnarium", prettyName: "Cry of the Carnarium", cardType: "Sorcery", set: "RNA", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['1', 'B', 'B'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69199, setNumber: 71, name: "dead_revels", prettyName: "Dead Revels", cardType: "Sorcery", set: "RNA", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['3', 'B'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69200, setNumber: 72, name: "debtors_transport", prettyName: "Debtors' Transport", cardType: "Creature", set: "RNA", subTypes: "Thrull", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['5', 'B'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69201, setNumber: 73, name: "drill_bit", prettyName: "Drill Bit", cardType: "Sorcery", set: "RNA", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['2', 'B'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69202, setNumber: 74, name: "font_of_agonies", prettyName: "Font of Agonies", cardType: "Enchantment", set: "RNA", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Rare", cost: ['B'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69203, setNumber: 75, name: "grotesque_demise", prettyName: "Grotesque Demise", cardType: "Instant", set: "RNA", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['2', 'B'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69204, setNumber: 76, name: "gutterbones", prettyName: "Gutterbones", cardType: "Creature", set: "RNA", subTypes: "Skeleton Warrior", colorIdentity: ['B'], colors: ['Black'], rarity: "Rare", cost: ['B'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69205, setNumber: 77, name: "illgotten_inheritance", prettyName: "Ill-Gotten Inheritance", cardType: "Enchantment", set: "RNA", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['3', 'B'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69206, setNumber: 78, name: "noxious_groodion", prettyName: "Noxious Groodion", cardType: "Creature", set: "RNA", subTypes: "Beast", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['2', 'B'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69207, setNumber: 79, name: "orzhov_enforcer", prettyName: "Orzhov Enforcer", cardType: "Creature", set: "RNA", subTypes: "Human Rogue", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['1', 'B'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69208, setNumber: 80, name: "orzhov_racketeers", prettyName: "Orzhov Racketeers", cardType: "Creature", set: "RNA", subTypes: "Human Rogue", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['4', 'B'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69209, setNumber: 81, name: "pestilent_spirit", prettyName: "Pestilent Spirit", cardType: "Creature", set: "RNA", subTypes: "Spirit", colorIdentity: ['B'], colors: ['Black'], rarity: "Rare", cost: ['2', 'B'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69210, setNumber: 82, name: "plague_wight", prettyName: "Plague Wight", cardType: "Creature", set: "RNA", subTypes: "Zombie", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['1', 'B'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69211, setNumber: 83, name: "priest_of_forgotten_gods", prettyName: "Priest of Forgotten Gods", cardType: "Creature", set: "RNA", subTypes: "Human Cleric", colorIdentity: ['B'], colors: ['Black'], rarity: "Rare", cost: ['1', 'B'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69212, setNumber: 84, name: "rakdos_trumpeter", prettyName: "Rakdos Trumpeter", cardType: "Creature", set: "RNA", subTypes: "Human Shaman", colorIdentity: ['R', 'B'], colors: ['Red', 'Black'], rarity: "Common", cost: ['1', 'B'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69213, setNumber: 85, name: "spawn_of_mayhem", prettyName: "Spawn of Mayhem", cardType: "Creature", set: "RNA", subTypes: "Demon", colorIdentity: ['B'], colors: ['Black'], rarity: "Mythic Rare", cost: ['2', 'B', 'B'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69214, setNumber: 86, name: "spire_mangler", prettyName: "Spire Mangler", cardType: "Creature", set: "RNA", subTypes: "Insect", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['2', 'B'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69215, setNumber: 87, name: "thirsting_shade", prettyName: "Thirsting Shade", cardType: "Creature", set: "RNA", subTypes: "Shade", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['B'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69216, setNumber: 88, name: "undercity_scavenger", prettyName: "Undercity Scavenger", cardType: "Creature", set: "RNA", subTypes: "Ogre Warrior", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['3', 'B'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69217, setNumber: 89, name: "undercitys_embrace", prettyName: "Undercity's Embrace", cardType: "Instant", set: "RNA", subTypes: "", colorIdentity: ['B'], colors: ['Black'], rarity: "Common", cost: ['2', 'B'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69218, setNumber: 90, name: "vindictive_vampire", prettyName: "Vindictive Vampire", cardType: "Creature", set: "RNA", subTypes: "Vampire", colorIdentity: ['B'], colors: ['Black'], rarity: "Uncommon", cost: ['3', 'B'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69219, setNumber: 91, name: "act_of_treason", prettyName: "Act of Treason", cardType: "Sorcery", set: "RNA", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['2', 'R'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69220, setNumber: 92, name: "amplifire", prettyName: "Amplifire", cardType: "Creature", set: "RNA", subTypes: "Elemental", colorIdentity: ['R'], colors: ['Red'], rarity: "Rare", cost: ['2', 'R', 'R'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69221, setNumber: 93, name: "burn_bright", prettyName: "Burn Bright", cardType: "Instant", set: "RNA", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['2', 'R'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69222, setNumber: 94, name: "burningtree_vandal", prettyName: "Burning-Tree Vandal", cardType: "Creature", set: "RNA", subTypes: "Human Rogue", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['2', 'R'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69223, setNumber: 95, name: "cavalcade_of_calamity", prettyName: "Cavalcade of Calamity", cardType: "Enchantment", set: "RNA", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['1', 'R'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69224, setNumber: 96, name: "clamor_shaman", prettyName: "Clamor Shaman", cardType: "Creature", set: "RNA", subTypes: "Goblin Shaman", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['2', 'R'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69225, setNumber: 97, name: "dagger_caster", prettyName: "Dagger Caster", cardType: "Creature", set: "RNA", subTypes: "Viashino Rogue", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['3', 'R'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69226, setNumber: 98, name: "deface", prettyName: "Deface", cardType: "Sorcery", set: "RNA", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['R'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69227, setNumber: 99, name: "electrodominance", prettyName: "Electrodominance", cardType: "Instant", set: "RNA", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Rare", cost: ['X', 'R', 'R'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69228, setNumber: 100, name: "feral_maaka", prettyName: "Feral Maaka", cardType: "Creature", set: "RNA", subTypes: "Cat", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['1', 'R'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69229, setNumber: 101, name: "flames_of_the_razeboar", prettyName: "Flames of the Raze-Boar", cardType: "Instant", set: "RNA", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['5', 'R'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69230, setNumber: 102, name: "gates_ablaze", prettyName: "Gates Ablaze", cardType: "Sorcery", set: "RNA", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['2', 'R'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69231, setNumber: 103, name: "ghorclan_wrecker", prettyName: "Ghor-Clan Wrecker", cardType: "Creature", set: "RNA", subTypes: "Human Warrior", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['3', 'R'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69232, setNumber: 104, name: "goblin_gathering", prettyName: "Goblin Gathering", cardType: "Sorcery", set: "RNA", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['2', 'R'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69233, setNumber: 105, name: "gravelhide_goblin", prettyName: "Gravel-Hide Goblin", cardType: "Creature", set: "RNA", subTypes: "Goblin Shaman", colorIdentity: ['G', 'R'], colors: ['Red', 'Green'], rarity: "Common", cost: ['1', 'R'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69234, setNumber: 106, name: "immolation_shaman", prettyName: "Immolation Shaman", cardType: "Creature", set: "RNA", subTypes: "Viashino Shaman", colorIdentity: ['R'], colors: ['Red'], rarity: "Rare", cost: ['1', 'R'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69235, setNumber: 107, name: "light_up_the_stage", prettyName: "Light Up the Stage", cardType: "Sorcery", set: "RNA", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['2', 'R'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69236, setNumber: 108, name: "mirror_march", prettyName: "Mirror March", cardType: "Enchantment", set: "RNA", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Rare", cost: ['5', 'R'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69237, setNumber: 109, name: "rix_maadi_reveler", prettyName: "Rix Maadi Reveler", cardType: "Creature", set: "RNA", subTypes: "Human Shaman", colorIdentity: ['B', 'R'], colors: ['Red', 'Black'], rarity: "Rare", cost: ['1', 'R'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69238, setNumber: 110, name: "rubble_reading", prettyName: "Rubble Reading", cardType: "Sorcery", set: "RNA", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['3', 'R'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69239, setNumber: 111, name: "rubblebelt_recluse", prettyName: "Rubblebelt Recluse", cardType: "Creature", set: "RNA", subTypes: "Ogre Berserker", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['4', 'R'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69240, setNumber: 112, name: "rumbling_ruin", prettyName: "Rumbling Ruin", cardType: "Creature", set: "RNA", subTypes: "Elemental", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['5', 'R'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69241, setNumber: 113, name: "scorchmark", prettyName: "Scorchmark", cardType: "Instant", set: "RNA", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['1', 'R'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69242, setNumber: 114, name: "skarrgan_hellkite", prettyName: "Skarrgan Hellkite", cardType: "Creature", set: "RNA", subTypes: "Dragon", colorIdentity: ['R'], colors: ['Red'], rarity: "Mythic Rare", cost: ['3', 'R', 'R'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69243, setNumber: 115, name: "skewer_the_critics", prettyName: "Skewer the Critics", cardType: "Sorcery", set: "RNA", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['2', 'R'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69244, setNumber: 116, name: "smeltward_ignus", prettyName: "Smelt-Ward Ignus", cardType: "Creature", set: "RNA", subTypes: "Elemental", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['1', 'R'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69245, setNumber: 117, name: "spear_spewer", prettyName: "Spear Spewer", cardType: "Creature", set: "RNA", subTypes: "Goblin Warrior", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['R'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69246, setNumber: 118, name: "spikewheel_acrobat", prettyName: "Spikewheel Acrobat", cardType: "Creature", set: "RNA", subTypes: "Human Rogue", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['3', 'R'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69247, setNumber: 119, name: "storm_strike", prettyName: "Storm Strike", cardType: "Instant", set: "RNA", subTypes: "", colorIdentity: ['R'], colors: ['Red'], rarity: "Common", cost: ['R'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69248, setNumber: 120, name: "tin_street_dodger", prettyName: "Tin Street Dodger", cardType: "Creature", set: "RNA", subTypes: "Goblin Rogue", colorIdentity: ['R'], colors: ['Red'], rarity: "Uncommon", cost: ['R'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69249, setNumber: 121, name: "axebane_beast", prettyName: "Axebane Beast", cardType: "Creature", set: "RNA", subTypes: "Beast", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['3', 'G'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69250, setNumber: 122, name: "biogenic_ooze", prettyName: "Biogenic Ooze", cardType: "Creature", set: "RNA", subTypes: "Ooze", colorIdentity: ['G'], colors: ['Green'], rarity: "Mythic Rare", cost: ['3', 'G', 'G'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69251, setNumber: 123, name: "biogenic_upgrade", prettyName: "Biogenic Upgrade", cardType: "Sorcery", set: "RNA", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['4', 'G', 'G'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69252, setNumber: 124, name: "endraze_forerunners", prettyName: "End-Raze Forerunners", cardType: "Creature", set: "RNA", subTypes: "Boar", colorIdentity: ['G'], colors: ['Green'], rarity: "Rare", cost: ['5', 'G', 'G', 'G'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69253, setNumber: 125, name: "enraged_ceratok", prettyName: "Enraged Ceratok", cardType: "Creature", set: "RNA", subTypes: "Rhino", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['2', 'G', 'G'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69254, setNumber: 126, name: "gatebreaker_ram", prettyName: "Gatebreaker Ram", cardType: "Creature", set: "RNA", subTypes: "Sheep", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['2', 'G'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69255, setNumber: 127, name: "gift_of_strength", prettyName: "Gift of Strength", cardType: "Instant", set: "RNA", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['1', 'G'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69256, setNumber: 128, name: "growthchamber_guardian", prettyName: "Growth-Chamber Guardian", cardType: "Creature", set: "RNA", subTypes: "Elf Crab Warrior", colorIdentity: ['G'], colors: ['Green'], rarity: "Rare", cost: ['1', 'G'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69257, setNumber: 129, name: "gruul_beastmaster", prettyName: "Gruul Beastmaster", cardType: "Creature", set: "RNA", subTypes: "Human Shaman", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['3', 'G'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69258, setNumber: 130, name: "guardian_project", prettyName: "Guardian Project", cardType: "Enchantment", set: "RNA", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Rare", cost: ['3', 'G'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69259, setNumber: 131, name: "incubation_druid", prettyName: "Incubation Druid", cardType: "Creature", set: "RNA", subTypes: "Elf Druid", colorIdentity: ['G'], colors: ['Green'], rarity: "Rare", cost: ['1', 'G'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69260, setNumber: 132, name: "mammoth_spider", prettyName: "Mammoth Spider", cardType: "Creature", set: "RNA", subTypes: "Spider", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['4', 'G'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69261, setNumber: 133, name: "open_the_gates", prettyName: "Open the Gates", cardType: "Sorcery", set: "RNA", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['G'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69262, setNumber: 134, name: "rampage_of_the_clans", prettyName: "Rampage of the Clans", cardType: "Instant", set: "RNA", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Rare", cost: ['3', 'G'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69263, setNumber: 135, name: "rampaging_rendhorn", prettyName: "Rampaging Rendhorn", cardType: "Creature", set: "RNA", subTypes: "Beast", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['4', 'G'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69264, setNumber: 136, name: "regenesis", prettyName: "Regenesis", cardType: "Instant", set: "RNA", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['3', 'G', 'G'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69265, setNumber: 137, name: "root_snare", prettyName: "Root Snare", cardType: "Instant", set: "RNA", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['1', 'G'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69266, setNumber: 138, name: "sagittars_volley", prettyName: "Sagittars' Volley", cardType: "Instant", set: "RNA", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['2', 'G'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69267, setNumber: 139, name: "saruli_caretaker", prettyName: "Saruli Caretaker", cardType: "Creature", set: "RNA", subTypes: "Dryad", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['G'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69268, setNumber: 140, name: "sauroform_hybrid", prettyName: "Sauroform Hybrid", cardType: "Creature", set: "RNA", subTypes: "Human Lizard Warrior", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['1', 'G'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69269, setNumber: 141, name: "silhana_wayfinder", prettyName: "Silhana Wayfinder", cardType: "Creature", set: "RNA", subTypes: "Elf Scout", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['1', 'G'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69270, setNumber: 142, name: "steeple_creeper", prettyName: "Steeple Creeper", cardType: "Creature", set: "RNA", subTypes: "Frog Snake", colorIdentity: ['U', 'G'], colors: ['Blue', 'Green'], rarity: "Common", cost: ['2', 'G'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69271, setNumber: 143, name: "stony_strength", prettyName: "Stony Strength", cardType: "Instant", set: "RNA", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['G'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69272, setNumber: 144, name: "sylvan_brushstrider", prettyName: "Sylvan Brushstrider", cardType: "Creature", set: "RNA", subTypes: "Beast", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['2', 'G'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69273, setNumber: 145, name: "territorial_boar", prettyName: "Territorial Boar", cardType: "Creature", set: "RNA", subTypes: "Boar", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['1', 'G'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69274, setNumber: 146, name: "titanic_brawl", prettyName: "Titanic Brawl", cardType: "Instant", set: "RNA", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['1', 'G'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69275, setNumber: 147, name: "tower_defense", prettyName: "Tower Defense", cardType: "Instant", set: "RNA", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['1', 'G'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69276, setNumber: 148, name: "trollbred_guardian", prettyName: "Trollbred Guardian", cardType: "Creature", set: "RNA", subTypes: "Troll Frog Warrior", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['4', 'G'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69277, setNumber: 149, name: "wilderness_reclamation", prettyName: "Wilderness Reclamation", cardType: "Enchantment", set: "RNA", subTypes: "", colorIdentity: ['G'], colors: ['Green'], rarity: "Uncommon", cost: ['3', 'G'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69278, setNumber: 150, name: "wrecking_beast", prettyName: "Wrecking Beast", cardType: "Creature", set: "RNA", subTypes: "Beast", colorIdentity: ['G'], colors: ['Green'], rarity: "Common", cost: ['5', 'G', 'G'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69279, setNumber: 151, name: "absorb", prettyName: "Absorb", cardType: "Instant", set: "RNA", subTypes: "", colorIdentity: ['W', 'U'], colors: ['White', 'Blue'], rarity: "Rare", cost: ['W', 'U', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69280, setNumber: 152, name: "aeromunculus", prettyName: "Aeromunculus", cardType: "Creature", set: "RNA", subTypes: "Homunculus Mutant", colorIdentity: ['G', 'U'], colors: ['Blue', 'Green'], rarity: "Common", cost: ['1', 'G', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69281, setNumber: 153, name: "applied_biomancy", prettyName: "Applied Biomancy", cardType: "Instant", set: "RNA", subTypes: "", colorIdentity: ['G', 'U'], colors: ['Blue', 'Green'], rarity: "Common", cost: ['G', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69282, setNumber: 154, name: "azorius_knightarbiter", prettyName: "Azorius Knight-Arbiter", cardType: "Creature", set: "RNA", subTypes: "Human Knight", colorIdentity: ['W', 'U'], colors: ['White', 'Blue'], rarity: "Common", cost: ['3', 'W', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69283, setNumber: 155, name: "azorius_skyguard", prettyName: "Azorius Skyguard", cardType: "Creature", set: "RNA", subTypes: "Human Knight", colorIdentity: ['W', 'U'], colors: ['White', 'Blue'], rarity: "Uncommon", cost: ['4', 'W', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69284, setNumber: 156, name: "basilica_bellhaunt", prettyName: "Basilica Bell-Haunt", cardType: "Creature", set: "RNA", subTypes: "Spirit", colorIdentity: ['W', 'B'], colors: ['White', 'Black'], rarity: "Uncommon", cost: ['W', 'W', 'B', 'B'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69285, setNumber: 157, name: "bedevil", prettyName: "Bedevil", cardType: "Instant", set: "RNA", subTypes: "", colorIdentity: ['B', 'R'], colors: ['Red', 'Black'], rarity: "Rare", cost: ['B', 'B', 'R'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69286, setNumber: 158, name: "biomancers_familiar", prettyName: "Biomancer's Familiar", cardType: "Creature", set: "RNA", subTypes: "Mutant", colorIdentity: ['G', 'U'], colors: ['Blue', 'Green'], rarity: "Rare", cost: ['G', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69287, setNumber: 159, name: "bolracclan_crusher", prettyName: "Bolrac-Clan Crusher", cardType: "Creature", set: "RNA", subTypes: "Ogre Warrior", colorIdentity: ['R', 'G'], colors: ['Red', 'Green'], rarity: "Uncommon", cost: ['3', 'R', 'G'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69288, setNumber: 160, name: "captive_audience", prettyName: "Captive Audience", cardType: "Enchantment", set: "RNA", subTypes: "", colorIdentity: ['B', 'R'], colors: ['Red', 'Black'], rarity: "Mythic Rare", cost: ['5', 'B', 'R'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69289, setNumber: 161, name: "cindervines", prettyName: "Cindervines", cardType: "Enchantment", set: "RNA", subTypes: "", colorIdentity: ['R', 'G'], colors: ['Red', 'Green'], rarity: "Rare", cost: ['R', 'G'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69290, setNumber: 162, name: "clan_guildmage", prettyName: "Clan Guildmage", cardType: "Creature", set: "RNA", subTypes: "Human Shaman", colorIdentity: ['R', 'G'], colors: ['Red', 'Green'], rarity: "Uncommon", cost: ['R', 'G'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69291, setNumber: 163, name: "combine_guildmage", prettyName: "Combine Guildmage", cardType: "Creature", set: "RNA", subTypes: "Merfolk Wizard", colorIdentity: ['G', 'U'], colors: ['Blue', 'Green'], rarity: "Uncommon", cost: ['G', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69292, setNumber: 164, name: "cult_guildmage", prettyName: "Cult Guildmage", cardType: "Creature", set: "RNA", subTypes: "Human Shaman", colorIdentity: ['B', 'R'], colors: ['Red', 'Black'], rarity: "Uncommon", cost: ['B', 'R'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69293, setNumber: 165, name: "deputy_of_detention", prettyName: "Deputy of Detention", cardType: "Creature", set: "RNA", subTypes: "Vedalken Wizard", colorIdentity: ['W', 'U'], colors: ['White', 'Blue'], rarity: "Rare", cost: ['1', 'W', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69294, setNumber: 166, name: "domri_chaos_bringer", prettyName: "Domri, Chaos Bringer", cardType: "Planeswalker", set: "RNA", subTypes: "Domri", colorIdentity: ['R', 'G'], colors: ['Red', 'Green'], rarity: "Mythic Rare", cost: ['2', 'R', 'G'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69295, setNumber: 167, name: "dovin_grand_arbiter", prettyName: "Dovin, Grand Arbiter", cardType: "Planeswalker", set: "RNA", subTypes: "Dovin", colorIdentity: ['W', 'U'], colors: ['White', 'Blue'], rarity: "Mythic Rare", cost: ['1', 'W', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69296, setNumber: 168, name: "dovins_acuity", prettyName: "Dovin's Acuity", cardType: "Enchantment", set: "RNA", subTypes: "", colorIdentity: ['W', 'U'], colors: ['White', 'Blue'], rarity: "Uncommon", cost: ['1', 'W', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69297, setNumber: 169, name: "emergency_powers", prettyName: "Emergency Powers", cardType: "Instant", set: "RNA", subTypes: "", colorIdentity: ['W', 'U'], colors: ['White', 'Blue'], rarity: "Mythic Rare", cost: ['5', 'W', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69298, setNumber: 170, name: "ethereal_absolution", prettyName: "Ethereal Absolution", cardType: "Enchantment", set: "RNA", subTypes: "", colorIdentity: ['W', 'B'], colors: ['White', 'Black'], rarity: "Rare", cost: ['4', 'W', 'B'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69299, setNumber: 171, name: "final_payment", prettyName: "Final Payment", cardType: "Instant", set: "RNA", subTypes: "", colorIdentity: ['W', 'B'], colors: ['White', 'Black'], rarity: "Common", cost: ['W', 'B'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69300, setNumber: 172, name: "fireblade_artist", prettyName: "Fireblade Artist", cardType: "Creature", set: "RNA", subTypes: "Human Shaman", colorIdentity: ['B', 'R'], colors: ['Red', 'Black'], rarity: "Uncommon", cost: ['B', 'R'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69301, setNumber: 173, name: "frenzied_arynx", prettyName: "Frenzied Arynx", cardType: "Creature", set: "RNA", subTypes: "Cat Beast", colorIdentity: ['R', 'G'], colors: ['Red', 'Green'], rarity: "Common", cost: ['2', 'R', 'G'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69302, setNumber: 174, name: "frilled_mystic", prettyName: "Frilled Mystic", cardType: "Creature", set: "RNA", subTypes: "Elf Lizard Wizard", colorIdentity: ['G', 'U'], colors: ['Blue', 'Green'], rarity: "Uncommon", cost: ['G', 'G', 'U', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69303, setNumber: 175, name: "galloping_lizrog", prettyName: "Galloping Lizrog", cardType: "Creature", set: "RNA", subTypes: "Frog Lizard", colorIdentity: ['G', 'U'], colors: ['Blue', 'Green'], rarity: "Uncommon", cost: ['3', 'G', 'U'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69304, setNumber: 176, name: "get_the_point", prettyName: "Get the Point", cardType: "Instant", set: "RNA", subTypes: "", colorIdentity: ['B', 'R'], colors: ['Red', 'Black'], rarity: "Common", cost: ['3', 'B', 'R'], collectible: true }))
ravnica_allegiance.addCard(new Card({ mtgaID: 69305, setNumber: 177, name: "grasping_thrull", prettyName: "Grasping Thr