mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Split the cummulative Friday Night Magic set into the individual sets.
- Removed set FNMP - Added sets F00 - F17 (F18 does not contain cards, only tokens)
This commit is contained in:
parent
aab0b2e2fa
commit
12d1bd4bb4
24 changed files with 666 additions and 239 deletions
|
|
@ -1505,6 +1505,7 @@ public class DragCardGrid extends JPanel implements DragCardSource, DragCardTarg
|
|||
pimpedSets.put("JR", 1);
|
||||
pimpedSets.put("MPS", 1);
|
||||
pimpedSets.put("CLASH", 1);
|
||||
// Arena League
|
||||
pimpedSets.put("PARL", 1);
|
||||
pimpedSets.put("PAL99", 1);
|
||||
pimpedSets.put("PAL00", 1);
|
||||
|
|
@ -1518,7 +1519,28 @@ public class DragCardGrid extends JPanel implements DragCardSource, DragCardTarg
|
|||
pimpedSets.put("WMCQ", 1);
|
||||
pimpedSets.put("PALP", 1);
|
||||
pimpedSets.put("PELP", 1);
|
||||
pimpedSets.put("FNMP", 1);
|
||||
|
||||
//Friday Night Magic
|
||||
pimpedSets.put("FNM", 1);
|
||||
pimpedSets.put("F01", 1);
|
||||
pimpedSets.put("F02", 1);
|
||||
pimpedSets.put("F03", 1);
|
||||
pimpedSets.put("F04", 1);
|
||||
pimpedSets.put("F05", 1);
|
||||
pimpedSets.put("F06", 1);
|
||||
pimpedSets.put("F07", 1);
|
||||
pimpedSets.put("F08", 1);
|
||||
pimpedSets.put("F09", 1);
|
||||
pimpedSets.put("F10", 1);
|
||||
pimpedSets.put("F11", 1);
|
||||
pimpedSets.put("F12", 1);
|
||||
pimpedSets.put("F13", 1);
|
||||
pimpedSets.put("F14", 1);
|
||||
pimpedSets.put("F15", 1);
|
||||
pimpedSets.put("F16", 1);
|
||||
pimpedSets.put("F17", 1);
|
||||
pimpedSets.put("F18", 1);
|
||||
|
||||
pimpedSets.put("MGDC", 1);
|
||||
pimpedSets.put("MPRP", 1);
|
||||
pimpedSets.put("EXP", 1);
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ public class GathererSets implements Iterable<DownloadJob> {
|
|||
"W16", "W17",
|
||||
// "PALP" -- Gatherer does not have the set Asia Pacific Land Program
|
||||
// "ATH" -- has cards from many sets, symbol does not exist on gatherer
|
||||
// "CLASH", "CP", "DPA", "PELP", "FNMP", "GPX", "GRC", "GUR", "H17", "JR", "MBP", "MGDC", "MLP", "MPRP", "PTC", "SUS", "SWS", "WMCQ", // need to fix
|
||||
// "CLASH", "CP", "DPA", "PELP", "GPX", "GRC", "GUR", "H17", "JR", "MBP", "MGDC", "MLP", "MPRP", "PTC", "SUS", "SWS", "WMCQ", // need to fix
|
||||
"H09", "PD2", "PD3", "UNH", "CM1", "V11", "A25", "UST", "IMA", "DD2", "EVG", "DDC", "DDE", "DDD", "8EB", "9EB", "CHR", "G18", "DD3GVL", "S00", "S99", "UGL" // ok
|
||||
// current testing
|
||||
};
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@ public enum MagidexImageSource implements CardImageSource {
|
|||
MagidexImageSource() {
|
||||
supportedSets = new LinkedHashSet<>();
|
||||
// supportedSets.add("PTC"); // Prerelease Events
|
||||
// supportedSets.add("FNMP");
|
||||
supportedSets.add("JR");
|
||||
supportedSets.add("LEA");
|
||||
supportedSets.add("LEB");
|
||||
|
|
|
|||
|
|
@ -334,7 +334,7 @@ public enum WizardCardsImageSource implements CardImageSource {
|
|||
setsAliases.put("EVG", "Duel Decks: Elves vs. Goblins");
|
||||
setsAliases.put("EXO", "Exodus");
|
||||
setsAliases.put("FEM", "Fallen Empires");
|
||||
// setsAliases.put("FNMP", "Friday Night Magic");
|
||||
// setsAliases.put("FNM", "Friday Night Magic");
|
||||
setsAliases.put("FRF", "Fate Reforged");
|
||||
setsAliases.put("FUT", "Future Sight");
|
||||
setsAliases.put("GPT", "Guildpact");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue