Fix rest of limitedbeta ID numbering issues.

This commit is contained in:
kholdfuzion 2013-07-24 01:56:15 -05:00 committed by KholdFuzion
parent d2197ea687
commit 8b08b2a09a
73 changed files with 73 additions and 73 deletions

View file

@ -38,7 +38,7 @@ public class AnkhOfMishra extends mage.sets.limitedalpha.AnkhOfMishra {
public AnkhOfMishra(UUID ownerId) {
super(ownerId);
this.cardNumber = 232;
this.cardNumber = 231;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class Armageddon extends mage.sets.fifthedition.Armageddon {
public Armageddon(UUID ownerId) {
super(ownerId);
this.cardNumber = 187;
this.cardNumber = 186;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class Badlands extends mage.sets.limitedalpha.Badlands {
public Badlands(UUID ownerId) {
super(ownerId);
this.cardNumber = 139;
this.cardNumber = 278;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class BlackLotus extends mage.sets.limitedalpha.BlackLotus {
public BlackLotus(UUID ownerId) {
super(ownerId);
this.cardNumber = 234;
this.cardNumber = 233;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class Blessing extends mage.sets.fourthedition.Blessing {
public Blessing(UUID ownerId) {
super(ownerId);
this.cardNumber = 192;
this.cardNumber = 191;
this.expansionSetCode = "LEB";
}

View file

@ -38,7 +38,7 @@ public class Burrowing extends mage.sets.limitedalpha.Burrowing {
public Burrowing(UUID ownerId) {
super(ownerId);
this.cardNumber = 140;
this.cardNumber = 139;
this.expansionSetCode = "LEB";
}

View file

@ -43,7 +43,7 @@ public class Castle extends mage.sets.limitedalpha.Castle {
public Castle(UUID ownerId) {
super(ownerId);
this.cardNumber = 194;
this.cardNumber = 193;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class CircleOfProtectionBlack extends mage.sets.iceage.CircleOfProtection
public CircleOfProtectionBlack(UUID ownerId) {
super(ownerId);
this.cardNumber = 195;
this.cardNumber = 194;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class CircleOfProtectionBlue extends mage.sets.iceage.CircleOfProtectionB
public CircleOfProtectionBlue(UUID ownerId) {
super(ownerId);
this.cardNumber = 196;
this.cardNumber = 195;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class CircleOfProtectionGreen extends mage.sets.iceage.CircleOfProtection
public CircleOfProtectionGreen(UUID ownerId) {
super(ownerId);
this.cardNumber = 197;
this.cardNumber = 196;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class CircleOfProtectionRed extends mage.sets.iceage.CircleOfProtectionRe
public CircleOfProtectionRed(UUID ownerId) {
super(ownerId);
this.cardNumber = 198;
this.cardNumber = 197;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class CircleOfProtectionWhite extends mage.sets.iceage.CircleOfProtection
public CircleOfProtectionWhite(UUID ownerId) {
super(ownerId);
this.cardNumber = 199;
this.cardNumber = 198;
this.expansionSetCode = "LEB";
}

View file

@ -38,7 +38,7 @@ public class Conservator extends mage.sets.limitedalpha.Conservator {
public Conservator(UUID ownerId) {
super(ownerId);
this.cardNumber = 239;
this.cardNumber = 238;
this.expansionSetCode = "LEB";
}

View file

@ -38,7 +38,7 @@ public class CopperTablet extends mage.sets.limitedalpha.CopperTablet {
public CopperTablet(UUID ownerId) {
super(ownerId);
this.cardNumber = 240;
this.cardNumber = 239;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class Crusade extends mage.sets.elspethvstezzeret.Crusade {
public Crusade(UUID ownerId) {
super(ownerId);
this.cardNumber = 202;
this.cardNumber = 201;
this.expansionSetCode = "LEB";
}

View file

@ -38,7 +38,7 @@ public class DeathWard extends mage.sets.limitedalpha.DeathWard {
public DeathWard(UUID ownerId) {
super(ownerId);
this.cardNumber = 203;
this.cardNumber = 202;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class Disenchant extends mage.sets.tempest.Disenchant {
public Disenchant(UUID ownerId) {
super(ownerId);
this.cardNumber = 204;
this.cardNumber = 203;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class DisruptingScepter extends mage.sets.seventhedition.DisruptingScepte
public DisruptingScepter(UUID ownerId) {
super(ownerId);
this.cardNumber = 244;
this.cardNumber = 243;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class DragonWhelp extends mage.sets.magic2010.DragonWhelp {
public DragonWhelp(UUID ownerId) {
super(ownerId);
this.cardNumber = 143;
this.cardNumber = 142;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class DwarvenDemolitionTeam extends mage.sets.eighthedition.DwarvenDemoli
public DwarvenDemolitionTeam(UUID ownerId) {
super(ownerId);
this.cardNumber = 144;
this.cardNumber = 143;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class EarthElemental extends mage.sets.tenth.EarthElemental {
public EarthElemental(UUID ownerId) {
super(ownerId);
this.cardNumber = 146;
this.cardNumber = 145;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class Earthquake extends mage.sets.magic2010.Earthquake {
public Earthquake(UUID ownerId) {
super(ownerId);
this.cardNumber = 148;
this.cardNumber = 147;
this.expansionSetCode = "LEB";
}

View file

@ -38,7 +38,7 @@ public class FireElemental extends mage.sets.magic2013.FireElemental {
public FireElemental(UUID ownerId) {
super(ownerId);
this.cardNumber = 150;
this.cardNumber = 149;
this.expansionSetCode = "LEB";
this.rarity = Rarity.UNCOMMON;
}

View file

@ -38,7 +38,7 @@ public class Fireball extends mage.sets.magic2010.Fireball {
public Fireball(UUID ownerId) {
super(ownerId);
this.cardNumber = 151;
this.cardNumber = 150;
this.expansionSetCode = "LEB";
this.rarity = Rarity.COMMON;
}

View file

@ -37,7 +37,7 @@ public class Firebreathing extends mage.sets.magic2012.Firebreathing {
public Firebreathing(UUID ownerId) {
super(ownerId);
this.cardNumber = 152;
this.cardNumber = 151;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class Flashfires extends mage.sets.fifthedition.Flashfires {
public Flashfires(UUID ownerId) {
super(ownerId);
this.cardNumber = 153;
this.cardNumber = 152;
this.expansionSetCode = "LEB";
}

View file

@ -38,7 +38,7 @@ public class GoblinBalloonBrigade extends mage.sets.magic2011.GoblinBalloonBriga
public GoblinBalloonBrigade(UUID ownerId) {
super(ownerId);
this.cardNumber = 155;
this.cardNumber = 154;
this.expansionSetCode = "LEB";
this.rarity = Rarity.UNCOMMON;
}

View file

@ -37,7 +37,7 @@ public class GoblinKing extends mage.sets.tenth.GoblinKing {
public GoblinKing(UUID ownerId) {
super(ownerId);
this.cardNumber = 156;
this.cardNumber = 155;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class GrayOgre extends mage.sets.fourthedition.GrayOgre {
public GrayOgre(UUID ownerId) {
super(ownerId);
this.cardNumber = 158;
this.cardNumber = 157;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class HealingSalve extends mage.sets.seventhedition.HealingSalve {
public HealingSalve(UUID ownerId) {
super(ownerId);
this.cardNumber = 208;
this.cardNumber = 207;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class HillGiant extends mage.sets.tenth.HillGiant {
public HillGiant(UUID ownerId) {
super(ownerId);
this.cardNumber = 159;
this.cardNumber = 158;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class HolyArmor extends mage.sets.fourthedition.HolyArmor {
public HolyArmor(UUID ownerId) {
super(ownerId);
this.cardNumber = 209;
this.cardNumber = 208;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class HolyStrength extends mage.sets.tenth.HolyStrength {
public HolyStrength(UUID ownerId) {
super(ownerId);
this.cardNumber = 210;
this.cardNumber = 209;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class HowlingMine extends mage.sets.magic2010.HowlingMine {
public HowlingMine(UUID ownerId) {
super(ownerId);
this.cardNumber = 249;
this.cardNumber = 248;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class HurloonMinotaur extends mage.sets.fifthedition.HurloonMinotaur {
public HurloonMinotaur(UUID ownerId) {
super(ownerId);
this.cardNumber = 160;
this.cardNumber = 159;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class IcyManipulator extends mage.sets.tenth.IcyManipulator {
public IcyManipulator(UUID ownerId) {
super(ownerId);
this.cardNumber = 250;
this.cardNumber = 249;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class JayemdaeTome extends mage.sets.tenth.JayemdaeTome {
public JayemdaeTome(UUID ownerId) {
super(ownerId);
this.cardNumber = 256;
this.cardNumber = 255;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class Juggernaut extends mage.sets.tenth.Juggernaut {
public Juggernaut(UUID ownerId) {
super(ownerId);
this.cardNumber = 257;
this.cardNumber = 256;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class Karma extends mage.sets.fifthedition.Karma {
public Karma(UUID ownerId) {
super(ownerId);
this.cardNumber = 212;
this.cardNumber = 211;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class LightningBolt extends mage.sets.magic2010.LightningBolt {
public LightningBolt(UUID ownerId) {
super(ownerId);
this.cardNumber = 163;
this.cardNumber = 162;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class Manabarbs extends mage.sets.tenth.Manabarbs {
public Manabarbs(UUID ownerId) {
super(ownerId);
this.cardNumber = 165;
this.cardNumber = 164;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class MonssGoblinRaiders extends mage.sets.fifthedition.MonssGoblinRaider
public MonssGoblinRaiders(UUID ownerId) {
super(ownerId);
this.cardNumber = 166;
this.cardNumber = 165;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class MoxEmerald extends mage.sets.limitedalpha.MoxEmerald {
public MoxEmerald(UUID ownerId) {
super(ownerId);
this.cardNumber = 263;
this.cardNumber = 262;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class MoxJet extends mage.sets.limitedalpha.MoxJet {
public MoxJet(UUID ownerId) {
super(ownerId);
this.cardNumber = 264;
this.cardNumber = 263;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class MoxPearl extends mage.sets.limitedalpha.MoxPearl {
public MoxPearl(UUID ownerId) {
super(ownerId);
this.cardNumber = 265;
this.cardNumber = 264;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class MoxRuby extends mage.sets.limitedalpha.MoxRuby {
public MoxRuby(UUID ownerId) {
super(ownerId);
this.cardNumber = 266;
this.cardNumber = 265;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class MoxSapphire extends mage.sets.limitedalpha.MoxSapphire {
public MoxSapphire(UUID ownerId) {
super(ownerId);
this.cardNumber = 267;
this.cardNumber = 266;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class NevinyrralsDisk extends mage.sets.fifthedition.NevinyrralsDisk {
public NevinyrralsDisk(UUID ownerId) {
super(ownerId);
this.cardNumber = 268;
this.cardNumber = 267;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class NorthernPaladin extends mage.sets.limitedalpha.NorthernPaladin {
public NorthernPaladin(UUID ownerId) {
super(ownerId);
this.cardNumber = 215;
this.cardNumber = 214;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class ObsianusGolem extends mage.sets.sixthedition.ObsianusGolem {
public ObsianusGolem(UUID ownerId) {
super(ownerId);
this.cardNumber = 269;
this.cardNumber = 268;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class OrcishArtillery extends mage.sets.seventhedition.OrcishArtillery {
public OrcishArtillery(UUID ownerId) {
super(ownerId);
this.cardNumber = 167;
this.cardNumber = 166;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class OrcishOriflamme extends mage.sets.limitedalpha.OrcishOriflamme {
public OrcishOriflamme(UUID ownerId) {
super(ownerId);
this.cardNumber = 168;
this.cardNumber = 167;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class PearledUnicorn extends mage.sets.fifthedition.PearledUnicorn {
public PearledUnicorn(UUID ownerId) {
super(ownerId);
this.cardNumber = 216;
this.cardNumber = 215;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class RedElementalBlast extends mage.sets.limitedalpha.RedElementalBlast
public RedElementalBlast(UUID ownerId) {
super(ownerId);
this.cardNumber = 171;
this.cardNumber = 170;
this.expansionSetCode = "LEB";
}

View file

@ -38,7 +38,7 @@ public class Resurrection extends mage.sets.limitedalpha.Resurrection {
public Resurrection(UUID ownerId) {
super(ownerId);
this.cardNumber = 220;
this.cardNumber = 219;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class Righteousness extends mage.sets.tenth.Righteousness {
public Righteousness(UUID ownerId) {
super(ownerId);
this.cardNumber = 222;
this.cardNumber = 221;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class RocOfKherRidges extends mage.sets.limitedalpha.RocOfKherRidges {
public RocOfKherRidges(UUID ownerId) {
super(ownerId);
this.cardNumber = 172;
this.cardNumber = 171;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class RodOfRuin extends mage.sets.tenth.RodOfRuin {
public RodOfRuin(UUID ownerId) {
super(ownerId);
this.cardNumber = 270;
this.cardNumber = 269;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class SamiteHealer extends mage.sets.tenth.SamiteHealer {
public SamiteHealer(UUID ownerId) {
super(ownerId);
this.cardNumber = 223;
this.cardNumber = 222;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class SavannahLions extends mage.sets.eighthedition.SavannahLions {
public SavannahLions(UUID ownerId) {
super(ownerId);
this.cardNumber = 224;
this.cardNumber = 223;
this.expansionSetCode = "LEB";
}

View file

@ -38,7 +38,7 @@ public class SerraAngel extends mage.sets.tenth.SerraAngel {
public SerraAngel(UUID ownerId) {
super(ownerId);
this.cardNumber = 225;
this.cardNumber = 224;
this.expansionSetCode = "LEB";
this.rarity = Rarity.UNCOMMON;
}

View file

@ -37,7 +37,7 @@ public class Shatter extends mage.sets.mirrodin.Shatter {
public Shatter(UUID ownerId) {
super(ownerId);
this.cardNumber = 175;
this.cardNumber = 174;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class ShivanDragon extends mage.sets.tenth.ShivanDragon {
public ShivanDragon(UUID ownerId) {
super(ownerId);
this.cardNumber = 176;
this.cardNumber = 175;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class SolRing extends mage.sets.revisededition.SolRing {
public SolRing(UUID ownerId) {
super(ownerId);
this.cardNumber = 271;
this.cardNumber = 270;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class StoneGiant extends mage.sets.magic2010.StoneGiant {
public StoneGiant(UUID ownerId) {
super(ownerId);
this.cardNumber = 178;
this.cardNumber = 177;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class SwordsToPlowshares extends mage.sets.fourthedition.SwordsToPlowshar
public SwordsToPlowshares(UUID ownerId) {
super(ownerId);
this.cardNumber = 226;
this.cardNumber = 225;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class TheHive extends mage.sets.tenth.TheHive {
public TheHive(UUID ownerId) {
super(ownerId);
this.cardNumber = 274;
this.cardNumber = 273;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class WallOfFire extends mage.sets.tenth.WallOfFire {
public WallOfFire(UUID ownerId) {
super(ownerId);
this.cardNumber = 183;
this.cardNumber = 182;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class WallOfStone extends mage.sets.fifthedition.WallOfStone {
public WallOfStone(UUID ownerId) {
super(ownerId);
this.cardNumber = 184;
this.cardNumber = 183;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class WallOfSwords extends mage.sets.tenth.WallOfSwords {
public WallOfSwords(UUID ownerId) {
super(ownerId);
this.cardNumber = 228;
this.cardNumber = 227;
this.expansionSetCode = "LEB";
}

View file

@ -36,7 +36,7 @@ public class WheelOfFortune extends mage.sets.limitedalpha.WheelOfFortune {
public WheelOfFortune(UUID ownerId) {
super(ownerId);
this.cardNumber = 185;
this.cardNumber = 184;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class WhiteKnight extends mage.sets.magic2010.WhiteKnight {
public WhiteKnight(UUID ownerId) {
super(ownerId);
this.cardNumber = 229;
this.cardNumber = 228;
this.expansionSetCode = "LEB";
}

View file

@ -37,7 +37,7 @@ public class WrathOfGod extends mage.sets.tenth.WrathOfGod {
public WrathOfGod(UUID ownerId) {
super(ownerId);
this.cardNumber = 231;
this.cardNumber = 230;
this.expansionSetCode = "LEB";
}