Merge pull request #2112 from fwannmacher/master

Converted cardNumber from int to String. Now card number with "a" or "b" can be used.
This commit is contained in:
Derek M 2016-07-25 16:24:01 -04:00 committed by GitHub
commit 86e7ace06e
11427 changed files with 13206 additions and 11464 deletions

View file

@ -37,7 +37,7 @@ public class AjaniVengeant extends mage.sets.shardsofalara.AjaniVengeant {
public AjaniVengeant(UUID ownerId) {
super(ownerId);
this.cardNumber = 1;
this.cardNumber = "1";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class AjanisMantra extends mage.sets.magic2011.AjanisMantra {
public AjanisMantra(UUID ownerId) {
super(ownerId);
this.cardNumber = 22;
this.cardNumber = "22";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class AjanisPridemate extends mage.sets.magic2011.AjanisPridemate {
public AjanisPridemate(UUID ownerId) {
super(ownerId);
this.cardNumber = 9;
this.cardNumber = "9";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class BehemothSledge extends mage.sets.alarareborn.BehemothSledge {
public BehemothSledge(UUID ownerId) {
super(ownerId);
this.cardNumber = 28;
this.cardNumber = "28";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class BlazingSpecter extends mage.sets.invasion.BlazingSpecter {
public BlazingSpecter(UUID ownerId) {
super(ownerId);
this.cardNumber = 52;
this.cardNumber = "52";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class BrackwaterElemental extends mage.sets.conflux.BrackwaterElemental {
public BrackwaterElemental(UUID ownerId) {
super(ownerId);
this.cardNumber = 46;
this.cardNumber = "46";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class Briarhorn extends mage.sets.planechase.Briarhorn {
public Briarhorn(UUID ownerId) {
super(ownerId);
this.cardNumber = 14;
this.cardNumber = "14";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class CanyonWildcat extends mage.sets.tempest.CanyonWildcat {
public CanyonWildcat(UUID ownerId) {
super(ownerId);
this.cardNumber = 6;
this.cardNumber = "6";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class Countersquall extends mage.sets.conflux.Countersquall {
public Countersquall(UUID ownerId) {
super(ownerId);
this.cardNumber = 59;
this.cardNumber = "59";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class CruelUltimatum extends mage.sets.shardsofalara.CruelUltimatum {
public CruelUltimatum(UUID ownerId) {
super(ownerId);
this.cardNumber = 69;
this.cardNumber = "69";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class CrumblingNecropolis extends mage.sets.shardsofalara.CrumblingNecrop
public CrumblingNecropolis(UUID ownerId) {
super(ownerId);
this.cardNumber = 74;
this.cardNumber = "74";
this.expansionSetCode = "DDH";
}

View file

@ -38,7 +38,7 @@ public class DeepAnalysis extends mage.sets.torment.DeepAnalysis {
public DeepAnalysis(UUID ownerId) {
super(ownerId);
this.cardNumber = 65;
this.cardNumber = "65";
this.expansionSetCode = "DDH";
this.rarity = Rarity.UNCOMMON;
}

View file

@ -38,7 +38,7 @@ public class DimirCutpurse extends mage.sets.ravnica.DimirCutpurse {
public DimirCutpurse(UUID ownerId) {
super(ownerId);
this.cardNumber = 49;
this.cardNumber = "49";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class ElderMastery extends mage.sets.conflux.ElderMastery {
public ElderMastery(UUID ownerId) {
super(ownerId);
this.cardNumber = 68;
this.cardNumber = "68";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class EssenceWarden extends mage.sets.planarchaos.EssenceWarden {
public EssenceWarden(UUID ownerId) {
super(ownerId);
this.cardNumber = 3;
this.cardNumber = "3";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class EvolvingWilds extends mage.sets.riseoftheeldrazi.EvolvingWilds {
public EvolvingWilds(UUID ownerId) {
super(ownerId);
this.cardNumber = 32;
this.cardNumber = "32";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class FireFieldOgre extends mage.sets.shardsofalara.FireFieldOgre {
public FireFieldOgre(UUID ownerId) {
super(ownerId);
this.cardNumber = 53;
this.cardNumber = "53";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class FiremaneAngel extends mage.sets.ravnica.FiremaneAngel {
public FiremaneAngel(UUID ownerId) {
super(ownerId);
this.cardNumber = 21;
this.cardNumber = "21";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class FleetfootPanther extends mage.sets.planeshift.FleetfootPanther {
public FleetfootPanther(UUID ownerId) {
super(ownerId);
this.cardNumber = 12;
this.cardNumber = "12";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class GraypeltRefuge extends mage.sets.zendikar.GraypeltRefuge {
public GraypeltRefuge(UUID ownerId) {
super(ownerId);
this.cardNumber = 33;
this.cardNumber = "33";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class GrazingGladehart extends mage.sets.zendikar.GrazingGladehart {
public GrazingGladehart(UUID ownerId) {
super(ownerId);
this.cardNumber = 11;
this.cardNumber = "11";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class GriffinGuide extends mage.sets.timespiral.GriffinGuide {
public GriffinGuide(UUID ownerId) {
super(ownerId);
this.cardNumber = 25;
this.cardNumber = "25";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class GrixisCharm extends mage.sets.shardsofalara.GrixisCharm {
public GrixisCharm(UUID ownerId) {
super(ownerId);
this.cardNumber = 63;
this.cardNumber = "63";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class HellfireMongrel extends mage.sets.zendikar.HellfireMongrel {
public HellfireMongrel(UUID ownerId) {
super(ownerId);
this.cardNumber = 48;
this.cardNumber = "48";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class IcyManipulator extends mage.sets.tenthedition.IcyManipulator {
public IcyManipulator(UUID ownerId) {
super(ownerId);
this.cardNumber = 64;
this.cardNumber = "64";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class IgneousPouncer extends mage.sets.alarareborn.IgneousPouncer {
public IgneousPouncer(UUID ownerId) {
super(ownerId);
this.cardNumber = 57;
this.cardNumber = "57";
this.expansionSetCode = "DDH";
}

View file

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

View file

@ -37,7 +37,7 @@ public class JhessianZombies extends mage.sets.alarareborn.JhessianZombies {
public JhessianZombies(UUID ownerId) {
super(ownerId);
this.cardNumber = 56;
this.cardNumber = "56";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class JungleShrine extends mage.sets.shardsofalara.JungleShrine {
public JungleShrine(UUID ownerId) {
super(ownerId);
this.cardNumber = 34;
this.cardNumber = "34";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class KazanduRefuge extends mage.sets.zendikar.KazanduRefuge {
public KazanduRefuge(UUID ownerId) {
super(ownerId);
this.cardNumber = 35;
this.cardNumber = "35";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class KirdApe extends mage.sets.ninthedition.KirdApe {
public KirdApe(UUID ownerId) {
super(ownerId);
this.cardNumber = 2;
this.cardNumber = "2";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class LeadTheStampede extends mage.sets.mirrodinbesieged.LeadTheStampede
public LeadTheStampede(UUID ownerId) {
super(ownerId);
this.cardNumber = 24;
this.cardNumber = "24";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class LightningHelix extends mage.sets.ravnica.LightningHelix {
public LightningHelix(UUID ownerId) {
super(ownerId);
this.cardNumber = 23;
this.cardNumber = "23";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class LoamLion extends mage.sets.worldwake.LoamLion {
public LoamLion(UUID ownerId) {
super(ownerId);
this.cardNumber = 5;
this.cardNumber = "5";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class LoxodonHierarch extends mage.sets.ravnica.LoxodonHierarch {
public LoxodonHierarch(UUID ownerId) {
super(ownerId);
this.cardNumber = 15;
this.cardNumber = "15";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class MarisisTwinclaws extends mage.sets.alarareborn.MarisisTwinclaws {
public MarisisTwinclaws(UUID ownerId) {
super(ownerId);
this.cardNumber = 17;
this.cardNumber = "17";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class MorgueToad extends mage.sets.planeshift.MorgueToad {
public MorgueToad(UUID ownerId) {
super(ownerId);
this.cardNumber = 47;
this.cardNumber = "47";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class Moroii extends mage.sets.ravnica.Moroii {
public Moroii(UUID ownerId) {
super(ownerId);
this.cardNumber = 51;
this.cardNumber = "51";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class NacatlHuntPride extends mage.sets.conflux.NacatlHuntPride {
public NacatlHuntPride(UUID ownerId) {
super(ownerId);
this.cardNumber = 20;
this.cardNumber = "20";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class NayaCharm extends mage.sets.shardsofalara.NayaCharm {
public NayaCharm(UUID ownerId) {
super(ownerId);
this.cardNumber = 29;
this.cardNumber = "29";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class NicolBolasPlaneswalker extends mage.sets.conflux.NicolBolasPlaneswa
public NicolBolasPlaneswalker(UUID ownerId) {
super(ownerId);
this.cardNumber = 42;
this.cardNumber = "42";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class NightscapeFamiliar extends mage.sets.planeshift.NightscapeFamiliar
public NightscapeFamiliar(UUID ownerId) {
super(ownerId);
this.cardNumber = 44;
this.cardNumber = "44";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class ObeliskOfGrixis extends mage.sets.shardsofalara.ObeliskOfGrixis {
public ObeliskOfGrixis(UUID ownerId) {
super(ownerId);
this.cardNumber = 60;
this.cardNumber = "60";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class PainSuffering extends mage.sets.invasion.PainSuffering {
public PainSuffering(UUID ownerId) {
super(ownerId);
this.cardNumber = 72;
this.cardNumber = "72";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class PrideOfLions extends mage.sets.starter1999.PrideOfLions {
public PrideOfLions(UUID ownerId) {
super(ownerId);
this.cardNumber = 19;
this.cardNumber = "19";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class ProfaneCommand extends mage.sets.commander2014.ProfaneCommand {
public ProfaneCommand(UUID ownerId) {
super(ownerId);
this.cardNumber = 70;
this.cardNumber = "70";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class QasaliPridemage extends mage.sets.alarareborn.QasaliPridemage {
public QasaliPridemage(UUID ownerId) {
super(ownerId);
this.cardNumber = 10;
this.cardNumber = "10";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class Recoil extends mage.sets.invasion.Recoil {
public Recoil(UUID ownerId) {
super(ownerId);
this.cardNumber = 61;
this.cardNumber = "61";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class RecumbentBliss extends mage.sets.eventide.RecumbentBliss {
public RecumbentBliss(UUID ownerId) {
super(ownerId);
this.cardNumber = 26;
this.cardNumber = "26";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class RiseFall extends mage.sets.dissension.RiseFall {
public RiseFall(UUID ownerId) {
super(ownerId);
this.cardNumber = 73;
this.cardNumber = "73";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class RuptureSpire extends mage.sets.conflux.RuptureSpire {
public RuptureSpire(UUID ownerId) {
super(ownerId);
this.cardNumber = 75;
this.cardNumber = "75";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class SapseepForest extends mage.sets.shadowmoor.SapseepForest {
public SapseepForest(UUID ownerId) {
super(ownerId);
this.cardNumber = 36;
this.cardNumber = "36";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class SearingMeditation extends mage.sets.ravnica.SearingMeditation {
public SearingMeditation(UUID ownerId) {
super(ownerId);
this.cardNumber = 27;
this.cardNumber = "27";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class Shriekmaw extends mage.sets.commander.Shriekmaw {
public Shriekmaw(UUID ownerId) {
super(ownerId);
this.cardNumber = 54;
this.cardNumber = "54";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class SlaveOfBolas extends mage.sets.alarareborn.SlaveOfBolas {
public SlaveOfBolas(UUID ownerId) {
super(ownerId);
this.cardNumber = 67;
this.cardNumber = "67";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class SlaveringNulls extends mage.sets.worldwake.SlaveringNulls {
public SlaveringNulls(UUID ownerId) {
super(ownerId);
this.cardNumber = 45;
this.cardNumber = "45";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class SpiteMalice extends mage.sets.invasion.SpiteMalice {
public SpiteMalice(UUID ownerId) {
super(ownerId);
this.cardNumber = 71;
this.cardNumber = "71";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class Spitemare extends mage.sets.eventide.Spitemare {
public Spitemare(UUID ownerId) {
super(ownerId);
this.cardNumber = 16;
this.cardNumber = "16";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class SteamcoreWeird extends mage.sets.izzetvsgolgari.SteamcoreWeird {
public SteamcoreWeird(UUID ownerId) {
super(ownerId);
this.cardNumber = 50;
this.cardNumber = "50";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class SurveillingSprite extends mage.sets.ravnica.SurveillingSprite {
public SurveillingSprite(UUID ownerId) {
super(ownerId);
this.cardNumber = 43;
this.cardNumber = "43";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class SylvanBounty extends mage.sets.conflux.SylvanBounty {
public SylvanBounty(UUID ownerId) {
super(ownerId);
this.cardNumber = 30;
this.cardNumber = "30";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class SylvanRanger extends mage.sets.magic2011.SylvanRanger {
public SylvanRanger(UUID ownerId) {
super(ownerId);
this.cardNumber = 8;
this.cardNumber = "8";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class TerramorphicExpanse extends mage.sets.tenthedition.TerramorphicExpa
public TerramorphicExpanse(UUID ownerId) {
super(ownerId);
this.cardNumber = 76;
this.cardNumber = "76";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class TitanicUltimatum extends mage.sets.shardsofalara.TitanicUltimatum {
public TitanicUltimatum(UUID ownerId) {
super(ownerId);
this.cardNumber = 31;
this.cardNumber = "31";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class Undermine extends mage.sets.invasion.Undermine {
public Undermine(UUID ownerId) {
super(ownerId);
this.cardNumber = 62;
this.cardNumber = "62";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class VaporSnag extends mage.sets.newphyrexia.VaporSnag {
public VaporSnag(UUID ownerId) {
super(ownerId);
this.cardNumber = 58;
this.cardNumber = "58";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class VituGhaziTheCityTree extends mage.sets.ravnica.VituGhaziTheCityTree
public VituGhaziTheCityTree(UUID ownerId) {
super(ownerId);
this.cardNumber = 37;
this.cardNumber = "37";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class WildNacatl extends mage.sets.shardsofalara.WildNacatl {
public WildNacatl(UUID ownerId) {
super(ownerId);
this.cardNumber = 4;
this.cardNumber = "4";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class WoollyThoctar extends mage.sets.shardsofalara.WoollyThoctar {
public WoollyThoctar(UUID ownerId) {
super(ownerId);
this.cardNumber = 13;
this.cardNumber = "13";
this.expansionSetCode = "DDH";
}

View file

@ -37,7 +37,7 @@ public class AesthirGlider2 extends mage.sets.alliances.AesthirGlider1 {
public AesthirGlider2(UUID ownerId) {
super(ownerId);
this.cardNumber = 157;
this.cardNumber = "157";
this.expansionSetCode = "ALL";
}

View file

@ -37,7 +37,7 @@ public class AgentOfStromgald2 extends AgentOfStromgald1 {
public AgentOfStromgald2(UUID ownerId) {
super(ownerId);
this.cardNumber = 95;
this.cardNumber = "95";
}
public AgentOfStromgald2(final AgentOfStromgald2 card) {

View file

@ -37,7 +37,7 @@ public class ArcaneDenial1 extends mage.sets.commander2013.ArcaneDenial {
public ArcaneDenial1(UUID ownerId) {
super(ownerId);
this.cardNumber = 32;
this.cardNumber = "32";
this.expansionSetCode = "ALL";
}

View file

@ -37,7 +37,7 @@ public class ArcaneDenial2 extends mage.sets.commander2013.ArcaneDenial {
public ArcaneDenial2(UUID ownerId) {
super(ownerId);
this.cardNumber = 33;
this.cardNumber = "33";
this.expansionSetCode = "ALL";
}

View file

@ -37,7 +37,7 @@ public class Astrolabe1 extends mage.sets.masterseditioniii.Astrolabe {
public Astrolabe1(UUID ownerId) {
super(ownerId);
this.cardNumber = 159;
this.cardNumber = "159";
this.expansionSetCode = "ALL";
}

View file

@ -37,7 +37,7 @@ public class Astrolabe2 extends mage.sets.masterseditioniii.Astrolabe {
public Astrolabe2(UUID ownerId) {
super(ownerId);
this.cardNumber = 160;
this.cardNumber = "160";
this.expansionSetCode = "ALL";
}

View file

@ -37,7 +37,7 @@ public class BalduvianDead extends mage.sets.masterseditionii.BalduvianDead {
public BalduvianDead(UUID ownerId) {
super(ownerId);
this.cardNumber = 1;
this.cardNumber = "1";
this.expansionSetCode = "ALL";
}

View file

@ -37,7 +37,7 @@ public class BalduvianWarMakers2 extends BalduvianWarMakers1 {
public BalduvianWarMakers2(UUID ownerId) {
super(ownerId);
this.cardNumber = 98;
this.cardNumber = "98";
}
public BalduvianWarMakers2(final BalduvianWarMakers2 card) {

View file

@ -38,7 +38,7 @@ public class BountyOfTheHunt extends mage.sets.masterseditionii.BountyOfTheHunt
public BountyOfTheHunt(UUID ownerId) {
super(ownerId);
this.cardNumber = 63;
this.cardNumber = "63";
this.expansionSetCode = "ALL";
this.rarity = Rarity.UNCOMMON;
}

View file

@ -37,7 +37,7 @@ public class CarrierPigeons2 extends mage.sets.alliances.CarrierPigeons1 {
public CarrierPigeons2(UUID ownerId) {
super(ownerId);
this.cardNumber = 126;
this.cardNumber = "126";
this.expansionSetCode = "ALL";
}

View file

@ -37,7 +37,7 @@ public class DeadlyInsect1 extends mage.sets.mercadianmasques.DeadlyInsect {
public DeadlyInsect1(UUID ownerId) {
super(ownerId);
this.cardNumber = 64;
this.cardNumber = "64";
this.expansionSetCode = "ALL";
}

View file

@ -37,7 +37,7 @@ public class DeadlyInsect2 extends mage.sets.mercadianmasques.DeadlyInsect {
public DeadlyInsect2(UUID ownerId) {
super(ownerId);
this.cardNumber = 65;
this.cardNumber = "65";
this.expansionSetCode = "ALL";
}

View file

@ -37,7 +37,7 @@ public class ElvishBard extends mage.sets.ninthedition.ElvishBard {
public ElvishBard(UUID ownerId) {
super(ownerId);
this.cardNumber = 66;
this.cardNumber = "66";
this.expansionSetCode = "ALL";
}

View file

@ -37,7 +37,7 @@ public class ElvishRanger1 extends mage.sets.portal.ElvishRanger {
public ElvishRanger1(UUID ownerId) {
super(ownerId);
this.cardNumber = 67;
this.cardNumber = "67";
this.expansionSetCode = "ALL";
}

View file

@ -37,7 +37,7 @@ public class ElvishRanger2 extends mage.sets.portal.ElvishRanger {
public ElvishRanger2(UUID ownerId) {
super(ownerId);
this.cardNumber = 68;
this.cardNumber = "68";
this.expansionSetCode = "ALL";
}

View file

@ -37,7 +37,7 @@ public class EnslavedScout2 extends mage.sets.alliances.EnslavedScout1 {
public EnslavedScout2(UUID ownerId) {
super(ownerId);
this.cardNumber = 105;
this.cardNumber = "105";
this.expansionSetCode = "ALL";
}

View file

@ -39,7 +39,7 @@ public class FalseDemise1 extends mage.sets.mercadianmasques.FalseDemise {
public FalseDemise1(UUID ownerId) {
super(ownerId);
this.cardNumber = 40;
this.cardNumber = "40";
this.expansionSetCode = "ALL";
this.rarity = Rarity.COMMON;
}

View file

@ -39,7 +39,7 @@ public class FalseDemise2 extends mage.sets.mercadianmasques.FalseDemise {
public FalseDemise2(UUID ownerId) {
super(ownerId);
this.cardNumber = 41;
this.cardNumber = "41";
this.expansionSetCode = "ALL";
this.rarity = Rarity.COMMON;
}

View file

@ -37,7 +37,7 @@ public class FeastOrFamine1 extends mage.sets.izzetvsgolgari.FeastOrFamine {
public FeastOrFamine1(UUID ownerId) {
super(ownerId);
this.cardNumber = 8;
this.cardNumber = "8";
this.expansionSetCode = "ALL";
}

View file

@ -37,7 +37,7 @@ public class FeastOrFamine2 extends mage.sets.izzetvsgolgari.FeastOrFamine {
public FeastOrFamine2(UUID ownerId) {
super(ownerId);
this.cardNumber = 9;
this.cardNumber = "9";
this.expansionSetCode = "ALL";
}

View file

@ -37,7 +37,7 @@ public class FeveredStrength2 extends mage.sets.alliances.FeveredStrength1 {
public FeveredStrength2(UUID ownerId) {
super(ownerId);
this.cardNumber = 11;
this.cardNumber = "11";
this.expansionSetCode = "ALL";
}

View file

@ -37,7 +37,7 @@ public class FloodwaterDam extends mage.sets.masterseditioniv.FloodwaterDam {
public FloodwaterDam(UUID ownerId) {
super(ownerId);
this.cardNumber = 161;
this.cardNumber = "161";
this.expansionSetCode = "ALL";
}

View file

@ -37,7 +37,7 @@ public class GorillaBerserkers2 extends GorillaBerserkers1 {
public GorillaBerserkers2(UUID ownerId) {
super(ownerId);
this.cardNumber = 76;
this.cardNumber = "76";
}
public GorillaBerserkers2(final GorillaBerserkers2 card) {

View file

@ -37,7 +37,7 @@ public class GorillaChieftain1 extends mage.sets.seventhedition.GorillaChieftain
public GorillaChieftain1(UUID ownerId) {
super(ownerId);
this.cardNumber = 77;
this.cardNumber = "77";
this.expansionSetCode = "ALL";
}

View file

@ -37,7 +37,7 @@ public class GorillaChieftain2 extends mage.sets.seventhedition.GorillaChieftain
public GorillaChieftain2(UUID ownerId) {
super(ownerId);
this.cardNumber = 78;
this.cardNumber = "78";
this.expansionSetCode = "ALL";
}

View file

@ -38,7 +38,7 @@ public class GorillaShaman2 extends GorillaShaman1 {
public GorillaShaman2(UUID ownerId) {
super(ownerId);
this.cardNumber = 107;
this.cardNumber = "107";
this.rarity = Rarity.UNCOMMON;
}

View file

@ -37,7 +37,7 @@ public class GorillaWarCry1 extends mage.sets.masterseditioniv.GorillaWarCry {
public GorillaWarCry1(UUID ownerId) {
super(ownerId);
this.cardNumber = 108;
this.cardNumber = "108";
this.expansionSetCode = "ALL";
}

View file

@ -37,7 +37,7 @@ public class GorillaWarCry2 extends mage.sets.masterseditioniv.GorillaWarCry {
public GorillaWarCry2(UUID ownerId) {
super(ownerId);
this.cardNumber = 109;
this.cardNumber = "109";
this.expansionSetCode = "ALL";
}

View file

@ -38,7 +38,7 @@ public class GuerrillaTactics1 extends mage.sets.ninthedition.GuerrillaTactics {
public GuerrillaTactics1(UUID ownerId) {
super(ownerId);
this.cardNumber = 110;
this.cardNumber = "110";
this.expansionSetCode = "ALL";
this.rarity = Rarity.COMMON;
}

View file

@ -38,7 +38,7 @@ public class GuerrillaTactics2 extends mage.sets.ninthedition.GuerrillaTactics {
public GuerrillaTactics2(UUID ownerId) {
super(ownerId);
this.cardNumber = 111;
this.cardNumber = "111";
this.expansionSetCode = "ALL";
this.rarity = Rarity.COMMON;
}

View file

@ -37,7 +37,7 @@ public class InsidiousBookworms2 extends InsidiousBookworms1 {
public InsidiousBookworms2(UUID ownerId) {
super(ownerId);
this.cardNumber = 13;
this.cardNumber = "13";
}
public InsidiousBookworms2(final InsidiousBookworms2 card) {

Some files were not shown because too many files have changed in this diff Show more