- Added Soul Stair Expedition. Something evil is happening with SpellDescription$

This commit is contained in:
jendave
2011-08-06 16:52:37 +00:00
parent 27318bf721
commit a9f1239d88
2 changed files with 12 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -5030,6 +5030,7 @@ res/cardsfolder/soul_feast.txt -text svneol=native#text/plain
res/cardsfolder/soul_kiss.txt -text svneol=native#text/plain res/cardsfolder/soul_kiss.txt -text svneol=native#text/plain
res/cardsfolder/soul_net.txt -text svneol=native#text/plain res/cardsfolder/soul_net.txt -text svneol=native#text/plain
res/cardsfolder/soul_parry.txt -text svneol=native#text/plain res/cardsfolder/soul_parry.txt -text svneol=native#text/plain
res/cardsfolder/soul_stair_expedition.txt -text svneol=native#text/plain
res/cardsfolder/soul_warden.txt -text svneol=native#text/plain res/cardsfolder/soul_warden.txt -text svneol=native#text/plain
res/cardsfolder/soulbound_guardians.txt -text svneol=native#text/plain res/cardsfolder/soulbound_guardians.txt -text svneol=native#text/plain
res/cardsfolder/soulcatcher.txt -text svneol=native#text/plain res/cardsfolder/soulcatcher.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,11 @@
Name:Soul Stair Expedition
ManaCost:B
Types:Enchantment
Text:no text
A:AB$ChangeZone | Cost$ SubCounter<3/QUEST> Sac<1/CARDNAME> | Origin$ Graveyard | Destination$ Hand | TargetMin$ 0 | TargetMax$ 2 | ValidTgts$ Creature | TgtPrompt$ Select up to two target creatures from your graveyard. | SpellDescription$ Landfall - Whenever a land enters the battlefield under your control, you may put a quest counter on CARDNAME. Remove three quest counters from CARDNAME and sacrifice it: Return up to two target creature cards from your graveyard to your hand.
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Land.YouCtrl | Optional$ True | TriggerZones$ Battlefield | Execute$ TrigPutCounter
SVar:TrigPutCounter:AB$PutCounter | Cost$ 0 | Defined$ Self | CounterType$ QUEST | CounterNum$ 1
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/Soul_Stair_Expedition.jpg
End