mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
images: added missing tokens to UND, UGL and WHO (#13779)
This commit is contained in:
parent
bc365c25c9
commit
a4cb983401
2 changed files with 10 additions and 0 deletions
|
|
@ -352,6 +352,9 @@ public class ScryfallImageSupportTokens {
|
||||||
put("ELD/Rat", "https://api.scryfall.com/cards/teld/6/en?format=image");
|
put("ELD/Rat", "https://api.scryfall.com/cards/teld/6/en?format=image");
|
||||||
put("ELD/Wolf", "https://api.scryfall.com/cards/teld/14/en?format=image");
|
put("ELD/Wolf", "https://api.scryfall.com/cards/teld/14/en?format=image");
|
||||||
|
|
||||||
|
// UND
|
||||||
|
put("UND/Goblin", "https://api.scryfall.com/cards/tund/2?format=image");
|
||||||
|
|
||||||
// THB
|
// THB
|
||||||
put("THB/Elemental", "https://api.scryfall.com/cards/tthb/8/en?format=image");
|
put("THB/Elemental", "https://api.scryfall.com/cards/tthb/8/en?format=image");
|
||||||
put("THB/Goat", "https://api.scryfall.com/cards/tthb/1/en?format=image");
|
put("THB/Goat", "https://api.scryfall.com/cards/tthb/1/en?format=image");
|
||||||
|
|
@ -2188,6 +2191,7 @@ public class ScryfallImageSupportTokens {
|
||||||
|
|
||||||
// WHO
|
// WHO
|
||||||
put("WHO/Alien", "https://api.scryfall.com/cards/twho/2?format=image");
|
put("WHO/Alien", "https://api.scryfall.com/cards/twho/2?format=image");
|
||||||
|
put("WHO/Alien Angel", "https://api.scryfall.com/cards/twho/11?format=image");
|
||||||
put("WHO/Alien Insect", "https://api.scryfall.com/cards/twho/19/en?format=image");
|
put("WHO/Alien Insect", "https://api.scryfall.com/cards/twho/19/en?format=image");
|
||||||
put("WHO/Alien Rhino", "https://api.scryfall.com/cards/twho/3/en?format=image");
|
put("WHO/Alien Rhino", "https://api.scryfall.com/cards/twho/3/en?format=image");
|
||||||
put("WHO/Alien Salamander", "https://api.scryfall.com/cards/twho/16?format=image");
|
put("WHO/Alien Salamander", "https://api.scryfall.com/cards/twho/16?format=image");
|
||||||
|
|
@ -2809,6 +2813,7 @@ public class ScryfallImageSupportTokens {
|
||||||
// UGL
|
// UGL
|
||||||
put("UGL/Goblin", "https://api.scryfall.com/cards/tugl/4?format=image");
|
put("UGL/Goblin", "https://api.scryfall.com/cards/tugl/4?format=image");
|
||||||
put("UGL/Pegasus", "https://api.scryfall.com/cards/tugl/1?format=image");
|
put("UGL/Pegasus", "https://api.scryfall.com/cards/tugl/1?format=image");
|
||||||
|
put("UGL/Sheep", "https://api.scryfall.com/cards/tugl/5?format=image");
|
||||||
put("UGL/Soldier", "https://api.scryfall.com/cards/tugl/2?format=image");
|
put("UGL/Soldier", "https://api.scryfall.com/cards/tugl/2?format=image");
|
||||||
put("UGL/Squirrel", "https://api.scryfall.com/cards/tugl/6?format=image");
|
put("UGL/Squirrel", "https://api.scryfall.com/cards/tugl/6?format=image");
|
||||||
put("UGL/Zombie", "https://api.scryfall.com/cards/tugl/3?format=image");
|
put("UGL/Zombie", "https://api.scryfall.com/cards/tugl/3?format=image");
|
||||||
|
|
|
||||||
|
|
@ -1137,6 +1137,9 @@
|
||||||
|Generate|TOK:ELD|Rat|||RatToken|
|
|Generate|TOK:ELD|Rat|||RatToken|
|
||||||
|Generate|TOK:ELD|Wolf|||GarrukCursedHuntsmanToken|
|
|Generate|TOK:ELD|Wolf|||GarrukCursedHuntsmanToken|
|
||||||
|
|
||||||
|
# UND
|
||||||
|
|Generate|TOK:UND|Goblin|||GoblinToken|
|
||||||
|
|
||||||
# THB
|
# THB
|
||||||
|Generate|TOK:THB|Elemental|||PurphorossInterventionToken|
|
|Generate|TOK:THB|Elemental|||PurphorossInterventionToken|
|
||||||
|Generate|TOK:THB|Goat|||GoatToken|
|
|Generate|TOK:THB|Goat|||GoatToken|
|
||||||
|
|
@ -2241,6 +2244,7 @@
|
||||||
|
|
||||||
# WHO
|
# WHO
|
||||||
|Generate|TOK:WHO|Alien|||AlienToken|
|
|Generate|TOK:WHO|Alien|||AlienToken|
|
||||||
|
|Generate|TOK:WHO|Alien Angel|||AlienAngelToken|
|
||||||
|Generate|TOK:WHO|Alien Insect|||AlienInsectToken|
|
|Generate|TOK:WHO|Alien Insect|||AlienInsectToken|
|
||||||
|Generate|TOK:WHO|Alien Rhino|||AlienRhinoToken|
|
|Generate|TOK:WHO|Alien Rhino|||AlienRhinoToken|
|
||||||
|Generate|TOK:WHO|Alien Salamander|||AlienSalamanderToken|
|
|Generate|TOK:WHO|Alien Salamander|||AlienSalamanderToken|
|
||||||
|
|
@ -2838,6 +2842,7 @@
|
||||||
# UGL
|
# UGL
|
||||||
|Generate|TOK:UGL|Goblin|||GoblinToken|
|
|Generate|TOK:UGL|Goblin|||GoblinToken|
|
||||||
|Generate|TOK:UGL|Pegasus|||PegasusToken|
|
|Generate|TOK:UGL|Pegasus|||PegasusToken|
|
||||||
|
|Generate|TOK:UGL|Sheep|||RabidSheepToken|
|
||||||
|Generate|TOK:UGL|Soldier|||SoldierToken|
|
|Generate|TOK:UGL|Soldier|||SoldierToken|
|
||||||
|Generate|TOK:UGL|Squirrel|||SquirrelToken|
|
|Generate|TOK:UGL|Squirrel|||SquirrelToken|
|
||||||
|Generate|TOK:UGL|Zombie|||ZombieToken|
|
|Generate|TOK:UGL|Zombie|||ZombieToken|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue