mirror of
https://github.com/correl/mage.git
synced 2025-01-11 11:05:23 +00:00
Fixed Hydrolash tooltip. Fixed Padeem supertype.
This commit is contained in:
parent
2e1f8c07cb
commit
5dd06d22d8
3 changed files with 3 additions and 3 deletions
|
@ -46,7 +46,7 @@ public class Hydrolash extends CardImpl {
|
|||
super(ownerId,setInfo,new CardType[]{CardType.INSTANT},"{2}{U}");
|
||||
|
||||
// Attacking creatures get -2/-0 until end of turn.
|
||||
this.getSpellAbility().addEffect(new BoostAllEffect(-2, 0, Duration.EndOfTurn, new FilterAttackingCreature(), false));
|
||||
this.getSpellAbility().addEffect(new BoostAllEffect(-2, 0, Duration.EndOfTurn, new FilterAttackingCreature("Attacking creatures"), false));
|
||||
// Draw a card.
|
||||
this.getSpellAbility().addEffect(new DrawCardSourceControllerEffect(1));
|
||||
}
|
||||
|
|
|
@ -53,7 +53,7 @@ public class PadeemConsulOfInnovation extends CardImpl {
|
|||
|
||||
public PadeemConsulOfInnovation(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId,setInfo,new CardType[]{CardType.CREATURE},"{3}{U}");
|
||||
this.supertype.add("Lengendary");
|
||||
this.supertype.add("Legendary");
|
||||
this.subtype.add("Veldalken");
|
||||
this.subtype.add("Artificer");
|
||||
this.power = new MageInt(1);
|
||||
|
|
|
@ -29720,7 +29720,7 @@ Malfunction|Kaladesh|55|C|{3}{U}|Enchantment - Aura|||Enchant artifact or creatu
|
|||
Metallurgic Summonings|Kaladesh|56|M|{3}{U}{U}|Enchantment|||Whenever you cast an instant or sorcery spell, create an X/X colorless Construct artifact creature token, where X is that spell's converted mana cost.${3}{U}{U}, Exile Metallurgic Summonings: Return all instant and sorcery cards from your graveyard to your hand. Activate this ability only if you control six or more artifacts.|
|
||||
Minister of Inquiries|Kaladesh|57|U|{U}|Creature - Vedalken Advisor |1|2|When Minister of Inquiries enters the the battlefield, you get {E}{E}.$Ta[. Pay {E}: Target player puts three cards of his or her library into his or her graveyard.|
|
||||
Nimble Innovator|Kaladesh|58|C|{3}{U}|Creature - Veldaken Artificer|2|2|When Nimble Innovator enters the battlefield, draw a card.|
|
||||
Padeem, Consul of Innovation|Kaladesh|59|R|{3}{U}|Lengendary Creature - Veldalken Artificer|1|4|Artifacts you control have hexproof.$At the beginning of your upkeep, if you control the artifact with the highest converted mana cost or tied for the highest converted mana cost, draw a card.|
|
||||
Padeem, Consul of Innovation|Kaladesh|59|R|{3}{U}|Legendary Creature - Veldalken Artificer|1|4|Artifacts you control have hexproof.$At the beginning of your upkeep, if you control the artifact with the highest converted mana cost or tied for the highest converted mana cost, draw a card.|
|
||||
Paradoxical Outcome|Kaladesh|60|R|{3}{U}|Instant|||Return any number of target nonland, nontoken permanents you control to their owners' hands. Draw a card for each card returned to your hand this way.|
|
||||
Revolutionary Rebuff|Kaladesh|61|C|{1}{U}|Instant|||Counter target nonartifact spell unless its controller pays 2.|
|
||||
Saheeli's Artistry|Kaladesh|62|R|{4}{U}{U}|Sorcery|||Choose one or both —$• Create a token that's a copy of target artifact.$• Create a token that's a copy of target creature, except that it's an artifact in addition to its other types.|
|
||||
|
|
Loading…
Reference in a new issue