- Add Halimar Tidecaller

This commit is contained in:
Sol
2015-09-26 00:03:25 +00:00
parent ce654cede6
commit 0a7286fbd9
3 changed files with 12 additions and 1 deletions

1
.gitattributes vendored
View File

@@ -7060,6 +7060,7 @@ forge-gui/res/cardsfolder/h/halcyon_glaze.txt svneol=native#text/plain
forge-gui/res/cardsfolder/h/halfdane.txt -text
forge-gui/res/cardsfolder/h/halimar_depths.txt svneol=native#text/plain
forge-gui/res/cardsfolder/h/halimar_excavator.txt svneol=native#text/plain
forge-gui/res/cardsfolder/h/halimar_tidecaller.txt -text
forge-gui/res/cardsfolder/h/halimar_wavewatch.txt svneol=native#text/plain
forge-gui/res/cardsfolder/h/hall_of_gemstone.txt -text
forge-gui/res/cardsfolder/h/hall_of_the_bandit_lord.txt -text

View File

@@ -3079,7 +3079,8 @@ public class CardFactoryUtil {
final String counters = k[1];
final String suffix = !counters.equals("1") ? "s" : "";
final Cost awakenCost = new Cost(k[2], false);
card.removeIntrinsicKeyword(awakenKeyword);
// Leave intrinsic Keyword for retrieval by Halimar Tidecaller
//card.removeIntrinsicKeyword(awakenKeyword);
final SpellAbility awakenSpell = card.getFirstSpellAbility().copy();

View File

@@ -0,0 +1,9 @@
Name:Halimar Tidecaller
ManaCost:2 U
Types:Creature Human Wizard Ally
PT:2/3
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChangeZone | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may return target card with awaken from your graveyard to your hand.
SVar:TrigChangeZone:AB$ChangeZone | Cost$ 0 | Origin$ Graveyard | Destination$ Hand | ValidTgts$ Card.YouCtrl+withAwaken
S:Mode$ Continuous | Affected$ Creature.Land+YouCtrl | AddKeyword$ Flying | Description$ Land creatures you control have flying.
SVar:Picture:http://www.wizards.com/global/images/magic/general/halimar_tidecaller.jpg
Oracle:When Halimar Tidecaller enters the battlefield, you may return target card with awaken from your graveyard to your hand.\nLand creatures you control have flying.