mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
[MAR] added Marvel Universe Set with images (#13947)
* [SPM] Add Marvel Universe expansion set with initial card list * Add support for Marvel Universe set in Scryfall image downloader * Add "Wedding Ring" card to Marvel Universe expansion set * Add MAR and SPM to GatherSets
This commit is contained in:
parent
a098cb7849
commit
cbf47baf09
3 changed files with 69 additions and 1 deletions
|
|
@ -113,7 +113,8 @@ public class GathererSets implements Iterable<DownloadJob> {
|
|||
"OTC", "OTP", "BIG", "MH3", "M3C", "ACR", "BLB", "BLC", "DSK", "DSC",
|
||||
"MB2", "FDN", "INR", "J25", "DRC", "DFT", "TDC", "TDM", "FCA", "FIC",
|
||||
"FIN", "SIS", "SIR", "SLD", "AKR", "MD1", "ANB", "LTC", "BRR", "HA1",
|
||||
"HA2", "HA3", "HA4", "HA5", "ZNC", "EOE", "EOC", "SPE", "TLA", "EOS"
|
||||
"HA2", "HA3", "HA4", "HA5", "ZNC", "EOE", "EOC", "SPE", "TLA", "EOS",
|
||||
"MAR", "SPM"
|
||||
// "HHO", "ANA" -- do not exist on gatherer
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -611,6 +611,7 @@ public class ScryfallImageSupportCards {
|
|||
add("EOS"); // Edge of Eternities: Stellar Sights
|
||||
add("SPM"); // Marvel's Spider-Man
|
||||
add("SPE"); // Marvel's Spider-Man Eternal
|
||||
add("MAR"); // Marvel Universe
|
||||
add("TLA"); // Avatar: The Last Airbender
|
||||
add("TLE"); // Avatar: The Last Airbender Eternal
|
||||
add("ECL"); // Lorwyn Eclipsed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue