From 8d10584524034f97c94fc116a1573fb0e81c7b8c Mon Sep 17 00:00:00 2001 From: Hanmac Date: Wed, 3 Aug 2016 12:34:18 +0000 Subject: [PATCH] Tree of Redemption & Tree of Perdition: they need to be creatures to have Toughness to swap --- forge-gui/res/cardsfolder/t/tree_of_perdition.txt | 6 +++--- forge-gui/res/cardsfolder/t/tree_of_redemption.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/forge-gui/res/cardsfolder/t/tree_of_perdition.txt b/forge-gui/res/cardsfolder/t/tree_of_perdition.txt index ee215c20baf..b73d1548c41 100644 --- a/forge-gui/res/cardsfolder/t/tree_of_perdition.txt +++ b/forge-gui/res/cardsfolder/t/tree_of_perdition.txt @@ -3,9 +3,9 @@ ManaCost:3 B Types:Creature Plant PT:0/13 K:Defender -A:AB$ StoreSVar | Cost$ T | ValidTgts$ Opponent | TgtPrompt$ Select target opponent | SVar$ OldToughness | Type$ Count | Expression$ CardToughness | SubAbility$ TreeRedemption | ConditionPresent$ Card.StrictlySelf | StackDescription$ SpellDescription | SpellDescription$ Exchange target opponent's life total with CARDNAME's toughness. -SVar:TreeRedemption:DB$ Animate | Toughness$ X | References$ X | Permanent$ True | SubAbility$ SetLife | ConditionPresent$ Card.StrictlySelf -SVar:SetLife:DB$ SetLife | Defined$ ParentTarget | LifeAmount$ OldToughness | References$ OldToughness | ConditionPresent$ Card.StrictlySelf +A:AB$ StoreSVar | Cost$ T | ValidTgts$ Opponent | TgtPrompt$ Select target opponent | SVar$ OldToughness | Type$ Count | Expression$ CardToughness | SubAbility$ TreeRedemption | ConditionPresent$ Creature.StrictlySelf | StackDescription$ SpellDescription | SpellDescription$ Exchange target opponent's life total with CARDNAME's toughness. +SVar:TreeRedemption:DB$ Animate | Toughness$ X | References$ X | Permanent$ True | SubAbility$ SetLife | ConditionPresent$ Creature.StrictlySelf +SVar:SetLife:DB$ SetLife | Defined$ ParentTarget | LifeAmount$ OldToughness | References$ OldToughness | ConditionPresent$ Creature.StrictlySelf SVar:OldToughness:Number$13 SVar:X:TargetedPlayer$LifeTotal SVar:Picture:http://www.wizards.com/global/images/magic/general/tree_of_perdition.jpg diff --git a/forge-gui/res/cardsfolder/t/tree_of_redemption.txt b/forge-gui/res/cardsfolder/t/tree_of_redemption.txt index 7052103a185..c49f1fab574 100644 --- a/forge-gui/res/cardsfolder/t/tree_of_redemption.txt +++ b/forge-gui/res/cardsfolder/t/tree_of_redemption.txt @@ -3,9 +3,9 @@ ManaCost:3 G Types:Creature Plant PT:0/13 K:Defender -A:AB$ StoreSVar | Cost$ T | SVar$ OldToughness | Type$ Count | Expression$ CardToughness | SubAbility$ TreeRedemption | ConditionPresent$ Card.StrictlySelf | StackDescription$ SpellDescription | SpellDescription$ Exchange your life total with CARDNAME's toughness. -SVar:TreeRedemption:DB$ Animate | Toughness$ X | References$ X | Permanent$ True | SubAbility$ SetLife | ConditionPresent$ Card.StrictlySelf -SVar:SetLife:DB$ SetLife | Defined$ You | LifeAmount$ OldToughness | References$ OldToughness | ConditionPresent$ Card.StrictlySelf +A:AB$ StoreSVar | Cost$ T | SVar$ OldToughness | Type$ Count | Expression$ CardToughness | SubAbility$ TreeRedemption | ConditionPresent$ Creature.StrictlySelf | StackDescription$ SpellDescription | SpellDescription$ Exchange your life total with CARDNAME's toughness. +SVar:TreeRedemption:DB$ Animate | Toughness$ X | References$ X | Permanent$ True | SubAbility$ SetLife | ConditionPresent$ Creature.StrictlySelf +SVar:SetLife:DB$ SetLife | Defined$ You | LifeAmount$ OldToughness | References$ OldToughness | ConditionPresent$ Creature.StrictlySelf SVar:OldToughness:Number$13 SVar:X:Count$YourLifeTotal SVar:Picture:http://www.wizards.com/global/images/magic/general/tree_of_redemption.jpg