diff --git a/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/ScryfallImageSupportTokens.java b/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/ScryfallImageSupportTokens.java index ec9de628cfe..ffa5222cbf6 100644 --- a/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/ScryfallImageSupportTokens.java +++ b/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/ScryfallImageSupportTokens.java @@ -2207,6 +2207,28 @@ public class ScryfallImageSupportTokens { put("LCC/Vampire/1", "https://api.scryfall.com/cards/tlcc/6/en?format=image"); put("LCC/Vampire/2", "https://api.scryfall.com/cards/tlcc/14/en?format=image"); + // RVR + put("RVR/Angel/1", "https://api.scryfall.com/cards/trvr/2/en?format=image"); + put("RVR/Angel/2", "https://api.scryfall.com/cards/trvr/3/en?format=image"); + put("RVR/Beast", "https://api.scryfall.com/cards/trvr/14/en?format=image"); + put("RVR/Bird", "https://api.scryfall.com/cards/trvr/1/en?format=image"); + put("RVR/Bird Illusion", "https://api.scryfall.com/cards/trvr/5/en?format=image"); + put("RVR/Centaur", "https://api.scryfall.com/cards/trvr/10/en?format=image"); + put("RVR/Emblem Domri", "https://api.scryfall.com/cards/trvr/20/en?format=image"); + put("RVR/Dragon", "https://api.scryfall.com/cards/trvr/7/en?format=image"); + put("RVR/Elf Knight", "https://api.scryfall.com/cards/trvr/15/en?format=image"); + put("RVR/Goblin/1", "https://api.scryfall.com/cards/trvr/8/en?format=image"); + put("RVR/Goblin/2", "https://api.scryfall.com/cards/trvr/9/en?format=image"); + put("RVR/Rhino", "https://api.scryfall.com/cards/trvr/11/en?format=image"); + put("RVR/Saproling", "https://api.scryfall.com/cards/trvr/12/en?format=image"); + put("RVR/Soldier", "https://api.scryfall.com/cards/trvr/16/en?format=image"); + put("RVR/Sphinx", "https://api.scryfall.com/cards/trvr/17/en?format=image"); + put("RVR/Spirit/1", "https://api.scryfall.com/cards/trvr/4/en?format=image"); + put("RVR/Spirit/2", "https://api.scryfall.com/cards/trvr/18/en?format=image"); + put("RVR/Voja", "https://api.scryfall.com/cards/trvr/19/en?format=image"); + put("RVR/Wurm", "https://api.scryfall.com/cards/trvr/13/en?format=image"); + put("RVR/Zombie", "https://api.scryfall.com/cards/trvr/6/en?format=image"); + // generate supported sets supportedSets.clear(); for (String cardName : this.keySet()) { diff --git a/Mage/src/main/resources/tokens-database.txt b/Mage/src/main/resources/tokens-database.txt index a6ff97d85b4..47c7a643cfd 100644 --- a/Mage/src/main/resources/tokens-database.txt +++ b/Mage/src/main/resources/tokens-database.txt @@ -125,6 +125,7 @@ |Generate|EMBLEM:CMM|Emblem Nixilis|||ObNixilisOfTheBlackOathEmblem| |Generate|EMBLEM:CMM|Emblem Teferi|||TeferiTemporalArchmageEmblem| |Generate|EMBLEM:LCC|Emblem Sorin|||SorinLordOfInnistradEmblem| +|Generate|EMBLEM:RVR|Emblem Domri|||DomriRadeEmblem| # ALL PLANES # Usage hints: @@ -2139,3 +2140,24 @@ |Generate|TOK:LCC|Shapeshifter|||Shapeshifter32Token| |Generate|TOK:LCC|Vampire|1||SorinLordOfInnistradVampireToken| |Generate|TOK:LCC|Vampire|2||EdgarMarkovsCoffinVampireToken| + +# RVR +|Generate|TOK:RVR|Angel|1||AngelToken| +|Generate|TOK:RVR|Angel|2||AngelVigilanceToken| +|Generate|TOK:RVR|Beast|||RedGreenBeastToken| +|Generate|TOK:RVR|Bird|||BirdToken| +|Generate|TOK:RVR|Bird Illusion|||BirdIllusionToken| +|Generate|TOK:RVR|Centaur|||CentaurToken| +|Generate|TOK:RVR|Dragon|||UtvaraHellkiteDragonToken| +|Generate|TOK:RVR|Elf Knight|||ElfKnightToken| +|Generate|TOK:RVR|Goblin|1||GoblinToken| +|Generate|TOK:RVR|Goblin|2||RakdosGuildmageGoblinToken| +|Generate|TOK:RVR|Rhino|||RhinoToken| +|Generate|TOK:RVR|Saproling|||SaprolingToken| +|Generate|TOK:RVR|Soldier|||SoldierTokenWithHaste| +|Generate|TOK:RVR|Sphinx|||WardenSphinxToken| +|Generate|TOK:RVR|Spirit|1||SpiritWhiteToken| +|Generate|TOK:RVR|Spirit|2||WhiteBlackSpiritToken| +|Generate|TOK:RVR|Voja|||VojaToken| +|Generate|TOK:RVR|Wurm|||WurmToken| +|Generate|TOK:RVR|Zombie|||ZombieToken|