mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08:00
Added WWK token images
This commit is contained in:
parent
5ab454ea63
commit
c617e13675
4 changed files with 10 additions and 4 deletions
|
|
@ -1237,6 +1237,14 @@ public class ScryfallImageSupportTokens {
|
|||
put ("ZEN/Wolf", "https://api.scryfall.com/cards/tzen/11/en?format=image");
|
||||
put ("ZEN/Zombie Giant", "https://api.scryfall.com/cards/tzen/7/en?format=image");
|
||||
|
||||
// WWK
|
||||
put ("WWK/Construct", "https://api.scryfall.com/cards/twwk/6/en?format=image");
|
||||
put ("WWK/Dragon", "https://api.scryfall.com/cards/twwk/2/en?format=image");
|
||||
put ("WWK/Elephant", "https://api.scryfall.com/cards/twwk/4/en?format=image");
|
||||
put ("WWK/Ogre", "https://api.scryfall.com/cards/twwk/3/en?format=image");
|
||||
put ("WWK/Plant", "https://api.scryfall.com/cards/twwk/5/en?format=image");
|
||||
put ("WWK/Soldier Ally", "https://api.scryfall.com/cards/twwk/1/en?format=image");
|
||||
|
||||
// generate supported sets
|
||||
supportedSets.clear();
|
||||
for (String cardName : this.keySet()) {
|
||||
|
|
|
|||
|
|
@ -1177,9 +1177,7 @@
|
|||
|Generate|TOK:WWK|Elephant|||ElephantToken|
|
||||
|Generate|TOK:WWK|Ogre|||OgreToken|
|
||||
|Generate|TOK:WWK|Plant|||PlantToken|
|
||||
|Generate|TOK:WWK|Snake|||SnakeToken|
|
||||
|Generate|TOK:WWK|Soldier Ally|||JoinTheRanksSoldierToken|
|
||||
|Generate|TOK:WWK|Wolf|||WolfToken|
|
||||
|Generate|TOK:XLN|Dinosaur|||DinosaurToken|
|
||||
|Generate|TOK:XLN|Illusion|||JaceCunningCastawayIllusionToken|
|
||||
|Generate|TOK:XLN|Merfolk|||MerfolkHexproofToken|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue