mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Added Tidehollow Sculler. Thanks Sol.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
13
res/cardsfolder/tidehollow_sculler.txt
Normal file
13
res/cardsfolder/tidehollow_sculler.txt
Normal 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
|
||||
Reference in New Issue
Block a user