mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
Added some Secret Lair drops
This commit is contained in:
parent
9a877f5b33
commit
32e340032b
1 changed files with 46 additions and 0 deletions
|
|
@ -894,6 +894,14 @@ public class SecretLairDrop extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Glistener Elf", 1205, Rarity.RARE, mage.cards.g.GlistenerElf.class));
|
||||
cards.add(new SetCardInfo("Batterskull", 1206, Rarity.MYTHIC, mage.cards.b.Batterskull.class));
|
||||
cards.add(new SetCardInfo("Inkmoth Nexus", 1207, Rarity.RARE, mage.cards.i.InkmothNexus.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Archangel Avacyn", 1209, Rarity.MYTHIC, mage.cards.a.ArchangelAvacyn.class));
|
||||
cards.add(new SetCardInfo("Avacyn, the Purifier", 1209, Rarity.MYTHIC, mage.cards.a.AvacynThePurifier.class));
|
||||
cards.add(new SetCardInfo("Bloodline Keeper", 1210, Rarity.RARE, mage.cards.b.BloodlineKeeper.class));
|
||||
cards.add(new SetCardInfo("Lord of Lineage", 1210, Rarity.RARE, mage.cards.l.LordOfLineage.class));
|
||||
cards.add(new SetCardInfo("Nicol Bolas, the Ravager", 1211, Rarity.MYTHIC, mage.cards.n.NicolBolasTheRavager.class));
|
||||
cards.add(new SetCardInfo("Nicol Bolas, the Arisen", 1211, Rarity.MYTHIC, mage.cards.n.NicolBolasTheArisen.class));
|
||||
cards.add(new SetCardInfo("Westvale Abbey", 1212, Rarity.RARE, mage.cards.w.WestvaleAbbey.class));
|
||||
cards.add(new SetCardInfo("Ormendahl, Profane Prince", 1212, Rarity.RARE, mage.cards.o.OrmendahlProfanePrince.class));
|
||||
cards.add(new SetCardInfo("Phyrexian Unlife", 1213, Rarity.RARE, mage.cards.p.PhyrexianUnlife.class));
|
||||
cards.add(new SetCardInfo("Phyrexian Crusader", 1214, Rarity.RARE, mage.cards.p.PhyrexianCrusader.class));
|
||||
cards.add(new SetCardInfo("Plague Engineer", 1215, Rarity.RARE, mage.cards.p.PlagueEngineer.class));
|
||||
|
|
@ -933,11 +941,49 @@ public class SecretLairDrop extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Koth of the Hammer", 1248, Rarity.RARE, mage.cards.k.KothOfTheHammer.class));
|
||||
cards.add(new SetCardInfo("Master of the Wild Hunt", 1249, Rarity.MYTHIC, mage.cards.m.MasterOfTheWildHunt.class));
|
||||
cards.add(new SetCardInfo("Karrthus, Tyrant of Jund", 1250, Rarity.MYTHIC, mage.cards.k.KarrthusTyrantOfJund.class));
|
||||
cards.add(new SetCardInfo("Cleansing Nova", 1251, Rarity.RARE, mage.cards.c.CleansingNova.class));
|
||||
cards.add(new SetCardInfo("Serra the Benevolent", 1252, Rarity.MYTHIC, mage.cards.s.SerraTheBenevolent.class));
|
||||
cards.add(new SetCardInfo("Stoneforge Mystic", 1253, Rarity.RARE, mage.cards.s.StoneforgeMystic.class));
|
||||
cards.add(new SetCardInfo("Muddle the Mixture", 1254, Rarity.RARE, mage.cards.m.MuddleTheMixture.class));
|
||||
cards.add(new SetCardInfo("Flamekin Harbinger", 1255, Rarity.RARE, mage.cards.f.FlamekinHarbinger.class));
|
||||
cards.add(new SetCardInfo("Omnath, Locus of Rage", 1256, Rarity.MYTHIC, mage.cards.o.OmnathLocusOfRage.class));
|
||||
cards.add(new SetCardInfo("Risen Reef", 1257, Rarity.RARE, mage.cards.r.RisenReef.class));
|
||||
cards.add(new SetCardInfo("Voice of Resurgence", 1258, Rarity.MYTHIC, mage.cards.v.VoiceOfResurgence.class));
|
||||
cards.add(new SetCardInfo("Wheel and Deal", 1262, Rarity.RARE, mage.cards.w.WheelAndDeal.class));
|
||||
cards.add(new SetCardInfo("Questing Beast", 1263, Rarity.MYTHIC, mage.cards.q.QuestingBeast.class));
|
||||
cards.add(new SetCardInfo("Olivia Voldaren", 1264, Rarity.MYTHIC, mage.cards.o.OliviaVoldaren.class));
|
||||
cards.add(new SetCardInfo("Walking Ballista", 1265, Rarity.RARE, mage.cards.w.WalkingBallista.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("The World Tree", 1266, Rarity.RARE, mage.cards.t.TheWorldTree.class));
|
||||
cards.add(new SetCardInfo("Higure, the Still Wind", 1267, Rarity.RARE, mage.cards.h.HigureTheStillWind.class));
|
||||
cards.add(new SetCardInfo("Nezahal, Primal Tide", 1268, Rarity.RARE, mage.cards.n.NezahalPrimalTide.class));
|
||||
cards.add(new SetCardInfo("Dragonlord Kolaghan", 1269, Rarity.MYTHIC, mage.cards.d.DragonlordKolaghan.class));
|
||||
cards.add(new SetCardInfo("Mina and Denn, Wildborn", 1270, Rarity.RARE, mage.cards.m.MinaAndDennWildborn.class));
|
||||
cards.add(new SetCardInfo("Xantcha, Sleeper Agent", 1271, Rarity.RARE, mage.cards.x.XantchaSleeperAgent.class));
|
||||
cards.add(new SetCardInfo("Misdirection", 1272, Rarity.RARE, mage.cards.m.Misdirection.class));
|
||||
cards.add(new SetCardInfo("Utvara Hellkite", 1273, Rarity.MYTHIC, mage.cards.u.UtvaraHellkite.class));
|
||||
cards.add(new SetCardInfo("Kogla, the Titan Ape", 1274, Rarity.RARE, mage.cards.k.KoglaTheTitanApe.class));
|
||||
cards.add(new SetCardInfo("Nyxbloom Ancient", 1275, Rarity.MYTHIC, mage.cards.n.NyxbloomAncient.class));
|
||||
cards.add(new SetCardInfo("Jhoira, Weatherlight Captain", 1276, Rarity.RARE, mage.cards.j.JhoiraWeatherlightCaptain.class));
|
||||
cards.add(new SetCardInfo("Llawan, Cephalid Empress", 1277, Rarity.RARE, mage.cards.l.LlawanCephalidEmpress.class));
|
||||
cards.add(new SetCardInfo("Master of Waves", 1278, Rarity.MYTHIC, mage.cards.m.MasterOfWaves.class));
|
||||
cards.add(new SetCardInfo("Thassa, Deep-Dwelling", 1279, Rarity.MYTHIC, mage.cards.t.ThassaDeepDwelling.class));
|
||||
cards.add(new SetCardInfo("Thassa's Oracle", 1280, Rarity.RARE, mage.cards.t.ThassasOracle.class));
|
||||
cards.add(new SetCardInfo("Joraga Treespeaker", 1281, Rarity.RARE, mage.cards.j.JoragaTreespeaker.class));
|
||||
cards.add(new SetCardInfo("Nature's Will", 1282, Rarity.RARE, mage.cards.n.NaturesWill.class));
|
||||
cards.add(new SetCardInfo("Ulvenwald Tracker", 1283, Rarity.RARE, mage.cards.u.UlvenwaldTracker.class));
|
||||
cards.add(new SetCardInfo("Yeva, Nature's Herald", 1284, Rarity.RARE, mage.cards.y.YevaNaturesHerald.class));
|
||||
cards.add(new SetCardInfo("Grand Abolisher", 1285, Rarity.RARE, mage.cards.g.GrandAbolisher.class));
|
||||
cards.add(new SetCardInfo("Selfless Savior", 1286, Rarity.RARE, mage.cards.s.SelflessSavior.class));
|
||||
cards.add(new SetCardInfo("Akroma, Angel of Fury", 1287, Rarity.MYTHIC, mage.cards.a.AkromaAngelOfFury.class));
|
||||
cards.add(new SetCardInfo("Umezawa's Jitte", 1288, Rarity.RARE, mage.cards.u.UmezawasJitte.class));
|
||||
cards.add(new SetCardInfo("Linvala, Keeper of Silence", 1289, Rarity.MYTHIC, mage.cards.l.LinvalaKeeperOfSilence.class));
|
||||
cards.add(new SetCardInfo("Sunblast Angel", 1290, Rarity.RARE, mage.cards.s.SunblastAngel.class));
|
||||
cards.add(new SetCardInfo("Emeria, the Sky Ruin", 1291, Rarity.RARE, mage.cards.e.EmeriaTheSkyRuin.class));
|
||||
cards.add(new SetCardInfo("Seraph Sanctuary", 1292, Rarity.RARE, mage.cards.s.SeraphSanctuary.class));
|
||||
cards.add(new SetCardInfo("Slip On the Ring", 1293, Rarity.RARE, mage.cards.s.SlipOnTheRing.class));
|
||||
cards.add(new SetCardInfo("Gandalf, Friend of the Shire", 1294, Rarity.RARE, mage.cards.g.GandalfFriendOfTheShire.class));
|
||||
cards.add(new SetCardInfo("Mirror of Galadriel", 1295, Rarity.RARE, mage.cards.m.MirrorOfGaladriel.class));
|
||||
cards.add(new SetCardInfo("Shire Terrace", 1296, Rarity.RARE, mage.cards.s.ShireTerrace.class));
|
||||
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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue