mirror of
https://github.com/Relintai/mtg-forge-ios.git
synced 2024-11-14 04:17:19 +01:00
10 lines
585 B
Plaintext
10 lines
585 B
Plaintext
|
Name:Plaguebearer
|
||
|
ManaCost:1 B
|
||
|
Types:Creature Zombie
|
||
|
PT:1/1
|
||
|
A:AB$ Destroy | Cost$ X X B | ValidTgts$ Creature.nonBlack | TgtPrompt$ Select target nonblack creature | References$ X | SpellDescription$ Destroy target nonblack creature with converted mana cost X.
|
||
|
# It may seem wrong to not use X in the target, but since the Target is what defines X, it's redundant (and not supported by the code)
|
||
|
SVar:X:Targeted$CardManaCost
|
||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/plaguebearer.jpg
|
||
|
Oracle:{X}{X}{B}: Destroy target nonblack creature with converted mana cost X.
|