Update Sword of the Ages' functionality to new oracle text. Fix missing reference in Sasaya.

This commit is contained in:
elcnesh
2014-06-27 23:00:56 +00:00
parent d5008f1f29
commit 495517c765
2 changed files with 5 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ Name:Sasaya, Orochi Ascendant
ManaCost:1 G G
Types:Legendary Creature Snake Monk
PT:2/3
A:AB$ SetState | Cost$ Reveal<1/Hand> | Defined$ Self | Mode$ Flip | ConditionCheckSVar$ CheckHandLand | ConditionSVarCompare$ GE7 | SpellDescription$ If you have seven or more land cards in your hand, flip CARDNAME.
A:AB$ SetState | Cost$ Reveal<1/Hand> | Defined$ Self | Mode$ Flip | ConditionCheckSVar$ CheckHandLand | ConditionSVarCompare$ GE7 | References$ CheckHandLand | SpellDescription$ If you have seven or more land cards in your hand, flip CARDNAME.
SVar:CheckHandLand:Count$ValidHand Land.YouCtrl
AlternateMode:Flip
SVar:Picture:http://www.wizards.com/global/images/magic/general/sasaya_orochi_ascendant.jpg

View File

@@ -2,9 +2,10 @@ Name:Sword of the Ages
ManaCost:6
Types:Artifact
K:CARDNAME enters the battlefield tapped.
A:AB$ DealDamage | Cost$ T Exile<1/CARDNAME> Exile<X/Creature> | NumDmg$ Y | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature or player | CostDesc$ Exile Sword of the Ages and any number of creatures you control: | References$ X,Y | SpellDescription$ CARDNAME deals X damage to target creature or player, where X is the total power of the creatures exiled this way.
A:AB$ DealDamage | Cost$ T Sac<1/CARDNAME> Sac<X/Creature> | NumDmg$ Y | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature or player | CostDesc$ Sacrifice Sword of the Ages and any number of creatures you control: | References$ X,Y | SubAbility$ DBExile | SpellDescription$ CARDNAME deals X damage to target creature or player, where X is the total power of the creatures sacrificed this way, then exile CARDNAME and those creature cards.
SVar:DBExile:DB$ ChangeZone | Defined$ SacrificedCards | Origin$ Graveyard | Destination$ Exile
SVar:X:XChoice
SVar:Y:Exiled$CardPower
SVar:Y:Sacrificed$CardPower
SVar:RemAIDeck:True
SVar:Picture:http://www.wizards.com/global/images/magic/general/sword_of_the_ages.jpg
Oracle:Sword of the Ages enters the battlefield tapped.\n{T}, Exile Sword of the Ages and any number of creatures you control: Sword of the Ages deals X damage to target creature or player, where X is the total power of the creatures exiled this way.
Oracle:Sword of the Ages enters the battlefield tapped.\n{T}, Sacrifice Sword of the Ages and any number of creatures you control: Sword of the Ages deals X damage to target creature or player, where X is the total power of the creatures sacrificed this way, then exile Sword of the Ages and those creature cards.