fix more rarity mismatches per mtgjson (#10784)

This commit is contained in:
Susucre 2023-08-12 21:48:52 +02:00 committed by GitHub
parent 936a3edeb9
commit 0ce21d12a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 22 deletions

View file

@ -20,19 +20,19 @@ public class LegacyChampionship extends ExpansionSet {
this.hasBoosters = false;
this.hasBasicLands = false;
cards.add(new SetCardInfo("Badlands", "2016NA", Rarity.MYTHIC, mage.cards.b.Badlands.class));
cards.add(new SetCardInfo("Bayou", "2019A", Rarity.MYTHIC, mage.cards.b.Bayou.class));
cards.add(new SetCardInfo("Badlands", "2016NA", Rarity.SPECIAL, mage.cards.b.Badlands.class));
cards.add(new SetCardInfo("Bayou", "2019A", Rarity.SPECIAL, mage.cards.b.Bayou.class));
cards.add(new SetCardInfo("Brainstorm", 2012, Rarity.RARE, mage.cards.b.Brainstorm.class));
cards.add(new SetCardInfo("City of Traitors", "2019NA", Rarity.MYTHIC, mage.cards.c.CityOfTraitors.class));
cards.add(new SetCardInfo("City of Traitors", "2019NA", Rarity.SPECIAL, mage.cards.c.CityOfTraitors.class));
cards.add(new SetCardInfo("Force of Will", 2011, Rarity.RARE, mage.cards.f.ForceOfWill.class));
cards.add(new SetCardInfo("Gaea's Cradle", 2014, Rarity.MYTHIC, mage.cards.g.GaeasCradle.class));
cards.add(new SetCardInfo("Plateau", "2018A", Rarity.MYTHIC, mage.cards.p.Plateau.class));
cards.add(new SetCardInfo("Savannah", "2017NA", Rarity.MYTHIC, mage.cards.s.Savannah.class));
cards.add(new SetCardInfo("Scrubland", 2018, Rarity.MYTHIC, mage.cards.s.Scrubland.class));
cards.add(new SetCardInfo("Taiga", "2017EU", Rarity.MYTHIC, mage.cards.t.Taiga.class));
cards.add(new SetCardInfo("Tundra", 2015, Rarity.MYTHIC, mage.cards.t.Tundra.class));
cards.add(new SetCardInfo("Underground Sea", "2016EU", Rarity.MYTHIC, mage.cards.u.UndergroundSea.class));
cards.add(new SetCardInfo("Volcanic Island", "2018NA", Rarity.MYTHIC, mage.cards.v.VolcanicIsland.class));
cards.add(new SetCardInfo("Gaea's Cradle", 2014, Rarity.SPECIAL, mage.cards.g.GaeasCradle.class));
cards.add(new SetCardInfo("Plateau", "2018A", Rarity.SPECIAL, mage.cards.p.Plateau.class));
cards.add(new SetCardInfo("Savannah", "2017NA", Rarity.SPECIAL, mage.cards.s.Savannah.class));
cards.add(new SetCardInfo("Scrubland", 2018, Rarity.SPECIAL, mage.cards.s.Scrubland.class));
cards.add(new SetCardInfo("Taiga", "2017EU", Rarity.SPECIAL, mage.cards.t.Taiga.class));
cards.add(new SetCardInfo("Tundra", 2015, Rarity.SPECIAL, mage.cards.t.Tundra.class));
cards.add(new SetCardInfo("Underground Sea", "2016EU", Rarity.SPECIAL, mage.cards.u.UndergroundSea.class));
cards.add(new SetCardInfo("Volcanic Island", "2018NA", Rarity.SPECIAL, mage.cards.v.VolcanicIsland.class));
cards.add(new SetCardInfo("Wasteland", 2013, Rarity.UNCOMMON, mage.cards.w.Wasteland.class));
}
}
}

View file

@ -22,25 +22,25 @@ public class VintageChampionship extends ExpansionSet {
cards.add(new SetCardInfo("Ancestral Recall", 2005, Rarity.RARE, mage.cards.a.AncestralRecall.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Ancestral Recall", 2013, Rarity.RARE, mage.cards.a.AncestralRecall.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Ancestral Recall", 2018, Rarity.MYTHIC, mage.cards.a.AncestralRecall.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Ancestral Recall", 2018, Rarity.SPECIAL, mage.cards.a.AncestralRecall.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Black Lotus", 2003, Rarity.RARE, mage.cards.b.BlackLotus.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Black Lotus", "2017NA", Rarity.MYTHIC, mage.cards.b.BlackLotus.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Black Lotus", "2017NA", Rarity.SPECIAL, mage.cards.b.BlackLotus.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Mox Emerald", 2009, Rarity.RARE, mage.cards.m.MoxEmerald.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Mox Emerald", 2015, Rarity.MYTHIC, mage.cards.m.MoxEmerald.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Mox Emerald", 2015, Rarity.SPECIAL, mage.cards.m.MoxEmerald.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Mox Jet", 2007, Rarity.RARE, mage.cards.m.MoxJet.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Mox Jet", "2016EU", Rarity.MYTHIC, mage.cards.m.MoxJet.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Mox Jet", "2019NA", Rarity.MYTHIC, mage.cards.m.MoxJet.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Mox Jet", "2016EU", Rarity.SPECIAL, mage.cards.m.MoxJet.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Mox Jet", "2019NA", Rarity.SPECIAL, mage.cards.m.MoxJet.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Mox Pearl", 2006, Rarity.RARE, mage.cards.m.MoxPearl.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Mox Pearl", 2014, Rarity.MYTHIC, mage.cards.m.MoxPearl.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Mox Pearl", 2014, Rarity.SPECIAL, mage.cards.m.MoxPearl.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Mox Ruby", 2008, Rarity.RARE, mage.cards.m.MoxRuby.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Mox Ruby", "2017EU", Rarity.MYTHIC, mage.cards.m.MoxRuby.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Mox Ruby", "2017EU", Rarity.SPECIAL, mage.cards.m.MoxRuby.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Mox Sapphire", 2010, Rarity.RARE, mage.cards.m.MoxSapphire.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Mox Sapphire", "2016NA", Rarity.MYTHIC, mage.cards.m.MoxSapphire.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Mox Sapphire", "2016NA", Rarity.SPECIAL, mage.cards.m.MoxSapphire.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Mox Sapphire", "2019A", Rarity.MYTHIC, mage.cards.m.MoxSapphire.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Time Walk", 2011, Rarity.RARE, mage.cards.t.TimeWalk.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Time Walk", "2018NA", Rarity.MYTHIC, mage.cards.t.TimeWalk.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Time Walk", "2018NA", Rarity.SPECIAL, mage.cards.t.TimeWalk.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Timetwister", 2004, Rarity.RARE, mage.cards.t.Timetwister.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Timetwister", 2012, Rarity.RARE, mage.cards.t.Timetwister.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Timetwister", "2018A", Rarity.MYTHIC, mage.cards.t.Timetwister.class, NON_FULL_USE_VARIOUS));
cards.add(new SetCardInfo("Timetwister", "2018A", Rarity.SPECIAL, mage.cards.t.Timetwister.class, NON_FULL_USE_VARIOUS));
}
}