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:
Susucre 2023-09-24 02:24:44 +02:00 committed by GitHub
parent b624da7aa8
commit 35710efa60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 175 additions and 6 deletions

View file

@ -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
};

View file

@ -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
}
};