mirror of
https://github.com/Relintai/mtg-forge-ios.git
synced 2024-11-14 04:17:19 +01:00
13 lines
858 B
Plaintext
13 lines
858 B
Plaintext
|
Name:Death Watch
|
||
|
ManaCost:B
|
||
|
Types:Enchantment Aura
|
||
|
K:Enchant creature
|
||
|
A:SP$ Attach | Cost$ B | ValidTgts$ Creature | AILogic$ Curse
|
||
|
T:Mode$ ChangesZone | ValidCard$ Card.AttachedBy | Origin$ Battlefield | Destination$ Graveyard | Execute$ TrigLose | TriggerDescription$ When enchanted creature dies, its controller loses life equal to its power and you gain life equal to its toughness.
|
||
|
SVar:TrigLose:AB$ LoseLife | Cost$ 0 | Defined$ TriggeredCardController | LifeAmount$ X | SubAbility$ DBGainLife
|
||
|
SVar:DBGainLife:DB$ GainLife | Cost$ 0 | Defined$ You | LifeAmount$ Y
|
||
|
SVar:X:TriggeredCard$CardPower
|
||
|
SVar:Y:TriggeredCard$CardToughness
|
||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/death_watch.jpg
|
||
|
Oracle:Enchant creature\nWhen enchanted creature dies, its controller loses life equal to its power and you gain life equal to its toughness.
|