mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
Added DDI token images
This commit is contained in:
parent
81984ceac0
commit
21904d991c
2 changed files with 5 additions and 1 deletions
|
@ -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()) {
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue