mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
Aligned Grand Prix Promos set code with Scryfall.
(GPX → PGPX)
This commit is contained in:
parent
abadabe324
commit
71bdc431db
10 changed files with 10 additions and 12 deletions
|
@ -18,7 +18,7 @@
|
|||
1 [LEA:283] Mountain
|
||||
1 [MMQ:345] Mountain
|
||||
1 [RAV:300] Mountain
|
||||
2 [GPX:6] Goblin Guide
|
||||
2 [PGPX:6] Goblin Guide
|
||||
4 [M11:135] Ember Hauler
|
||||
2 [JGP:1] Lightning Bolt
|
||||
1 [M10:146] Lightning Bolt
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
2 [7ED:327] City of Brass
|
||||
1 [MRD:172] Frogmite
|
||||
2 [INV:299] Chromatic Sphere
|
||||
2 [GPX:3] Chrome Mox
|
||||
2 [PGPX:3] Chrome Mox
|
||||
1 [MRD:151] Chromatic Sphere
|
||||
1 [MRD:152] Chrome Mox
|
||||
1 [5DN:113] Cranial Plating
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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
|
||||
};
|
||||
|
|
|
@ -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");
|
||||
|
|
|
@ -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");
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
#|Generate|TOK:CHK|Dragon Spirit||
|
||||
#|Generate|TOK:FNMP|Centaur||
|
||||
#|Generate|TOK:FNMP|Wurm||
|
||||
#|Generate|TOK:GPX|Elephant||
|
||||
#|Generate|TOK:GPX|Germ||
|
||||
#|Generate|TOK:PGPX|Elephant||
|
||||
#|Generate|TOK:PGPX|Germ||
|
||||
#|Generate|TOK:GRC|Bird||
|
||||
#|Generate|TOK:GRC|Golem||
|
||||
#|Generate|TOK:GRC|Human||
|
||||
|
|
|
@ -17,7 +17,7 @@ public final class GrandPrixPromos extends ExpansionSet {
|
|||
}
|
||||
|
||||
private GrandPrixPromos() {
|
||||
super("Grand Prix Promos", "GPX", ExpansionSet.buildDate(2011, 6, 17), SetType.PROMOTIONAL);
|
||||
super("Grand Prix Promos", "PGPX", ExpansionSet.buildDate(2011, 6, 17), SetType.PROMOTIONAL);
|
||||
this.hasBoosters = false;
|
||||
this.hasBasicLands = true;
|
||||
|
||||
|
|
|
@ -36,7 +36,6 @@ public final class MtgJson {
|
|||
mtgJsonToXMageCodes.put("pGTW", "GRC"); // pGTW - Gateway = GRC (WPN + Gateway in one inner set)
|
||||
mtgJsonToXMageCodes.put("pWPN", "GRC"); // pWPN - Wizards Play Network = GRC (WPN + Gateway in one inner set)
|
||||
mtgJsonToXMageCodes.put("pGRU", "GUR");
|
||||
mtgJsonToXMageCodes.put("pGPX", "GPX");
|
||||
mtgJsonToXMageCodes.put("pFNM", "FNMP");
|
||||
mtgJsonToXMageCodes.put("pELP", "PELP");
|
||||
mtgJsonToXMageCodes.put("pARL", "PARL"); // TODO: What about the other Arena League sets (1999-2006)?
|
||||
|
|
|
@ -98,7 +98,7 @@ Future Sight|FUT|
|
|||
Global Series: Jiang Yanggu & Mu Yanling|GS1|
|
||||
Guildpact|GPT|
|
||||
Guilds of Ravnica|GRN|
|
||||
Grand Prix|GPX|
|
||||
Grand Prix|PGPX|
|
||||
WPN Gateway|GRC|
|
||||
Gatecrash|GTC|
|
||||
Guru|GUR|
|
||||
|
|
Loading…
Reference in a new issue