mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 20:59:14 -08:00
fixed a test failure
This commit is contained in:
parent
57b69716e2
commit
21b3c11781
1 changed files with 32 additions and 32 deletions
|
|
@ -47,8 +47,8 @@ public final class StrixhavenSchoolOfMages extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Archway Commons", 263, Rarity.COMMON, mage.cards.a.ArchwayCommons.class));
|
||||
cards.add(new SetCardInfo("Ardent Dustspeaker", 92, Rarity.UNCOMMON, mage.cards.a.ArdentDustspeaker.class));
|
||||
cards.add(new SetCardInfo("Arrogant Poet", 63, Rarity.COMMON, mage.cards.a.ArrogantPoet.class));
|
||||
cards.add(new SetCardInfo("Augmenter Pugilist", 147, Rarity.RARE, mage.cards.a.AugmenterPugilist.class));
|
||||
cards.add(new SetCardInfo("Augmenter Pugilist", 321, Rarity.RARE, mage.cards.a.AugmenterPugilist.class));
|
||||
cards.add(new SetCardInfo("Augmenter Pugilist", 147, Rarity.RARE, mage.cards.a.AugmenterPugilist.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Augmenter Pugilist", 321, Rarity.RARE, mage.cards.a.AugmenterPugilist.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Baleful Mastery", 301, Rarity.RARE, mage.cards.b.BalefulMastery.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Baleful Mastery", 64, Rarity.RARE, mage.cards.b.BalefulMastery.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Basic Conjuration", 120, Rarity.RARE, mage.cards.b.BasicConjuration.class, NON_FULL_USE_VARIOUS));
|
||||
|
|
@ -62,8 +62,8 @@ public final class StrixhavenSchoolOfMages extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Biomathematician", 164, Rarity.COMMON, mage.cards.b.Biomathematician.class));
|
||||
cards.add(new SetCardInfo("Blade Historian", 165, Rarity.RARE, mage.cards.b.BladeHistorian.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Blade Historian", 334, Rarity.RARE, mage.cards.b.BladeHistorian.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Blex, Vexing Pest", 148, Rarity.MYTHIC, mage.cards.b.BlexVexingPest.class));
|
||||
cards.add(new SetCardInfo("Blex, Vexing Pest", 322, Rarity.MYTHIC, mage.cards.b.BlexVexingPest.class));
|
||||
cards.add(new SetCardInfo("Blex, Vexing Pest", 148, Rarity.MYTHIC, mage.cards.b.BlexVexingPest.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Blex, Vexing Pest", 322, Rarity.MYTHIC, mage.cards.b.BlexVexingPest.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Blood Age General", 93, Rarity.COMMON, mage.cards.b.BloodAgeGeneral.class));
|
||||
cards.add(new SetCardInfo("Blood Researcher", 166, Rarity.COMMON, mage.cards.b.BloodResearcher.class));
|
||||
cards.add(new SetCardInfo("Blot Out the Sky", 167, Rarity.MYTHIC, mage.cards.b.BlotOutTheSky.class, NON_FULL_USE_VARIOUS));
|
||||
|
|
@ -150,15 +150,15 @@ public final class StrixhavenSchoolOfMages extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Exponential Growth", 318, Rarity.RARE, mage.cards.e.ExponentialGrowth.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Expressive Iteration", 186, Rarity.UNCOMMON, mage.cards.e.ExpressiveIteration.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Expressive Iteration", 379, Rarity.UNCOMMON, mage.cards.e.ExpressiveIteration.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Extus, Oriq Overlord", 149, Rarity.MYTHIC, mage.cards.e.ExtusOriqOverlord.class));
|
||||
cards.add(new SetCardInfo("Extus, Oriq Overlord", 323, Rarity.MYTHIC, mage.cards.e.ExtusOriqOverlord.class));
|
||||
cards.add(new SetCardInfo("Extus, Oriq Overlord", 149, Rarity.MYTHIC, mage.cards.e.ExtusOriqOverlord.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Extus, Oriq Overlord", 323, Rarity.MYTHIC, mage.cards.e.ExtusOriqOverlord.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Eyetwitch", 70, Rarity.UNCOMMON, mage.cards.e.Eyetwitch.class));
|
||||
cards.add(new SetCardInfo("Fervent Mastery", 101, Rarity.RARE, mage.cards.f.FerventMastery.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Fervent Mastery", 311, Rarity.RARE, mage.cards.f.FerventMastery.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Field Trip", 131, Rarity.COMMON, mage.cards.f.FieldTrip.class));
|
||||
cards.add(new SetCardInfo("First Day of Class", 102, Rarity.COMMON, mage.cards.f.FirstDayOfClass.class));
|
||||
cards.add(new SetCardInfo("Flamescroll Celebrant", 150, Rarity.RARE, mage.cards.f.FlamescrollCelebrant.class));
|
||||
cards.add(new SetCardInfo("Flamescroll Celebrant", 324, Rarity.RARE, mage.cards.f.FlamescrollCelebrant.class));
|
||||
cards.add(new SetCardInfo("Flamescroll Celebrant", 150, Rarity.RARE, mage.cards.f.FlamescrollCelebrant.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Flamescroll Celebrant", 324, Rarity.RARE, mage.cards.f.FlamescrollCelebrant.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Flunk", 71, Rarity.UNCOMMON, mage.cards.f.Flunk.class));
|
||||
cards.add(new SetCardInfo("Forest", 374, Rarity.LAND, mage.cards.basiclands.Forest.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Forest", 375, Rarity.LAND, mage.cards.basiclands.Forest.class, NON_FULL_USE_VARIOUS));
|
||||
|
|
@ -203,14 +203,14 @@ public final class StrixhavenSchoolOfMages extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Introduction to Prophecy", 4, Rarity.COMMON, mage.cards.i.IntroductionToProphecy.class));
|
||||
cards.add(new SetCardInfo("Island", 368, Rarity.LAND, mage.cards.basiclands.Island.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Island", 369, Rarity.LAND, mage.cards.basiclands.Island.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Jadzi, Oracle of Arcavios", 151, Rarity.MYTHIC, mage.cards.j.JadziOracleOfArcavios.class));
|
||||
cards.add(new SetCardInfo("Jadzi, Oracle of Arcavios", 325, Rarity.MYTHIC, mage.cards.j.JadziOracleOfArcavios.class));
|
||||
cards.add(new SetCardInfo("Jadzi, Oracle of Arcavios", 151, Rarity.MYTHIC, mage.cards.j.JadziOracleOfArcavios.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Jadzi, Oracle of Arcavios", 325, Rarity.MYTHIC, mage.cards.j.JadziOracleOfArcavios.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Karok Wrangler", 135, Rarity.UNCOMMON, mage.cards.k.KarokWrangler.class));
|
||||
cards.add(new SetCardInfo("Kasmina, Enigma Sage", 196, Rarity.MYTHIC, mage.cards.k.KasminaEnigmaSage.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Kasmina, Enigma Sage", 279, Rarity.MYTHIC, mage.cards.k.KasminaEnigmaSage.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Kelpie Guide", 45, Rarity.UNCOMMON, mage.cards.k.KelpieGuide.class));
|
||||
cards.add(new SetCardInfo("Kianne, Dean of Substance", 152, Rarity.RARE, mage.cards.k.KianneDeanOfSubstance.class));
|
||||
cards.add(new SetCardInfo("Kianne, Dean of Substance", 326, Rarity.RARE, mage.cards.k.KianneDeanOfSubstance.class));
|
||||
cards.add(new SetCardInfo("Kianne, Dean of Substance", 152, Rarity.RARE, mage.cards.k.KianneDeanOfSubstance.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Kianne, Dean of Substance", 326, Rarity.RARE, mage.cards.k.KianneDeanOfSubstance.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Killian, Ink Duelist", 197, Rarity.UNCOMMON, mage.cards.k.KillianInkDuelist.class));
|
||||
cards.add(new SetCardInfo("Lash of Malice", 74, Rarity.COMMON, mage.cards.l.LashOfMalice.class));
|
||||
cards.add(new SetCardInfo("Leech Fanatic", 75, Rarity.COMMON, mage.cards.l.LeechFanatic.class));
|
||||
|
|
@ -241,8 +241,8 @@ public final class StrixhavenSchoolOfMages extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Mavinda, Students' Advocate", 291, Rarity.MYTHIC, mage.cards.m.MavindaStudentsAdvocate.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Mentor's Guidance", 46, Rarity.UNCOMMON, mage.cards.m.MentorsGuidance.class));
|
||||
cards.add(new SetCardInfo("Mercurial Transformation", 47, Rarity.UNCOMMON, mage.cards.m.MercurialTransformation.class));
|
||||
cards.add(new SetCardInfo("Mila, Crafty Companion", 153, Rarity.MYTHIC, mage.cards.m.MilaCraftyCompanion.class));
|
||||
cards.add(new SetCardInfo("Mila, Crafty Companion", 277, Rarity.MYTHIC, mage.cards.m.MilaCraftyCompanion.class));
|
||||
cards.add(new SetCardInfo("Mila, Crafty Companion", 153, Rarity.MYTHIC, mage.cards.m.MilaCraftyCompanion.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Mila, Crafty Companion", 277, Rarity.MYTHIC, mage.cards.m.MilaCraftyCompanion.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Moldering Karok", 206, Rarity.COMMON, mage.cards.m.MolderingKarok.class));
|
||||
cards.add(new SetCardInfo("Mortality Spear", 207, Rarity.UNCOMMON, mage.cards.m.MortalitySpear.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Mortality Spear", 380, Rarity.UNCOMMON, mage.cards.m.MortalitySpear.class, NON_FULL_USE_VARIOUS));
|
||||
|
|
@ -261,16 +261,16 @@ public final class StrixhavenSchoolOfMages extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Overgrown Arch", 139, Rarity.UNCOMMON, mage.cards.o.OvergrownArch.class));
|
||||
cards.add(new SetCardInfo("Owlin Shieldmage", 210, Rarity.COMMON, mage.cards.o.OwlinShieldmage.class));
|
||||
cards.add(new SetCardInfo("Pest Summoning", 211, Rarity.COMMON, mage.cards.p.PestSummoning.class));
|
||||
cards.add(new SetCardInfo("Pestilent Cauldron", 154, Rarity.RARE, mage.cards.p.PestilentCauldron.class));
|
||||
cards.add(new SetCardInfo("Pestilent Cauldron", 327, Rarity.RARE, mage.cards.p.PestilentCauldron.class));
|
||||
cards.add(new SetCardInfo("Pestilent Cauldron", 154, Rarity.RARE, mage.cards.p.PestilentCauldron.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Pestilent Cauldron", 327, Rarity.RARE, mage.cards.p.PestilentCauldron.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Pigment Storm", 111, Rarity.COMMON, mage.cards.p.PigmentStorm.class));
|
||||
cards.add(new SetCardInfo("Pilgrim of the Ages", 22, Rarity.COMMON, mage.cards.p.PilgrimOfTheAges.class));
|
||||
cards.add(new SetCardInfo("Pillardrop Rescuer", 23, Rarity.COMMON, mage.cards.p.PillardropRescuer.class));
|
||||
cards.add(new SetCardInfo("Pillardrop Warden", 112, Rarity.COMMON, mage.cards.p.PillardropWarden.class));
|
||||
cards.add(new SetCardInfo("Plains", 366, Rarity.LAND, mage.cards.basiclands.Plains.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Plains", 367, Rarity.LAND, mage.cards.basiclands.Plains.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Plargg, Dean of Chaos", 155, Rarity.RARE, mage.cards.p.PlarggDeanOfChaos.class));
|
||||
cards.add(new SetCardInfo("Plargg, Dean of Chaos", 328, Rarity.RARE, mage.cards.p.PlarggDeanOfChaos.class));
|
||||
cards.add(new SetCardInfo("Plargg, Dean of Chaos", 155, Rarity.RARE, mage.cards.p.PlarggDeanOfChaos.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Plargg, Dean of Chaos", 328, Rarity.RARE, mage.cards.p.PlarggDeanOfChaos.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Plumb the Forbidden", 81, Rarity.UNCOMMON, mage.cards.p.PlumbTheForbidden.class));
|
||||
cards.add(new SetCardInfo("Poet's Quill", 305, Rarity.RARE, mage.cards.p.PoetsQuill.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Poet's Quill", 82, Rarity.RARE, mage.cards.p.PoetsQuill.class, NON_FULL_USE_VARIOUS));
|
||||
|
|
@ -310,24 +310,24 @@ public final class StrixhavenSchoolOfMages extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Rip Apart", 381, Rarity.UNCOMMON, mage.cards.r.RipApart.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Rise of Extus", 226, Rarity.COMMON, mage.cards.r.RiseOfExtus.class));
|
||||
cards.add(new SetCardInfo("Rootha, Mercurial Artist", 227, Rarity.UNCOMMON, mage.cards.r.RoothaMercurialArtist.class));
|
||||
cards.add(new SetCardInfo("Rowan, Scholar of Sparks", 156, Rarity.MYTHIC, mage.cards.r.RowanScholarOfSparks.class));
|
||||
cards.add(new SetCardInfo("Rowan, Scholar of Sparks", 278, Rarity.MYTHIC, mage.cards.r.RowanScholarOfSparks.class));
|
||||
cards.add(new SetCardInfo("Rowan, Scholar of Sparks", 156, Rarity.MYTHIC, mage.cards.r.RowanScholarOfSparks.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Rowan, Scholar of Sparks", 278, Rarity.MYTHIC, mage.cards.r.RowanScholarOfSparks.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Rushed Rebirth", 228, Rarity.RARE, mage.cards.r.RushedRebirth.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Rushed Rebirth", 351, Rarity.RARE, mage.cards.r.RushedRebirth.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Scurrid Colony", 142, Rarity.COMMON, mage.cards.s.ScurridColony.class));
|
||||
cards.add(new SetCardInfo("Secret Rendezvous", 26, Rarity.UNCOMMON, mage.cards.s.SecretRendezvous.class));
|
||||
cards.add(new SetCardInfo("Sedgemoor Witch", 306, Rarity.RARE, mage.cards.s.SedgemoorWitch.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Sedgemoor Witch", 86, Rarity.RARE, mage.cards.s.SedgemoorWitch.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Selfless Glyphweaver", 157, Rarity.RARE, mage.cards.s.SelflessGlyphweaver.class));
|
||||
cards.add(new SetCardInfo("Selfless Glyphweaver", 329, Rarity.RARE, mage.cards.s.SelflessGlyphweaver.class));
|
||||
cards.add(new SetCardInfo("Selfless Glyphweaver", 157, Rarity.RARE, mage.cards.s.SelflessGlyphweaver.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Selfless Glyphweaver", 329, Rarity.RARE, mage.cards.s.SelflessGlyphweaver.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Semester's End", 27, Rarity.RARE, mage.cards.s.SemestersEnd.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Semester's End", 292, Rarity.RARE, mage.cards.s.SemestersEnd.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Serpentine Curve", 52, Rarity.COMMON, mage.cards.s.SerpentineCurve.class));
|
||||
cards.add(new SetCardInfo("Shadewing Laureate", 229, Rarity.UNCOMMON, mage.cards.s.ShadewingLaureate.class));
|
||||
cards.add(new SetCardInfo("Shadrix Silverquill", 230, Rarity.MYTHIC, mage.cards.s.ShadrixSilverquill.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Shadrix Silverquill", 280, Rarity.MYTHIC, mage.cards.s.ShadrixSilverquill.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Shaile, Dean of Radiance", 158, Rarity.RARE, mage.cards.s.ShaileDeanOfRadiance.class));
|
||||
cards.add(new SetCardInfo("Shaile, Dean of Radiance", 330, Rarity.RARE, mage.cards.s.ShaileDeanOfRadiance.class));
|
||||
cards.add(new SetCardInfo("Shaile, Dean of Radiance", 158, Rarity.RARE, mage.cards.s.ShaileDeanOfRadiance.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Shaile, Dean of Radiance", 330, Rarity.RARE, mage.cards.s.ShaileDeanOfRadiance.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Shineshadow Snarl", 272, Rarity.RARE, mage.cards.s.ShineshadowSnarl.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Shineshadow Snarl", 364, Rarity.RARE, mage.cards.s.ShineshadowSnarl.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Show of Confidence", 28, Rarity.UNCOMMON, mage.cards.s.ShowOfConfidence.class));
|
||||
|
|
@ -383,15 +383,15 @@ public final class StrixhavenSchoolOfMages extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Thrilling Discovery", 243, Rarity.COMMON, mage.cards.t.ThrillingDiscovery.class));
|
||||
cards.add(new SetCardInfo("Thunderous Orator", 35, Rarity.UNCOMMON, mage.cards.t.ThunderousOrator.class));
|
||||
cards.add(new SetCardInfo("Tome Shredder", 117, Rarity.COMMON, mage.cards.t.TomeShredder.class));
|
||||
cards.add(new SetCardInfo("Torrent Sculptor", 159, Rarity.RARE, mage.cards.t.TorrentSculptor.class));
|
||||
cards.add(new SetCardInfo("Torrent Sculptor", 331, Rarity.RARE, mage.cards.t.TorrentSculptor.class));
|
||||
cards.add(new SetCardInfo("Torrent Sculptor", 159, Rarity.RARE, mage.cards.t.TorrentSculptor.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Torrent Sculptor", 331, Rarity.RARE, mage.cards.t.TorrentSculptor.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Twinscroll Shaman", 118, Rarity.COMMON, mage.cards.t.TwinscrollShaman.class));
|
||||
cards.add(new SetCardInfo("Umbral Juke", 89, Rarity.UNCOMMON, mage.cards.u.UmbralJuke.class));
|
||||
cards.add(new SetCardInfo("Unwilling Ingredient", 90, Rarity.COMMON, mage.cards.u.UnwillingIngredient.class));
|
||||
cards.add(new SetCardInfo("Uvilda, Dean of Perfection", 160, Rarity.RARE, mage.cards.u.UvildaDeanOfPerfection.class));
|
||||
cards.add(new SetCardInfo("Uvilda, Dean of Perfection", 332, Rarity.RARE, mage.cards.u.UvildaDeanOfPerfection.class));
|
||||
cards.add(new SetCardInfo("Valentin, Dean of the Vein", 161, Rarity.RARE, mage.cards.v.ValentinDeanOfTheVein.class));
|
||||
cards.add(new SetCardInfo("Valentin, Dean of the Vein", 333, Rarity.RARE, mage.cards.v.ValentinDeanOfTheVein.class));
|
||||
cards.add(new SetCardInfo("Uvilda, Dean of Perfection", 160, Rarity.RARE, mage.cards.u.UvildaDeanOfPerfection.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Uvilda, Dean of Perfection", 332, Rarity.RARE, mage.cards.u.UvildaDeanOfPerfection.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Valentin, Dean of the Vein", 161, Rarity.RARE, mage.cards.v.ValentinDeanOfTheVein.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Valentin, Dean of the Vein", 333, Rarity.RARE, mage.cards.v.ValentinDeanOfTheVein.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Vanishing Verse", 244, Rarity.RARE, mage.cards.v.VanishingVerse.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Vanishing Verse", 354, Rarity.RARE, mage.cards.v.VanishingVerse.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Velomachus Lorehold", 245, Rarity.MYTHIC, mage.cards.v.VelomachusLorehold.class, NON_FULL_USE_VARIOUS));
|
||||
|
|
@ -403,8 +403,8 @@ public final class StrixhavenSchoolOfMages extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Vineglimmer Snarl", 274, Rarity.RARE, mage.cards.v.VineglimmerSnarl.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Vineglimmer Snarl", 365, Rarity.RARE, mage.cards.v.VineglimmerSnarl.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Vortex Runner", 60, Rarity.COMMON, mage.cards.v.VortexRunner.class));
|
||||
cards.add(new SetCardInfo("Wandering Archaic", 286, Rarity.RARE, mage.cards.w.WanderingArchaic.class));
|
||||
cards.add(new SetCardInfo("Wandering Archaic", 6, Rarity.RARE, mage.cards.w.WanderingArchaic.class));
|
||||
cards.add(new SetCardInfo("Wandering Archaic", 286, Rarity.RARE, mage.cards.w.WanderingArchaic.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Wandering Archaic", 6, Rarity.RARE, mage.cards.w.WanderingArchaic.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Waterfall Aerialist", 61, Rarity.COMMON, mage.cards.w.WaterfallAerialist.class));
|
||||
cards.add(new SetCardInfo("Witherbloom Apprentice", 247, Rarity.UNCOMMON, mage.cards.w.WitherbloomApprentice.class));
|
||||
cards.add(new SetCardInfo("Witherbloom Campus", 275, Rarity.COMMON, mage.cards.w.WitherbloomCampus.class));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue