mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
add Second Chance (from Urza's Legacy) as example of LifeTotal$ trigger restrictions
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -5631,6 +5631,7 @@ res/cardsfolder/seasoned_marshal.txt -text svneol=native#text/plain
|
|||||||
res/cardsfolder/seat_of_the_synod.txt -text svneol=native#text/plain
|
res/cardsfolder/seat_of_the_synod.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/secluded_glen.txt -text svneol=native#text/plain
|
res/cardsfolder/secluded_glen.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/secluded_steppe.txt -text svneol=native#text/plain
|
res/cardsfolder/secluded_steppe.txt -text svneol=native#text/plain
|
||||||
|
res/cardsfolder/second_chance.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/second_sight.txt svneol=native#text/plain
|
res/cardsfolder/second_sight.txt svneol=native#text/plain
|
||||||
res/cardsfolder/second_thoughts.txt -text svneol=native#text/plain
|
res/cardsfolder/second_thoughts.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/security_detail.txt -text svneol=native#text/plain
|
res/cardsfolder/security_detail.txt -text svneol=native#text/plain
|
||||||
|
|||||||
10
res/cardsfolder/second_chance.txt
Normal file
10
res/cardsfolder/second_chance.txt
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
Name:Second Chance
|
||||||
|
ManaCost:2 U
|
||||||
|
Types:Enchantment
|
||||||
|
Text:no text
|
||||||
|
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | LifeTotal$ You | LifeAmount$ LE5 | Execute$ TrigSac | TriggerDescription$ At the beginning of your upkeep, if you have 5 or less life, sacrifice Second Chance and take an extra turn after this one.
|
||||||
|
SVar:TrigSac:AB$Sacrifice | Cost$ 0 | Defined$ Self | SubAbility$ SVar=DBAddTurn
|
||||||
|
SVar:DBAddTurn:DB$AddTurn | Defined$ You | NumTurns$ 1
|
||||||
|
SVar:Rarity:Rare
|
||||||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/second_chance.jpg
|
||||||
|
End
|
||||||
Reference in New Issue
Block a user