Fix colored mana order for card scripts

This commit is contained in:
drdev
2013-11-15 06:04:12 +00:00
parent 6914e30443
commit 55c71d77e1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
Name:Dawnglow Infusion Name:Dawnglow Infusion
ManaCost:X GW ManaCost:X GW
Types:Sorcery 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:WPaid:DB$GainLife | Cost$ 0 | LifeAmount$ X | References$ X | ConditionManaSpent$ W
SVar:X:Count$xPaid SVar:X:Count$xPaid
SVar:Picture:http://www.wizards.com/global/images/magic/general/dawnglow_infusion.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/dawnglow_infusion.jpg

View File

@@ -4,6 +4,6 @@ Types:Creature Dragon
PT:4/4 PT:4/4
K:Flying 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.) 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 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.) 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.)