[DRC] Add missing art

This commit is contained in:
jmlundeen 2025-03-22 01:22:32 -05:00
parent 0e0e34a116
commit ca372ecba6

View file

@ -20,12 +20,16 @@ public final class AetherdriftCommander extends ExpansionSet {
this.hasBasicLands = false;
cards.add(new SetCardInfo("Academy Ruins", 58, Rarity.RARE, mage.cards.a.AcademyRuins.class));
cards.add(new SetCardInfo("Accursed Duneyard", 20, Rarity.RARE, mage.cards.a.AccursedDuneyard.class));
cards.add(new SetCardInfo("Adaptive Omnitool", 16, Rarity.RARE, mage.cards.a.AdaptiveOmnitool.class));
cards.add(new SetCardInfo("Accursed Duneyard", 20, Rarity.RARE, mage.cards.a.AccursedDuneyard.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Accursed Duneyard", 36, Rarity.RARE, mage.cards.a.AccursedDuneyard.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Adaptive Omnitool", 16, Rarity.RARE, mage.cards.a.AdaptiveOmnitool.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Adaptive Omnitool", 32, Rarity.RARE, mage.cards.a.AdaptiveOmnitool.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Adarkar Wastes", 144, Rarity.RARE, mage.cards.a.AdarkarWastes.class));
cards.add(new SetCardInfo("Aether Hub", 145, Rarity.UNCOMMON, mage.cards.a.AetherHub.class));
cards.add(new SetCardInfo("Aetherflux Conduit", 17, Rarity.RARE, mage.cards.a.AetherfluxConduit.class));
cards.add(new SetCardInfo("Aetheric Amplifier", 18, Rarity.RARE, mage.cards.a.AethericAmplifier.class));
cards.add(new SetCardInfo("Aetherflux Conduit", 17, Rarity.RARE, mage.cards.a.AetherfluxConduit.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Aetherflux Conduit", 33, Rarity.RARE, mage.cards.a.AetherfluxConduit.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Aetheric Amplifier", 18, Rarity.RARE, mage.cards.a.AethericAmplifier.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Aetheric Amplifier", 34, Rarity.RARE, mage.cards.a.AethericAmplifier.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Aethersquall Ancient", 68, Rarity.RARE, mage.cards.a.AethersquallAncient.class));
cards.add(new SetCardInfo("Aethertide Whale", 69, Rarity.RARE, mage.cards.a.AethertideWhale.class));
cards.add(new SetCardInfo("Aetherwind Basker", 107, Rarity.MYTHIC, mage.cards.a.AetherwindBasker.class));
@ -33,7 +37,8 @@ public final class AetherdriftCommander extends ExpansionSet {
cards.add(new SetCardInfo("Angel of Sanctions", 62, Rarity.MYTHIC, mage.cards.a.AngelOfSanctions.class));
cards.add(new SetCardInfo("Arcane Denial", 70, Rarity.COMMON, mage.cards.a.ArcaneDenial.class));
cards.add(new SetCardInfo("Arcane Sanctum", 146, Rarity.UNCOMMON, mage.cards.a.ArcaneSanctum.class));
cards.add(new SetCardInfo("Arcane Signet", 51, Rarity.COMMON, mage.cards.a.ArcaneSignet.class));
cards.add(new SetCardInfo("Arcane Signet", 51, Rarity.COMMON, mage.cards.a.ArcaneSignet.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Arcane Signet", 52, Rarity.COMMON, mage.cards.a.ArcaneSignet.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Archfiend of Ifnir", 86, Rarity.RARE, mage.cards.a.ArchfiendOfIfnir.class));
cards.add(new SetCardInfo("Architect of the Untamed", 108, Rarity.RARE, mage.cards.a.ArchitectOfTheUntamed.class));
cards.add(new SetCardInfo("Ash Barrens", 147, Rarity.COMMON, mage.cards.a.AshBarrens.class));
@ -51,7 +56,8 @@ public final class AetherdriftCommander extends ExpansionSet {
cards.add(new SetCardInfo("Chaos Warp", 48, Rarity.RARE, mage.cards.c.ChaosWarp.class));
cards.add(new SetCardInfo("Chromatic Lantern", 53, Rarity.RARE, mage.cards.c.ChromaticLantern.class));
cards.add(new SetCardInfo("Combustible Gearhulk", 102, Rarity.MYTHIC, mage.cards.c.CombustibleGearhulk.class));
cards.add(new SetCardInfo("Command Tower", 59, Rarity.COMMON, mage.cards.c.CommandTower.class));
cards.add(new SetCardInfo("Command Tower", 59, Rarity.COMMON, mage.cards.c.CommandTower.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Command Tower", 60, Rarity.COMMON, mage.cards.c.CommandTower.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Commander's Sphere", 125, Rarity.COMMON, mage.cards.c.CommandersSphere.class));
cards.add(new SetCardInfo("Commence the Endgame", 38, Rarity.RARE, mage.cards.c.CommenceTheEndgame.class));
cards.add(new SetCardInfo("Confiscation Coup", 73, Rarity.RARE, mage.cards.c.ConfiscationCoup.class));
@ -78,7 +84,8 @@ public final class AetherdriftCommander extends ExpansionSet {
cards.add(new SetCardInfo("Elder Gargaroth", 111, Rarity.MYTHIC, mage.cards.e.ElderGargaroth.class));
cards.add(new SetCardInfo("Era of Innovation", 75, Rarity.UNCOMMON, mage.cards.e.EraOfInnovation.class));
cards.add(new SetCardInfo("Eternal Skylord", 76, Rarity.UNCOMMON, mage.cards.e.EternalSkylord.class));
cards.add(new SetCardInfo("Evolving Wilds", 153, Rarity.COMMON, mage.cards.e.EvolvingWilds.class));
cards.add(new SetCardInfo("Evolving Wilds", 153, Rarity.COMMON, mage.cards.e.EvolvingWilds.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Evolving Wilds", 154, Rarity.COMMON, mage.cards.e.EvolvingWilds.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Exotic Orchard", 155, Rarity.RARE, mage.cards.e.ExoticOrchard.class));
cards.add(new SetCardInfo("Explosive Vegetation", 112, Rarity.UNCOMMON, mage.cards.e.ExplosiveVegetation.class));
cards.add(new SetCardInfo("Fetid Pools", 156, Rarity.RARE, mage.cards.f.FetidPools.class));
@ -105,32 +112,37 @@ public final class AetherdriftCommander extends ExpansionSet {
cards.add(new SetCardInfo("Lightning Runner", 103, Rarity.MYTHIC, mage.cards.l.LightningRunner.class));
cards.add(new SetCardInfo("Liliana, Death's Majesty", 94, Rarity.MYTHIC, mage.cards.l.LilianaDeathsMajesty.class));
cards.add(new SetCardInfo("Lord of the Accursed", 95, Rarity.UNCOMMON, mage.cards.l.LordOfTheAccursed.class));
cards.add(new SetCardInfo("Lost Monarch of Ifnir", 11, Rarity.RARE, mage.cards.l.LostMonarchOfIfnir.class));
cards.add(new SetCardInfo("Lost Monarch of Ifnir", 11, Rarity.RARE, mage.cards.l.LostMonarchOfIfnir.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Lost Monarch of Ifnir", 27, Rarity.RARE, mage.cards.l.LostMonarchOfIfnir.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Loyal Apprentice", 104, Rarity.UNCOMMON, mage.cards.l.LoyalApprentice.class));
cards.add(new SetCardInfo("Maskwood Nexus", 132, Rarity.RARE, mage.cards.m.MaskwoodNexus.class));
cards.add(new SetCardInfo("Midnight Clock", 79, Rarity.RARE, mage.cards.m.MidnightClock.class));
cards.add(new SetCardInfo("Midnight Reaper", 44, Rarity.RARE, mage.cards.m.MidnightReaper.class));
cards.add(new SetCardInfo("Murderous Rider", 45, Rarity.RARE, mage.cards.m.MurderousRider.class));
cards.add(new SetCardInfo("Murderous Rider // Swift End", 45, Rarity.RARE, mage.cards.m.MurderousRider.class));
cards.add(new SetCardInfo("Never // Return", 96, Rarity.RARE, mage.cards.n.NeverReturn.class));
cards.add(new SetCardInfo("Nissa, Worldsoul Speaker", 13, Rarity.RARE, mage.cards.n.NissaWorldsoulSpeaker.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Nissa, Worldsoul Speaker", 29, Rarity.RARE, mage.cards.n.NissaWorldsoulSpeaker.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("On Wings of Gold", 5, Rarity.RARE, mage.cards.o.OnWingsOfGold.class));
cards.add(new SetCardInfo("On Wings of Gold", 5, Rarity.RARE, mage.cards.o.OnWingsOfGold.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("On Wings of Gold", 21, Rarity.RARE, mage.cards.o.OnWingsOfGold.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("One with the Machine", 80, Rarity.RARE, mage.cards.o.OneWithTheMachine.class));
cards.add(new SetCardInfo("Ornithopter of Paradise", 133, Rarity.COMMON, mage.cards.o.OrnithopterOfParadise.class));
cards.add(new SetCardInfo("Orzhov Basilica", 164, Rarity.UNCOMMON, mage.cards.o.OrzhovBasilica.class));
cards.add(new SetCardInfo("Orzhov Signet", 134, Rarity.UNCOMMON, mage.cards.o.OrzhovSignet.class));
cards.add(new SetCardInfo("Overflowing Basin", 165, Rarity.RARE, mage.cards.o.OverflowingBasin.class));
cards.add(new SetCardInfo("Panharmonicon", 135, Rarity.RARE, mage.cards.p.Panharmonicon.class));
cards.add(new SetCardInfo("Path of Ancestry", 61, Rarity.COMMON, mage.cards.p.PathOfAncestry.class));
cards.add(new SetCardInfo("Path of Ancestry", 61, Rarity.COMMON, mage.cards.p.PathOfAncestry.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Path of Ancestry", 166, Rarity.COMMON, mage.cards.p.PathOfAncestry.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Peema Aether-Seer", 113, Rarity.UNCOMMON, mage.cards.p.PeemaAetherSeer.class));
cards.add(new SetCardInfo("Peema Trailblazer", 14, Rarity.RARE, mage.cards.p.PeemaTrailblazer.class));
cards.add(new SetCardInfo("Peema Trailblazer", 14, Rarity.RARE, mage.cards.p.PeemaTrailblazer.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Peema Trailblazer", 30, Rarity.RARE, mage.cards.p.PeemaTrailblazer.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Pia Nalaar, Chief Mechanic", 2, Rarity.MYTHIC, mage.cards.p.PiaNalaarChiefMechanic.class));
cards.add(new SetCardInfo("Pia and Kiran Nalaar", 105, Rarity.RARE, mage.cards.p.PiaAndKiranNalaar.class));
cards.add(new SetCardInfo("Plague Belcher", 97, Rarity.RARE, mage.cards.p.PlagueBelcher.class));
cards.add(new SetCardInfo("Prairie Stream", 167, Rarity.RARE, mage.cards.p.PrairieStream.class));
cards.add(new SetCardInfo("Priest of the Crossing", 6, Rarity.RARE, mage.cards.p.PriestOfTheCrossing.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Priest of the Crossing", 22, Rarity.RARE, mage.cards.p.PriestOfTheCrossing.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Prophet of the Scarab", 9, Rarity.RARE, mage.cards.p.ProphetOfTheScarab.class));
cards.add(new SetCardInfo("Prophet of the Scarab", 9, Rarity.RARE, mage.cards.p.ProphetOfTheScarab.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Prophet of the Scarab", 25, Rarity.RARE, mage.cards.p.ProphetOfTheScarab.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Pull from Tomorrow", 81, Rarity.RARE, mage.cards.p.PullFromTomorrow.class));
cards.add(new SetCardInfo("Rampaging Aetherhood", 15, Rarity.RARE, mage.cards.r.RampagingAetherhood.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Rampaging Aetherhood", 31, Rarity.RARE, mage.cards.r.RampagingAetherhood.class, NON_FULL_USE_VARIOUS));
@ -139,7 +151,8 @@ public final class AetherdriftCommander extends ExpansionSet {
cards.add(new SetCardInfo("Renewed Solidarity", 7, Rarity.RARE, mage.cards.r.RenewedSolidarity.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Renewed Solidarity", 23, Rarity.RARE, mage.cards.r.RenewedSolidarity.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Retrofitter Foundry", 136, Rarity.RARE, mage.cards.r.RetrofitterFoundry.class));
cards.add(new SetCardInfo("Rhet-Tomb Mystic", 10, Rarity.RARE, mage.cards.r.RhetTombMystic.class));
cards.add(new SetCardInfo("Rhet-Tomb Mystic", 10, Rarity.RARE, mage.cards.r.RhetTombMystic.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Rhet-Tomb Mystic", 26, Rarity.RARE, mage.cards.r.RhetTombMystic.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Rogue Refiner", 118, Rarity.UNCOMMON, mage.cards.r.RogueRefiner.class));
cards.add(new SetCardInfo("Rootbound Crag", 168, Rarity.RARE, mage.cards.r.RootboundCrag.class));
cards.add(new SetCardInfo("Rot Hulk", 98, Rarity.MYTHIC, mage.cards.r.RotHulk.class));
@ -150,12 +163,14 @@ public final class AetherdriftCommander extends ExpansionSet {
cards.add(new SetCardInfo("Sheltered Thicket", 169, Rarity.RARE, mage.cards.s.ShelteredThicket.class));
cards.add(new SetCardInfo("Shivan Reef", 170, Rarity.RARE, mage.cards.s.ShivanReef.class));
cards.add(new SetCardInfo("Slagwoods Bridge", 171, Rarity.COMMON, mage.cards.s.SlagwoodsBridge.class));
cards.add(new SetCardInfo("Sol Ring", 56, Rarity.UNCOMMON, mage.cards.s.SolRing.class));
cards.add(new SetCardInfo("Sol Ring", 56, Rarity.UNCOMMON, mage.cards.s.SolRing.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Sol Ring", 57, Rarity.UNCOMMON, mage.cards.s.SolRing.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Solar Transformer", 137, Rarity.UNCOMMON, mage.cards.s.SolarTransformer.class));
cards.add(new SetCardInfo("Solemn Simulacrum", 138, Rarity.RARE, mage.cards.s.SolemnSimulacrum.class));
cards.add(new SetCardInfo("Soul-Guide Lantern", 139, Rarity.UNCOMMON, mage.cards.s.SoulGuideLantern.class));
cards.add(new SetCardInfo("Spire of Industry", 172, Rarity.RARE, mage.cards.s.SpireOfIndustry.class));
cards.add(new SetCardInfo("Stridehangar Automaton", 19, Rarity.RARE, mage.cards.s.StridehangarAutomaton.class));
cards.add(new SetCardInfo("Stridehangar Automaton", 19, Rarity.RARE, mage.cards.s.StridehangarAutomaton.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Stridehangar Automaton", 35, Rarity.RARE, mage.cards.s.StridehangarAutomaton.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Sulfur Falls", 173, Rarity.RARE, mage.cards.s.SulfurFalls.class));
cards.add(new SetCardInfo("Sunken Hollow", 174, Rarity.RARE, mage.cards.s.SunkenHollow.class));
cards.add(new SetCardInfo("Swords to Plowshares", 37, Rarity.UNCOMMON, mage.cards.s.SwordsToPlowshares.class));
@ -184,7 +199,8 @@ public final class AetherdriftCommander extends ExpansionSet {
cards.add(new SetCardInfo("Wayward Servant", 121, Rarity.UNCOMMON, mage.cards.w.WaywardServant.class));
cards.add(new SetCardInfo("Whirler Rogue", 85, Rarity.UNCOMMON, mage.cards.w.WhirlerRogue.class));
cards.add(new SetCardInfo("Whirler Virtuoso", 122, Rarity.UNCOMMON, mage.cards.w.WhirlerVirtuoso.class));
cards.add(new SetCardInfo("Wizened Mentor", 8, Rarity.RARE, mage.cards.w.WizenedMentor.class));
cards.add(new SetCardInfo("Wizened Mentor", 8, Rarity.RARE, mage.cards.w.WizenedMentor.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Wizened Mentor", 24, Rarity.RARE, mage.cards.w.WizenedMentor.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Yavimaya Coast", 184, Rarity.RARE, mage.cards.y.YavimayaCoast.class));
cards.add(new SetCardInfo("Zombie Master", 46, Rarity.RARE, mage.cards.z.ZombieMaster.class));
}