mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
images: updated gatherer source for latest images download, improved some tokens download (#13826)
Fixes PMEI Crop Rotation URL Removes SLP Showdown Echo of Death's Wail & Tribute to Horobi, does not exist on scryfall and I can't find anything that says they were printed as part of the showdown series. Removes a bunch of WOC/TWOC tokens that were never printed and are not on scryfall. Updates URL for WOC/TWOC Virtuous token to point to a working card. Added additional sets to GathererSets for symbol download. Remove 40K Adaptive Automaton.
This commit is contained in:
parent
e28975f3e0
commit
4dc41027b5
6 changed files with 3 additions and 20 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"
|
||||
"HA2", "HA3", "HA4", "HA5", "ZNC", "EOE", "EOC", "SPE", "TLA"
|
||||
// "HHO", "ANA" -- do not exist on gatherer
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -2180,23 +2180,16 @@ public class ScryfallImageSupportTokens {
|
|||
put("WOE/Young Hero", "https://api.scryfall.com/cards/twoe/16/en?format=image");
|
||||
|
||||
// WOC
|
||||
put("WOC/Cat/1", "https://api.scryfall.com/cards/twoc/6/en?format=image");
|
||||
put("WOC/Cat/2", "https://api.scryfall.com/cards/twoc/5/en?format=image");
|
||||
put("WOC/Elephant", "https://api.scryfall.com/cards/twoc/13/en?format=image");
|
||||
put("WOC/Faerie", "https://api.scryfall.com/cards/twoc/10/en?format=image");
|
||||
put("WOC/Faerie Rogue/1", "https://api.scryfall.com/cards/twoc/11/en?format=image");
|
||||
put("WOC/Faerie Rogue/2", "https://api.scryfall.com/cards/twoc/16/en?format=image");
|
||||
put("WOC/Human Monk", "https://api.scryfall.com/cards/twoc/14/en?format=image");
|
||||
put("WOC/Human Soldier", "https://api.scryfall.com/cards/twoc/7/en?format=image");
|
||||
put("WOC/Monster", "https://api.scryfall.com/cards/twoc/1/en?format=image");
|
||||
put("WOC/Ox", "https://api.scryfall.com/cards/twoc/8/en?format=image");
|
||||
put("WOC/Pegasus", "https://api.scryfall.com/cards/twoc/9/en?format=image");
|
||||
put("WOC/Pirate", "https://api.scryfall.com/cards/twoc/12/en?format=image");
|
||||
put("WOC/Royal", "https://api.scryfall.com/cards/twoc/2/en?format=image");
|
||||
put("WOC/Saproling", "https://api.scryfall.com/cards/twoc/15/en?format=image");
|
||||
put("WOC/Sorcerer", "https://api.scryfall.com/cards/twoc/3/en?format=image");
|
||||
put("WOC/Spirit", "https://api.scryfall.com/cards/twoc/17/en?format=image");
|
||||
put("WOC/Virtuous", "https://api.scryfall.com/cards/twoc/3/en?format=image");
|
||||
put("WOC/Virtuous", "https://api.scryfall.com/cards/twoc/2/en?format=image");
|
||||
|
||||
// WHO
|
||||
put("WHO/Alien", "https://api.scryfall.com/cards/twho/2?format=image");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue