mirror of
https://github.com/correl/mage.git
synced 2025-03-07 20:53:18 -10:00
Added download/image information.
This commit is contained in:
parent
8cef2df859
commit
1b8adc2b25
2 changed files with 3 additions and 2 deletions
|
@ -27,6 +27,7 @@ public class WizardCardsImageSource implements CardImageSource {
|
|||
public WizardCardsImageSource() {
|
||||
sets = new HashMap();
|
||||
setsAliases = new HashMap();
|
||||
setsAliases.put("GTC", "gatecrash/cig");
|
||||
setsAliases.put("RTR", "returntoravnica/cig");
|
||||
setsAliases.put("M13", "magic2013/cig");
|
||||
setsAliases.put("AVR", "avacynrestored/cig");
|
||||
|
|
|
@ -59,6 +59,6 @@ drk=dk
|
|||
ptk=p3k
|
||||
gur=guru
|
||||
mpr=mprp
|
||||
ignore.urls=GTC,TOK,EMBLEM
|
||||
ignore.urls=TOK,EMBLEM
|
||||
# sets ordered by release time (newest goes first)
|
||||
token.lookup.order=AVR,DDI,DKA,ISD,M12,NPH,MBS,SOM,M11,ROE,PVC,WWK,ZEN,M10,GVL,ARB,DVD,CFX,JVC,ALA,EVE,SHM,EVG,MOR,LRW,10E,CLS,CHK
|
||||
token.lookup.order=RTR,AVR,DDI,DKA,ISD,M12,NPH,MBS,SOM,M11,ROE,PVC,WWK,ZEN,M10,GVL,ARB,DVD,CFX,JVC,ALA,EVE,SHM,EVG,MOR,LRW,10E,CLS,CHK
|
Loading…
Add table
Reference in a new issue