* Commander 2014 - Added set and already implemented cards.

This commit is contained in:
LevelX2 2014-11-09 11:07:53 +01:00
parent 075ce81e1d
commit 108faf4c8c
255 changed files with 13014 additions and 3 deletions

View file

@ -38,7 +38,7 @@ public class GathererSets implements Iterable<DownloadJob> {
"ALA", "CON", "ARB",
"ZEN", "WWK", "ROE",
"SOM", "MBS", "NPH",
"CMD", "PC2",
"CMD", "C13", "C14", "PC2",
"ISD", "DKA", "AVR",
"RTR", "GTC", "DGM",
"MMA",

View file

@ -16,6 +16,7 @@ public class MagicCardsImageSource implements CardImageSource {
private static final Map<String, String> setNameReplacement = new HashMap<String, String>() {
{
put("C14", "commander-2013-edition");
put("KTK", "khans-of-tarkir");
put("VMA", "vintage-masters");
put("CNS", "conspiracy");