Added ROE token images

This commit is contained in:
PurpleCrowbar 2022-06-04 18:09:48 +01:00
parent c617e13675
commit 2ee43c261e
4 changed files with 13 additions and 7 deletions

View file

@ -1245,6 +1245,15 @@ public class ScryfallImageSupportTokens {
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");
// ROE
put ("ROE/Eldrazi Spawn/1", "https://api.scryfall.com/cards/troe/1a/en?format=image");
put ("ROE/Eldrazi Spawn/2", "https://api.scryfall.com/cards/troe/1b/en?format=image");
put ("ROE/Eldrazi Spawn/3", "https://api.scryfall.com/cards/troe/1c/en?format=image");
put ("ROE/Elemental", "https://api.scryfall.com/cards/troe/2/en?format=image");
put ("ROE/Hellion", "https://api.scryfall.com/cards/troe/3/en?format=image");
put ("ROE/Ooze", "https://api.scryfall.com/cards/troe/4/en?format=image");
put ("ROE/Tuktuk the Returned", "https://api.scryfall.com/cards/troe/5/en?format=image");
// generate supported sets
supportedSets.clear();
for (String cardName : this.keySet()) {

View file

@ -1021,16 +1021,13 @@
|Generate|TOK:RIX|Elemental|2||RedElementalToken|
|Generate|TOK:RIX|Golem|||GoldForgeGarrisonGolemToken|
|Generate|TOK:RIX|Saproling|||SaprolingToken|
|Generate|TOK:ROE|Dragon|||DragonToken2|
|Generate|TOK:ROE|Eldrazi Spawn|1||EldraziSpawnToken|
|Generate|TOK:ROE|Eldrazi Spawn|2||EldraziSpawnToken|
|Generate|TOK:ROE|Eldrazi Spawn|3||EldraziSpawnToken|
|Generate|TOK:ROE|Elemental|||DevastatingSummonsElementalToken|
|Generate|TOK:ROE|Elephant|||ElephantToken|
|Generate|TOK:ROE|Goblin Golem|||TuktukTheReturnedToken|
|Generate|TOK:ROE|Hellion|||HellionToken|
|Generate|TOK:ROE|Kor Soldier|||KorSoldierToken|
|Generate|TOK:ROE|Ooze|||MysticGenesisOozeToken|
|Generate|TOK:ROE|Ooze|||OozeToken|
|Generate|TOK:ROE|Tuktuk the Returned|||TuktukTheReturnedToken|
|Generate|TOK:RTR|Assassin|||AssassinToken|
|Generate|TOK:RTR|Bird|||BirdToken|
|Generate|TOK:RTR|Centaur|||CentaurToken|

View file

@ -22,7 +22,7 @@ public final class DragonToken2 extends TokenImpl {
addAbility(FlyingAbility.getInstance());
availableImageSetCodes = Arrays.asList("10E", "BFZ", "C15", "C19", "CMA", "CMD", "ONS", "ROE", "SCG", "WWK", "M19", "KHM", "AFC", "IMA", "PCA");
availableImageSetCodes = Arrays.asList("10E", "BFZ", "C15", "C19", "CMA", "CMD", "ONS", "SCG", "WWK", "M19", "KHM", "AFC", "IMA", "PCA");
}
public DragonToken2(final DragonToken2 token) {

View file

@ -20,7 +20,7 @@ public final class ElephantToken extends TokenImpl {
toughness = new MageInt(3);
availableImageSetCodes = Arrays.asList("C14", "C15", "CMA", "CMD", "CNS", "GVL", "DDD",
"EMA", "INV", "JUD", "MM2", "ODY", "ROE", "TSP", "VMA", "WWK", "MH1", "CMR", "C21", "MIC", "NEC", "2XM", "NCC");
"EMA", "INV", "JUD", "MM2", "ODY", "TSP", "VMA", "WWK", "MH1", "CMR", "C21", "MIC", "NEC", "2XM", "NCC");
}
public ElephantToken(final ElephantToken token) {