Fixed some wrong card numbers of JOU cards. Causing booster creation to add too much rares.

This commit is contained in:
LevelX2 2014-04-20 23:41:30 +02:00
parent acd3a44903
commit e4d73eb9af
3 changed files with 3 additions and 3 deletions

View file

@ -59,7 +59,7 @@ import mage.util.CardUtil;
public class BattlefieldThaumaturge extends CardImpl<BattlefieldThaumaturge> {
public BattlefieldThaumaturge(UUID ownerId) {
super(ownerId, 32, "Battlefield Thaumaturge", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{1}{U}");
super(ownerId, 31, "Battlefield Thaumaturge", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{1}{U}");
this.expansionSetCode = "JOU";
this.subtype.add("Human");
this.subtype.add("Wizard");

View file

@ -47,7 +47,7 @@ import mage.filter.FilterPermanent;
public class BearerOfTheHeavens extends CardImpl<BearerOfTheHeavens> {
public BearerOfTheHeavens(UUID ownerId) {
super(ownerId, 90, "Bearer of the Heavens", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{7}{R}");
super(ownerId, 89, "Bearer of the Heavens", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{7}{R}");
this.expansionSetCode = "JOU";
this.subtype.add("Giant");

View file

@ -54,7 +54,7 @@ import mage.players.Player;
public class DictateOfTheTwinGods extends CardImpl<DictateOfTheTwinGods> {
public DictateOfTheTwinGods(UUID ownerId) {
super(ownerId, 95, "Dictate of the Twin Gods", Rarity.RARE, new CardType[]{CardType.ENCHANTMENT}, "{3}{R}{R}");
super(ownerId, 93, "Dictate of the Twin Gods", Rarity.RARE, new CardType[]{CardType.ENCHANTMENT}, "{3}{R}{R}");
this.expansionSetCode = "JOU";
this.color.setRed(true);