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
|
|
@ -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