mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
- Added Lifeline.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
13
res/cardsfolder/l/lifeline.txt
Normal file
13
res/cardsfolder/l/lifeline.txt
Normal 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
|
||||
Reference in New Issue
Block a user