mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
[AFC] added tokens and images support
This commit is contained in:
parent
3f21c35955
commit
0cb9266a15
14 changed files with 50 additions and 11 deletions
|
|
@ -637,6 +637,19 @@ public class ScryfallImageSupportTokens {
|
|||
put("AFR/Emblem Zariel, Archduke of Avernus", "https://api.scryfall.com/cards/tafr/19/en?format=image");
|
||||
put("AFR/Zombie", "https://api.scryfall.com/cards/tafr/9/en?format=image");
|
||||
|
||||
// AFC
|
||||
put("AFC/Angel", "https://api.scryfall.com/cards/tafc/1/en?format=image");
|
||||
put("AFC/Beast", "https://api.scryfall.com/cards/tafc/7/en?format=image");
|
||||
put("AFC/Clue", "https://api.scryfall.com/cards/tafc/10/en?format=image");
|
||||
put("AFC/Dragon Spirit", "https://api.scryfall.com/cards/tafc/9/en?format=image");
|
||||
put("AFC/Dragon", "https://api.scryfall.com/cards/tafc/6/en?format=image");
|
||||
put("AFC/Illusion", "https://api.scryfall.com/cards/tafc/3/en?format=image");
|
||||
put("AFC/Knight", "https://api.scryfall.com/cards/tafc/2/en?format=image");
|
||||
put("AFC/Rat", "https://api.scryfall.com/cards/tafc/5/en?format=image");
|
||||
put("AFC/Saproling", "https://api.scryfall.com/cards/tafc/8/en?format=image");
|
||||
put("AFC/Servo", "https://api.scryfall.com/cards/tafc/11/en?format=image");
|
||||
put("AFC/Thopter", "https://api.scryfall.com/cards/tafc/12/en?format=image");
|
||||
|
||||
// generate supported sets
|
||||
supportedSets.clear();
|
||||
for (String cardName : this.keySet()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue