mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Added LRW token images
This commit is contained in:
parent
4ed3194801
commit
89f9ef78e8
4 changed files with 22 additions and 2 deletions
|
|
@ -1702,6 +1702,19 @@ public class ScryfallImageSupportTokens {
|
|||
put ("CLB/Wolf", "https://api.scryfall.com/cards/tclb/43/en?format=image");
|
||||
put ("CLB/Wurm", "https://api.scryfall.com/cards/tclb/44/en?format=image");
|
||||
|
||||
// LRW
|
||||
put ("LRW/Avatar", "https://api.scryfall.com/cards/tlrw/1/en?format=image");
|
||||
put ("LRW/Beast", "https://api.scryfall.com/cards/tlrw/7/en?format=image");
|
||||
put ("LRW/Elemental/1", "https://api.scryfall.com/cards/tlrw/8/en?format=image");
|
||||
put ("LRW/Elemental/2", "https://api.scryfall.com/cards/tlrw/2/en?format=image");
|
||||
put ("LRW/Elemental Shaman", "https://api.scryfall.com/cards/tlrw/6/en?format=image");
|
||||
put ("LRW/Elf Warrior", "https://api.scryfall.com/cards/tlrw/9/en?format=image");
|
||||
put ("LRW/Goblin Rogue", "https://api.scryfall.com/cards/tlrw/5/en?format=image");
|
||||
put ("LRW/Kithkin Soldier", "https://api.scryfall.com/cards/tlrw/3/en?format=image");
|
||||
put ("LRW/Merfolk Wizard", "https://api.scryfall.com/cards/tlrw/4/en?format=image");
|
||||
put ("LRW/Shapeshifter", "https://api.scryfall.com/cards/tlrw/11/en?format=image");
|
||||
put ("LRW/Wolf", "https://api.scryfall.com/cards/tlrw/10/en?format=image");
|
||||
|
||||
// generate supported sets
|
||||
supportedSets.clear();
|
||||
for (String cardName : this.keySet()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue