Added DDI token images

This commit is contained in:
PurpleCrowbar 2022-06-04 19:23:47 +01:00
parent 81984ceac0
commit 21904d991c
2 changed files with 5 additions and 1 deletions

View file

@ -1317,6 +1317,10 @@ public class ScryfallImageSupportTokens {
put ("DKA/Emblem Sorin, Lord of Innistrad", "https://api.scryfall.com/cards/tdka/3/en?format=image"); put ("DKA/Emblem Sorin, Lord of Innistrad", "https://api.scryfall.com/cards/tdka/3/en?format=image");
put ("DKA/Vampire", "https://api.scryfall.com/cards/tdka/2/en?format=image"); put ("DKA/Vampire", "https://api.scryfall.com/cards/tdka/2/en?format=image");
// DDI
put ("DDI/Emblem Koth of the Hammer", "https://api.scryfall.com/cards/tddi/2/en?format=image");
put ("DDI/Emblem Venser, the Sojourner", "https://api.scryfall.com/cards/tddi/1/en?format=image");
// generate supported sets // generate supported sets
supportedSets.clear(); supportedSets.clear();
for (String cardName : this.keySet()) { for (String cardName : this.keySet()) {

View file

@ -39,7 +39,7 @@ class KothOfTheHammerThirdEffect extends ContinuousEffectImpl {
public KothOfTheHammerThirdEffect() { public KothOfTheHammerThirdEffect() {
super(Duration.EndOfGame, Outcome.AddAbility); super(Duration.EndOfGame, Outcome.AddAbility);
staticText = "You get an emblem with \"Mountains you control have '{T}: This land deals 1 damage to any target.'\""; staticText = "Mountains you control have '{T}: This land deals 1 damage to any target.'";
} }
public KothOfTheHammerThirdEffect(final KothOfTheHammerThirdEffect effect) { public KothOfTheHammerThirdEffect(final KothOfTheHammerThirdEffect effect) {