mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Added WPN Gateway set and reprints, Sol Grail, Spike Rogue, Quirion Elves, Krosan Wayfarer, Crookclaw Transmuter, and Centaur Glade
This commit is contained in:
parent
bfd95ecd80
commit
e97dd1299f
85 changed files with 30135 additions and 25510 deletions
|
|
@ -97,6 +97,7 @@ public class ConstructedFormats {
|
|||
"Media Inserts",
|
||||
"Unhinged",
|
||||
"World Magic Cup Qualifier",
|
||||
"WPN Gateway",
|
||||
};
|
||||
|
||||
private ConstructedFormats() {
|
||||
|
|
@ -470,6 +471,9 @@ public class ConstructedFormats {
|
|||
if (format.equals("World Magic Cup Qualifier")) {
|
||||
return Arrays.asList("WMCQ");
|
||||
}
|
||||
if (format.equals("WPN Gateway")) {
|
||||
return Arrays.asList("GRC");
|
||||
}
|
||||
if (format.equals("Guru")) {
|
||||
return Arrays.asList("GUR");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ public class MagicCardsImageSource implements CardImageSource {
|
|||
|
||||
private static final Map<String, String> setNameTokenReplacement = new HashMap<String, String>() {
|
||||
{
|
||||
put("GRC","wpngateway");
|
||||
put("MBP","media-inserts");
|
||||
put("MLP", "launch-party");
|
||||
put("WMCQ", "world-magic-cup-qualifier");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue