mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08:00
Added AVR token images
This commit is contained in:
parent
21904d991c
commit
dce8c43d6f
7 changed files with 32 additions and 7 deletions
|
|
@ -1321,6 +1321,16 @@ public class ScryfallImageSupportTokens {
|
|||
put ("DDI/Emblem Koth of the Hammer", "https://api.scryfall.com/cards/tddi/2/en?format=image");
|
||||
put ("DDI/Emblem Venser, the Sojourner", "https://api.scryfall.com/cards/tddi/1/en?format=image");
|
||||
|
||||
// AVR
|
||||
put ("AVR/Angel", "https://api.scryfall.com/cards/tavr/1/en?format=image");
|
||||
put ("AVR/Demon", "https://api.scryfall.com/cards/tavr/5/en?format=image");
|
||||
put ("AVR/Human/1", "https://api.scryfall.com/cards/tavr/7/en?format=image");
|
||||
put ("AVR/Human/2", "https://api.scryfall.com/cards/tavr/2/en?format=image");
|
||||
put ("AVR/Spirit/1", "https://api.scryfall.com/cards/tavr/4/en?format=image");
|
||||
put ("AVR/Spirit/2", "https://api.scryfall.com/cards/tavr/3/en?format=image");
|
||||
put ("AVR/Emblem Tamiyo, the Moon Sage", "https://api.scryfall.com/cards/tavr/8/en?format=image");
|
||||
put ("AVR/Zombie", "https://api.scryfall.com/cards/tavr/6/en?format=image");
|
||||
|
||||
// generate supported sets
|
||||
supportedSets.clear();
|
||||
for (String cardName : this.keySet()) {
|
||||
|
|
|
|||
|
|
@ -262,10 +262,10 @@
|
|||
|Generate|TOK:ATQ|Tetravite|||TetraviteToken|
|
||||
|Generate|TOK:AVR|Angel|||AngelToken|
|
||||
|Generate|TOK:AVR|Demon|||DemonToken|
|
||||
|Generate|TOK:AVR|Human|1||HumanToken|
|
||||
|Generate|TOK:AVR|Human|2||RedHumanToken|
|
||||
|Generate|TOK:AVR|Spirit|1||SpiritWhiteToken|
|
||||
|Generate|TOK:AVR|Spirit|2||Spirit|
|
||||
|Generate|TOK:AVR|Human|1||RedHumanToken|
|
||||
|Generate|TOK:AVR|Human|2||HumanToken|
|
||||
|Generate|TOK:AVR|Spirit|1||SpiritBlueToken|
|
||||
|Generate|TOK:AVR|Spirit|2||SpiritWhiteToken|
|
||||
|Generate|TOK:AVR|Zombie|||ZombieToken|
|
||||
|Generate|TOK:BFZ|Dragon|||DragonToken2|
|
||||
|Generate|TOK:BFZ|Eldrazi Scion|1||EldraziScionToken|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue