Added NPH token images

This commit is contained in:
PurpleCrowbar 2022-06-04 18:55:58 +01:00
parent 4ea204ed05
commit e065e77f7c
7 changed files with 17 additions and 11 deletions

View file

@ -1288,6 +1288,12 @@ public class ScryfallImageSupportTokens {
// DDG
put ("DDG/Goblin", "https://api.scryfall.com/cards/tddg/1/en?format=image");
// NPH
put ("NPH/Beast", "https://api.scryfall.com/cards/tnph/1/en?format=image");
put ("NPH/Phyrexian Goblin", "https://api.scryfall.com/cards/tnph/2/en?format=image");
put ("NPH/Phyrexian Golem", "https://api.scryfall.com/cards/tnph/3/en?format=image");
put ("NPH/Phyrexian Myr", "https://api.scryfall.com/cards/tnph/4/en?format=image");
// generate supported sets
supportedSets.clear();
for (String cardName : this.keySet()) {