[GTC] Corrected wrong cards numbers, allow GTC for image download

This commit is contained in:
LevelX2 2013-01-23 13:14:09 +01:00
parent d51ca1fed6
commit 98ab1f18e3
6 changed files with 7 additions and 7 deletions

View file

@ -59,6 +59,6 @@ drk=dk
ptk=p3k
gur=guru
mpr=mprp
ignore.urls=TOK,EMBLEM,GTC
ignore.urls=TOK,EMBLEM
# sets ordered by release time (newest goes first)
token.lookup.order=RTR,M13,AVR,DDI,DKA,ISD,M12,NPH,MBS,SOM,M11,ROE,PVC,WWK,ZEN,M10,GVL,ARB,DVD,CFX,JVC,ALA,EVE,SHM,EVG,MOR,LRW,10E,CLS,CHK
token.lookup.order=GTC,RTR,M13,AVR,DDI,DKA,ISD,M12,NPH,MBS,SOM,M11,ROE,PVC,WWK,ZEN,M10,GVL,ARB,DVD,CFX,JVC,ALA,EVE,SHM,EVG,MOR,LRW,10E,CLS,CHK

View file

@ -51,7 +51,7 @@ import mage.target.TargetPlayer;
public class BalustradeSpy extends CardImpl<BalustradeSpy> {
public BalustradeSpy(UUID ownerId) {
super(ownerId, 58, "Balustrade Spy", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{3}{B}");
super(ownerId, 57, "Balustrade Spy", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{3}{B}");
this.expansionSetCode = "GTC";
this.subtype.add("Vampire");
this.subtype.add("Rogue");

View file

@ -42,7 +42,7 @@ import mage.cards.CardImpl;
public class BasilicaScreecher extends CardImpl<BasilicaScreecher> {
public BasilicaScreecher(UUID ownerId) {
super(ownerId, 57, "Basilica Screecher", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{1}{B}");
super(ownerId, 58, "Basilica Screecher", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{1}{B}");
this.expansionSetCode = "GTC";
this.subtype.add("Bat");

View file

@ -45,7 +45,7 @@ import mage.filter.common.FilterControlledCreaturePermanent;
public class BiomassMutation extends CardImpl<BiomassMutation> {
public BiomassMutation(UUID ownerId) {
super(ownerId, 215, "Biomass Mutation", Rarity.RARE, new CardType[]{CardType.INSTANT}, "{X}{G/U}{G/U}");
super(ownerId, 213, "Biomass Mutation", Rarity.RARE, new CardType[]{CardType.INSTANT}, "{X}{G/U}{G/U}");
this.expansionSetCode = "GTC";
this.color.setGreen(true);

View file

@ -49,7 +49,7 @@ import mage.game.permanent.token.Token;
public class BorosKeyrune extends CardImpl<BorosKeyrune> {
public BorosKeyrune(UUID ownerId) {
super(ownerId, 223, "Boros Keyrune", Rarity.UNCOMMON, new CardType[]{CardType.ARTIFACT}, "{3}");
super(ownerId, 227, "Boros Keyrune", Rarity.UNCOMMON, new CardType[]{CardType.ARTIFACT}, "{3}");
this.expansionSetCode = "GTC";
// {T}: Add {R} or {W} to your mana pool.

View file

@ -47,7 +47,7 @@ import mage.counters.CounterType;
public class ExperimentOne extends CardImpl<ExperimentOne> {
public ExperimentOne(UUID ownerId) {
super(ownerId, 115, "Experiment One", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{G}");
super(ownerId, 119, "Experiment One", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{G}");
this.expansionSetCode = "GTC";
this.subtype.add("Human");
this.subtype.add("Ooze");