mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Add Halimar Tidecaller
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
9
forge-gui/res/cardsfolder/h/halimar_tidecaller.txt
Normal file
9
forge-gui/res/cardsfolder/h/halimar_tidecaller.txt
Normal 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.
|
||||
Reference in New Issue
Block a user