- Update card scripts

This commit is contained in:
swordshine
2013-08-09 07:44:35 +00:00
parent 555a8bfed7
commit 9b19a88a14
7 changed files with 14 additions and 14 deletions

View File

@@ -2,7 +2,7 @@ Name:Seedtime
ManaCost:1 G
Types:Instant
A:SP$ AddTurn | Cost$ 1 G | NumTurns$ 1 | PlayerTurn$ True | ConditionCheckSVar$ X | ConditionSVarCompare$ GE1 | References$ X | SpellDescription$ Cast CARDNAME only during your turn. Take an extra turn after this one if an opponent cast a blue spell this turn.
SVar:X:Count$ThisTurnCast_Card.Blue+YouDontCtrl
SVar:X:Count$ThisTurnCast_Card.Blue+OppCtrl
SVar:RemAIDeck:True
SVar:RemRandomDeck:True
SVar:Picture:http://www.wizards.com/global/images/magic/general/seedtime.jpg

View File

@@ -3,7 +3,7 @@ ManaCost:3 W W
Types:Creature Angel
PT:3/3
K:Flying
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Land.YouDontCtrl | TriggerZones$ Battlefield | Execute$ TrigGain | OptionalDecider$ You | TriggerDescription$ Whenever a land enters the battlefield under an opponent's control, you may gain 3 life.
SVar:TrigGain:AB$GainLife | Cost$ 0 | LifeAmount$ 3
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Land.OppCtrl | TriggerZones$ Battlefield | Execute$ TrigGain | OptionalDecider$ You | TriggerDescription$ Whenever a land enters the battlefield under an opponent's control, you may gain 3 life.
SVar:TrigGain:AB$ GainLife | Cost$ 0 | LifeAmount$ 3
SVar:Picture:http://www.wizards.com/global/images/magic/general/shattered_angel.jpg
Oracle:Flying\nWhenever a land enters the battlefield under an opponent's control, you may gain 3 life.

View File

@@ -3,6 +3,6 @@ ManaCost:1 G
Types:Instant
A:SP$ Destroy | Cost$ 1 G | ValidTgts$ Enchantment | SubAbility$ DBClash | SpellDescription$ Destroy target enchantment. Clash with an opponent. If you win, destroy all enchantments your opponents control.
SVar:DBClash:DB$Clash | WinSubAbility$ DBDestroyAll
SVar:DBDestroyAll:DB$DestroyAll | ValidCards$ Enchantment.YouDontCtrl
SVar:DBDestroyAll:DB$DestroyAll | ValidCards$ Enchantment.OppCtrl
SVar:Picture:http://www.wizards.com/global/images/magic/general/spring_cleaning.jpg
Oracle:Destroy target enchantment. Clash with an opponent. If you win, destroy all enchantments your opponents control. (Each clashing player reveals the top card of his or her library, then puts that card on the top or bottom. A player wins if his or her card had a higher converted mana cost.)

View File

@@ -3,8 +3,8 @@ ManaCost:1 W
Types:Creature Cleric
PT:1/1
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.YouCtrl+Other | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigGainLife | TriggerDescription$ Whenever another creature enters the battlefield under your control, you may gain 1 life.
SVar:TrigGainLife:AB$GainLife | Cost$ 0 | Defined$ You | LifeAmount$ 1
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.YouDontCtrl+Other | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigLoseLife | TriggerDescription$ Whenever a creature enters the battlefield under an opponent's control, you may have that player lose 1 life.
SVar:TrigLoseLife:AB$LoseLife | Cost$ 0 | Defined$ Opponent | LifeAmount$ 1
SVar:TrigGainLife:AB$ GainLife | Cost$ 0 | Defined$ You | LifeAmount$ 1
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.OppCtrl | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigLoseLife | TriggerDescription$ Whenever a creature enters the battlefield under an opponent's control, you may have that player lose 1 life.
SVar:TrigLoseLife:AB$ LoseLife | Cost$ 0 | Defined$ TriggeredCardController | LifeAmount$ 1
SVar:Picture:http://www.wizards.com/global/images/magic/general/suture_priest.jpg
Oracle:Whenever another creature enters the battlefield under your control, you may gain 1 life.\nWhenever a creature enters the battlefield under an opponent's control, you may have that player lose 1 life.