diff --git a/.gitattributes b/.gitattributes index 7a302c927d1..904883c07db 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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/lifeforce.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/lifes_finale.txt svneol=native#text/plain res/cardsfolder/l/lifesmith.txt svneol=native#text/plain diff --git a/res/cardsfolder/l/lifeline.txt b/res/cardsfolder/l/lifeline.txt new file mode 100644 index 00000000000..56b51b7d251 --- /dev/null +++ b/res/cardsfolder/l/lifeline.txt @@ -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 \ No newline at end of file