From d3d3c6914cd643ef4a048306aa819b41439d416c Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 16:08:56 +0000 Subject: [PATCH] add Malicious Advice (from Planeshift) --- .gitattributes | 1 + res/cardsfolder/malicious_advice.txt | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 res/cardsfolder/malicious_advice.txt diff --git a/.gitattributes b/.gitattributes index 35348cecdb0..f5319964129 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3234,6 +3234,7 @@ res/cardsfolder/malachite_golem.txt -text svneol=native#text/plain res/cardsfolder/malachite_talisman.txt -text svneol=native#text/plain res/cardsfolder/malakir_bloodwitch.txt -text svneol=native#text/plain res/cardsfolder/malevolent_awakening.txt -text svneol=native#text/plain +res/cardsfolder/malicious_advice.txt svneol=native#text/plain res/cardsfolder/mammoth_umbra.txt -text svneol=native#text/plain res/cardsfolder/man_o_war.txt -text svneol=native#text/plain res/cardsfolder/mana_crypt.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/malicious_advice.txt b/res/cardsfolder/malicious_advice.txt new file mode 100644 index 00000000000..275cb0cad30 --- /dev/null +++ b/res/cardsfolder/malicious_advice.txt @@ -0,0 +1,13 @@ +Name:Malicious Advice +ManaCost:X U B +Types:Instant +Text:no text +A:SP$Tap | Cost$ X U B | TargetMin$ 0 | TargetMax$ 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$SVar=Drain +SVar:Drain:DB$LoseLife | LifeAmount$ 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:Rarity:Common +SVar:Picture:http://www.wizards.com/global/images/magic/general/malicious_advice.jpg +End \ No newline at end of file