forked from External/mage
Added some Odyssey cards, added Archenemy Set, added some Squirel cards.
This commit is contained in:
parent
a75dda1464
commit
2b5c95b6a7
145 changed files with 7674 additions and 2 deletions
|
|
@ -66,6 +66,7 @@ public class ConstructedFormats {
|
|||
"Vintage Masters",
|
||||
"Conspiracy",
|
||||
"Modern Masters",
|
||||
"Archenemy",
|
||||
"Commander 2014 Edition",
|
||||
"Commander 2013 Edition",
|
||||
"Commander",
|
||||
|
|
@ -409,6 +410,9 @@ public class ConstructedFormats {
|
|||
if (format.equals("Magic 2015")) {
|
||||
return Arrays.asList("M15");
|
||||
}
|
||||
if (format.equals("Archenemy")) {
|
||||
return Arrays.asList("ARC");
|
||||
}
|
||||
if (format.equals("Planechase")) {
|
||||
return Arrays.asList("HOP");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ public class MagicCardsImageSource implements CardImageSource {
|
|||
private static final Map<String, String> setNameReplacement = new HashMap<String, String>() {
|
||||
|
||||
{
|
||||
put("C14", "commander-2013-edition");
|
||||
put("C14", "commander-2014-edition");
|
||||
put("KTK", "khans-of-tarkir");
|
||||
put("VMA", "vintage-masters");
|
||||
put("CNS", "conspiracy");
|
||||
|
|
@ -39,6 +39,7 @@ public class MagicCardsImageSource implements CardImageSource {
|
|||
put("ZEN", "zendikar");
|
||||
put("HOP", "planechase");
|
||||
put("CMD", "commander");
|
||||
put("ARC", "archenemy");
|
||||
put("PC2", "planechase-2012-edition");
|
||||
put("ARB", "alara-reborn");
|
||||
put("CON", "conflux");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue