mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
[CMR] added all versions of cards
This commit is contained in:
parent
420a125243
commit
2109f60e4d
2 changed files with 551 additions and 179 deletions
|
@ -27,20 +27,30 @@ public final class CommanderLegends extends ExpansionSet {
|
|||
this.ratioBoosterMythic = 8;
|
||||
this.maxCardNumberInBooster = 361;
|
||||
|
||||
cards.add(new SetCardInfo("Abomination of Llanowar", 265, Rarity.UNCOMMON, mage.cards.a.AbominationOfLlanowar.class));
|
||||
cards.add(new SetCardInfo("Abrade", 410, Rarity.UNCOMMON, mage.cards.a.Abrade.class));
|
||||
cards.add(new SetCardInfo("Acidic Slime", 421, Rarity.UNCOMMON, mage.cards.a.AcidicSlime.class));
|
||||
cards.add(new SetCardInfo("Abomination of Llanowar", 265, Rarity.UNCOMMON, mage.cards.a.AbominationOfLlanowar.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Abomination of Llanowar", 585, Rarity.UNCOMMON, mage.cards.a.AbominationOfLlanowar.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Abrade", 410, Rarity.UNCOMMON, mage.cards.a.Abrade.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Abrade", 659, Rarity.UNCOMMON, mage.cards.a.Abrade.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Acidic Slime", 421, Rarity.UNCOMMON, mage.cards.a.AcidicSlime.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Acidic Slime", 673, Rarity.UNCOMMON, mage.cards.a.AcidicSlime.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Aesi, Tyrant of Gyre Strait", 365, Rarity.MYTHIC, mage.cards.a.AesiTyrantOfGyreStrait.class));
|
||||
cards.add(new SetCardInfo("Akiri, Line-Slinger", 515, Rarity.MYTHIC, mage.cards.a.AkiriLineSlinger.class));
|
||||
cards.add(new SetCardInfo("Akroma's Will", 3, Rarity.RARE, mage.cards.a.AkromasWill.class));
|
||||
cards.add(new SetCardInfo("Akroma, Vision of Ixidor", 2, Rarity.MYTHIC, mage.cards.a.AkromaVisionOfIxidor.class));
|
||||
cards.add(new SetCardInfo("Alena, Kessig Trapper", 160, Rarity.UNCOMMON, mage.cards.a.AlenaKessigTrapper.class));
|
||||
cards.add(new SetCardInfo("Alharu, Solemn Ritualist", 4, Rarity.UNCOMMON, mage.cards.a.AlharuSolemnRitualist.class));
|
||||
cards.add(new SetCardInfo("Amareth, the Lustrous", 266, Rarity.RARE, mage.cards.a.AmarethTheLustrous.class));
|
||||
cards.add(new SetCardInfo("Akroma's Will", 3, Rarity.RARE, mage.cards.a.AkromasWill.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Akroma's Will", 615, Rarity.RARE, mage.cards.a.AkromasWill.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Akroma, Vision of Ixidor", 2, Rarity.MYTHIC, mage.cards.a.AkromaVisionOfIxidor.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Akroma, Vision of Ixidor", 547, Rarity.MYTHIC, mage.cards.a.AkromaVisionOfIxidor.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Alena, Kessig Trapper", 160, Rarity.UNCOMMON, mage.cards.a.AlenaKessigTrapper.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Alena, Kessig Trapper", 570, Rarity.UNCOMMON, mage.cards.a.AlenaKessigTrapper.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Alharu, Solemn Ritualist", 4, Rarity.UNCOMMON, mage.cards.a.AlharuSolemnRitualist.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Alharu, Solemn Ritualist", 548, Rarity.UNCOMMON, mage.cards.a.AlharuSolemnRitualist.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Amareth, the Lustrous", 266, Rarity.RARE, mage.cards.a.AmarethTheLustrous.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Amareth, the Lustrous", 586, Rarity.RARE, mage.cards.a.AmarethTheLustrous.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Ambush Viper", 213, Rarity.COMMON, mage.cards.a.AmbushViper.class));
|
||||
cards.add(new SetCardInfo("Amorphous Axe", 295, Rarity.COMMON, mage.cards.a.AmorphousAxe.class));
|
||||
cards.add(new SetCardInfo("Amphin Mutineer", 55, Rarity.RARE, mage.cards.a.AmphinMutineer.class));
|
||||
cards.add(new SetCardInfo("Anara, Wolvid Familiar", 214, Rarity.UNCOMMON, mage.cards.a.AnaraWolvidFamiliar.class));
|
||||
cards.add(new SetCardInfo("Amphin Mutineer", 55, Rarity.RARE, mage.cards.a.AmphinMutineer.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Amphin Mutineer", 629, Rarity.RARE, mage.cards.a.AmphinMutineer.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Anara, Wolvid Familiar", 214, Rarity.UNCOMMON, mage.cards.a.AnaraWolvidFamiliar.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Anara, Wolvid Familiar", 577, Rarity.UNCOMMON, mage.cards.a.AnaraWolvidFamiliar.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Ancestral Blade", 5, Rarity.COMMON, mage.cards.a.AncestralBlade.class));
|
||||
cards.add(new SetCardInfo("Ancient Animus", 215, Rarity.COMMON, mage.cards.a.AncientAnimus.class));
|
||||
cards.add(new SetCardInfo("Angel of the Dawn", 6, Rarity.COMMON, mage.cards.a.AngelOfTheDawn.class));
|
||||
|
@ -48,42 +58,62 @@ public final class CommanderLegends extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Angelic Gift", 7, Rarity.COMMON, mage.cards.a.AngelicGift.class));
|
||||
cards.add(new SetCardInfo("Annoyed Altisaur", 216, Rarity.COMMON, mage.cards.a.AnnoyedAltisaur.class));
|
||||
cards.add(new SetCardInfo("Anointer of Valor", 8, Rarity.COMMON, mage.cards.a.AnointerOfValor.class));
|
||||
cards.add(new SetCardInfo("Apex Devastator", 217, Rarity.MYTHIC, mage.cards.a.ApexDevastator.class));
|
||||
cards.add(new SetCardInfo("Apex Devastator", 217, Rarity.MYTHIC, mage.cards.a.ApexDevastator.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Apex Devastator", 674, Rarity.MYTHIC, mage.cards.a.ApexDevastator.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Aqueous Form", 56, Rarity.COMMON, mage.cards.a.AqueousForm.class));
|
||||
cards.add(new SetCardInfo("Araumi of the Dead Tide", 267, Rarity.UNCOMMON, mage.cards.a.AraumiOfTheDeadTide.class));
|
||||
cards.add(new SetCardInfo("Arcane Denial", 393, Rarity.COMMON, mage.cards.a.ArcaneDenial.class));
|
||||
cards.add(new SetCardInfo("Arcane Signet", 297, Rarity.UNCOMMON, mage.cards.a.ArcaneSignet.class));
|
||||
cards.add(new SetCardInfo("Archelos, Lagoon Mystic", 268, Rarity.RARE, mage.cards.a.ArchelosLagoonMystic.class));
|
||||
cards.add(new SetCardInfo("Archon of Coronation", 9, Rarity.MYTHIC, mage.cards.a.ArchonOfCoronation.class));
|
||||
cards.add(new SetCardInfo("Ardenn, Intrepid Archaeologist", 10, Rarity.UNCOMMON, mage.cards.a.ArdennIntrepidArchaeologist.class));
|
||||
cards.add(new SetCardInfo("Araumi of the Dead Tide", 267, Rarity.UNCOMMON, mage.cards.a.AraumiOfTheDeadTide.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Araumi of the Dead Tide", 587, Rarity.UNCOMMON, mage.cards.a.AraumiOfTheDeadTide.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Arcane Denial", 393, Rarity.COMMON, mage.cards.a.ArcaneDenial.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Arcane Denial", 630, Rarity.COMMON, mage.cards.a.ArcaneDenial.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Arcane Signet", 297, Rarity.UNCOMMON, mage.cards.a.ArcaneSignet.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Arcane Signet", 689, Rarity.UNCOMMON, mage.cards.a.ArcaneSignet.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Archelos, Lagoon Mystic", 268, Rarity.RARE, mage.cards.a.ArchelosLagoonMystic.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Archelos, Lagoon Mystic", 588, Rarity.RARE, mage.cards.a.ArchelosLagoonMystic.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Archon of Coronation", 616, Rarity.MYTHIC, mage.cards.a.ArchonOfCoronation.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Archon of Coronation", 9, Rarity.MYTHIC, mage.cards.a.ArchonOfCoronation.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Ardenn, Intrepid Archaeologist", 10, Rarity.UNCOMMON, mage.cards.a.ArdennIntrepidArchaeologist.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Ardenn, Intrepid Archaeologist", 549, Rarity.UNCOMMON, mage.cards.a.ArdennIntrepidArchaeologist.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Armillary Sphere", 298, Rarity.COMMON, mage.cards.a.ArmillarySphere.class));
|
||||
cards.add(new SetCardInfo("Armix, Filigree Thrasher", 108, Rarity.UNCOMMON, mage.cards.a.ArmixFiligreeThrasher.class));
|
||||
cards.add(new SetCardInfo("Armix, Filigree Thrasher", 108, Rarity.UNCOMMON, mage.cards.a.ArmixFiligreeThrasher.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Armix, Filigree Thrasher", 563, Rarity.UNCOMMON, mage.cards.a.ArmixFiligreeThrasher.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Armorcraft Judge", 218, Rarity.UNCOMMON, mage.cards.a.ArmorcraftJudge.class));
|
||||
cards.add(new SetCardInfo("Armored Skyhunter", 11, Rarity.RARE, mage.cards.a.ArmoredSkyhunter.class));
|
||||
cards.add(new SetCardInfo("Armored Skyhunter", 11, Rarity.RARE, mage.cards.a.ArmoredSkyhunter.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Armored Skyhunter", 617, Rarity.RARE, mage.cards.a.ArmoredSkyhunter.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Armory of Iroas", 299, Rarity.COMMON, mage.cards.a.ArmoryOfIroas.class));
|
||||
cards.add(new SetCardInfo("Aurora Phoenix", 161, Rarity.RARE, mage.cards.a.AuroraPhoenix.class));
|
||||
cards.add(new SetCardInfo("Austere Command", 12, Rarity.RARE, mage.cards.a.AustereCommand.class));
|
||||
cards.add(new SetCardInfo("Aurora Phoenix", 161, Rarity.RARE, mage.cards.a.AuroraPhoenix.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Aurora Phoenix", 660, Rarity.RARE, mage.cards.a.AuroraPhoenix.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Austere Command", 12, Rarity.RARE, mage.cards.a.AustereCommand.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Austere Command", 618, Rarity.RARE, mage.cards.a.AustereCommand.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Aven Surveyor", 57, Rarity.COMMON, mage.cards.a.AvenSurveyor.class));
|
||||
cards.add(new SetCardInfo("Avenger of Zendikar", 422, Rarity.MYTHIC, mage.cards.a.AvengerOfZendikar.class));
|
||||
cards.add(new SetCardInfo("Averna, the Chaos Bloom", 269, Rarity.RARE, mage.cards.a.AvernaTheChaosBloom.class));
|
||||
cards.add(new SetCardInfo("Averna, the Chaos Bloom", 269, Rarity.RARE, mage.cards.a.AvernaTheChaosBloom.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Averna, the Chaos Bloom", 589, Rarity.RARE, mage.cards.a.AvernaTheChaosBloom.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Azure Fleet Admiral", 58, Rarity.COMMON, mage.cards.a.AzureFleetAdmiral.class));
|
||||
cards.add(new SetCardInfo("Beast Within", 423, Rarity.UNCOMMON, mage.cards.b.BeastWithin.class));
|
||||
cards.add(new SetCardInfo("Belbe, Corrupted Observer", 270, Rarity.RARE, mage.cards.b.BelbeCorruptedObserver.class));
|
||||
cards.add(new SetCardInfo("Bell Borca, Spectral Sergeant", 271, Rarity.RARE, mage.cards.b.BellBorcaSpectralSergeant.class));
|
||||
cards.add(new SetCardInfo("Belbe, Corrupted Observer", 270, Rarity.RARE, mage.cards.b.BelbeCorruptedObserver.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Belbe, Corrupted Observer", 590, Rarity.RARE, mage.cards.b.BelbeCorruptedObserver.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Bell Borca, Spectral Sergeant", 271, Rarity.RARE, mage.cards.b.BellBorcaSpectralSergeant.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Bell Borca, Spectral Sergeant", 591, Rarity.RARE, mage.cards.b.BellBorcaSpectralSergeant.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Benevolent Blessing", 13, Rarity.COMMON, mage.cards.b.BenevolentBlessing.class));
|
||||
cards.add(new SetCardInfo("Biowaste Blob", 219, Rarity.RARE, mage.cards.b.BiowasteBlob.class));
|
||||
cards.add(new SetCardInfo("Biowaste Blob", 219, Rarity.RARE, mage.cards.b.BiowasteBlob.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Biowaste Blob", 675, Rarity.RARE, mage.cards.b.BiowasteBlob.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Bitter Revelation", 109, Rarity.COMMON, mage.cards.b.BitterRevelation.class));
|
||||
cards.add(new SetCardInfo("Blackblade Reforged", 457, Rarity.RARE, mage.cards.b.BlackbladeReforged.class));
|
||||
cards.add(new SetCardInfo("Bladebrand", 110, Rarity.COMMON, mage.cards.b.Bladebrand.class));
|
||||
cards.add(new SetCardInfo("Bladegriff Prototype", 300, Rarity.RARE, mage.cards.b.BladegriffPrototype.class));
|
||||
cards.add(new SetCardInfo("Blasphemous Act", 162, Rarity.RARE, mage.cards.b.BlasphemousAct.class));
|
||||
cards.add(new SetCardInfo("Bladegriff Prototype", 300, Rarity.RARE, mage.cards.b.BladegriffPrototype.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Bladegriff Prototype", 690, Rarity.RARE, mage.cards.b.BladegriffPrototype.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Blasphemous Act", 162, Rarity.RARE, mage.cards.b.BlasphemousAct.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Blasphemous Act", 661, Rarity.RARE, mage.cards.b.BlasphemousAct.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Blazing Sunsteel", 364, Rarity.RARE, mage.cards.b.BlazingSunsteel.class));
|
||||
cards.add(new SetCardInfo("Blighted Woodland", 476, Rarity.UNCOMMON, mage.cards.b.BlightedWoodland.class));
|
||||
cards.add(new SetCardInfo("Blim, Comedic Genius", 272, Rarity.RARE, mage.cards.b.BlimComedicGenius.class));
|
||||
cards.add(new SetCardInfo("Blim, Comedic Genius", 272, Rarity.RARE, mage.cards.b.BlimComedicGenius.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Blim, Comedic Genius", 592, Rarity.RARE, mage.cards.b.BlimComedicGenius.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Boarding Party", 163, Rarity.COMMON, mage.cards.b.BoardingParty.class));
|
||||
cards.add(new SetCardInfo("Body of Knowledge", 59, Rarity.RARE, mage.cards.b.BodyOfKnowledge.class));
|
||||
cards.add(new SetCardInfo("Body of Knowledge", 59, Rarity.RARE, mage.cards.b.BodyOfKnowledge.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Body of Knowledge", 631, Rarity.RARE, mage.cards.b.BodyOfKnowledge.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Bonesplitter", 458, Rarity.COMMON, mage.cards.b.Bonesplitter.class));
|
||||
cards.add(new SetCardInfo("Boros Charm", 442, Rarity.UNCOMMON, mage.cards.b.BorosCharm.class));
|
||||
cards.add(new SetCardInfo("Boros Charm", 442, Rarity.UNCOMMON, mage.cards.b.BorosCharm.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Boros Charm", 687, Rarity.UNCOMMON, mage.cards.b.BorosCharm.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Boros Garrison", 477, Rarity.UNCOMMON, mage.cards.b.BorosGarrison.class));
|
||||
cards.add(new SetCardInfo("Boros Guildgate", 478, Rarity.COMMON, mage.cards.b.BorosGuildgate.class));
|
||||
cards.add(new SetCardInfo("Boros Signet", 459, Rarity.COMMON, mage.cards.b.BorosSignet.class));
|
||||
|
@ -91,50 +121,71 @@ public final class CommanderLegends extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Brass Herald", 301, Rarity.UNCOMMON, mage.cards.b.BrassHerald.class));
|
||||
cards.add(new SetCardInfo("Brass Squire", 460, Rarity.UNCOMMON, mage.cards.b.BrassSquire.class));
|
||||
cards.add(new SetCardInfo("Brazen Freebooter", 164, Rarity.COMMON, mage.cards.b.BrazenFreebooter.class));
|
||||
cards.add(new SetCardInfo("Breeches, Brazen Plunderer", 165, Rarity.UNCOMMON, mage.cards.b.BreechesBrazenPlunderer.class));
|
||||
cards.add(new SetCardInfo("Breeches, Brazen Plunderer", 165, Rarity.UNCOMMON, mage.cards.b.BreechesBrazenPlunderer.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Breeches, Brazen Plunderer", 571, Rarity.UNCOMMON, mage.cards.b.BreechesBrazenPlunderer.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Briarblade Adept", 111, Rarity.COMMON, mage.cards.b.BriarbladeAdept.class));
|
||||
cards.add(new SetCardInfo("Brinelin, the Moon Kraken", 60, Rarity.UNCOMMON, mage.cards.b.BrinelinTheMoonKraken.class));
|
||||
cards.add(new SetCardInfo("Brinelin, the Moon Kraken", 555, Rarity.UNCOMMON, mage.cards.b.BrinelinTheMoonKraken.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Brinelin, the Moon Kraken", 60, Rarity.UNCOMMON, mage.cards.b.BrinelinTheMoonKraken.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Bruse Tarl, Boorish Herder", 517, Rarity.MYTHIC, mage.cards.b.BruseTarlBoorishHerder.class));
|
||||
cards.add(new SetCardInfo("Burning Anger", 166, Rarity.UNCOMMON, mage.cards.b.BurningAnger.class));
|
||||
cards.add(new SetCardInfo("Burnished Hart", 302, Rarity.UNCOMMON, mage.cards.b.BurnishedHart.class));
|
||||
cards.add(new SetCardInfo("Burnished Hart", 302, Rarity.UNCOMMON, mage.cards.b.BurnishedHart.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Burnished Hart", 691, Rarity.UNCOMMON, mage.cards.b.BurnishedHart.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Cage of Hands", 14, Rarity.COMMON, mage.cards.c.CageOfHands.class));
|
||||
cards.add(new SetCardInfo("Captain Vargus Wrath", 273, Rarity.UNCOMMON, mage.cards.c.CaptainVargusWrath.class));
|
||||
cards.add(new SetCardInfo("Captain Vargus Wrath", 273, Rarity.UNCOMMON, mage.cards.c.CaptainVargusWrath.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Captain Vargus Wrath", 593, Rarity.UNCOMMON, mage.cards.c.CaptainVargusWrath.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Captain's Call", 15, Rarity.COMMON, mage.cards.c.CaptainsCall.class));
|
||||
cards.add(new SetCardInfo("Cast Down", 112, Rarity.UNCOMMON, mage.cards.c.CastDown.class));
|
||||
cards.add(new SetCardInfo("Champion of the Flame", 167, Rarity.COMMON, mage.cards.c.ChampionOfTheFlame.class));
|
||||
cards.add(new SetCardInfo("Charcoal Diamond", 303, Rarity.COMMON, mage.cards.c.CharcoalDiamond.class));
|
||||
cards.add(new SetCardInfo("Coastline Marauders", 168, Rarity.UNCOMMON, mage.cards.c.CoastlineMarauders.class));
|
||||
cards.add(new SetCardInfo("Codex Shredder", 304, Rarity.UNCOMMON, mage.cards.c.CodexShredder.class));
|
||||
cards.add(new SetCardInfo("Coercive Recruiter", 169, Rarity.RARE, mage.cards.c.CoerciveRecruiter.class));
|
||||
cards.add(new SetCardInfo("Coiling Oracle", 443, Rarity.COMMON, mage.cards.c.CoilingOracle.class));
|
||||
cards.add(new SetCardInfo("Colfenor, the Last Yew", 274, Rarity.RARE, mage.cards.c.ColfenorTheLastYew.class));
|
||||
cards.add(new SetCardInfo("Coercive Recruiter", 169, Rarity.RARE, mage.cards.c.CoerciveRecruiter.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Coercive Recruiter", 662, Rarity.RARE, mage.cards.c.CoerciveRecruiter.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Coiling Oracle", 443, Rarity.COMMON, mage.cards.c.CoilingOracle.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Coiling Oracle", 688, Rarity.COMMON, mage.cards.c.CoilingOracle.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Colfenor, the Last Yew", 274, Rarity.RARE, mage.cards.c.ColfenorTheLastYew.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Colfenor, the Last Yew", 594, Rarity.RARE, mage.cards.c.ColfenorTheLastYew.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Comet Storm", 411, Rarity.MYTHIC, mage.cards.c.CometStorm.class));
|
||||
cards.add(new SetCardInfo("Command Beacon", 349, Rarity.RARE, mage.cards.c.CommandBeacon.class));
|
||||
cards.add(new SetCardInfo("Command Tower", 350, Rarity.COMMON, mage.cards.c.CommandTower.class));
|
||||
cards.add(new SetCardInfo("Commander's Plate", 305, Rarity.MYTHIC, mage.cards.c.CommandersPlate.class));
|
||||
cards.add(new SetCardInfo("Commander's Sphere", 306, Rarity.COMMON, mage.cards.c.CommandersSphere.class));
|
||||
cards.add(new SetCardInfo("Command Beacon", 349, Rarity.RARE, mage.cards.c.CommandBeacon.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Command Beacon", 704, Rarity.RARE, mage.cards.c.CommandBeacon.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Command Tower", 350, Rarity.COMMON, mage.cards.c.CommandTower.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Command Tower", 479, Rarity.COMMON, mage.cards.c.CommandTower.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Command Tower", 705, Rarity.COMMON, mage.cards.c.CommandTower.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Commander's Plate", 305, Rarity.MYTHIC, mage.cards.c.CommandersPlate.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Commander's Plate", 692, Rarity.MYTHIC, mage.cards.c.CommandersPlate.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Commander's Sphere", 306, Rarity.COMMON, mage.cards.c.CommandersSphere.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Commander's Sphere", 693, Rarity.COMMON, mage.cards.c.CommandersSphere.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Compulsive Research", 394, Rarity.COMMON, mage.cards.c.CompulsiveResearch.class));
|
||||
cards.add(new SetCardInfo("Condemn", 369, Rarity.UNCOMMON, mage.cards.c.Condemn.class));
|
||||
cards.add(new SetCardInfo("Confiscate", 62, Rarity.UNCOMMON, mage.cards.c.Confiscate.class));
|
||||
cards.add(new SetCardInfo("Coral Atoll", 480, Rarity.UNCOMMON, mage.cards.c.CoralAtoll.class));
|
||||
cards.add(new SetCardInfo("Corpse Churn", 113, Rarity.COMMON, mage.cards.c.CorpseChurn.class));
|
||||
cards.add(new SetCardInfo("Counterspell", 395, Rarity.COMMON, mage.cards.c.Counterspell.class));
|
||||
cards.add(new SetCardInfo("Counterspell", 395, Rarity.COMMON, mage.cards.c.Counterspell.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Counterspell", 632, Rarity.COMMON, mage.cards.c.Counterspell.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Court Street Denizen", 17, Rarity.COMMON, mage.cards.c.CourtStreetDenizen.class));
|
||||
cards.add(new SetCardInfo("Court of Ambition", 114, Rarity.RARE, mage.cards.c.CourtOfAmbition.class));
|
||||
cards.add(new SetCardInfo("Court of Bounty", 220, Rarity.RARE, mage.cards.c.CourtOfBounty.class));
|
||||
cards.add(new SetCardInfo("Court of Cunning", 63, Rarity.RARE, mage.cards.c.CourtOfCunning.class));
|
||||
cards.add(new SetCardInfo("Court of Grace", 16, Rarity.RARE, mage.cards.c.CourtOfGrace.class));
|
||||
cards.add(new SetCardInfo("Court of Ire", 170, Rarity.RARE, mage.cards.c.CourtOfIre.class));
|
||||
cards.add(new SetCardInfo("Court of Ambition", 114, Rarity.RARE, mage.cards.c.CourtOfAmbition.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Court of Ambition", 645, Rarity.RARE, mage.cards.c.CourtOfAmbition.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Court of Bounty", 220, Rarity.RARE, mage.cards.c.CourtOfBounty.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Court of Bounty", 676, Rarity.RARE, mage.cards.c.CourtOfBounty.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Court of Cunning", 63, Rarity.RARE, mage.cards.c.CourtOfCunning.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Court of Cunning", 633, Rarity.RARE, mage.cards.c.CourtOfCunning.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Court of Grace", 16, Rarity.RARE, mage.cards.c.CourtOfGrace.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Court of Grace", 619, Rarity.RARE, mage.cards.c.CourtOfGrace.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Court of Ire", 170, Rarity.RARE, mage.cards.c.CourtOfIre.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Court of Ire", 663, Rarity.RARE, mage.cards.c.CourtOfIre.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Crimson Fleet Commodore", 171, Rarity.COMMON, mage.cards.c.CrimsonFleetCommodore.class));
|
||||
cards.add(new SetCardInfo("Crow of Dark Tidings", 115, Rarity.COMMON, mage.cards.c.CrowOfDarkTidings.class));
|
||||
cards.add(new SetCardInfo("Crushing Vines", 221, Rarity.COMMON, mage.cards.c.CrushingVines.class));
|
||||
cards.add(new SetCardInfo("Cultivate", 424, Rarity.COMMON, mage.cards.c.Cultivate.class));
|
||||
cards.add(new SetCardInfo("Cuombajj Witches", 116, Rarity.UNCOMMON, mage.cards.c.CuombajjWitches.class));
|
||||
cards.add(new SetCardInfo("Cuombajj Witches", 116, Rarity.UNCOMMON, mage.cards.c.CuombajjWitches.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Cuombajj Witches", 646, Rarity.UNCOMMON, mage.cards.c.CuombajjWitches.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Danitha Capashen, Paragon", 370, Rarity.UNCOMMON, mage.cards.d.DanithaCapashenParagon.class));
|
||||
cards.add(new SetCardInfo("Dargo, the Shipwrecker", 172, Rarity.UNCOMMON, mage.cards.d.DargoTheShipwrecker.class));
|
||||
cards.add(new SetCardInfo("Dargo, the Shipwrecker", 172, Rarity.UNCOMMON, mage.cards.d.DargoTheShipwrecker.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Dargo, the Shipwrecker", 572, Rarity.UNCOMMON, mage.cards.d.DargoTheShipwrecker.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Daring Saboteur", 64, Rarity.UNCOMMON, mage.cards.d.DaringSaboteur.class));
|
||||
cards.add(new SetCardInfo("Dawn Charm", 371, Rarity.UNCOMMON, mage.cards.d.DawnCharm.class));
|
||||
cards.add(new SetCardInfo("Dawnglade Regent", 222, Rarity.RARE, mage.cards.d.DawngladeRegent.class));
|
||||
cards.add(new SetCardInfo("Dawnglade Regent", 222, Rarity.RARE, mage.cards.d.DawngladeRegent.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Dawnglade Regent", 677, Rarity.RARE, mage.cards.d.DawngladeRegent.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Defiant Salvager", 117, Rarity.COMMON, mage.cards.d.DefiantSalvager.class));
|
||||
cards.add(new SetCardInfo("Deflecting Palm", 444, Rarity.RARE, mage.cards.d.DeflectingPalm.class));
|
||||
cards.add(new SetCardInfo("Demonic Lore", 118, Rarity.UNCOMMON, mage.cards.d.DemonicLore.class));
|
||||
|
@ -149,14 +200,18 @@ public final class CommanderLegends extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Dreamstone Hedron", 307, Rarity.UNCOMMON, mage.cards.d.DreamstoneHedron.class));
|
||||
cards.add(new SetCardInfo("Dualcaster Mage", 412, Rarity.RARE, mage.cards.d.DualcasterMage.class));
|
||||
cards.add(new SetCardInfo("Elder Deep-Fiend", 368, Rarity.RARE, mage.cards.e.ElderDeepFiend.class));
|
||||
cards.add(new SetCardInfo("Eligeth, Crossroads Augur", 66, Rarity.RARE, mage.cards.e.EligethCrossroadsAugur.class));
|
||||
cards.add(new SetCardInfo("Eligeth, Crossroads Augur", 556, Rarity.RARE, mage.cards.e.EligethCrossroadsAugur.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Eligeth, Crossroads Augur", 66, Rarity.RARE, mage.cards.e.EligethCrossroadsAugur.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Elvish Doomsayer", 120, Rarity.COMMON, mage.cards.e.ElvishDoomsayer.class));
|
||||
cards.add(new SetCardInfo("Elvish Dreadlord", 121, Rarity.RARE, mage.cards.e.ElvishDreadlord.class));
|
||||
cards.add(new SetCardInfo("Elvish Dreadlord", 121, Rarity.RARE, mage.cards.e.ElvishDreadlord.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Elvish Dreadlord", 647, Rarity.RARE, mage.cards.e.ElvishDreadlord.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Elvish Visionary", 223, Rarity.COMMON, mage.cards.e.ElvishVisionary.class));
|
||||
cards.add(new SetCardInfo("Emberwilde Captain", 175, Rarity.RARE, mage.cards.e.EmberwildeCaptain.class));
|
||||
cards.add(new SetCardInfo("Emberwilde Captain", 175, Rarity.RARE, mage.cards.e.EmberwildeCaptain.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Emberwilde Captain", 664, Rarity.RARE, mage.cards.e.EmberwildeCaptain.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Encroaching Wastes", 481, Rarity.UNCOMMON, mage.cards.e.EncroachingWastes.class));
|
||||
cards.add(new SetCardInfo("Entourage of Trest", 224, Rarity.COMMON, mage.cards.e.EntourageOfTrest.class));
|
||||
cards.add(new SetCardInfo("Esior, Wardwing Familiar", 67, Rarity.UNCOMMON, mage.cards.e.EsiorWardwingFamiliar.class));
|
||||
cards.add(new SetCardInfo("Esior, Wardwing Familiar", 557, Rarity.UNCOMMON, mage.cards.e.EsiorWardwingFamiliar.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Esior, Wardwing Familiar", 67, Rarity.UNCOMMON, mage.cards.e.EsiorWardwingFamiliar.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Eternal Witness", 425, Rarity.UNCOMMON, mage.cards.e.EternalWitness.class));
|
||||
cards.add(new SetCardInfo("Evolving Wilds", 482, Rarity.COMMON, mage.cards.e.EvolvingWilds.class));
|
||||
cards.add(new SetCardInfo("Expedite", 413, Rarity.COMMON, mage.cards.e.Expedite.class));
|
||||
|
@ -167,11 +222,13 @@ public final class CommanderLegends extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Eyeblight Assassin", 123, Rarity.COMMON, mage.cards.e.EyeblightAssassin.class));
|
||||
cards.add(new SetCardInfo("Eyeblight Cullers", 124, Rarity.COMMON, mage.cards.e.EyeblightCullers.class));
|
||||
cards.add(new SetCardInfo("Eyeblight Massacre", 125, Rarity.COMMON, mage.cards.e.EyeblightMassacre.class));
|
||||
cards.add(new SetCardInfo("Fact or Fiction", 396, Rarity.UNCOMMON, mage.cards.f.FactOrFiction.class));
|
||||
cards.add(new SetCardInfo("Fact or Fiction", 396, Rarity.UNCOMMON, mage.cards.f.FactOrFiction.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Fact or Fiction", 634, Rarity.UNCOMMON, mage.cards.f.FactOrFiction.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Faith Unbroken", 373, Rarity.UNCOMMON, mage.cards.f.FaithUnbroken.class));
|
||||
cards.add(new SetCardInfo("Faith's Fetters", 20, Rarity.UNCOMMON, mage.cards.f.FaithsFetters.class));
|
||||
cards.add(new SetCardInfo("Fall from Favor", 68, Rarity.COMMON, mage.cards.f.FallFromFavor.class));
|
||||
cards.add(new SetCardInfo("Falthis, Shadowcat Familiar", 126, Rarity.UNCOMMON, mage.cards.f.FalthisShadowcatFamiliar.class));
|
||||
cards.add(new SetCardInfo("Falthis, Shadowcat Familiar", 126, Rarity.UNCOMMON, mage.cards.f.FalthisShadowcatFamiliar.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Falthis, Shadowcat Familiar", 564, Rarity.UNCOMMON, mage.cards.f.FalthisShadowcatFamiliar.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Farhaven Elf", 225, Rarity.COMMON, mage.cards.f.FarhavenElf.class));
|
||||
cards.add(new SetCardInfo("Fathom Fleet Swordjack", 177, Rarity.UNCOMMON, mage.cards.f.FathomFleetSwordjack.class));
|
||||
cards.add(new SetCardInfo("Fathom Mage", 445, Rarity.RARE, mage.cards.f.FathomMage.class));
|
||||
|
@ -185,50 +242,73 @@ public final class CommanderLegends extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Fireshrieker", 462, Rarity.UNCOMMON, mage.cards.f.Fireshrieker.class));
|
||||
cards.add(new SetCardInfo("First Response", 22, Rarity.UNCOMMON, mage.cards.f.FirstResponse.class));
|
||||
cards.add(new SetCardInfo("Fists of Flame", 414, Rarity.COMMON, mage.cards.f.FistsOfFlame.class));
|
||||
cards.add(new SetCardInfo("Flamekin Herald", 179, Rarity.RARE, mage.cards.f.FlamekinHerald.class));
|
||||
cards.add(new SetCardInfo("Fleshbag Marauder", 128, Rarity.COMMON, mage.cards.f.FleshbagMarauder.class));
|
||||
cards.add(new SetCardInfo("Flamekin Herald", 179, Rarity.RARE, mage.cards.f.FlamekinHerald.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Flamekin Herald", 665, Rarity.RARE, mage.cards.f.FlamekinHerald.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Fleshbag Marauder", 128, Rarity.COMMON, mage.cards.f.FleshbagMarauder.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Fleshbag Marauder", 648, Rarity.COMMON, mage.cards.f.FleshbagMarauder.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Flickerwisp", 374, Rarity.UNCOMMON, mage.cards.f.Flickerwisp.class));
|
||||
cards.add(new SetCardInfo("Flood of Recollection", 61, Rarity.COMMON, mage.cards.f.FloodOfRecollection.class));
|
||||
cards.add(new SetCardInfo("Forceful Denial", 69, Rarity.COMMON, mage.cards.f.ForcefulDenial.class));
|
||||
cards.add(new SetCardInfo("Forest", 510, Rarity.LAND, mage.cards.basiclands.Forest.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Forest", 511, Rarity.LAND, mage.cards.basiclands.Forest.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Forgotten Cave", 483, Rarity.COMMON, mage.cards.f.ForgottenCave.class));
|
||||
cards.add(new SetCardInfo("Foundry Inspector", 310, Rarity.COMMON, mage.cards.f.FoundryInspector.class));
|
||||
cards.add(new SetCardInfo("Frenzied Saddlebrute", 180, Rarity.UNCOMMON, mage.cards.f.FrenziedSaddlebrute.class));
|
||||
cards.add(new SetCardInfo("Furnace Celebration", 181, Rarity.UNCOMMON, mage.cards.f.FurnaceCelebration.class));
|
||||
cards.add(new SetCardInfo("Fyndhorn Elves", 228, Rarity.COMMON, mage.cards.f.FyndhornElves.class));
|
||||
cards.add(new SetCardInfo("Fyndhorn Elves", 228, Rarity.COMMON, mage.cards.f.FyndhornElves.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Fyndhorn Elves", 678, Rarity.COMMON, mage.cards.f.FyndhornElves.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Galestrike", 70, Rarity.COMMON, mage.cards.g.Galestrike.class));
|
||||
cards.add(new SetCardInfo("Generous Gift", 375, Rarity.UNCOMMON, mage.cards.g.GenerousGift.class));
|
||||
cards.add(new SetCardInfo("Generous Gift", 375, Rarity.UNCOMMON, mage.cards.g.GenerousGift.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Generous Gift", 620, Rarity.UNCOMMON, mage.cards.g.GenerousGift.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Ghastly Demise", 129, Rarity.COMMON, mage.cards.g.GhastlyDemise.class));
|
||||
cards.add(new SetCardInfo("Ghen, Arcanum Weaver", 275, Rarity.RARE, mage.cards.g.GhenArcanumWeaver.class));
|
||||
cards.add(new SetCardInfo("Ghost of Ramirez DePietro", 71, Rarity.UNCOMMON, mage.cards.g.GhostOfRamirezDePietro.class));
|
||||
cards.add(new SetCardInfo("Ghen, Arcanum Weaver", 275, Rarity.RARE, mage.cards.g.GhenArcanumWeaver.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Ghen, Arcanum Weaver", 595, Rarity.RARE, mage.cards.g.GhenArcanumWeaver.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Ghost of Ramirez DePietro", 558, Rarity.UNCOMMON, mage.cards.g.GhostOfRamirezDePietro.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Ghost of Ramirez DePietro", 71, Rarity.UNCOMMON, mage.cards.g.GhostOfRamirezDePietro.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Gift of Paradise", 229, Rarity.COMMON, mage.cards.g.GiftOfParadise.class));
|
||||
cards.add(new SetCardInfo("Gilanra, Caller of Wirewood", 230, Rarity.UNCOMMON, mage.cards.g.GilanraCallerOfWirewood.class));
|
||||
cards.add(new SetCardInfo("Gilanra, Caller of Wirewood", 230, Rarity.UNCOMMON, mage.cards.g.GilanraCallerOfWirewood.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Gilanra, Caller of Wirewood", 578, Rarity.UNCOMMON, mage.cards.g.GilanraCallerOfWirewood.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Gilt-Leaf Winnower", 130, Rarity.UNCOMMON, mage.cards.g.GiltLeafWinnower.class));
|
||||
cards.add(new SetCardInfo("Glacian, Powerstone Engineer", 72, Rarity.UNCOMMON, mage.cards.g.GlacianPowerstoneEngineer.class));
|
||||
cards.add(new SetCardInfo("Gnostro, Voice of the Crags", 276, Rarity.RARE, mage.cards.g.GnostroVoiceOfTheCrags.class));
|
||||
cards.add(new SetCardInfo("Glacian, Powerstone Engineer", 559, Rarity.UNCOMMON, mage.cards.g.GlacianPowerstoneEngineer.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Glacian, Powerstone Engineer", 72, Rarity.UNCOMMON, mage.cards.g.GlacianPowerstoneEngineer.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Gnostro, Voice of the Crags", 276, Rarity.RARE, mage.cards.g.GnostroVoiceOfTheCrags.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Gnostro, Voice of the Crags", 596, Rarity.RARE, mage.cards.g.GnostroVoiceOfTheCrags.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Goblin Trailblazer", 182, Rarity.COMMON, mage.cards.g.GoblinTrailblazer.class));
|
||||
cards.add(new SetCardInfo("Golem Artisan", 311, Rarity.UNCOMMON, mage.cards.g.GolemArtisan.class));
|
||||
cards.add(new SetCardInfo("Gor Muldrak, Amphinologist", 277, Rarity.RARE, mage.cards.g.GorMuldrakAmphinologist.class));
|
||||
cards.add(new SetCardInfo("Gor Muldrak, Amphinologist", 277, Rarity.RARE, mage.cards.g.GorMuldrakAmphinologist.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Gor Muldrak, Amphinologist", 597, Rarity.RARE, mage.cards.g.GorMuldrakAmphinologist.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Grafted Wargear", 312, Rarity.UNCOMMON, mage.cards.g.GraftedWargear.class));
|
||||
cards.add(new SetCardInfo("Growth Spiral", 446, Rarity.COMMON, mage.cards.g.GrowthSpiral.class));
|
||||
cards.add(new SetCardInfo("Guildless Commons", 351, Rarity.UNCOMMON, mage.cards.g.GuildlessCommons.class));
|
||||
cards.add(new SetCardInfo("Halana, Kessig Ranger", 231, Rarity.UNCOMMON, mage.cards.h.HalanaKessigRanger.class));
|
||||
cards.add(new SetCardInfo("Hamza, Guardian of Arashin", 278, Rarity.UNCOMMON, mage.cards.h.HamzaGuardianOfArashin.class));
|
||||
cards.add(new SetCardInfo("Hans Eriksson", 279, Rarity.RARE, mage.cards.h.HansEriksson.class));
|
||||
cards.add(new SetCardInfo("Halana, Kessig Ranger", 231, Rarity.UNCOMMON, mage.cards.h.HalanaKessigRanger.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Halana, Kessig Ranger", 579, Rarity.UNCOMMON, mage.cards.h.HalanaKessigRanger.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Hamza, Guardian of Arashin", 278, Rarity.UNCOMMON, mage.cards.h.HamzaGuardianOfArashin.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Hamza, Guardian of Arashin", 598, Rarity.UNCOMMON, mage.cards.h.HamzaGuardianOfArashin.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Hans Eriksson", 279, Rarity.RARE, mage.cards.h.HansEriksson.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Hans Eriksson", 599, Rarity.RARE, mage.cards.h.HansEriksson.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Harmonize", 427, Rarity.UNCOMMON, mage.cards.h.Harmonize.class));
|
||||
cards.add(new SetCardInfo("Haunted Cloak", 313, Rarity.COMMON, mage.cards.h.HauntedCloak.class));
|
||||
cards.add(new SetCardInfo("Hellkite Courser", 183, Rarity.MYTHIC, mage.cards.h.HellkiteCourser.class));
|
||||
cards.add(new SetCardInfo("Hero's Blade", 314, Rarity.UNCOMMON, mage.cards.h.HerosBlade.class));
|
||||
cards.add(new SetCardInfo("Haunted Cloak", 313, Rarity.COMMON, mage.cards.h.HauntedCloak.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Haunted Cloak", 463, Rarity.COMMON, mage.cards.h.HauntedCloak.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Hellkite Courser", 183, Rarity.MYTHIC, mage.cards.h.HellkiteCourser.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Hellkite Courser", 666, Rarity.MYTHIC, mage.cards.h.HellkiteCourser.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Hero's Blade", 314, Rarity.UNCOMMON, mage.cards.h.HerosBlade.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Hero's Blade", 464, Rarity.UNCOMMON, mage.cards.h.HerosBlade.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Horizon Scholar", 73, Rarity.UNCOMMON, mage.cards.h.HorizonScholar.class));
|
||||
cards.add(new SetCardInfo("Horizon Stone", 315, Rarity.RARE, mage.cards.h.HorizonStone.class));
|
||||
cards.add(new SetCardInfo("Horizon Stone", 315, Rarity.RARE, mage.cards.h.HorizonStone.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Horizon Stone", 694, Rarity.RARE, mage.cards.h.HorizonStone.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Howling Golem", 316, Rarity.COMMON, mage.cards.h.HowlingGolem.class));
|
||||
cards.add(new SetCardInfo("Hullbreacher", 74, Rarity.RARE, mage.cards.h.Hullbreacher.class));
|
||||
cards.add(new SetCardInfo("Humble Defector", 184, Rarity.UNCOMMON, mage.cards.h.HumbleDefector.class));
|
||||
cards.add(new SetCardInfo("Hullbreacher", 635, Rarity.RARE, mage.cards.h.Hullbreacher.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Hullbreacher", 74, Rarity.RARE, mage.cards.h.Hullbreacher.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Humble Defector", 184, Rarity.UNCOMMON, mage.cards.h.HumbleDefector.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Humble Defector", 667, Rarity.UNCOMMON, mage.cards.h.HumbleDefector.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Hunter's Insight", 232, Rarity.UNCOMMON, mage.cards.h.HuntersInsight.class));
|
||||
cards.add(new SetCardInfo("Ich-Tekik, Salvage Splicer", 233, Rarity.UNCOMMON, mage.cards.i.IchTekikSalvageSplicer.class));
|
||||
cards.add(new SetCardInfo("Ich-Tekik, Salvage Splicer", 233, Rarity.UNCOMMON, mage.cards.i.IchTekikSalvageSplicer.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Ich-Tekik, Salvage Splicer", 580, Rarity.UNCOMMON, mage.cards.i.IchTekikSalvageSplicer.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Ikra Shidiqi, the Usurper", 519, Rarity.MYTHIC, mage.cards.i.IkraShidiqiTheUsurper.class));
|
||||
cards.add(new SetCardInfo("Immaculate Magistrate", 234, Rarity.RARE, mage.cards.i.ImmaculateMagistrate.class));
|
||||
cards.add(new SetCardInfo("Imoti, Celebrant of Bounty", 280, Rarity.UNCOMMON, mage.cards.i.ImotiCelebrantOfBounty.class));
|
||||
cards.add(new SetCardInfo("Immaculate Magistrate", 234, Rarity.RARE, mage.cards.i.ImmaculateMagistrate.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Immaculate Magistrate", 679, Rarity.RARE, mage.cards.i.ImmaculateMagistrate.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Imoti, Celebrant of Bounty", 280, Rarity.UNCOMMON, mage.cards.i.ImotiCelebrantOfBounty.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Imoti, Celebrant of Bounty", 600, Rarity.UNCOMMON, mage.cards.i.ImotiCelebrantOfBounty.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Imperious Perfect", 235, Rarity.UNCOMMON, mage.cards.i.ImperiousPerfect.class));
|
||||
cards.add(new SetCardInfo("Impulsive Pilferer", 185, Rarity.COMMON, mage.cards.i.ImpulsivePilferer.class));
|
||||
cards.add(new SetCardInfo("Ingenuity Engine", 317, Rarity.UNCOMMON, mage.cards.i.IngenuityEngine.class));
|
||||
|
@ -241,42 +321,64 @@ public final class CommanderLegends extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Ironclad Slayer", 376, Rarity.COMMON, mage.cards.i.IroncladSlayer.class));
|
||||
cards.add(new SetCardInfo("Ishai, Ojutai Dragonspeaker", 520, Rarity.MYTHIC, mage.cards.i.IshaiOjutaiDragonspeaker.class));
|
||||
cards.add(new SetCardInfo("Island", 506, Rarity.LAND, mage.cards.basiclands.Island.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Island", 507, Rarity.LAND, mage.cards.basiclands.Island.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Ivy Lane Denizen", 236, Rarity.COMMON, mage.cards.i.IvyLaneDenizen.class));
|
||||
cards.add(new SetCardInfo("Jalum Tome", 318, Rarity.COMMON, mage.cards.j.JalumTome.class));
|
||||
cards.add(new SetCardInfo("Jared Carthalion, True Heir", 281, Rarity.RARE, mage.cards.j.JaredCarthalionTrueHeir.class));
|
||||
cards.add(new SetCardInfo("Jared Carthalion, True Heir", 281, Rarity.RARE, mage.cards.j.JaredCarthalionTrueHeir.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Jared Carthalion, True Heir", 601, Rarity.RARE, mage.cards.j.JaredCarthalionTrueHeir.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Jaya's Immolating Inferno", 415, Rarity.RARE, mage.cards.j.JayasImmolatingInferno.class));
|
||||
cards.add(new SetCardInfo("Jeska's Will", 187, Rarity.RARE, mage.cards.j.JeskasWill.class));
|
||||
cards.add(new SetCardInfo("Jeska, Thrice Reborn", 186, Rarity.MYTHIC, mage.cards.j.JeskaThriceReborn.class));
|
||||
cards.add(new SetCardInfo("Jeweled Lotus", 319, Rarity.MYTHIC, mage.cards.j.JeweledLotus.class));
|
||||
cards.add(new SetCardInfo("Jeska's Will", 187, Rarity.RARE, mage.cards.j.JeskasWill.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Jeska's Will", 668, Rarity.RARE, mage.cards.j.JeskasWill.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Jeska, Thrice Reborn", 186, Rarity.MYTHIC, mage.cards.j.JeskaThriceReborn.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Jeska, Thrice Reborn", 513, Rarity.MYTHIC, mage.cards.j.JeskaThriceReborn.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Jeweled Lotus", 319, Rarity.MYTHIC, mage.cards.j.JeweledLotus.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Jeweled Lotus", 695, Rarity.MYTHIC, mage.cards.j.JeweledLotus.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Jungle Basin", 484, Rarity.UNCOMMON, mage.cards.j.JungleBasin.class));
|
||||
cards.add(new SetCardInfo("Juri, Master of the Revue", 282, Rarity.UNCOMMON, mage.cards.j.JuriMasterOfTheRevue.class));
|
||||
cards.add(new SetCardInfo("Kamahl's Will", 238, Rarity.RARE, mage.cards.k.KamahlsWill.class));
|
||||
cards.add(new SetCardInfo("Kamahl, Heart of Krosa", 237, Rarity.MYTHIC, mage.cards.k.KamahlHeartOfKrosa.class));
|
||||
cards.add(new SetCardInfo("Juri, Master of the Revue", 282, Rarity.UNCOMMON, mage.cards.j.JuriMasterOfTheRevue.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Juri, Master of the Revue", 602, Rarity.UNCOMMON, mage.cards.j.JuriMasterOfTheRevue.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Kamahl's Will", 238, Rarity.RARE, mage.cards.k.KamahlsWill.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Kamahl's Will", 680, Rarity.RARE, mage.cards.k.KamahlsWill.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Kamahl, Heart of Krosa", 237, Rarity.MYTHIC, mage.cards.k.KamahlHeartOfKrosa.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Kamahl, Heart of Krosa", 581, Rarity.MYTHIC, mage.cards.k.KamahlHeartOfKrosa.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Kangee's Lieutenant", 26, Rarity.UNCOMMON, mage.cards.k.KangeesLieutenant.class));
|
||||
cards.add(new SetCardInfo("Kangee, Sky Warden", 283, Rarity.UNCOMMON, mage.cards.k.KangeeSkyWarden.class));
|
||||
cards.add(new SetCardInfo("Kangee, Sky Warden", 283, Rarity.UNCOMMON, mage.cards.k.KangeeSkyWarden.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Kangee, Sky Warden", 603, Rarity.UNCOMMON, mage.cards.k.KangeeSkyWarden.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Karador, Ghost Chieftain", 521, Rarity.MYTHIC, mage.cards.k.KaradorGhostChieftain.class));
|
||||
cards.add(new SetCardInfo("Karametra, God of Harvests", 522, Rarity.MYTHIC, mage.cards.k.KarametraGodOfHarvests.class));
|
||||
cards.add(new SetCardInfo("Kediss, Emberclaw Familiar", 188, Rarity.UNCOMMON, mage.cards.k.KedissEmberclawFamiliar.class));
|
||||
cards.add(new SetCardInfo("Keeper of the Accord", 27, Rarity.RARE, mage.cards.k.KeeperOfTheAccord.class));
|
||||
cards.add(new SetCardInfo("Keleth, Sunmane Familiar", 28, Rarity.UNCOMMON, mage.cards.k.KelethSunmaneFamiliar.class));
|
||||
cards.add(new SetCardInfo("Keskit, the Flesh Sculptor", 131, Rarity.UNCOMMON, mage.cards.k.KeskitTheFleshSculptor.class));
|
||||
cards.add(new SetCardInfo("Kediss, Emberclaw Familiar", 188, Rarity.UNCOMMON, mage.cards.k.KedissEmberclawFamiliar.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Kediss, Emberclaw Familiar", 573, Rarity.UNCOMMON, mage.cards.k.KedissEmberclawFamiliar.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Keeper of the Accord", 27, Rarity.RARE, mage.cards.k.KeeperOfTheAccord.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Keeper of the Accord", 621, Rarity.RARE, mage.cards.k.KeeperOfTheAccord.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Keleth, Sunmane Familiar", 28, Rarity.UNCOMMON, mage.cards.k.KelethSunmaneFamiliar.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Keleth, Sunmane Familiar", 550, Rarity.UNCOMMON, mage.cards.k.KelethSunmaneFamiliar.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Keskit, the Flesh Sculptor", 131, Rarity.UNCOMMON, mage.cards.k.KeskitTheFleshSculptor.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Keskit, the Flesh Sculptor", 565, Rarity.UNCOMMON, mage.cards.k.KeskitTheFleshSculptor.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Khalni Heart Expedition", 428, Rarity.COMMON, mage.cards.k.KhalniHeartExpedition.class));
|
||||
cards.add(new SetCardInfo("Kinsbaile Courier", 29, Rarity.COMMON, mage.cards.k.KinsbaileCourier.class));
|
||||
cards.add(new SetCardInfo("Kitesail Corsair", 76, Rarity.COMMON, mage.cards.k.KitesailCorsair.class));
|
||||
cards.add(new SetCardInfo("Kitesail Skirmisher", 77, Rarity.COMMON, mage.cards.k.KitesailSkirmisher.class));
|
||||
cards.add(new SetCardInfo("Kodama of the East Tree", 239, Rarity.RARE, mage.cards.k.KodamaOfTheEastTree.class));
|
||||
cards.add(new SetCardInfo("Kodama's Reach", 429, Rarity.COMMON, mage.cards.k.KodamasReach.class));
|
||||
cards.add(new SetCardInfo("Kor Cartographer", 30, Rarity.COMMON, mage.cards.k.KorCartographer.class));
|
||||
cards.add(new SetCardInfo("Krark, the Thumbless", 189, Rarity.RARE, mage.cards.k.KrarkTheThumbless.class));
|
||||
cards.add(new SetCardInfo("Kodama of the East Tree", 239, Rarity.RARE, mage.cards.k.KodamaOfTheEastTree.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Kodama of the East Tree", 582, Rarity.RARE, mage.cards.k.KodamaOfTheEastTree.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Kodama's Reach", 429, Rarity.COMMON, mage.cards.k.KodamasReach.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Kodama's Reach", 681, Rarity.COMMON, mage.cards.k.KodamasReach.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Kor Cartographer", 30, Rarity.COMMON, mage.cards.k.KorCartographer.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Kor Cartographer", 377, Rarity.COMMON, mage.cards.k.KorCartographer.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Krark, the Thumbless", 189, Rarity.RARE, mage.cards.k.KrarkTheThumbless.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Krark, the Thumbless", 574, Rarity.RARE, mage.cards.k.KrarkTheThumbless.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Kraum, Ludevic's Opus", 523, Rarity.MYTHIC, mage.cards.k.KraumLudevicsOpus.class));
|
||||
cards.add(new SetCardInfo("Kwain, Itinerant Meddler", 284, Rarity.RARE, mage.cards.k.KwainItinerantMeddler.class));
|
||||
cards.add(new SetCardInfo("Kwain, Itinerant Meddler", 284, Rarity.RARE, mage.cards.k.KwainItinerantMeddler.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Kwain, Itinerant Meddler", 604, Rarity.RARE, mage.cards.k.KwainItinerantMeddler.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Kydele, Chosen of Kruphix", 524, Rarity.MYTHIC, mage.cards.k.KydeleChosenOfKruphix.class));
|
||||
cards.add(new SetCardInfo("Laboratory Drudge", 78, Rarity.RARE, mage.cards.l.LaboratoryDrudge.class));
|
||||
cards.add(new SetCardInfo("Lathiel, the Bounteous Dawn", 285, Rarity.RARE, mage.cards.l.LathielTheBounteousDawn.class));
|
||||
cards.add(new SetCardInfo("Liesa, Shroud of Dusk", 286, Rarity.RARE, mage.cards.l.LiesaShroudOfDusk.class));
|
||||
cards.add(new SetCardInfo("Laboratory Drudge", 636, Rarity.RARE, mage.cards.l.LaboratoryDrudge.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Laboratory Drudge", 78, Rarity.RARE, mage.cards.l.LaboratoryDrudge.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Lathiel, the Bounteous Dawn", 285, Rarity.RARE, mage.cards.l.LathielTheBounteousDawn.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Lathiel, the Bounteous Dawn", 605, Rarity.RARE, mage.cards.l.LathielTheBounteousDawn.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Liesa, Shroud of Dusk", 286, Rarity.RARE, mage.cards.l.LiesaShroudOfDusk.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Liesa, Shroud of Dusk", 606, Rarity.RARE, mage.cards.l.LiesaShroudOfDusk.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Lifecrafter's Gift", 240, Rarity.COMMON, mage.cards.l.LifecraftersGift.class));
|
||||
cards.add(new SetCardInfo("Lightning-Rig Crew", 190, Rarity.UNCOMMON, mage.cards.l.LightningRigCrew.class));
|
||||
cards.add(new SetCardInfo("Livio, Oathsworn Sentinel", 31, Rarity.RARE, mage.cards.l.LivioOathswornSentinel.class));
|
||||
cards.add(new SetCardInfo("Livio, Oathsworn Sentinel", 31, Rarity.RARE, mage.cards.l.LivioOathswornSentinel.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Livio, Oathsworn Sentinel", 551, Rarity.RARE, mage.cards.l.LivioOathswornSentinel.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Loreseeker's Stone", 320, Rarity.UNCOMMON, mage.cards.l.LoreseekersStone.class));
|
||||
cards.add(new SetCardInfo("Loxodon Warhammer", 465, Rarity.RARE, mage.cards.l.LoxodonWarhammer.class));
|
||||
cards.add(new SetCardInfo("Ludevic, Necro-Alchemist", 525, Rarity.MYTHIC, mage.cards.l.LudevicNecroAlchemist.class));
|
||||
|
@ -285,12 +387,15 @@ public final class CommanderLegends extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Maalfeld Twins", 132, Rarity.COMMON, mage.cards.m.MaalfeldTwins.class));
|
||||
cards.add(new SetCardInfo("Maelstrom Colossus", 322, Rarity.COMMON, mage.cards.m.MaelstromColossus.class));
|
||||
cards.add(new SetCardInfo("Maelstrom Wanderer", 526, Rarity.MYTHIC, mage.cards.m.MaelstromWanderer.class));
|
||||
cards.add(new SetCardInfo("Magus of the Order", 242, Rarity.RARE, mage.cards.m.MagusOfTheOrder.class));
|
||||
cards.add(new SetCardInfo("Magus of the Order", 242, Rarity.RARE, mage.cards.m.MagusOfTheOrder.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Magus of the Order", 682, Rarity.RARE, mage.cards.m.MagusOfTheOrder.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Make a Stand", 32, Rarity.UNCOMMON, mage.cards.m.MakeAStand.class));
|
||||
cards.add(new SetCardInfo("Makeshift Munitions", 191, Rarity.COMMON, mage.cards.m.MakeshiftMunitions.class));
|
||||
cards.add(new SetCardInfo("Malcolm, Keen-Eyed Navigator", 79, Rarity.UNCOMMON, mage.cards.m.MalcolmKeenEyedNavigator.class));
|
||||
cards.add(new SetCardInfo("Malcolm, Keen-Eyed Navigator", 560, Rarity.UNCOMMON, mage.cards.m.MalcolmKeenEyedNavigator.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Malcolm, Keen-Eyed Navigator", 79, Rarity.UNCOMMON, mage.cards.m.MalcolmKeenEyedNavigator.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Mana Confluence", 721, Rarity.MYTHIC, mage.cards.m.ManaConfluence.class));
|
||||
cards.add(new SetCardInfo("Mana Drain", 80, Rarity.MYTHIC, mage.cards.m.ManaDrain.class));
|
||||
cards.add(new SetCardInfo("Mana Drain", 637, Rarity.MYTHIC, mage.cards.m.ManaDrain.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Mana Drain", 80, Rarity.MYTHIC, mage.cards.m.ManaDrain.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Marath, Will of the Wild", 527, Rarity.MYTHIC, mage.cards.m.MarathWillOfTheWild.class));
|
||||
cards.add(new SetCardInfo("Marble Diamond", 323, Rarity.COMMON, mage.cards.m.MarbleDiamond.class));
|
||||
cards.add(new SetCardInfo("Martial Coup", 378, Rarity.RARE, mage.cards.m.MartialCoup.class));
|
||||
|
@ -301,106 +406,147 @@ public final class CommanderLegends extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Memorial to Genius", 485, Rarity.UNCOMMON, mage.cards.m.MemorialToGenius.class));
|
||||
cards.add(new SetCardInfo("Memorial to War", 486, Rarity.UNCOMMON, mage.cards.m.MemorialToWar.class));
|
||||
cards.add(new SetCardInfo("Merchant Raiders", 81, Rarity.UNCOMMON, mage.cards.m.MerchantRaiders.class));
|
||||
cards.add(new SetCardInfo("Meteor Golem", 325, Rarity.UNCOMMON, mage.cards.m.MeteorGolem.class));
|
||||
cards.add(new SetCardInfo("Meteor Golem", 325, Rarity.UNCOMMON, mage.cards.m.MeteorGolem.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Meteor Golem", 467, Rarity.UNCOMMON, mage.cards.m.MeteorGolem.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Meteoric Mace", 192, Rarity.UNCOMMON, mage.cards.m.MeteoricMace.class));
|
||||
cards.add(new SetCardInfo("Miara, Thorn of the Glade", 133, Rarity.UNCOMMON, mage.cards.m.MiaraThornOfTheGlade.class));
|
||||
cards.add(new SetCardInfo("Miara, Thorn of the Glade", 133, Rarity.UNCOMMON, mage.cards.m.MiaraThornOfTheGlade.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Miara, Thorn of the Glade", 566, Rarity.UNCOMMON, mage.cards.m.MiaraThornOfTheGlade.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Mindless Automaton", 326, Rarity.UNCOMMON, mage.cards.m.MindlessAutomaton.class));
|
||||
cards.add(new SetCardInfo("Mnemonic Deluge", 82, Rarity.MYTHIC, mage.cards.m.MnemonicDeluge.class));
|
||||
cards.add(new SetCardInfo("Mnemonic Deluge", 638, Rarity.MYTHIC, mage.cards.m.MnemonicDeluge.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Mnemonic Deluge", 82, Rarity.MYTHIC, mage.cards.m.MnemonicDeluge.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Molder Beast", 243, Rarity.COMMON, mage.cards.m.MolderBeast.class));
|
||||
cards.add(new SetCardInfo("Molimo, Maro-Sorcerer", 430, Rarity.RARE, mage.cards.m.MolimoMaroSorcerer.class));
|
||||
cards.add(new SetCardInfo("Monstrous Onslaught", 244, Rarity.UNCOMMON, mage.cards.m.MonstrousOnslaught.class));
|
||||
cards.add(new SetCardInfo("Moss Diamond", 327, Rarity.COMMON, mage.cards.m.MossDiamond.class));
|
||||
cards.add(new SetCardInfo("Mountain", 508, Rarity.LAND, mage.cards.basiclands.Mountain.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Mountain", 509, Rarity.LAND, mage.cards.basiclands.Mountain.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Muldrotha, the Gravetide", 528, Rarity.MYTHIC, mage.cards.m.MuldrothaTheGravetide.class));
|
||||
cards.add(new SetCardInfo("Mulldrifter", 400, Rarity.UNCOMMON, mage.cards.m.Mulldrifter.class));
|
||||
cards.add(new SetCardInfo("Mulldrifter", 400, Rarity.UNCOMMON, mage.cards.m.Mulldrifter.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Mulldrifter", 639, Rarity.UNCOMMON, mage.cards.m.Mulldrifter.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Murder", 134, Rarity.COMMON, mage.cards.m.Murder.class));
|
||||
cards.add(new SetCardInfo("Murkfiend Liege", 448, Rarity.RARE, mage.cards.m.MurkfiendLiege.class));
|
||||
cards.add(new SetCardInfo("Myriad Landscape", 487, Rarity.UNCOMMON, mage.cards.m.MyriadLandscape.class));
|
||||
cards.add(new SetCardInfo("Myriad Landscape", 487, Rarity.UNCOMMON, mage.cards.m.MyriadLandscape.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Myriad Landscape", 706, Rarity.UNCOMMON, mage.cards.m.MyriadLandscape.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Nadier's Nightblade", 136, Rarity.UNCOMMON, mage.cards.n.NadiersNightblade.class));
|
||||
cards.add(new SetCardInfo("Nadier, Agent of the Duskenel", 135, Rarity.UNCOMMON, mage.cards.n.NadierAgentOfTheDuskenel.class));
|
||||
cards.add(new SetCardInfo("Nadier, Agent of the Duskenel", 135, Rarity.UNCOMMON, mage.cards.n.NadierAgentOfTheDuskenel.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Nadier, Agent of the Duskenel", 567, Rarity.UNCOMMON, mage.cards.n.NadierAgentOfTheDuskenel.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Najeela, the Blade-Blossom", 514, Rarity.MYTHIC, mage.cards.n.NajeelaTheBladeBlossom.class));
|
||||
cards.add(new SetCardInfo("Natural Reclamation", 245, Rarity.COMMON, mage.cards.n.NaturalReclamation.class));
|
||||
cards.add(new SetCardInfo("Necrotic Hex", 137, Rarity.RARE, mage.cards.n.NecroticHex.class));
|
||||
cards.add(new SetCardInfo("Necrotic Hex", 137, Rarity.RARE, mage.cards.n.NecroticHex.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Necrotic Hex", 649, Rarity.RARE, mage.cards.n.NecroticHex.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Nekusar, the Mindrazer", 529, Rarity.MYTHIC, mage.cards.n.NekusarTheMindrazer.class));
|
||||
cards.add(new SetCardInfo("Nevinyrral's Disk", 328, Rarity.RARE, mage.cards.n.NevinyrralsDisk.class));
|
||||
cards.add(new SetCardInfo("Nevinyrral, Urborg Tyrant", 287, Rarity.RARE, mage.cards.n.NevinyrralUrborgTyrant.class));
|
||||
cards.add(new SetCardInfo("Nevinyrral's Disk", 328, Rarity.RARE, mage.cards.n.NevinyrralsDisk.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Nevinyrral's Disk", 696, Rarity.RARE, mage.cards.n.NevinyrralsDisk.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Nevinyrral, Urborg Tyrant", 287, Rarity.RARE, mage.cards.n.NevinyrralUrborgTyrant.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Nevinyrral, Urborg Tyrant", 607, Rarity.RARE, mage.cards.n.NevinyrralUrborgTyrant.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Nezahal, Primal Tide", 401, Rarity.RARE, mage.cards.n.NezahalPrimalTide.class));
|
||||
cards.add(new SetCardInfo("Nightshade Harvester", 138, Rarity.RARE, mage.cards.n.NightshadeHarvester.class));
|
||||
cards.add(new SetCardInfo("Nightshade Harvester", 138, Rarity.RARE, mage.cards.n.NightshadeHarvester.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Nightshade Harvester", 650, Rarity.RARE, mage.cards.n.NightshadeHarvester.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Ninth Bridge Patrol", 33, Rarity.COMMON, mage.cards.n.NinthBridgePatrol.class));
|
||||
cards.add(new SetCardInfo("Noxious Dragon", 139, Rarity.UNCOMMON, mage.cards.n.NoxiousDragon.class));
|
||||
cards.add(new SetCardInfo("Null Caller", 140, Rarity.UNCOMMON, mage.cards.n.NullCaller.class));
|
||||
cards.add(new SetCardInfo("Numa, Joraga Chieftain", 246, Rarity.UNCOMMON, mage.cards.n.NumaJoragaChieftain.class));
|
||||
cards.add(new SetCardInfo("Nymris, Oona's Trickster", 288, Rarity.RARE, mage.cards.n.NymrisOonasTrickster.class));
|
||||
cards.add(new SetCardInfo("Obeka, Brute Chronologist", 289, Rarity.RARE, mage.cards.o.ObekaBruteChronologist.class));
|
||||
cards.add(new SetCardInfo("Numa, Joraga Chieftain", 246, Rarity.UNCOMMON, mage.cards.n.NumaJoragaChieftain.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Numa, Joraga Chieftain", 583, Rarity.UNCOMMON, mage.cards.n.NumaJoragaChieftain.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Nymris, Oona's Trickster", 288, Rarity.RARE, mage.cards.n.NymrisOonasTrickster.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Nymris, Oona's Trickster", 608, Rarity.RARE, mage.cards.n.NymrisOonasTrickster.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Obeka, Brute Chronologist", 289, Rarity.RARE, mage.cards.o.ObekaBruteChronologist.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Obeka, Brute Chronologist", 609, Rarity.RARE, mage.cards.o.ObekaBruteChronologist.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Odric, Lunarch Marshal", 379, Rarity.RARE, mage.cards.o.OdricLunarchMarshal.class));
|
||||
cards.add(new SetCardInfo("Omenspeaker", 83, Rarity.COMMON, mage.cards.o.Omenspeaker.class));
|
||||
cards.add(new SetCardInfo("On Serra's Wings", 380, Rarity.UNCOMMON, mage.cards.o.OnSerrasWings.class));
|
||||
cards.add(new SetCardInfo("Opal Palace", 352, Rarity.COMMON, mage.cards.o.OpalPalace.class));
|
||||
cards.add(new SetCardInfo("Opal Palace", 352, Rarity.COMMON, mage.cards.o.OpalPalace.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Opal Palace", 707, Rarity.COMMON, mage.cards.o.OpalPalace.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Open the Armory", 34, Rarity.UNCOMMON, mage.cards.o.OpenTheArmory.class));
|
||||
cards.add(new SetCardInfo("Ordeal of Nylea", 247, Rarity.UNCOMMON, mage.cards.o.OrdealOfNylea.class));
|
||||
cards.add(new SetCardInfo("Oreskos Explorer", 381, Rarity.UNCOMMON, mage.cards.o.OreskosExplorer.class));
|
||||
cards.add(new SetCardInfo("Orzhov Advokist", 35, Rarity.UNCOMMON, mage.cards.o.OrzhovAdvokist.class));
|
||||
cards.add(new SetCardInfo("Palace Sentinels", 36, Rarity.COMMON, mage.cards.p.PalaceSentinels.class));
|
||||
cards.add(new SetCardInfo("Path of Ancestry", 353, Rarity.COMMON, mage.cards.p.PathOfAncestry.class));
|
||||
cards.add(new SetCardInfo("Path of Ancestry", 353, Rarity.COMMON, mage.cards.p.PathOfAncestry.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Path of Ancestry", 708, Rarity.COMMON, mage.cards.p.PathOfAncestry.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Patron of the Valiant", 37, Rarity.UNCOMMON, mage.cards.p.PatronOfTheValiant.class));
|
||||
cards.add(new SetCardInfo("Peel from Reality", 402, Rarity.COMMON, mage.cards.p.PeelFromReality.class));
|
||||
cards.add(new SetCardInfo("Pennon Blade", 329, Rarity.UNCOMMON, mage.cards.p.PennonBlade.class));
|
||||
cards.add(new SetCardInfo("Perilous Myr", 330, Rarity.COMMON, mage.cards.p.PerilousMyr.class));
|
||||
cards.add(new SetCardInfo("Phyrexian Rager", 142, Rarity.COMMON, mage.cards.p.PhyrexianRager.class));
|
||||
cards.add(new SetCardInfo("Phyrexian Triniform", 331, Rarity.MYTHIC, mage.cards.p.PhyrexianTriniform.class));
|
||||
cards.add(new SetCardInfo("Phyrexian Triniform", 331, Rarity.MYTHIC, mage.cards.p.PhyrexianTriniform.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Phyrexian Triniform", 697, Rarity.MYTHIC, mage.cards.p.PhyrexianTriniform.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Pilgrim's Eye", 332, Rarity.COMMON, mage.cards.p.PilgrimsEye.class));
|
||||
cards.add(new SetCardInfo("Pirate's Cutlass", 333, Rarity.COMMON, mage.cards.p.PiratesCutlass.class));
|
||||
cards.add(new SetCardInfo("Plague Reaver", 143, Rarity.RARE, mage.cards.p.PlagueReaver.class));
|
||||
cards.add(new SetCardInfo("Plague Reaver", 143, Rarity.RARE, mage.cards.p.PlagueReaver.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Plague Reaver", 652, Rarity.RARE, mage.cards.p.PlagueReaver.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Plains", 504, Rarity.LAND, mage.cards.basiclands.Plains.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Port Razer", 193, Rarity.MYTHIC, mage.cards.p.PortRazer.class));
|
||||
cards.add(new SetCardInfo("Plains", 505, Rarity.LAND, mage.cards.basiclands.Plains.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Port Razer", 193, Rarity.MYTHIC, mage.cards.p.PortRazer.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Port Razer", 669, Rarity.MYTHIC, mage.cards.p.PortRazer.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Portent of Betrayal", 194, Rarity.COMMON, mage.cards.p.PortentOfBetrayal.class));
|
||||
cards.add(new SetCardInfo("Prava of the Steel Legion", 38, Rarity.UNCOMMON, mage.cards.p.PravaOfTheSteelLegion.class));
|
||||
cards.add(new SetCardInfo("Preordain", 84, Rarity.COMMON, mage.cards.p.Preordain.class));
|
||||
cards.add(new SetCardInfo("Prava of the Steel Legion", 38, Rarity.UNCOMMON, mage.cards.p.PravaOfTheSteelLegion.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Prava of the Steel Legion", 552, Rarity.UNCOMMON, mage.cards.p.PravaOfTheSteelLegion.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Preordain", 640, Rarity.COMMON, mage.cards.p.Preordain.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Preordain", 84, Rarity.COMMON, mage.cards.p.Preordain.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Pride of the Perfect", 144, Rarity.UNCOMMON, mage.cards.p.PrideOfThePerfect.class));
|
||||
cards.add(new SetCardInfo("Profane Transfusion", 145, Rarity.MYTHIC, mage.cards.p.ProfaneTransfusion.class));
|
||||
cards.add(new SetCardInfo("Promise of Tomorrow", 39, Rarity.RARE, mage.cards.p.PromiseOfTomorrow.class));
|
||||
cards.add(new SetCardInfo("Profane Transfusion", 145, Rarity.MYTHIC, mage.cards.p.ProfaneTransfusion.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Profane Transfusion", 653, Rarity.MYTHIC, mage.cards.p.ProfaneTransfusion.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Promise of Tomorrow", 39, Rarity.RARE, mage.cards.p.PromiseOfTomorrow.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Promise of Tomorrow", 622, Rarity.RARE, mage.cards.p.PromiseOfTomorrow.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Prophetic Prism", 334, Rarity.COMMON, mage.cards.p.PropheticPrism.class));
|
||||
cards.add(new SetCardInfo("Prosperous Pirates", 85, Rarity.COMMON, mage.cards.p.ProsperousPirates.class));
|
||||
cards.add(new SetCardInfo("Prossh, Skyraider of Kher", 530, Rarity.MYTHIC, mage.cards.p.ProsshSkyraiderOfKher.class));
|
||||
cards.add(new SetCardInfo("Prying Eyes", 86, Rarity.COMMON, mage.cards.p.PryingEyes.class));
|
||||
cards.add(new SetCardInfo("Queen Marchesa", 531, Rarity.MYTHIC, mage.cards.q.QueenMarchesa.class));
|
||||
cards.add(new SetCardInfo("Radiant, Serra Archangel", 40, Rarity.UNCOMMON, mage.cards.r.RadiantSerraArchangel.class));
|
||||
cards.add(new SetCardInfo("Radiant, Serra Archangel", 40, Rarity.UNCOMMON, mage.cards.r.RadiantSerraArchangel.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Radiant, Serra Archangel", 553, Rarity.UNCOMMON, mage.cards.r.RadiantSerraArchangel.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Raise the Alarm", 41, Rarity.COMMON, mage.cards.r.RaiseTheAlarm.class));
|
||||
cards.add(new SetCardInfo("Rakdos, Lord of Riots", 532, Rarity.MYTHIC, mage.cards.r.RakdosLordOfRiots.class));
|
||||
cards.add(new SetCardInfo("Rakshasa Debaser", 146, Rarity.RARE, mage.cards.r.RakshasaDebaser.class));
|
||||
cards.add(new SetCardInfo("Rakshasa Debaser", 146, Rarity.RARE, mage.cards.r.RakshasaDebaser.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Rakshasa Debaser", 654, Rarity.RARE, mage.cards.r.RakshasaDebaser.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Ramos, Dragon Engine", 545, Rarity.MYTHIC, mage.cards.r.RamosDragonEngine.class));
|
||||
cards.add(new SetCardInfo("Rampaging Baloths", 431, Rarity.RARE, mage.cards.r.RampagingBaloths.class));
|
||||
cards.add(new SetCardInfo("Rampant Growth", 432, Rarity.COMMON, mage.cards.r.RampantGrowth.class));
|
||||
cards.add(new SetCardInfo("Ramunap Excavator", 433, Rarity.RARE, mage.cards.r.RamunapExcavator.class));
|
||||
cards.add(new SetCardInfo("Ravos, Soultender", 533, Rarity.MYTHIC, mage.cards.r.RavosSoultender.class));
|
||||
cards.add(new SetCardInfo("Rebbec, Architect of Ascension", 42, Rarity.UNCOMMON, mage.cards.r.RebbecArchitectOfAscension.class));
|
||||
cards.add(new SetCardInfo("Reclamation Sage", 248, Rarity.UNCOMMON, mage.cards.r.ReclamationSage.class));
|
||||
cards.add(new SetCardInfo("Rejuvenating Springs", 354, Rarity.RARE, mage.cards.r.RejuvenatingSprings.class));
|
||||
cards.add(new SetCardInfo("Rebbec, Architect of Ascension", 42, Rarity.UNCOMMON, mage.cards.r.RebbecArchitectOfAscension.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Rebbec, Architect of Ascension", 554, Rarity.UNCOMMON, mage.cards.r.RebbecArchitectOfAscension.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Reclamation Sage", 248, Rarity.UNCOMMON, mage.cards.r.ReclamationSage.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Reclamation Sage", 434, Rarity.UNCOMMON, mage.cards.r.ReclamationSage.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Rejuvenating Springs", 354, Rarity.RARE, mage.cards.r.RejuvenatingSprings.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Rejuvenating Springs", 709, Rarity.RARE, mage.cards.r.RejuvenatingSprings.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Relentless Assault", 416, Rarity.RARE, mage.cards.r.RelentlessAssault.class));
|
||||
cards.add(new SetCardInfo("Relic Seeker", 382, Rarity.RARE, mage.cards.r.RelicSeeker.class));
|
||||
cards.add(new SetCardInfo("Reliquary Tower", 488, Rarity.UNCOMMON, mage.cards.r.ReliquaryTower.class));
|
||||
cards.add(new SetCardInfo("Reliquary Tower", 488, Rarity.UNCOMMON, mage.cards.r.ReliquaryTower.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Reliquary Tower", 710, Rarity.UNCOMMON, mage.cards.r.ReliquaryTower.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Renegade Tactics", 195, Rarity.COMMON, mage.cards.r.RenegadeTactics.class));
|
||||
cards.add(new SetCardInfo("Reshape the Earth", 249, Rarity.MYTHIC, mage.cards.r.ReshapeTheEarth.class));
|
||||
cards.add(new SetCardInfo("Response // Resurgence", 449, Rarity.RARE, mage.cards.r.ResponseResurgence.class));
|
||||
cards.add(new SetCardInfo("Reshape the Earth", 249, Rarity.MYTHIC, mage.cards.r.ReshapeTheEarth.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Reshape the Earth", 683, Rarity.MYTHIC, mage.cards.r.ReshapeTheEarth.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Retreat to Kazandu", 435, Rarity.UNCOMMON, mage.cards.r.RetreatToKazandu.class));
|
||||
cards.add(new SetCardInfo("Return to Dust", 43, Rarity.UNCOMMON, mage.cards.r.ReturnToDust.class));
|
||||
cards.add(new SetCardInfo("Return to Dust", 383, Rarity.UNCOMMON, mage.cards.r.ReturnToDust.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Return to Dust", 43, Rarity.UNCOMMON, mage.cards.r.ReturnToDust.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Return to Dust", 623, Rarity.UNCOMMON, mage.cards.r.ReturnToDust.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Revenant", 147, Rarity.UNCOMMON, mage.cards.r.Revenant.class));
|
||||
cards.add(new SetCardInfo("Reyav, Master Smith", 290, Rarity.UNCOMMON, mage.cards.r.ReyavMasterSmith.class));
|
||||
cards.add(new SetCardInfo("Reyav, Master Smith", 290, Rarity.UNCOMMON, mage.cards.r.ReyavMasterSmith.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Reyav, Master Smith", 610, Rarity.UNCOMMON, mage.cards.r.ReyavMasterSmith.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Reyhan, Last of the Abzan", 534, Rarity.MYTHIC, mage.cards.r.ReyhanLastOfTheAbzan.class));
|
||||
cards.add(new SetCardInfo("Ring of Thune", 468, Rarity.UNCOMMON, mage.cards.r.RingOfThune.class));
|
||||
cards.add(new SetCardInfo("Ring of Valkas", 469, Rarity.UNCOMMON, mage.cards.r.RingOfValkas.class));
|
||||
cards.add(new SetCardInfo("Rings of Brighthearth", 335, Rarity.RARE, mage.cards.r.RingsOfBrighthearth.class));
|
||||
cards.add(new SetCardInfo("Rings of Brighthearth", 335, Rarity.RARE, mage.cards.r.RingsOfBrighthearth.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Rings of Brighthearth", 698, Rarity.RARE, mage.cards.r.RingsOfBrighthearth.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Ripscale Predator", 196, Rarity.COMMON, mage.cards.r.RipscalePredator.class));
|
||||
cards.add(new SetCardInfo("Rograkh, Son of Rohgahh", 197, Rarity.UNCOMMON, mage.cards.r.RograkhSonOfRohgahh.class));
|
||||
cards.add(new SetCardInfo("Rograkh, Son of Rohgahh", 197, Rarity.UNCOMMON, mage.cards.r.RograkhSonOfRohgahh.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Rograkh, Son of Rohgahh", 575, Rarity.UNCOMMON, mage.cards.r.RograkhSonOfRohgahh.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Rogue's Passage", 489, Rarity.UNCOMMON, mage.cards.r.RoguesPassage.class));
|
||||
cards.add(new SetCardInfo("Rootweaver Druid", 250, Rarity.RARE, mage.cards.r.RootweaverDruid.class));
|
||||
cards.add(new SetCardInfo("Rootweaver Druid", 250, Rarity.RARE, mage.cards.r.RootweaverDruid.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Rootweaver Druid", 684, Rarity.RARE, mage.cards.r.RootweaverDruid.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Rummaging Goblin", 198, Rarity.COMMON, mage.cards.r.RummagingGoblin.class));
|
||||
cards.add(new SetCardInfo("Run Away Together", 87, Rarity.COMMON, mage.cards.r.RunAwayTogether.class));
|
||||
cards.add(new SetCardInfo("Rupture Spire", 355, Rarity.COMMON, mage.cards.r.RuptureSpire.class));
|
||||
cards.add(new SetCardInfo("Rupture Spire", 355, Rarity.COMMON, mage.cards.r.RuptureSpire.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Rupture Spire", 490, Rarity.COMMON, mage.cards.r.RuptureSpire.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Sailor of Means", 88, Rarity.COMMON, mage.cards.s.SailorOfMeans.class));
|
||||
cards.add(new SetCardInfo("Sakashima of a Thousand Faces", 89, Rarity.MYTHIC, mage.cards.s.SakashimaOfAThousandFaces.class));
|
||||
cards.add(new SetCardInfo("Sakashima's Protege", 90, Rarity.RARE, mage.cards.s.SakashimasProtege.class));
|
||||
cards.add(new SetCardInfo("Sakashima's Will", 91, Rarity.RARE, mage.cards.s.SakashimasWill.class));
|
||||
cards.add(new SetCardInfo("Sakashima of a Thousand Faces", 561, Rarity.MYTHIC, mage.cards.s.SakashimaOfAThousandFaces.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Sakashima of a Thousand Faces", 89, Rarity.MYTHIC, mage.cards.s.SakashimaOfAThousandFaces.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Sakashima's Protege", 641, Rarity.RARE, mage.cards.s.SakashimasProtege.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Sakashima's Protege", 90, Rarity.RARE, mage.cards.s.SakashimasProtege.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Sakashima's Will", 642, Rarity.RARE, mage.cards.s.SakashimasWill.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Sakashima's Will", 91, Rarity.RARE, mage.cards.s.SakashimasWill.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Sandstone Oracle", 336, Rarity.UNCOMMON, mage.cards.s.SandstoneOracle.class));
|
||||
cards.add(new SetCardInfo("Sanitarium Skeleton", 148, Rarity.COMMON, mage.cards.s.SanitariumSkeleton.class));
|
||||
cards.add(new SetCardInfo("Scaled Behemoth", 251, Rarity.UNCOMMON, mage.cards.s.ScaledBehemoth.class));
|
||||
|
@ -408,20 +554,25 @@ public final class CommanderLegends extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Scholar of the Ages", 93, Rarity.UNCOMMON, mage.cards.s.ScholarOfTheAges.class));
|
||||
cards.add(new SetCardInfo("Scourge of Fleets", 403, Rarity.RARE, mage.cards.s.ScourgeOfFleets.class));
|
||||
cards.add(new SetCardInfo("Scrapdiver Serpent", 94, Rarity.COMMON, mage.cards.s.ScrapdiverSerpent.class));
|
||||
cards.add(new SetCardInfo("Scroll Rack", 337, Rarity.MYTHIC, mage.cards.s.ScrollRack.class));
|
||||
cards.add(new SetCardInfo("Scroll Rack", 337, Rarity.MYTHIC, mage.cards.s.ScrollRack.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Scroll Rack", 699, Rarity.MYTHIC, mage.cards.s.ScrollRack.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Scrounging Bandar", 252, Rarity.COMMON, mage.cards.s.ScroungingBandar.class));
|
||||
cards.add(new SetCardInfo("Search for Tomorrow", 436, Rarity.COMMON, mage.cards.s.SearchForTomorrow.class));
|
||||
cards.add(new SetCardInfo("Secluded Steppe", 491, Rarity.UNCOMMON, mage.cards.s.SecludedSteppe.class));
|
||||
cards.add(new SetCardInfo("Seer's Lantern", 338, Rarity.COMMON, mage.cards.s.SeersLantern.class));
|
||||
cards.add(new SetCardInfo("Seer's Sundial", 470, Rarity.RARE, mage.cards.s.SeersSundial.class));
|
||||
cards.add(new SetCardInfo("Sengir, the Dark Baron", 149, Rarity.RARE, mage.cards.s.SengirTheDarkBaron.class));
|
||||
cards.add(new SetCardInfo("Sengir, the Dark Baron", 149, Rarity.RARE, mage.cards.s.SengirTheDarkBaron.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Sengir, the Dark Baron", 568, Rarity.RARE, mage.cards.s.SengirTheDarkBaron.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Sengir, the Dark Baron", 722, Rarity.RARE, mage.cards.s.SengirTheDarkBaron.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Sentinel Spider", 253, Rarity.COMMON, mage.cards.s.SentinelSpider.class));
|
||||
cards.add(new SetCardInfo("Seraph of Dawn", 44, Rarity.COMMON, mage.cards.s.SeraphOfDawn.class));
|
||||
cards.add(new SetCardInfo("Seraphic Greatsword", 45, Rarity.MYTHIC, mage.cards.s.SeraphicGreatsword.class));
|
||||
cards.add(new SetCardInfo("Seraphic Greatsword", 45, Rarity.MYTHIC, mage.cards.s.SeraphicGreatsword.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Seraphic Greatsword", 624, Rarity.MYTHIC, mage.cards.s.SeraphicGreatsword.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Sharktocrab", 450, Rarity.UNCOMMON, mage.cards.s.Sharktocrab.class));
|
||||
cards.add(new SetCardInfo("Shimmer Myr", 339, Rarity.UNCOMMON, mage.cards.s.ShimmerMyr.class));
|
||||
cards.add(new SetCardInfo("Shipbreaker Kraken", 404, Rarity.RARE, mage.cards.s.ShipbreakerKraken.class));
|
||||
cards.add(new SetCardInfo("Siani, Eye of the Storm", 95, Rarity.UNCOMMON, mage.cards.s.SianiEyeOfTheStorm.class));
|
||||
cards.add(new SetCardInfo("Siani, Eye of the Storm", 562, Rarity.UNCOMMON, mage.cards.s.SianiEyeOfTheStorm.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Siani, Eye of the Storm", 95, Rarity.UNCOMMON, mage.cards.s.SianiEyeOfTheStorm.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Sidar Kondo of Jamuraa", 535, Rarity.MYTHIC, mage.cards.s.SidarKondoOfJamuraa.class));
|
||||
cards.add(new SetCardInfo("Sifter Wurm", 254, Rarity.UNCOMMON, mage.cards.s.SifterWurm.class));
|
||||
cards.add(new SetCardInfo("Sigarda's Aid", 384, Rarity.RARE, mage.cards.s.SigardasAid.class));
|
||||
|
@ -439,30 +590,38 @@ public final class CommanderLegends extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Sky Diamond", 341, Rarity.COMMON, mage.cards.s.SkyDiamond.class));
|
||||
cards.add(new SetCardInfo("Skyraker Giant", 199, Rarity.COMMON, mage.cards.s.SkyrakerGiant.class));
|
||||
cards.add(new SetCardInfo("Skywhaler's Shot", 46, Rarity.COMMON, mage.cards.s.SkywhalersShot.class));
|
||||
cards.add(new SetCardInfo("Slash the Ranks", 47, Rarity.RARE, mage.cards.s.SlashTheRanks.class));
|
||||
cards.add(new SetCardInfo("Slash the Ranks", 47, Rarity.RARE, mage.cards.s.SlashTheRanks.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Slash the Ranks", 625, Rarity.RARE, mage.cards.s.SlashTheRanks.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Slaughter the Strong", 48, Rarity.UNCOMMON, mage.cards.s.SlaughterTheStrong.class));
|
||||
cards.add(new SetCardInfo("Slayers' Stronghold", 494, Rarity.RARE, mage.cards.s.SlayersStronghold.class));
|
||||
cards.add(new SetCardInfo("Slinn Voda, the Rising Deep", 405, Rarity.UNCOMMON, mage.cards.s.SlinnVodaTheRisingDeep.class));
|
||||
cards.add(new SetCardInfo("Slith Ascendant", 49, Rarity.COMMON, mage.cards.s.SlithAscendant.class));
|
||||
cards.add(new SetCardInfo("Slurrk, All-Ingesting", 256, Rarity.UNCOMMON, mage.cards.s.SlurrkAllIngesting.class));
|
||||
cards.add(new SetCardInfo("Sol Ring", 472, Rarity.UNCOMMON, mage.cards.s.SolRing.class));
|
||||
cards.add(new SetCardInfo("Soul of Eternity", 50, Rarity.RARE, mage.cards.s.SoulOfEternity.class));
|
||||
cards.add(new SetCardInfo("Slurrk, All-Ingesting", 256, Rarity.UNCOMMON, mage.cards.s.SlurrkAllIngesting.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Slurrk, All-Ingesting", 584, Rarity.UNCOMMON, mage.cards.s.SlurrkAllIngesting.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Sol Ring", 472, Rarity.UNCOMMON, mage.cards.s.SolRing.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Sol Ring", 700, Rarity.UNCOMMON, mage.cards.s.SolRing.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Soul of Eternity", 50, Rarity.RARE, mage.cards.s.SoulOfEternity.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Soul of Eternity", 626, Rarity.RARE, mage.cards.s.SoulOfEternity.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Soul's Fire", 200, Rarity.COMMON, mage.cards.s.SoulsFire.class));
|
||||
cards.add(new SetCardInfo("Soul's Might", 257, Rarity.COMMON, mage.cards.s.SoulsMight.class));
|
||||
cards.add(new SetCardInfo("Soulfire Eruption", 201, Rarity.MYTHIC, mage.cards.s.SoulfireEruption.class));
|
||||
cards.add(new SetCardInfo("Soulfire Eruption", 201, Rarity.MYTHIC, mage.cards.s.SoulfireEruption.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Soulfire Eruption", 670, Rarity.MYTHIC, mage.cards.s.SoulfireEruption.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Spark Harvest", 150, Rarity.COMMON, mage.cards.s.SparkHarvest.class));
|
||||
cards.add(new SetCardInfo("Sparktongue Dragon", 202, Rarity.COMMON, mage.cards.s.SparktongueDragon.class));
|
||||
cards.add(new SetCardInfo("Spectator Seating", 356, Rarity.RARE, mage.cards.s.SpectatorSeating.class));
|
||||
cards.add(new SetCardInfo("Spectator Seating", 356, Rarity.RARE, mage.cards.s.SpectatorSeating.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Spectator Seating", 711, Rarity.RARE, mage.cards.s.SpectatorSeating.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Spectral Searchlight", 342, Rarity.COMMON, mage.cards.s.SpectralSearchlight.class));
|
||||
cards.add(new SetCardInfo("Sphinx of Uthuun", 406, Rarity.RARE, mage.cards.s.SphinxOfUthuun.class));
|
||||
cards.add(new SetCardInfo("Sphinx of the Second Sun", 99, Rarity.MYTHIC, mage.cards.s.SphinxOfTheSecondSun.class));
|
||||
cards.add(new SetCardInfo("Sphinx of the Second Sun", 643, Rarity.MYTHIC, mage.cards.s.SphinxOfTheSecondSun.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Sphinx of the Second Sun", 99, Rarity.MYTHIC, mage.cards.s.SphinxOfTheSecondSun.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Spirit Mantle", 385, Rarity.UNCOMMON, mage.cards.s.SpiritMantle.class));
|
||||
cards.add(new SetCardInfo("Spitting Image", 453, Rarity.RARE, mage.cards.s.SpittingImage.class));
|
||||
cards.add(new SetCardInfo("Spontaneous Mutation", 100, Rarity.COMMON, mage.cards.s.SpontaneousMutation.class));
|
||||
cards.add(new SetCardInfo("Sporemound", 437, Rarity.COMMON, mage.cards.s.Sporemound.class));
|
||||
cards.add(new SetCardInfo("Squad Captain", 51, Rarity.COMMON, mage.cards.s.SquadCaptain.class));
|
||||
cards.add(new SetCardInfo("Sram, Senior Edificer", 386, Rarity.RARE, mage.cards.s.SramSeniorEdificer.class));
|
||||
cards.add(new SetCardInfo("Staff of Domination", 343, Rarity.RARE, mage.cards.s.StaffOfDomination.class));
|
||||
cards.add(new SetCardInfo("Staff of Domination", 343, Rarity.RARE, mage.cards.s.StaffOfDomination.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Staff of Domination", 701, Rarity.RARE, mage.cards.s.StaffOfDomination.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Staunch Throneguard", 344, Rarity.COMMON, mage.cards.s.StaunchThroneguard.class));
|
||||
cards.add(new SetCardInfo("Stingerfling Spider", 258, Rarity.UNCOMMON, mage.cards.s.StingerflingSpider.class));
|
||||
cards.add(new SetCardInfo("Stone Quarry", 495, Rarity.UNCOMMON, mage.cards.s.StoneQuarry.class));
|
||||
|
@ -476,50 +635,71 @@ public final class CommanderLegends extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Sunset Pyramid", 345, Rarity.UNCOMMON, mage.cards.s.SunsetPyramid.class));
|
||||
cards.add(new SetCardInfo("Supernatural Stamina", 151, Rarity.COMMON, mage.cards.s.SupernaturalStamina.class));
|
||||
cards.add(new SetCardInfo("Supreme Will", 102, Rarity.UNCOMMON, mage.cards.s.SupremeWill.class));
|
||||
cards.add(new SetCardInfo("Sweet-Gum Recluse", 260, Rarity.RARE, mage.cards.s.SweetGumRecluse.class));
|
||||
cards.add(new SetCardInfo("Swiftfoot Boots", 474, Rarity.UNCOMMON, mage.cards.s.SwiftfootBoots.class));
|
||||
cards.add(new SetCardInfo("Sweet-Gum Recluse", 260, Rarity.RARE, mage.cards.s.SweetGumRecluse.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Sweet-Gum Recluse", 685, Rarity.RARE, mage.cards.s.SweetGumRecluse.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Swiftfoot Boots", 474, Rarity.UNCOMMON, mage.cards.s.SwiftfootBoots.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Swiftfoot Boots", 702, Rarity.UNCOMMON, mage.cards.s.SwiftfootBoots.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Sword of Vengeance", 475, Rarity.RARE, mage.cards.s.SwordOfVengeance.class));
|
||||
cards.add(new SetCardInfo("Swords to Plowshares", 387, Rarity.UNCOMMON, mage.cards.s.SwordsToPlowshares.class));
|
||||
cards.add(new SetCardInfo("Szat's Will", 152, Rarity.RARE, mage.cards.s.SzatsWill.class));
|
||||
cards.add(new SetCardInfo("Swords to Plowshares", 387, Rarity.UNCOMMON, mage.cards.s.SwordsToPlowshares.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Swords to Plowshares", 627, Rarity.UNCOMMON, mage.cards.s.SwordsToPlowshares.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Szat's Will", 152, Rarity.RARE, mage.cards.s.SzatsWill.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Szat's Will", 655, Rarity.RARE, mage.cards.s.SzatsWill.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Tana, the Bloodsower", 537, Rarity.MYTHIC, mage.cards.t.TanaTheBloodsower.class));
|
||||
cards.add(new SetCardInfo("Temur Battle Rage", 417, Rarity.COMMON, mage.cards.t.TemurBattleRage.class));
|
||||
cards.add(new SetCardInfo("Temur Battle Rage", 417, Rarity.COMMON, mage.cards.t.TemurBattleRage.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Temur Battle Rage", 671, Rarity.COMMON, mage.cards.t.TemurBattleRage.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Terastodon", 438, Rarity.RARE, mage.cards.t.Terastodon.class));
|
||||
cards.add(new SetCardInfo("Terramorphic Expanse", 357, Rarity.COMMON, mage.cards.t.TerramorphicExpanse.class));
|
||||
cards.add(new SetCardInfo("Tevesh Szat, Doom of Fools", 153, Rarity.MYTHIC, mage.cards.t.TeveshSzatDoomOfFools.class));
|
||||
cards.add(new SetCardInfo("Thalisse, Reverent Medium", 291, Rarity.UNCOMMON, mage.cards.t.ThalisseReverentMedium.class));
|
||||
cards.add(new SetCardInfo("Terramorphic Expanse", 357, Rarity.COMMON, mage.cards.t.TerramorphicExpanse.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Terramorphic Expanse", 497, Rarity.COMMON, mage.cards.t.TerramorphicExpanse.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Terramorphic Expanse", 712, Rarity.COMMON, mage.cards.t.TerramorphicExpanse.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Tevesh Szat, Doom of Fools", 153, Rarity.MYTHIC, mage.cards.t.TeveshSzatDoomOfFools.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Tevesh Szat, Doom of Fools", 512, Rarity.MYTHIC, mage.cards.t.TeveshSzatDoomOfFools.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Thalisse, Reverent Medium", 291, Rarity.UNCOMMON, mage.cards.t.ThalisseReverentMedium.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Thalisse, Reverent Medium", 611, Rarity.UNCOMMON, mage.cards.t.ThalisseReverentMedium.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Thirst for Knowledge", 103, Rarity.UNCOMMON, mage.cards.t.ThirstForKnowledge.class));
|
||||
cards.add(new SetCardInfo("Thorn of the Black Rose", 154, Rarity.COMMON, mage.cards.t.ThornOfTheBlackRose.class));
|
||||
cards.add(new SetCardInfo("Thornwood Falls", 498, Rarity.COMMON, mage.cards.t.ThornwoodFalls.class));
|
||||
cards.add(new SetCardInfo("Thought Vessel", 346, Rarity.UNCOMMON, mage.cards.t.ThoughtVessel.class));
|
||||
cards.add(new SetCardInfo("Thought Vessel", 346, Rarity.UNCOMMON, mage.cards.t.ThoughtVessel.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Thought Vessel", 703, Rarity.UNCOMMON, mage.cards.t.ThoughtVessel.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Thrasios, Triton Hero", 538, Rarity.MYTHIC, mage.cards.t.ThrasiosTritonHero.class));
|
||||
cards.add(new SetCardInfo("Three Visits", 261, Rarity.UNCOMMON, mage.cards.t.ThreeVisits.class));
|
||||
cards.add(new SetCardInfo("Three Visits", 261, Rarity.UNCOMMON, mage.cards.t.ThreeVisits.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Three Visits", 686, Rarity.UNCOMMON, mage.cards.t.ThreeVisits.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Tiana, Ship's Caretaker", 454, Rarity.UNCOMMON, mage.cards.t.TianaShipsCaretaker.class));
|
||||
cards.add(new SetCardInfo("Timely Ward", 363, Rarity.RARE, mage.cards.t.TimelyWard.class));
|
||||
cards.add(new SetCardInfo("Toggo, Goblin Weaponsmith", 204, Rarity.UNCOMMON, mage.cards.t.ToggoGoblinWeaponsmith.class));
|
||||
cards.add(new SetCardInfo("Tormod, the Desecrator", 155, Rarity.UNCOMMON, mage.cards.t.TormodTheDesecrator.class));
|
||||
cards.add(new SetCardInfo("Training Center", 358, Rarity.RARE, mage.cards.t.TrainingCenter.class));
|
||||
cards.add(new SetCardInfo("Toggo, Goblin Weaponsmith", 204, Rarity.UNCOMMON, mage.cards.t.ToggoGoblinWeaponsmith.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Toggo, Goblin Weaponsmith", 576, Rarity.UNCOMMON, mage.cards.t.ToggoGoblinWeaponsmith.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Tormod, the Desecrator", 155, Rarity.UNCOMMON, mage.cards.t.TormodTheDesecrator.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Tormod, the Desecrator", 569, Rarity.UNCOMMON, mage.cards.t.TormodTheDesecrator.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Training Center", 358, Rarity.RARE, mage.cards.t.TrainingCenter.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Training Center", 713, Rarity.RARE, mage.cards.t.TrainingCenter.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Transguild Promenade", 499, Rarity.COMMON, mage.cards.t.TransguildPromenade.class));
|
||||
cards.add(new SetCardInfo("Trench Behemoth", 366, Rarity.RARE, mage.cards.t.TrenchBehemoth.class));
|
||||
cards.add(new SetCardInfo("Triumphant Reckoning", 52, Rarity.MYTHIC, mage.cards.t.TriumphantReckoning.class));
|
||||
cards.add(new SetCardInfo("Triumphant Reckoning", 52, Rarity.MYTHIC, mage.cards.t.TriumphantReckoning.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Triumphant Reckoning", 628, Rarity.MYTHIC, mage.cards.t.TriumphantReckoning.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Tromokratis", 408, Rarity.RARE, mage.cards.t.Tromokratis.class));
|
||||
cards.add(new SetCardInfo("Trove Tracker", 104, Rarity.COMMON, mage.cards.t.TroveTracker.class));
|
||||
cards.add(new SetCardInfo("Trusty Packbeast", 53, Rarity.COMMON, mage.cards.t.TrustyPackbeast.class));
|
||||
cards.add(new SetCardInfo("Tuya Bearclaw", 292, Rarity.UNCOMMON, mage.cards.t.TuyaBearclaw.class));
|
||||
cards.add(new SetCardInfo("Tuya Bearclaw", 292, Rarity.UNCOMMON, mage.cards.t.TuyaBearclaw.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Tuya Bearclaw", 612, Rarity.UNCOMMON, mage.cards.t.TuyaBearclaw.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Tymna the Weaver", 539, Rarity.MYTHIC, mage.cards.t.TymnaTheWeaver.class));
|
||||
cards.add(new SetCardInfo("Unbreakable Formation", 388, Rarity.RARE, mage.cards.u.UnbreakableFormation.class));
|
||||
cards.add(new SetCardInfo("Undergrowth Stadium", 359, Rarity.RARE, mage.cards.u.UndergrowthStadium.class));
|
||||
cards.add(new SetCardInfo("Undergrowth Stadium", 359, Rarity.RARE, mage.cards.u.UndergrowthStadium.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Undergrowth Stadium", 714, Rarity.RARE, mage.cards.u.UndergrowthStadium.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Undying Rage", 205, Rarity.COMMON, mage.cards.u.UndyingRage.class));
|
||||
cards.add(new SetCardInfo("Universal Solvent", 347, Rarity.COMMON, mage.cards.u.UniversalSolvent.class));
|
||||
cards.add(new SetCardInfo("Unquestioned Authority", 389, Rarity.UNCOMMON, mage.cards.u.UnquestionedAuthority.class));
|
||||
cards.add(new SetCardInfo("Urban Evolution", 455, Rarity.UNCOMMON, mage.cards.u.UrbanEvolution.class));
|
||||
cards.add(new SetCardInfo("Valakut Invoker", 206, Rarity.COMMON, mage.cards.v.ValakutInvoker.class));
|
||||
cards.add(new SetCardInfo("Valorous Stance", 390, Rarity.UNCOMMON, mage.cards.v.ValorousStance.class));
|
||||
cards.add(new SetCardInfo("Vampiric Tutor", 156, Rarity.MYTHIC, mage.cards.v.VampiricTutor.class));
|
||||
cards.add(new SetCardInfo("Vault of Champions", 360, Rarity.RARE, mage.cards.v.VaultOfChampions.class));
|
||||
cards.add(new SetCardInfo("Vampiric Tutor", 156, Rarity.MYTHIC, mage.cards.v.VampiricTutor.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Vampiric Tutor", 656, Rarity.MYTHIC, mage.cards.v.VampiricTutor.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Vault of Champions", 360, Rarity.RARE, mage.cards.v.VaultOfChampions.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Vault of Champions", 715, Rarity.RARE, mage.cards.v.VaultOfChampions.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Verdant Sun's Avatar", 439, Rarity.RARE, mage.cards.v.VerdantSunsAvatar.class));
|
||||
cards.add(new SetCardInfo("Vial Smasher the Fierce", 540, Rarity.MYTHIC, mage.cards.v.VialSmasherTheFierce.class));
|
||||
cards.add(new SetCardInfo("Victimize", 157, Rarity.UNCOMMON, mage.cards.v.Victimize.class));
|
||||
cards.add(new SetCardInfo("Viscera Seer", 158, Rarity.COMMON, mage.cards.v.VisceraSeer.class));
|
||||
cards.add(new SetCardInfo("Victimize", 157, Rarity.UNCOMMON, mage.cards.v.Victimize.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Victimize", 657, Rarity.UNCOMMON, mage.cards.v.Victimize.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Viscera Seer", 158, Rarity.COMMON, mage.cards.v.VisceraSeer.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Viscera Seer", 658, Rarity.COMMON, mage.cards.v.VisceraSeer.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Vivid Creek", 500, Rarity.UNCOMMON, mage.cards.v.VividCreek.class));
|
||||
cards.add(new SetCardInfo("Vivid Grove", 501, Rarity.UNCOMMON, mage.cards.v.VividGrove.class));
|
||||
cards.add(new SetCardInfo("Volcanic Dragon", 207, Rarity.UNCOMMON, mage.cards.v.VolcanicDragon.class));
|
||||
|
@ -530,11 +710,13 @@ public final class CommanderLegends extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Vow of Lightning", 209, Rarity.UNCOMMON, mage.cards.v.VowOfLightning.class));
|
||||
cards.add(new SetCardInfo("Vow of Torment", 159, Rarity.UNCOMMON, mage.cards.v.VowOfTorment.class));
|
||||
cards.add(new SetCardInfo("Vow of Wildness", 262, Rarity.UNCOMMON, mage.cards.v.VowOfWildness.class));
|
||||
cards.add(new SetCardInfo("War Room", 361, Rarity.RARE, mage.cards.w.WarRoom.class));
|
||||
cards.add(new SetCardInfo("War Room", 361, Rarity.RARE, mage.cards.w.WarRoom.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("War Room", 716, Rarity.RARE, mage.cards.w.WarRoom.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Warden of Evos Isle", 106, Rarity.UNCOMMON, mage.cards.w.WardenOfEvosIsle.class));
|
||||
cards.add(new SetCardInfo("Wear // Tear", 456, Rarity.UNCOMMON, mage.cards.w.WearTear.class));
|
||||
cards.add(new SetCardInfo("Welding Sparks", 210, Rarity.COMMON, mage.cards.w.WeldingSparks.class));
|
||||
cards.add(new SetCardInfo("Wheel of Misfortune", 211, Rarity.RARE, mage.cards.w.WheelOfMisfortune.class));
|
||||
cards.add(new SetCardInfo("Wheel of Misfortune", 211, Rarity.RARE, mage.cards.w.WheelOfMisfortune.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Wheel of Misfortune", 672, Rarity.RARE, mage.cards.w.WheelOfMisfortune.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Whelming Wave", 409, Rarity.RARE, mage.cards.w.WhelmingWave.class));
|
||||
cards.add(new SetCardInfo("White Sun's Zenith", 391, Rarity.RARE, mage.cards.w.WhiteSunsZenith.class));
|
||||
cards.add(new SetCardInfo("Wickerbough Elder", 440, Rarity.COMMON, mage.cards.w.WickerboughElder.class));
|
||||
|
@ -547,13 +729,16 @@ public final class CommanderLegends extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Woodland Stream", 503, Rarity.COMMON, mage.cards.w.WoodlandStream.class));
|
||||
cards.add(new SetCardInfo("Word of Seizing", 420, Rarity.RARE, mage.cards.w.WordOfSeizing.class));
|
||||
cards.add(new SetCardInfo("Workshop Assistant", 348, Rarity.COMMON, mage.cards.w.WorkshopAssistant.class));
|
||||
cards.add(new SetCardInfo("Wrong Turn", 107, Rarity.RARE, mage.cards.w.WrongTurn.class));
|
||||
cards.add(new SetCardInfo("Wrong Turn", 107, Rarity.RARE, mage.cards.w.WrongTurn.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Wrong Turn", 644, Rarity.RARE, mage.cards.w.WrongTurn.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Wyleth, Soul of Steel", 362, Rarity.MYTHIC, mage.cards.w.WylethSoulOfSteel.class));
|
||||
cards.add(new SetCardInfo("Xenagos, God of Revels", 541, Rarity.MYTHIC, mage.cards.x.XenagosGodOfRevels.class));
|
||||
cards.add(new SetCardInfo("Yavimaya Elder", 441, Rarity.COMMON, mage.cards.y.YavimayaElder.class));
|
||||
cards.add(new SetCardInfo("Yuriko, the Tiger's Shadow", 542, Rarity.MYTHIC, mage.cards.y.YurikoTheTigersShadow.class));
|
||||
cards.add(new SetCardInfo("Yurlok of Scorch Thrash", 293, Rarity.RARE, mage.cards.y.YurlokOfScorchThrash.class));
|
||||
cards.add(new SetCardInfo("Zara, Renegade Recruiter", 294, Rarity.RARE, mage.cards.z.ZaraRenegadeRecruiter.class));
|
||||
cards.add(new SetCardInfo("Yurlok of Scorch Thrash", 293, Rarity.RARE, mage.cards.y.YurlokOfScorchThrash.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Yurlok of Scorch Thrash", 613, Rarity.RARE, mage.cards.y.YurlokOfScorchThrash.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Zara, Renegade Recruiter", 294, Rarity.RARE, mage.cards.z.ZaraRenegadeRecruiter.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Zara, Renegade Recruiter", 614, Rarity.RARE, mage.cards.z.ZaraRenegadeRecruiter.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Zedruu the Greathearted", 543, Rarity.MYTHIC, mage.cards.z.ZedruuTheGreathearted.class));
|
||||
cards.add(new SetCardInfo("Zur the Enchanter", 544, Rarity.MYTHIC, mage.cards.z.ZurTheEnchanter.class));
|
||||
}
|
||||
|
|
|
@ -39409,7 +39409,7 @@ Wrong Turn|Commander Legends|107|R|{2}{U}|Instant|||Target opponent gains contro
|
|||
Armix, Filigree Thrasher|Commander Legends|108|U|{2}{B}|Legendary Artifact Creature - Golem|3|2|Whenever Armix, Filigree Thrasher attacks, you may discard a card. When you do, target creature defending player controls gets -X/-X until end of turn, where X is the number of artifacts you control plus the number of artifact cards in your graveyard.$Partner|
|
||||
Bitter Revelation|Commander Legends|109|C|{3}{B}|Sorcery|||Look at the top four cards of your library. Put two of them into your hand and the rest into your graveyard. You lose 2 life.|
|
||||
Bladebrand|Commander Legends|110|C|{1}{B}|Instant|||Target creature gains deathtouch until end of turn.$Draw a card.|
|
||||
Briarblade Adept|Commander Legends|111|C|{4}{B}|Creature - Elf Assassin|3|4|Whenever Briarblade Adept attacks, target creature an opponent controls get -1/-1 until end of turn.$Encore {3}{B}|
|
||||
Briarblade Adept|Commander Legends|111|C|{4}{B}|Creature - Elf Assassin|3|4|Whenever Briarblade Adept attacks, target creature an opponent controls gets -1/-1 until end of turn.$Encore {3}{B}|
|
||||
Cast Down|Commander Legends|112|U|{1}{B}|Instant|||Destroy target nonlegendary creature.|
|
||||
Corpse Churn|Commander Legends|113|C|{1}{B}|Instant|||Mill three cards, then you may return a creature card from your graveyard to your hand.|
|
||||
Court of Ambition|Commander Legends|114|R|{2}{B}{B}|Enchantment|||When Court of Ambition enters the battlefield, you become the monarch.$At the beginning of your upkeep, each opponent loses 3 life unless they discard a card. If you're the monarch, instead each opponent loses 6 life unless they discard two cards.|
|
||||
|
@ -39484,7 +39484,7 @@ Goblin Trailblazer|Commander Legends|182|C|{1}{R}|Creature - Goblin Pirate|2|1|M
|
|||
Hellkite Courser|Commander Legends|183|M|{4}{R}{R}|Creature - Dragon|6|5|Flying$When Hellkite Courser enters the battlefield, you may put a commander you own from the command zone onto the battlefield. It gains haste. Return it to the command zone at the beginning of the next end step.|
|
||||
Humble Defector|Commander Legends|184|U|{1}{R}|Creature - Human Rogue|2|1|{T}: Draw two cards. Target opponent gains control of Humble Defector. Activate this ability only during your turn.|
|
||||
Impulsive Pilferer|Commander Legends|185|C|{R}|Creature - Goblin Pirate|1|1|When Impulsive Pilferer dies, create a Treasure token.$Encore {3}{R}|
|
||||
Jeska, Thrice Reborn|Commander Legends|186|M|{2}{R}|Legendary Planeswalker - Jeska|0|Jeska, Thrice Reborn enters the battlefield with a loyalty counter on it for each time you've cast a commander from the command zone this game.$+0: Choose target creature. Until your next turn, if that creature would deal combat damage to one of your opponents, it deals triple that damage to that player instead.$−X: Jeska, Thrice Reborn deals X damage to each of up to three targets.$Jeska, Thrice Reborn can be your commander.$Partner|
|
||||
Jeska, Thrice Reborn|Commander Legends|186|M|{2}{R}|Legendary Planeswalker - Jeska|0|Jeska, Thrice Reborn enters the battlefield with a loyalty counter on it for each time you've cast a commander from the command zone this game.$0: Choose target creature. Until your next turn, if that creature would deal combat damage to one of your opponents, it deals triple that damage to that player instead.$−X: Jeska, Thrice Reborn deals X damage to each of up to three targets.$Jeska, Thrice Reborn can be your commander.$Partner|
|
||||
Jeska's Will|Commander Legends|187|R|{2}{R}|Sorcery|||Choose one. If you control a commander as you cast this spell, you may choose both.$• Add {R} for each card in target opponent's hand.$• Exile the top three cards of your library. You may play them this turn.|
|
||||
Kediss, Emberclaw Familiar|Commander Legends|188|U|{1}{R}|Legendary Creature - Elemental Lizard|1|1|Whenever a commander you control deals combat damage to an opponent, it deals that much damage to each other opponent.$Partner|
|
||||
Krark, the Thumbless|Commander Legends|189|R|{1}{R}|Legendary Creature - Goblin Wizard|2|2|Whenever you cast an instant or sorcery spell, flip a coin. If you lose the flip, return that spell to its owner's hand. If you win the flip, copy that spell, and you may choose new targets for the copy.$Partner|
|
||||
|
@ -39675,11 +39675,13 @@ Faith Unbroken|Commander Legends|373|U|{3}{W}|Enchantment - Aura|||Enchant creat
|
|||
Flickerwisp|Commander Legends|374|U|{1}{W}{W}|Creature - Elemental|3|1|Flying$When Flickerwisp enters the battlefield, exile another target permanent. Return that card to the battlefield under its owner's control at the beginning of the next end step.|
|
||||
Generous Gift|Commander Legends|375|U|{2}{W}|Instant|||Destroy target permanent. Its controller creates a 3/3 green Elephant creature token.|
|
||||
Ironclad Slayer|Commander Legends|376|C|{2}{W}|Creature - Human Warrior|3|2|When Ironclad Slayer enters the battlefield, you may return target Aura or Equipment card from your graveyard to your hand.|
|
||||
Kor Cartographer|Commander Legends|377|C|{3}{W}|Creature - Kor Scout|2|2|When Kor Cartographer enters the battlefield, you may search your library for a Plains card, put it onto the battlefield tapped, then shuffle your library.|
|
||||
Martial Coup|Commander Legends|378|R|{X}{W}{W}|Sorcery|||Create X 1/1 white Soldier creature tokens. If X is 5 or more, destroy all other creatures.|
|
||||
Odric, Lunarch Marshal|Commander Legends|379|R|{3}{W}|Legendary Creature - Human Soldier|3|3|At the beginning of each combat, creatures you control gain first strike until end of turn if a creature you control has first strike. The same is true for flying, deathtouch, double strike, haste, hexproof, indestructible, lifelink, menace, reach, skulk, trample, and vigilance.|
|
||||
On Serra's Wings|Commander Legends|380|U|{3}{W}|Legendary Enchantment - Aura|||Enchant creature$Enchanted creature is legendary, gets +1/+1, and has flying, vigilance, and lifelink.|
|
||||
Oreskos Explorer|Commander Legends|381|U|{1}{W}|Creature - Cat Scout|2|2|When Oreskos Explorer enters the battlefield, search your library for up to X Plains cards, where X is the number of players who control more lands than you. Reveal those cards, put them into your hand, then shuffle your library.|
|
||||
Relic Seeker|Commander Legends|382|R|{1}{W}|Creature - Human Soldier|2|2|Renown 1$When Relic Seeker becomes renowned, you may search your library for an Equipment card, reveal it, put it into your hand, then shuffle your library.|
|
||||
Return to Dust|Commander Legends|383|U|{2}{W}{W}|Instant|||Exile target artifact or enchantment. If you cast this spell during your main phase, you may exile up to one other target artifact or enchantment.|
|
||||
Sigarda's Aid|Commander Legends|384|R|{W}|Enchantment|||You may cast Aura and Equipment spells as though they had flash.$Whenever an Equipment enters the battlefield under your control, you may attach it to target creature you control.|
|
||||
Spirit Mantle|Commander Legends|385|U|{1}{W}|Enchantment - Aura|||Enchant creature$Enchanted creature gets +1/+1 and has protection from creatures.|
|
||||
Sram, Senior Edificer|Commander Legends|386|R|{1}{W}|Legendary Creature - Dwarf Advisor|2|2|Whenever you cast an Aura, Equipment, or Vehicle spell, draw a card.|
|
||||
|
@ -39730,6 +39732,7 @@ Molimo, Maro-Sorcerer|Commander Legends|430|R|{4}{G}{G}{G}|Legendary Creature -
|
|||
Rampaging Baloths|Commander Legends|431|R|{4}{G}{G}|Creature - Beast|6|6|Trample$Landfall — Whenever a land enters the battlefield under your control, you may create a 4/4 green Beast creature token.|
|
||||
Rampant Growth|Commander Legends|432|C|{1}{G}|Sorcery|||Search your library for a basic land card and put that card onto the battlefield tapped. Then shuffle your library.|
|
||||
Ramunap Excavator|Commander Legends|433|R|{2}{G}|Creature - Naga Cleric|2|3|You may play lands from your graveyard.|
|
||||
Reclamation Sage|Commander Legends|434|U|{2}{G}|Creature - Elf Shaman|2|1|When Reclamation Sage enters the battlefield, you may destroy target artifact or enchantment.|
|
||||
Retreat to Kazandu|Commander Legends|435|U|{2}{G}|Enchantment|||Landfall — Whenever a land enters the battlefield under your control, choose one —$• Put a +1/+1 counter on target creature.$• You gain 2 life.|
|
||||
Search for Tomorrow|Commander Legends|436|C|{2}{G}|Sorcery|||Search your library for a basic land card, put it onto the battlefield, then shuffle your library.$Suspend 2—{G}|
|
||||
Sporemound|Commander Legends|437|C|{3}{G}{G}|Creature - Fungus|3|3|Whenever a land enters the battlefield under your control, create a 1/1 green Saproling creature token.|
|
||||
|
@ -39760,8 +39763,11 @@ Boros Signet|Commander Legends|459|C|{2}|Artifact|||{1}, {T}: Add {R}{W}.|
|
|||
Brass Squire|Commander Legends|460|U|{3}|Artifact Creature - Myr|1|3|{T}: Attach target Equipment you control to target creature you control.|
|
||||
Explorer's Scope|Commander Legends|461|C|{1}|Artifact - Equipment|||Whenever equipped creature attacks, look at the top card of your library. If it's a land card, you may put it onto the battlefield tapped.$Equip {1}|
|
||||
Fireshrieker|Commander Legends|462|U|{3}|Artifact - Equipment|||Equipped creature has double strike.$Equip {2}|
|
||||
Haunted Cloak|Commander Legends|463|C|{3}|Artifact - Equipment|||Equipped creature has vigilance, trample, and haste.$Equip {1}|
|
||||
Hero's Blade|Commander Legends|464|U|{2}|Artifact - Equipment|||Equipped creature gets +3/+2.$Whenever a legendary creature enters the battlefield under your control, you may attach Hero's Blade to it.$Equip {4}|
|
||||
Loxodon Warhammer|Commander Legends|465|R|{3}|Artifact - Equipment|||Equipped creature gets +3/+0 and has trample and lifelink.$Equip {3}|
|
||||
Mask of Avacyn|Commander Legends|466|U|{2}|Artifact - Equipment|||Equipped creature gets +1/+2 and has hexproof.$Equip {3}|
|
||||
Meteor Golem|Commander Legends|467|U|{7}|Artifact Creature - Golem|3|3|When Meteor Golem enters the battlefield, destroy target nonland permanent an opponent controls.|
|
||||
Ring of Thune|Commander Legends|468|U|{2}|Artifact - Equipment|||Equipped creature has vigilance.$At the beginning of your upkeep, put a +1/+1 counter on equipped creature if it's white.$Equip {1}|
|
||||
Ring of Valkas|Commander Legends|469|U|{2}|Artifact - Equipment|||Equipped creature has haste.$At the beginning of your upkeep, put a +1/+1 counter on equipped creature if it's red.$Equip {1}|
|
||||
Seer's Sundial|Commander Legends|470|R|{4}|Artifact|||Landfall — Whenever a land enters the battlefield under your control, you may pay {2}. If you do, draw a card.|
|
||||
|
@ -39773,6 +39779,7 @@ Sword of Vengeance|Commander Legends|475|R|{3}|Artifact - Equipment|||Equipped c
|
|||
Blighted Woodland|Commander Legends|476|U||Land|||{T}: Add {C}.${3}{G}, {T}, Sacrifice Blighted Woodland: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle your library.|
|
||||
Boros Garrison|Commander Legends|477|U||Land|||Boros Garrison enters the battlefield tapped.$When Boros Garrison enters the battlefield, return a land you control to its owner's hand.${T}: Add {R}{W}.|
|
||||
Boros Guildgate|Commander Legends|478|C||Land - Gate|||Boros Guildgate enters the battlefield tapped.${T}: Add {R} or {W}.|
|
||||
Command Tower|Commander Legends|479|C||Land|||{T}: Add one mana of any color in your commander's color identity.|
|
||||
Coral Atoll|Commander Legends|480|U||Land|||Coral Atoll enters the battlefield tapped.$When Coral Atoll enters the battlefield, sacrifice it unless you return an untapped Island you control to its owner's hand.${T}: Add {C}{U}.|
|
||||
Encroaching Wastes|Commander Legends|481|U||Land|||{T}: Add {C}.${4}, {T}, Sacrifice Encroaching Wastes: Destroy target nonbasic land.|
|
||||
Evolving Wilds|Commander Legends|482|C||Land|||{T}, Sacrifice Evolving Wilds: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle your library.|
|
||||
|
@ -39783,12 +39790,14 @@ Memorial to War|Commander Legends|486|U||Land|||Memorial to War enters the battl
|
|||
Myriad Landscape|Commander Legends|487|U||Land|||Myriad Landscape enters the battlefield tapped.${T}: Add {C}.${2}, {T}, Sacrifice Myriad Landscape: Search your library for up to two basic land cards that share a land type, put them onto the battlefield tapped, then shuffle your library.|
|
||||
Reliquary Tower|Commander Legends|488|U||Land|||You have no maximum hand size.${T}: Add {C}.|
|
||||
Rogue's Passage|Commander Legends|489|U||Land|||{T}: Add {C}.${4}, {T}: Target creature can't be blocked this turn.|
|
||||
Rupture Spire|Commander Legends|490|C||Land|||Rupture Spire enters the battlefield tapped.$When Rupture Spire enters the battlefield, sacrifice it unless you pay {1}.${T}: Add one mana of any color.|
|
||||
Secluded Steppe|Commander Legends|491|U||Land|||Secluded Steppe enters the battlefield tapped.${T}: Add {W}.$Cycling {W}|
|
||||
Simic Growth Chamber|Commander Legends|492|U||Land|||Simic Growth Chamber enters the battlefield tapped.$When Simic Growth Chamber enters the battlefield, return a land you control to its owner's hand.${T}: Add {G}{U}.|
|
||||
Simic Guildgate|Commander Legends|493|C||Land - Gate|||Simic Guildgate enters the battlefield tapped.${T}: Add {G} or {U}.|
|
||||
Slayers' Stronghold|Commander Legends|494|R||Land|||{T}: Add {C}.${R}{W}, {T}: Target creature gets +2/+0 and gains vigilance and haste until end of turn.|
|
||||
Stone Quarry|Commander Legends|495|U||Land|||Stone Quarry enters the battlefield tapped.${T}: Add {R} or {W}.|
|
||||
Sunhome, Fortress of the Legion|Commander Legends|496|U||Land|||{T}: Add {C}.${2}{R}{W}, {T}: Target creature gains double strike until end of turn.|
|
||||
Terramorphic Expanse|Commander Legends|497|C||Land|||{T}, Sacrifice Terramorphic Expanse: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle your library.|
|
||||
Thornwood Falls|Commander Legends|498|C||Land|||Thornwood Falls enters the battlefield tapped.$When Thornwood Falls enters the battlefield, you gain 1 life.${T}: Add {G} or {U}.|
|
||||
Transguild Promenade|Commander Legends|499|C||Land|||Transguild Promenade enters the battlefield tapped.$When Transguild Promenade enters the battlefield, sacrifice it unless you pay {1}.${T}: Add one mana of any color.|
|
||||
Vivid Creek|Commander Legends|500|U||Land|||Vivid Creek enters the battlefield tapped with two charge counters on it.${T}: Add {U}.${T}, Remove a charge counter from Vivid Creek: Add one mana of any color.|
|
||||
|
@ -39796,9 +39805,15 @@ Vivid Grove|Commander Legends|501|U||Land|||Vivid Grove enters the battlefield t
|
|||
Wind-Scarred Crag|Commander Legends|502|C||Land|||Wind-Scarred Crag enters the battlefield tapped.$When Wind-Scarred Crag enters the battlefield, you gain 1 life.${T}: Add {R} or {W}.|
|
||||
Woodland Stream|Commander Legends|503|C||Land|||Woodland Stream enters the battlefield tapped.${T}: Add {G} or {U}.|
|
||||
Plains|Commander Legends|504|C||Basic Land - Plains|||({T}: Add {W}.)|
|
||||
Plains|Commander Legends|505|C||Basic Land - Plains|||({T}: Add {W}.)|
|
||||
Island|Commander Legends|506|C||Basic Land - Island|||({T}: Add {U}.)|
|
||||
Island|Commander Legends|507|C||Basic Land - Island|||({T}: Add {U}.)|
|
||||
Mountain|Commander Legends|508|C||Basic Land - Mountain|||({T}: Add {R}.)|
|
||||
Mountain|Commander Legends|509|C||Basic Land - Mountain|||({T}: Add {R}.)|
|
||||
Forest|Commander Legends|510|C||Basic Land - Forest|||({T}: Add {G}.)|
|
||||
Forest|Commander Legends|511|C||Basic Land - Forest|||({T}: Add {G}.)|
|
||||
Tevesh Szat, Doom of Fools|Commander Legends|512|M|{4}{B}|Legendary Planeswalker - Szat|4|+2: Create two 0/1 black Thrull creature tokens.$+1: You may sacrifice another creature or planeswalker. If you do, draw two cards, then draw another card if the sacrificed permanent was a commander.$−10: Gain control of all commanders. Put all commanders from the command zone onto the battlefield under your control.$Tevesh Szat, Doom of Fools can be your commander.$Partner|
|
||||
Jeska, Thrice Reborn|Commander Legends|513|M|{2}{R}|Legendary Planeswalker - Jeska|0|Jeska, Thrice Reborn enters the battlefield with a loyalty counter on it for each time you've cast a commander from the command zone this game.$0: Choose target creature. Until your next turn, if that creature would deal combat damage to one of your opponents, it deals triple that damage to that player instead.$−X: Jeska, Thrice Reborn deals X damage to each of up to three targets.$Jeska, Thrice Reborn can be your commander.$Partner|
|
||||
Najeela, the Blade-Blossom|Commander Legends|514|M|{2}{R}|Legendary Creature - Human Warrior|3|2|Whenever a Warrior attacks, you may have its controller create a 1/1 white Warrior creature token that's tapped and attacking.${W}{U}{B}{R}{G}: Untap all attacking creatures. They gain trample, lifelink, and haste until end of turn. After this phase, there is an additional combat phase. Activate this ability only during combat.|
|
||||
Akiri, Line-Slinger|Commander Legends|515|M|{R}{W}|Legendary Creature - Kor Soldier Ally|0|3|First strike, vigilance$Akiri, Line-Slinger gets +1/+0 for each artifact you control.$Partner|
|
||||
Brago, King Eternal|Commander Legends|516|M|{2}{W}{U}|Legendary Creature - Spirit Noble|2|4|Flying$Whenever Brago, King Eternal deals combat damage to a player, exile any number of target nonland permanents you control, then return those cards to the battlefield under their owner's control.|
|
||||
|
@ -39831,4 +39846,176 @@ Yuriko, the Tiger's Shadow|Commander Legends|542|M|{1}{U}{B}|Legendary Creature
|
|||
Zedruu the Greathearted|Commander Legends|543|M|{1}{U}{R}{W}|Legendary Creature - Minotaur Monk|2|4|At the beginning of your upkeep, you gain X life and draw X cards, where X is the number of permanents you own that your opponents control.${U}{R}{W}: Target opponent gains control of target permanent you control.|
|
||||
Zur the Enchanter|Commander Legends|544|M|{1}{W}{U}{B}|Legendary Creature - Human Wizard|1|4|Flying$Whenever Zur the Enchanter attacks, you may search your library for an enchantment card with converted mana cost 3 or less and put it onto the battlefield. If you do, shuffle your library.|
|
||||
Ramos, Dragon Engine|Commander Legends|545|M|{6}|Legendary Artifact Creature - Dragon|4|4|Flying$Whenever you cast a spell, put a +1/+1 counter on Ramos, Dragon Engine for each of that spell's colors.$Remove five +1/+1 counters from Ramos: Add {W}{W}{U}{U}{B}{B}{R}{R}{G}{G}. Activate this ability only once each turn.|
|
||||
The Prismatic Piper|Commander Legends|546|C|{5}|Legendary Creature - Shapeshifter|3|3|If The Prismatic Piper is your commander, choose a color before the game begins. The Prismatic Piper is the chosen color.$Partner|
|
||||
Akroma, Vision of Ixidor|Commander Legends|547|M|{5}{W}{W}|Legendary Creature - Angel|6|6|Flying, first strike, vigilance, trample$At the beginning of each combat, until end of turn, each other creature you control gets +1/+1 if it has flying, +1/+1 if it has first strike, and so on for double strike, deathtouch, haste, hexproof, indestructible, lifelink, menace, protection, reach, trample, vigilance, and partner.$Partner|
|
||||
Alharu, Solemn Ritualist|Commander Legends|548|U|{4}{W}|Legendary Creature - Human Monk|3|3|When Alharu, Solemn Ritualist enters the battlefield, put a +1/+1 counter on each of up to two other target creatures.$Whenever a nontoken creature you control with a +1/+1 counter on it dies, create a 1/1 white Spirit creature token with flying.$Partner|
|
||||
Ardenn, Intrepid Archaeologist|Commander Legends|549|U|{2}{W}|Legendary Creature - Kor Scout|2|2|At the beginning of combat on your turn, you may attach any number of Auras and Equipment you control to target permanent or player.$Partner|
|
||||
Keleth, Sunmane Familiar|Commander Legends|550|U|{1}{W}|Legendary Creature - Horse|1|1|Whenever a commander you control attacks, put a +1/+1 counter on it.$Partner|
|
||||
Livio, Oathsworn Sentinel|Commander Legends|551|R|{1}{W}|Legendary Creature - Human Knight|2|2|{1}{W}: Choose another target creature. Its controller may exile it with an aegis counter on it.${2}{W}, {T}: Return all exiled cards with aegis counters on them to the battlefield under their owners' control.$Partner|
|
||||
Prava of the Steel Legion|Commander Legends|552|U|{2}{W}|Legendary Creature - Cat Soldier|1|4|As long as it's your turn, creature tokens you control get +1/+4.${3}{W}: Create a 1/1 white Soldier creature token.$Partner|
|
||||
Radiant, Serra Archangel|Commander Legends|553|U|{6}{W}|Legendary Creature - Angel|6|4|Flying$Tap another untapped creature you control with flying: Radiant, Serra Archangel gains protection from the color of your choice until end of turn.$Partner|
|
||||
Rebbec, Architect of Ascension|Commander Legends|554|U|{3}{W}|Legendary Creature - Human Artificer|3|4|Artifacts you control have protection from each converted mana cost among artifacts you control.$Partner|
|
||||
Brinelin, the Moon Kraken|Commander Legends|555|U|{6}{U}{U}|Legendary Creature - Kraken|6|8|When Brinelin, the Moon Kraken enters the battlefield or whenever you cast a spell with converted mana cost 6 or greater, you may return target nonland permanent to its owner's hand.$Partner|
|
||||
Eligeth, Crossroads Augur|Commander Legends|556|R|{4}{U}{U}|Legendary Creature - Sphinx|5|6|Flying$If you would scry a number of cards, draw that many cards instead.$Partner|
|
||||
Esior, Wardwing Familiar|Commander Legends|557|U|{1}{U}|Legendary Creature - Bird|1|3|Flying$Spells your opponents cast that target one or more commanders you control cost {3} more to cast.$Partner|
|
||||
Ghost of Ramirez DePietro|Commander Legends|558|U|{2}{U}|Legendary Creature - Pirate Spirit|2|3|Ghost of Ramirez DePietro can't be blocked by creatures with toughness 3 or greater.$Whenever Ghost of Ramirez DePietro deals combat damage to a player, choose up to one target card in a graveyard that was discarded or put there from a library this turn. Put that card into its owner's hand.$Partner|
|
||||
Glacian, Powerstone Engineer|Commander Legends|559|U|{5}{U}|Legendary Creature - Human Artificer|3|6|{T}, Tap X untapped artifacts you control: Look at the top X cards of your library. Put one of those cards into your hand and the rest into your graveyard.$Partner|
|
||||
Malcolm, Keen-Eyed Navigator|Commander Legends|560|U|{2}{U}|Legendary Creature - Siren Pirate|2|2|Flying$Whenever one or more Pirates you control deal damage to your opponents, you create a Treasure token for each opponent dealt damage.$Partner|
|
||||
Sakashima of a Thousand Faces|Commander Legends|561|M|{3}{U}|Legendary Creature - Human Rogue|3|1|You may have Sakashima of a Thousand Faces enter the battlefield as a copy of another creature you control, except it has Sakashima of a Thousand Faces's other abilities.$The "legend rule" doesn't apply to permanents you control.$Partner|
|
||||
Siani, Eye of the Storm|Commander Legends|562|U|{3}{U}|Legendary Creature - Djinn Monk|3|2|Flying$Whenever Siani, Eye of the Storm attacks, scry X, where X is the number of attacking creatures with flying.$Partner|
|
||||
Armix, Filigree Thrasher|Commander Legends|563|U|{2}{B}|Legendary Artifact Creature - Golem|3|2|Whenever Armix, Filigree Thrasher attacks, you may discard a card. When you do, target creature defending player controls gets -X/-X until end of turn, where X is the number of artifacts you control plus the number of artifact cards in your graveyard.$Partner|
|
||||
Falthis, Shadowcat Familiar|Commander Legends|564|U|{2}{B}|Legendary Creature - Nightmare Cat|2|2|Commanders you control have menace and deathtouch.$Partner|
|
||||
Keskit, the Flesh Sculptor|Commander Legends|565|U|{2}{B}|Legendary Creature - Human Artificer|1|3|{T}, Sacrifice three other artifacts and/or creatures: Look at the top three cards of your library. Put two of them into your hand and the other into your graveyard.$Partner|
|
||||
Miara, Thorn of the Glade|Commander Legends|566|U|{1}{B}|Legendary Creature - Elf Scout|1|2|Whenever Miara, Thorn of the Glade or another Elf you control dies, you may pay {1} and 1 life. If you do, draw a card.$Partner|
|
||||
Nadier, Agent of the Duskenel|Commander Legends|567|U|{5}{B}|Legendary Creature - Elf Warrior|3|3|Whenever a token you control leaves the battlefield, put a +1/+1 counter on Nadier, Agent of the Duskenel.$When Nadier leaves the battlefield, create a number of 1/1 green Elf Warrior creature tokens equal to its power.$Partner|
|
||||
Sengir, the Dark Baron|Commander Legends|568|R|{4}{B}{B}|Legendary Creature - Vampire Noble|4|4|Flying$Whenever another creature dies, put two +1/+1 counters on Sengir, the Dark Baron.$Whenever another player loses the game, you gain life equal to that player's life total as the turn began.$Partner|
|
||||
Tormod, the Desecrator|Commander Legends|569|U|{3}{B}|Legendary Creature - Zombie Wizard|4|2|Whenever one or more cards leave your graveyard, create a tapped 2/2 black Zombie creature token.$Partner|
|
||||
Alena, Kessig Trapper|Commander Legends|570|U|{4}{R}|Legendary Creature - Human Scout|4|3|First strike${T}: Add an amount of {R} equal to the greatest power among creatures you control that entered the battlefield this turn.$Partner|
|
||||
Breeches, Brazen Plunderer|Commander Legends|571|U|{3}{R}|Legendary Creature - Goblin Pirate|3|3|Menace$Whenever one or more Pirates you control deal damage to your opponents, exile the top card of each of those opponents' libraries. You may play those cards this turn, and you may spend mana as though it were mana of any color to cast those spells.$Partner|
|
||||
Dargo, the Shipwrecker|Commander Legends|572|U|{6}{R}|Legendary Creature - Giant Pirate|7|5|As an additional cost to cast this spell, you may sacrifice any number of artifacts and/or creatures. This spell costs {2} less to cast for each permanent sacrificed this way and {2} less to cast for each other artifact or creature you've sacrificed this turn.$Trample$Partner|
|
||||
Kediss, Emberclaw Familiar|Commander Legends|573|U|{1}{R}|Legendary Creature - Elemental Lizard|1|1|Whenever a commander you control deals combat damage to an opponent, it deals that much damage to each other opponent.$Partner|
|
||||
Krark, the Thumbless|Commander Legends|574|R|{1}{R}|Legendary Creature - Goblin Wizard|2|2|Whenever you cast an instant or sorcery spell, flip a coin. If you lose the flip, return that spell to its owner's hand. If you win the flip, copy that spell, and you may choose new targets for the copy.$Partner|
|
||||
Rograkh, Son of Rohgahh|Commander Legends|575|U|{0}|Legendary Creature - Kobold Warrior|0|1|First strike, menace, trample$Partner|
|
||||
Toggo, Goblin Weaponsmith|Commander Legends|576|U|{2}{R}|Legendary Creature - Goblin Artificer|2|2|Whenever a land enters the battlefield under your control, create an artifact equipment token named Rock with "Equipped creature has '{1}, {T}, Sacrifice Rock: This creature deals 2 damage to any target'" and equip {1}.$Partner|
|
||||
Anara, Wolvid Familiar|Commander Legends|577|U|{3}{G}|Legendary Creature - Wolf Beast|4|4|As long as it's your turn, commanders you control have indestructible.$Partner|
|
||||
Gilanra, Caller of Wirewood|Commander Legends|578|U|{2}{G}|Legendary Creature - Elf Druid|1|2|{T}: Add {G}. When you spend this mana to cast a spell with converted mana cost 6 or greater, draw a card.$Partner|
|
||||
Halana, Kessig Ranger|Commander Legends|579|U|{3}{G}|Legendary Creature - Human Archer|3|4|Reach$Whenever another creature enters the battlefield under your control, you may pay {2}. When you do, that creature deals damage equal to its power to target creature.$Partner|
|
||||
Ich-Tekik, Salvage Splicer|Commander Legends|580|U|{4}{G}|Legendary Creature - Human Artificer|1|1|When Ich-Tekik, Salvage Splicer enters the battlefield, create a 3/3 colorless Golem artifact creature token.$Whenever an artifact is put into a graveyard from the battlefield, put a +1/+1 counter on Ich-Tekik and a +1/+1 counter on each Golem you control.$Partner|
|
||||
Kamahl, Heart of Krosa|Commander Legends|581|M|{6}{G}{G}|Legendary Creature - Human Druid|5|5|At the beginning of combat on your turn, creatures you control get +3/+3 and gain trample until end of turn.${1}{G}: Until end of turn, target land you control becomes a 1/1 Elemental creature with vigilance, indestructible, and haste. It's still a land.$Partner|
|
||||
Kodama of the East Tree|Commander Legends|582|R|{4}{G}{G}|Legendary Creature - Spirit|6|6|Reach$Whenever another permanent enters the battlefield under your control, if it wasn't put onto the battlefield with this ability, you may put a permanent card with equal or lesser converted mana cost from your hand onto the battlefield.$Partner|
|
||||
Numa, Joraga Chieftain|Commander Legends|583|U|{2}{G}|Legendary Creature - Elf Warrior|2|2|At the beginning of combat on your turn, you may pay {X}{X}. When you do, distribute X +1/+1 counters among any number of target Elves.$Partner|
|
||||
Slurrk, All-Ingesting|Commander Legends|584|U|{5}{G}|Legendary Creature - Ooze|0|0|Slurrk, All-Ingesting enters the battlefield with five +1/+1 counters on it.$Whenever Slurrk or another creature you control dies, if it had a +1/+1 counter on it, put a +1/+1 counter on each creature you control that has a +1/+1 counter on it.$Partner|
|
||||
Abomination of Llanowar|Commander Legends|585|U|{1}{B}{G}|Legendary Creature - Elf Horror|*|*|Vigilance; menace$Abomination of Llanowar's power and toughness are each equal to the number of Elves you control plus the number of Elf cards in your graveyard.|
|
||||
Amareth, the Lustrous|Commander Legends|586|R|{3}{G}{W}{U}|Legendary Creature - Dragon|6|6|Flying$Whenever another permanent enters the battlefield under your control, look at the top card of your library. If it shares a card type with that permanent, you may reveal that card and put it into your hand.|
|
||||
Araumi of the Dead Tide|Commander Legends|587|U|{1}{U}{B}|Legendary Creature - Merfolk Wizard|1|4|{T}, Exile cards from your graveyard equal to the number of opponents you have: Target creature card in your graveyard gains encore until end of turn. The encore cost is equal to its mana cost.|
|
||||
Archelos, Lagoon Mystic|Commander Legends|588|R|{1}{B}{G}{U}|Legendary Creature - Turtle Shaman|2|4|As long as Archelos, Lagoon Mystic is tapped, other permanents enter the battlefield tapped.$As long as Archelos is untapped, other permanents enter the battlefield untapped.|
|
||||
Averna, the Chaos Bloom|Commander Legends|589|R|{G}{U}{R}|Legendary Creature - Elemental Shaman|4|2|As you cascade, you may put a land card from among the exiled cards onto the battlefield tapped.|
|
||||
Belbe, Corrupted Observer|Commander Legends|590|R|{B}{G}|Legendary Creature - Zombie Elf|2|2|At the beginning of each player's postcombat main phase, that player adds {C}{C} for each of your opponents who lost life this turn.|
|
||||
Bell Borca, Spectral Sergeant|Commander Legends|591|R|{2}{R}{W}|Legendary Creature - Spirit Soldier|*|5|Note the converted mana cost of each card as it's put into exile.$Bell Borca, Spectral Sergeant's power is equal to the greatest number noted for it this turn.$At the beginning of your upkeep, exile the top card of your library. You may play that card this turn.|
|
||||
Blim, Comedic Genius|Commander Legends|592|R|{2}{B}{R}|Legendary Creature - Imp|4|3|Flying$Whenever Blim, Comedic Genius deals combat damage to a player, that player gains control of target permanent you control. Then each player loses life and discards cards equal to the number of permanents they control but don't own.|
|
||||
Captain Vargus Wrath|Commander Legends|593|U|{U}{R}|Legendary Creature - Orc Pirate|1|1|Whenever Captain Vargus Wrath attacks, Pirates you control get +1/+1 until end of turn for each time you've cast a commander from the command zone this game.|
|
||||
Colfenor, the Last Yew|Commander Legends|594|R|{3}{W}{B}{G}|Legendary Creature - Treefolk Shaman|3|7|Vigilance, reach$Whenever Colfenor, the Last Yew or another creature you control dies, return up to one other target creature card with lesser toughness from your graveyard to your hand.|
|
||||
Ghen, Arcanum Weaver|Commander Legends|595|R|{R}{W}{B}|Legendary Creature - Human Wizard|2|3|{R}{W}{B}, {T}, Sacrifice an enchantment: Return target enchantment card from your graveyard to the battlefield.|
|
||||
Gnostro, Voice of the Crags|Commander Legends|596|R|{1}{U}{R}{W}|Legendary Creature - Chimera|3|3|{T}: Choose one. X is the number of spells you've cast this turn.$• Scry X.$• Gnostro, Voice of the Crags deals X damage to target creature.$• You gain X life.|
|
||||
Gor Muldrak, Amphinologist|Commander Legends|597|R|{1}{G}{U}|Legendary Creature - Human Scout|3|2|You and permanents you control have protection from Salamanders.$At the beginning of your end step, each player who controls the fewest creatures creates a 4/3 blue Salamander Warrior creature token.|
|
||||
Hamza, Guardian of Arashin|Commander Legends|598|U|{4}{G}{W}|Legendary Creature - Elephant Warrior|5|5|This spell costs {1} less to cast for each creature you control with a +1/+1 counter on it.$Creature spells you cast cost {1} less to cast for each creature you control with a +1/+1 counter on it.|
|
||||
Hans Eriksson|Commander Legends|599|R|{2}{R}{G}|Legendary Creature - Human Scout|1|4|Whenever Hans Eriksson attacks, reveal the top card of your library. If it's a creature card, put it onto the battlefield tapped and attacking defending player or a planeswalker they control. Otherwise, put that card into your hand. When you put a creature card onto the battlefield this way, it fights Hans Eriksson.|
|
||||
Imoti, Celebrant of Bounty|Commander Legends|600|U|{3}{G}{U}|Legendary Creature - Naga Druid|3|1|Cascade$Spells you cast with converted mana cost 6 or greater have cascade.|
|
||||
Jared Carthalion, True Heir|Commander Legends|601|R|{R}{G}{W}|Legendary Creature - Human Warrior|3|3|When Jared Carthalion, True Heir enters the battlefield, target opponent becomes the monarch. You can't become the monarch this turn.$If damage would be dealt to Jared Carthalion while you're the monarch, prevent that damage and put that many +1/+1 counters on it.|
|
||||
Juri, Master of the Revue|Commander Legends|602|U|{B}{R}|Legendary Creature - Human Shaman|1|1|Whenever you sacrifice a permanent, put a +1/+1 counter on Juri, Master of the Revue.$When Juri dies, it deals damage equal its power to any target.|
|
||||
Kangee, Sky Warden|Commander Legends|603|U|{3}{W}{U}|Legendary Creature - Bird Wizard|3|3|Flying, vigilance$Whenever Kangee, Sky Warden attacks, attacking creatures with flying get +2/+0 until end of turn.$Whenever Kangee blocks, blocking creatures with flying get +0/+2 until end of turn.|
|
||||
Kwain, Itinerant Meddler|Commander Legends|604|R|{W}{U}|Legendary Creature - Rabbit Wizard|1|3|{T}: Each player may draw a card, then each player who drew a card this way gains 1 life.|
|
||||
Lathiel, the Bounteous Dawn|Commander Legends|605|R|{2}{G}{W}|Legendary Creature - Unicorn|2|2|Lifelink$At the beginning of each end step, if you gained life this turn, distribute up to that many +1/+1 counters among any number of other target creatures.|
|
||||
Liesa, Shroud of Dusk|Commander Legends|606|R|{2}{W}{W}{B}|Legendary Creature - Angel|5|5|Rather than pay {2} for each previous time you've cast this spell from the command zone this game, pay 2 life that many times.$Flying, lifelink$Whenever a player casts a spell, they lose 2 life.|
|
||||
Nevinyrral, Urborg Tyrant|Commander Legends|607|R|{3}{W}{U}{B}|Legendary Creature - Zombie Wizard|3|6|Hexproof from artifacts, creatures, and enchantments$When Nevinyrral, Urborg Tyrant enters the battlefield, create a tapped 2/2 black Zombie creature token for each creature that died this turn.$When Nevinyrral dies, you may pay {1}. When you do, destroy all artifacts, creatures, and enchantments.|
|
||||
Nymris, Oona's Trickster|Commander Legends|608|R|{3}{U}{B}|Legendary Creature - Faerie Knight|1|6|Flash$Flying$Whenever you cast your first spell during each opponent's turn, look at the top two cards of your library. Put one of those cards into your hand and the other into your graveyard.|
|
||||
Obeka, Brute Chronologist|Commander Legends|609|R|{1}{U}{B}{R}|Legendary Creature - Ogre Wizard|3|4|{T}: The player whose turn it is may end the turn.|
|
||||
Reyav, Master Smith|Commander Legends|610|U|{R}{W}|Legendary Creature - Dwarf Artificer|2|2|Whenever an enchanted or equipped creature you control attacks, that creature gains double strike until end of turn|
|
||||
Thalisse, Reverent Medium|Commander Legends|611|U|{3}{W}{B}|Legendary Creature - Human Cleric|3|4|At the beginning of each end step, create X 1/1 white Spirit creature tokens with flying, where X is the number of tokens you created this turn.|
|
||||
Tuya Bearclaw|Commander Legends|612|U|{1}{R}{G}|Legendary Creature - Human Warrior|2|2|Whenever Tuya Bearclaw attacks, it gets +X/+X until end of turn, where X is the greatest power among other creatures you control.|
|
||||
Yurlok of Scorch Thrash|Commander Legends|613|R|{1}{B}{R}{G}|Legendary Creature - Viashino Shaman|4|4|Vigilance$A player losing unspent mana causes that player to lose that much life.${1}, {T}: Each player adds {B}{R}{G}.|
|
||||
Zara, Renegade Recruiter|Commander Legends|614|R|{3}{U}{R}|Legendary Creature - Human Pirate|4|3|Flying$Whenever Zara, Renegade Recruiter attacks, look at defending player's hand. You may put a creature card from it onto the battlefield under your control tapped and attacking that player or a planeswalker they control. Return that creature to its owner's hand at the beginning of the next end step.|
|
||||
Akroma's Will|Commander Legends|615|R|{3}{W}|Instant|||Choose one. If you control a commander as you cast this spell, you may choose both.$• Creatures you control gain flying, vigilance, and double strike until end of turn.$• Creatures you control gain lifelink, indestructible, and protection from all colors until end of turn.|
|
||||
Archon of Coronation|Commander Legends|616|M|{4}{W}{W}|Creature - Archon|5|5|Flying$When Archon of Coronation enters the battlefield, you become the monarch.$As long as you're the monarch, damage doesn't cause you to lose life.|
|
||||
Armored Skyhunter|Commander Legends|617|R|{3}{W}|Creature - Cat Knight|3|3|Flying$Whenever Armored Skyhunter attacks, look at the top six cards of your library. You may put an Aura or Equipment card from among them onto the battlefield. If an Equipment is put onto the battlefield this way, you may attach it to a creature you control. Put the rest of those cards on the bottom of your library in a random order.|
|
||||
Austere Command|Commander Legends|618|R|{4}{W}{W}|Sorcery|||Choose two —$• Destroy all artifacts.$• Destroy all enchantments.$• Destroy all creatures with converted mana cost 3 or less.$• Destroy all creatures with converted mana cost 4 or greater.|
|
||||
Court of Grace|Commander Legends|619|R|{2}{W}{W}|Enchantment|||When Court of Grace enters the battlefield, you become the monarch.$At the beginning of your upkeep, create a 1/1 white Spirit creature token with flying. If you're the monarch, create a 4/4 white Angel creature token with flying instead.|
|
||||
Generous Gift|Commander Legends|620|U|{2}{W}|Instant|||Destroy target permanent. Its controller creates a 3/3 green Elephant creature token.|
|
||||
Keeper of the Accord|Commander Legends|621|R|{3}{W}|Creature - Human Soldier|3|4|At the beginning of each opponent's end step, if that player controls more creatures than you, create a 1/1 white Soldier creature token.$At the beginning of each opponent's end step, if that player controls more lands than you, you may search your library for a basic Plains card, put it onto the battlefield tapped, then shuffle your library.|
|
||||
Promise of Tomorrow|Commander Legends|622|R|{2}{W}|Enchantment|||Whenever a creature you control dies, exile it.$At the beginning of each end step, if you control no creatures, sacrifice Promise of Tomorrow and return all cards exiled with it to the battlefield under your control.|
|
||||
Return to Dust|Commander Legends|623|U|{2}{W}{W}|Instant|||Exile target artifact or enchantment. If you cast this spell during your main phase, you may exile up to one other target artifact or enchantment.|
|
||||
Seraphic Greatsword|Commander Legends|624|M|{1}{W}|Artifact - Equipment|||Equipped creature gets +2/+2.$Whenever equipped creature attacks the player with the most life or tied for most life, create a 4/4 white Angel creature token with flying that's tapped and attacking that player.$Equip {4}|
|
||||
Slash the Ranks|Commander Legends|625|R|{3}{W}{W}|Sorcery|||Destroy all creatures and planeswalkers except for commanders.|
|
||||
Soul of Eternity|Commander Legends|626|R|{5}{W}{W}|Creature - Avatar|*|*|Soul of Eternity's power and toughness are each equal to your life total.$Encore {7}{W}{W}|
|
||||
Swords to Plowshares|Commander Legends|627|U|{W}|Instant|||Exile target creature. Its controller gains life equal to its power.|
|
||||
Triumphant Reckoning|Commander Legends|628|M|{6}{W}{W}{W}|Sorcery|||Return all artifact, enchantment, and planeswalker cards from your graveyard to the battlefield.|
|
||||
Amphin Mutineer|Commander Legends|629|R|{3}{U}|Creature - Salamander Pirate|3|3|When Amphin Mutineer enters the battlefield, exile up to one target non-Salamander creature. That creature's controller creates a 4/3 blue Salamander Warrior creature token.$Encore {4}{U}{U}|
|
||||
Arcane Denial|Commander Legends|630|C|{1}{U}|Instant|||Counter target spell. Its controller may draw up to two cards at the beginning of the next turn's upkeep.$You draw a card at the beginning of the next turn's upkeep.|
|
||||
Body of Knowledge|Commander Legends|631|R|{3}{U}{U}|Creature - Avatar|*|*|Body of Knowledge's power and toughness are each equal to the number of cards in your hand.$You have no maximum hand size.$Whenever Body of Knowledge is dealt damage, draw that many cards.|
|
||||
Counterspell|Commander Legends|632|C|{U}{U}|Instant|||Counter target spell.|
|
||||
Court of Cunning|Commander Legends|633|R|{1}{U}{U}|Enchantment|||When Court of Cunning enters the battlefield, you become the monarch.$At the beginning of your upkeep, any number of target players each mill two cards. If you're the monarch, each of those players mills ten cards instead.|
|
||||
Fact or Fiction|Commander Legends|634|U|{3}{U}|Instant|||Reveal the top five cards of your library. An opponent separates those cards into two piles. Put one pile into your hand and the other into your graveyard.|
|
||||
Hullbreacher|Commander Legends|635|R|{2}{U}|Creature - Merfolk Pirate|3|2|Flash$If an opponent would draw a card except the first one they draw in each of their draw steps, instead you create a Treasure token.|
|
||||
Laboratory Drudge|Commander Legends|636|R|{3}{U}|Creature - Zombie Horror|3|4|At the beginning of each end step, draw a card if you've cast a spell from a graveyard or activated an ability of a card in a graveyard this turn.|
|
||||
Mana Drain|Commander Legends|637|M|{U}{U}|Instant|||Counter target spell. At the beginning of your next main phase, add an amount of {C} equal to that spell's converted mana cost.|
|
||||
Mnemonic Deluge|Commander Legends|638|M|{6}{U}{U}{U}|Sorcery|||Exile target instant or sorcery card from a graveyard. Copy that card three times. You may cast the copies without paying their mana costs. Exile Mnemonic Deluge.|
|
||||
Mulldrifter|Commander Legends|639|U|{4}{U}|Creature - Elemental|2|2|Flying$When Mulldrifter enters the battlefield, draw two cards.$Evoke {2}{U}|
|
||||
Preordain|Commander Legends|640|C|{U}|Sorcery|||Scry 2, then draw a card.|
|
||||
Sakashima's Protege|Commander Legends|641|R|{4}{U}{U}|Creature - Shapeshifter|3|1|Flash$Cascade$You may have Sakashima's Protege enter the battlefield as a copy of any permanent that entered the battlefield this turn.|
|
||||
Sakashima's Will|Commander Legends|642|R|{3}{U}|Sorcery|||Choose one. If you control a commander as you cast this spell, you may choose both.$• Target opponent chooses a creature they control. You gain control of it.$• Choose a creature you control. Each other creautre you control becomes a copy of that creature until end of turn.|
|
||||
Sphinx of the Second Sun|Commander Legends|643|M|{6}{U}{U}|Creature - Sphinx|6|6|Flying$At the beginning of your postcombat main phase, you get an additional beginning phase after this phase.|
|
||||
Wrong Turn|Commander Legends|644|R|{2}{U}|Instant|||Target opponent gains control of target creature.|
|
||||
Court of Ambition|Commander Legends|645|R|{2}{B}{B}|Enchantment|||When Court of Ambition enters the battlefield, you become the monarch.$At the beginning of your upkeep, each opponent loses 3 life unless they discard a card. If you're the monarch, instead each opponent loses 6 life unless they discard two cards.|
|
||||
Cuombajj Witches|Commander Legends|646|U|{B}{B}|Creature - Human Wizard|1|3|{T}: Cuombajj Witches deals 1 damage to any target and 1 damage to any target of an opponent's choice.|
|
||||
Elvish Dreadlord|Commander Legends|647|R|{3}{B}{B}|Creature - Zombie Elf|3|3|Deathtouch$When Elvish Dreadlord dies, non-Elf creatures get -3/-3 until end of turn.$Encore {5}{B}{B}|
|
||||
Fleshbag Marauder|Commander Legends|648|C|{2}{B}|Creature - Zombie Warrior|3|1|When Fleshbag Marauder enters the battlefield, each player sacrifices a creature.|
|
||||
Necrotic Hex|Commander Legends|649|R|{6}{B}|Sorcery|||Each player sacrifices six creatures.$You create six tapped 2/2 black Zombie creature tokens.|
|
||||
Nightshade Harvester|Commander Legends|650|R|{3}{B}|Creature - Elf Shaman|2|2|Whenever a land enters the battlefield under an opponent's control, that player loses 1 life. Put a +1/+1 counter on Nightshade Harvester.|
|
||||
Opposition Agent|Commander Legends|651|R|{2}{B}|Creature - Human Rogue|3|2|Flash$You control your opponents while they're searching their libraries.$While an opponent is searching their library, they exile each card they find. You may play those cards for as long as they remain exiled, and you may spend mana as though it were mana of any color to cast them.|
|
||||
Plague Reaver|Commander Legends|652|R|{2}{B}|Creature - Beast|6|5|At the beginning of your end step, sacrifice each other creature you control.$Discard two cards, Sacrifice Plague Reaver: Choose target opponent. Return Plague Reaver to the battlefield under that player's control at the beginning of their next upkeep.|
|
||||
Profane Transfusion|Commander Legends|653|M|{6}{B}{B}{B}|Sorcery|||Two target players exchange life totals. You create an X/X colorless Horror artifact creature token, where X is the difference between those players' life totals.|
|
||||
Rakshasa Debaser|Commander Legends|654|R|{4}{B}{B}|Creature - Cat Demon|6|6|Whenever Rakshasa Debaser attacks, put target creature card from defending player's graveyard onto the battlefield under your control.$Encore {6}{B}{B}|
|
||||
Szat's Will|Commander Legends|655|R|{4}{B}|Instant|||Choose one. If you control a commander as you cast this spell, you may choose both.$• Each opponent sacrifices a creature they control with the greatest power.$• Exile all cards from all opponents' graveyards, then create X 0/1 black Thrull creature tokens, where X is the greatest power among creature cards exiled this way.|
|
||||
Vampiric Tutor|Commander Legends|656|M|{B}|Instant|||Search your library for a card, then shuffle your library and put that card on top of it. You lose 2 life.|
|
||||
Victimize|Commander Legends|657|U|{2}{B}|Sorcery|||Choose two target creature cards in your graveyard. Sacrifice a creature. If you do, return the chosen cards to the battlefield tapped.|
|
||||
Viscera Seer|Commander Legends|658|C|{B}|Creature - Vampire Wizard|1|1|Sacrifice a creature: Scry 1.|
|
||||
Abrade|Commander Legends|659|U|{1}{R}|Instant|||Choose one —$• Abrade deals 3 damage to target creature.$• Destroy target artifact.|
|
||||
Aurora Phoenix|Commander Legends|660|R|{4}{R}{R}|Creature - Phoenix|5|3|Flying$Cascade$Whenever you cast a spell with cascade, return Aurora Phoenix from your graveyard to your hand.|
|
||||
Blasphemous Act|Commander Legends|661|R|{8}{R}|Sorcery|||This spell costs {1} less to cast for each creature on the battlefield.$Blasphemous Act deals 13 damage to each creature.|
|
||||
Coercive Recruiter|Commander Legends|662|R|{4}{R}|Creature - Orc Pirate|4|3|Whenever Coercive Recruiter or another Pirate enters the battlefield under your control, gain control of target creature until end of turn. Untap that creature. Until end of turn, it gains haste and becomes a Pirate in addition to its other types.|
|
||||
Court of Ire|Commander Legends|663|R|{3}{R}{R}|Enchantment|||When Court of Ire enters the battlefield, you become the monarch.$At the beginning of your upkeep, Court of Ire deals 2 damage to any target. If you're the monarch, it deals 7 damage to that player or permanent instead.|
|
||||
Emberwilde Captain|Commander Legends|664|R|{3}{R}|Creature - Djinn Pirate|4|2|When Emberwilde Captain enters the battlefield, you become the monarch.$Whenever an opponent attacks you while you're the monarch, Emberwilde Captain deals damage to that player equal to the number of cards in their hand.|
|
||||
Flamekin Herald|Commander Legends|665|R|{2}{R}|Creature - Elemental Wizard|3|2|Commander spells you cast have cascade.|
|
||||
Hellkite Courser|Commander Legends|666|M|{4}{R}{R}|Creature - Dragon|6|5|Flying$When Hellkite Courser enters the battlefield, you may put a commander you own from the command zone onto the battlefield. It gains haste. Return it to the command zone at the beginning of the next end step.|
|
||||
Humble Defector|Commander Legends|667|U|{1}{R}|Creature - Human Rogue|2|1|{T}: Draw two cards. Target opponent gains control of Humble Defector. Activate this ability only during your turn.|
|
||||
Jeska's Will|Commander Legends|668|R|{2}{R}|Sorcery|||Choose one. If you control a commander as you cast this spell, you may choose both.$• Add {R} for each card in target opponent's hand.$• Exile the top three cards of your library. You may play them this turn.|
|
||||
Port Razer|Commander Legends|669|M|{3}{R}{R}|Creature - Orc Pirate|4|4|Whenever Port Razer deals combat damage to a player, untap each creature you control. After this combat phase, there is an additional combat phase.$Port Razer can't attack a player it has already attacked this turn.|
|
||||
Soulfire Eruption|Commander Legends|670|M|{6}{R}{R}{R}|Sorcery|||Choose any number of target creatures, planeswalkers, and/or players. For each of them, exile the top card of your library, then Soulfire Eruption deals damage equal to that card's converted mana cost to that permanent or player. You may play the exiled cards until the end of your next turn.|
|
||||
Temur Battle Rage|Commander Legends|671|C|{1}{R}|Instant|||Target creature gains double strike until end of turn.$Ferocious — That creature also gains trample until end of turn if you control a creature with power 4 or greater.|
|
||||
Wheel of Misfortune|Commander Legends|672|R|{2}{R}|Sorcery|||Each player secretly chooses a number 0 or greater, then all players reveal those numbers simultaneously and determine the highest and lowest numbers revealed this way. Wheel of Misfortune deals damage equal to the highest number to each player who chose that number. Each player who didn't choose the lowest number discards their hand, then draws seven cards.|
|
||||
Acidic Slime|Commander Legends|673|U|{3}{G}{G}|Creature - Ooze|2|2|Deathtouch$When Acidic Slime enters the battlefield, destroy target artifact, enchantment, or land.|
|
||||
Apex Devastator|Commander Legends|674|M|{8}{G}{G}|Creature - Chimera Hydra|10|10|Cascade, cascade, cascade, cascade|
|
||||
Biowaste Blob|Commander Legends|675|R|{2}{G}{G}|Creature - Ooze|0|0|Oozes you control get +1/+1.$At the beginning of your upkeep, if you control a commander, create a token that's a copy of Biowaste Blob.|
|
||||
Court of Bounty|Commander Legends|676|R|{2}{G}{G}|Enchantment|||When Court of Bounty enters the battlefield, you become the monarch.$At the beginning of your upkeep, you may put a land card from your hand onto the battlefield. If you're the monarch, instead you may put a creature or land card from your hand onto the battlefield.|
|
||||
Dawnglade Regent|Commander Legends|677|R|{5}{G}{G}|Creature - Elk|8|8|When Dawnglade Regent enters the battlefield, you become the monarch.$As long as you're the monarch, permanents you control have hexproof.|
|
||||
Fyndhorn Elves|Commander Legends|678|C|{G}|Creature - Elf Druid|1|1|{T}: Add {G}.|
|
||||
Immaculate Magistrate|Commander Legends|679|R|{3}{G}|Creature - Elf Shaman|2|2|{T}: Put a +1/+1 counter on target creature for each Elf you control.|
|
||||
Kamahl's Will|Commander Legends|680|R|{3}{G}|Instant|||Choose one. If you control a commander as you cast this spell, you may choose both.$• Until end of turn, any number of target lands you control become 1/1 Elemental creatures with vigilance, indestructible, and haste. They're still lands.$• Choose target creature you don't control. Each creature you control deals damage equal to its power to that creature.|
|
||||
Kodama's Reach|Commander Legends|681|C|{2}{G}|Sorcery - Arcane|||Search your library for up to two basic land cards, reveal those cards, and put one onto the battlefield tapped and the other into your hand. Then shuffle your library.|
|
||||
Magus of the Order|Commander Legends|682|R|{2}{G}{G}|Creature - Human Wizard|3|3|{G}, {T}, Sacrifice Magus of the Order and another green creature: Search your library for a green creature card, put it onto the battlefield, then shuffle your library.|
|
||||
Reshape the Earth|Commander Legends|683|M|{6}{G}{G}{G}|Sorcery|||Search your library for up to ten land cards, put them onto the battlefield tapped, then shuffle your library.|
|
||||
Rootweaver Druid|Commander Legends|684|R|{2}{G}|Creature - Elf Druid|2|1|When Rootweaver Druid enters the battlefield, each opponent may search their library for up to three basic land cards. They each put one of those cards onto the battlefield tapped under your control and the rest onto the battlefield tapped under their control. Then each player who searched their library this way shuffles it.|
|
||||
Sweet-Gum Recluse|Commander Legends|685|R|{4}{G}{G}|Creature - Spider|0|3|Flash$Cascade$Reach$When Sweet-Gum Recluse enters the battlefield, put three +1/+1 counters on each of any number of target creatures that entered the battlefield this turn.|
|
||||
Three Visits|Commander Legends|686|U|{1}{G}|Sorcery|||Search your library for a Forest card and put that card onto the battlefield. Then shuffle your library.|
|
||||
Boros Charm|Commander Legends|687|U|{R}{W}|Instant|||Choose one —$• Boros Charm deals 4 damage to target player or planeswalker.$• Permanents you control gain indestructible until end of turn.$• Target creature gains double strike until end of turn.|
|
||||
Coiling Oracle|Commander Legends|688|C|{G}{U}|Creature - Snake Elf Druid|1|1|When Coiling Oracle enters the battlefield, reveal the top card of your library. If it's a land card, put it onto the battlefield. Otherwise, put that card into your hand.|
|
||||
Arcane Signet|Commander Legends|689|U|{2}|Artifact|||{T}: Add one mana of any color in your commander's color identity.|
|
||||
Bladegriff Prototype|Commander Legends|690|R|{5}|Artifact Creature - Griffin|3|2|Flying$Whenever Bladegriff Prototype deals combat damage to a player, destroy target nonland permanent of that player's choice that one of your opponents controls.|
|
||||
Burnished Hart|Commander Legends|691|U|{3}|Artifact Creature - Elk|2|2|{3}, Sacrifice Burnished Hart: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle your library.|
|
||||
Commander's Plate|Commander Legends|692|M|{1}|Artifact - Equipment|||Equipped creature gets +3/+3 and has protection from each color that's not in your commander's color identity.$Equip commander {3}$Equip {5}|
|
||||
Commander's Sphere|Commander Legends|693|C|{3}|Artifact|||{T}: Add one mana of any color in your commander's color identity.$Sacrifice Commander's Sphere: Draw a card.|
|
||||
Horizon Stone|Commander Legends|694|R|{5}|Artifact|||If you would lose unspent mana, that mana becomes colorless instead.|
|
||||
Jeweled Lotus|Commander Legends|695|M|{0}|Artifact|||{T}, Sacrifice Jeweled Lotus: Add three mana of any one color. Spend this mana only to cast your commander.|
|
||||
Nevinyrral's Disk|Commander Legends|696|R|{4}|Artifact|||Nevinyrral's Disk enters the battlefield tapped.${1}, {T}: Destroy all artifacts, creatures, and enchantments.|
|
||||
Phyrexian Triniform|Commander Legends|697|M|{9}|Artifact Creature - Golem|9|9|When Phyrexian Triniform dies, create three 3/3 colorless Golem artifact creature tokens.$Encore {12}|
|
||||
Rings of Brighthearth|Commander Legends|698|R|{3}|Artifact|||Whenever you activate an ability, if it isn't a mana ability, you may pay {2}. If you do, copy that ability. You may choose new targets for the copy.|
|
||||
Scroll Rack|Commander Legends|699|M|{2}|Artifact|||{1}, {T}: Exile any number of cards from your hand face down. Put that many cards from the top of your library into your hand. Then look at the exiled cards and put them on top of your library in any order.|
|
||||
Sol Ring|Commander Legends|700|U|{1}|Artifact|||{T}: Add {C}{C}.|
|
||||
Staff of Domination|Commander Legends|701|R|{3}|Artifact|||{1}: Untap Staff of Domination.${2}, {T}: You gain 1 life.${3}, {T}: Untap target creature.${4}, {T}: Tap target creature.${5}, {T}: Draw a card.|
|
||||
Swiftfoot Boots|Commander Legends|702|U|{2}|Artifact - Equipment|||Equipped creature has hexproof and haste.$Equip {1}|
|
||||
Thought Vessel|Commander Legends|703|U|{2}|Artifact|||You have no maximum hand size.${T}: Add {C}.|
|
||||
Command Beacon|Commander Legends|704|R||Land|||{T}: Add {C}.${T}, Sacrifice Command Beacon: Put your commander into your hand from the command zone.|
|
||||
Command Tower|Commander Legends|705|C||Land|||{T}: Add one mana of any color in your commander's color identity.|
|
||||
Myriad Landscape|Commander Legends|706|U||Land|||Myriad Landscape enters the battlefield tapped.${T}: Add {C}.${2}, {T}, Sacrifice Myriad Landscape: Search your library for up to two basic land cards that share a land type, put them onto the battlefield tapped, then shuffle your library.|
|
||||
Opal Palace|Commander Legends|707|C||Land|||{T}: Add {C}.${1}, {T}: Add one mana of any color in your commander's color identity. If you spend this mana to cast your commander, it enters the battlefield with a number of additional +1/+1 counters on it equal to the number of times it's been cast from the command zone this game.|
|
||||
Path of Ancestry|Commander Legends|708|C||Land|||Path of Ancestry enters the battlefield tapped.${T}: Add one mana of any color in your commander's color identity. When that mana is spent to cast a creature spell that shares a creature type with your commander, scry 1.|
|
||||
Rejuvenating Springs|Commander Legends|709|R||Land|||Rejuvenating Springs enters the battlefield tapped unless you have two or more opponents.${T}: Add {G} or {U}.|
|
||||
Reliquary Tower|Commander Legends|710|U||Land|||You have no maximum hand size.${T}: Add {C}.|
|
||||
Spectator Seating|Commander Legends|711|R||Land|||Spectator Seating enters the battlefield tapped unless you have two or more opponents.${T}: Add {R} or {W}.|
|
||||
Terramorphic Expanse|Commander Legends|712|C||Land|||{T}, Sacrifice Terramorphic Expanse: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle your library.|
|
||||
Training Center|Commander Legends|713|R||Land|||Training Center enters the battlefield tapped unless you have two or more opponents.${T}: Add {U} or {R}.|
|
||||
Undergrowth Stadium|Commander Legends|714|R||Land|||Undergrowth Stadium enters the battlefield tapped unless you have two or more opponents.${T}: Add {B} or {G}.|
|
||||
Vault of Champions|Commander Legends|715|R||Land|||Vault of Champions enters the battlefield tapped unless you have two or more opponents.${T}: Add {W} or {B}.|
|
||||
War Room|Commander Legends|716|R||Land|||{T}: Add {C}.${3}, {T}, Pay life equal to the number of colors in your commanders' color identity: Draw a card.|
|
||||
Mana Confluence|Commander Legends|721|M||Land|||{T}, Pay 1 life: Add one mana of any color.|
|
||||
Sengir, the Dark Baron|Commander Legends|722|R|{4}{B}{B}|Legendary Creature - Vampire Noble|4|4|Flying$Whenever another creature dies, put two +1/+1 counters on Sengir, the Dark Baron.$Whenever another player loses the game, you gain life equal to that player's life total as the turn began.$Partner|
|
||||
|
|
Loading…
Reference in a new issue