mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Set added: Fifth Dawn
This commit is contained in:
parent
02cef51717
commit
467d96179f
17 changed files with 697 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ public class ManaSymbols {
|
|||
"10E", "M10", "M11", "M12",
|
||||
"HOP", "DDF",
|
||||
"TMP", "INV", "PLS", "APC",
|
||||
"MRD", "DST", "CHK", "RAV", "GPT", "DIS",
|
||||
"MRD", "DST", "5DN", "CHK", "RAV", "GPT", "DIS",
|
||||
"LRW", "MOR", "SHM", "EVE", "ALA", "CFX", "ARB",
|
||||
"ZEN", "WWK", "ROE", "SOM", "MBS", "NPH"
|
||||
};
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ public class GathererSets implements Iterable<DownloadJob> {
|
|||
private final static File DEFAULT_OUT_DIR = new File("plugins" + File.separator + "images" + SETS_PATH);
|
||||
private static File outDir = DEFAULT_OUT_DIR;
|
||||
|
||||
private static final String[] symbols = {"10E", "HOP", "TMP", "INV", "PLS", "APC", "MRD", "DST", "CHK", "RAV", "GPT", "DIS", "LRW", "MOR", "SHM", "EVE"};
|
||||
private static final String[] symbols = {"10E", "HOP", "TMP", "INV", "PLS", "APC", "MRD", "DST", "5DN", "CHK", "RAV", "GPT", "DIS", "LRW", "MOR", "SHM", "EVE"};
|
||||
private static final String[] withMythics = {"M10", "M11", "M12", "DDF", "ALA", "CFX", "ARB", "ZEN", "WWK", "ROE", "SOM", "MBS", "NPH"};
|
||||
private static final HashMap<String, String> symbolsReplacements = new HashMap<String, String>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue