forked from External/mage
Added promo sets Arena League, Super Series, APAC Lands, Euro Lands, Commander's Arsenal, Champs, and Ugin's Fate. Added some Media Insert, Judge Promo, and FNM promos.Fixed a few collector numbers to match magiccards.info.
This commit is contained in:
parent
375d307746
commit
d0d9731da2
241 changed files with 11848 additions and 32 deletions
|
|
@ -16,6 +16,13 @@ public class MagicCardsImageSource implements CardImageSource {
|
|||
|
||||
private static final Map<String, String> setNameTokenReplacement = new HashMap<String, String>() {
|
||||
{
|
||||
put("CMA", "commanders-arsenal");
|
||||
put("ARENA", "arena-league");
|
||||
put("CP", "champs");
|
||||
put("UGIN", "ugins-fate");
|
||||
put("APAC", "asia-pacific-land-program");
|
||||
put("EURO", "european-land-program");
|
||||
put("SUS", "super-series");
|
||||
put("C15", "commander-2015");
|
||||
put("ORG", "oath-of-the-gatewatch");
|
||||
put("EXP", "zendikar-expeditions");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue