From 01895bc499583ca997d85b6cf7756fc1c59cfa3d Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 22:00:38 +0000 Subject: [PATCH] - Fixed Windscouter. - Added Phantom Whelp. --- .gitattributes | 3 ++- res/cardsfolder/phantom_whelp.txt | 12 ++++++++++++ res/cardsfolder/windscouter.txt | 25 +++++++++++++------------ 3 files changed, 27 insertions(+), 13 deletions(-) create mode 100644 res/cardsfolder/phantom_whelp.txt diff --git a/.gitattributes b/.gitattributes index 786aa67405d..90bd9f3accd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4808,6 +4808,7 @@ res/cardsfolder/phantom_nishoba.txt -text svneol=native#text/plain res/cardsfolder/phantom_nomad.txt -text svneol=native#text/plain res/cardsfolder/phantom_tiger.txt -text svneol=native#text/plain res/cardsfolder/phantom_warrior.txt -text svneol=native#text/plain +res/cardsfolder/phantom_whelp.txt -text svneol=native#text/plain res/cardsfolder/phantom_wings.txt svneol=native#text/plain res/cardsfolder/phantom_wurm.txt -text svneol=native#text/plain res/cardsfolder/phelddagrif.txt -text svneol=native#text/plain @@ -7543,7 +7544,7 @@ res/cardsfolder/windreaver.txt -text svneol=native#text/plain res/cardsfolder/windrider_eel.txt -text svneol=native#text/plain res/cardsfolder/winds_of_change.txt -text svneol=native#text/plain res/cardsfolder/winds_of_rath.txt -text svneol=native#text/plain -res/cardsfolder/windscouter.txt svneol=native#text/plain +res/cardsfolder/windscouter.txt -text svneol=native#text/plain res/cardsfolder/windseeker_centaur.txt -text svneol=native#text/plain res/cardsfolder/windstorm.txt -text svneol=native#text/plain res/cardsfolder/windswept_heath.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/phantom_whelp.txt b/res/cardsfolder/phantom_whelp.txt new file mode 100644 index 00000000000..17ff6f929c3 --- /dev/null +++ b/res/cardsfolder/phantom_whelp.txt @@ -0,0 +1,12 @@ +Name:Phantom Whelp +ManaCost:1 U +Types:Creature Illusion Hound +Text:no text +PT:2/2 +T:Mode$ Attacks | ValidCard$ Card.Self | DelayedTrigger$ DelTrig | TriggerDescription$ Whenever CARDNAME attacks or blocks, return it to its owner's hand at end of combat. (Return it only if it's on the battlefield.) +T:Mode$ Blocks | ValidCard$ Card.Self | DelayedTrigger$ DelTrig | Secondary$ True | TriggerDescription$ Whenever CARDNAME attacks or blocks, return it to its owner's hand at end of combat. (Return it only if it's on the battlefield.) +SVar:DelTrig:Mode$ Phase | Phase$ EndCombat | ValidPlayer$ Each | Execute$ TrigBounce | TriggerDescription$ Return CARDNAME to it's owner's hand. +SVar:TrigBounce:AB$ChangeZone | Cost$ 0 | Origin$ Battlefield | Destination$ Hand | Defined$ Self +SVar:Rarity:Common +SVar:Picture:http://www.wizards.com/global/images/magic/general/phantom_whelp.jpg +End \ No newline at end of file diff --git a/res/cardsfolder/windscouter.txt b/res/cardsfolder/windscouter.txt index e8ea8b7ab84..c28b1b07af2 100644 --- a/res/cardsfolder/windscouter.txt +++ b/res/cardsfolder/windscouter.txt @@ -1,13 +1,14 @@ -Name:Windscouter -ManaCost:3 U -Types:Creature Human Scout -Text:no text -PT:3/3 -K:Flying -T:Mode$ Blocks | ValidCard$ Card.Self | DelayedTrigger$ DelTrig | TriggerDescription$ Whenever CARDNAME blocks, return it to its owner's hand at end of combat. (Return it only if it's on the battlefield.) -SVar:DelTrig:Mode$ Phase | Phase$ EndCombat | ValidPlayer$ Opponent | Execute$ TrigBounce | TriggerDescription$ Return CARDNAME to it's owner's hand. -SVar:TrigBounce:AB$ChangeZone | Cost$ 0 | Origin$ Battlefield | Destination$ Hand | Defined$ Self -SVar:Rarity:Uncommon -SVar:Picture:http://www.wizards.com/global/images/magic/general/windscouter.jpg -SetInfo:PCY|Uncommon|http://magiccards.info/scans/en/pr/53.jpg +Name:Windscouter +ManaCost:3 U +Types:Creature Human Scout +Text:no text +PT:3/3 +K:Flying +T:Mode$ Attacks | ValidCard$ Card.Self | DelayedTrigger$ DelTrig | TriggerDescription$ Whenever CARDNAME attacks or blocks, return it to its owner's hand at end of combat. (Return it only if it's on the battlefield.) +T:Mode$ Blocks | ValidCard$ Card.Self | DelayedTrigger$ DelTrig | Secondary$ True | TriggerDescription$ Whenever CARDNAME attacks or blocks, return it to its owner's hand at end of combat. (Return it only if it's on the battlefield.) +SVar:DelTrig:Mode$ Phase | Phase$ EndCombat | ValidPlayer$ Each | Execute$ TrigBounce | TriggerDescription$ Return CARDNAME to it's owner's hand. +SVar:TrigBounce:AB$ChangeZone | Cost$ 0 | Origin$ Battlefield | Destination$ Hand | Defined$ Self +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/windscouter.jpg +SetInfo:PCY|Uncommon|http://magiccards.info/scans/en/pr/53.jpg End \ No newline at end of file