mirror of
https://github.com/Relintai/mtg-forge-ios.git
synced 2024-11-14 04:17:19 +01:00
29260c205d
git-svn-id: http://svn.slightlymagic.net/forge/trunk@35700 269b9781-a132-4a9b-9d4e-f004f1b56b58
12 lines
773 B
Plaintext
12 lines
773 B
Plaintext
Name:Malicious Advice
|
|
ManaCost:X U B
|
|
Types:Instant
|
|
A:SP$ Tap | Cost$ X U B | TargetMin$ 0 | TargetMax$ MaxTgts | References$ X,MaxTgts | ValidTgts$ Artifact,Creature,Land | TgtPrompt$ Select target artifact, creature, or land | SpellDescription$ Tap X target artifacts, creatures, and/or lands. You lose X life. | SubAbility$ Drain
|
|
SVar:Drain:DB$LoseLife | LifeAmount$ X | References$ X
|
|
# It may seem wrong to not use X in the target, but since the Targets are what defines X, it's redundant (and not supported by the code)
|
|
SVar:X:Targeted$Amount
|
|
SVar:MaxTgts:Count$Valid Artifact,Creature,Land
|
|
SVar:RemAIDeck:True
|
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/malicious_advice.jpg
|
|
Oracle:Tap X target artifacts, creatures, and/or lands. You lose X life.
|