mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
EOE and EOC Tokens (#13866)
This commit is contained in:
parent
df70ab7c8a
commit
2128d8aaa0
2 changed files with 22 additions and 2 deletions
|
|
@ -2786,7 +2786,16 @@ public class ScryfallImageSupportTokens {
|
||||||
put("FIC/Clue", "https://api.scryfall.com/cards/tfic/9/en?format=image");
|
put("FIC/Clue", "https://api.scryfall.com/cards/tfic/9/en?format=image");
|
||||||
|
|
||||||
// EOE
|
// EOE
|
||||||
put("EOE/Lander", "https://api.scryfall.com/cards/teoe/8/en?format=image");
|
put("EOE/Drone", "https://api.scryfall.com/cards/teoe/3?format=image");
|
||||||
|
put("EOE/Human Soldier", "https://api.scryfall.com/cards/teoe/2?format=image");
|
||||||
|
put("EOE/Lander/1", "https://api.scryfall.com/cards/teoe/4?format=image");
|
||||||
|
put("EOE/Lander/2", "https://api.scryfall.com/cards/teoe/5?format=image");
|
||||||
|
put("EOE/Lander/3", "https://api.scryfall.com/cards/teoe/6?format=image");
|
||||||
|
put("EOE/Lander/4", "https://api.scryfall.com/cards/teoe/7?format=image");
|
||||||
|
put("EOE/Lander/5", "https://api.scryfall.com/cards/teoe/8?format=image");
|
||||||
|
put("EOE/Munitions", "https://api.scryfall.com/cards/teoe/9?format=image");
|
||||||
|
put("EOE/Robot", "https://api.scryfall.com/cards/teoe/10?format=image");
|
||||||
|
put("EOE/Sliver", "https://api.scryfall.com/cards/teoe/1?format=image");
|
||||||
|
|
||||||
// EOC
|
// EOC
|
||||||
put("EOC/Beast/1", "https://api.scryfall.com/cards/teoc/5/en?format=image");
|
put("EOC/Beast/1", "https://api.scryfall.com/cards/teoc/5/en?format=image");
|
||||||
|
|
@ -2803,6 +2812,7 @@ public class ScryfallImageSupportTokens {
|
||||||
put("EOC/Insect", "https://api.scryfall.com/cards/teoc/4/en?format=image");
|
put("EOC/Insect", "https://api.scryfall.com/cards/teoc/4/en?format=image");
|
||||||
put("EOC/Pest", "https://api.scryfall.com/cards/teoc/9/en?format=image");
|
put("EOC/Pest", "https://api.scryfall.com/cards/teoc/9/en?format=image");
|
||||||
put("EOC/Phyrexian", "https://api.scryfall.com/cards/teoc/15/en?format=image&face=back");
|
put("EOC/Phyrexian", "https://api.scryfall.com/cards/teoc/15/en?format=image&face=back");
|
||||||
|
put("EOC/Shapeshifter", "https://api.scryfall.com/cards/teoc/2/en?format=image");
|
||||||
put("EOC/Thopter", "https://api.scryfall.com/cards/teoc/16/en?format=image");
|
put("EOC/Thopter", "https://api.scryfall.com/cards/teoc/16/en?format=image");
|
||||||
|
|
||||||
// JVC
|
// JVC
|
||||||
|
|
|
||||||
|
|
@ -2841,7 +2841,16 @@
|
||||||
|Generate|TOK:FIC|Clue|||ClueArtifactToken|
|
|Generate|TOK:FIC|Clue|||ClueArtifactToken|
|
||||||
|
|
||||||
#EOE
|
#EOE
|
||||||
|Generate|TOK:EOE|Lander|||LanderToken|
|
|Generate|TOK:EOE|Drone|||DroneToken2|
|
||||||
|
|Generate|TOK:EOE|Human Soldier|||HumanSoldierToken|
|
||||||
|
|Generate|TOK:EOE|Lander|1||LanderToken|
|
||||||
|
|Generate|TOK:EOE|Lander|2||LanderToken|
|
||||||
|
|Generate|TOK:EOE|Lander|3||LanderToken|
|
||||||
|
|Generate|TOK:EOE|Lander|4||LanderToken|
|
||||||
|
|Generate|TOK:EOE|Lander|5||LanderToken|
|
||||||
|
|Generate|TOK:EOE|Munitions|||MunitionsToken|
|
||||||
|
|Generate|TOK:EOE|Robot|||RobotToken|
|
||||||
|
|Generate|TOK:EOE|Sliver|||SliverToken|
|
||||||
|
|
||||||
#EOC
|
#EOC
|
||||||
|Generate|TOK:EOC|Beast|1||BeastToken|
|
|Generate|TOK:EOC|Beast|1||BeastToken|
|
||||||
|
|
@ -2858,6 +2867,7 @@
|
||||||
|Generate|TOK:EOC|Insect|||XiraBlackInsectToken|
|
|Generate|TOK:EOC|Insect|||XiraBlackInsectToken|
|
||||||
|Generate|TOK:EOC|Pest|||Pest11GainLifeToken|
|
|Generate|TOK:EOC|Pest|||Pest11GainLifeToken|
|
||||||
|Generate|TOK:EOC|Phyrexian|||Phyrexian00Token|
|
|Generate|TOK:EOC|Phyrexian|||Phyrexian00Token|
|
||||||
|
|Generate|TOK:EOC|Shapeshifter|||ShapeshifterDeathtouchToken|
|
||||||
|Generate|TOK:EOC|Thopter|||ThopterColorlessToken|
|
|Generate|TOK:EOC|Thopter|||ThopterColorlessToken|
|
||||||
|
|
||||||
# JVC
|
# JVC
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue