mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08:00
Added a bunch of promo cards and the new sets that were announced today.
This commit is contained in:
parent
20138891fe
commit
a2c56d821c
259 changed files with 13364 additions and 461 deletions
|
|
@ -37,22 +37,25 @@ public class GathererSets implements Iterable<DownloadJob> {
|
|||
|
||||
private static final String[] withMythics = {"M10", "M11", "M12", "M13", "M14", "M15", "ORI",
|
||||
"DDF", "DDG", "DDH", "DDI", "DDJ", "DDK", "DDL", "DDM", "DDN",
|
||||
"DD3", "DD3B", "DDO", "DDP", "DDQ",
|
||||
"DD3", "DD3B", "DDO", "DDP", "DDQ", "DDR",
|
||||
"FVD", "FVE", "FVL", "FVR",
|
||||
"V12", "V13", "V14", "V15",
|
||||
"V12", "V13", "V14", "V15", "V16",
|
||||
"ALA", "CON", "ARB",
|
||||
"ZEN", "WWK", "ROE",
|
||||
"SOM", "MBS", "NPH",
|
||||
"CMD", "C13", "C14", "PC2",
|
||||
"CMD", "C13", "C14", "C15", "C16",
|
||||
"PC2", "PCA",
|
||||
"ISD", "DKA", "AVR",
|
||||
"RTR", "GTC", "DGM",
|
||||
"MMA", "MM2",
|
||||
"MMA", "MM2", "EMA",
|
||||
"THS", "BNG", "JOU",
|
||||
"CNS", "VMA", "TPR",
|
||||
"CNS", "CN2",
|
||||
"VMA", "TPR",
|
||||
"KTK", "FRF", "DTK",
|
||||
"BFZ", "EXP", "OGW",
|
||||
"SOI", "EMN",
|
||||
"EMA"};
|
||||
"KLD", "AER"
|
||||
};
|
||||
private static final HashMap<String, String> symbolsReplacements = new HashMap<>();
|
||||
|
||||
static {
|
||||
|
|
|
|||
|
|
@ -16,6 +16,10 @@ public class MagicCardsImageSource implements CardImageSource {
|
|||
|
||||
private static final Map<String, String> setNameTokenReplacement = new HashMap<String, String>() {
|
||||
{
|
||||
put("C16", "commander-2016");
|
||||
put("AER", "aether-revolt");
|
||||
put("KLD", "kaladesh");
|
||||
put("CN2", "conspiracy-take-the-crown");
|
||||
put("W16", "welcome-deck-2016");
|
||||
put("EMA", "eternal-masters");
|
||||
put("EMN", "eldritch-moon");
|
||||
|
|
@ -40,6 +44,7 @@ public class MagicCardsImageSource implements CardImageSource {
|
|||
put("V13", "from-the-vault-twenty");
|
||||
put("V14", "from-the-vault-annihilation");
|
||||
put("V15", "from-the-vault-angels");
|
||||
put("V16", "from-the-vault-lore");
|
||||
put("CLASH", "clash-pack");
|
||||
put("TPR", "tempest-remastered");
|
||||
put("ORI", "magic-origins");
|
||||
|
|
@ -120,6 +125,7 @@ public class MagicCardsImageSource implements CardImageSource {
|
|||
put("DDO", "duel-decks-elspeth-vs-kiora");
|
||||
put("DDP", "duel-decks-zendikar-vs-eldrazi");
|
||||
put("DDQ", "duel-decks-blessed-vs-cursed");
|
||||
put("DDR", "duel-decks-nissa-vs-ob-nixilis");
|
||||
}
|
||||
private static final long serialVersionUID = 1L;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -88,6 +88,7 @@ public class WizardCardsImageSource implements CardImageSource {
|
|||
setsAliases.put("7ED", "Seventh Edition");
|
||||
setsAliases.put("8ED", "Eighth Edition");
|
||||
setsAliases.put("9ED", "Ninth Edition");
|
||||
setsAliases.put("AER", "Aether Revolt");
|
||||
setsAliases.put("ALA", "Shards of Alara");
|
||||
setsAliases.put("ALL", "Alliances");
|
||||
setsAliases.put("APC", "Apocalypse");
|
||||
|
|
@ -105,10 +106,12 @@ public class WizardCardsImageSource implements CardImageSource {
|
|||
setsAliases.put("C13", "Commander 2013 Edition");
|
||||
setsAliases.put("C14", "Commander 2014");
|
||||
setsAliases.put("C15", "Commander 2015");
|
||||
setsAliases.put("C16", "Commander 2016");
|
||||
setsAliases.put("CHK", "Champions of Kamigawa");
|
||||
setsAliases.put("CHR", "Chronicles");
|
||||
setsAliases.put("CMD", "Magic: The Gathering-Commander");
|
||||
setsAliases.put("CNS", "Magic: The Gathering—Conspiracy");
|
||||
setsAliases.put("CN2", "Conspiracy: Take the Crown");
|
||||
setsAliases.put("CON", "Conflux");
|
||||
setsAliases.put("CSP", "Coldsnap");
|
||||
setsAliases.put("DD2", "Duel Decks: Jace vs. Chandra");
|
||||
|
|
@ -131,6 +134,7 @@ public class WizardCardsImageSource implements CardImageSource {
|
|||
setsAliases.put("DDO", "Duel Decks: Elspeth vs. Kiora");
|
||||
setsAliases.put("DDP", "Duel Decks: Zendikar vs. Eldrazi");
|
||||
setsAliases.put("DDQ", "Duel Decks: Blessed vs. Cursed");
|
||||
setsAliases.put("DDR", "Duel Decks: Nissa vs Ob Nixilis");
|
||||
setsAliases.put("DGM", "Dragon's Maze");
|
||||
setsAliases.put("DIS", "Dissension");
|
||||
setsAliases.put("DKA", "Dark Ascension");
|
||||
|
|
@ -163,6 +167,7 @@ public class WizardCardsImageSource implements CardImageSource {
|
|||
setsAliases.put("JOU", "Journey into Nyx");
|
||||
setsAliases.put("JR", "Judge Promo");
|
||||
setsAliases.put("JUD", "Judgment");
|
||||
setsAliases.put("KLD", "Kaladesh");
|
||||
setsAliases.put("KTK", "Khans of Tarkir");
|
||||
setsAliases.put("LEA", "Limited Edition Alpha");
|
||||
setsAliases.put("LEB", "Limited Edition Beta");
|
||||
|
|
@ -232,6 +237,7 @@ public class WizardCardsImageSource implements CardImageSource {
|
|||
setsAliases.put("V13", "From the Vault: Twenty");
|
||||
setsAliases.put("V14", "From the Vault: Annihilation (2014)");
|
||||
setsAliases.put("V15", "From the Vault: Angels (2015)");
|
||||
setsAliases.put("V16", "From the Vault: Lore (2016)");
|
||||
setsAliases.put("VG1", "Vanguard Set 1");
|
||||
setsAliases.put("VG2", "Vanguard Set 2");
|
||||
setsAliases.put("VG3", "Vanguard Set 3");
|
||||
|
|
|
|||
|
|
@ -64,6 +64,6 @@ ddd=gvl
|
|||
unh=uh
|
||||
dde=pvc
|
||||
# Remove setname as soon as the images can be downloaded
|
||||
ignore.urls=TOK, EMN, EMA
|
||||
ignore.urls=TOK,AER,PCA,C16,V16,KLD,DDR,CN2,EMN
|
||||
# sets ordered by release time (newest goes first)
|
||||
token.lookup.order=EMA,EMN,SOI,DDQ,CP,CMA,ARENA,SUS,APAC,EURO,UGIN,C15,OGW,EXP,DDP,BFZ,FVD,FVE,FVL,FVR,V12,V13,V14,V15,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
|
||||
token.lookup.order=AER,PCA,C16,V16,KLD,DDR,CN2,EMN,EMA,SOI,DDQ,CP,CMA,ARENA,SUS,APAC,EURO,UGIN,C15,OGW,EXP,DDP,BFZ,FVD,FVE,FVL,FVR,V12,V13,V14,V15,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