diff --git a/forge-gui/res/cardsfolder/s/sasaya_orochi_ascendant_sasayas_essence.txt b/forge-gui/res/cardsfolder/s/sasaya_orochi_ascendant_sasayas_essence.txt index 0ce99726874..fa6e9c52351 100644 --- a/forge-gui/res/cardsfolder/s/sasaya_orochi_ascendant_sasayas_essence.txt +++ b/forge-gui/res/cardsfolder/s/sasaya_orochi_ascendant_sasayas_essence.txt @@ -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 diff --git a/forge-gui/res/cardsfolder/s/sword_of_the_ages.txt b/forge-gui/res/cardsfolder/s/sword_of_the_ages.txt index 34a1da34835..06cf2895624 100644 --- a/forge-gui/res/cardsfolder/s/sword_of_the_ages.txt +++ b/forge-gui/res/cardsfolder/s/sword_of_the_ages.txt @@ -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 | 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 | 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.