mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Added ARB token images
This commit is contained in:
parent
3d8ab7f48c
commit
46396c36da
2 changed files with 7 additions and 6 deletions
|
|
@ -1179,6 +1179,12 @@ public class ScryfallImageSupportTokens {
|
|||
put ("M10/Wolf", "https://api.scryfall.com/cards/tm10/7/en?format=image");
|
||||
put ("M10/Zombie", "https://api.scryfall.com/cards/tm10/3/en?format=image");
|
||||
|
||||
// ARB
|
||||
put ("ARB/Bird Soldier", "https://api.scryfall.com/cards/tarb/1/en?format=image");
|
||||
put ("ARB/Dragon", "https://api.scryfall.com/cards/tarb/3/en?format=image");
|
||||
put ("ARB/Lizard", "https://api.scryfall.com/cards/tarb/2/en?format=image");
|
||||
put ("ARB/Zombie Wizard", "https://api.scryfall.com/cards/tarb/4/en?format=image");
|
||||
|
||||
// generate supported sets
|
||||
supportedSets.clear();
|
||||
for (String cardName : this.keySet()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue