mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
add Malicious Advice (from Planeshift)
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
13
res/cardsfolder/malicious_advice.txt
Normal file
13
res/cardsfolder/malicious_advice.txt
Normal 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
|
||||
Reference in New Issue
Block a user