mirror of
https://github.com/Relintai/mtg-forge-ios.git
synced 2024-11-14 04:17:19 +01:00
12 lines
888 B
Plaintext
12 lines
888 B
Plaintext
|
Name:Dying Wish
|
||
|
ManaCost:1 B
|
||
|
Types:Enchantment Aura
|
||
|
K:Enchant creature you control
|
||
|
A:SP$ Attach | Cost$ 1 B | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control | AILogic$ Pump
|
||
|
T:Mode$ ChangesZone | ValidCard$ Card.EnchantedBy | Origin$ Battlefield | Destination$ Graveyard | Execute$ TrigLose | TriggerDescription$ When enchanted creature dies, target player loses X life and you gain X life, where X is its power.
|
||
|
SVar:TrigLose:AB$ LoseLife | Cost$ 0 | ValidTgts$ Player | LifeAmount$ X | References$ X | SubAbility$ DBGainLife
|
||
|
SVar:DBGainLife:DB$ GainLife | Cost$ 0 | Defined$ You | LifeAmount$ X | References$ X
|
||
|
SVar:X:TriggeredCard$CardPower
|
||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/dying_wish.jpg
|
||
|
Oracle:Enchant creature you control\nWhen enchanted creature dies, target player loses X life and you gain X life, where X is its power.
|