mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 04:22:01 -08:00
Add new Set files, as well as add new entries to mtg-cards-data.txt (#11193)
[SPG] [LCI] [LCC] [REX]
This commit is contained in:
parent
b624da7aa8
commit
35710efa60
10 changed files with 175 additions and 6 deletions
|
|
@ -6,14 +6,13 @@ import mage.client.constants.Constants;
|
|||
import mage.constants.Rarity;
|
||||
import org.apache.log4j.Logger;
|
||||
import org.mage.plugins.card.dl.DownloadJob;
|
||||
|
||||
import java.io.File;
|
||||
import java.util.*;
|
||||
|
||||
import static org.mage.plugins.card.dl.DownloadJob.fromURL;
|
||||
import static org.mage.plugins.card.dl.DownloadJob.toFile;
|
||||
import static org.mage.plugins.card.utils.CardImageUtils.getImagesDir;
|
||||
|
||||
import java.io.File;
|
||||
import java.util.*;
|
||||
|
||||
/**
|
||||
* WARNING, unsupported images plugin, last updates from 2018
|
||||
*/
|
||||
|
|
@ -103,7 +102,8 @@ public class GathererSets implements Iterable<DownloadJob> {
|
|||
"C21","MH2","AFR","AFC","J21","MID","MIC","VOW","VOC","YMID",
|
||||
"NEC","NEO","SNC","NCC","CLB","2X2","DMU","DMC","40K","GN3",
|
||||
"UNF","BRO","BRC","BOT","30A","J22","SCD","DMR","ONE","ONC",
|
||||
"MOM","MOC","MUL","MAT","LTR","CMM","WOE","WHO","RVR","WOT","WOC"
|
||||
"MOM","MOC","MUL","MAT","LTR","CMM","WOE","WHO","RVR","WOT",
|
||||
"WOC","SPG","LCI","LCC","REX"
|
||||
// "HHO", "ANA" -- do not exist on gatherer
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -533,6 +533,10 @@ public class ScryfallImageSupportCards {
|
|||
add("WOE"); // Wilds of Eldraine
|
||||
add("WOT"); // Wilds of Eldraine: Enchanting Tales
|
||||
add("WOC"); // Wilds of Eldraine Commander
|
||||
add("LCI"); // Lost Caverns of Ixalan
|
||||
add("LCC"); // Lost Caverns of Ixalan Commander
|
||||
add("REX"); // Jurassic World Collection
|
||||
add("SPG"); // Special Guests
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue