From 55c71d77e1f32a10837bc7f0dc5c63e76f44611b Mon Sep 17 00:00:00 2001 From: drdev Date: Fri, 15 Nov 2013 06:04:12 +0000 Subject: [PATCH] Fix colored mana order for card scripts --- forge-gui/res/cardsfolder/d/dawnglow_infusion.txt | 2 +- forge-gui/res/cardsfolder/d/dragon_broodmother.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/forge-gui/res/cardsfolder/d/dawnglow_infusion.txt b/forge-gui/res/cardsfolder/d/dawnglow_infusion.txt index a7ab9665d50..62edc821ea4 100644 --- a/forge-gui/res/cardsfolder/d/dawnglow_infusion.txt +++ b/forge-gui/res/cardsfolder/d/dawnglow_infusion.txt @@ -1,7 +1,7 @@ Name:Dawnglow Infusion ManaCost:X GW Types:Sorcery -A:SP$ GainLife | Cost$ X WG | LifeAmount$ X | References$ X | ConditionManaSpent$ G | SubAbility$ WPaid | SpellDescription$ You gain X life if {G} was spent to cast CARDNAME and X life if {W} was spent to cast it. (Do both if {G}{W} was spent.) +A:SP$ GainLife | Cost$ X GW | LifeAmount$ X | References$ X | ConditionManaSpent$ G | SubAbility$ WPaid | SpellDescription$ You gain X life if {G} was spent to cast CARDNAME and X life if {W} was spent to cast it. (Do both if {G}{W} was spent.) SVar:WPaid:DB$GainLife | Cost$ 0 | LifeAmount$ X | References$ X | ConditionManaSpent$ W SVar:X:Count$xPaid SVar:Picture:http://www.wizards.com/global/images/magic/general/dawnglow_infusion.jpg diff --git a/forge-gui/res/cardsfolder/d/dragon_broodmother.txt b/forge-gui/res/cardsfolder/d/dragon_broodmother.txt index 4dfe1ae5247..2b226145920 100644 --- a/forge-gui/res/cardsfolder/d/dragon_broodmother.txt +++ b/forge-gui/res/cardsfolder/d/dragon_broodmother.txt @@ -4,6 +4,6 @@ Types:Creature Dragon PT:4/4 K:Flying T:Mode$ Phase | Phase$ Upkeep | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ At the beginning of each upkeep, put a 1/1 red and green Dragon creature token with flying and devour 2 onto the battlefield. (As the token enters the battlefield, you may sacrifice any number of creatures. It enters the battlefield with twice that many +1/+1 counters on it.) -SVar:TrigToken:AB$Token | Cost$ 0 | TokenAmount$ 1 | TokenName$ Dragon | TokenTypes$ Creature,Dragon | TokenOwner$ You | TokenPower$ 1 | TokenToughness$ 1 | TokenColors$ Green,Red | TokenKeywords$ Flying<>Devour:2 | TokenImage$ GR 1 1 dragon +SVar:TrigToken:AB$Token | Cost$ 0 | TokenAmount$ 1 | TokenName$ Dragon | TokenTypes$ Creature,Dragon | TokenOwner$ You | TokenPower$ 1 | TokenToughness$ 1 | TokenColors$ Green,Red | TokenKeywords$ Flying<>Devour:2 | TokenImage$ RG 1 1 dragon SVar:Picture:http://www.wizards.com/global/images/magic/general/dragon_broodmother.jpg Oracle:Flying\nAt the beginning of each upkeep, put a 1/1 red and green Dragon creature token with flying and devour 2 onto the battlefield. (As the token enters the battlefield, you may sacrifice any number of creatures. It enters the battlefield with twice that many +1/+1 counters on it.) \ No newline at end of file