mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08:00
Added 12 Clash Pack promos, 5 judge promos, 2 upcoming FNM promos, renamed MerfolkToken to MerfolkWizardToken, added collector's number that were missing for ORI in mtg-cards-data.txt, added other various cards.
This commit is contained in:
parent
9e854687cc
commit
00569c4047
53 changed files with 3033 additions and 237 deletions
|
|
@ -43,7 +43,7 @@ public class GathererSets implements Iterable<DownloadJob> {
|
|||
"CMD", "C13", "C14", "PC2",
|
||||
"ISD", "DKA", "AVR",
|
||||
"RTR", "GTC", "DGM",
|
||||
"MMA",
|
||||
"MMA", "MM2",
|
||||
"THS", "BNG", "JOU",
|
||||
"CNS", "VMA", "TPR",
|
||||
"KTK", "FRF", "DTK"};
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ public class MagicCardsImageSource implements CardImageSource {
|
|||
|
||||
private static final Map<String, String> setNameTokenReplacement = new HashMap<String, String>() {
|
||||
{
|
||||
put("CLASH", "clash-pack");
|
||||
put("TPR", "tempest-remastered");
|
||||
put("ORI", "magic-origins");
|
||||
put("MM2", "modern-masters-2015");
|
||||
|
|
|
|||
|
|
@ -1,3 +1,20 @@
|
|||
#Generate|TOK:MM2|Eldrazi Spawn 1|
|
||||
#Generate|TOK:MM2|Eldrazi Spawn 2|
|
||||
#Generate|TOK:MM2|Eldrazi Spawn 3|
|
||||
#Generate|TOK:MM2|Elephant|
|
||||
#Generate|TOK:MM2|Faerie Rogue|
|
||||
#Generate|TOK:MM2|Germ|
|
||||
#Generate|TOK:MM2|Golem|
|
||||
#Generate|TOK:MM2|Insect|
|
||||
#Generate|TOK:MM2|Myr|
|
||||
#Generate|TOK:MM2|Saproling|
|
||||
#Generate|TOK:MM2|Snake|
|
||||
#Generate|TOK:MM2|Soldier|
|
||||
#Generate|TOK:MM2|Spirit|
|
||||
#Generate|TOK:MM2|Thrull|
|
||||
#Generate|TOK:MM2|Wolf|
|
||||
#Generate|TOK:MM2|Wurm|
|
||||
|
||||
#Generate|TOK:TPR|Goblin|
|
||||
#Generate|TOK:TPR|Pegasus|
|
||||
#Generate|TOK:TPR|Rat|
|
||||
|
|
|
|||
|
|
@ -64,6 +64,6 @@ ddd=gvl
|
|||
unh=uh
|
||||
dde=pvc
|
||||
# Remove setname as soon as the images can be downloaded
|
||||
ignore.urls=TOK,MMB
|
||||
ignore.urls=TOK,MM2
|
||||
# sets ordered by release time (newest goes first)
|
||||
token.lookup.order=TPR,MPRP,DD3,DDO,ORI,MMB,PTC,DTK,FRF,KTK,M15,VMA,CNS,JOU,BNG,THS,DDL,M14,MMA,DGM,GTC,RTR,M13,AVR,DDI,DKA,ISD,M12,NPH,MBS,SOM,M11,ROE,DDE,WWK,ZEN,M10,GVL,ARB,DVD,CFX,JVC,ALA,EVE,SHM,EVG,MOR,LRW,10E,CLS,CHK,GRC
|
||||
token.lookup.order=TPR,MPRP,DD3,DDO,ORI,MM2,PTC,DTK,FRF,KTK,M15,VMA,CNS,JOU,BNG,THS,DDL,M14,MMA,DGM,GTC,RTR,M13,AVR,DDI,DKA,ISD,M12,NPH,MBS,SOM,M11,ROE,DDE,WWK,ZEN,M10,GVL,ARB,DVD,CFX,JVC,ALA,EVE,SHM,EVG,MOR,LRW,10E,CLS,CHK,GRC
|
||||
Loading…
Add table
Add a link
Reference in a new issue