- Added Tidehollow Sculler. Thanks Sol.

This commit is contained in:
jendave
2011-08-07 01:07:22 +00:00
parent cbf8d85b2a
commit 1f8ea3eafe
2 changed files with 14 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -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

View File

@@ -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