From 5ead6c6a2002e27209e9753f3ddb28d38f99d01f Mon Sep 17 00:00:00 2001 From: Agetian Date: Tue, 19 Jan 2016 18:30:53 +0000 Subject: [PATCH] - A new attempt at fixing Linvala, the Preserver. --- forge-gui/res/cardsfolder/l/linvala_the_preserver.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/forge-gui/res/cardsfolder/l/linvala_the_preserver.txt b/forge-gui/res/cardsfolder/l/linvala_the_preserver.txt index 24a966be874..2f216cf3a5a 100644 --- a/forge-gui/res/cardsfolder/l/linvala_the_preserver.txt +++ b/forge-gui/res/cardsfolder/l/linvala_the_preserver.txt @@ -3,12 +3,12 @@ ManaCost:4 W W Types:Legendary Creature Angel PT:5/5 K:Flying -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Self | Execute$ TrigGainLife | TriggerDescription$ When CARDNAME enters the battlefield, if an opponent has more life than you, you gain 5 life. -# TODO: Ideally ConditionLifeTotal/ConditionLifeAmount needs to be on the ChangesZone trigger above to account for the fact that it's an intervening if clause (but currently this functionality does not appear to be implemented in code). -SVar:TrigGainLife:AB$GainLife | Cost$ 0 | Defined$ You | LifeAmount$ 5 | ConditionLifeTotal$ You | ConditionLifeAmount$ LTX | References$ X +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Self | Execute$ TrigGainLife | CheckSVar$ X | SVarCompare$ GTZ | References$ X,Z | TriggerDescription$ When CARDNAME enters the battlefield, if an opponent has more life than you, you gain 5 life. +SVar:TrigGainLife:AB$GainLife | Cost$ 0 | Defined$ You | LifeAmount$ 5 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Self | Execute$ TrigToken | IsPresent$ Creature.OppCtrl | PresentCompare$ GTY | TriggerDescription$ When CARDNAME enters the battlefield, if an opponent controls more creatures than you, put a 3/3 white Angel creature token with flying onto the battlefield. SVar:TrigToken:AB$ Token | Cost$ 0 | TokenAmount$ 1 | TokenName$ Angel | TokenTypes$ Creature,Angel | TokenOwner$ You | TokenColors$ White | TokenPower$ 3 | TokenToughness$ 3 | TokenKeywords$ Flying | TokenImage$ w 3 3 angel SVar:X:PlayerCountOpponents$HighestLifeTotal SVar:Y:Count$Valid Creature.YouCtrl +SVar:Z:Count$YourLifeTotal SVar:Picture:http://www.wizards.com/global/images/magic/general/linvala_the_preserver.jpg Oracle:Flying\nWhen Linvala, the Preserver enters the battlefield, if an opponent has more life than you, you gain 5 life.\nWhen Linvala enters the battlefield, if an opponent controls more creatures than you, put a 3/3 white Angel creature token with flying onto the battlefield.