mirror of
https://github.com/correl/mage.git
synced 2025-01-11 11:05:23 +00:00
[GTC] Corrected wrong cards numbers, allow GTC for image download
This commit is contained in:
parent
d51ca1fed6
commit
98ab1f18e3
6 changed files with 7 additions and 7 deletions
|
@ -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
|
|
@ -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");
|
||||
|
|
|
@ -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");
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue