- Updated some SVars.

This commit is contained in:
Sloth
2012-01-23 21:11:22 +00:00
parent 6f392a7b08
commit 26335bd716
4 changed files with 9 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ SVar:Shuffle2:DB$ ChangeZoneAll | ChangeType$ Card.YouOwn | Origin$ Hand | Desti
SVar:Shuffle3:DB$ ChangeZoneAll | ChangeType$ Card.YouOwn | Origin$ Graveyard | Destination$ Library | Shuffle$ True | SubAbility$ Draw
SVar:Draw:DB$ Draw | Defined$ You | NumCards$ 7 | SubAbility$ SetLife
SVar:SetLife:DB$ SetLife | Defined$ You | LifeAmount$ 20
SVar:Rarity:Mythic
SVar:Picture:http://www.wizards.com/global/images/magic/general/lichs_mirror.jpg
SetInfo:ALA|Mythic|http://magiccards.info/scans/en/ala/210.jpg
Oracle:If you would lose the game, instead shuffle your hand, your graveyard, and all permanents you own into your library, then draw seven cards and your life total becomes 20.

View File

@@ -7,6 +7,9 @@ SVar:TrigDamage:Mode$ DamageDone | ValidSource$ Creature.IsRemembered | Execute$
SVar:TrigGainLife:AB$ GainLife | Cost$ 0 | LifeAmount$ X | Defined$ You
SVar:DBDraw:DB$ Draw | NumCards$ 1
SVar:X:TriggerCount$DamageAmount
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/spiritualize.jpg
SetInfo:ODY|Uncommon|http://magiccards.info/scans/en/od/53.jpg
Oracle:Until end of turn, whenever target creature deals damage, you gain that much life.\nDraw a card.
End

View File

@@ -4,6 +4,9 @@ Types:Enchantment
Text:no text
T:Mode$ ChangesZone | ValidCard$ Creature.Green+nonToken | Origin$ Battlefield | Destination$ Graveyard | TriggerZones$ Battlefield | Execute$ TrigSearch | TriggerDescription$ Whenever a green nontoken creature dies, that creature's controller may search his or her library for a card with the same name as that creature and put it onto the battlefield. If that player does, he or she shuffles his or her library.
SVar:TrigSearch:AB$ ChangeZone | Cost$ 0 | DefinedPlayer$ TriggeredCardController | ChangeType$ Triggered.sameName | ChangeNum$ 1 | Origin$ Library | Destination$ Battlefield | Hidden$ True | OptionalDecider$ You
SVar:RemRandomDeck:True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/verdant_succession.jpg
SetInfo:ODY|Rare|http://magiccards.info/scans/en/od/280.jpg
Oracle:Whenever a green nontoken creature dies, that creature's controller may search his or her library for a card with the same name as that creature and put it onto the battlefield. If that player does, he or she shuffles his or her library.
End

View File

@@ -10,4 +10,6 @@ SVar:SacrificeCreature:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZ
SVar:TrigSac:AB$Sacrifice | Cost$ 0 | Defined$ You | SacValid$ Creature | SacMessage$ Creature
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/wayward_angel.jpg
SetInfo:ODY|Rare|http://magiccards.info/scans/en/od/57.jpg
Oracle:Flying, vigilance\nThreshold - As long as seven or more cards are in your graveyard, Wayward Angel gets +3/+3, is black, has trample, and has "At the beginning of your upkeep, sacrifice a creature."
End