mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
Added Commander 2015 set; added Eternal Witness and Kalemne, Disciple of Iroas cards to C15.
This commit is contained in:
parent
d58288da6d
commit
bf2992fc42
10 changed files with 242 additions and 2 deletions
|
|
@ -16,6 +16,7 @@ public class MagicCardsImageSource implements CardImageSource {
|
|||
|
||||
private static final Map<String, String> setNameTokenReplacement = new HashMap<String, String>() {
|
||||
{
|
||||
put("C15", "commander-2015");
|
||||
put("ORG", "oath-of-the-gatewatch");
|
||||
put("EXP", "zendikar-expeditions");
|
||||
put("BFZ", "battle-for-zendikar");
|
||||
|
|
|
|||
|
|
@ -99,6 +99,7 @@ public class WizardCardsImageSource implements CardImageSource {
|
|||
setsAliases.put("BTD", "Beatdown Box Set");
|
||||
setsAliases.put("C13", "Commander 2013 Edition");
|
||||
setsAliases.put("C14", "Commander 2014");
|
||||
setsAliases.put("C15", "Commander 2015");
|
||||
setsAliases.put("CHK", "Champions of Kamigawa");
|
||||
setsAliases.put("CHR", "Chronicles");
|
||||
setsAliases.put("CMD", "Magic: The Gathering-Commander");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue