From 116220a2ef3e87eb5d5ac53e8dc549478b574eda Mon Sep 17 00:00:00 2001 From: Hanmac Date: Tue, 14 Jun 2016 08:08:33 +0000 Subject: [PATCH] add Firestorm Phoenix: you can look at it when it did return to hand, and it can't be played --- .gitattributes | 1 + .../res/cardsfolder/f/firestorm_phoenix.txt | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 forge-gui/res/cardsfolder/f/firestorm_phoenix.txt diff --git a/.gitattributes b/.gitattributes index ca8a3589c13..3bee67e81d1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6023,6 +6023,7 @@ forge-gui/res/cardsfolder/f/fireslinger.txt svneol=native#text/plain forge-gui/res/cardsfolder/f/firespout.txt -text forge-gui/res/cardsfolder/f/firestorm.txt svneol=native#text/plain forge-gui/res/cardsfolder/f/firestorm_hellkite.txt svneol=native#text/plain +forge-gui/res/cardsfolder/f/firestorm_phoenix.txt -text svneol=unset#text/plain forge-gui/res/cardsfolder/f/firewake_sliver.txt svneol=native#text/plain forge-gui/res/cardsfolder/f/firewild_borderpost.txt svneol=native#text/plain forge-gui/res/cardsfolder/f/firewing_phoenix.txt -text diff --git a/forge-gui/res/cardsfolder/f/firestorm_phoenix.txt b/forge-gui/res/cardsfolder/f/firestorm_phoenix.txt new file mode 100644 index 00000000000..500633abb85 --- /dev/null +++ b/forge-gui/res/cardsfolder/f/firestorm_phoenix.txt @@ -0,0 +1,19 @@ +Name:Firestorm Phoenix +ManaCost:4 R R +Types:Creature Zombie +PT:3/2 +K:Flying +R:Event$ Moved | ActiveZones$ Battlefield | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | ReplaceWith$ ToHand | Description$ If CARDNAME would die, return CARDNAME to its owner's hand instead. Until that player's next turn, that player plays with that card revealed in his or her hand and can't play it. +SVar:ToHand:AB$ ChangeZone | Cost$ 0 | Origin$ Battlefield | Destination$ Hand | Defined$ ReplacedCard | SubAbility$ DBEffect + +SVar:DBEffect:DB$ Effect | Triggers$ ComeBack | RememberObjects$ ReplacedCard | SVars$ ExileSelf | Duration$ UntilYourNextTurn | StaticAbilities$ CantBeCast,KWShow + +SVar:CantBeCast:Mode$ CantBeCast | EffectZone$ Command | ValidCard$ Card.IsRemembered | Caster$ You | Description$ You can't play remembered card. + +SVar:KWShow:Mode$ Continuous | EffectZone$ Command | AffectedZone$ Hand | Affected$ Card.IsRemembered | AddHiddenKeyword$ Your opponent may look at this card. | Description$ Play with rembembered card revealed. + +SVar:ComeBack:Mode$ ChangesZone | Origin$ Hand | Destination$ Any | ValidCard$ Card.IsRemembered | Execute$ ExileSelf | TriggerZones$ Command | TriggerController$ TriggeredCardController | Static$ True | TriggerDescription$ None +SVar:ExileSelf:AB$ ChangeZone | Cost$ 0 | Origin$ Command | Destination$ Exile | Defined$ Self + +SVar:Picture:http://www.wizards.com/global/images/magic/general/firestorm_phoenix.jpg +Oracle:If Firestorm Phoenix would die, return Firestorm Phoenix to its owner's hand instead. Until that player's next turn, that player plays with that card revealed in his or her hand and can't play it. \ No newline at end of file