mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
Propaganda and Ghostly Prison
This commit is contained in:
parent
e38111072d
commit
f8d9f36ced
8 changed files with 309 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ public class ManaSymbols {
|
|||
|
||||
private static final String[] sets = {"DIS", "GPT", "RAV", "MRD",
|
||||
"10E", "HOP", "ALA", "CFX", "ARB", "ZEN", "WWK", "ROE", "SOM", "M10", "M11",
|
||||
"MBS", "DDF", "DST", "EVE", "APC", "NPH"};
|
||||
"MBS", "DDF", "DST", "EVE", "APC", "NPH", "TMP", "CHK"};
|
||||
|
||||
|
||||
static public void loadImages() {
|
||||
|
|
|
|||
|
|
@ -13,13 +13,14 @@ import static org.mage.plugins.card.dl.DownloadJob.toFile;
|
|||
|
||||
public class GathererSets implements Iterable<DownloadJob> {
|
||||
private static final File outDir = new File("plugins/images/sets");
|
||||
private static final String[] symbols = {"DIS", "DST", "GPT", "RAV", "MRD", "10E", "HOP", "EVE", "APC"};
|
||||
private static final String[] symbols = {"DIS", "DST", "GPT", "RAV", "MRD", "10E", "HOP", "EVE", "APC", "TMP", "CHK"};
|
||||
private static final String[] withMythics = {"ALA", "CFX", "ARB", "ZEN", "WWK", "ROE", "SOM", "M10", "M11", "DDF", "MBS", "NPH"};
|
||||
private static final HashMap<String, String> symbolsReplacements = new HashMap<String, String>();
|
||||
|
||||
static {
|
||||
symbolsReplacements.put("CFX", "CON");
|
||||
symbolsReplacements.put("APC", "AP");
|
||||
symbolsReplacements.put("TMP", "TE");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue