mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Fixed Taniwha mana cost.
This commit is contained in:
parent
d5e4ce9bf8
commit
9c213ac460
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ import mage.players.Player;
|
|||
public class Taniwha extends CardImpl {
|
||||
|
||||
public Taniwha(UUID ownerId) {
|
||||
super(ownerId, 95, "Taniwha", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{3}{U}");
|
||||
super(ownerId, 95, "Taniwha", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{3}{U}{U}");
|
||||
this.expansionSetCode = "MIR";
|
||||
this.supertype.add("Legendary");
|
||||
this.subtype.add("Serpent");
|
||||
|
|
|
@ -12260,7 +12260,7 @@ Sea Scryer|Mirage|90|C|{1}{U}|Creature - Merfolk Wizard|1|1|{tap}: Add {1} to yo
|
|||
Shaper Guildmage|Mirage|91|C|{U}|Creature - Human Wizard|1|1|{W}, {tap}: Target creature gains first strike until end of turn.${B}, {tap}: Target creature gets +1/+0 until end of turn.|
|
||||
Soar|Mirage|93|C|{1}{U}|Enchantment - Aura|||You may cast Soar as though it had flash. If you cast it any time a sorcery couldn't have been cast, the controller of the permanent it becomes sacrifices it at the beginning of the next cleanup step.$Enchant creature$Enchanted creature gets +0/+1 and has flying.|
|
||||
Suq'Ata Firewalker|Mirage|94|U|{1}{U}{U}|Creature - Human Wizard|0|1|Suq'Ata Firewalker can't be the target of red spells or abilities from red sources.${tap}: Suq'Ata Firewalker deals 1 damage to target creature or player.|
|
||||
Taniwha|Mirage|95|R|{3}{U}|Legendary Creature - Serpent|7|7|Trample$Phasing <i>(This phases in or out before you untap during each of your untap steps. While it's phased out, it's treated as though it doesn't exist.)</i>$At the beginning of your upkeep, all lands you control phase out. <i>(They phase in before you untap during your next untap step.)</i>|
|
||||
Taniwha|Mirage|95|R|{3}{U}{U}|Legendary Creature - Serpent|7|7|Trample$Phasing <i>(This phases in or out before you untap during each of your untap steps. While it's phased out, it's treated as though it doesn't exist.)</i>$At the beginning of your upkeep, all lands you control phase out. <i>(They phase in before you untap during your next untap step.)</i>|
|
||||
Teferi's Curse|Mirage|96|C|{1}{U}|Enchantment - Aura|||Enchant artifact or creature$Enchanted permanent has phasing. <i>(It phases in or out before its controller untaps during each of his or her untap steps. While it's phased out, it's treated as though it doesn't exist.)</i>|
|
||||
Teferi's Drake|Mirage|97|C|{2}{U}|Creature - Drake|3|2|Flying$Phasing <i>(This phases in or out before you untap during each of your untap steps. While it's phased out, it's treated as though it doesn't exist.)</i>|
|
||||
Teferi's Imp|Mirage|98|R|{2}{U}|Creature - Imp|1|1|Flying$Phasing <i>(This phases in or out before you untap during each of your untap steps. While it's phased out, it's treated as though it doesn't exist.)</i>$Whenever Teferi's Imp phases out, discard a card.$Whenever Teferi's Imp phases in, draw a card.|
|
||||
|
|
Loading…
Reference in a new issue