* Corrected the missing card numbers for M15 cards.

This commit is contained in:
LevelX2 2014-07-04 13:15:39 +02:00
parent 3ac1d1d237
commit 7bdac8f2b4
26 changed files with 26 additions and 26 deletions

View file

@ -37,7 +37,7 @@ public class AccursedSpirit extends mage.sets.magic2014.AccursedSpirit {
public AccursedSpirit(UUID ownerId) {
super(ownerId);
this.cardNumber = 9901;
this.cardNumber = 85;
this.expansionSetCode = "M15";
}

View file

@ -37,7 +37,7 @@ public class BronzeSable extends mage.sets.theros.BronzeSable {
public BronzeSable(UUID ownerId) {
super(ownerId);
this.cardNumber = 9902;
this.cardNumber = 214;
this.expansionSetCode = "M15";
}

View file

@ -38,7 +38,7 @@ public class CausticTar extends mage.sets.odyssey.CausticTar {
public CausticTar(UUID ownerId) {
super(ownerId);
this.cardNumber = 9903;
this.cardNumber = 89;
this.expansionSetCode = "M15";
this.rarity = Rarity.COMMON;
}

View file

@ -37,7 +37,7 @@ public class ChildOfNight extends mage.sets.magic2010.ChildOfNight {
public ChildOfNight(UUID ownerId) {
super(ownerId);
this.cardNumber = 9904;
this.cardNumber = 90;
this.expansionSetCode = "M15";
}

View file

@ -37,7 +37,7 @@ public class ClearAPath extends mage.sets.dragonsmaze.ClearAPath {
public ClearAPath(UUID ownerId) {
super(ownerId);
this.cardNumber = 9905;
this.cardNumber = 136;
this.expansionSetCode = "M15";
}

View file

@ -37,7 +37,7 @@ public class Encrust extends mage.sets.magic2013.Encrust {
public Encrust(UUID ownerId) {
super(ownerId);
this.cardNumber = 9906;
this.cardNumber = 53;
this.expansionSetCode = "M15";
}

View file

@ -38,7 +38,7 @@ public class GargoyleSentinel extends mage.sets.magic2011.GargoyleSentinel {
public GargoyleSentinel(UUID ownerId) {
super(ownerId);
this.cardNumber = 9907;
this.cardNumber = 216;
this.expansionSetCode = "M15";
this.rarity = Rarity.COMMON;
}

View file

@ -37,7 +37,7 @@ public class GatherCourage extends mage.sets.ravnika.GatherCourage {
public GatherCourage(UUID ownerId) {
super(ownerId);
this.cardNumber = 9908;
this.cardNumber = 175;
this.expansionSetCode = "M15";
}

View file

@ -37,7 +37,7 @@ public class HeatRay extends mage.sets.riseoftheeldrazi.HeatRay {
public HeatRay(UUID ownerId) {
super(ownerId);
this.cardNumber = 9909;
this.cardNumber = 148;
this.expansionSetCode = "M15";
}

View file

@ -53,7 +53,7 @@ public class HeliodsPilgrim extends CardImpl {
}
public HeliodsPilgrim(UUID ownerId) {
super(ownerId, 9925, "Heliod's Pilgrim", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{2}{W}");
super(ownerId, 14, "Heliod's Pilgrim", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{2}{W}");
this.expansionSetCode = "M15";
this.subtype.add("Human");
this.subtype.add("Cleric");

View file

@ -37,7 +37,7 @@ public class HoardingDragon extends mage.sets.magic2011.HoardingDragon {
public HoardingDragon(UUID ownerId) {
super(ownerId);
this.cardNumber = 9910;
this.cardNumber = 149;
this.expansionSetCode = "M15";
}

View file

@ -37,7 +37,7 @@ public class HornetQueen extends mage.sets.commander.HornetQueen {
public HornetQueen(UUID ownerId) {
super(ownerId);
this.cardNumber = 9923;
this.cardNumber = 178;
this.expansionSetCode = "M15";
}

View file

@ -38,7 +38,7 @@ public class Juggernaut extends mage.sets.tenth.Juggernaut {
public Juggernaut(UUID ownerId) {
super(ownerId);
this.cardNumber = 9911;
this.cardNumber = 220;
this.expansionSetCode = "M15";
this.rarity = Rarity.COMMON;
}

View file

@ -37,7 +37,7 @@ public class Naturalize extends mage.sets.tenth.Naturalize {
public Naturalize(UUID ownerId) {
super(ownerId);
this.cardNumber = 9912;
this.cardNumber = 185;
this.expansionSetCode = "M15";
}

View file

@ -38,7 +38,7 @@ public class Ornithopter extends mage.sets.tenth.Ornithopter {
public Ornithopter(UUID ownerId) {
super(ownerId);
this.cardNumber = 9913;
this.cardNumber = 223;
this.expansionSetCode = "M15";
this.rarity = Rarity.COMMON;
}

View file

@ -38,7 +38,7 @@ public class Overwhelm extends mage.sets.ravnika.Overwhelm {
public Overwhelm(UUID ownerId) {
super(ownerId);
this.cardNumber = 9914;
this.cardNumber = 189;
this.expansionSetCode = "M15";
this.rarity = Rarity.COMMON;
}

View file

@ -37,7 +37,7 @@ public class PeelFromReality extends mage.sets.avacynrestored.PeelFromReality {
public PeelFromReality(UUID ownerId) {
super(ownerId);
this.cardNumber = 9915;
this.cardNumber = 74;
this.expansionSetCode = "M15";
}

View file

@ -37,7 +37,7 @@ public class Restock extends mage.sets.invasion.Restock {
public Restock(UUID ownerId) {
super(ownerId);
this.cardNumber = 9916;
this.cardNumber = 195;
this.expansionSetCode = "M15";
}

View file

@ -37,7 +37,7 @@ public class SelflessCathar extends mage.sets.innistrad.SelflessCathar {
public SelflessCathar(UUID ownerId) {
super(ownerId);
this.cardNumber = 9917;
this.cardNumber = 31;
this.expansionSetCode = "M15";
}

View file

@ -50,7 +50,7 @@ public class SeraphOfTheMasses extends CardImpl {
private static final FilterControlledCreaturePermanent filter = new FilterControlledCreaturePermanent("creatures you control");
public SeraphOfTheMasses(UUID ownerId) {
super(ownerId, 9927, "Seraph of the Masses", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{5}{W}{W}");
super(ownerId, 32, "Seraph of the Masses", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{5}{W}{W}");
this.expansionSetCode = "M15";
this.subtype.add("Angel");

View file

@ -37,7 +37,7 @@ public class SiegeWurm extends mage.sets.ravnika.SiegeWurm {
public SiegeWurm(UUID ownerId) {
super(ownerId);
this.cardNumber = 9918;
this.cardNumber = 200;
this.expansionSetCode = "M15";
}

View file

@ -37,7 +37,7 @@ public class StabWound extends mage.sets.returntoravnica.StabWound {
public StabWound(UUID ownerId) {
super(ownerId);
this.cardNumber = 9919;
this.cardNumber = 116;
this.expansionSetCode = "M15";
}

View file

@ -37,7 +37,7 @@ public class TorchFiend extends mage.sets.darkascension.TorchFiend {
public TorchFiend(UUID ownerId) {
super(ownerId);
this.cardNumber = 9920;
this.cardNumber = 166;
this.expansionSetCode = "M15";
}

View file

@ -38,7 +38,7 @@ public class TurnToFrog extends mage.sets.magic2012.TurnToFrog {
public TurnToFrog(UUID ownerId) {
super(ownerId);
this.cardNumber = 9921;
this.cardNumber = 81;
this.expansionSetCode = "M15";
this.rarity = Rarity.COMMON;
}

View file

@ -38,7 +38,7 @@ public class WallOfFrost extends mage.sets.magic2010.WallOfFrost {
public WallOfFrost(UUID ownerId) {
super(ownerId);
this.cardNumber = 9922;
this.cardNumber = 83;
this.expansionSetCode = "M15";
this.rarity = Rarity.COMMON;
}

View file

@ -38,7 +38,7 @@ public class WallOfMulch extends mage.sets.onslaught.WallOfMulch {
public WallOfMulch(UUID ownerId) {
super(ownerId);
this.cardNumber = 9924;
this.cardNumber = 208;
this.expansionSetCode = "M15";
this.rarity = Rarity.COMMON;
}