Aligned Grand Prix Promos set code with Scryfall.

(GPX → PGPX)
This commit is contained in:
Thomas Hess 2020-03-09 12:25:42 +01:00
parent abadabe324
commit 71bdc431db
No known key found for this signature in database
GPG key ID: 98602F47D161B13C
10 changed files with 10 additions and 12 deletions

View file

@ -1588,7 +1588,7 @@ public class DragCardGrid extends JPanel implements DragCardSource, DragCardTarg
pimpedSets.put("MGDC", 1);
pimpedSets.put("EXP", 1);
pimpedSets.put("GPX", 1);
pimpedSets.put("PGPX", 1);
pimpedSets.put("GRC", 1);
pimpedSets.put("MBP", 1);
pimpedSets.put("MLP", 1);

View file

@ -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", "GPX", "GRC", "GUR", "H17", "JR", "MBP", "MGDC", "MLP", "PPRE", "SUS", "SWS", "WMCQ", // need to fix
// "CLASH", "CP", "DPA", "PELP", "PGPX", "GRC", "GUR", "H17", "JR", "MBP", "MGDC", "MLP", "PPRE", "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
};

View file

@ -20,7 +20,6 @@ public class ScryfallImageSupportCards {
put("MPS-AKH", "mp2").
put("MBP", "pmei").
put("WMCQ", "pwcq").
put("GPX", "pgpx").
put("MED", "me1").
put("MEDM", "med").
build();
@ -298,7 +297,7 @@ public class ScryfallImageSupportCards {
//
add("PALP");
add("PELP");
add("GPX");
add("PGPX");
add("ATH");
add("GRC");
add("ANA");

View file

@ -338,7 +338,7 @@ public enum WizardCardsImageSource implements CardImageSource {
setsAliases.put("FRF", "Fate Reforged");
setsAliases.put("FUT", "Future Sight");
setsAliases.put("GPT", "Guildpact");
setsAliases.put("GPX", "Grand Prix");
setsAliases.put("PGPX", "Grand Prix");
setsAliases.put("GRC", "WPN Gateway");
setsAliases.put("GTC", "Gatecrash");
setsAliases.put("H09", "Premium Deck Series: Slivers");