Added FRF token images

This commit is contained in:
PurpleCrowbar 2022-06-06 00:37:15 +01:00
parent d2e752bc22
commit e8eb0c9dba
3 changed files with 9 additions and 1 deletions

View file

@ -1463,6 +1463,11 @@ public class ScryfallImageSupportTokens {
put ("DVD/Spirit", "https://api.scryfall.com/cards/tdvd/5/en?format=image");
put ("DVD/Thrull", "https://api.scryfall.com/cards/tdvd/7/en?format=image");
// FRF
put ("FRF/Monk", "https://api.scryfall.com/cards/tfrf/1/en?format=image");
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");
// generate supported sets
supportedSets.clear();
for (String cardName : this.keySet()) {