add Malicious Advice (from Planeshift)

This commit is contained in:
jendave
2011-08-06 16:08:56 +00:00
parent f103bbb5ec
commit d3d3c6914c
2 changed files with 14 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -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

View File

@@ -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