From 1f8ea3eafee830e2ed6e3a7873bb72295adf624e Mon Sep 17 00:00:00 2001 From: jendave Date: Sun, 7 Aug 2011 01:07:22 +0000 Subject: [PATCH] - Added Tidehollow Sculler. Thanks Sol. --- .gitattributes | 1 + res/cardsfolder/tidehollow_sculler.txt | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 res/cardsfolder/tidehollow_sculler.txt diff --git a/.gitattributes b/.gitattributes index 59a2e600b94..0f46b795514 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7317,6 +7317,7 @@ res/cardsfolder/tidal_kraken.txt -text svneol=native#text/plain res/cardsfolder/tidal_surge.txt -text svneol=native#text/plain res/cardsfolder/tidal_wave.txt -text svneol=native#text/plain res/cardsfolder/tideforce_elemental.txt svneol=native#text/plain +res/cardsfolder/tidehollow_sculler.txt -text svneol=native#text/plain res/cardsfolder/tidehollow_strix.txt -text svneol=native#text/plain res/cardsfolder/tidespout_tyrant.txt svneol=native#text/plain res/cardsfolder/tidings.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/tidehollow_sculler.txt b/res/cardsfolder/tidehollow_sculler.txt new file mode 100644 index 00000000000..f218440e119 --- /dev/null +++ b/res/cardsfolder/tidehollow_sculler.txt @@ -0,0 +1,13 @@ +Name:Tidehollow Sculler +ManaCost:W B +Types:Artifact Creature Zombie +Text:no text +PT:2/2 +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigExile | TriggerDescription$ When CARDNAME enters the battlefield, target opponent reveals his or her hand and you choose a nonland card from it. Exile that card. When CARDNAME leaves the battlefield, return the exiled card to its owner's hand. +T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.Self | Execute$ TrigBounce | Secondary$ True | TriggerDescription$ When CARDNAME enters the battlefield, target opponent reveals his or her hand and you choose a nonland card from it. Exile that card. When CARDNAME leaves the battlefield, return the exiled card to its owner's hand. +SVar:TrigExile:AB$ChangeZone | Cost$ 0 | Origin$ Hand | Destination$ Exile | ValidTgts$ Player | TgtPrompt$ Select target player | ChangeType$ Card.nonLand | ChangeNum$ 1 | IsCurse$ True | RememberChanged$ True | ForgetOtherRemembered$ True +SVar:TrigBounce:AB$ChangeZone | Cost$ 0 | Origin$ Exile | Destination$ Hand | Defined$ Remembered | SubAbility$ SVar=DBCleanup +SVar:DBCleanup:DB$Cleanup | ClearRemembered$ True +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/tidehollow_sculler.jpg +End \ No newline at end of file