diff --git a/Mage.Sets/src/mage/sets/journeyintonyx/BearerOfTheHeavens.java b/Mage.Sets/src/mage/sets/journeyintonyx/BearerOfTheHeavens.java index 1db82a74e0f..ff09085b384 100644 --- a/Mage.Sets/src/mage/sets/journeyintonyx/BearerOfTheHeavens.java +++ b/Mage.Sets/src/mage/sets/journeyintonyx/BearerOfTheHeavens.java @@ -47,7 +47,7 @@ import mage.filter.FilterPermanent; public class BearerOfTheHeavens extends CardImpl { public BearerOfTheHeavens(UUID ownerId) { - super(ownerId, 9991, "Bearer of the Heavens", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{7}{R}"); + super(ownerId, 90, "Bearer of the Heavens", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{7}{R}"); this.expansionSetCode = "JOU"; this.subtype.add("Giant"); diff --git a/Mage.Sets/src/mage/sets/journeyintonyx/EidolonOfTheGreatRevel.java b/Mage.Sets/src/mage/sets/journeyintonyx/EidolonOfTheGreatRevel.java index 7be2707ccb8..eeaf30b7313 100644 --- a/Mage.Sets/src/mage/sets/journeyintonyx/EidolonOfTheGreatRevel.java +++ b/Mage.Sets/src/mage/sets/journeyintonyx/EidolonOfTheGreatRevel.java @@ -48,7 +48,7 @@ import mage.target.targetpointer.FixedTarget; public class EidolonOfTheGreatRevel extends CardImpl { public EidolonOfTheGreatRevel(UUID ownerId) { - super(ownerId, 9992, "Eidolon of the Great Revel", Rarity.RARE, new CardType[]{CardType.ENCHANTMENT, CardType.CREATURE}, "{R}{R}"); + super(ownerId, 94, "Eidolon of the Great Revel", Rarity.RARE, new CardType[]{CardType.ENCHANTMENT, CardType.CREATURE}, "{R}{R}"); this.expansionSetCode = "JOU"; this.subtype.add("Spirit"); diff --git a/Mage.Sets/src/mage/sets/journeyintonyx/ExtinguishAllHope.java b/Mage.Sets/src/mage/sets/journeyintonyx/ExtinguishAllHope.java index a8ecc339512..c11940ff43f 100644 --- a/Mage.Sets/src/mage/sets/journeyintonyx/ExtinguishAllHope.java +++ b/Mage.Sets/src/mage/sets/journeyintonyx/ExtinguishAllHope.java @@ -51,8 +51,7 @@ public class ExtinguishAllHope extends CardImpl { public ExtinguishAllHope(UUID ownerId) { - //TODO: Fix card number - super(ownerId, 999, "Extinguish All Hope", Rarity.RARE, new CardType[]{CardType.SORCERY}, "{4}{B}{B}"); + super(ownerId, 68, "Extinguish All Hope", Rarity.RARE, new CardType[]{CardType.SORCERY}, "{4}{B}{B}"); this.expansionSetCode = "JOU"; this.color.setBlack(true); diff --git a/Mage.Sets/src/mage/sets/journeyintonyx/FontOfFertility.java b/Mage.Sets/src/mage/sets/journeyintonyx/FontOfFertility.java index 86b5f064fc2..91befb2df8c 100644 --- a/Mage.Sets/src/mage/sets/journeyintonyx/FontOfFertility.java +++ b/Mage.Sets/src/mage/sets/journeyintonyx/FontOfFertility.java @@ -48,7 +48,7 @@ import mage.target.common.TargetCardInLibrary; public class FontOfFertility extends CardImpl { public FontOfFertility(UUID ownerId) { - super(ownerId, 125, "Font of Fertility", Rarity.COMMON, new CardType[]{CardType.ENCHANTMENT}, "{G}"); + super(ownerId, 123, "Font of Fertility", Rarity.COMMON, new CardType[]{CardType.ENCHANTMENT}, "{G}"); this.expansionSetCode = "JOU"; this.color.setGreen(true); diff --git a/Mage.Sets/src/mage/sets/journeyintonyx/KeranosGodOfStorms.java b/Mage.Sets/src/mage/sets/journeyintonyx/KeranosGodOfStorms.java index ca211ade3d2..bb2cd6b5016 100644 --- a/Mage.Sets/src/mage/sets/journeyintonyx/KeranosGodOfStorms.java +++ b/Mage.Sets/src/mage/sets/journeyintonyx/KeranosGodOfStorms.java @@ -59,7 +59,7 @@ public class KeranosGodOfStorms extends CardImpl { public KeranosGodOfStorms(UUID ownerId) { - super(ownerId, 156, "Keranos, God of Storms", Rarity.MYTHIC, new CardType[]{CardType.ENCHANTMENT, CardType.CREATURE}, "{3}{U}{R}"); + super(ownerId, 151, "Keranos, God of Storms", Rarity.MYTHIC, new CardType[]{CardType.ENCHANTMENT, CardType.CREATURE}, "{3}{U}{R}"); this.expansionSetCode = "JOU"; this.supertype.add("Legendary"); this.subtype.add("God"); diff --git a/Mage.Sets/src/mage/sets/journeyintonyx/PropheticFlamespeaker.java b/Mage.Sets/src/mage/sets/journeyintonyx/PropheticFlamespeaker.java index 0163e2c90d7..92306615e62 100644 --- a/Mage.Sets/src/mage/sets/journeyintonyx/PropheticFlamespeaker.java +++ b/Mage.Sets/src/mage/sets/journeyintonyx/PropheticFlamespeaker.java @@ -47,7 +47,6 @@ import mage.constants.Rarity; import mage.constants.Zone; import mage.game.Game; import mage.game.permanent.Permanent; -import mage.game.turn.Step; import mage.players.Library; import mage.players.Player; @@ -58,7 +57,7 @@ import mage.players.Player; public class PropheticFlamespeaker extends CardImpl { public PropheticFlamespeaker(UUID ownerId) { - super(ownerId, 165, "Prophetic Flamespeaker", Rarity.MYTHIC, new CardType[]{CardType.CREATURE}, "{1}{R}{R}"); + super(ownerId, 106, "Prophetic Flamespeaker", Rarity.MYTHIC, new CardType[]{CardType.CREATURE}, "{1}{R}{R}"); this.expansionSetCode = "JOU"; this.subtype.add("Human"); this.subtype.add("Shaman"); diff --git a/Mage.Sets/src/mage/sets/journeyintonyx/WorstFears.java b/Mage.Sets/src/mage/sets/journeyintonyx/WorstFears.java index 10cabecd483..9e26dbe6c7d 100644 --- a/Mage.Sets/src/mage/sets/journeyintonyx/WorstFears.java +++ b/Mage.Sets/src/mage/sets/journeyintonyx/WorstFears.java @@ -42,7 +42,7 @@ import mage.target.TargetPlayer; public class WorstFears extends CardImpl { public WorstFears(UUID ownerId) { - super(ownerId, 97, "Worst Fears", Rarity.MYTHIC, new CardType[]{CardType.SORCERY}, "{7}{B}"); + super(ownerId, 87, "Worst Fears", Rarity.MYTHIC, new CardType[]{CardType.SORCERY}, "{7}{B}"); this.expansionSetCode = "JOU"; this.color.setBlack(true); diff --git a/Mage/src/mage/cards/repository/CardRepository.java b/Mage/src/mage/cards/repository/CardRepository.java index 40b147ecce4..0439617134d 100644 --- a/Mage/src/mage/cards/repository/CardRepository.java +++ b/Mage/src/mage/cards/repository/CardRepository.java @@ -55,7 +55,7 @@ public enum CardRepository { private static final String JDBC_URL = "jdbc:sqlite:db/cards.db"; private static final String VERSION_ENTITY_NAME = "card"; - private static final long CARD_DB_VERSION = 24; + private static final long CARD_DB_VERSION = 26; private final Random random = new Random(); private Dao cardDao;