- Added Lifeline.

This commit is contained in:
jeffwadsworth
2012-02-15 18:45:13 +00:00
parent 9969dc0dc8
commit a668d68c24
2 changed files with 14 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -4981,6 +4981,7 @@ res/cardsfolder/l/life_matrix.txt -text svneol=unset#text/plain
res/cardsfolder/l/lifeblood.txt svneol=native#text/plain res/cardsfolder/l/lifeblood.txt svneol=native#text/plain
res/cardsfolder/l/lifeforce.txt svneol=native#text/plain res/cardsfolder/l/lifeforce.txt svneol=native#text/plain
res/cardsfolder/l/lifegift.txt svneol=native#text/plain res/cardsfolder/l/lifegift.txt svneol=native#text/plain
res/cardsfolder/l/lifeline.txt -text svneol=unset#text/plain
res/cardsfolder/l/lifelink.txt svneol=native#text/plain res/cardsfolder/l/lifelink.txt svneol=native#text/plain
res/cardsfolder/l/lifes_finale.txt svneol=native#text/plain res/cardsfolder/l/lifes_finale.txt svneol=native#text/plain
res/cardsfolder/l/lifesmith.txt svneol=native#text/plain res/cardsfolder/l/lifesmith.txt svneol=native#text/plain

View File

@@ -0,0 +1,13 @@
Name:Lifeline
ManaCost:5
Types:Artifact
Text:no text
T:Mode$ ChangesZone | ValidCard$ Card.Creature | Origin$ Battlefield | Destination$ Graveyard | Execute$ TrigLifelineEffect | TriggerZones$ Battlefield | TriggerDescription$ Whenever a creature dies, if another creature is on the battlefield, return the first card to the battlefield under its owner's control at the beginning of the next end step.
SVar:TrigLifelineEffect:AB$ Effect | Cost$ 0 | Name$ Lifeline Effect | ConditionCheckSVar$ LifelineX | ConditionSVarCompare$ GE1 | Triggers$ TrigLifelineDelay | SVars$ TrigLifelineReturn | RememberObjects$ TriggeredCard
SVar:TrigLifelineDelay:DB$ DelayedTrigger | Mode$ Phase | Phase$ End of Turn | ValidPlayer$ Player | Execute$ TrigLifelineReturn | TriggerDescription$ Return that creature to the battlefield.
SVar:TrigLifelineReturn:DB$ ChangeZoneAll | ChangeType$ Creature.IsRemembered | Origin$ Graveyard | Destination$ Battlefield
SVar:LifelineX:Count$Valid Creature
SVar:RemRandomDeck:True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/lifeline.jpg
End