mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
Changed Modern Masters 2015 short designation to MM2.
This commit is contained in:
parent
5abcefa09e
commit
5c018b15af
252 changed files with 252 additions and 252 deletions
|
@ -18,7 +18,7 @@ public class MagicCardsImageSource implements CardImageSource {
|
||||||
{
|
{
|
||||||
put("TPR", "tempest-remastered");
|
put("TPR", "tempest-remastered");
|
||||||
put("ORI", "magic-origins");
|
put("ORI", "magic-origins");
|
||||||
put("MMB", "modern-masters-2015");
|
put("MM2", "modern-masters-2015");
|
||||||
put("PTC", "prerelease-events");
|
put("PTC", "prerelease-events");
|
||||||
put("DTK", "dragons-of-tarkir");
|
put("DTK", "dragons-of-tarkir");
|
||||||
put("GRC","wpngateway");
|
put("GRC","wpngateway");
|
||||||
|
|
|
@ -145,7 +145,7 @@ public class WizardCardsImageSource implements CardImageSource {
|
||||||
setsAliases.put("MIR", "Mirage");
|
setsAliases.put("MIR", "Mirage");
|
||||||
setsAliases.put("MLP", "Launch Party");
|
setsAliases.put("MLP", "Launch Party");
|
||||||
setsAliases.put("MMA", "Modern Masters");
|
setsAliases.put("MMA", "Modern Masters");
|
||||||
setsAliases.put("MMB", "Modern Masters 2015");
|
setsAliases.put("MM2", "Modern Masters 2015");
|
||||||
setsAliases.put("MMQ", "Mercadian Masques");
|
setsAliases.put("MMQ", "Mercadian Masques");
|
||||||
setsAliases.put("MOR", "Morningtide");
|
setsAliases.put("MOR", "Morningtide");
|
||||||
setsAliases.put("MPRP", "Magic Player Rewards");
|
setsAliases.put("MPRP", "Magic Player Rewards");
|
||||||
|
|
|
@ -47,7 +47,7 @@ public class ModernMasters2015 extends ExpansionSet {
|
||||||
}
|
}
|
||||||
|
|
||||||
private ModernMasters2015() {
|
private ModernMasters2015() {
|
||||||
super("Modern Masters 2015", "MMB", "mage.sets.modernmasters2015", new GregorianCalendar(2015, 5, 22).getTime(), SetType.SUPPLEMENTAL);
|
super("Modern Masters 2015", "MM2", "mage.sets.modernmasters2015", new GregorianCalendar(2015, 5, 22).getTime(), SetType.SUPPLEMENTAL);
|
||||||
this.blockName = "Reprint";
|
this.blockName = "Reprint";
|
||||||
this.hasBasicLands = false;
|
this.hasBasicLands = false;
|
||||||
this.hasBoosters = true;
|
this.hasBoosters = true;
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class AEthersnipe extends mage.sets.commander.AEthersnipe {
|
||||||
public AEthersnipe(UUID ownerId) {
|
public AEthersnipe(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 39;
|
this.cardNumber = 39;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public AEthersnipe(final AEthersnipe card) {
|
public AEthersnipe(final AEthersnipe card) {
|
||||||
|
|
|
@ -39,7 +39,7 @@ public class AgonyWarp extends mage.sets.shardsofalara.AgonyWarp {
|
||||||
public AgonyWarp(UUID ownerId) {
|
public AgonyWarp(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 170;
|
this.cardNumber = 170;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
this.rarity = Rarity.UNCOMMON;
|
this.rarity = Rarity.UNCOMMON;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class AirServant extends mage.sets.magic2011.AirServant {
|
||||||
public AirServant(UUID ownerId) {
|
public AirServant(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 40;
|
this.cardNumber = 40;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public AirServant(final AirServant card) {
|
public AirServant(final AirServant card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class AlgaeGharial extends mage.sets.shardsofalara.AlgaeGharial {
|
||||||
public AlgaeGharial(UUID ownerId) {
|
public AlgaeGharial(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 137;
|
this.cardNumber = 137;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public AlgaeGharial(final AlgaeGharial card) {
|
public AlgaeGharial(final AlgaeGharial card) {
|
||||||
|
|
|
@ -39,7 +39,7 @@ public class AllIsDust extends mage.sets.riseoftheeldrazi.AllIsDust {
|
||||||
public AllIsDust(UUID ownerId) {
|
public AllIsDust(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 1;
|
this.cardNumber = 1;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
this.rarity = Rarity.RARE;
|
this.rarity = Rarity.RARE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -67,7 +67,7 @@ public class AllSunsDawn extends CardImpl {
|
||||||
|
|
||||||
public AllSunsDawn(UUID ownerId) {
|
public AllSunsDawn(UUID ownerId) {
|
||||||
super(ownerId, 138, "All Suns' Dawn", Rarity.RARE, new CardType[]{CardType.SORCERY}, "{4}{G}");
|
super(ownerId, 138, "All Suns' Dawn", Rarity.RARE, new CardType[]{CardType.SORCERY}, "{4}{G}");
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
|
|
||||||
// For each color, return up to one target card of that color from your graveyard to your hand.
|
// For each color, return up to one target card of that color from your graveyard to your hand.
|
||||||
this.getSpellAbility().addEffect(new AllSunsDawnEffect());
|
this.getSpellAbility().addEffect(new AllSunsDawnEffect());
|
||||||
|
|
|
@ -39,7 +39,7 @@ public class AlloyMyr extends mage.sets.newphyrexia.AlloyMyr {
|
||||||
public AlloyMyr(UUID ownerId) {
|
public AlloyMyr(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 201;
|
this.cardNumber = 201;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
this.rarity = Rarity.COMMON;
|
this.rarity = Rarity.COMMON;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class AntQueen extends mage.sets.magic2010.AntQueen {
|
||||||
public AntQueen(UUID ownerId) {
|
public AntQueen(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 139;
|
this.cardNumber = 139;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public AntQueen(final AntQueen card) {
|
public AntQueen(final AntQueen card) {
|
||||||
|
|
|
@ -39,7 +39,7 @@ public class ApocalypseHydra extends mage.sets.conflux.ApocalypseHydra {
|
||||||
public ApocalypseHydra(UUID ownerId) {
|
public ApocalypseHydra(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 171;
|
this.cardNumber = 171;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
this.rarity = Rarity.RARE;
|
this.rarity = Rarity.RARE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class ApostlesBlessing extends mage.sets.newphyrexia.ApostlesBlessing {
|
||||||
public ApostlesBlessing(UUID ownerId) {
|
public ApostlesBlessing(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 8;
|
this.cardNumber = 8;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public ApostlesBlessing(final ApostlesBlessing card) {
|
public ApostlesBlessing(final ApostlesBlessing card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class AquastrandSpider extends mage.sets.dissension.AquastrandSpider {
|
||||||
public AquastrandSpider(UUID ownerId) {
|
public AquastrandSpider(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 140;
|
this.cardNumber = 140;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public AquastrandSpider(final AquastrandSpider card) {
|
public AquastrandSpider(final AquastrandSpider card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class ArgentSphinx extends mage.sets.scarsofmirrodin.ArgentSphinx {
|
||||||
public ArgentSphinx(UUID ownerId) {
|
public ArgentSphinx(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 41;
|
this.cardNumber = 41;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public ArgentSphinx(final ArgentSphinx card) {
|
public ArgentSphinx(final ArgentSphinx card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class Arrest extends mage.sets.mirrodin.Arrest {
|
||||||
public Arrest(UUID ownerId) {
|
public Arrest(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 9;
|
this.cardNumber = 9;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public Arrest(final Arrest card) {
|
public Arrest(final Arrest card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class ArtisanOfKozilek extends mage.sets.riseoftheeldrazi.ArtisanOfKozile
|
||||||
public ArtisanOfKozilek(UUID ownerId) {
|
public ArtisanOfKozilek(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 2;
|
this.cardNumber = 2;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public ArtisanOfKozilek(final ArtisanOfKozilek card) {
|
public ArtisanOfKozilek(final ArtisanOfKozilek card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class AshenmoorGouger extends mage.sets.shadowmoor.AshenmoorGouger {
|
||||||
public AshenmoorGouger(UUID ownerId) {
|
public AshenmoorGouger(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 190;
|
this.cardNumber = 190;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public AshenmoorGouger(final AshenmoorGouger card) {
|
public AshenmoorGouger(final AshenmoorGouger card) {
|
||||||
|
|
|
@ -39,7 +39,7 @@ public class AzoriusChancery extends mage.sets.dissension.AzoriusChancery {
|
||||||
public AzoriusChancery(UUID ownerId) {
|
public AzoriusChancery(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 235;
|
this.cardNumber = 235;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
this.rarity = Rarity.UNCOMMON;
|
this.rarity = Rarity.UNCOMMON;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class Banefire extends mage.sets.conflux.Banefire {
|
||||||
public Banefire(UUID ownerId) {
|
public Banefire(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 104;
|
this.cardNumber = 104;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public Banefire(final Banefire card) {
|
public Banefire(final Banefire card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class BattlegraceAngel extends mage.sets.shardsofalara.BattlegraceAngel {
|
||||||
public BattlegraceAngel(UUID ownerId) {
|
public BattlegraceAngel(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 10;
|
this.cardNumber = 10;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public BattlegraceAngel(final BattlegraceAngel card) {
|
public BattlegraceAngel(final BattlegraceAngel card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class BestialMenace extends mage.sets.worldwake.BestialMenace {
|
||||||
public BestialMenace(UUID ownerId) {
|
public BestialMenace(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 141;
|
this.cardNumber = 141;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public BestialMenace(final BestialMenace card) {
|
public BestialMenace(final BestialMenace card) {
|
||||||
|
|
|
@ -39,7 +39,7 @@ public class Bitterblossom extends mage.sets.morningtide.Bitterblossom {
|
||||||
public Bitterblossom(UUID ownerId) {
|
public Bitterblossom(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 71;
|
this.cardNumber = 71;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
this.rarity = Rarity.MYTHIC;
|
this.rarity = Rarity.MYTHIC;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class BladesOfVelisVel extends mage.sets.lorwyn.BladesOfVelisVel {
|
||||||
public BladesOfVelisVel(UUID ownerId) {
|
public BladesOfVelisVel(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 105;
|
this.cardNumber = 105;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public BladesOfVelisVel(final BladesOfVelisVel card) {
|
public BladesOfVelisVel(final BladesOfVelisVel card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class BlindingSouleater extends mage.sets.newphyrexia.BlindingSouleater {
|
||||||
public BlindingSouleater(UUID ownerId) {
|
public BlindingSouleater(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 202;
|
this.cardNumber = 202;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public BlindingSouleater(final BlindingSouleater card) {
|
public BlindingSouleater(final BlindingSouleater card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class BlinkmothNexus extends mage.sets.darksteel.BlinkmothNexus {
|
||||||
public BlinkmothNexus(UUID ownerId) {
|
public BlinkmothNexus(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 236;
|
this.cardNumber = 236;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public BlinkmothNexus(final BlinkmothNexus card) {
|
public BlinkmothNexus(final BlinkmothNexus card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class BloodOgre extends mage.sets.magic2012.BloodOgre {
|
||||||
public BloodOgre(UUID ownerId) {
|
public BloodOgre(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 106;
|
this.cardNumber = 106;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public BloodOgre(final BloodOgre card) {
|
public BloodOgre(final BloodOgre card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class BloodshotTrainee extends mage.sets.scarsofmirrodin.BloodshotTrainee
|
||||||
public BloodshotTrainee(UUID ownerId) {
|
public BloodshotTrainee(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 107;
|
this.cardNumber = 107;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public BloodshotTrainee(final BloodshotTrainee card) {
|
public BloodshotTrainee(final BloodshotTrainee card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class BloodthroneVampire extends mage.sets.riseoftheeldrazi.BloodthroneVa
|
||||||
public BloodthroneVampire(UUID ownerId) {
|
public BloodthroneVampire(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 72;
|
this.cardNumber = 72;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public BloodthroneVampire(final BloodthroneVampire card) {
|
public BloodthroneVampire(final BloodthroneVampire card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class BoneSplinters extends mage.sets.shardsofalara.BoneSplinters {
|
||||||
public BoneSplinters(UUID ownerId) {
|
public BoneSplinters(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 73;
|
this.cardNumber = 73;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public BoneSplinters(final BoneSplinters card) {
|
public BoneSplinters(final BoneSplinters card) {
|
||||||
|
|
|
@ -39,7 +39,7 @@ public class BorosGarrison extends mage.sets.planechase.BorosGarrison {
|
||||||
public BorosGarrison(UUID ownerId) {
|
public BorosGarrison(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 237;
|
this.cardNumber = 237;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
this.rarity = Rarity.UNCOMMON;
|
this.rarity = Rarity.UNCOMMON;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class BorosSwiftblade extends mage.sets.planechase.BorosSwiftblade {
|
||||||
public BorosSwiftblade(UUID ownerId) {
|
public BorosSwiftblade(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 172;
|
this.cardNumber = 172;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public BorosSwiftblade(final BorosSwiftblade card) {
|
public BorosSwiftblade(final BorosSwiftblade card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class BruteForce extends mage.sets.planarchaos.BruteForce {
|
||||||
public BruteForce(UUID ownerId) {
|
public BruteForce(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 108;
|
this.cardNumber = 108;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public BruteForce(final BruteForce card) {
|
public BruteForce(final BruteForce card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class BurstLightning extends mage.sets.zendikar.BurstLightning {
|
||||||
public BurstLightning(UUID ownerId) {
|
public BurstLightning(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 109;
|
this.cardNumber = 109;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public BurstLightning(final BurstLightning card) {
|
public BurstLightning(final BurstLightning card) {
|
||||||
|
|
|
@ -39,7 +39,7 @@ public class Cathodion extends mage.sets.mirrodin.Cathodion {
|
||||||
public Cathodion(UUID ownerId) {
|
public Cathodion(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 203;
|
this.cardNumber = 203;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
this.rarity = Rarity.COMMON;
|
this.rarity = Rarity.COMMON;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class CelestialPurge extends mage.sets.conflux.CelestialPurge {
|
||||||
public CelestialPurge(UUID ownerId) {
|
public CelestialPurge(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 11;
|
this.cardNumber = 11;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public CelestialPurge(final CelestialPurge card) {
|
public CelestialPurge(final CelestialPurge card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class ChimericMass extends mage.sets.scarsofmirrodin.ChimericMass {
|
||||||
public ChimericMass(UUID ownerId) {
|
public ChimericMass(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 204;
|
this.cardNumber = 204;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public ChimericMass(final ChimericMass card) {
|
public ChimericMass(final ChimericMass card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class CloudElemental extends mage.sets.tenthedition.CloudElemental {
|
||||||
public CloudElemental(UUID ownerId) {
|
public CloudElemental(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 42;
|
this.cardNumber = 42;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public CloudElemental(final CloudElemental card) {
|
public CloudElemental(final CloudElemental card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class Combust extends mage.sets.magic2011.Combust {
|
||||||
public Combust(UUID ownerId) {
|
public Combust(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 110;
|
this.cardNumber = 110;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public Combust(final Combust card) {
|
public Combust(final Combust card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class CometStorm extends mage.sets.worldwake.CometStorm {
|
||||||
public CometStorm(UUID ownerId) {
|
public CometStorm(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 111;
|
this.cardNumber = 111;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public CometStorm(final CometStorm card) {
|
public CometStorm(final CometStorm card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class CommuneWithNature extends mage.sets.championsofkamigawa.CommuneWith
|
||||||
public CommuneWithNature(UUID ownerId) {
|
public CommuneWithNature(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 142;
|
this.cardNumber = 142;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public CommuneWithNature(final CommuneWithNature card) {
|
public CommuneWithNature(final CommuneWithNature card) {
|
||||||
|
|
|
@ -39,7 +39,7 @@ public class ConclavePhalanx extends mage.sets.elspethvstezzeret.ConclavePhalanx
|
||||||
public ConclavePhalanx(UUID ownerId) {
|
public ConclavePhalanx(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 12;
|
this.cardNumber = 12;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
this.rarity = Rarity.COMMON;
|
this.rarity = Rarity.COMMON;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class CopperCarapace extends mage.sets.mirrodinbesieged.CopperCarapace {
|
||||||
public CopperCarapace(UUID ownerId) {
|
public CopperCarapace(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 205;
|
this.cardNumber = 205;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public CopperCarapace(final CopperCarapace card) {
|
public CopperCarapace(final CopperCarapace card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class CourtHomunculus extends mage.sets.conflux.CourtHomunculus {
|
||||||
public CourtHomunculus(UUID ownerId) {
|
public CourtHomunculus(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 13;
|
this.cardNumber = 13;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public CourtHomunculus(final CourtHomunculus card) {
|
public CourtHomunculus(final CourtHomunculus card) {
|
||||||
|
|
|
@ -39,7 +39,7 @@ public class CranialPlating extends mage.sets.planechase.CranialPlating {
|
||||||
public CranialPlating(UUID ownerId) {
|
public CranialPlating(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 206;
|
this.cardNumber = 206;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
this.rarity = Rarity.UNCOMMON;
|
this.rarity = Rarity.UNCOMMON;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class CreakwoodLiege extends mage.sets.eventide.CreakwoodLiege {
|
||||||
public CreakwoodLiege(UUID ownerId) {
|
public CreakwoodLiege(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 191;
|
this.cardNumber = 191;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public CreakwoodLiege(final CreakwoodLiege card) {
|
public CreakwoodLiege(final CreakwoodLiege card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class CrypticCommand extends mage.sets.lorwyn.CrypticCommand {
|
||||||
public CrypticCommand(UUID ownerId) {
|
public CrypticCommand(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 43;
|
this.cardNumber = 43;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public CrypticCommand(final CrypticCommand card) {
|
public CrypticCommand(final CrypticCommand card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class CullingDais extends mage.sets.scarsofmirrodin.CullingDais {
|
||||||
public CullingDais(UUID ownerId) {
|
public CullingDais(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 207;
|
this.cardNumber = 207;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public CullingDais(final CullingDais card) {
|
public CullingDais(final CullingDais card) {
|
||||||
|
|
|
@ -39,7 +39,7 @@ public class CytoplastRootKin extends mage.sets.dissension.CytoplastRootKin {
|
||||||
public CytoplastRootKin(UUID ownerId) {
|
public CytoplastRootKin(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 143;
|
this.cardNumber = 143;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
this.rarity = Rarity.UNCOMMON;
|
this.rarity = Rarity.UNCOMMON;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class DaggerclawImp extends mage.sets.guildpact.DaggerclawImp {
|
||||||
public DaggerclawImp(UUID ownerId) {
|
public DaggerclawImp(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 74;
|
this.cardNumber = 74;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public DaggerclawImp(final DaggerclawImp card) {
|
public DaggerclawImp(final DaggerclawImp card) {
|
||||||
|
|
|
@ -39,7 +39,7 @@ public class DarkConfidant extends mage.sets.ravnica.DarkConfidant {
|
||||||
public DarkConfidant(UUID ownerId) {
|
public DarkConfidant(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 75;
|
this.cardNumber = 75;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
this.rarity = Rarity.MYTHIC;
|
this.rarity = Rarity.MYTHIC;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class DarksteelAxe extends mage.sets.scarsofmirrodin.DarksteelAxe {
|
||||||
public DarksteelAxe(UUID ownerId) {
|
public DarksteelAxe(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 208;
|
this.cardNumber = 208;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public DarksteelAxe(final DarksteelAxe card) {
|
public DarksteelAxe(final DarksteelAxe card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class DarksteelCitadel extends mage.sets.darksteel.DarksteelCitadel {
|
||||||
public DarksteelCitadel(UUID ownerId) {
|
public DarksteelCitadel(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 238;
|
this.cardNumber = 238;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public DarksteelCitadel(final DarksteelCitadel card) {
|
public DarksteelCitadel(final DarksteelCitadel card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class DaybreakCoronet extends mage.sets.futuresight.DaybreakCoronet {
|
||||||
public DaybreakCoronet(UUID ownerId) {
|
public DaybreakCoronet(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 14;
|
this.cardNumber = 14;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public DaybreakCoronet(final DaybreakCoronet card) {
|
public DaybreakCoronet(final DaybreakCoronet card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class DeathDenied extends mage.sets.saviorsofkamigawa.DeathDenied {
|
||||||
public DeathDenied(UUID ownerId) {
|
public DeathDenied(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 76;
|
this.cardNumber = 76;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public DeathDenied(final DeathDenied card) {
|
public DeathDenied(final DeathDenied card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class Deathmark extends mage.sets.tenthedition.Deathmark {
|
||||||
public Deathmark(UUID ownerId) {
|
public Deathmark(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 77;
|
this.cardNumber = 77;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public Deathmark(final Deathmark card) {
|
public Deathmark(final Deathmark card) {
|
||||||
|
|
|
@ -39,7 +39,7 @@ public class DevouringGreed extends mage.sets.championsofkamigawa.DevouringGreed
|
||||||
public DevouringGreed(UUID ownerId) {
|
public DevouringGreed(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 78;
|
this.cardNumber = 78;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
this.rarity = Rarity.UNCOMMON;
|
this.rarity = Rarity.UNCOMMON;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,7 @@ public class DimirAqueduct extends mage.sets.ravnica.DimirAqueduct {
|
||||||
public DimirAqueduct(UUID ownerId) {
|
public DimirAqueduct(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 239;
|
this.cardNumber = 239;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
this.rarity = Rarity.UNCOMMON;
|
this.rarity = Rarity.UNCOMMON;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class DimirGuildmage extends mage.sets.ravnica.DimirGuildmage {
|
||||||
public DimirGuildmage(UUID ownerId) {
|
public DimirGuildmage(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 192;
|
this.cardNumber = 192;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public DimirGuildmage(final DimirGuildmage card) {
|
public DimirGuildmage(final DimirGuildmage card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class Dismember extends mage.sets.newphyrexia.Dismember {
|
||||||
public Dismember(UUID ownerId) {
|
public Dismember(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 79;
|
this.cardNumber = 79;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public Dismember(final Dismember card) {
|
public Dismember(final Dismember card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class Dispatch extends mage.sets.newphyrexia.Dispatch {
|
||||||
public Dispatch(UUID ownerId) {
|
public Dispatch(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 15;
|
this.cardNumber = 15;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public Dispatch(final Dispatch card) {
|
public Dispatch(final Dispatch card) {
|
||||||
|
|
|
@ -39,7 +39,7 @@ public class DragonsoulKnight extends mage.sets.conflux.DragonsoulKnight {
|
||||||
public DragonsoulKnight(UUID ownerId) {
|
public DragonsoulKnight(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 112;
|
this.cardNumber = 112;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
this.rarity = Rarity.COMMON;
|
this.rarity = Rarity.COMMON;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class DreadDrone extends mage.sets.riseoftheeldrazi.DreadDrone {
|
||||||
public DreadDrone(UUID ownerId) {
|
public DreadDrone(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 80;
|
this.cardNumber = 80;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public DreadDrone(final DreadDrone card) {
|
public DreadDrone(final DreadDrone card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class DroolingGroodion extends mage.sets.jacevsvraska.DroolingGroodion {
|
||||||
public DroolingGroodion(UUID ownerId) {
|
public DroolingGroodion(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 173;
|
this.cardNumber = 173;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public DroolingGroodion(final DroolingGroodion card) {
|
public DroolingGroodion(final DroolingGroodion card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class DuskhunterBat extends mage.sets.magic2012.DuskhunterBat {
|
||||||
public DuskhunterBat(UUID ownerId) {
|
public DuskhunterBat(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 81;
|
this.cardNumber = 81;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public DuskhunterBat(final DuskhunterBat card) {
|
public DuskhunterBat(final DuskhunterBat card) {
|
||||||
|
|
|
@ -39,7 +39,7 @@ public class EldraziTemple extends mage.sets.riseoftheeldrazi.EldraziTemple {
|
||||||
public EldraziTemple(UUID ownerId) {
|
public EldraziTemple(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 240;
|
this.cardNumber = 240;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
this.rarity = Rarity.UNCOMMON;
|
this.rarity = Rarity.UNCOMMON;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class Electrolyze extends mage.sets.guildpact.Electrolyze {
|
||||||
public Electrolyze(UUID ownerId) {
|
public Electrolyze(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 174;
|
this.cardNumber = 174;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public Electrolyze(final Electrolyze card) {
|
public Electrolyze(final Electrolyze card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class EleshNornGrandCenobite extends mage.sets.newphyrexia.EleshNornGrand
|
||||||
public EleshNornGrandCenobite(UUID ownerId) {
|
public EleshNornGrandCenobite(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 16;
|
this.cardNumber = 16;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public EleshNornGrandCenobite(final EleshNornGrandCenobite card) {
|
public EleshNornGrandCenobite(final EleshNornGrandCenobite card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class EmrakulTheAeonsTorn extends mage.sets.riseoftheeldrazi.EmrakulTheAe
|
||||||
public EmrakulTheAeonsTorn(UUID ownerId) {
|
public EmrakulTheAeonsTorn(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 3;
|
this.cardNumber = 3;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public EmrakulTheAeonsTorn(final EmrakulTheAeonsTorn card) {
|
public EmrakulTheAeonsTorn(final EmrakulTheAeonsTorn card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class EndrekSahrMasterBreeder extends mage.sets.commander2013.EndrekSahrM
|
||||||
public EndrekSahrMasterBreeder(UUID ownerId) {
|
public EndrekSahrMasterBreeder(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 82;
|
this.cardNumber = 82;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public EndrekSahrMasterBreeder(final EndrekSahrMasterBreeder card) {
|
public EndrekSahrMasterBreeder(final EndrekSahrMasterBreeder card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class EtchedChampion extends mage.sets.scarsofmirrodin.EtchedChampion {
|
||||||
public EtchedChampion(UUID ownerId) {
|
public EtchedChampion(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 209;
|
this.cardNumber = 209;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public EtchedChampion(final EtchedChampion card) {
|
public EtchedChampion(final EtchedChampion card) {
|
||||||
|
|
|
@ -39,7 +39,7 @@ public class EtchedMonstrosity extends mage.sets.newphyrexia.EtchedMonstrosity {
|
||||||
public EtchedMonstrosity(UUID ownerId) {
|
public EtchedMonstrosity(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 210;
|
this.cardNumber = 210;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
this.rarity = Rarity.RARE;
|
this.rarity = Rarity.RARE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class EtchedOracle extends mage.sets.planechase.EtchedOracle {
|
||||||
public EtchedOracle(UUID ownerId) {
|
public EtchedOracle(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 211;
|
this.cardNumber = 211;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public EtchedOracle(final EtchedOracle card) {
|
public EtchedOracle(final EtchedOracle card) {
|
||||||
|
|
|
@ -39,7 +39,7 @@ public class EthercasteKnight extends mage.sets.alarareborn.EthercasteKnight {
|
||||||
public EthercasteKnight(UUID ownerId) {
|
public EthercasteKnight(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 175;
|
this.cardNumber = 175;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
this.rarity = Rarity.UNCOMMON;
|
this.rarity = Rarity.UNCOMMON;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class EverflowingChalice extends mage.sets.worldwake.EverflowingChalice {
|
||||||
public EverflowingChalice(UUID ownerId) {
|
public EverflowingChalice(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 212;
|
this.cardNumber = 212;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public EverflowingChalice(final EverflowingChalice card) {
|
public EverflowingChalice(final EverflowingChalice card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class EvolvingWilds extends mage.sets.riseoftheeldrazi.EvolvingWilds {
|
||||||
public EvolvingWilds(UUID ownerId) {
|
public EvolvingWilds(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 241;
|
this.cardNumber = 241;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public EvolvingWilds(final EvolvingWilds card) {
|
public EvolvingWilds(final EvolvingWilds card) {
|
||||||
|
|
|
@ -39,7 +39,7 @@ public class ExpeditionMap extends mage.sets.zendikar.ExpeditionMap {
|
||||||
public ExpeditionMap(UUID ownerId) {
|
public ExpeditionMap(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 213;
|
this.cardNumber = 213;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
this.rarity = Rarity.UNCOMMON;
|
this.rarity = Rarity.UNCOMMON;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,7 @@ public class EyeOfUgin extends mage.sets.worldwake.EyeOfUgin {
|
||||||
public EyeOfUgin(UUID ownerId) {
|
public EyeOfUgin(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 242;
|
this.cardNumber = 242;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
this.rarity = Rarity.RARE;
|
this.rarity = Rarity.RARE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class FaerieMechanist extends mage.sets.conflux.FaerieMechanist {
|
||||||
public FaerieMechanist(UUID ownerId) {
|
public FaerieMechanist(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 44;
|
this.cardNumber = 44;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public FaerieMechanist(final FaerieMechanist card) {
|
public FaerieMechanist(final FaerieMechanist card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class FieryFall extends mage.sets.conflux.FieryFall {
|
||||||
public FieryFall(UUID ownerId) {
|
public FieryFall(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 113;
|
this.cardNumber = 113;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public FieryFall(final FieryFall card) {
|
public FieryFall(final FieryFall card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class Flashfreeze extends mage.sets.tenthedition.Flashfreeze {
|
||||||
public Flashfreeze(UUID ownerId) {
|
public Flashfreeze(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 45;
|
this.cardNumber = 45;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public Flashfreeze(final Flashfreeze card) {
|
public Flashfreeze(final Flashfreeze card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class FlayerHusk extends mage.sets.mirrodinbesieged.FlayerHusk {
|
||||||
public FlayerHusk(UUID ownerId) {
|
public FlayerHusk(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 214;
|
this.cardNumber = 214;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public FlayerHusk(final FlayerHusk card) {
|
public FlayerHusk(final FlayerHusk card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class Fortify extends mage.sets.timespiral.Fortify {
|
||||||
public Fortify(UUID ownerId) {
|
public Fortify(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 17;
|
this.cardNumber = 17;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public Fortify(final Fortify card) {
|
public Fortify(final Fortify card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class Frogmite extends mage.sets.elspethvstezzeret.Frogmite {
|
||||||
public Frogmite(UUID ownerId) {
|
public Frogmite(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 215;
|
this.cardNumber = 215;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public Frogmite(final Frogmite card) {
|
public Frogmite(final Frogmite card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class FulminatorMage extends mage.sets.shadowmoor.FulminatorMage {
|
||||||
public FulminatorMage(UUID ownerId) {
|
public FulminatorMage(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 193;
|
this.cardNumber = 193;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public FulminatorMage(final FulminatorMage card) {
|
public FulminatorMage(final FulminatorMage card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class GhostCouncilOfOrzhova extends mage.sets.guildpact.GhostCouncilOfOrz
|
||||||
public GhostCouncilOfOrzhova(UUID ownerId) {
|
public GhostCouncilOfOrzhova(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 176;
|
this.cardNumber = 176;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public GhostCouncilOfOrzhova(final GhostCouncilOfOrzhova card) {
|
public GhostCouncilOfOrzhova(final GhostCouncilOfOrzhova card) {
|
||||||
|
|
|
@ -39,7 +39,7 @@ public class GhostlyChangeling extends mage.sets.lorwyn.GhostlyChangeling {
|
||||||
public GhostlyChangeling(UUID ownerId) {
|
public GhostlyChangeling(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 83;
|
this.cardNumber = 83;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
this.rarity = Rarity.COMMON;
|
this.rarity = Rarity.COMMON;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,7 @@ public class GlassdustHulk extends mage.sets.alarareborn.GlassdustHulk {
|
||||||
public GlassdustHulk(UUID ownerId) {
|
public GlassdustHulk(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 177;
|
this.cardNumber = 177;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
this.rarity = Rarity.UNCOMMON;
|
this.rarity = Rarity.UNCOMMON;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class GlintHawkIdol extends mage.sets.scarsofmirrodin.GlintHawkIdol {
|
||||||
public GlintHawkIdol(UUID ownerId) {
|
public GlintHawkIdol(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 216;
|
this.cardNumber = 216;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public GlintHawkIdol(final GlintHawkIdol card) {
|
public GlintHawkIdol(final GlintHawkIdol card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class GnarlidPack extends mage.sets.worldwake.GnarlidPack {
|
||||||
public GnarlidPack(UUID ownerId) {
|
public GnarlidPack(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 144;
|
this.cardNumber = 144;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public GnarlidPack(final GnarlidPack card) {
|
public GnarlidPack(final GnarlidPack card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class GoblinFireslinger extends mage.sets.magic2012.GoblinFireslinger {
|
||||||
public GoblinFireslinger(UUID ownerId) {
|
public GoblinFireslinger(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 114;
|
this.cardNumber = 114;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public GoblinFireslinger(final GoblinFireslinger card) {
|
public GoblinFireslinger(final GoblinFireslinger card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class GoblinWarPaint extends mage.sets.zendikar.GoblinWarPaint {
|
||||||
public GoblinWarPaint(UUID ownerId) {
|
public GoblinWarPaint(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 115;
|
this.cardNumber = 115;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public GoblinWarPaint(final GoblinWarPaint card) {
|
public GoblinWarPaint(final GoblinWarPaint card) {
|
||||||
|
|
|
@ -39,7 +39,7 @@ public class GolgariRotFarm extends mage.sets.ravnica.GolgariRotFarm {
|
||||||
public GolgariRotFarm(UUID ownerId) {
|
public GolgariRotFarm(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 243;
|
this.cardNumber = 243;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
this.rarity = Rarity.UNCOMMON;
|
this.rarity = Rarity.UNCOMMON;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class GorehornMinotaurs extends mage.sets.magic2012.GorehornMinotaurs {
|
||||||
public GorehornMinotaurs(UUID ownerId) {
|
public GorehornMinotaurs(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 116;
|
this.cardNumber = 116;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public GorehornMinotaurs(final GorehornMinotaurs card) {
|
public GorehornMinotaurs(final GorehornMinotaurs card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class GrimAffliction extends mage.sets.newphyrexia.GrimAffliction {
|
||||||
public GrimAffliction(UUID ownerId) {
|
public GrimAffliction(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 84;
|
this.cardNumber = 84;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public GrimAffliction(final GrimAffliction card) {
|
public GrimAffliction(final GrimAffliction card) {
|
||||||
|
|
|
@ -39,7 +39,7 @@ public class GruulTurf extends mage.sets.planechase.GruulTurf {
|
||||||
public GruulTurf(UUID ownerId) {
|
public GruulTurf(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 244;
|
this.cardNumber = 244;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
this.rarity = Rarity.UNCOMMON;
|
this.rarity = Rarity.UNCOMMON;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class Guile extends mage.sets.lorwyn.Guile {
|
||||||
public Guile(UUID ownerId) {
|
public Guile(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 46;
|
this.cardNumber = 46;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public Guile(final Guile card) {
|
public Guile(final Guile card) {
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class GustSkimmer extends mage.sets.mirrodinbesieged.GustSkimmer {
|
||||||
public GustSkimmer(UUID ownerId) {
|
public GustSkimmer(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 217;
|
this.cardNumber = 217;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public GustSkimmer(final GustSkimmer card) {
|
public GustSkimmer(final GustSkimmer card) {
|
||||||
|
|
|
@ -39,7 +39,7 @@ public class GutShot extends mage.sets.newphyrexia.GutShot {
|
||||||
public GutShot(UUID ownerId) {
|
public GutShot(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 117;
|
this.cardNumber = 117;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
this.rarity = Rarity.COMMON;
|
this.rarity = Rarity.COMMON;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class HearthfireHobgoblin extends mage.sets.eventide.HearthfireHobgoblin
|
||||||
public HearthfireHobgoblin(UUID ownerId) {
|
public HearthfireHobgoblin(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 194;
|
this.cardNumber = 194;
|
||||||
this.expansionSetCode = "MMB";
|
this.expansionSetCode = "MM2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public HearthfireHobgoblin(final HearthfireHobgoblin card) {
|
public HearthfireHobgoblin(final HearthfireHobgoblin card) {
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue