Added Journey into Nyx set.

This commit is contained in:
LevelX2 2014-04-07 15:40:38 +02:00
parent 38f922a200
commit ce72b0a744
8 changed files with 71 additions and 4 deletions

View file

@ -42,7 +42,7 @@ public class GathererSets implements Iterable<DownloadJob> {
"ISD", "DKA", "AVR",
"RTR", "GTC", "DGM",
"MMA",
"THS", "BNG"};
"THS", "BNG", "JOU"};
private static final HashMap<String, String> symbolsReplacements = new HashMap<>();
static {

View file

@ -18,6 +18,7 @@ public class MagicCardsImageSource implements CardImageSource {
private static final Map<String, String> setNameReplacement = new HashMap<String, String>() {
{
put("JOU", "journey-into-nyx");
put("BNG", "born-of-the-gods");
put("C13", "commander-2013-edition");
put("THS", "theros");

View file

@ -29,6 +29,7 @@ public class WizardCardsImageSource implements CardImageSource {
public WizardCardsImageSource() {
sets = new HashMap<>();
setsAliases = new HashMap<>();
setsAliases.put("JOU", "journeyintonyx/cig");
setsAliases.put("BNG", "bornofthegods/cig");
setsAliases.put("C13", "commander2013/cig");
setsAliases.put("THS", "theros/cig");