mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
Add EOS Set (#13852)
* [EOC] Add Edge of Eternities: Stellar Sights expansion set * Add support for Edge of Eternities: Stellar Sights set * Adding other Inkmoth Nexus prints * Adding additional cards * Order by Name,Number * Update Edge of Eternities: Stellar Sights with additional cards * Not FULL_ART * Add more cards * Add additional card entries to Edge of Eternities: Stellar Sights * Add second Endless Sands * Add remaining EOS cards
This commit is contained in:
parent
87412e8d04
commit
1f3a785cbd
3 changed files with 205 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ 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"
|
||||
"HA2", "HA3", "HA4", "HA5", "ZNC", "EOE", "EOC", "SPE", "TLA", "EOS"
|
||||
// "HHO", "ANA" -- do not exist on gatherer
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -590,6 +590,7 @@ public class ScryfallImageSupportCards {
|
|||
add("FCA"); // Final Fantasy: Through the Ages
|
||||
add("EOE"); // Edge of Eternities
|
||||
add("EOC"); // Edge of Eternities Commander
|
||||
add("EOS"); // Edge of Eternities: Stellar Sights
|
||||
add("SPE"); // Marvel's Spider-Man Eternal
|
||||
add("TLA"); // Avatar: The Last Airbender
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue