mirror of
https://github.com/correl/mage.git
synced 2024-11-25 11:09:53 +00:00
* Images: fixed wrong cards number in some sets (#9249);
This commit is contained in:
parent
e8734702a6
commit
af5d8fae9d
13 changed files with 14 additions and 14 deletions
|
@ -24,6 +24,6 @@ public class AvacynRestoredPromos extends ExpansionSet {
|
||||||
cards.add(new SetCardInfo("Latch Seeker", 63, Rarity.UNCOMMON, mage.cards.l.LatchSeeker.class));
|
cards.add(new SetCardInfo("Latch Seeker", 63, Rarity.UNCOMMON, mage.cards.l.LatchSeeker.class));
|
||||||
cards.add(new SetCardInfo("Moonsilver Spear", "217*", Rarity.RARE, mage.cards.m.MoonsilverSpear.class));
|
cards.add(new SetCardInfo("Moonsilver Spear", "217*", Rarity.RARE, mage.cards.m.MoonsilverSpear.class));
|
||||||
cards.add(new SetCardInfo("Restoration Angel", "32*", Rarity.RARE, mage.cards.r.RestorationAngel.class));
|
cards.add(new SetCardInfo("Restoration Angel", "32*", Rarity.RARE, mage.cards.r.RestorationAngel.class));
|
||||||
cards.add(new SetCardInfo("Silverblade Paladin", "*36", Rarity.RARE, mage.cards.s.SilverbladePaladin.class));
|
cards.add(new SetCardInfo("Silverblade Paladin", "36*", Rarity.RARE, mage.cards.s.SilverbladePaladin.class));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,7 +22,7 @@ public class BornOfTheGodsPromos extends ExpansionSet {
|
||||||
|
|
||||||
cards.add(new SetCardInfo("Arbiter of the Ideal", "31*", Rarity.RARE, mage.cards.a.ArbiterOfTheIdeal.class));
|
cards.add(new SetCardInfo("Arbiter of the Ideal", "31*", Rarity.RARE, mage.cards.a.ArbiterOfTheIdeal.class));
|
||||||
cards.add(new SetCardInfo("Eater of Hope", "66*", Rarity.RARE, mage.cards.e.EaterOfHope.class));
|
cards.add(new SetCardInfo("Eater of Hope", "66*", Rarity.RARE, mage.cards.e.EaterOfHope.class));
|
||||||
cards.add(new SetCardInfo("Fated Conflagration", "*94", Rarity.RARE, mage.cards.f.FatedConflagration.class));
|
cards.add(new SetCardInfo("Fated Conflagration", "94*", Rarity.RARE, mage.cards.f.FatedConflagration.class));
|
||||||
cards.add(new SetCardInfo("Forgestoker Dragon", "98*", Rarity.RARE, mage.cards.f.ForgestokerDragon.class));
|
cards.add(new SetCardInfo("Forgestoker Dragon", "98*", Rarity.RARE, mage.cards.f.ForgestokerDragon.class));
|
||||||
cards.add(new SetCardInfo("Kiora's Follower", 150, Rarity.UNCOMMON, mage.cards.k.KiorasFollower.class));
|
cards.add(new SetCardInfo("Kiora's Follower", 150, Rarity.UNCOMMON, mage.cards.k.KiorasFollower.class));
|
||||||
cards.add(new SetCardInfo("Nessian Wilds Ravager", "129*", Rarity.RARE, mage.cards.n.NessianWildsRavager.class));
|
cards.add(new SetCardInfo("Nessian Wilds Ravager", "129*", Rarity.RARE, mage.cards.n.NessianWildsRavager.class));
|
||||||
|
|
|
@ -21,7 +21,7 @@ public class DarkAscensionPromos extends ExpansionSet {
|
||||||
this.hasBasicLands = false;
|
this.hasBasicLands = false;
|
||||||
|
|
||||||
cards.add(new SetCardInfo("Archdemon of Greed", "71*", Rarity.RARE, mage.cards.a.ArchdemonOfGreed.class));
|
cards.add(new SetCardInfo("Archdemon of Greed", "71*", Rarity.RARE, mage.cards.a.ArchdemonOfGreed.class));
|
||||||
cards.add(new SetCardInfo("Gravecrawler", "*64", Rarity.RARE, mage.cards.g.Gravecrawler.class));
|
cards.add(new SetCardInfo("Gravecrawler", "64*", Rarity.RARE, mage.cards.g.Gravecrawler.class));
|
||||||
cards.add(new SetCardInfo("Mondronen Shaman", "98*", Rarity.RARE, mage.cards.m.MondronenShaman.class));
|
cards.add(new SetCardInfo("Mondronen Shaman", "98*", Rarity.RARE, mage.cards.m.MondronenShaman.class));
|
||||||
cards.add(new SetCardInfo("Ravenous Demon", "71*", Rarity.RARE, mage.cards.r.RavenousDemon.class));
|
cards.add(new SetCardInfo("Ravenous Demon", "71*", Rarity.RARE, mage.cards.r.RavenousDemon.class));
|
||||||
cards.add(new SetCardInfo("Strangleroot Geist", 127, Rarity.UNCOMMON, mage.cards.s.StranglerootGeist.class));
|
cards.add(new SetCardInfo("Strangleroot Geist", 127, Rarity.UNCOMMON, mage.cards.s.StranglerootGeist.class));
|
||||||
|
|
|
@ -24,7 +24,7 @@ public class DragonsMazePromos extends ExpansionSet {
|
||||||
cards.add(new SetCardInfo("Maze's End", "152*", Rarity.MYTHIC, mage.cards.m.MazesEnd.class));
|
cards.add(new SetCardInfo("Maze's End", "152*", Rarity.MYTHIC, mage.cards.m.MazesEnd.class));
|
||||||
cards.add(new SetCardInfo("Melek, Izzet Paragon", 84, Rarity.RARE, mage.cards.m.MelekIzzetParagon.class));
|
cards.add(new SetCardInfo("Melek, Izzet Paragon", 84, Rarity.RARE, mage.cards.m.MelekIzzetParagon.class));
|
||||||
cards.add(new SetCardInfo("Plains", "157*", Rarity.LAND, mage.cards.basiclands.Plains.class, NON_FULL_USE_VARIOUS));
|
cards.add(new SetCardInfo("Plains", "157*", Rarity.LAND, mage.cards.basiclands.Plains.class, NON_FULL_USE_VARIOUS));
|
||||||
cards.add(new SetCardInfo("Render Silent", "*96", Rarity.RARE, mage.cards.r.RenderSilent.class));
|
cards.add(new SetCardInfo("Render Silent", "96*", Rarity.RARE, mage.cards.r.RenderSilent.class));
|
||||||
cards.add(new SetCardInfo("Trostani's Summoner", 110, Rarity.UNCOMMON, mage.cards.t.TrostanisSummoner.class));
|
cards.add(new SetCardInfo("Trostani's Summoner", 110, Rarity.UNCOMMON, mage.cards.t.TrostanisSummoner.class));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,7 +24,7 @@ public class GatecrashPromos extends ExpansionSet {
|
||||||
cards.add(new SetCardInfo("Fathom Mage", "162*", Rarity.RARE, mage.cards.f.FathomMage.class));
|
cards.add(new SetCardInfo("Fathom Mage", "162*", Rarity.RARE, mage.cards.f.FathomMage.class));
|
||||||
cards.add(new SetCardInfo("Firemane Avenger", 163, Rarity.RARE, mage.cards.f.FiremaneAvenger.class));
|
cards.add(new SetCardInfo("Firemane Avenger", 163, Rarity.RARE, mage.cards.f.FiremaneAvenger.class));
|
||||||
cards.add(new SetCardInfo("Foundry Champion", "165*", Rarity.RARE, mage.cards.f.FoundryChampion.class));
|
cards.add(new SetCardInfo("Foundry Champion", "165*", Rarity.RARE, mage.cards.f.FoundryChampion.class));
|
||||||
cards.add(new SetCardInfo("Nightveil Specter", "*222", Rarity.RARE, mage.cards.n.NightveilSpecter.class));
|
cards.add(new SetCardInfo("Nightveil Specter", "222*", Rarity.RARE, mage.cards.n.NightveilSpecter.class));
|
||||||
cards.add(new SetCardInfo("Rubblehulk", "191*", Rarity.RARE, mage.cards.r.Rubblehulk.class));
|
cards.add(new SetCardInfo("Rubblehulk", "191*", Rarity.RARE, mage.cards.r.Rubblehulk.class));
|
||||||
cards.add(new SetCardInfo("Skarrg Goliath", "133*", Rarity.RARE, mage.cards.s.SkarrgGoliath.class));
|
cards.add(new SetCardInfo("Skarrg Goliath", "133*", Rarity.RARE, mage.cards.s.SkarrgGoliath.class));
|
||||||
cards.add(new SetCardInfo("Treasury Thrull", "201*", Rarity.RARE, mage.cards.t.TreasuryThrull.class));
|
cards.add(new SetCardInfo("Treasury Thrull", "201*", Rarity.RARE, mage.cards.t.TreasuryThrull.class));
|
||||||
|
|
|
@ -24,7 +24,7 @@ public class JourneyIntoNyxPromos extends ExpansionSet {
|
||||||
cards.add(new SetCardInfo("Dictate of Kruphix", 37, Rarity.RARE, mage.cards.d.DictateOfKruphix.class));
|
cards.add(new SetCardInfo("Dictate of Kruphix", 37, Rarity.RARE, mage.cards.d.DictateOfKruphix.class));
|
||||||
cards.add(new SetCardInfo("Dictate of the Twin Gods", "93*", Rarity.RARE, mage.cards.d.DictateOfTheTwinGods.class));
|
cards.add(new SetCardInfo("Dictate of the Twin Gods", "93*", Rarity.RARE, mage.cards.d.DictateOfTheTwinGods.class));
|
||||||
cards.add(new SetCardInfo("Doomwake Giant", "66*", Rarity.RARE, mage.cards.d.DoomwakeGiant.class));
|
cards.add(new SetCardInfo("Doomwake Giant", "66*", Rarity.RARE, mage.cards.d.DoomwakeGiant.class));
|
||||||
cards.add(new SetCardInfo("Eidolon of Blossoms", "*122", Rarity.RARE, mage.cards.e.EidolonOfBlossoms.class));
|
cards.add(new SetCardInfo("Eidolon of Blossoms", "122*", Rarity.RARE, mage.cards.e.EidolonOfBlossoms.class));
|
||||||
cards.add(new SetCardInfo("Heroes' Bane", "126*", Rarity.RARE, mage.cards.h.HeroesBane.class));
|
cards.add(new SetCardInfo("Heroes' Bane", "126*", Rarity.RARE, mage.cards.h.HeroesBane.class));
|
||||||
cards.add(new SetCardInfo("Scourge of Fleets", "51*", Rarity.RARE, mage.cards.s.ScourgeOfFleets.class));
|
cards.add(new SetCardInfo("Scourge of Fleets", "51*", Rarity.RARE, mage.cards.s.ScourgeOfFleets.class));
|
||||||
cards.add(new SetCardInfo("Spawn of Thraxes", "112*", Rarity.RARE, mage.cards.s.SpawnOfThraxes.class));
|
cards.add(new SetCardInfo("Spawn of Thraxes", "112*", Rarity.RARE, mage.cards.s.SpawnOfThraxes.class));
|
||||||
|
|
|
@ -23,7 +23,7 @@ public class MirrodinBesiegedPromos extends ExpansionSet {
|
||||||
cards.add(new SetCardInfo("Black Sun's Zenith", 39, Rarity.RARE, mage.cards.b.BlackSunsZenith.class));
|
cards.add(new SetCardInfo("Black Sun's Zenith", 39, Rarity.RARE, mage.cards.b.BlackSunsZenith.class));
|
||||||
cards.add(new SetCardInfo("Glissa, the Traitor", "96*", Rarity.MYTHIC, mage.cards.g.GlissaTheTraitor.class));
|
cards.add(new SetCardInfo("Glissa, the Traitor", "96*", Rarity.MYTHIC, mage.cards.g.GlissaTheTraitor.class));
|
||||||
cards.add(new SetCardInfo("Hero of Bladehold", "8*", Rarity.MYTHIC, mage.cards.h.HeroOfBladehold.class));
|
cards.add(new SetCardInfo("Hero of Bladehold", "8*", Rarity.MYTHIC, mage.cards.h.HeroOfBladehold.class));
|
||||||
cards.add(new SetCardInfo("Mirran Crusader", "*14", Rarity.RARE, mage.cards.m.MirranCrusader.class));
|
cards.add(new SetCardInfo("Mirran Crusader", "14*", Rarity.RARE, mage.cards.m.MirranCrusader.class));
|
||||||
cards.add(new SetCardInfo("Thopter Assembly", "140*", Rarity.RARE, mage.cards.t.ThopterAssembly.class));
|
cards.add(new SetCardInfo("Thopter Assembly", "140*", Rarity.RARE, mage.cards.t.ThopterAssembly.class));
|
||||||
cards.add(new SetCardInfo("Treasure Mage", 34, Rarity.UNCOMMON, mage.cards.t.TreasureMage.class));
|
cards.add(new SetCardInfo("Treasure Mage", 34, Rarity.UNCOMMON, mage.cards.t.TreasureMage.class));
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,6 +25,6 @@ public class NewPhyrexiaPromos extends ExpansionSet {
|
||||||
cards.add(new SetCardInfo("Priest of Urabrask", 90, Rarity.UNCOMMON, mage.cards.p.PriestOfUrabrask.class));
|
cards.add(new SetCardInfo("Priest of Urabrask", 90, Rarity.UNCOMMON, mage.cards.p.PriestOfUrabrask.class));
|
||||||
cards.add(new SetCardInfo("Pristine Talisman", 151, Rarity.COMMON, mage.cards.p.PristineTalisman.class));
|
cards.add(new SetCardInfo("Pristine Talisman", 151, Rarity.COMMON, mage.cards.p.PristineTalisman.class));
|
||||||
cards.add(new SetCardInfo("Sheoldred, Whispering One", "73*", Rarity.MYTHIC, mage.cards.s.SheoldredWhisperingOne.class));
|
cards.add(new SetCardInfo("Sheoldred, Whispering One", "73*", Rarity.MYTHIC, mage.cards.s.SheoldredWhisperingOne.class));
|
||||||
cards.add(new SetCardInfo("Surgical Extraction", "*74", Rarity.RARE, mage.cards.s.SurgicalExtraction.class));
|
cards.add(new SetCardInfo("Surgical Extraction", "74*", Rarity.RARE, mage.cards.s.SurgicalExtraction.class));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -29,6 +29,6 @@ public class ReturnToRavnicaPromos extends ExpansionSet {
|
||||||
cards.add(new SetCardInfo("Dryad Militant", 214, Rarity.UNCOMMON, mage.cards.d.DryadMilitant.class));
|
cards.add(new SetCardInfo("Dryad Militant", 214, Rarity.UNCOMMON, mage.cards.d.DryadMilitant.class));
|
||||||
cards.add(new SetCardInfo("Grove of the Guardian", "240*", Rarity.RARE, mage.cards.g.GroveOfTheGuardian.class));
|
cards.add(new SetCardInfo("Grove of the Guardian", "240*", Rarity.RARE, mage.cards.g.GroveOfTheGuardian.class));
|
||||||
cards.add(new SetCardInfo("Hypersonic Dragon", "170*", Rarity.RARE, mage.cards.h.HypersonicDragon.class));
|
cards.add(new SetCardInfo("Hypersonic Dragon", "170*", Rarity.RARE, mage.cards.h.HypersonicDragon.class));
|
||||||
cards.add(new SetCardInfo("Supreme Verdict", "*201", Rarity.RARE, mage.cards.s.SupremeVerdict.class));
|
cards.add(new SetCardInfo("Supreme Verdict", "201*", Rarity.RARE, mage.cards.s.SupremeVerdict.class));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,9 +22,9 @@ public class RiseOfTheEldraziPromos extends ExpansionSet {
|
||||||
|
|
||||||
cards.add(new SetCardInfo("Deathless Angel", 49, Rarity.RARE, mage.cards.d.DeathlessAngel.class));
|
cards.add(new SetCardInfo("Deathless Angel", 49, Rarity.RARE, mage.cards.d.DeathlessAngel.class));
|
||||||
cards.add(new SetCardInfo("Emrakul, the Aeons Torn", "4*", Rarity.MYTHIC, mage.cards.e.EmrakulTheAeonsTorn.class));
|
cards.add(new SetCardInfo("Emrakul, the Aeons Torn", "4*", Rarity.MYTHIC, mage.cards.e.EmrakulTheAeonsTorn.class));
|
||||||
cards.add(new SetCardInfo("Guul Draz Assassin", "*112", Rarity.RARE, mage.cards.g.GuulDrazAssassin.class));
|
cards.add(new SetCardInfo("Guul Draz Assassin", "112*", Rarity.RARE, mage.cards.g.GuulDrazAssassin.class));
|
||||||
cards.add(new SetCardInfo("Lord of Shatterskull Pass", "156*", Rarity.RARE, mage.cards.l.LordOfShatterskullPass.class));
|
cards.add(new SetCardInfo("Lord of Shatterskull Pass", "156*", Rarity.RARE, mage.cards.l.LordOfShatterskullPass.class));
|
||||||
cards.add(new SetCardInfo("Pestilence Demon", "*124", Rarity.RARE, mage.cards.p.PestilenceDemon.class));
|
cards.add(new SetCardInfo("Pestilence Demon", "124*", Rarity.RARE, mage.cards.p.PestilenceDemon.class));
|
||||||
cards.add(new SetCardInfo("Staggershock", 48, Rarity.RARE, mage.cards.s.Staggershock.class));
|
cards.add(new SetCardInfo("Staggershock", 48, Rarity.RARE, mage.cards.s.Staggershock.class));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,7 +21,7 @@ public class ScarsOfMirrodinPromos extends ExpansionSet {
|
||||||
this.hasBasicLands = false;
|
this.hasBasicLands = false;
|
||||||
|
|
||||||
cards.add(new SetCardInfo("Memnite", 174, Rarity.UNCOMMON, mage.cards.m.Memnite.class));
|
cards.add(new SetCardInfo("Memnite", 174, Rarity.UNCOMMON, mage.cards.m.Memnite.class));
|
||||||
cards.add(new SetCardInfo("Memoricide", "*69", Rarity.RARE, mage.cards.m.Memoricide.class));
|
cards.add(new SetCardInfo("Memoricide", "69*", Rarity.RARE, mage.cards.m.Memoricide.class));
|
||||||
cards.add(new SetCardInfo("Steel Hellkite", "205*", Rarity.RARE, mage.cards.s.SteelHellkite.class));
|
cards.add(new SetCardInfo("Steel Hellkite", "205*", Rarity.RARE, mage.cards.s.SteelHellkite.class));
|
||||||
cards.add(new SetCardInfo("Tempered Steel", 24, Rarity.RARE, mage.cards.t.TemperedSteel.class));
|
cards.add(new SetCardInfo("Tempered Steel", 24, Rarity.RARE, mage.cards.t.TemperedSteel.class));
|
||||||
cards.add(new SetCardInfo("Wurmcoil Engine", "223*", Rarity.MYTHIC, mage.cards.w.WurmcoilEngine.class));
|
cards.add(new SetCardInfo("Wurmcoil Engine", "223*", Rarity.MYTHIC, mage.cards.w.WurmcoilEngine.class));
|
||||||
|
|
|
@ -29,6 +29,6 @@ public class TherosPromos extends ExpansionSet {
|
||||||
cards.add(new SetCardInfo("Nighthowler", 98, Rarity.RARE, mage.cards.n.Nighthowler.class));
|
cards.add(new SetCardInfo("Nighthowler", 98, Rarity.RARE, mage.cards.n.Nighthowler.class));
|
||||||
cards.add(new SetCardInfo("Phalanx Leader", 26, Rarity.UNCOMMON, mage.cards.p.PhalanxLeader.class));
|
cards.add(new SetCardInfo("Phalanx Leader", 26, Rarity.UNCOMMON, mage.cards.p.PhalanxLeader.class));
|
||||||
cards.add(new SetCardInfo("Shipbreaker Kraken", "63*", Rarity.RARE, mage.cards.s.ShipbreakerKraken.class));
|
cards.add(new SetCardInfo("Shipbreaker Kraken", "63*", Rarity.RARE, mage.cards.s.ShipbreakerKraken.class));
|
||||||
cards.add(new SetCardInfo("Sylvan Caryatid", "*180", Rarity.RARE, mage.cards.s.SylvanCaryatid.class));
|
cards.add(new SetCardInfo("Sylvan Caryatid", "180*", Rarity.RARE, mage.cards.s.SylvanCaryatid.class));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,7 +20,7 @@ public class ZendikarPromos extends ExpansionSet {
|
||||||
this.hasBoosters = false;
|
this.hasBoosters = false;
|
||||||
this.hasBasicLands = false;
|
this.hasBasicLands = false;
|
||||||
|
|
||||||
cards.add(new SetCardInfo("Day of Judgment", "*9", Rarity.RARE, mage.cards.d.DayOfJudgment.class));
|
cards.add(new SetCardInfo("Day of Judgment", "9*", Rarity.RARE, mage.cards.d.DayOfJudgment.class));
|
||||||
cards.add(new SetCardInfo("Emeria Angel", 35, Rarity.RARE, mage.cards.e.EmeriaAngel.class));
|
cards.add(new SetCardInfo("Emeria Angel", 35, Rarity.RARE, mage.cards.e.EmeriaAngel.class));
|
||||||
cards.add(new SetCardInfo("Nissa's Chosen", 34, Rarity.RARE, mage.cards.n.NissasChosen.class));
|
cards.add(new SetCardInfo("Nissa's Chosen", 34, Rarity.RARE, mage.cards.n.NissasChosen.class));
|
||||||
cards.add(new SetCardInfo("Rampaging Baloths", "178*", Rarity.MYTHIC, mage.cards.r.RampagingBaloths.class));
|
cards.add(new SetCardInfo("Rampaging Baloths", "178*", Rarity.MYTHIC, mage.cards.r.RampagingBaloths.class));
|
||||||
|
|
Loading…
Reference in a new issue