Split the cummulative Arena League set into the individual sets.

- Removed set ARENA
- Added sets PARL, PAL99, PAL00, PAL01, PAL02, PAL03, PAL04, PAL05, PAL06
This commit is contained in:
Thomas Hess 2020-01-20 21:38:54 +01:00
parent 2d68c60c31
commit aab0b2e2fa
No known key found for this signature in database
GPG key ID: 98602F47D161B13C
14 changed files with 325 additions and 105 deletions

View file

@ -1505,7 +1505,15 @@ public class DragCardGrid extends JPanel implements DragCardSource, DragCardTarg
pimpedSets.put("JR", 1);
pimpedSets.put("MPS", 1);
pimpedSets.put("CLASH", 1);
pimpedSets.put("ARENA", 1);
pimpedSets.put("PARL", 1);
pimpedSets.put("PAL99", 1);
pimpedSets.put("PAL00", 1);
pimpedSets.put("PAL01", 1);
pimpedSets.put("PAL02", 1);
pimpedSets.put("PAL03", 1);
pimpedSets.put("PAL04", 1);
pimpedSets.put("PAL05", 1);
pimpedSets.put("PAL06", 1);
pimpedSets.put("UGIN", 1);
pimpedSets.put("WMCQ", 1);
pimpedSets.put("PALP", 1);

View file

@ -62,7 +62,6 @@ public class GathererSets implements Iterable<DownloadJob> {
"ARC", "DD3EVG",
"W16", "W17",
// "PALP" -- Gatherer does not have the set Asia Pacific Land Program
// "ARENA" -- is't many set with different codes, not one
// "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
"H09", "PD2", "PD3", "UNH", "CM1", "V11", "A25", "UST", "IMA", "DD2", "EVG", "DDC", "DDE", "DDD", "8EB", "9EB", "CHR", "G18", "DD3GVL", "S00", "S99", "UGL" // ok

View file

@ -65,7 +65,18 @@ public class ScryfallImageSupportCards {
add("G99");
add("G00");
add("G01");
// Arena League
add("PARL");
add("PAL99");
add("PAL00");
add("PAL01");
add("PAL02");
add("PAL03");
add("PAL04");
add("PAL05");
add("PAL06");
// Other promo sets
add("PWOR");
add("PWOS");