Skip to content

Commit

Permalink
Add RVR token images
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleCrowbar committed Feb 26, 2024
1 parent b847e9d commit 90aa4f8
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down
22 changes: 22 additions & 0 deletions Mage/src/main/resources/tokens-database.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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|

0 comments on commit 90aa4f8

Please sign in to comment.