mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
Added DDO token images
This commit is contained in:
parent
e8eb0c9dba
commit
a9b3e530d3
1 changed files with 4 additions and 0 deletions
|
@ -1468,6 +1468,10 @@ public class ScryfallImageSupportTokens {
|
|||
put ("FRF/Spirit", "https://api.scryfall.com/cards/tfrf/2/en?format=image");
|
||||
put ("FRF/Warrior", "https://api.scryfall.com/cards/tfrf/3/en?format=image");
|
||||
|
||||
// DDO
|
||||
put ("DDO/Kraken", "https://api.scryfall.com/cards/ddo/67/en?format=image");
|
||||
put ("DDO/Soldier", "https://api.scryfall.com/cards/ddo/66/en?format=image");
|
||||
|
||||
// generate supported sets
|
||||
supportedSets.clear();
|
||||
for (String cardName : this.keySet()) {
|
||||
|
|
Loading…
Reference in a new issue