mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Tree of Redemption should check if it's present on the battlefield as it resolves
This commit is contained in:
@@ -3,9 +3,9 @@ ManaCost:3 G
|
|||||||
Types:Creature Plant
|
Types:Creature Plant
|
||||||
PT:0/13
|
PT:0/13
|
||||||
K:Defender
|
K:Defender
|
||||||
A:AB$ StoreSVar | Cost$ T | SVar$ OldToughness | Type$ Count | Expression$ CardToughness | SubAbility$ TreeRedemption | SpellDescription$ Exchange your life total with CARDNAME's toughness. | StackDescription$ Exchange your life total with CARDNAME's toughness.
|
A:AB$ StoreSVar | Cost$ T | SVar$ OldToughness | Type$ Count | Expression$ CardToughness | SubAbility$ TreeRedemption | ConditionPresent$ Card.Self | SpellDescription$ Exchange your life total with CARDNAME's toughness. | StackDescription$ Exchange your life total with CARDNAME's toughness.
|
||||||
SVar:TreeRedemption:DB$ Animate | Toughness$ X | References$ X | Permanent$ True | SubAbility$ SetLife
|
SVar:TreeRedemption:DB$ Animate | Toughness$ X | References$ X | Permanent$ True | SubAbility$ SetLife | ConditionPresent$ Card.Self
|
||||||
SVar:SetLife:DB$ SetLife | Defined$ You | LifeAmount$ OldToughness | References$ OldToughness
|
SVar:SetLife:DB$ SetLife | Defined$ You | LifeAmount$ OldToughness | References$ OldToughness | ConditionPresent$ Card.Self
|
||||||
SVar:OldToughness:Number$13
|
SVar:OldToughness:Number$13
|
||||||
SVar:X:Count$YourLifeTotal
|
SVar:X:Count$YourLifeTotal
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/tree_of_redemption.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/tree_of_redemption.jpg
|
||||||
|
|||||||
Reference in New Issue
Block a user