From 1f40291c1bfc8dc6f9623f02355e4c0dc8aa516f Mon Sep 17 00:00:00 2001 From: Sloth Date: Thu, 8 Aug 2013 20:08:23 +0000 Subject: [PATCH] - Added some AITapDown SVars. --- res/cardsfolder/p/power_surge.txt | 1 + res/cardsfolder/w/well_of_discovery.txt | 2 +- res/cardsfolder/w/well_of_life.txt | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/res/cardsfolder/p/power_surge.txt b/res/cardsfolder/p/power_surge.txt index 0b41e8305b9..8a07088447d 100644 --- a/res/cardsfolder/p/power_surge.txt +++ b/res/cardsfolder/p/power_surge.txt @@ -2,6 +2,7 @@ Name:Power Surge ManaCost:R R Types:Enchantment Text:At the beginning of each player's upkeep, CARDNAME deals X damage to that player, where X is the number of untapped lands he or she controlled at the beginning of this turn. +SVar:AITapDown:Land SVar:RemRandomDeck:True SVar:Picture:http://www.wizards.com/global/images/magic/general/power_surge.jpg Oracle:At the beginning of each player's upkeep, Power Surge deals X damage to that player, where X is the number of untapped lands he or she controlled at the beginning of this turn. \ No newline at end of file diff --git a/res/cardsfolder/w/well_of_discovery.txt b/res/cardsfolder/w/well_of_discovery.txt index 25186344698..be1fc0d219c 100644 --- a/res/cardsfolder/w/well_of_discovery.txt +++ b/res/cardsfolder/w/well_of_discovery.txt @@ -3,6 +3,6 @@ ManaCost:6 Types:Artifact T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | IsPresent$ Land.untapped+YouCtrl | PresentCompare$ EQ0 | Execute$ TrigDraw | TriggerDescription$ At the beginning of your end step, if you control no untapped lands, draw a card. SVar:TrigDraw:AB$Draw | Cost$ 0 | NumCards$ 1 -SVar:RemAIDeck:True +SVar:AITapDown:Land.YouCtrl SVar:Picture:http://www.wizards.com/global/images/magic/general/well_of_discovery.jpg Oracle:At the beginning of your end step, if you control no untapped lands, draw a card. \ No newline at end of file diff --git a/res/cardsfolder/w/well_of_life.txt b/res/cardsfolder/w/well_of_life.txt index b0547781ccc..3dabfc51414 100644 --- a/res/cardsfolder/w/well_of_life.txt +++ b/res/cardsfolder/w/well_of_life.txt @@ -3,6 +3,6 @@ ManaCost:4 Types:Artifact T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | IsPresent$ Land.untapped+YouCtrl | PresentCompare$ EQ0 | Execute$ TrigGainLife | TriggerDescription$ At the beginning of your end step, if you control no untapped lands, you gain 2 life. SVar:TrigGainLife:AB$GainLife | Cost$ 0 | LifeAmount$ 2 -SVar:RemAIDeck:True +SVar:AITapDown:Land.YouCtrl SVar:Picture:http://www.wizards.com/global/images/magic/general/well_of_life.jpg Oracle:At the beginning of your end step, if you control no untapped lands, you gain 2 life. \ No newline at end of file