Set added: Fifth Dawn

This commit is contained in:
North 2011-08-24 13:19:46 +03:00
parent 02cef51717
commit 467d96179f
17 changed files with 697 additions and 2 deletions

View file

@ -24,7 +24,7 @@ public class ManaSymbols {
"10E", "M10", "M11", "M12",
"HOP", "DDF",
"TMP", "INV", "PLS", "APC",
"MRD", "DST", "CHK", "RAV", "GPT", "DIS",
"MRD", "DST", "5DN", "CHK", "RAV", "GPT", "DIS",
"LRW", "MOR", "SHM", "EVE", "ALA", "CFX", "ARB",
"ZEN", "WWK", "ROE", "SOM", "MBS", "NPH"
};

View file

@ -16,7 +16,7 @@ public class GathererSets implements Iterable<DownloadJob> {
private final static File DEFAULT_OUT_DIR = new File("plugins" + File.separator + "images" + SETS_PATH);
private static File outDir = DEFAULT_OUT_DIR;
private static final String[] symbols = {"10E", "HOP", "TMP", "INV", "PLS", "APC", "MRD", "DST", "CHK", "RAV", "GPT", "DIS", "LRW", "MOR", "SHM", "EVE"};
private static final String[] symbols = {"10E", "HOP", "TMP", "INV", "PLS", "APC", "MRD", "DST", "5DN", "CHK", "RAV", "GPT", "DIS", "LRW", "MOR", "SHM", "EVE"};
private static final String[] withMythics = {"M10", "M11", "M12", "DDF", "ALA", "CFX", "ARB", "ZEN", "WWK", "ROE", "SOM", "MBS", "NPH"};
private static final HashMap<String, String> symbolsReplacements = new HashMap<String, String>();