mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 06:52:02 -08:00
[AFC] added tokens and images support
This commit is contained in:
parent
3f21c35955
commit
0cb9266a15
14 changed files with 50 additions and 11 deletions
|
|
@ -637,6 +637,19 @@ public class ScryfallImageSupportTokens {
|
|||
put("AFR/Emblem Zariel, Archduke of Avernus", "https://api.scryfall.com/cards/tafr/19/en?format=image");
|
||||
put("AFR/Zombie", "https://api.scryfall.com/cards/tafr/9/en?format=image");
|
||||
|
||||
// AFC
|
||||
put("AFC/Angel", "https://api.scryfall.com/cards/tafc/1/en?format=image");
|
||||
put("AFC/Beast", "https://api.scryfall.com/cards/tafc/7/en?format=image");
|
||||
put("AFC/Clue", "https://api.scryfall.com/cards/tafc/10/en?format=image");
|
||||
put("AFC/Dragon Spirit", "https://api.scryfall.com/cards/tafc/9/en?format=image");
|
||||
put("AFC/Dragon", "https://api.scryfall.com/cards/tafc/6/en?format=image");
|
||||
put("AFC/Illusion", "https://api.scryfall.com/cards/tafc/3/en?format=image");
|
||||
put("AFC/Knight", "https://api.scryfall.com/cards/tafc/2/en?format=image");
|
||||
put("AFC/Rat", "https://api.scryfall.com/cards/tafc/5/en?format=image");
|
||||
put("AFC/Saproling", "https://api.scryfall.com/cards/tafc/8/en?format=image");
|
||||
put("AFC/Servo", "https://api.scryfall.com/cards/tafc/11/en?format=image");
|
||||
put("AFC/Thopter", "https://api.scryfall.com/cards/tafc/12/en?format=image");
|
||||
|
||||
// generate supported sets
|
||||
supportedSets.clear();
|
||||
for (String cardName : this.keySet()) {
|
||||
|
|
|
|||
|
|
@ -1589,4 +1589,18 @@
|
|||
|Generate|TOK:AFR|Treasure|||TreasureToken|
|
||||
|Generate|TOK:AFR|Vecna|||VecnaToken|
|
||||
|Generate|TOK:AFR|Wolf|||WolfToken|
|
||||
|Generate|TOK:AFR|Zombie|||ZombieToken|
|
||||
|Generate|TOK:AFR|Zombie|||ZombieToken|
|
||||
|
||||
# AFC
|
||||
|Generate|TOK:AFC|Angel|||AngelToken|
|
||||
|Generate|TOK:AFC|Beast|||BeastToken|
|
||||
# no need tokens for Eternalize ability, but scryfall have it: https://scryfall.com/card/tafc/4/champion-of-wits
|
||||
|Generate|TOK:AFC|Clue|||ClueArtifactToken|
|
||||
|Generate|TOK:AFC|Dragon|||DragonToken2|
|
||||
|Generate|TOK:AFC|Dragon Spirit|||VrondissRageOfAncientsToken|
|
||||
|Generate|TOK:AFC|Illusion|||MinnWilyIllusionistToken|
|
||||
|Generate|TOK:AFC|Knight|||KnightToken|
|
||||
|Generate|TOK:AFC|Rat|||RatToken|
|
||||
|Generate|TOK:AFC|Saproling|||SaprolingToken|
|
||||
|Generate|TOK:AFC|Servo|||ServoToken|
|
||||
|Generate|TOK:AFC|Thopter|||ThopterColorlessToken|
|
||||
Loading…
Add table
Add a link
Reference in a new issue