mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
images: added dozen promo sets and miss promo cards (#13834)
* Remove incorrect mechtitan core (it's a token) * Fix Kor Skyfisher and add Counterspell to PURL * Fix Yoshimaru and add missing cards * Fix Kongming "Sleeping Dragon" name * Fix Pang Tong "Young Phoenix" name * Fix Henzie "Toolbox" Torre Name * Add missing Pro Tour Promo Cards * Fix rarity * Add Spotlight Series set * Add missing PW25 Cards * Add Store Championships * Add PLG25 * Fix verify failures * Add FIN Standard Showdown set * Add Cowboy Bebop set * Update author and Scryfall link in StoreChampionships set * Update StoreChampionships.java Fix card name for Virtue of Persistence * Update WizardsPlayNetwork2025.java Fix Zidane Rarity and add Spectacular Spider-Man * Add new cards to Media and Collaboration Promos set * Added Ravager Of the Fells (Huntmaster back)
This commit is contained in:
parent
b14ff962bc
commit
ff491f7e08
16 changed files with 226 additions and 15 deletions
|
|
@ -107,7 +107,7 @@ public class GathererSets implements Iterable<DownloadJob> {
|
|||
"JMP", "2XM", "ZNR", "KLR", "CMR", "KHC", "KHM", "TSR", "STX", "STA",
|
||||
"C21", "MH2", "AFR", "AFC", "J21", "MID", "MIC", "VOW", "VOC", "YMID",
|
||||
"NEC", "YNEO", "NEO", "SNC", "NCC", "CLB", "2X2", "DMU", "DMC", "40K", "GN3",
|
||||
"UNF", "BRO", "BRC", "BOT", "J22", "DMR", "ONE", "ONC",
|
||||
"UNF", "BRO", "BRC", "BOT", "J22", "DMR", "ONE", "ONC", "SCH",
|
||||
"MOM", "MOC", "MUL", "MAT", "LTR", "CMM", "WOE", "WHO", "RVR", "WOT",
|
||||
"WOC", "SPG", "LCI", "LCC", "REX", "PIP", "MKM", "MKC", "CLU", "OTJ",
|
||||
"OTC", "OTP", "BIG", "MH3", "M3C", "ACR", "BLB", "BLC", "DSK", "DSC",
|
||||
|
|
|
|||
|
|
@ -515,6 +515,7 @@ public class ScryfallImageSupportCards {
|
|||
add("SLX"); // Universes Within
|
||||
add("CLB"); // Commander Legends: Battle for Baldur's Gate
|
||||
add("2X2"); // Double Masters 2022
|
||||
add("SCH"); // Store Championships
|
||||
add("DMU"); // Dominaria United
|
||||
add("DMC"); // Dominaria United Commander
|
||||
add("YDMU"); // Alchemy: Dominaria
|
||||
|
|
@ -573,6 +574,7 @@ public class ScryfallImageSupportCards {
|
|||
add("ACR"); // Assassin's Creed
|
||||
add("BLB"); // Bloomburrow
|
||||
add("BLC"); // Bloomburrow Commander
|
||||
add("PCBB"); // Cowboy Bebop
|
||||
add("MB2"); // Mystery Booster 2
|
||||
add("DSK"); // Duskmourn: House of Horror
|
||||
add("DSC"); // Duskmourn: House of Horror Commander
|
||||
|
|
@ -580,15 +582,18 @@ public class ScryfallImageSupportCards {
|
|||
add("J25"); // Foundations Jumpstart
|
||||
add("PIO"); // Pioneer Masters
|
||||
add("PW25"); // Wizards Play Network 2025
|
||||
add("PSPL"); // Spotlight Series
|
||||
add("INR"); // Innistrad Remastered
|
||||
add("PF25"); // MagicFest 2025
|
||||
add("DFT"); // Aetherdrift
|
||||
add("DRC"); // Aetherdrift Commander
|
||||
add("PLG25"); // Love Your LGS 2025
|
||||
add("TDM"); // Tarkir: Dragonstorm
|
||||
add("TDC"); // Tarkir: Dragonstorm Commander
|
||||
add("FIN"); // Final Fantasy
|
||||
add("FIC"); // Final Fantasy Commander
|
||||
add("FCA"); // Final Fantasy: Through the Ages
|
||||
add("PSS5"); // FIN Standard Showdown
|
||||
add("EOE"); // Edge of Eternities
|
||||
add("EOC"); // Edge of Eternities Commander
|
||||
add("EOS"); // Edge of Eternities: Stellar Sights
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue