[SLD] update set

This commit is contained in:
Evan Kranzler 2022-11-21 20:06:42 -05:00
parent 4700fe99c1
commit 922bc6a0d3

View file

@ -388,6 +388,7 @@ public class SecretLairDrop extends ExpansionSet {
cards.add(new SetCardInfo("Plains", 391, Rarity.LAND, mage.cards.basiclands.Plains.class, FULL_ART_BFZ_VARIOUS));
cards.add(new SetCardInfo("Island", 392, Rarity.LAND, mage.cards.basiclands.Island.class, FULL_ART_BFZ_VARIOUS));
cards.add(new SetCardInfo("Plains", 393, Rarity.LAND, mage.cards.basiclands.Plains.class, FULL_ART_BFZ_VARIOUS));
cards.add(new SetCardInfo("Swamp", 394, Rarity.LAND, mage.cards.basiclands.Swamp.class, FULL_ART_BFZ_VARIOUS));
cards.add(new SetCardInfo("Tamiyo, the Moon Sage", 396, Rarity.MYTHIC, mage.cards.t.TamiyoTheMoonSage.class));
cards.add(new SetCardInfo("Ajani, Mentor of Heroes", 397, Rarity.MYTHIC, mage.cards.a.AjaniMentorOfHeroes.class));
cards.add(new SetCardInfo("Angrath, the Flame-Chained", 398, Rarity.MYTHIC, mage.cards.a.AngrathTheFlameChained.class));
@ -597,13 +598,23 @@ public class SecretLairDrop extends ExpansionSet {
cards.add(new SetCardInfo("Darksteel Citadel", 608, Rarity.RARE, mage.cards.d.DarksteelCitadel.class));
cards.add(new SetCardInfo("Havengul Laboratory", 609, Rarity.RARE, mage.cards.h.HavengulLaboratory.class));
cards.add(new SetCardInfo("Havengul Mystery", 609, Rarity.RARE, mage.cards.h.HavengulMystery.class));
cards.add(new SetCardInfo("Bonescythe Sliver", 610, Rarity.RARE, mage.cards.b.BonescytheSliver.class));
cards.add(new SetCardInfo("Essence Sliver", 612, Rarity.RARE, mage.cards.e.EssenceSliver.class));
cards.add(new SetCardInfo("Ward Sliver", 617, Rarity.RARE, mage.cards.w.WardSliver.class));
cards.add(new SetCardInfo("Diffusion Sliver", 618, Rarity.RARE, mage.cards.d.DiffusionSliver.class));
cards.add(new SetCardInfo("Galerider Sliver", 619, Rarity.RARE, mage.cards.g.GaleriderSliver.class));
cards.add(new SetCardInfo("Mesmeric Sliver", 620, Rarity.RARE, mage.cards.m.MesmericSliver.class));
cards.add(new SetCardInfo("Synapse Sliver", 626, Rarity.RARE, mage.cards.s.SynapseSliver.class));
cards.add(new SetCardInfo("Winged Sliver", 628, Rarity.RARE, mage.cards.w.WingedSliver.class));
cards.add(new SetCardInfo("Syphon Sliver", 634, Rarity.RARE, mage.cards.s.SyphonSliver.class));
cards.add(new SetCardInfo("Belligerent Sliver", 636, Rarity.RARE, mage.cards.b.BelligerentSliver.class));
cards.add(new SetCardInfo("Magma Sliver", 641, Rarity.RARE, mage.cards.m.MagmaSliver.class));
cards.add(new SetCardInfo("Spiteful Sliver", 643, Rarity.RARE, mage.cards.s.SpitefulSliver.class));
cards.add(new SetCardInfo("Striking Sliver", 644, Rarity.RARE, mage.cards.s.StrikingSliver.class));
cards.add(new SetCardInfo("Thorncaster Sliver", 645, Rarity.RARE, mage.cards.t.ThorncasterSliver.class));
cards.add(new SetCardInfo("Two-Headed Sliver", 646, Rarity.RARE, mage.cards.t.TwoHeadedSliver.class));
cards.add(new SetCardInfo("Brood Sliver", 647, Rarity.RARE, mage.cards.b.BroodSliver.class));
cards.add(new SetCardInfo("Gemhide Sliver", 648, Rarity.RARE, mage.cards.g.GemhideSliver.class));
cards.add(new SetCardInfo("Horned Sliver", 649, Rarity.RARE, mage.cards.h.HornedSliver.class));
cards.add(new SetCardInfo("Manaweft Sliver", 650, Rarity.RARE, mage.cards.m.ManaweftSliver.class));
cards.add(new SetCardInfo("Might Sliver", 652, Rarity.RARE, mage.cards.m.MightSliver.class));
@ -621,6 +632,8 @@ public class SecretLairDrop extends ExpansionSet {
cards.add(new SetCardInfo("Plains", 670, Rarity.LAND, mage.cards.basiclands.Plains.class, FULL_ART_BFZ_VARIOUS));
cards.add(new SetCardInfo("Questing Phelddagrif", 671, Rarity.RARE, mage.cards.q.QuestingPhelddagrif.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Questing Phelddagrif", 672, Rarity.RARE, mage.cards.q.QuestingPhelddagrif.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Island", 673, Rarity.LAND, mage.cards.basiclands.Island.class, FULL_ART_BFZ_VARIOUS));
cards.add(new SetCardInfo("Mountain", 674, Rarity.LAND, mage.cards.basiclands.Mountain.class, FULL_ART_BFZ_VARIOUS));
cards.add(new SetCardInfo("Lightning Bolt", 675, Rarity.RARE, mage.cards.l.LightningBolt.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Pyrite Spellbomb", 676, Rarity.RARE, mage.cards.p.PyriteSpellbomb.class));
cards.add(new SetCardInfo("Command Tower", 677, Rarity.RARE, mage.cards.c.CommandTower.class, NON_FULL_USE_VARIOUS));
@ -641,7 +654,15 @@ public class SecretLairDrop extends ExpansionSet {
cards.add(new SetCardInfo("Huntmaster of the Fells", 700, Rarity.MYTHIC, mage.cards.h.HuntmasterOfTheFells.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Ravager of the Fells", 700, Rarity.MYTHIC, mage.cards.r.RavagerOfTheFells.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Elspeth, Knight-Errant", 701, Rarity.MYTHIC, mage.cards.e.ElspethKnightErrant.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Wastes", 704, Rarity.RARE, mage.cards.w.Wastes.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Wastes", 705, Rarity.RARE, mage.cards.w.Wastes.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Wastes", 706, Rarity.RARE, mage.cards.w.Wastes.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Knight Exemplar", 707, Rarity.RARE, mage.cards.k.KnightExemplar.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Fellwar Stone", 708, Rarity.RARE, mage.cards.f.FellwarStone.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Dragon's Hoard", 709, Rarity.RARE, mage.cards.d.DragonsHoard.class));
cards.add(new SetCardInfo("Tireless Tracker", 711, Rarity.RARE, mage.cards.t.TirelessTracker.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Maro", 718, Rarity.RARE, mage.cards.m.Maro.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Maro", 719, Rarity.RARE, mage.cards.m.Maro.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Diabolic Tutor", 721, Rarity.RARE, mage.cards.d.DiabolicTutor.class));
cards.add(new SetCardInfo("Elspeth, Knight-Errant", 1001, Rarity.MYTHIC, mage.cards.e.ElspethKnightErrant.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Patron Wizard", 1002, Rarity.RARE, mage.cards.p.PatronWizard.class));
@ -681,8 +702,8 @@ public class SecretLairDrop extends ExpansionSet {
cards.add(new SetCardInfo("Bone Splinters", 1037, Rarity.RARE, mage.cards.b.BoneSplinters.class));
cards.add(new SetCardInfo("Fling", 1038, Rarity.RARE, mage.cards.f.Fling.class));
cards.add(new SetCardInfo("Defense of the Heart", 1039, Rarity.RARE, mage.cards.d.DefenseOfTheHeart.class));
cards.add(new SetCardInfo("Fellwar Stone", 1040, Rarity.RARE, mage.cards.f.FellwarStone.class));
cards.add(new SetCardInfo("Knight Exemplar", 1044, Rarity.RARE, mage.cards.k.KnightExemplar.class));
cards.add(new SetCardInfo("Fellwar Stone", 1040, Rarity.RARE, mage.cards.f.FellwarStone.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Knight Exemplar", 1044, Rarity.RARE, mage.cards.k.KnightExemplar.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Knight of the White Orchid", 1045, Rarity.RARE, mage.cards.k.KnightOfTheWhiteOrchid.class));
cards.add(new SetCardInfo("Lord of the Undead", 1046, Rarity.RARE, mage.cards.l.LordOfTheUndead.class));
cards.add(new SetCardInfo("Compost", 1047, Rarity.RARE, mage.cards.c.Compost.class));
@ -715,7 +736,7 @@ public class SecretLairDrop extends ExpansionSet {
cards.add(new SetCardInfo("Collector Ouphe", 1077, Rarity.RARE, mage.cards.c.CollectorOuphe.class));
cards.add(new SetCardInfo("Vengevine", 1078, Rarity.MYTHIC, mage.cards.v.Vengevine.class));
cards.add(new SetCardInfo("Deepglow Skate", 1093, Rarity.RARE, mage.cards.d.DeepglowSkate.class));
cards.add(new SetCardInfo("Tireless Tracker", 1094, Rarity.RARE, mage.cards.t.TirelessTracker.class));
cards.add(new SetCardInfo("Tireless Tracker", 1094, Rarity.RARE, mage.cards.t.TirelessTracker.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Contagion Engine", 1095, Rarity.RARE, mage.cards.c.ContagionEngine.class));
cards.add(new SetCardInfo("Sword of Truth and Justice", 1096, Rarity.MYTHIC, mage.cards.s.SwordOfTruthAndJustice.class));
cards.add(new SetCardInfo("Laboratory Maniac", 1097, Rarity.RARE, mage.cards.l.LaboratoryManiac.class));
@ -744,6 +765,16 @@ public class SecretLairDrop extends ExpansionSet {
cards.add(new SetCardInfo("Garruk Wildspeaker", 1142, Rarity.RARE, mage.cards.g.GarrukWildspeaker.class));
cards.add(new SetCardInfo("Saheeli, Sublime Artificer", 1143, Rarity.RARE, mage.cards.s.SaheeliSublimeArtificer.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Sarkhan Vol", 1144, Rarity.MYTHIC, mage.cards.s.SarkhanVol.class));
cards.add(new SetCardInfo("Lathliss, Dragon Queen", 1145, Rarity.RARE, mage.cards.l.LathlissDragonQueen.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Lathliss, Dragon Queen", 1146, Rarity.RARE, mage.cards.l.LathlissDragonQueen.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Birds of Paradise", 1147, Rarity.RARE, mage.cards.b.BirdsOfParadise.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Birds of Paradise", 1148, Rarity.RARE, mage.cards.b.BirdsOfParadise.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Sliver Legion", 1149, Rarity.MYTHIC, mage.cards.s.SliverLegion.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Sliver Legion", 1150, Rarity.MYTHIC, mage.cards.s.SliverLegion.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Felidar Sovereign", 1182, Rarity.RARE, mage.cards.f.FelidarSovereign.class));
cards.add(new SetCardInfo("Descendants' Path", 1183, Rarity.RARE, mage.cards.d.DescendantsPath.class));
cards.add(new SetCardInfo("Lord Windgrace", 1184, Rarity.MYTHIC, mage.cards.l.LordWindgrace.class));
cards.add(new SetCardInfo("Violent Outburst", 1185, Rarity.RARE, mage.cards.v.ViolentOutburst.class));
cards.add(new SetCardInfo("K'rrik, Son of Yawgmoth", 1186, Rarity.RARE, mage.cards.k.KrrikSonOfYawgmoth.class));
cards.add(new SetCardInfo("Bolas's Citadel", 1187, Rarity.RARE, mage.cards.b.BolassCitadel.class));
cards.add(new SetCardInfo("Leshrac's Sigil", 1188, Rarity.RARE, mage.cards.l.LeshracsSigil.class));
@ -753,6 +784,7 @@ public class SecretLairDrop extends ExpansionSet {
cards.add(new SetCardInfo("Swamp", 1192, Rarity.LAND, mage.cards.basiclands.Swamp.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Mountain", 1193, Rarity.LAND, mage.cards.basiclands.Mountain.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Forest", 1194, Rarity.LAND, mage.cards.basiclands.Forest.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Jace, the Mind Sculptor", 8001, Rarity.MYTHIC, mage.cards.j.JaceTheMindSculptor.class));
cards.add(new SetCardInfo("Garruk, Caller of Beasts", 9995, Rarity.MYTHIC, mage.cards.g.GarrukCallerOfBeasts.class));
cards.add(new SetCardInfo("Rograkh, Son of Rohgahh", 9996, Rarity.RARE, mage.cards.r.RograkhSonOfRohgahh.class));
cards.add(new SetCardInfo("Geralf's Messenger", 9997, Rarity.RARE, mage.cards.g.GeralfsMessenger.class));