- Committing some of the Marek's corrections for older cards.

This commit is contained in:
Agetian
2017-07-09 05:01:47 +00:00
parent c31fb7381b
commit b06ffd8106
6 changed files with 26 additions and 26 deletions

View File

@@ -4,6 +4,6 @@ Types:Creature Angel
PT:3/3
K:Flying
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigGainLife | TriggerDescription$ When CARDNAME enters the battlefield, you gain 3 life.
SVar:TrigGainLife:AB$GainLife | Cost$ 0 | LifeAmount$ 3
SVar:TrigGainLife:DB$GainLife | LifeAmount$ 3
SVar:Picture:http://resources.wizards.com/magic/cards/9ed/en-us/card82992.jpg
Oracle:Flying\nWhen Angel of Mercy enters the battlefield, you gain 3 life.

View File

@@ -3,7 +3,7 @@ ManaCost:1 WU WU
Types:Creature Kithkin Wizard
PT:2/2
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigDig | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, reveal the top card of your library and put that card into your hand. You gain life equal to its converted mana cost.
SVar:TrigDig:AB$Dig | Cost$ 0 | DigNum$ 1 | Reveal$ True | ChangeNum$ All | ChangeValid$ Card | DestinationZone$ Hand | RememberChanged$ True | SubAbility$ DBGain
SVar:TrigDig:DB$Dig | DigNum$ 1 | Reveal$ True | ChangeNum$ All | ChangeValid$ Card | DestinationZone$ Hand | RememberChanged$ True | SubAbility$ DBGain
SVar:DBGain:DB$GainLife | LifeAmount$ X | SubAbility$ DBCleanup | References$ X
SVar:DBCleanup:DB$Cleanup | ClearRemembered$ True
SVar:X:Remembered$CardManaCost

View File

@@ -2,7 +2,7 @@ Name:Baneful Omen
ManaCost:4 B B B
Types:Enchantment
T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigDig | OptionalDecider$ You | TriggerDescription$ At the beginning of your end step, you may reveal the top card of your library. If you do, each opponent loses life equal to that card's converted mana cost.
SVar:TrigDig:AB$ Dig | Cost$ 0 | DigNum$ 1 | Reveal$ True | ChangeNum$ All | ChangeValid$ Card | DestinationZone$ Library | LibraryPosition$ 0 | LibraryPosition2$ 0 | RememberChanged$ True | SubAbility$ DBLose
SVar:TrigDig:DB$ Dig | DigNum$ 1 | Reveal$ True | ChangeNum$ All | ChangeValid$ Card | DestinationZone$ Library | LibraryPosition$ 0 | LibraryPosition2$ 0 | RememberChanged$ True | SubAbility$ DBLose
SVar:DBLose:DB$ LoseLife | LifeAmount$ X | Defined$ Player.Opponent | SubAbility$ DBCleanup | References$ X
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:X:Remembered$CardManaCost

View File

@@ -3,7 +3,7 @@ ManaCost:3 U
Types:Creature Worm Beast
PT:1/4
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigScry | TriggerDescription$ When CARDNAME enters the battlefield, scry 1, then scry 2, then scry 3.
SVar:TrigScry:AB$Scry | Cost$ 0 | ScryNum$ 1 | SubAbility$ DBScry2
SVar:TrigScry:DB$Scry | ScryNum$ 1 | SubAbility$ DBScry2
SVar:DBScry2:DB$Scry | ScryNum$ 2 | SubAbility$ DBScry3
SVar:DBScry3:DB$Scry | ScryNum$ 3
SVar:RemAIDeck:True

View File

@@ -2,5 +2,5 @@ Name:Grotesque Mutation
ManaCost:1 B
Types:Instant
A:SP$ Pump | Cost$ 1 B | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +3 | NumDef$ +1 | KW$ Lifelink | SpellDescription$ Target creature gets +3/+1 and gains lifelink until end of turn. (Damage dealt by the creature also causes its contoller to gain that much life.)
SVar:Picture:http://www.wizards.com/global/images/magic/general/grotesque_mnutation.jpg
SVar:Picture:http://www.wizards.com/global/images/magic/general/grotesque_mutation.jpg
Oracle:Target creature gets +3/+1 and gains lifelink until end of turn. (Damage dealt by the creature also causes its controller to gain that much life.)

View File

@@ -4,6 +4,6 @@ Types:Creature Bird
PT:2/1
K:Flying
T:Mode$ Attacks | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Whenever CARDNAME attacks, another target creature you control gains flying until end of turn.
SVar:TrigPump:AB$ Pump | Cost$ 0 | ValidTgts$ Creature.YouCtrl+Other | TgtPrompt$ Select another target creature you control | KW$ Flying
SVar:TrigPump:DB$ Pump | ValidTgts$ Creature.YouCtrl+Other | TgtPrompt$ Select another target creature you control | KW$ Flying
SVar:Picture:http://www.wizards.com/global/images/magic/general/trained_condor.jpg
Oracle:Flying\nWhenever Trained Condor attacks, another target creature you control gains flying until end of turn.